@gem-sdk/components 2.1.13-staging.34 → 2.1.13-staging.35
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.
|
@@ -102,7 +102,7 @@ const ProductDescription = ({ setting, advanced, builderProps, pageContext })=>{
|
|
|
102
102
|
}}"
|
|
103
103
|
>
|
|
104
104
|
|
|
105
|
-
${
|
|
105
|
+
${viewMoreTextDisplay}
|
|
106
106
|
${setting?.enableViewMoreIcon ? `<svg
|
|
107
107
|
class="gp-ml-1 gp-inline-block"
|
|
108
108
|
style="display: inline-block; margin-left: 1px;"
|
|
@@ -98,7 +98,7 @@ const ProductDescription = ({ setting, advanced, builderProps, pageContext })=>{
|
|
|
98
98
|
}}"
|
|
99
99
|
>
|
|
100
100
|
|
|
101
|
-
${
|
|
101
|
+
${viewMoreTextDisplay}
|
|
102
102
|
${setting?.enableViewMoreIcon ? `<svg
|
|
103
103
|
class="gp-ml-1 gp-inline-block"
|
|
104
104
|
style="display: inline-block; margin-left: 1px;"
|