@blackbaud/skyux-design-tokens 2.0.0-alpha.13 → 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 CHANGED
@@ -2,6 +2,17 @@
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
+
5
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)
6
17
 
7
18
 
@@ -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.13/assets/images/bb-logo.png');
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-0);
1080
- --sky-comp-toolbar-space-inset-right: var(--bb-size-0);
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);
@@ -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.13/assets/images/bb-logo.png');
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackbaud/skyux-design-tokens",
3
- "version": "2.0.0-alpha.13",
3
+ "version": "2.0.0-alpha.14",
4
4
  "description": "Design tokens for SKY UX",
5
5
  "homepage": "https://github.com/blackbaud/skyux-design-tokens",
6
6
  "license": "MIT",