@dreamcommerce/aurora 2.20.2-3 → 2.20.2-4

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.
@@ -37,7 +37,7 @@ var ControlColorPickerNew = function ControlColorPickerNew(_ref) {
37
37
  hint: hint,
38
38
  spacingLeft: true
39
39
  })), /*#__PURE__*/React__default['default'].createElement(index['default'].Content, null, /*#__PURE__*/React__default['default'].createElement(index['default'].Element, null, /*#__PURE__*/React__default['default'].createElement(index$2['default'], {
40
- onModal: true,
40
+ onModal: onModal,
41
41
  id: id,
42
42
  name: name,
43
43
  initialColor: initialColor,
@@ -29,7 +29,7 @@ var ControlColorPickerNew = function ControlColorPickerNew(_ref) {
29
29
  hint: hint,
30
30
  spacingLeft: true
31
31
  })), /*#__PURE__*/React.createElement(Control.Content, null, /*#__PURE__*/React.createElement(Control.Element, null, /*#__PURE__*/React.createElement(ColorPickerNewWithContext, {
32
- onModal: true,
32
+ onModal: onModal,
33
33
  id: id,
34
34
  name: name,
35
35
  initialColor: initialColor,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "2.20.2-3",
5
+ "version": "2.20.2-4",
6
6
  "description": "aurora",
7
7
  "author": "k0ssak",
8
8
  "license": "MIT",