@blackbaud/skyux-design-tokens 1.0.1 → 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 CHANGED
@@ -2,6 +2,18 @@
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
+
5
17
  ## [1.0.1](https://github.com/blackbaud/skyux-design-tokens/compare/1.0.0...1.0.1) (2025-07-02)
6
18
 
7
19
 
@@ -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/1.0.1/assets/images/bb-logo.png');
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 #000000;
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;
@@ -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/1.0.1/assets/images/bb-logo.png');
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 #000000;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackbaud/skyux-design-tokens",
3
- "version": "1.0.1",
3
+ "version": "2.0.0-alpha.0",
4
4
  "description": "Design tokens for SKY UX",
5
5
  "homepage": "https://github.com/blackbaud/skyux-design-tokens",
6
6
  "license": "MIT",