@midas-ds/theme 3.4.0 → 3.4.1

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
@@ -1,3 +1,9 @@
1
+ ## 3.4.1 (2025-11-18)
2
+
3
+ ### 🔧 Maintenance
4
+
5
+ - set correct types for tokens in object-values.json ([d2074ce94e](https://github.com/migrationsverket/midas/commit/d2074ce94e))
6
+
1
7
  ## 3.4.0 (2025-11-17)
2
8
 
3
9
  ### 🚀 Features
package/index.mjs CHANGED
@@ -2539,15 +2539,15 @@ const nr = {
2539
2539
  },
2540
2540
  important: {
2541
2541
  key: "{icon.important}",
2542
+ $type: "color",
2542
2543
  $value: "oklch(0.66 0.18 45)",
2543
2544
  $description: "Ikonfärg för viktig information",
2544
2545
  filePath: "packages/theme/tokens/object-values.json",
2545
2546
  isSource: !0,
2546
- $type: "string",
2547
2547
  original: {
2548
+ $type: "color",
2548
2549
  $value: "{color.orange.100}",
2549
2550
  $description: "Ikonfärg för viktig information",
2550
- $type: "string",
2551
2551
  key: "{icon.important}"
2552
2552
  },
2553
2553
  name: "iconImportant",
@@ -2680,15 +2680,15 @@ const nr = {
2680
2680
  },
2681
2681
  important: {
2682
2682
  key: "{support.border.important}",
2683
+ $type: "color",
2683
2684
  $value: "oklch(0.66 0.18 45)",
2684
2685
  $description: "Kantlinje för notifikationer med viktig information",
2685
2686
  filePath: "packages/theme/tokens/object-values.json",
2686
2687
  isSource: !0,
2687
- $type: "string",
2688
2688
  original: {
2689
+ $type: "color",
2689
2690
  $value: "{color.orange.100}",
2690
2691
  $description: "Kantlinje för notifikationer med viktig information",
2691
- $type: "string",
2692
2692
  key: "{support.border.important}"
2693
2693
  },
2694
2694
  name: "supportBorderImportant",
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "description": "Midas Theme",
15
15
  "homepage": "https://designsystem.migrationsverket.se/",
16
16
  "license": "CC0-1.0",
17
- "version": "3.4.0",
17
+ "version": "3.4.1",
18
18
  "main": "./index.mjs",
19
19
  "types": "./index.d.ts",
20
20
  "exports": {