@gem-sdk/components 15.0.0 → 15.0.1

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.
@@ -3,6 +3,6 @@
3
3
  class="${t?.cssClass}"
4
4
  style="${{...core.makeStyleResponsive("ta",r)}}"
5
5
  >
6
- <div id="tcustomizer-form-container-{{ product.id }}">
6
+ <div id="tcustomizer-form-container-{{ product.id }}"></div>
7
7
  </div>
8
8
  `};exports.default=CustomProductOptionsVariant;
@@ -3,6 +3,6 @@ import{template as t,makeStyleResponsive as o}from"@gem-sdk/core";let CustomProd
3
3
  class="${s?.cssClass}"
4
4
  style="${{...o("ta",i)}}"
5
5
  >
6
- <div id="tcustomizer-form-container-{{ product.id }}">
6
+ <div id="tcustomizer-form-container-{{ product.id }}"></div>
7
7
  </div>
8
8
  `};export{CustomProductOptionsVariant as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "15.0.0",
3
+ "version": "15.0.1",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",