Commit 8a255bd
Next Version Bump (#2161)
* fix: add semantic tokens and dark mode support (#2156)
* feat: add ds-tokens and semantic tokens
* fix: resolve build error
* feat: update core to semantic tokens
* feat: validate tokens
* feat: add dark mode toggle
* fix: color update
* fix: update maps to preserve token values
* fix: update heading values
* fix: update tokens and dark mode values
* fix: update token values
* fix: update semantic token mapping from loop
* fix: token cleanup
* fix: remove dark mode temp files
* fix: update color token pairings
* fix: update ds tokens dark mode dev version
* fix(sage-alert): update colors to match pine alert
* fix(sage-alert): update alert close button color
* fix: update subtle button dark mode colors
* fix: add latest ds tokens
* fix: remove console warnings
* fix: update buttons hover colors
* fix: remove problematic @import from _ds_tokens.scss
- Reverted automatic Pine tokens import that broke Vite builds
- The ~@ prefix is webpack-specific and incompatible with Vite
- Tokens are now documented as requiring app-level loading (CDN or import)
- Added Pine tokens import to sage-lib docs specifically (webpack env)
- Bumped version to 6.2.25-dev.9
* fix(button): move dark theme override to end of file for CSS cascade
- Move [data-theme="dark"] block to Theme Overrides section at EOF
- Ensures dark theme styles properly override generated button styles
- Add comment to prevent future regressions
Bump sage-assets to 6.2.25-dev.11
* fix: update to latest packs and dropdown semantic border
* style: update to use semantic tokens grey black white
* fix: update semantic tokens names
* fix: update to semantic values
* fix: add lock file
* fix: update to ds tokens 1.0.1
* fix: remove hard coded dark mode attr
* fix: resolve linter errors
* style: oop fix
* style: oop fix
* style: oop fix
* fix: oop fix
* fix: oop fix
* fix: remove ds tokens dependancy
* fix: align alert switch and tooltip to pine styles
* fix: align badge input popover property and form element error message
* fix: update disabled border
* fix: added border's to modal like things
* fix: lint error fix
* fix: update tokens
* fix: remove yarn dependancy
* fix: update hero custom bg example
* fix: updated pagination
* style: updated alerts and banner to core tokens
* fix: update dark mode error state
* fix: remove border and update lang
* fix: update alert icon and text colors
* fix: update alert and button color
* fix: update disabled select icon color
* chore: update yarn lock
* fix: update token values remove commented file and update token version
* fix: remove instance of mercury color (#2160)
* fix: remove instance of mercury color
* fix: remove already called rules
* chore(deps): bump @pine-ds/icons from 9.12.0 to 9.13.0 (#2159)
Bumps [@pine-ds/icons](https://github.com/Kajabi/pine-icons) from 9.12.0 to 9.13.0.
- [Release notes](https://github.com/Kajabi/pine-icons/releases)
- [Changelog](https://github.com/Kajabi/pine-icons/blob/main/CHANGELOG.md)
- [Commits](Kajabi/pine-icons@v9.12.0...v9.13.0)
---
updated-dependencies:
- dependency-name: "@pine-ds/icons"
dependency-version: 9.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Quinton Jason <quinton.jason@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2ad8500 commit 8a255bd
File tree
9 files changed
+26
-10
lines changed- docs/lib
- sage-frontend/stylesheets/docs
- sage_rails/app/views/sage_components
- packages
- sage-assets/lib/stylesheets/components
- sage-react
- lib
- Avatar
- ProgressBar
9 files changed
+26
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2849 | 2849 | | |
2850 | 2850 | | |
2851 | 2851 | | |
2852 | | - | |
2853 | | - | |
2854 | | - | |
| 2852 | + | |
| 2853 | + | |
| 2854 | + | |
2855 | 2855 | | |
2856 | 2856 | | |
2857 | 2857 | | |
| |||
16420 | 16420 | | |
16421 | 16421 | | |
16422 | 16422 | | |
| 16423 | + | |
| 16424 | + | |
| 16425 | + | |
| 16426 | + | |
| 16427 | + | |
| 16428 | + | |
| 16429 | + | |
16423 | 16430 | | |
16424 | 16431 | | |
16425 | 16432 | | |
| |||
17228 | 17235 | | |
17229 | 17236 | | |
17230 | 17237 | | |
| 17238 | + | |
| 17239 | + | |
| 17240 | + | |
| 17241 | + | |
| 17242 | + | |
17231 | 17243 | | |
17232 | 17244 | | |
17233 | 17245 | | |
| |||
0 commit comments