@mirohq/design-system-themes 1.4.3 → 1.4.5
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 +3 -0
- package/dark.css +3 -0
- package/dist/main.js +12 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +12 -0
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/light.css +3 -0
- package/metadata.json +9 -0
- package/new-dark.css +3 -0
- package/new-light.css +3 -0
- package/package.json +3 -3
package/dist/module.js
CHANGED
|
@@ -250,6 +250,9 @@ const colors$3 = {
|
|
|
250
250
|
"switch-background-hover": "$gray-350",
|
|
251
251
|
"switch-control-background": "$white",
|
|
252
252
|
"tab-background-selected": "$blue-150",
|
|
253
|
+
"toolbar-item-background-hover": "$gray-100",
|
|
254
|
+
"toolbar-item-background-pressed": "$gray-150",
|
|
255
|
+
"toolbar-item-background-selected": "$blue-150",
|
|
253
256
|
"tooltip-background": "$gray-950",
|
|
254
257
|
"tooltip-background-inset": "$gray-650",
|
|
255
258
|
"icon-danger": "$red-500",
|
|
@@ -876,6 +879,9 @@ const colors$2 = {
|
|
|
876
879
|
"switch-background-hover": "$gray-650",
|
|
877
880
|
"switch-control-background": "$gray-950",
|
|
878
881
|
"tab-background-selected": "$blue-700",
|
|
882
|
+
"toolbar-item-background-hover": "$gray-900",
|
|
883
|
+
"toolbar-item-background-pressed": "$gray-800",
|
|
884
|
+
"toolbar-item-background-selected": "$blue-700",
|
|
879
885
|
"tooltip-background": "$gray-650",
|
|
880
886
|
"tooltip-background-inset": "$gray-650",
|
|
881
887
|
"icon-danger": "$red-400",
|
|
@@ -1502,6 +1508,9 @@ const colors$1 = {
|
|
|
1502
1508
|
"switch-background-hover": "$cloud-450",
|
|
1503
1509
|
"switch-control-background": "$white",
|
|
1504
1510
|
"tab-background-selected": "$cloud-150",
|
|
1511
|
+
"toolbar-item-background-hover": "$cloud-100",
|
|
1512
|
+
"toolbar-item-background-pressed": "$cloud-150",
|
|
1513
|
+
"toolbar-item-background-selected": "$cloud-150",
|
|
1505
1514
|
"tooltip-background": "$cloud-950",
|
|
1506
1515
|
"tooltip-background-inset": "$cloud-650",
|
|
1507
1516
|
"icon-danger": "$red-500",
|
|
@@ -2128,6 +2137,9 @@ const colors = {
|
|
|
2128
2137
|
"switch-background-hover": "$ink-475",
|
|
2129
2138
|
"switch-control-background": "$ink-700",
|
|
2130
2139
|
"tab-background-selected": "$ink-700",
|
|
2140
|
+
"toolbar-item-background-hover": "$ink-750",
|
|
2141
|
+
"toolbar-item-background-pressed": "$ink-700",
|
|
2142
|
+
"toolbar-item-background-selected": "$ink-700",
|
|
2131
2143
|
"tooltip-background": "$ink-650",
|
|
2132
2144
|
"tooltip-background-inset": "$ink-800",
|
|
2133
2145
|
"icon-danger": "$red-400",
|