@gem-sdk/components 2.5.20 → 2.5.22

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.
@@ -90,7 +90,7 @@ const MobileMenu = ({ menu, typography, typo, arrow, menuTextColor, menuBg, text
90
90
  unmountOnExit: false,
91
91
  children: (state)=>/*#__PURE__*/ jsxRuntime.jsxs("div", {
92
92
  className: core.cls('gp-fixed gp-inset-0 gp-z-[999] gp-overflow-hidden', {
93
- invisible: !isOpen
93
+ 'gp-invisible': !isOpen
94
94
  }),
95
95
  children: [
96
96
  /*#__PURE__*/ jsxRuntime.jsx("div", {
@@ -16,7 +16,7 @@ const PostPurchaseProductDescription = ({ setting, builderProps, styles })=>{
16
16
  styles: styles,
17
17
  setting: {
18
18
  ...setting,
19
- text: product.description
19
+ text: product.descriptionHtml
20
20
  }
21
21
  })
22
22
  });
@@ -86,7 +86,7 @@ const MobileMenu = ({ menu, typography, typo, arrow, menuTextColor, menuBg, text
86
86
  unmountOnExit: false,
87
87
  children: (state)=>/*#__PURE__*/ jsxs("div", {
88
88
  className: cls('gp-fixed gp-inset-0 gp-z-[999] gp-overflow-hidden', {
89
- invisible: !isOpen
89
+ 'gp-invisible': !isOpen
90
90
  }),
91
91
  children: [
92
92
  /*#__PURE__*/ jsx("div", {
@@ -12,7 +12,7 @@ const PostPurchaseProductDescription = ({ setting, builderProps, styles })=>{
12
12
  styles: styles,
13
13
  setting: {
14
14
  ...setting,
15
- text: product.description
15
+ text: product.descriptionHtml
16
16
  }
17
17
  })
18
18
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.5.20",
3
+ "version": "2.5.22",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",