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