@luminati-io/uikit 6.3.102 → 6.3.103

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.
@@ -61540,6 +61540,7 @@ var color = {
61540
61540
  green_10: '#0E9888',
61541
61541
  green_11: '#067A6F',
61542
61542
  green_12: '#10302B',
61543
+ green_12_elevated: '#1b1b1c',
61543
61544
  green_13: '#1C3329',
61544
61545
  yellow_1: '#FEFDFB',
61545
61546
  yellow_2: '#FFF9ED',
@@ -61726,7 +61727,7 @@ var componentLight = {
61726
61727
  var semanticDark = _objectSpread(_objectSpread({}, semanticLight), {}, {
61727
61728
  ai_purple_blue_bg: color.ai_bg_gradient_dark,
61728
61729
  bg: color.gray_12,
61729
- bg_elevated: color.gray_11_75,
61730
+ bg_elevated: color.gray_12_elevated,
61730
61731
  bg_fill_primary: color.blue_9,
61731
61732
  bg_fill_primary_hover: color.blue_10,
61732
61733
  bg_fill_primary_secondary: color.blue_13,