@mirohq/design-system-themes 1.3.16 → 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/dist/module.js CHANGED
@@ -249,6 +249,7 @@ const colors$3 = {
249
249
  "switch-background-default": "$gray-450",
250
250
  "switch-background-hover": "$gray-350",
251
251
  "switch-control-background": "$white",
252
+ "tab-background-selected": "$blue-150",
252
253
  "tooltip-background": "$gray-950",
253
254
  "tooltip-background-inset": "$gray-650",
254
255
  "icon-danger": "$red-500",
@@ -874,6 +875,7 @@ const colors$2 = {
874
875
  "switch-background-default": "$gray-700",
875
876
  "switch-background-hover": "$gray-650",
876
877
  "switch-control-background": "$gray-950",
878
+ "tab-background-selected": "$blue-700",
877
879
  "tooltip-background": "$gray-650",
878
880
  "tooltip-background-inset": "$gray-650",
879
881
  "icon-danger": "$red-400",
@@ -1499,6 +1501,7 @@ const colors$1 = {
1499
1501
  "switch-background-default": "$cloud-425",
1500
1502
  "switch-background-hover": "$cloud-450",
1501
1503
  "switch-control-background": "$white",
1504
+ "tab-background-selected": "$cloud-150",
1502
1505
  "tooltip-background": "$cloud-950",
1503
1506
  "tooltip-background-inset": "$cloud-650",
1504
1507
  "icon-danger": "$red-500",
@@ -2124,6 +2127,7 @@ const colors = {
2124
2127
  "switch-background-default": "$ink-500",
2125
2128
  "switch-background-hover": "$ink-475",
2126
2129
  "switch-control-background": "$ink-700",
2130
+ "tab-background-selected": "$ink-700",
2127
2131
  "tooltip-background": "$ink-650",
2128
2132
  "tooltip-background-inset": "$ink-800",
2129
2133
  "icon-danger": "$red-400",