@luminati-io/uikit 6.3.80 → 6.3.82
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.
@@ -59158,9 +59158,12 @@ var color = {
|
|
59158
59158
|
purple_10: '#9D97F4',
|
59159
59159
|
mint_9: '#93EEDA',
|
59160
59160
|
mint_10: '#36C7A7',
|
59161
|
-
ai: 'linear-gradient(85deg, #0074F4 -90.41%, #ED52F1 132.68%)'
|
59161
|
+
ai: 'linear-gradient(85deg, #0074F4 -90.41%, #ED52F1 132.68%)',
|
59162
|
+
ai_bg_gradient: "linear-gradient(90deg, #EDF6FF 0%, #F3EBFB 100%)",
|
59163
|
+
ai_bg_gradient_dark: "linear-gradient(90deg, #1F2B3F 0%, #573F4E 100%)"
|
59162
59164
|
};
|
59163
59165
|
var semanticLight = {
|
59166
|
+
ai_purple_blue_bg: color.ai_bg_gradient,
|
59164
59167
|
bg: color.white,
|
59165
59168
|
bg_elevated: color.white,
|
59166
59169
|
bg_fill_primary: color.blue_11,
|
@@ -59302,6 +59305,7 @@ var componentLight = {
|
|
59302
59305
|
tag_selected_bg_hover: color.blue_4
|
59303
59306
|
};
|
59304
59307
|
var semanticDark = _objectSpread(_objectSpread({}, semanticLight), {}, {
|
59308
|
+
ai_purple_blue_bg: color.ai_bg_gradient_dark,
|
59305
59309
|
bg: color.gray_12,
|
59306
59310
|
bg_elevated: color.gray_11_75,
|
59307
59311
|
bg_fill_primary: color.blue_9,
|