@gem-sdk/core 1.53.0-staging.13 → 1.53.0-staging.16

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.
@@ -58,6 +58,7 @@ const useInitialSwatchesOptions = (options)=>{
58
58
  }), '*');
59
59
  changeSwatches(swatches);
60
60
  }
61
+ swatchChange = false;
61
62
  };
62
63
  const getColorDefault = (label, color)=>{
63
64
  const colorByLabel = label ? variantPresets.colorPreset[label.toLocaleLowerCase()] : undefined;
@@ -54,6 +54,7 @@ const useInitialSwatchesOptions = (options)=>{
54
54
  }), '*');
55
55
  changeSwatches(swatches);
56
56
  }
57
+ swatchChange = false;
57
58
  };
58
59
  const getColorDefault = (label, color)=>{
59
60
  const colorByLabel = label ? colorPreset[label.toLocaleLowerCase()] : undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.53.0-staging.13",
3
+ "version": "1.53.0-staging.16",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",