@blackbaud/skyux-design-tokens 0.0.51 → 0.0.53

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,20 @@
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.53](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.52...0.0.53) (2025-04-23)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * update action to soft from light in modern ([#157](https://github.com/blackbaud/skyux-design-tokens/issues/157)) ([8d464b3](https://github.com/blackbaud/skyux-design-tokens/commit/8d464b3327584ada49699362d6dc3a9d8db5d05e))
11
+
12
+ ## [0.0.52](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.51...0.0.52) (2025-04-21)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * bring `sd-transforms` to a compatible version and bump `vitest` for vulnerabilities ([#155](https://github.com/blackbaud/skyux-design-tokens/issues/155)) ([f313fc9](https://github.com/blackbaud/skyux-design-tokens/commit/f313fc938aa020a35dc6b25ce16f21cbc3fdbee6))
18
+
5
19
  ## [0.0.51](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.50...0.0.51) (2025-04-04)
6
20
 
7
21
 
@@ -196,7 +196,7 @@
196
196
  --sky-color-background-list-active: var(--modern-color-transparent);
197
197
  --sky-color-background-list-hover: var(--modern-color-transparent);
198
198
  --sky-color-background-list-base: var(--modern-color-transparent);
199
- --sky-color-background-icon_matte-action-light: var(--modern-color-blue-05);
199
+ --sky-color-background-icon_matte-action-soft: var(--modern-color-blue-05);
200
200
  --sky-color-background-icon_matte-action-heavy: var(--modern-color-blue-74);
201
201
  --sky-color-background-icon_matte-success: var(--modern-color-green-50);
202
202
  --sky-color-background-icon_matte-warning: var(--modern-color-yellow-50);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackbaud/skyux-design-tokens",
3
- "version": "0.0.51",
3
+ "version": "0.0.53",
4
4
  "description": "Design tokens for SKY UX",
5
5
  "homepage": "https://github.com/blackbaud/skyux-design-tokens",
6
6
  "license": "MIT",
@@ -15,8 +15,8 @@
15
15
  "publishToNPM": true
16
16
  },
17
17
  "devDependencies": {
18
- "@tokens-studio/sd-transforms": "1.2.12",
19
- "@vitest/coverage-v8": "3.0.9",
18
+ "@tokens-studio/sd-transforms": "1.2.5",
19
+ "@vitest/coverage-v8": "3.1.1",
20
20
  "fs-extra": "11.3.0",
21
21
  "glob": "11.0.1",
22
22
  "js-yaml": "3.13.1",
@@ -24,7 +24,7 @@
24
24
  "style-dictionary": "4.0.1",
25
25
  "typescript": "5.8.2",
26
26
  "vite": "5.3.4",
27
- "vitest": "3.0.9"
27
+ "vitest": "3.1.1"
28
28
  },
29
29
  "repository": {
30
30
  "type": "git",