@blackbaud/skyux-design-tokens 2.0.0-alpha.12 → 2.0.0-alpha.14
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 +18 -0
- package/assets/scss/blackbaud.css +4 -3
- package/assets/scss/modern.css +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
- Added `neutral-medium-dark` token in modern. [#64](https://github.com/blackbaud/skyux-design-tokens/pull/64)
|
|
4
4
|
|
|
5
|
+
## [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)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* left and right padding for v2 toolbar button update ([#259](https://github.com/blackbaud/skyux-design-tokens/issues/259))
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* 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))
|
|
15
|
+
|
|
16
|
+
## [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)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* 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))
|
|
22
|
+
|
|
5
23
|
## [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)
|
|
6
24
|
|
|
7
25
|
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
--bb-font-weight-light: 300;
|
|
153
153
|
--bb-font-weight-regular: 400;
|
|
154
154
|
--bb-font-weight-semibold: 600;
|
|
155
|
-
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/2.0.0-alpha.
|
|
155
|
+
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/2.0.0-alpha.14/assets/images/bb-logo.png');
|
|
156
156
|
--bb-letter_spacing-normal: normal;
|
|
157
157
|
--bb-letter_spacing-wider: 0.16px;
|
|
158
158
|
--bb-line_height-300: calc(18/13);
|
|
@@ -1076,8 +1076,8 @@
|
|
|
1076
1076
|
--sky-comp-token-space-inset-right: var(--bb-size-fluid-25);
|
|
1077
1077
|
--sky-comp-token-space-inset-top: var(--bb-size-fluid-6);
|
|
1078
1078
|
--sky-comp-toolbar-space-inset-bottom: var(--bb-size-fluid-50);
|
|
1079
|
-
--sky-comp-toolbar-space-inset-left: var(--bb-size-
|
|
1080
|
-
--sky-comp-toolbar-space-inset-right: var(--bb-size-
|
|
1079
|
+
--sky-comp-toolbar-space-inset-left: var(--bb-size-fluid-50);
|
|
1080
|
+
--sky-comp-toolbar-space-inset-right: var(--bb-size-fluid-50);
|
|
1081
1081
|
--sky-comp-toolbar-space-inset-top: var(--bb-size-fluid-50);
|
|
1082
1082
|
--sky-comp-tree-child-space-inset-bottom: var(--bb-size-0);
|
|
1083
1083
|
--sky-comp-tree-child-space-inset-left: var(--bb-size-fluid-150);
|
|
@@ -1264,6 +1264,7 @@
|
|
|
1264
1264
|
--sky-space-stacked-xl: var(--bb-size-fluid-150);
|
|
1265
1265
|
--sky-space-stacked-xs: var(--bb-size-fluid-25);
|
|
1266
1266
|
--sky-space-stacked-xxl: var(--bb-size-fluid-300);
|
|
1267
|
+
--sky-comp-checkbox-border-radius: var(--sky-border-radius-s);
|
|
1267
1268
|
--sky-font-family-primary: var(--bb-font-blkb_sans-family);
|
|
1268
1269
|
--sky-space-inset-switch: calc(var(--sky-size-switch) + var(--sky-space-gap-label-s));
|
|
1269
1270
|
--sky-type-body-l: var(--sky-font-style-body-l) var(--sky-font-size-body-l)/var(--sky-font-line_height-body-l) var(--sky-font-family-primary);
|
package/assets/scss/modern.css
CHANGED
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
--modern-font-weight-light: 300;
|
|
75
75
|
--modern-font-weight-regular: 400;
|
|
76
76
|
--modern-font-weight-semibold: 600;
|
|
77
|
-
--modern-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/2.0.0-alpha.
|
|
77
|
+
--modern-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/2.0.0-alpha.14/assets/images/bb-logo.png');
|
|
78
78
|
--modern-letter_spacing-normal: normal;
|
|
79
79
|
--modern-line_height-110: 1.1;
|
|
80
80
|
--modern-line_height-115: 1.15;
|
|
@@ -991,6 +991,7 @@
|
|
|
991
991
|
--sky-space-stacked-xl: var(--modern-space-xl);
|
|
992
992
|
--sky-space-stacked-xs: var(--modern-space-xs);
|
|
993
993
|
--sky-space-stacked-xxl: var(--modern-space-xxl);
|
|
994
|
+
--sky-comp-checkbox-border-radius: var(--sky-border-radius-s);
|
|
994
995
|
--sky-font-family-primary: var(--modern-font-blkb_sans-family);
|
|
995
996
|
--sky-space-inset-switch: calc(var(--sky-size-switch) + var(--sky-space-gap-label-s));
|
|
996
997
|
}
|