@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/new-light.css
CHANGED
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
--colors-icon-disabled: var(--colors-cloud-450);
|
|
272
272
|
--colors-icon-inverted: var(--colors-white);
|
|
273
273
|
--colors-icon-inverted-secondary: var(--colors-cloud-300);
|
|
274
|
-
--colors-icon-muted: var(--colors-cloud-
|
|
274
|
+
--colors-icon-muted: var(--colors-cloud-500);
|
|
275
275
|
--colors-icon-on-disabled: var(--colors-cloud-350);
|
|
276
276
|
--colors-icon-on-static-dark: var(--colors-cloud-50);
|
|
277
277
|
--colors-icon-on-static-dark-subtle: var(--colors-cloud-300);
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
--colors-text-disabled: var(--colors-cloud-450);
|
|
403
403
|
--colors-text-inverted: var(--colors-white);
|
|
404
404
|
--colors-text-inverted-secondary: var(--colors-cloud-300);
|
|
405
|
-
--colors-text-muted: var(--colors-cloud-
|
|
405
|
+
--colors-text-muted: var(--colors-cloud-500);
|
|
406
406
|
--colors-text-on-disabled: var(--colors-cloud-350);
|
|
407
407
|
--colors-text-on-static-dark: var(--colors-white);
|
|
408
408
|
--colors-text-on-static-dark-subtle: var(--colors-cloud-300);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-themes",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@mirohq/design-tokens": "^12.3.
|
|
37
|
+
"@mirohq/design-tokens": "^12.3.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/lodash.kebabcase": "4.1.7",
|