@blackbaud/skyux-design-tokens 1.0.0 → 2.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 +19 -0
- package/assets/scss/blackbaud.css +2 -2
- package/assets/scss/modern.css +6 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
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.0](https://github.com/blackbaud/skyux-design-tokens/compare/1.0.1...2.0.0-alpha.0) (2025-07-09)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* use transparent color for 0 shadow tokens ([#224](https://github.com/blackbaud/skyux-design-tokens/issues/224))
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* change type of component spacing tokens ([#220](https://github.com/blackbaud/skyux-design-tokens/issues/220)) ([2dca9a9](https://github.com/blackbaud/skyux-design-tokens/commit/2dca9a924d0d31376411729b01f8f5c0e641feea))
|
|
15
|
+
* use transparent color for 0 shadow tokens ([#224](https://github.com/blackbaud/skyux-design-tokens/issues/224)) ([b0a10f4](https://github.com/blackbaud/skyux-design-tokens/commit/b0a10f41cbb40bac996454905607bf10ab7cf672))
|
|
16
|
+
|
|
17
|
+
## [1.0.1](https://github.com/blackbaud/skyux-design-tokens/compare/1.0.0...1.0.1) (2025-07-02)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* remove breakpoints from search spacing tokens ([#217](https://github.com/blackbaud/skyux-design-tokens/issues/217)) ([e4e1ec4](https://github.com/blackbaud/skyux-design-tokens/commit/e4e1ec4986dda555838ba647ceccfa9218f3fa1d))
|
|
23
|
+
|
|
5
24
|
## [1.0.0](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.69...1.0.0) (2025-07-02)
|
|
6
25
|
|
|
7
26
|
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
--bb-font-weight-light: 300;
|
|
150
150
|
--bb-font-weight-regular: 400;
|
|
151
151
|
--bb-font-weight-semibold: 600;
|
|
152
|
-
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/
|
|
152
|
+
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/2.0.0-alpha.0/assets/images/bb-logo.png');
|
|
153
153
|
--bb-letter_spacing-normal: normal;
|
|
154
154
|
--bb-letter_spacing-wider: 0.16px;
|
|
155
155
|
--bb-line_height-300: calc(18/13);
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
--bb-line_height-700: calc(32/24);
|
|
160
160
|
--bb-line_height-800: calc(36/26);
|
|
161
161
|
--bb-opacity-600: .6;
|
|
162
|
-
--bb-shadow-blue-0: 0 0 0 0
|
|
162
|
+
--bb-shadow-blue-0: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
163
163
|
--bb-size-0: 0rem;
|
|
164
164
|
--bb-size-fixed-100: 16px;
|
|
165
165
|
--bb-size-fixed-12: 2px;
|
package/assets/scss/modern.css
CHANGED
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
--modern-font-weight-light: 300;
|
|
74
74
|
--modern-font-weight-regular: 400;
|
|
75
75
|
--modern-font-weight-semibold: 600;
|
|
76
|
-
--modern-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/
|
|
76
|
+
--modern-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/2.0.0-alpha.0/assets/images/bb-logo.png');
|
|
77
77
|
--modern-letter_spacing-normal: normal;
|
|
78
78
|
--modern-line_height-110: 1.1;
|
|
79
79
|
--modern-line_height-115: 1.15;
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
--modern-line_height-20: 20px;
|
|
82
82
|
--modern-line_height-normal: normal;
|
|
83
83
|
--modern-opacity-600: .6;
|
|
84
|
-
--modern-shadow-size-0: 0 0 0 0
|
|
84
|
+
--modern-shadow-size-0: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
85
85
|
--modern-shadow-thumb: 0 1px 2px 0 rgba(0,0,0,0.5);
|
|
86
86
|
--modern-size-0: 0rem;
|
|
87
87
|
--modern-size-1: 1px;
|
|
@@ -671,14 +671,10 @@
|
|
|
671
671
|
--sky-comp-sab-summary-inline-space-inset-left: var(--modern-size-30);
|
|
672
672
|
--sky-comp-sab-summary-inline-space-inset-right: var(--modern-size-30);
|
|
673
673
|
--sky-comp-sab-summary-inline-space-inset-top: var(--modern-size-10);
|
|
674
|
-
--sky-comp-search-space-inset-
|
|
675
|
-
--sky-comp-search-space-inset-
|
|
676
|
-
--sky-comp-search-space-inset-
|
|
677
|
-
--sky-comp-search-space-inset-
|
|
678
|
-
--sky-comp-search-space-inset-xs-bottom: var(--modern-size-10);
|
|
679
|
-
--sky-comp-search-space-inset-xs-left: var(--modern-size-10);
|
|
680
|
-
--sky-comp-search-space-inset-xs-right: var(--modern-size-10);
|
|
681
|
-
--sky-comp-search-space-inset-xs-top: var(--modern-size-10);
|
|
674
|
+
--sky-comp-search-space-inset-bottom: var(--modern-size-10);
|
|
675
|
+
--sky-comp-search-space-inset-left: var(--modern-size-10);
|
|
676
|
+
--sky-comp-search-space-inset-right: var(--modern-size-10);
|
|
677
|
+
--sky-comp-search-space-inset-top: var(--modern-size-10);
|
|
682
678
|
--sky-comp-search-space-offset-bottom: var(--modern-size-5);
|
|
683
679
|
--sky-comp-search-space-offset-left: var(--modern-size-5);
|
|
684
680
|
--sky-comp-search-space-offset-right: var(--modern-size-5);
|