@gem-sdk/components 2.0.3 → 2.0.5

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.
@@ -197,6 +197,7 @@ const HeroBanner = ({ builderAttrs, builderProps, setting, styles, style, childr
197
197
  }}"
198
198
  >
199
199
  ${AdaptiveImage_liquid.default({
200
+ priority: setting?.preload,
200
201
  pictureClass: 'gp-w-full',
201
202
  srcSet: srcSet,
202
203
  className: `adaptive-hero-banner`,
@@ -106,7 +106,8 @@ const ProductDescription = ({ setting, advanced, builderProps })=>{
106
106
  {%- endunless -%}
107
107
  {% style %}
108
108
  .p-description-wrapper.gp-p-description-text * {
109
- color: inherit
109
+ color: inherit;
110
+ line-height: inherit !important;
110
111
  }
111
112
  {% endstyle %}
112
113
  </gp-product-description>
@@ -193,6 +193,7 @@ const HeroBanner = ({ builderAttrs, builderProps, setting, styles, style, childr
193
193
  }}"
194
194
  >
195
195
  ${AdaptiveImage({
196
+ priority: setting?.preload,
196
197
  pictureClass: 'gp-w-full',
197
198
  srcSet: srcSet,
198
199
  className: `adaptive-hero-banner`,
@@ -102,7 +102,8 @@ const ProductDescription = ({ setting, advanced, builderProps })=>{
102
102
  {%- endunless -%}
103
103
  {% style %}
104
104
  .p-description-wrapper.gp-p-description-text * {
105
- color: inherit
105
+ color: inherit;
106
+ line-height: inherit !important;
106
107
  }
107
108
  {% endstyle %}
108
109
  </gp-product-description>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",