@blackbaud/skyux-design-tokens 0.0.50 → 0.0.52

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.52](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.51...0.0.52) (2025-04-21)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 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))
11
+
12
+ ## [0.0.51](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.50...0.0.51) (2025-04-04)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * update modern modal width tokens ([#152](https://github.com/blackbaud/skyux-design-tokens/issues/152)) ([878b3be](https://github.com/blackbaud/skyux-design-tokens/commit/878b3bec5948919cefa74bffb1cb66e41570b34b))
18
+
5
19
  ## [0.0.50](https://github.com/blackbaud/skyux-design-tokens/compare/0.0.49...0.0.50) (2025-04-03)
6
20
 
7
21
 
@@ -46,10 +46,10 @@
46
46
  --modern-font-size-150: 14px;
47
47
  --modern-font-size-125: 13px;
48
48
  --modern-font-size-100: 12px;
49
- --modern-size-960: 960px;
50
- --modern-size-640: 640px;
49
+ --modern-size-900: 900px;
50
+ --modern-size-600: 600px;
51
51
  --modern-size-400: 400px;
52
- --modern-size-320: 320px;
52
+ --modern-size-300: 300px;
53
53
  --modern-size-296: 296px;
54
54
  --modern-size-276: 276px;
55
55
  --modern-size-236: 236px;
@@ -297,9 +297,9 @@
297
297
  --sky-size-avatar-s: var(--modern-size-32);
298
298
  --sky-size-thumbnail-l: var(--modern-size-100);
299
299
  --sky-size-max_width-overlay_message: var(--modern-size-236);
300
- --sky-size-width-modal-l: var(--modern-size-960);
301
- --sky-size-width-modal-m: var(--modern-size-640);
302
- --sky-size-width-modal-s: var(--modern-size-320);
300
+ --sky-size-width-modal-l: var(--modern-size-900);
301
+ --sky-size-width-modal-m: var(--modern-size-600);
302
+ --sky-size-width-modal-s: var(--modern-size-300);
303
303
  --sky-size-width-viewport-smallest: var(--modern-size-296);
304
304
  --sky-size-width-resize_handle: var(--modern-size-14);
305
305
  --sky-size-illustration-xl: var(--modern-size-96);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackbaud/skyux-design-tokens",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
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",