@dreamcommerce/aurora 2.17.22-11 → 2.17.22-13

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.
@@ -173,7 +173,7 @@ var XhrImagePicker = function XhrImagePicker(_ref) {
173
173
 
174
174
  return (_pendingRequestRef$cu = pendingRequestRef.current) === null || _pendingRequestRef$cu === void 0 ? void 0 : _pendingRequestRef$cu.call(pendingRequestRef);
175
175
  };
176
- }, []);
176
+ }, [isLoading]);
177
177
  React.useEffect(function () {
178
178
  var src = image !== null && image !== void 0 ? image : initialImage;
179
179
  setImageEditorSrc(src !== null && src !== void 0 ? src : '');
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var styleInject_es = require('../../../../../external/style-inject/dist/style-inject.es.js');
6
6
 
7
- var css_248z = "/* font colors */\n/* actions */\n/* background */\n/* errors */\n/* borders */\n/* grid */\n/* scrollBar */\n/* sizes */\n/** Form Variables */\n.main-module_with-loader__X2lLa {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.main-module_with-loader__X2lLa :nth-child(2) {\n margin-top: 0.5rem;\n color: #59687e;\n}\n.main-module_with-loader-wrapper__B1nI2 {\n padding: 2rem 0;\n}\n.main-module_with-loader-bordered__1pf_Y {\n border: 1px dashed #abb4cd;\n border-radius: 2px;\n}\n";
7
+ var css_248z = "/* font colors */\n/* actions */\n/* background */\n/* errors */\n/* borders */\n/* grid */\n/* scrollBar */\n/* sizes */\n/** WithLoader Variables */\n.main-module_with-loader__X2lLa {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.main-module_with-loader__X2lLa :nth-child(2) {\n margin-top: 0.5rem;\n color: #5c657e;\n}\n.main-module_with-loader-wrapper__B1nI2 {\n padding: 2rem 0;\n}\n.main-module_with-loader-bordered__1pf_Y {\n border: 1px dashed #abb4cd;\n border-radius: 2px;\n}\n";
8
8
  var cssClasses = {
9
9
  "with-loader": "main-module_with-loader__X2lLa",
10
10
  "with-loader-wrapper": "main-module_with-loader-wrapper__B1nI2",
@@ -164,7 +164,7 @@ var XhrImagePicker = function XhrImagePicker(_ref) {
164
164
 
165
165
  return (_pendingRequestRef$cu = pendingRequestRef.current) === null || _pendingRequestRef$cu === void 0 ? void 0 : _pendingRequestRef$cu.call(pendingRequestRef);
166
166
  };
167
- }, []);
167
+ }, [isLoading]);
168
168
  useEffect(function () {
169
169
  var src = image !== null && image !== void 0 ? image : initialImage;
170
170
  setImageEditorSrc(src !== null && src !== void 0 ? src : '');
@@ -1,6 +1,6 @@
1
1
  import styleInject from '../../../../../external/style-inject/dist/style-inject.es.js';
2
2
 
3
- var css_248z = "/* font colors */\n/* actions */\n/* background */\n/* errors */\n/* borders */\n/* grid */\n/* scrollBar */\n/* sizes */\n/** Form Variables */\n.main-module_with-loader__X2lLa {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.main-module_with-loader__X2lLa :nth-child(2) {\n margin-top: 0.5rem;\n color: #59687e;\n}\n.main-module_with-loader-wrapper__B1nI2 {\n padding: 2rem 0;\n}\n.main-module_with-loader-bordered__1pf_Y {\n border: 1px dashed #abb4cd;\n border-radius: 2px;\n}\n";
3
+ var css_248z = "/* font colors */\n/* actions */\n/* background */\n/* errors */\n/* borders */\n/* grid */\n/* scrollBar */\n/* sizes */\n/** WithLoader Variables */\n.main-module_with-loader__X2lLa {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.main-module_with-loader__X2lLa :nth-child(2) {\n margin-top: 0.5rem;\n color: #5c657e;\n}\n.main-module_with-loader-wrapper__B1nI2 {\n padding: 2rem 0;\n}\n.main-module_with-loader-bordered__1pf_Y {\n border: 1px dashed #abb4cd;\n border-radius: 2px;\n}\n";
4
4
  var cssClasses = {
5
5
  "with-loader": "main-module_with-loader__X2lLa",
6
6
  "with-loader-wrapper": "main-module_with-loader-wrapper__B1nI2",
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.17.22-11",
5
+ "version": "2.17.22-13",
6
6
  "description": "aurora",
7
7
  "author": "k0ssak",
8
8
  "license": "MIT",
@@ -44,7 +44,7 @@
44
44
  "update-visuals": "jest -c .config/jest/jest.config.visual.js --updateSnapshot"
45
45
  },
46
46
  "devDependencies": {
47
- "@dreamcommerce/utilities": "^1.13.0",
47
+ "@dreamcommerce/utilities": "^1.15.0",
48
48
  "@shoper/jest_config": "^0.0.0",
49
49
  "@shoper/tsconfig": "^0.0.0",
50
50
  "@storybook/react": "6.5.7",