@gem-sdk/components 3.0.3 → 3.0.4

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.
@@ -95,7 +95,7 @@
95
95
  type="gp-feature-image-only"
96
96
  product-id="{{product.id}}"
97
97
  product-media="{{product.media.size}}"
98
- class="${d(v)}
98
+ class="${d(v)}"
99
99
  style="${_function.getStyleOfObject(m)}"
100
100
  >
101
101
  <div
@@ -95,7 +95,7 @@ import{makeStyleResponsive as e,template as a,cls as i}from"@gem-sdk/core";impor
95
95
  type="gp-feature-image-only"
96
96
  product-id="{{product.id}}"
97
97
  product-media="{{product.media.size}}"
98
- class="${S(B)}
98
+ class="${S(B)}"
99
99
  style="${p(P)}"
100
100
  >
101
101
  <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",