@blackbaud/skyux-design-tokens 0.0.46 → 0.0.47

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
+ ## [0.0.47](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.46...0.0.47) (2025-03-24)
6
+
7
+
8
+ ### Features
9
+
10
+ * update version 2 selector to `sky-theme-brand-base` ([#145](https://github.com/blackbaud/skyux-design-tokens/issues/145)) ([a5203bf](https://github.com/blackbaud/skyux-design-tokens/commit/a5203bff0be963df1e92dabda256a4f62a3f689f))
11
+
5
12
  ## [0.0.46](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.45...0.0.46) (2025-03-14)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackbaud/skyux-design-tokens",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "Design tokens for SKY UX",
5
5
  "homepage": "https://github.com/blackbaud/skyux-design-tokens",
6
6
  "license": "MIT",
@@ -1,4 +1,4 @@
1
- .sky-theme-modern.sky-theme-brand-blackbaud {
1
+ .sky-theme-modern.sky-theme-brand-base {
2
2
  --bb-size-reading_container-max_width: 50ch, 40vw;
3
3
  --bb-size-fixed-6000: 960px;
4
4
  --bb-size-fixed-4000: 640px;
@@ -162,7 +162,7 @@
162
162
  --bb-font-size-200: 0.875rem;
163
163
  --bb-font-size-100: 0.75rem;
164
164
  }
165
- .sky-theme-modern.sky-theme-brand-blackbaud.sky-theme-mode-dark {
165
+ .sky-theme-modern.sky-theme-brand-base.sky-theme-mode-dark {
166
166
  --sky-color-border-input-error: var(--bb-color-red-600);
167
167
  --sky-color-border-input-disabled: var(--bb-color-gray-600);
168
168
  --sky-color-border-input-focus: var(--bb-color-blue-300);
@@ -182,7 +182,7 @@
182
182
  --sky-color-background-container: var(--bb-color-gray-900);
183
183
  --sky-color-background-action: var(--bb-color-blue-800);
184
184
  }
185
- .sky-theme-modern.sky-theme-brand-blackbaud.sky-theme-mode-compact {
185
+ .sky-theme-modern.sky-theme-brand-base.sky-theme-mode-compact {
186
186
  --sky-size-icon-xl: var(--bb-size-fluid-125);
187
187
  --sky-type-body-m: var(--bb-font-size-100) sans-serif;
188
188
  --sky-space-inset-letterbox-left-l: var(--bb-size-fluid-75);
@@ -202,7 +202,7 @@
202
202
  --sky-space-inset-balanced-m: var(--bb-size-fluid-25);
203
203
  --sky-space-inset-balanced-s: var(--bb-size-fluid-12);
204
204
  }
205
- .sky-theme-modern.sky-theme-brand-blackbaud {
205
+ .sky-theme-modern.sky-theme-brand-base {
206
206
  --sky-elevation-overlay-400: var(--bb-shadow-gray-24);
207
207
  --sky-elevation-overlay-300: var(--bb-shadow-gray-16);
208
208
  --sky-elevation-overlay-200: var(--bb-shadow-gray-8);
@@ -327,7 +327,7 @@
327
327
  --sky-color-text-deemphasized: var(--bb-color-gray-600);
328
328
  --sky-color-text-default: var(--bb-color-gray-900);
329
329
  }
330
- .sky-theme-modern.sky-theme-brand-blackbaud {
330
+ .sky-theme-modern.sky-theme-brand-base {
331
331
  --sky-border-style-separator-row: var(--bb-border-style-dotted);
332
332
  --sky-border-style-separator-light: var(--bb-border-style-solid);
333
333
  --sky-border-style-separator-dark: var(--bb-border-style-solid);