@mirohq/design-system-themes 1.4.2 → 1.4.3
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/dist/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -2
- package/dist/module.js.map +1 -1
- package/new-light.css +2 -2
- package/package.json +2 -2
package/dist/module.js
CHANGED
|
@@ -1513,7 +1513,7 @@ const colors$1 = {
|
|
|
1513
1513
|
"icon-disabled": "$cloud-450",
|
|
1514
1514
|
"icon-inverted": "$white",
|
|
1515
1515
|
"icon-inverted-secondary": "$cloud-300",
|
|
1516
|
-
"icon-muted": "$cloud-
|
|
1516
|
+
"icon-muted": "$cloud-500",
|
|
1517
1517
|
"icon-on-disabled": "$cloud-350",
|
|
1518
1518
|
"icon-on-static-dark": "$cloud-50",
|
|
1519
1519
|
"icon-on-static-dark-subtle": "$cloud-300",
|
|
@@ -1636,7 +1636,7 @@ const colors$1 = {
|
|
|
1636
1636
|
"text-disabled": "$cloud-450",
|
|
1637
1637
|
"text-inverted": "$white",
|
|
1638
1638
|
"text-inverted-secondary": "$cloud-300",
|
|
1639
|
-
"text-muted": "$cloud-
|
|
1639
|
+
"text-muted": "$cloud-500",
|
|
1640
1640
|
"text-on-disabled": "$cloud-350",
|
|
1641
1641
|
"text-on-static-dark": "$white",
|
|
1642
1642
|
"text-on-static-dark-subtle": "$cloud-300",
|