ui-primitives 35.45.0 → 35.46.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/package.json +1 -1
- package/styles/colors_bluetint.json +42 -0
package/package.json
CHANGED
|
@@ -5060,6 +5060,48 @@
|
|
|
5060
5060
|
"web": "--color-static-text-tertiary-press",
|
|
5061
5061
|
"alias": "staticTextColorTertiaryPress"
|
|
5062
5062
|
},
|
|
5063
|
+
"static_transparent_default": {
|
|
5064
|
+
"rgba": "rgba(255, 255, 255, 0)",
|
|
5065
|
+
"hex": "#00ffffff",
|
|
5066
|
+
"figma": "static_transparent/default",
|
|
5067
|
+
"web": "--color-static-transparent-default",
|
|
5068
|
+
"alias": "staticTransparentColorDefault"
|
|
5069
|
+
},
|
|
5070
|
+
"static_transparent_default_hover": {
|
|
5071
|
+
"rgba": "rgba(38, 55, 88, 0.06)",
|
|
5072
|
+
"hex": "#0f263758",
|
|
5073
|
+
"figma": "static_transparent/default/hover",
|
|
5074
|
+
"web": "--color-static-transparent-default-hover",
|
|
5075
|
+
"alias": "staticTransparentColorDefaultHover"
|
|
5076
|
+
},
|
|
5077
|
+
"static_transparent_default_inverted": {
|
|
5078
|
+
"rgba": "rgba(0, 0, 0, 0)",
|
|
5079
|
+
"hex": "#00000000",
|
|
5080
|
+
"figma": "static_transparent_inverted/default",
|
|
5081
|
+
"web": "--color-static-transparent-default-inverted",
|
|
5082
|
+
"alias": "staticTransparentColorDefaultInverted"
|
|
5083
|
+
},
|
|
5084
|
+
"static_transparent_default_inverted_hover": {
|
|
5085
|
+
"rgba": "rgba(214, 214, 229, 0.07)",
|
|
5086
|
+
"hex": "#12d6d6e5",
|
|
5087
|
+
"figma": "static_transparent_inverted/default/hover",
|
|
5088
|
+
"web": "--color-static-transparent-default-inverted-hover",
|
|
5089
|
+
"alias": "staticTransparentColorDefaultInvertedHover"
|
|
5090
|
+
},
|
|
5091
|
+
"static_transparent_default_inverted_press": {
|
|
5092
|
+
"rgba": "rgba(225, 225, 248, 0.09)",
|
|
5093
|
+
"hex": "#17e1e1f8",
|
|
5094
|
+
"figma": "static_transparent_inverted/default/press",
|
|
5095
|
+
"web": "--color-static-transparent-default-inverted-press",
|
|
5096
|
+
"alias": "staticTransparentColorDefaultInvertedPress"
|
|
5097
|
+
},
|
|
5098
|
+
"static_transparent_default_press": {
|
|
5099
|
+
"rgba": "rgba(30, 43, 68, 0.08)",
|
|
5100
|
+
"hex": "#141e2b44",
|
|
5101
|
+
"figma": "static_transparent/default/press",
|
|
5102
|
+
"web": "--color-static-transparent-default-press",
|
|
5103
|
+
"alias": "staticTransparentColorDefaultPress"
|
|
5104
|
+
},
|
|
5063
5105
|
"dark_bg_accent": {
|
|
5064
5106
|
"deprecated": true,
|
|
5065
5107
|
"rgba": "rgba(239, 49, 36, 1)",
|