@blackbaud/skyux-design-tokens 2.0.0-alpha.9 → 3.0.0-alpha.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 +87 -0
- package/assets/assets.json +10 -2
- package/assets/images/favicon.ico +0 -0
- package/assets/scss/base.css +1276 -0
- package/assets/scss/blackbaud.css +95 -912
- package/assets/scss/modern.css +121 -121
- package/bundles/base.css +1276 -0
- package/bundles/blackbaud.css +480 -0
- package/bundles/modern.css +1010 -0
- package/package.json +11 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,93 @@
|
|
|
2
2
|
|
|
3
3
|
- Added `neutral-medium-dark` token in modern. [#64](https://github.com/blackbaud/skyux-design-tokens/pull/64)
|
|
4
4
|
|
|
5
|
+
## [3.0.0-alpha.0](https://github.com/blackbaud/skyux-design-tokens/compare/2.0.0...3.0.0-alpha.0) (2025-08-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* configure base and blackbaud themes ([#273](https://github.com/blackbaud/skyux-design-tokens/issues/273)) ([6dffc00](https://github.com/blackbaud/skyux-design-tokens/commit/6dffc0077c8fd3bacda78243b14e67b1efc0c8e0))
|
|
11
|
+
|
|
12
|
+
## [2.0.0](https://github.com/blackbaud/skyux-design-tokens/compare/2.0.0-alpha.16...2.0.0) (2025-08-06)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* release 2.0.0 ([#269](https://github.com/blackbaud/skyux-design-tokens/issues/269)) ([fa5f433](https://github.com/blackbaud/skyux-design-tokens/commit/fa5f4338f897a994ebac3b1a002ba25a162b719d))
|
|
18
|
+
|
|
19
|
+
## [2.0.0-alpha.16](https://github.com/blackbaud/skyux-design-tokens/compare/2.0.0-alpha.15...2.0.0-alpha.16) (2025-08-06)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* add support for favicon ([#267](https://github.com/blackbaud/skyux-design-tokens/issues/267)) ([ee8be86](https://github.com/blackbaud/skyux-design-tokens/commit/ee8be86a99d796ccfcaad64b448ac26a0beb422c))
|
|
25
|
+
* initial colors for illustrations ([#255](https://github.com/blackbaud/skyux-design-tokens/issues/255)) ([93039f6](https://github.com/blackbaud/skyux-design-tokens/commit/93039f6c9d2edd329af756c94ad4894cb2979cd6))
|
|
26
|
+
* list summary tokens ([#261](https://github.com/blackbaud/skyux-design-tokens/issues/261)) ([b0f3837](https://github.com/blackbaud/skyux-design-tokens/commit/b0f3837997cb2c2f7f3bb76a644e05f24effa247))
|
|
27
|
+
* publish stylesheets to bundles ([#265](https://github.com/blackbaud/skyux-design-tokens/issues/265)) ([2b53bd0](https://github.com/blackbaud/skyux-design-tokens/commit/2b53bd057bbe1ead0e48915d90e85e72506f79f5))
|
|
28
|
+
|
|
29
|
+
## [2.0.0-alpha.15](https://github.com/blackbaud/skyux-design-tokens/compare/2.0.0-alpha.14...2.0.0-alpha.15) (2025-08-04)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### ⚠ BREAKING CHANGES
|
|
33
|
+
|
|
34
|
+
* add selected switch backgrounds ([#260](https://github.com/blackbaud/skyux-design-tokens/issues/260))
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* add selected switch backgrounds ([#260](https://github.com/blackbaud/skyux-design-tokens/issues/260)) ([341a4ec](https://github.com/blackbaud/skyux-design-tokens/commit/341a4eca483a3d4e295750464eb3776b681cab43))
|
|
39
|
+
|
|
40
|
+
## [2.0.0-alpha.14](https://github.com/blackbaud/skyux-design-tokens/compare/2.0.0-alpha.13...2.0.0-alpha.14) (2025-07-31)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### ⚠ BREAKING CHANGES
|
|
44
|
+
|
|
45
|
+
* left and right padding for v2 toolbar button update ([#259](https://github.com/blackbaud/skyux-design-tokens/issues/259))
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* left and right padding for v2 toolbar button update ([#259](https://github.com/blackbaud/skyux-design-tokens/issues/259)) ([32a23a8](https://github.com/blackbaud/skyux-design-tokens/commit/32a23a8e16073264f56baa32f307227c41fa45fa))
|
|
50
|
+
|
|
51
|
+
## [2.0.0-alpha.13](https://github.com/blackbaud/skyux-design-tokens/compare/2.0.0-alpha.12...2.0.0-alpha.13) (2025-07-29)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Features
|
|
55
|
+
|
|
56
|
+
* add component-specific border radius to checkbox ([#257](https://github.com/blackbaud/skyux-design-tokens/issues/257)) ([f04077c](https://github.com/blackbaud/skyux-design-tokens/commit/f04077cf5438f9dc8d81373f6ec193080429cc31))
|
|
57
|
+
|
|
58
|
+
## [2.0.0-alpha.12](https://github.com/blackbaud/skyux-design-tokens/compare/2.0.0-alpha.11...2.0.0-alpha.12) (2025-07-28)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### ⚠ BREAKING CHANGES
|
|
62
|
+
|
|
63
|
+
* rename all comp.page tokens to comp.layout in both themes ([#228](https://github.com/blackbaud/skyux-design-tokens/issues/228))
|
|
64
|
+
|
|
65
|
+
### Features
|
|
66
|
+
|
|
67
|
+
* rename all comp.page tokens to comp.layout in both themes ([#228](https://github.com/blackbaud/skyux-design-tokens/issues/228)) ([55ce452](https://github.com/blackbaud/skyux-design-tokens/commit/55ce452b1b53525e6712696f9f00d809e9aa2893))
|
|
68
|
+
|
|
69
|
+
## [2.0.0-alpha.11](https://github.com/blackbaud/skyux-design-tokens/compare/2.0.0-alpha.10...2.0.0-alpha.11) (2025-07-24)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### ⚠ BREAKING CHANGES
|
|
73
|
+
|
|
74
|
+
* outset for repeater when in split view drawer ([#243](https://github.com/blackbaud/skyux-design-tokens/issues/243))
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* outset for repeater when in split view drawer ([#243](https://github.com/blackbaud/skyux-design-tokens/issues/243)) ([b67e368](https://github.com/blackbaud/skyux-design-tokens/commit/b67e36898f5c4dd969cb981d6b5ef3d89395f507))
|
|
79
|
+
|
|
80
|
+
## [2.0.0-alpha.10](https://github.com/blackbaud/skyux-design-tokens/compare/2.0.0-alpha.9...2.0.0-alpha.10) (2025-07-22)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### ⚠ BREAKING CHANGES
|
|
84
|
+
|
|
85
|
+
* remove unneeded font-weight tokens ([#141](https://github.com/blackbaud/skyux-design-tokens/issues/141))
|
|
86
|
+
|
|
87
|
+
### Features
|
|
88
|
+
|
|
89
|
+
* add colors for disabled wizard tabs ([#244](https://github.com/blackbaud/skyux-design-tokens/issues/244)) ([a4479c6](https://github.com/blackbaud/skyux-design-tokens/commit/a4479c69f3630313feaaedde7cf5b58b74ab9fe4))
|
|
90
|
+
* remove unneeded font-weight tokens ([#141](https://github.com/blackbaud/skyux-design-tokens/issues/141)) ([9f23375](https://github.com/blackbaud/skyux-design-tokens/commit/9f233751b8e6e57daf3cf1a1075da8a29abc49c5))
|
|
91
|
+
|
|
5
92
|
## [2.0.0-alpha.9](https://github.com/blackbaud/skyux-design-tokens/compare/2.0.0-alpha.8...2.0.0-alpha.9) (2025-07-22)
|
|
6
93
|
|
|
7
94
|
|
package/assets/assets.json
CHANGED
|
Binary file
|