@luminati-io/uikit 6.3.94 → 6.3.95

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.
@@ -48422,7 +48422,7 @@ var useStyles = function useStyles(_ref) {
48422
48422
  borderColor: color.border_accent
48423
48423
  }),
48424
48424
  minHeight: (0,_util__WEBPACK_IMPORTED_MODULE_3__.px)(height[size] || height.sm),
48425
- padding: "".concat(_constants__WEBPACK_IMPORTED_MODULE_2__.INPUT_VERTICAL_PADDING, "px ").concat(_constants__WEBPACK_IMPORTED_MODULE_2__.INPUT_HORIZONTAL_PADDING, "px"),
48425
+ padding: "".concat(_constants__WEBPACK_IMPORTED_MODULE_2__.INPUT_VERTICAL_PADDING, "px ") + "".concat(_constants__WEBPACK_IMPORTED_MODULE_2__.INPUT_HORIZONTAL_PADDING, "px"),
48426
48426
  color: foreColor,
48427
48427
  backgroundColor: backgroundColor,
48428
48428
  borderColor: borderColor,
@@ -48435,9 +48435,10 @@ var useStyles = function useStyles(_ref) {
48435
48435
  color: color.text_tertiary
48436
48436
  });
48437
48437
  },
48438
- valueContainer: function valueContainer(baseStyles) {
48438
+ valueContainer: function valueContainer(baseStyles, state) {
48439
48439
  return _objectSpread(_objectSpread({}, baseStyles), {}, {
48440
- padding: "0 ".concat(spacing['03'], " 0 0")
48440
+ padding: "0 ".concat(spacing['03'], " 0 0"),
48441
+ gap: state.isMulti ? spacing['02'] : 0
48441
48442
  });
48442
48443
  },
48443
48444
  placeholder: function placeholder(baseStyles) {
@@ -48501,7 +48502,8 @@ var useStyles = function useStyles(_ref) {
48501
48502
  return _objectSpread(_objectSpread({}, baseStyles), {}, {
48502
48503
  backgroundColor: color.bg,
48503
48504
  border: "1px solid ".concat(color.border),
48504
- borderRadius: spacing['02']
48505
+ borderRadius: spacing['02'],
48506
+ margin: 0
48505
48507
  });
48506
48508
  },
48507
48509
  multiValueLabel: function multiValueLabel(baseStyles) {