@gem-sdk/components 12.0.0-staging.70 → 12.0.0-staging.71

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="${s?.cssClass}"
4
4
  style="${{...core.makeStyleResponsive("ta",t)}}"
5
5
  >
6
- <div class="easify-product-options"></div>
6
+ <div class="easify-product-options" product-id="{{product.id}}"></div>
7
7
  </div>
8
8
  `};exports.default=EasifyProductOptions;
@@ -1,8 +1,8 @@
1
- import{template as s,makeStyleResponsive as t}from"@gem-sdk/core";let EasifyProductOptions=({setting:i,advanced:o})=>{let{align:a}=i??{};return s`
1
+ import{template as s,makeStyleResponsive as t}from"@gem-sdk/core";let EasifyProductOptions=({setting:d,advanced:i})=>{let{align:o}=d??{};return s`
2
2
  <div
3
- class="${o?.cssClass}"
4
- style="${{...t("ta",a)}}"
3
+ class="${i?.cssClass}"
4
+ style="${{...t("ta",o)}}"
5
5
  >
6
- <div class="easify-product-options"></div>
6
+ <div class="easify-product-options" product-id="{{product.id}}"></div>
7
7
  </div>
8
8
  `};export{EasifyProductOptions as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "12.0.0-staging.70",
3
+ "version": "12.0.0-staging.71",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",