@blackbaud/skyux-design-tokens 0.0.54 → 0.0.55

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.55](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.54...0.0.55) (2025-05-12)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * revert selected heavy gradient ([#166](https://github.com/blackbaud/skyux-design-tokens/issues/166)) ([6305097](https://github.com/blackbaud/skyux-design-tokens/commit/63050972ca5cd117b97fdf868965f4ee489ad7db))
11
+
5
12
  ## [0.0.54](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.53...0.0.54) (2025-05-09)
6
13
 
7
14
 
@@ -260,6 +260,7 @@
260
260
  --sky-color-background-page: var(--bb-color-gray-25);
261
261
  --sky-color-background-scrim: var(--bb-color-scrim);
262
262
  --sky-color-background-selected-danger: var(--bb-color-red-300);
263
+ --sky-color-background-selected-heavy: var(--bb-color-blue-600);
263
264
  --sky-color-background-selected-soft: var(--bb-color-blue-100);
264
265
  --sky-color-background-selected-success: var(--bb-color-green-300);
265
266
  --sky-color-background-selected-warning: var(--bb-color-yellow-300);
@@ -349,7 +350,6 @@
349
350
  --sky-elevation-overlay-400: var(--bb-shadow-gray-24);
350
351
  --sky-elevation-raised-100: var(--bb-shadow-gray-1);
351
352
  --sky-opacity-wait: var(--bb-opacity-600);
352
- --sky-color-background-selected-heavy: var(--bb-color-gradient-blue);
353
353
  }
354
354
  .sky-theme-modern.sky-theme-brand-base {
355
355
  --sky-font-style-deemphasized-style: italic;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackbaud/skyux-design-tokens",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "description": "Design tokens for SKY UX",
5
5
  "homepage": "https://github.com/blackbaud/skyux-design-tokens",
6
6
  "license": "MIT",