@blackbaud/skyux-design-tokens 2.0.0-alpha.12 → 2.0.0-alpha.13

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,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
+ ## [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
+
7
+
8
+ ### Features
9
+
10
+ * 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))
11
+
5
12
  ## [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
13
 
7
14
 
@@ -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.12/assets/images/bb-logo.png');
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');
156
156
  --bb-letter_spacing-normal: normal;
157
157
  --bb-letter_spacing-wider: 0.16px;
158
158
  --bb-line_height-300: calc(18/13);
@@ -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);
@@ -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.12/assets/images/bb-logo.png');
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');
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackbaud/skyux-design-tokens",
3
- "version": "2.0.0-alpha.12",
3
+ "version": "2.0.0-alpha.13",
4
4
  "description": "Design tokens for SKY UX",
5
5
  "homepage": "https://github.com/blackbaud/skyux-design-tokens",
6
6
  "license": "MIT",