@blackbaud/skyux-design-tokens 3.2.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/assets/assets.json +1 -1
- package/assets/scss/base.css +241 -139
- package/assets/scss/blackbaud.css +120 -82
- package/assets/scss/modern.css +1 -1
- package/bundles/base.css +241 -139
- package/bundles/blackbaud.css +120 -82
- package/bundles/modern.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
- Added `neutral-medium-dark` token in modern. [#64](https://github.com/blackbaud/skyux-design-tokens/pull/64)
|
|
4
4
|
|
|
5
|
+
## [4.0.0](https://github.com/blackbaud/skyux-design-tokens/compare/3.3.0...4.0.0) (2025-12-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* cielab, data viz, classify palettes ([#293](https://github.com/blackbaud/skyux-design-tokens/issues/293))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* cielab, data viz, classify palettes ([#293](https://github.com/blackbaud/skyux-design-tokens/issues/293)) ([680bb11](https://github.com/blackbaud/skyux-design-tokens/commit/680bb118ad7bbcc6770a08c286311cefe1661a2a))
|
|
15
|
+
|
|
16
|
+
## [3.3.0](https://github.com/blackbaud/skyux-design-tokens/compare/3.2.0...3.3.0) (2025-12-02)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* add color.background.icon_matte.info to light and dark ([#299](https://github.com/blackbaud/skyux-design-tokens/issues/299)) ([c1edcd8](https://github.com/blackbaud/skyux-design-tokens/commit/c1edcd8634c74876044be16cd3fc6aad9acc3ca3))
|
|
22
|
+
* colors and font styles for eyebrows ([#300](https://github.com/blackbaud/skyux-design-tokens/issues/300)) ([d953471](https://github.com/blackbaud/skyux-design-tokens/commit/d9534719d9a2ded88d07b4918dae0329708e7635))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* update tokens for Figma export ([#296](https://github.com/blackbaud/skyux-design-tokens/issues/296)) ([20e5f02](https://github.com/blackbaud/skyux-design-tokens/commit/20e5f0216c8280661c02fab5d5075d5dcf66f4a4))
|
|
28
|
+
* update type composite tokens for Figma export ([#298](https://github.com/blackbaud/skyux-design-tokens/issues/298)) ([88f56c1](https://github.com/blackbaud/skyux-design-tokens/commit/88f56c1a7676782987939518d3ec6fd8328ce0ab))
|
|
29
|
+
|
|
5
30
|
## [3.2.0](https://github.com/blackbaud/skyux-design-tokens/compare/3.1.1...3.2.0) (2025-10-20)
|
|
6
31
|
|
|
7
32
|
|
package/assets/assets.json
CHANGED