@gem-sdk/components 13.2.3 → 14.0.0
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/dist/cjs/builder.js +1 -1
- package/dist/cjs/helpers.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.liquid.js +1 -1
- package/dist/cjs/product/components/product-images-v2/ProductImagesV2.liquid.js +8 -8
- package/dist/cjs/product/components/product-images-v3/ProductImagesV3.liquid.js +8 -8
- package/dist/cjs/product/components/product-list/ProductListCarouselItem.liquid.js +2 -2
- package/dist/cjs/product/components/product-list/ProductListGridItem.liquid.js +4 -4
- package/dist/cjs/product/components/product-list-v3/ProductListCarouselItem.liquid.js +2 -2
- package/dist/cjs/product/components/product-list-v3/ProductListGridItem.liquid.js +4 -4
- package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.js +2 -0
- package/dist/cjs/third-party/components/GrowthSuiteDiscountCodes.liquid.js +8 -0
- package/dist/cjs/third-party/configs/GrowthSuiteDiscountCodes.js +1 -0
- package/dist/cjs/third-party/index.js +1 -1
- package/dist/cjs/third-party/next.js +1 -1
- package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/index.js +4 -0
- package/dist/cjs/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -0
- package/dist/esm/builder.js +1 -1
- package/dist/esm/helpers.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.liquid.js +1 -1
- package/dist/esm/product/components/product-images-v2/ProductImagesV2.liquid.js +26 -26
- package/dist/esm/product/components/product-images-v3/ProductImagesV3.liquid.js +26 -26
- package/dist/esm/product/components/product-list/ProductListCarouselItem.liquid.js +5 -5
- package/dist/esm/product/components/product-list/ProductListGridItem.liquid.js +5 -5
- package/dist/esm/product/components/product-list-v3/ProductListCarouselItem.liquid.js +5 -5
- package/dist/esm/product/components/product-list-v3/ProductListGridItem.liquid.js +5 -5
- package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.js +2 -0
- package/dist/esm/third-party/components/GrowthSuiteDiscountCodes.liquid.js +8 -0
- package/dist/esm/third-party/configs/GrowthSuiteDiscountCodes.js +1 -0
- package/dist/esm/third-party/index.js +1 -1
- package/dist/esm/third-party/next.js +1 -1
- package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/index.js +4 -0
- package/dist/esm/third-party/settings/GrowthSuiteDiscountCodes/uiV2.js +1 -0
- package/dist/types/index.d.ts +28 -3
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"scan-all-text": "rollup -c ./scripts/rollup.config.settings.mjs && node ./scripts/scan-all-text && node ./scripts/scan-all-text"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@gem-sdk/core": "
|
|
29
|
+
"@gem-sdk/core": "14.0.0",
|
|
30
30
|
"@gem-sdk/styles": "13.1.0",
|
|
31
31
|
"@gem-sdk/system": "13.1.0",
|
|
32
32
|
"@types/react-transition-group": "^4.4.12",
|