@luminati-io/uikit 6.0.0 → 6.0.1

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.
@@ -33553,6 +33553,11 @@ var useStyles = function useStyles(_ref) {
33553
33553
  boxShadow: boxShadow
33554
33554
  });
33555
33555
  },
33556
+ input: function input(baseStyles) {
33557
+ return _objectSpread(_objectSpread({}, baseStyles), {}, {
33558
+ color: color.text_tertiary
33559
+ });
33560
+ },
33556
33561
  valueContainer: function valueContainer(baseStyles) {
33557
33562
  return _objectSpread(_objectSpread({}, baseStyles), {}, {
33558
33563
  padding: '0 8px 0 0'
@@ -33604,7 +33609,7 @@ var useStyles = function useStyles(_ref) {
33604
33609
  alignItems: 'center',
33605
33610
  gap: '8px',
33606
33611
  height: '40px',
33607
- backgroundColor: isFocused ? color.bg_fill_secondary : undefined,
33612
+ backgroundColor: isFocused ? color.bg_fill_primary_secondary : baseStyles.backgroundColor,
33608
33613
  color: isDisabled ? color.text_disabled : color.text_tertiary,
33609
33614
  '&:hover': {
33610
33615
  backgroundColor: color.bg_fill_secondary
@@ -35242,6 +35247,11 @@ var useStyles = function useStyles(_ref) {
35242
35247
  boxShadow: boxShadow
35243
35248
  });
35244
35249
  },
35250
+ input: function input(baseStyles) {
35251
+ return _objectSpread(_objectSpread({}, baseStyles), {}, {
35252
+ color: color.text_tertiary
35253
+ });
35254
+ },
35245
35255
  valueContainer: function valueContainer(baseStyles) {
35246
35256
  return _objectSpread(_objectSpread({}, baseStyles), {}, {
35247
35257
  padding: '0 8px 0 0'
@@ -41713,7 +41723,7 @@ var HeaderCellContent = styled_components__WEBPACK_IMPORTED_MODULE_2___default()
41713
41723
  componentId: "sc-8zg5t0-1"
41714
41724
  })(["background-color:", ";&:hover{background-color:", ";}border-right:", ";"], function (_ref2) {
41715
41725
  var color = _ref2.theme.color;
41716
- return color.bg_primary;
41726
+ return color.bg;
41717
41727
  }, function (_ref3) {
41718
41728
  var color = _ref3.theme.color;
41719
41729
  return color.table_cell_hover;
@@ -44791,7 +44801,9 @@ var semanticLight = {
44791
44801
  bg_fill: color.gray_2,
44792
44802
  bg_fill_secondary: color.gray_3,
44793
44803
  bg_fill_teritary: color.gray_4,
44804
+ bg_fill_warning: color.yellow_9,
44794
44805
  bg_fill_warning_secondary: color.yellow_3,
44806
+ bg_fill_success: color.green_9,
44795
44807
  bg_fill_success_secondary: color.green_3,
44796
44808
  bg_component_hover: color.gray_3,
44797
44809
  border: color.gray_6,