@dreamcommerce/aurora 3.1.21 → 3.1.22
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.
- package/build/cjs/packages/aurora/src/components/color_picker/components/color_picker_inputs/color_picker_inputs.js +1 -1
- package/build/esm/packages/aurora/src/components/color_picker/components/color_picker_inputs/color_picker_inputs.js +1 -1
- package/build/index.css +1 -1
- package/package.json +1 -1
|
@@ -39,7 +39,7 @@ var ColorPickerInputs = function ColorPickerInputs() {
|
|
|
39
39
|
}, color_picker_constants.COLOR_PICKER_TYPES.RGB))), /*#__PURE__*/React__default['default'].createElement("div", {
|
|
40
40
|
className: "aurora-flex-1"
|
|
41
41
|
}, /*#__PURE__*/React__default['default'].createElement("div", {
|
|
42
|
-
className: "color-picker__inputs-value-container aurora-flex aurora-border aurora-rounded-4 aurora-overflow-hidden aurora-h-6"
|
|
42
|
+
className: "color-picker__inputs-value-container aurora-flex aurora-border aurora-border-strong aurora-rounded-4 aurora-overflow-hidden aurora-h-6"
|
|
43
43
|
}, type === color_picker_constants.COLOR_PICKER_TYPES.HEX && /*#__PURE__*/React__default['default'].createElement(color_picker_inputs_hex.ColorPickerInputsHex, null), type === color_picker_constants.COLOR_PICKER_TYPES.RGB && /*#__PURE__*/React__default['default'].createElement(color_picker_inputs_rgba.ColorPickerInputsRgba, null))), /*#__PURE__*/React__default['default'].createElement(current_color_preview.CurrentColorPreview, null));
|
|
44
44
|
};
|
|
45
45
|
|
|
@@ -31,7 +31,7 @@ var ColorPickerInputs = function ColorPickerInputs() {
|
|
|
31
31
|
}, COLOR_PICKER_TYPES.RGB))), /*#__PURE__*/React.createElement("div", {
|
|
32
32
|
className: "aurora-flex-1"
|
|
33
33
|
}, /*#__PURE__*/React.createElement("div", {
|
|
34
|
-
className: "color-picker__inputs-value-container aurora-flex aurora-border aurora-rounded-4 aurora-overflow-hidden aurora-h-6"
|
|
34
|
+
className: "color-picker__inputs-value-container aurora-flex aurora-border aurora-border-strong aurora-rounded-4 aurora-overflow-hidden aurora-h-6"
|
|
35
35
|
}, type === COLOR_PICKER_TYPES.HEX && /*#__PURE__*/React.createElement(ColorPickerInputsHex, null), type === COLOR_PICKER_TYPES.RGB && /*#__PURE__*/React.createElement(ColorPickerInputsRgba, null))), /*#__PURE__*/React.createElement(CurrentColorPreview, null));
|
|
36
36
|
};
|
|
37
37
|
|