@gem-sdk/components 3.0.0-pre-production.9 → 3.0.0-pre-production.10

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.
@@ -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
  });
@@ -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": "3.0.0-pre-production.9",
3
+ "version": "3.0.0-pre-production.10",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",