@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 +6 -0
- package/index.mjs +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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