@blackbaud/skyux-design-tokens 3.0.0-alpha.1 → 3.0.0-alpha.2
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 +7 -0
- package/assets/assets.json +1 -1
- package/assets/scss/base.css +1 -1
- package/assets/scss/blackbaud.css +1 -1
- package/assets/scss/modern.css +1 -1
- package/bundles/base.css +1 -1
- package/bundles/blackbaud.css +1 -1
- package/bundles/modern.css +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.2](https://github.com/blackbaud/skyux-design-tokens/compare/3.0.0-alpha.1...3.0.0-alpha.2) (2025-08-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* use new branding builder package ([#278](https://github.com/blackbaud/skyux-design-tokens/issues/278)) ([f1dee0f](https://github.com/blackbaud/skyux-design-tokens/commit/f1dee0fa76c2b41533969288bd54f23abfc61d71))
|
|
11
|
+
|
|
5
12
|
## [3.0.0-alpha.1](https://github.com/blackbaud/skyux-design-tokens/compare/3.0.0-alpha.0...3.0.0-alpha.1) (2025-08-22)
|
|
6
13
|
|
|
7
14
|
|
package/assets/assets.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"fonts": [],
|
|
3
3
|
"images": {
|
|
4
4
|
"favicon": {
|
|
5
|
-
"src": "https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.
|
|
5
|
+
"src": "https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.2/assets/images/favicon.ico"
|
|
6
6
|
}
|
|
7
7
|
},
|
|
8
8
|
"strings": {
|
package/assets/scss/base.css
CHANGED
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
--bb-font-weight-light: 300;
|
|
154
154
|
--bb-font-weight-regular: 400;
|
|
155
155
|
--bb-font-weight-semibold: 600;
|
|
156
|
-
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.
|
|
156
|
+
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.2/assets/images/bb-logo.png');
|
|
157
157
|
--bb-letter_spacing-normal: normal;
|
|
158
158
|
--bb-letter_spacing-wider: 0.16px;
|
|
159
159
|
--bb-line_height-300: calc(18/13);
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
--bb-font-weight-light: 300;
|
|
154
154
|
--bb-font-weight-regular: 400;
|
|
155
155
|
--bb-font-weight-semibold: 600;
|
|
156
|
-
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.
|
|
156
|
+
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.2/assets/images/bb-logo.png');
|
|
157
157
|
--bb-letter_spacing-normal: normal;
|
|
158
158
|
--bb-letter_spacing-wider: 0.16px;
|
|
159
159
|
--bb-line_height-300: calc(18/13);
|
package/assets/scss/modern.css
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
--modern-font-weight-light: 300;
|
|
78
78
|
--modern-font-weight-regular: 400;
|
|
79
79
|
--modern-font-weight-semibold: 600;
|
|
80
|
-
--modern-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.
|
|
80
|
+
--modern-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.2/assets/images/bb-logo.png');
|
|
81
81
|
--modern-letter_spacing-normal: normal;
|
|
82
82
|
--modern-line_height-110: 1.1;
|
|
83
83
|
--modern-line_height-115: 1.15;
|
package/bundles/base.css
CHANGED
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
--bb-font-weight-light: 300;
|
|
154
154
|
--bb-font-weight-regular: 400;
|
|
155
155
|
--bb-font-weight-semibold: 600;
|
|
156
|
-
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.
|
|
156
|
+
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.2/assets/images/bb-logo.png');
|
|
157
157
|
--bb-letter_spacing-normal: normal;
|
|
158
158
|
--bb-letter_spacing-wider: 0.16px;
|
|
159
159
|
--bb-line_height-300: calc(18/13);
|
package/bundles/blackbaud.css
CHANGED
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
--bb-font-weight-light: 300;
|
|
154
154
|
--bb-font-weight-regular: 400;
|
|
155
155
|
--bb-font-weight-semibold: 600;
|
|
156
|
-
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.
|
|
156
|
+
--bb-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.2/assets/images/bb-logo.png');
|
|
157
157
|
--bb-letter_spacing-normal: normal;
|
|
158
158
|
--bb-letter_spacing-wider: 0.16px;
|
|
159
159
|
--bb-line_height-300: calc(18/13);
|
package/bundles/modern.css
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
--modern-font-weight-light: 300;
|
|
78
78
|
--modern-font-weight-regular: 400;
|
|
79
79
|
--modern-font-weight-semibold: 600;
|
|
80
|
-
--modern-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.
|
|
80
|
+
--modern-image-logo-primary-src: url('https://sky.blackbaudcdn.net/static/skyux-design-tokens/3.0.0-alpha.2/assets/images/bb-logo.png');
|
|
81
81
|
--modern-letter_spacing-normal: normal;
|
|
82
82
|
--modern-line_height-110: 1.1;
|
|
83
83
|
--modern-line_height-115: 1.15;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blackbaud/skyux-design-tokens",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.2",
|
|
4
4
|
"description": "Design tokens for SKY UX",
|
|
5
5
|
"homepage": "https://github.com/blackbaud/skyux-design-tokens",
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"publishToNPM": true
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
+
"@blackbaud/skyux-branding-builder": "1.0.0",
|
|
20
21
|
"@skyux/dev-infra-private": "github:blackbaud/skyux-dev-infra-private-builds#12.0.0-alpha.7",
|
|
21
22
|
"@tokens-studio/sd-transforms": "1.3.0",
|
|
22
23
|
"@types/fs-extra": "11.0.4",
|