@mirohq/design-system-themes 1.3.15 → 1.4.0
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/base.css +1 -0
- package/dark.css +1 -0
- package/dist/main.js +4 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +4 -0
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/light.css +1 -0
- package/metadata.json +3 -0
- package/new-dark.css +1 -0
- package/new-light.css +1 -0
- package/package.json +2 -2
package/base.css
CHANGED
|
@@ -258,6 +258,7 @@
|
|
|
258
258
|
--colors-switch-background-default: var(--colors-gray-450);
|
|
259
259
|
--colors-switch-background-hover: var(--colors-gray-350);
|
|
260
260
|
--colors-switch-control-background: var(--colors-white);
|
|
261
|
+
--colors-tab-background-selected: var(--colors-blue-150);
|
|
261
262
|
--colors-tooltip-background: var(--colors-gray-950);
|
|
262
263
|
--colors-tooltip-background-inset: var(--colors-gray-650);
|
|
263
264
|
--colors-icon-danger: var(--colors-red-500);
|
package/dark.css
CHANGED
|
@@ -258,6 +258,7 @@
|
|
|
258
258
|
--colors-switch-background-default: var(--colors-gray-700);
|
|
259
259
|
--colors-switch-background-hover: var(--colors-gray-650);
|
|
260
260
|
--colors-switch-control-background: var(--colors-gray-950);
|
|
261
|
+
--colors-tab-background-selected: var(--colors-blue-700);
|
|
261
262
|
--colors-tooltip-background: var(--colors-gray-650);
|
|
262
263
|
--colors-tooltip-background-inset: var(--colors-gray-650);
|
|
263
264
|
--colors-icon-danger: var(--colors-red-400);
|
package/dist/main.js
CHANGED
|
@@ -251,6 +251,7 @@ const colors$3 = {
|
|
|
251
251
|
"switch-background-default": "$gray-450",
|
|
252
252
|
"switch-background-hover": "$gray-350",
|
|
253
253
|
"switch-control-background": "$white",
|
|
254
|
+
"tab-background-selected": "$blue-150",
|
|
254
255
|
"tooltip-background": "$gray-950",
|
|
255
256
|
"tooltip-background-inset": "$gray-650",
|
|
256
257
|
"icon-danger": "$red-500",
|
|
@@ -876,6 +877,7 @@ const colors$2 = {
|
|
|
876
877
|
"switch-background-default": "$gray-700",
|
|
877
878
|
"switch-background-hover": "$gray-650",
|
|
878
879
|
"switch-control-background": "$gray-950",
|
|
880
|
+
"tab-background-selected": "$blue-700",
|
|
879
881
|
"tooltip-background": "$gray-650",
|
|
880
882
|
"tooltip-background-inset": "$gray-650",
|
|
881
883
|
"icon-danger": "$red-400",
|
|
@@ -1501,6 +1503,7 @@ const colors$1 = {
|
|
|
1501
1503
|
"switch-background-default": "$cloud-425",
|
|
1502
1504
|
"switch-background-hover": "$cloud-450",
|
|
1503
1505
|
"switch-control-background": "$white",
|
|
1506
|
+
"tab-background-selected": "$cloud-150",
|
|
1504
1507
|
"tooltip-background": "$cloud-950",
|
|
1505
1508
|
"tooltip-background-inset": "$cloud-650",
|
|
1506
1509
|
"icon-danger": "$red-500",
|
|
@@ -2126,6 +2129,7 @@ const colors = {
|
|
|
2126
2129
|
"switch-background-default": "$ink-500",
|
|
2127
2130
|
"switch-background-hover": "$ink-475",
|
|
2128
2131
|
"switch-control-background": "$ink-700",
|
|
2132
|
+
"tab-background-selected": "$ink-700",
|
|
2129
2133
|
"tooltip-background": "$ink-650",
|
|
2130
2134
|
"tooltip-background-inset": "$ink-800",
|
|
2131
2135
|
"icon-danger": "$red-400",
|