@gem-sdk/components 2.5.0 → 2.5.2
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.
- package/dist/cjs/button/components/Button.liquid.js +1 -1
- package/dist/cjs/sticky/components/Sticky.js +3 -1
- package/dist/cjs/third-party/configs/Ryviu.js +1 -1
- package/dist/esm/button/components/Button.liquid.js +1 -1
- package/dist/esm/sticky/components/Sticky.js +3 -1
- package/dist/esm/third-party/configs/Ryviu.js +1 -1
- package/package.json +1 -1
|
@@ -161,7 +161,7 @@ const Button = ({ className, builderProps, customAttrs, pageContext, setting = {
|
|
|
161
161
|
>${iconSvg}</span>`)}
|
|
162
162
|
<span
|
|
163
163
|
data-gp-text
|
|
164
|
-
class="${`gp-content-product-button group-hover/button:!gp-text-inherit gp-button-text-only gp-break-words group-data-[state=loading]/button:gp-invisible [&_p]:gp-whitespace-pre-line gp-z-1 gp-h-full gp-flex gp-items-center gp-overflow-hidden ${nodePrice ? appendTypoClass : ''}
|
|
164
|
+
class="${`gp-content-product-button group-hover/button:!gp-text-inherit group-active/button:!gp-text-inherit gp-button-text-only gp-break-words group-data-[state=loading]/button:gp-invisible [&_p]:gp-whitespace-pre-line gp-z-1 gp-h-full gp-flex gp-items-center gp-overflow-hidden ${nodePrice ? appendTypoClass : ''}
|
|
165
165
|
${styles?.typo?.attrs?.italic ? '[&:not(:has(p))]:gp-pr-[0.2em] [&_p]:[&:has(p)]:gp-pr-[0.2em]' : ''}`}"
|
|
166
166
|
style="${{
|
|
167
167
|
...nodePrice && appendTypoStyle,
|
|
@@ -158,13 +158,15 @@ const Sticky = ({ children, builderAttrs, setting, style, builderProps })=>{
|
|
|
158
158
|
margin: '0 auto',
|
|
159
159
|
...style,
|
|
160
160
|
...w,
|
|
161
|
-
...core.getStyleBackgroundByDevice(background),
|
|
162
161
|
...displayStyle(),
|
|
163
162
|
...positionStyle(),
|
|
164
163
|
...getCSSAlign(),
|
|
165
164
|
zIndex: _const.ELEMENT_Z_INDEX.STICKY
|
|
166
165
|
},
|
|
167
166
|
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
167
|
+
style: {
|
|
168
|
+
...core.getStyleBackgroundByDevice(background)
|
|
169
|
+
},
|
|
168
170
|
...builderAttrs,
|
|
169
171
|
"data-id": builderProps?.uid,
|
|
170
172
|
"data-width": {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var RyviuConfig = {
|
|
6
6
|
id: 'ryviu',
|
|
7
7
|
label: 'Ryviu',
|
|
8
|
-
logoUrl: 'https://
|
|
8
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/e80ca8383d6dc37c48bc5bf8092658c4/icon/CJed0K2x44sDEAE=.png',
|
|
9
9
|
tag: 'Ryviu'
|
|
10
10
|
};
|
|
11
11
|
|
|
@@ -157,7 +157,7 @@ const Button = ({ className, builderProps, customAttrs, pageContext, setting = {
|
|
|
157
157
|
>${iconSvg}</span>`)}
|
|
158
158
|
<span
|
|
159
159
|
data-gp-text
|
|
160
|
-
class="${`gp-content-product-button group-hover/button:!gp-text-inherit gp-button-text-only gp-break-words group-data-[state=loading]/button:gp-invisible [&_p]:gp-whitespace-pre-line gp-z-1 gp-h-full gp-flex gp-items-center gp-overflow-hidden ${nodePrice ? appendTypoClass : ''}
|
|
160
|
+
class="${`gp-content-product-button group-hover/button:!gp-text-inherit group-active/button:!gp-text-inherit gp-button-text-only gp-break-words group-data-[state=loading]/button:gp-invisible [&_p]:gp-whitespace-pre-line gp-z-1 gp-h-full gp-flex gp-items-center gp-overflow-hidden ${nodePrice ? appendTypoClass : ''}
|
|
161
161
|
${styles?.typo?.attrs?.italic ? '[&:not(:has(p))]:gp-pr-[0.2em] [&_p]:[&:has(p)]:gp-pr-[0.2em]' : ''}`}"
|
|
162
162
|
style="${{
|
|
163
163
|
...nodePrice && appendTypoStyle,
|
|
@@ -154,13 +154,15 @@ const Sticky = ({ children, builderAttrs, setting, style, builderProps })=>{
|
|
|
154
154
|
margin: '0 auto',
|
|
155
155
|
...style,
|
|
156
156
|
...w,
|
|
157
|
-
...getStyleBackgroundByDevice(background),
|
|
158
157
|
...displayStyle(),
|
|
159
158
|
...positionStyle(),
|
|
160
159
|
...getCSSAlign(),
|
|
161
160
|
zIndex: ELEMENT_Z_INDEX.STICKY
|
|
162
161
|
},
|
|
163
162
|
children: /*#__PURE__*/ jsx("div", {
|
|
163
|
+
style: {
|
|
164
|
+
...getStyleBackgroundByDevice(background)
|
|
165
|
+
},
|
|
164
166
|
...builderAttrs,
|
|
165
167
|
"data-id": builderProps?.uid,
|
|
166
168
|
"data-width": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var RyviuConfig = {
|
|
2
2
|
id: 'ryviu',
|
|
3
3
|
label: 'Ryviu',
|
|
4
|
-
logoUrl: 'https://
|
|
4
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/e80ca8383d6dc37c48bc5bf8092658c4/icon/CJed0K2x44sDEAE=.png',
|
|
5
5
|
tag: 'Ryviu'
|
|
6
6
|
};
|
|
7
7
|
|