@gem-sdk/components 2.6.0-staging.24 → 2.6.0-staging.26
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/builder.js +2 -0
- package/dist/cjs/coupon/components/Coupon.js +3 -2
- package/dist/cjs/index.js +2 -0
- package/dist/cjs/index.liquid.js +2 -0
- package/dist/cjs/marquee/setting/Marquee.js +3 -1
- package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.js +38 -0
- package/dist/cjs/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +12 -0
- package/dist/cjs/third-party/next.js +5 -0
- package/dist/cjs/third-party/setting/AovFreeGiftBuyXGetYBogo.js +133 -0
- package/dist/cjs/third-party/setting/index.js +2 -0
- package/dist/esm/builder.js +2 -0
- package/dist/esm/coupon/components/Coupon.js +3 -2
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.liquid.js +1 -0
- package/dist/esm/marquee/setting/Marquee.js +3 -1
- package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.js +33 -0
- package/dist/esm/third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js +8 -0
- package/dist/esm/third-party/next.js +5 -0
- package/dist/esm/third-party/setting/AovFreeGiftBuyXGetYBogo.js +129 -0
- package/dist/esm/third-party/setting/index.js +234 -232
- package/dist/types/index.d.ts +17 -1
- package/package.json +2 -2
package/dist/cjs/builder.js
CHANGED
|
@@ -63,6 +63,7 @@ var TeeinblueProductPersonalizer = require('./third-party/components/TeeinbluePr
|
|
|
63
63
|
var GloboProductOptionsVariant = require('./third-party/components/GloboProductOptionsVariant.js');
|
|
64
64
|
var ProductOptionsVariantOption = require('./third-party/components/ProductOptionsVariantOption.js');
|
|
65
65
|
var BestBuyFulfillment = require('./third-party/components/BestBuyFulfillment.js');
|
|
66
|
+
var AovFreeGiftBuyXGetYBogo = require('./third-party/components/AovFreeGiftBuyXGetYBogo.js');
|
|
66
67
|
var JudgemeReviews = require('./third-party/components/JudgemeReviews.js');
|
|
67
68
|
var LooxReviews = require('./third-party/components/LooxReviews.js');
|
|
68
69
|
var Klaviyo = require('./third-party/components/Klaviyo.js');
|
|
@@ -260,6 +261,7 @@ var PostPurchaseCountdownTimer = require('./post-purchase/countdown-timer/compon
|
|
|
260
261
|
var Text$1 = require('./post-purchase/text/Text.js');
|
|
261
262
|
|
|
262
263
|
var builder = {
|
|
264
|
+
AovFreeGiftBuyXGetYBogo: AovFreeGiftBuyXGetYBogo.default,
|
|
263
265
|
AppstleBundlesDiscounts: AppstleBundlesDiscounts.default,
|
|
264
266
|
EcomsendBackInStockAlert: EcomsendBackInStockAlert.default,
|
|
265
267
|
EstimatedDeliveryDatePlus: EstimatedDeliveryDatePlus.default,
|
|
@@ -31,6 +31,7 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
|
|
|
31
31
|
borderBtn,
|
|
32
32
|
boxShadowBtn
|
|
33
33
|
});
|
|
34
|
+
setDefaultLabelState(defaultLabel);
|
|
34
35
|
};
|
|
35
36
|
const changeStateILP = ()=>{
|
|
36
37
|
setDefaultLabelState(clickedLabel);
|
|
@@ -65,7 +66,6 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
|
|
|
65
66
|
} : currentState.boxShadowBtn
|
|
66
67
|
});
|
|
67
68
|
setTimeout(()=>{
|
|
68
|
-
setDefaultLabelState(defaultLabel);
|
|
69
69
|
handleSetDefaultState();
|
|
70
70
|
}, 1000);
|
|
71
71
|
};
|
|
@@ -77,7 +77,8 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
|
|
|
77
77
|
textColor,
|
|
78
78
|
roundedBtn,
|
|
79
79
|
borderBtn,
|
|
80
|
-
boxShadowBtn
|
|
80
|
+
boxShadowBtn,
|
|
81
|
+
defaultLabel
|
|
81
82
|
]);
|
|
82
83
|
return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
83
84
|
children: /*#__PURE__*/ jsxRuntime.jsx(Button.default, {
|
package/dist/cjs/index.js
CHANGED
|
@@ -222,6 +222,7 @@ var HextomFreeShippingBar = require('./third-party/components/HextomFreeShipping
|
|
|
222
222
|
var EcoboostifyShoppableReelUgc = require('./third-party/components/EcoboostifyShoppableReelUgc.js');
|
|
223
223
|
var AppstleBundlesDiscounts = require('./third-party/components/AppstleBundlesDiscounts.js');
|
|
224
224
|
var EcomsendBackInStockAlert = require('./third-party/components/EcomsendBackInStockAlert.js');
|
|
225
|
+
var AovFreeGiftBuyXGetYBogo = require('./third-party/components/AovFreeGiftBuyXGetYBogo.js');
|
|
225
226
|
var index$x = require('./third-party-instant/setting/index.js');
|
|
226
227
|
var InstantJudgemeReviews = require('./third-party-instant/components/InstantJudgemeReviews.js');
|
|
227
228
|
var InstantLooxReviews = require('./third-party-instant/components/InstantLooxReviews.js');
|
|
@@ -540,6 +541,7 @@ exports.HextomFreeShippingBar = HextomFreeShippingBar.default;
|
|
|
540
541
|
exports.EcoboostifyShoppableReelUgc = EcoboostifyShoppableReelUgc.default;
|
|
541
542
|
exports.AppstleBundlesDiscounts = AppstleBundlesDiscounts.default;
|
|
542
543
|
exports.EcomsendBackInStockAlert = EcomsendBackInStockAlert.default;
|
|
544
|
+
exports.AovFreeGiftBuyXGetYBogo = AovFreeGiftBuyXGetYBogo.default;
|
|
543
545
|
exports.thirdPartyInstantSetting = index$x.default;
|
|
544
546
|
exports.InstantJudgemeReviews = InstantJudgemeReviews.default;
|
|
545
547
|
exports.InstantLooxReviews = InstantLooxReviews.default;
|
package/dist/cjs/index.liquid.js
CHANGED
|
@@ -177,6 +177,7 @@ var HextomFreeShippingBar_liquid = require('./third-party/components/HextomFreeS
|
|
|
177
177
|
var EcoboostifyShoppableReelUgc_liquid = require('./third-party/components/EcoboostifyShoppableReelUgc.liquid.js');
|
|
178
178
|
var AppstleBundlesDiscounts_liquid = require('./third-party/components/AppstleBundlesDiscounts.liquid.js');
|
|
179
179
|
var EcomsendBackInStockAlert_liquid = require('./third-party/components/EcomsendBackInStockAlert.liquid.js');
|
|
180
|
+
var AovFreeGiftBuyXGetYBogo_liquid = require('./third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js');
|
|
180
181
|
var ImageComparison_liquid = require('./image-comparison/components/ImageComparison.liquid.js');
|
|
181
182
|
var ThirdPartySlot_liquid = require('./third-party-slot/components/ThirdPartySlot.liquid.js');
|
|
182
183
|
var Sticky_liquid = require('./sticky/components/Sticky.liquid.js');
|
|
@@ -376,6 +377,7 @@ exports.HextomFreeShippingBar = HextomFreeShippingBar_liquid.default;
|
|
|
376
377
|
exports.EcoboostifyShoppableReelUgc = EcoboostifyShoppableReelUgc_liquid.default;
|
|
377
378
|
exports.AppstleBundlesDiscounts = AppstleBundlesDiscounts_liquid.default;
|
|
378
379
|
exports.EcomsendBackInStockAlert = EcomsendBackInStockAlert_liquid.default;
|
|
380
|
+
exports.AovFreeGiftBuyXGetYBogo = AovFreeGiftBuyXGetYBogo_liquid.default;
|
|
379
381
|
exports.ImageComparison = ImageComparison_liquid.default;
|
|
380
382
|
exports.ThirdPartySlot = ThirdPartySlot_liquid.default;
|
|
381
383
|
exports.Sticky = Sticky_liquid.default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
var core = require('@gem-sdk/core');
|
|
7
|
+
var ThirdPartyPreview = require('./ThirdPartyPreview.js');
|
|
8
|
+
|
|
9
|
+
const AppConfig = {
|
|
10
|
+
id: 'aov-free-gift-buy-x-get-y-bogo',
|
|
11
|
+
label: 'AOV Free Gift Buy X Get Y BOGO',
|
|
12
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/b957b53ca225f32cac0ad2cd41f89a1f/icon/CI6dsMjDr4cDEAE=.png',
|
|
13
|
+
tag: 'AovFreeGiftBuyXGetYBogo'
|
|
14
|
+
};
|
|
15
|
+
const AovFreeGiftBuyXGetYBogoContent = ()=>{
|
|
16
|
+
return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
17
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
18
|
+
className: "gp-p-2",
|
|
19
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(ThirdPartyPreview.default, {
|
|
20
|
+
setting: {
|
|
21
|
+
label: 'AOV Free Gift Buy X Get Y BOGO',
|
|
22
|
+
iconSvg: `<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
|
|
23
|
+
}
|
|
24
|
+
})
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
const AovFreeGiftBuyXGetYBogo = ({ setting })=>{
|
|
29
|
+
return /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
30
|
+
style: {
|
|
31
|
+
...core.makeStyleResponsive('ta', setting?.align)
|
|
32
|
+
},
|
|
33
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(AovFreeGiftBuyXGetYBogoContent, {})
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
exports.AppConfig = AppConfig;
|
|
38
|
+
exports.default = AovFreeGiftBuyXGetYBogo;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var thirdParty = require('../helpers/thirdParty.js');
|
|
6
|
+
|
|
7
|
+
const AovFreeGiftBuyXGetYBogo = ({ setting, advanced })=>{
|
|
8
|
+
const { align, appBlockId } = setting ?? {};
|
|
9
|
+
return thirdParty.getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''}!gp-block [&_*]:gp-max-w-none`);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.default = AovFreeGiftBuyXGetYBogo;
|
|
@@ -6,6 +6,10 @@ var dynamic = require('next/dynamic');
|
|
|
6
6
|
var Loading = require('../common/components/Loading.js');
|
|
7
7
|
require('react/jsx-runtime');
|
|
8
8
|
|
|
9
|
+
const AovFreeGiftBuyXGetYBogo = dynamic(()=>Promise.resolve().then(function () { return require('./components/AovFreeGiftBuyXGetYBogo.js'); }), {
|
|
10
|
+
ssr: false,
|
|
11
|
+
loading: Loading.default
|
|
12
|
+
});
|
|
9
13
|
const AppstleBundlesDiscounts = dynamic(()=>Promise.resolve().then(function () { return require('./components/AppstleBundlesDiscounts.js'); }), {
|
|
10
14
|
ssr: false,
|
|
11
15
|
loading: Loading.default
|
|
@@ -471,6 +475,7 @@ const EcoboostifyShoppableReelUgc = dynamic(()=>Promise.resolve().then(function
|
|
|
471
475
|
loading: Loading.default
|
|
472
476
|
});
|
|
473
477
|
var thirdParty = {
|
|
478
|
+
AovFreeGiftBuyXGetYBogo,
|
|
474
479
|
AppstleBundlesDiscounts,
|
|
475
480
|
EcomsendBackInStockAlert,
|
|
476
481
|
EcoboostifyShoppableReelUgc,
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var AovFreeGiftBuyXGetYBogo = require('../components/AovFreeGiftBuyXGetYBogo.js');
|
|
6
|
+
|
|
7
|
+
const config = {
|
|
8
|
+
tag: AovFreeGiftBuyXGetYBogo.AppConfig.tag,
|
|
9
|
+
label: AovFreeGiftBuyXGetYBogo.AppConfig.label,
|
|
10
|
+
icon: '<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/b957b53ca225f32cac0ad2cd41f89a1f/icon/CI6dsMjDr4cDEAE=.png">',
|
|
11
|
+
editorConfigs: {
|
|
12
|
+
placeholder: {
|
|
13
|
+
flowTag: [
|
|
14
|
+
'Product'
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
component: {
|
|
18
|
+
isThirdParty: true
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
presets: [
|
|
22
|
+
{
|
|
23
|
+
id: AovFreeGiftBuyXGetYBogo.AppConfig.id,
|
|
24
|
+
name: {
|
|
25
|
+
en: AovFreeGiftBuyXGetYBogo.AppConfig.label
|
|
26
|
+
},
|
|
27
|
+
hideTextContent: true,
|
|
28
|
+
icon: {
|
|
29
|
+
desktop: `<div class="w-full flex flex-col items-center">
|
|
30
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/b957b53ca225f32cac0ad2cd41f89a1f/icon/CI6dsMjDr4cDEAE=.png">
|
|
31
|
+
<span class="preset-item-title">AOV Free Gift Buy X Get Y BOGO</span>
|
|
32
|
+
</div>`
|
|
33
|
+
},
|
|
34
|
+
components: [
|
|
35
|
+
{
|
|
36
|
+
tag: AovFreeGiftBuyXGetYBogo.AppConfig.tag
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
settings: [
|
|
42
|
+
{
|
|
43
|
+
id: 'setting',
|
|
44
|
+
controls: [
|
|
45
|
+
{
|
|
46
|
+
id: 'appBlockId',
|
|
47
|
+
type: 'input',
|
|
48
|
+
default: ''
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
id: 'widgetType',
|
|
52
|
+
label: 'Choose widget',
|
|
53
|
+
type: 'select',
|
|
54
|
+
options: [
|
|
55
|
+
{
|
|
56
|
+
label: 'Avada Promotion Card',
|
|
57
|
+
value: 'avada-promotion-card'
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
default: 'avada-promotion-card'
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
id: 'install',
|
|
64
|
+
type: 'open-link',
|
|
65
|
+
target: '_blank',
|
|
66
|
+
linkType: 'install',
|
|
67
|
+
href: 'https://apps.shopify.com/avada-upsell?utm_source=gempages',
|
|
68
|
+
appName: AovFreeGiftBuyXGetYBogo.AppConfig.label
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
id: 'openApp',
|
|
72
|
+
type: 'open-link',
|
|
73
|
+
target: '_blank',
|
|
74
|
+
linkType: 'openApp',
|
|
75
|
+
href: 'https://admin.shopify.com/?redirect=/apps/avada-upsell',
|
|
76
|
+
appName: AovFreeGiftBuyXGetYBogo.AppConfig.label
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
id: 'align',
|
|
80
|
+
label: 'Alignment',
|
|
81
|
+
type: 'segment',
|
|
82
|
+
options: [
|
|
83
|
+
{
|
|
84
|
+
label: 'Left',
|
|
85
|
+
value: 'left',
|
|
86
|
+
type: 'align'
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
label: 'Center',
|
|
90
|
+
value: 'center',
|
|
91
|
+
type: 'align'
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
label: 'Right',
|
|
95
|
+
value: 'right',
|
|
96
|
+
type: 'align'
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
devices: {
|
|
100
|
+
desktop: {
|
|
101
|
+
default: 'left'
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
ui: [
|
|
109
|
+
{
|
|
110
|
+
type: 'control',
|
|
111
|
+
setting: {
|
|
112
|
+
id: 'install'
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'control',
|
|
117
|
+
setting: {
|
|
118
|
+
id: 'openApp'
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
type: 'control',
|
|
123
|
+
label: {
|
|
124
|
+
en: 'Align'
|
|
125
|
+
},
|
|
126
|
+
setting: {
|
|
127
|
+
id: 'align'
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
};
|
|
132
|
+
|
|
133
|
+
exports.default = config;
|
|
@@ -118,8 +118,10 @@ var HextomFreeShippingBar = require('./HextomFreeShippingBar.js');
|
|
|
118
118
|
var EcoboostifyShoppableReelUgc = require('./EcoboostifyShoppableReelUgc.js');
|
|
119
119
|
var AppstleBundlesDiscounts = require('./AppstleBundlesDiscounts.js');
|
|
120
120
|
var EcomsendBackInStockAlert = require('./EcomsendBackInStockAlert.js');
|
|
121
|
+
var AovFreeGiftBuyXGetYBogo = require('./AovFreeGiftBuyXGetYBogo.js');
|
|
121
122
|
|
|
122
123
|
var index = {
|
|
124
|
+
AovFreeGiftBuyXGetYBogo: AovFreeGiftBuyXGetYBogo.default,
|
|
123
125
|
HextomCountdownTimerBar: HextomCountdownTimerBar.default,
|
|
124
126
|
EstimatedDeliveryDatePlus: EstimatedDeliveryDatePlus.default,
|
|
125
127
|
OkendoReviewsLoyalty: OkendoReviewsLoyalty.default,
|
package/dist/esm/builder.js
CHANGED
|
@@ -59,6 +59,7 @@ import TeeinblueProductPersonalizer from './third-party/components/TeeinblueProd
|
|
|
59
59
|
import GloboProductOptionsVariant from './third-party/components/GloboProductOptionsVariant.js';
|
|
60
60
|
import ProductOptionsVariantOption from './third-party/components/ProductOptionsVariantOption.js';
|
|
61
61
|
import BestBuyFulfillment from './third-party/components/BestBuyFulfillment.js';
|
|
62
|
+
import AovFreeGiftBuyXGetYBogo from './third-party/components/AovFreeGiftBuyXGetYBogo.js';
|
|
62
63
|
import JudgemeReviews from './third-party/components/JudgemeReviews.js';
|
|
63
64
|
import LooxReviews from './third-party/components/LooxReviews.js';
|
|
64
65
|
import Klaviyo from './third-party/components/Klaviyo.js';
|
|
@@ -256,6 +257,7 @@ import PostPurchaseCountdownTimer from './post-purchase/countdown-timer/componen
|
|
|
256
257
|
import Text$1 from './post-purchase/text/Text.js';
|
|
257
258
|
|
|
258
259
|
var builder = {
|
|
260
|
+
AovFreeGiftBuyXGetYBogo,
|
|
259
261
|
AppstleBundlesDiscounts,
|
|
260
262
|
EcomsendBackInStockAlert,
|
|
261
263
|
EstimatedDeliveryDatePlus,
|
|
@@ -27,6 +27,7 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
|
|
|
27
27
|
borderBtn,
|
|
28
28
|
boxShadowBtn
|
|
29
29
|
});
|
|
30
|
+
setDefaultLabelState(defaultLabel);
|
|
30
31
|
};
|
|
31
32
|
const changeStateILP = ()=>{
|
|
32
33
|
setDefaultLabelState(clickedLabel);
|
|
@@ -61,7 +62,6 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
|
|
|
61
62
|
} : currentState.boxShadowBtn
|
|
62
63
|
});
|
|
63
64
|
setTimeout(()=>{
|
|
64
|
-
setDefaultLabelState(defaultLabel);
|
|
65
65
|
handleSetDefaultState();
|
|
66
66
|
}, 1000);
|
|
67
67
|
};
|
|
@@ -73,7 +73,8 @@ const Coupon = ({ setting, builderProps, builderAttrs, style, styles, advanced,
|
|
|
73
73
|
textColor,
|
|
74
74
|
roundedBtn,
|
|
75
75
|
borderBtn,
|
|
76
|
-
boxShadowBtn
|
|
76
|
+
boxShadowBtn,
|
|
77
|
+
defaultLabel
|
|
77
78
|
]);
|
|
78
79
|
return /*#__PURE__*/ jsx(Fragment, {
|
|
79
80
|
children: /*#__PURE__*/ jsx(Button, {
|
package/dist/esm/index.js
CHANGED
|
@@ -220,6 +220,7 @@ export { default as HextomFreeShippingBar } from './third-party/components/Hexto
|
|
|
220
220
|
export { default as EcoboostifyShoppableReelUgc } from './third-party/components/EcoboostifyShoppableReelUgc.js';
|
|
221
221
|
export { default as AppstleBundlesDiscounts } from './third-party/components/AppstleBundlesDiscounts.js';
|
|
222
222
|
export { default as EcomsendBackInStockAlert } from './third-party/components/EcomsendBackInStockAlert.js';
|
|
223
|
+
export { default as AovFreeGiftBuyXGetYBogo } from './third-party/components/AovFreeGiftBuyXGetYBogo.js';
|
|
223
224
|
export { default as thirdPartyInstantSetting } from './third-party-instant/setting/index.js';
|
|
224
225
|
export { default as InstantJudgemeReviews } from './third-party-instant/components/InstantJudgemeReviews.js';
|
|
225
226
|
export { default as InstantLooxReviews } from './third-party-instant/components/InstantLooxReviews.js';
|
package/dist/esm/index.liquid.js
CHANGED
|
@@ -175,6 +175,7 @@ export { default as HextomFreeShippingBar } from './third-party/components/Hexto
|
|
|
175
175
|
export { default as EcoboostifyShoppableReelUgc } from './third-party/components/EcoboostifyShoppableReelUgc.liquid.js';
|
|
176
176
|
export { default as AppstleBundlesDiscounts } from './third-party/components/AppstleBundlesDiscounts.liquid.js';
|
|
177
177
|
export { default as EcomsendBackInStockAlert } from './third-party/components/EcomsendBackInStockAlert.liquid.js';
|
|
178
|
+
export { default as AovFreeGiftBuyXGetYBogo } from './third-party/components/AovFreeGiftBuyXGetYBogo.liquid.js';
|
|
178
179
|
export { default as ImageComparison } from './image-comparison/components/ImageComparison.liquid.js';
|
|
179
180
|
export { default as ThirdPartySlot } from './third-party-slot/components/ThirdPartySlot.liquid.js';
|
|
180
181
|
export { default as Sticky } from './sticky/components/Sticky.liquid.js';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsx, Fragment } from 'react/jsx-runtime';
|
|
2
|
+
import { makeStyleResponsive } from '@gem-sdk/core';
|
|
3
|
+
import ThirdPartyPreview from './ThirdPartyPreview.js';
|
|
4
|
+
|
|
5
|
+
const AppConfig = {
|
|
6
|
+
id: 'aov-free-gift-buy-x-get-y-bogo',
|
|
7
|
+
label: 'AOV Free Gift Buy X Get Y BOGO',
|
|
8
|
+
logoUrl: 'https://cdn.shopify.com/app-store/listing_images/b957b53ca225f32cac0ad2cd41f89a1f/icon/CI6dsMjDr4cDEAE=.png',
|
|
9
|
+
tag: 'AovFreeGiftBuyXGetYBogo'
|
|
10
|
+
};
|
|
11
|
+
const AovFreeGiftBuyXGetYBogoContent = ()=>{
|
|
12
|
+
return /*#__PURE__*/ jsx(Fragment, {
|
|
13
|
+
children: /*#__PURE__*/ jsx("div", {
|
|
14
|
+
className: "gp-p-2",
|
|
15
|
+
children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
|
|
16
|
+
setting: {
|
|
17
|
+
label: 'AOV Free Gift Buy X Get Y BOGO',
|
|
18
|
+
iconSvg: `<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
|
|
19
|
+
}
|
|
20
|
+
})
|
|
21
|
+
})
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
const AovFreeGiftBuyXGetYBogo = ({ setting })=>{
|
|
25
|
+
return /*#__PURE__*/ jsx("div", {
|
|
26
|
+
style: {
|
|
27
|
+
...makeStyleResponsive('ta', setting?.align)
|
|
28
|
+
},
|
|
29
|
+
children: /*#__PURE__*/ jsx(AovFreeGiftBuyXGetYBogoContent, {})
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { AppConfig, AovFreeGiftBuyXGetYBogo as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
|
|
2
|
+
|
|
3
|
+
const AovFreeGiftBuyXGetYBogo = ({ setting, advanced })=>{
|
|
4
|
+
const { align, appBlockId } = setting ?? {};
|
|
5
|
+
return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''}!gp-block [&_*]:gp-max-w-none`);
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export { AovFreeGiftBuyXGetYBogo as default };
|
|
@@ -2,6 +2,10 @@ import dynamic from 'next/dynamic';
|
|
|
2
2
|
import Loading from '../common/components/Loading.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
|
|
5
|
+
const AovFreeGiftBuyXGetYBogo = dynamic(()=>import('./components/AovFreeGiftBuyXGetYBogo.js'), {
|
|
6
|
+
ssr: false,
|
|
7
|
+
loading: Loading
|
|
8
|
+
});
|
|
5
9
|
const AppstleBundlesDiscounts = dynamic(()=>import('./components/AppstleBundlesDiscounts.js'), {
|
|
6
10
|
ssr: false,
|
|
7
11
|
loading: Loading
|
|
@@ -467,6 +471,7 @@ const EcoboostifyShoppableReelUgc = dynamic(()=>import('./components/Ecoboostify
|
|
|
467
471
|
loading: Loading
|
|
468
472
|
});
|
|
469
473
|
var thirdParty = {
|
|
474
|
+
AovFreeGiftBuyXGetYBogo,
|
|
470
475
|
AppstleBundlesDiscounts,
|
|
471
476
|
EcomsendBackInStockAlert,
|
|
472
477
|
EcoboostifyShoppableReelUgc,
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { AppConfig } from '../components/AovFreeGiftBuyXGetYBogo.js';
|
|
2
|
+
|
|
3
|
+
const config = {
|
|
4
|
+
tag: AppConfig.tag,
|
|
5
|
+
label: AppConfig.label,
|
|
6
|
+
icon: '<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/b957b53ca225f32cac0ad2cd41f89a1f/icon/CI6dsMjDr4cDEAE=.png">',
|
|
7
|
+
editorConfigs: {
|
|
8
|
+
placeholder: {
|
|
9
|
+
flowTag: [
|
|
10
|
+
'Product'
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
component: {
|
|
14
|
+
isThirdParty: true
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
presets: [
|
|
18
|
+
{
|
|
19
|
+
id: AppConfig.id,
|
|
20
|
+
name: {
|
|
21
|
+
en: AppConfig.label
|
|
22
|
+
},
|
|
23
|
+
hideTextContent: true,
|
|
24
|
+
icon: {
|
|
25
|
+
desktop: `<div class="w-full flex flex-col items-center">
|
|
26
|
+
<img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/b957b53ca225f32cac0ad2cd41f89a1f/icon/CI6dsMjDr4cDEAE=.png">
|
|
27
|
+
<span class="preset-item-title">AOV Free Gift Buy X Get Y BOGO</span>
|
|
28
|
+
</div>`
|
|
29
|
+
},
|
|
30
|
+
components: [
|
|
31
|
+
{
|
|
32
|
+
tag: AppConfig.tag
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
settings: [
|
|
38
|
+
{
|
|
39
|
+
id: 'setting',
|
|
40
|
+
controls: [
|
|
41
|
+
{
|
|
42
|
+
id: 'appBlockId',
|
|
43
|
+
type: 'input',
|
|
44
|
+
default: ''
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
id: 'widgetType',
|
|
48
|
+
label: 'Choose widget',
|
|
49
|
+
type: 'select',
|
|
50
|
+
options: [
|
|
51
|
+
{
|
|
52
|
+
label: 'Avada Promotion Card',
|
|
53
|
+
value: 'avada-promotion-card'
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
default: 'avada-promotion-card'
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
id: 'install',
|
|
60
|
+
type: 'open-link',
|
|
61
|
+
target: '_blank',
|
|
62
|
+
linkType: 'install',
|
|
63
|
+
href: 'https://apps.shopify.com/avada-upsell?utm_source=gempages',
|
|
64
|
+
appName: AppConfig.label
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
id: 'openApp',
|
|
68
|
+
type: 'open-link',
|
|
69
|
+
target: '_blank',
|
|
70
|
+
linkType: 'openApp',
|
|
71
|
+
href: 'https://admin.shopify.com/?redirect=/apps/avada-upsell',
|
|
72
|
+
appName: AppConfig.label
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
id: 'align',
|
|
76
|
+
label: 'Alignment',
|
|
77
|
+
type: 'segment',
|
|
78
|
+
options: [
|
|
79
|
+
{
|
|
80
|
+
label: 'Left',
|
|
81
|
+
value: 'left',
|
|
82
|
+
type: 'align'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
label: 'Center',
|
|
86
|
+
value: 'center',
|
|
87
|
+
type: 'align'
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
label: 'Right',
|
|
91
|
+
value: 'right',
|
|
92
|
+
type: 'align'
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
devices: {
|
|
96
|
+
desktop: {
|
|
97
|
+
default: 'left'
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
ui: [
|
|
105
|
+
{
|
|
106
|
+
type: 'control',
|
|
107
|
+
setting: {
|
|
108
|
+
id: 'install'
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'control',
|
|
113
|
+
setting: {
|
|
114
|
+
id: 'openApp'
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
type: 'control',
|
|
119
|
+
label: {
|
|
120
|
+
en: 'Align'
|
|
121
|
+
},
|
|
122
|
+
setting: {
|
|
123
|
+
id: 'align'
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
export { config as default };
|
|
@@ -1,237 +1,239 @@
|
|
|
1
|
-
import config$
|
|
2
|
-
import config$
|
|
3
|
-
import config$
|
|
4
|
-
import config$
|
|
5
|
-
import config$
|
|
6
|
-
import config$
|
|
7
|
-
import config$
|
|
8
|
-
import config$
|
|
9
|
-
import config$
|
|
10
|
-
import config$
|
|
11
|
-
import config$
|
|
12
|
-
import config$
|
|
13
|
-
import config$
|
|
14
|
-
import config$
|
|
15
|
-
import config$
|
|
16
|
-
import config$
|
|
17
|
-
import config$
|
|
18
|
-
import config$
|
|
19
|
-
import config$
|
|
20
|
-
import config$
|
|
21
|
-
import config$
|
|
22
|
-
import config$
|
|
23
|
-
import config$
|
|
24
|
-
import config$
|
|
25
|
-
import config$
|
|
26
|
-
import config$
|
|
27
|
-
import config$
|
|
28
|
-
import config$
|
|
29
|
-
import config$
|
|
30
|
-
import config$
|
|
31
|
-
import config$
|
|
32
|
-
import config$
|
|
33
|
-
import config$
|
|
34
|
-
import config$
|
|
35
|
-
import config$
|
|
36
|
-
import config$
|
|
37
|
-
import config$
|
|
38
|
-
import config
|
|
39
|
-
import config$
|
|
40
|
-
import config
|
|
41
|
-
import config$
|
|
42
|
-
import config$
|
|
43
|
-
import config$
|
|
44
|
-
import config$
|
|
45
|
-
import config$
|
|
46
|
-
import config$
|
|
47
|
-
import config$
|
|
48
|
-
import config$
|
|
49
|
-
import config$
|
|
50
|
-
import config$
|
|
51
|
-
import config$
|
|
52
|
-
import config$
|
|
53
|
-
import config$
|
|
54
|
-
import config$
|
|
55
|
-
import config$
|
|
56
|
-
import config$
|
|
57
|
-
import config$
|
|
58
|
-
import config$
|
|
59
|
-
import config$
|
|
60
|
-
import config$
|
|
61
|
-
import config$
|
|
62
|
-
import config$
|
|
63
|
-
import config$
|
|
64
|
-
import config$
|
|
65
|
-
import config$
|
|
66
|
-
import config$
|
|
67
|
-
import config$
|
|
68
|
-
import config$
|
|
69
|
-
import config$
|
|
70
|
-
import config$
|
|
71
|
-
import config$
|
|
72
|
-
import config$
|
|
73
|
-
import config$
|
|
74
|
-
import config$
|
|
75
|
-
import config$
|
|
76
|
-
import config$
|
|
77
|
-
import config$
|
|
78
|
-
import config$
|
|
79
|
-
import config$
|
|
80
|
-
import config$
|
|
81
|
-
import config$
|
|
82
|
-
import config$
|
|
83
|
-
import config$
|
|
84
|
-
import config$
|
|
85
|
-
import config$
|
|
86
|
-
import config$
|
|
87
|
-
import config$
|
|
88
|
-
import config$
|
|
89
|
-
import config$
|
|
90
|
-
import config$
|
|
91
|
-
import config$
|
|
92
|
-
import config$
|
|
93
|
-
import config$
|
|
94
|
-
import config$
|
|
95
|
-
import config$
|
|
96
|
-
import config$
|
|
97
|
-
import config$
|
|
98
|
-
import config$
|
|
99
|
-
import config$
|
|
100
|
-
import config$
|
|
101
|
-
import config$
|
|
102
|
-
import config$
|
|
103
|
-
import config$
|
|
104
|
-
import config$
|
|
105
|
-
import config$
|
|
106
|
-
import config$
|
|
107
|
-
import config from './HextomCountdownTimerBar.js';
|
|
108
|
-
import config$
|
|
109
|
-
import config$
|
|
110
|
-
import config$
|
|
111
|
-
import config$
|
|
112
|
-
import config$
|
|
113
|
-
import config$
|
|
114
|
-
import config$
|
|
115
|
-
import config$
|
|
116
|
-
import config$
|
|
1
|
+
import config$11 from './JudgemeReviews.js';
|
|
2
|
+
import config$12 from './LooxReviews.js';
|
|
3
|
+
import config$13 from './Klaviyo.js';
|
|
4
|
+
import config$14 from './YotpoLoyalty.js';
|
|
5
|
+
import config$15 from './SmartSearchBarAndFilters.js';
|
|
6
|
+
import config$16 from './Instafeed.js';
|
|
7
|
+
import config$17 from './ProductReviews.js';
|
|
8
|
+
import config$18 from './Ryviu.js';
|
|
9
|
+
import config$19 from './Rivyo.js';
|
|
10
|
+
import config$1a from './Vitals.js';
|
|
11
|
+
import config$1b from './Omnisend.js';
|
|
12
|
+
import config$1c from './Trustoo.js';
|
|
13
|
+
import config$1d from './SealSubscriptions.js';
|
|
14
|
+
import config$1e from './AppstleSubscriptions.js';
|
|
15
|
+
import config$1f from './FeraReviews.js';
|
|
16
|
+
import config$1g from './Growave.js';
|
|
17
|
+
import config$1B from './PushOwl.js';
|
|
18
|
+
import config$1h from './AliReviews.js';
|
|
19
|
+
import config$1i from './Opinew.js';
|
|
20
|
+
import config$1j from './UltimateSalesBoost.js';
|
|
21
|
+
import config$1k from './FirePush.js';
|
|
22
|
+
import config$1l from './ParcelPanel.js';
|
|
23
|
+
import config$1m from './TrustMe.js';
|
|
24
|
+
import config$1n from './FrequentlyBoughtTogether.js';
|
|
25
|
+
import config$1o from './BoldSubscriptions.js';
|
|
26
|
+
import config$1p from './BoldProductOptions.js';
|
|
27
|
+
import config$1q from './WideBundle.js';
|
|
28
|
+
import config$1r from './PickyStory.js';
|
|
29
|
+
import config$1s from './InfiniteOptions.js';
|
|
30
|
+
import config$1t from './Wiser.js';
|
|
31
|
+
import config$1u from './Stamped.js';
|
|
32
|
+
import config$1v from './Bundler.js';
|
|
33
|
+
import config$1w from './LaiProductReviews.js';
|
|
34
|
+
import config$1x from './CrossSellCartUpsell.js';
|
|
35
|
+
import config$1y from './BoostAISearchDiscovery.js';
|
|
36
|
+
import config$1z from './YotpoReviews.js';
|
|
37
|
+
import config$1A from './KachingBundles.js';
|
|
38
|
+
import config$10 from './CleanSizeCharts.js';
|
|
39
|
+
import config$1C from './Bogos.js';
|
|
40
|
+
import config$$ from './QikifyUpsell.js';
|
|
41
|
+
import config$1D from './Releasit.js';
|
|
42
|
+
import config$1E from './KingProductOptions.js';
|
|
43
|
+
import config$_ from './EasySellCOD.js';
|
|
44
|
+
import config$1F from './RequestQuoteHidePrice.js';
|
|
45
|
+
import config$1G from './BirdChime.js';
|
|
46
|
+
import config$1H from './FordeerProductLabels.js';
|
|
47
|
+
import config$Z from './RechargeSubscriptions.js';
|
|
48
|
+
import config$Y from './KlarnaMessaging.js';
|
|
49
|
+
import config$W from './EasifyProductOptions.js';
|
|
50
|
+
import config$X from './CustomProductOptionsVariant.js';
|
|
51
|
+
import config$V from './ShopifySubscriptions.js';
|
|
52
|
+
import config$U from './BonLoyaltyRewardsReferrals.js';
|
|
53
|
+
import config$S from './RecurpaySubscriptionApp.js';
|
|
54
|
+
import config$T from './SubifySubscriptionsApp.js';
|
|
55
|
+
import config$R from './Selleasy.js';
|
|
56
|
+
import config$Q from './LoopSubscriptions.js';
|
|
57
|
+
import config$P from './SkioSubscriptionsYcS20.js';
|
|
58
|
+
import config$O from './ShopifyForms.js';
|
|
59
|
+
import config$N from './NotifyBackInStockPreOrder.js';
|
|
60
|
+
import config$L from './ReviewxpoProductReviewsApp.js';
|
|
61
|
+
import config$M from './PumperBundlesVolumeDiscount.js';
|
|
62
|
+
import config$J from './UnlimitedBundlesDiscounts.js';
|
|
63
|
+
import config$I from './KiteFreeGiftDiscount.js';
|
|
64
|
+
import config$H from './FastBundleBundlesDiscounts.js';
|
|
65
|
+
import config$K from './SimpleBundlesKits.js';
|
|
66
|
+
import config$G from './EasyBundleBuilderSkailama.js';
|
|
67
|
+
import config$F from './KoalaBundleQuantityDiscount.js';
|
|
68
|
+
import config$D from './PreorderNowPreOrderPq.js';
|
|
69
|
+
import config$B from './FlyBundlesUpsellsFbt.js';
|
|
70
|
+
import config$A from './JunipProductReviewsUgc.js';
|
|
71
|
+
import config$E from './MaxbundleProductBundles.js';
|
|
72
|
+
import config$C from './PreorderNowWodPresale.js';
|
|
73
|
+
import config$z from './TagshopShoppableVideosUgc.js';
|
|
74
|
+
import config$y from './WhatmoreShoppableVideosreel.js';
|
|
75
|
+
import config$x from './TagembedSocialPostReview.js';
|
|
76
|
+
import config$v from './ProductOptionsCustomizer.js';
|
|
77
|
+
import config$w from './AirProductReviewsAppUgc.js';
|
|
78
|
+
import config$u from './MbcBundleVolumeDiscount.js';
|
|
79
|
+
import config$t from './GoogleReviewsByReputon.js';
|
|
80
|
+
import config$r from './RapiBundleQuantityBreaks.js';
|
|
81
|
+
import config$s from './AppointmentBookingCowlendar.js';
|
|
82
|
+
import config$q from './SproutPlantTreesGrowSales.js';
|
|
83
|
+
import config$p from './InstasellShoppableInstagram.js';
|
|
84
|
+
import config$o from './WishlistPlus.js';
|
|
85
|
+
import config$m from './LoloyalLoyaltyReferrals.js';
|
|
86
|
+
import config$l from './HulkFormBuilder.js';
|
|
87
|
+
import config$n from './PowerfulContactFormBuilder.js';
|
|
88
|
+
import config$k from './WishlistKing.js';
|
|
89
|
+
import config$j from './TeeinblueProductPersonalizer.js';
|
|
90
|
+
import config$i from './GloboProductOptionsVariant.js';
|
|
91
|
+
import config$e from './DiscountyBulkDiscountSales.js';
|
|
92
|
+
import config$b from './PowrContactFormBuilder.js';
|
|
93
|
+
import config$h from './ProductOptionsVariantOption.js';
|
|
94
|
+
import config$g from './BestBuyFulfillment.js';
|
|
95
|
+
import config$f from './AftershipEmailMarketingsms.js';
|
|
96
|
+
import config$d from './SegunoEmailMarketing.js';
|
|
97
|
+
import config$c from './SeoantTrustBadgesIcon.js';
|
|
98
|
+
import config$9 from './TrustreviewsProductReviews.js';
|
|
99
|
+
import config$a from './MyappgurusProductReviews.js';
|
|
100
|
+
import config$8 from './HulkProductOptions.js';
|
|
101
|
+
import config$7 from './TrustshopProductReviews.js';
|
|
102
|
+
import config$6 from './StellarDeliveryDatePickup.js';
|
|
103
|
+
import config$5 from './EssentialCountdownTimerBar.js';
|
|
104
|
+
import config$4 from './EssentialAnnouncementBar.js';
|
|
105
|
+
import config$3 from './OkendoReviewsLoyalty.js';
|
|
106
|
+
import config$2 from './EstimatedDeliveryDatePlus.js';
|
|
107
|
+
import config$1 from './HextomCountdownTimerBar.js';
|
|
108
|
+
import config$1I from './TrustBadgesBear.js';
|
|
109
|
+
import config$1J from './TrustedsiteTrustBadges.js';
|
|
110
|
+
import config$1K from './GloColorSwatchvariantImage.js';
|
|
111
|
+
import config$1L from './BfSizeChartSizeGuide.js';
|
|
112
|
+
import config$1M from './AlsoBoughtCbb.js';
|
|
113
|
+
import config$1N from './HextomFreeShippingBar.js';
|
|
114
|
+
import config$1O from './EcoboostifyShoppableReelUgc.js';
|
|
115
|
+
import config$1P from './AppstleBundlesDiscounts.js';
|
|
116
|
+
import config$1Q from './EcomsendBackInStockAlert.js';
|
|
117
|
+
import config from './AovFreeGiftBuyXGetYBogo.js';
|
|
117
118
|
|
|
118
119
|
var index = {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
120
|
+
AovFreeGiftBuyXGetYBogo: config,
|
|
121
|
+
HextomCountdownTimerBar: config$1,
|
|
122
|
+
EstimatedDeliveryDatePlus: config$2,
|
|
123
|
+
OkendoReviewsLoyalty: config$3,
|
|
124
|
+
EssentialAnnouncementBar: config$4,
|
|
125
|
+
EssentialCountdownTimerBar: config$5,
|
|
126
|
+
StellarDeliveryDatePickup: config$6,
|
|
127
|
+
TrustshopProductReviews: config$7,
|
|
128
|
+
HulkProductOptions: config$8,
|
|
129
|
+
TrustreviewsProductReviews: config$9,
|
|
130
|
+
MyappgurusProductReviews: config$a,
|
|
131
|
+
PowrContactFormBuilder: config$b,
|
|
132
|
+
SeoantTrustBadgesIcon: config$c,
|
|
133
|
+
SegunoEmailMarketing: config$d,
|
|
134
|
+
DiscountyBulkDiscountSales: config$e,
|
|
135
|
+
AftershipEmailMarketingsms: config$f,
|
|
136
|
+
BestBuyFulfillment: config$g,
|
|
137
|
+
ProductOptionsVariantOption: config$h,
|
|
138
|
+
GloboProductOptionsVariant: config$i,
|
|
139
|
+
TeeinblueProductPersonalizer: config$j,
|
|
140
|
+
WishlistKing: config$k,
|
|
141
|
+
HulkFormBuilder: config$l,
|
|
142
|
+
LoloyalLoyaltyReferrals: config$m,
|
|
143
|
+
PowerfulContactFormBuilder: config$n,
|
|
144
|
+
WishlistPlus: config$o,
|
|
145
|
+
InstasellShoppableInstagram: config$p,
|
|
146
|
+
SproutPlantTreesGrowSales: config$q,
|
|
147
|
+
RapiBundleQuantityBreaks: config$r,
|
|
148
|
+
AppointmentBookingCowlendar: config$s,
|
|
149
|
+
GoogleReviewsByReputon: config$t,
|
|
150
|
+
MbcBundleVolumeDiscount: config$u,
|
|
151
|
+
ProductOptionsCustomizer: config$v,
|
|
152
|
+
AirProductReviewsAppUgc: config$w,
|
|
153
|
+
TagembedSocialPostReview: config$x,
|
|
154
|
+
WhatmoreShoppableVideosreel: config$y,
|
|
155
|
+
TagshopShoppableVideosUgc: config$z,
|
|
156
|
+
JunipProductReviewsUgc: config$A,
|
|
157
|
+
FlyBundlesUpsellsFbt: config$B,
|
|
158
|
+
PreorderNowWodPresale: config$C,
|
|
159
|
+
PreorderNowPreOrderPq: config$D,
|
|
160
|
+
MaxbundleProductBundles: config$E,
|
|
161
|
+
KoalaBundleQuantityDiscount: config$F,
|
|
162
|
+
EasyBundleBuilderSkailama: config$G,
|
|
163
|
+
FastBundleBundlesDiscounts: config$H,
|
|
164
|
+
KiteFreeGiftDiscount: config$I,
|
|
165
|
+
UnlimitedBundlesDiscounts: config$J,
|
|
166
|
+
SimpleBundlesKits: config$K,
|
|
167
|
+
ReviewxpoProductReviewsApp: config$L,
|
|
168
|
+
PumperBundlesVolumeDiscount: config$M,
|
|
169
|
+
NotifyBackInStockPreOrder: config$N,
|
|
170
|
+
ShopifyForms: config$O,
|
|
171
|
+
SkioSubscriptionsYcS20: config$P,
|
|
172
|
+
LoopSubscriptions: config$Q,
|
|
173
|
+
Selleasy: config$R,
|
|
174
|
+
RecurpaySubscriptionApp: config$S,
|
|
175
|
+
SubifySubscriptionsApp: config$T,
|
|
176
|
+
BonLoyaltyRewardsReferrals: config$U,
|
|
177
|
+
ShopifySubscriptions: config$V,
|
|
178
|
+
EasifyProductOptions: config$W,
|
|
179
|
+
CustomProductOptionsVariant: config$X,
|
|
180
|
+
KlarnaMessaging: config$Y,
|
|
181
|
+
RechargeSubscriptions: config$Z,
|
|
182
|
+
EasySellCOD: config$_,
|
|
183
|
+
QikifyUpsell: config$$,
|
|
184
|
+
CleanSizeCharts: config$10,
|
|
185
|
+
JudgemeReviews: config$11,
|
|
186
|
+
LooxReviews: config$12,
|
|
187
|
+
Klaviyo: config$13,
|
|
188
|
+
YotpoLoyalty: config$14,
|
|
189
|
+
SmartSearchBarAndFilters: config$15,
|
|
190
|
+
Instafeed: config$16,
|
|
191
|
+
ProductReviews: config$17,
|
|
192
|
+
Ryviu: config$18,
|
|
193
|
+
Rivyo: config$19,
|
|
194
|
+
Vitals: config$1a,
|
|
195
|
+
Omnisend: config$1b,
|
|
196
|
+
Trustoo: config$1c,
|
|
197
|
+
SealSubscriptions: config$1d,
|
|
198
|
+
AppstleSubscriptions: config$1e,
|
|
199
|
+
FeraReviews: config$1f,
|
|
200
|
+
Growave: config$1g,
|
|
201
|
+
AliReviews: config$1h,
|
|
202
|
+
Opinew: config$1i,
|
|
203
|
+
UltimateSalesBoost: config$1j,
|
|
204
|
+
FirePush: config$1k,
|
|
205
|
+
ParcelPanel: config$1l,
|
|
206
|
+
TrustMe: config$1m,
|
|
207
|
+
FrequentlyBoughtTogether: config$1n,
|
|
208
|
+
BoldSubscriptions: config$1o,
|
|
209
|
+
BoldProductOptions: config$1p,
|
|
210
|
+
WideBundle: config$1q,
|
|
211
|
+
PickyStory: config$1r,
|
|
212
|
+
InfiniteOptions: config$1s,
|
|
213
|
+
Wiser: config$1t,
|
|
214
|
+
Stamped: config$1u,
|
|
215
|
+
Bundler: config$1v,
|
|
216
|
+
LaiProductReviews: config$1w,
|
|
217
|
+
CrossSellCartUpsell: config$1x,
|
|
218
|
+
BoostAISearchDiscovery: config$1y,
|
|
219
|
+
YotpoReviews: config$1z,
|
|
220
|
+
KachingBundles: config$1A,
|
|
221
|
+
PushOwl: config$1B,
|
|
222
|
+
Bogos: config$1C,
|
|
223
|
+
Releasit: config$1D,
|
|
224
|
+
KingProductOptions: config$1E,
|
|
225
|
+
RequestQuoteHidePrice: config$1F,
|
|
226
|
+
BirdChime: config$1G,
|
|
227
|
+
FordeerProductLabels: config$1H,
|
|
228
|
+
TrustBadgesBear: config$1I,
|
|
229
|
+
TrustedsiteTrustBadges: config$1J,
|
|
230
|
+
GloColorSwatchvariantImage: config$1K,
|
|
231
|
+
BfSizeChartSizeGuide: config$1L,
|
|
232
|
+
AlsoBoughtCbb: config$1M,
|
|
233
|
+
HextomFreeShippingBar: config$1N,
|
|
234
|
+
EcoboostifyShoppableReelUgc: config$1O,
|
|
235
|
+
AppstleBundlesDiscounts: config$1P,
|
|
236
|
+
EcomsendBackInStockAlert: config$1Q
|
|
235
237
|
};
|
|
236
238
|
|
|
237
239
|
export { index as default };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -2333,6 +2333,7 @@ type NotificationAPI = {
|
|
|
2333
2333
|
declare function useNotification(rootConfig?: NotificationConfig): [NotificationAPI, React.ReactElement];
|
|
2334
2334
|
|
|
2335
2335
|
declare const _default$r: {
|
|
2336
|
+
AovFreeGiftBuyXGetYBogo: _gem_sdk_core.ComponentSetting<AovFreeGiftBuyXGetYBogoProps>;
|
|
2336
2337
|
HextomCountdownTimerBar: _gem_sdk_core.ComponentSetting<HextomCountdownTimerBarProps>;
|
|
2337
2338
|
EstimatedDeliveryDatePlus: _gem_sdk_core.ComponentSetting<EstimatedDeliveryDatePlusProps>;
|
|
2338
2339
|
OkendoReviewsLoyalty: _gem_sdk_core.ComponentSetting<OkendoReviewsLoyaltyProps>;
|
|
@@ -3553,6 +3554,15 @@ type EcomsendBackInStockAlertProps = BaseProps<{
|
|
|
3553
3554
|
}>;
|
|
3554
3555
|
declare const EcomsendBackInStockAlert$1: React.FC<EcomsendBackInStockAlertProps>;
|
|
3555
3556
|
|
|
3557
|
+
type AovFreeGiftBuyXGetYBogoProps = BaseProps<{
|
|
3558
|
+
align?: ObjectDevices<AlignProp>;
|
|
3559
|
+
openApp?: any;
|
|
3560
|
+
install?: any;
|
|
3561
|
+
appBlockId?: string;
|
|
3562
|
+
widgetType?: string;
|
|
3563
|
+
}>;
|
|
3564
|
+
declare const AovFreeGiftBuyXGetYBogo$1: React.FC<AovFreeGiftBuyXGetYBogoProps>;
|
|
3565
|
+
|
|
3556
3566
|
declare const _default$q: {
|
|
3557
3567
|
InstantJudgemeReviews: _gem_sdk_core.ComponentSetting<InstantJudgemeReviewsProps>;
|
|
3558
3568
|
InstantLooxReviews: _gem_sdk_core.ComponentSetting<InstantLooxReviewsProps>;
|
|
@@ -5186,6 +5196,7 @@ declare const _default$1: {
|
|
|
5186
5196
|
InstantLooxReviews: React.ComponentType<InstantLooxReviewsProps>;
|
|
5187
5197
|
InstantKlaviyo: React.ComponentType<InstantKlaviyoProps>;
|
|
5188
5198
|
InstantYotpoLoyalty: React.ComponentType<InstantYotpoLoyaltyProps>;
|
|
5199
|
+
AovFreeGiftBuyXGetYBogo: React.ComponentType<AovFreeGiftBuyXGetYBogoProps>;
|
|
5189
5200
|
AppstleBundlesDiscounts: React.ComponentType<AppstleBundlesDiscountsProps>;
|
|
5190
5201
|
EcomsendBackInStockAlert: React.ComponentType<EcomsendBackInStockAlertProps>;
|
|
5191
5202
|
EcoboostifyShoppableReelUgc: React.ComponentType<EcoboostifyShoppableReelUgcProps>;
|
|
@@ -6982,6 +6993,8 @@ declare const AppstleBundlesDiscounts: ({ setting, advanced }: AppstleBundlesDis
|
|
|
6982
6993
|
|
|
6983
6994
|
declare const EcomsendBackInStockAlert: ({ setting, advanced }: EcomsendBackInStockAlertProps) => string;
|
|
6984
6995
|
|
|
6996
|
+
declare const AovFreeGiftBuyXGetYBogo: ({ setting, advanced }: AovFreeGiftBuyXGetYBogoProps) => string;
|
|
6997
|
+
|
|
6985
6998
|
declare const ImageComparison: ({ setting, styles, builderProps, advanced, ...props }: ImageComparisonProps) => string;
|
|
6986
6999
|
|
|
6987
7000
|
declare const ThirdPartySlot: ({ setting, advanced }: ThirdPartySlotProps) => string;
|
|
@@ -7137,6 +7150,7 @@ declare const index_liquid_AftershipEmailMarketingsms: typeof AftershipEmailMark
|
|
|
7137
7150
|
declare const index_liquid_AirProductReviewsAppUgc: typeof AirProductReviewsAppUgc;
|
|
7138
7151
|
declare const index_liquid_AliReviews: typeof AliReviews;
|
|
7139
7152
|
declare const index_liquid_AlsoBoughtCbb: typeof AlsoBoughtCbb;
|
|
7153
|
+
declare const index_liquid_AovFreeGiftBuyXGetYBogo: typeof AovFreeGiftBuyXGetYBogo;
|
|
7140
7154
|
declare const index_liquid_AppointmentBookingCowlendar: typeof AppointmentBookingCowlendar;
|
|
7141
7155
|
declare const index_liquid_AppstleBundlesDiscounts: typeof AppstleBundlesDiscounts;
|
|
7142
7156
|
declare const index_liquid_AppstleSubscriptions: typeof AppstleSubscriptions;
|
|
@@ -7329,6 +7343,7 @@ declare namespace index_liquid {
|
|
|
7329
7343
|
index_liquid_AirProductReviewsAppUgc as AirProductReviewsAppUgc,
|
|
7330
7344
|
index_liquid_AliReviews as AliReviews,
|
|
7331
7345
|
index_liquid_AlsoBoughtCbb as AlsoBoughtCbb,
|
|
7346
|
+
index_liquid_AovFreeGiftBuyXGetYBogo as AovFreeGiftBuyXGetYBogo,
|
|
7332
7347
|
index_liquid_AppointmentBookingCowlendar as AppointmentBookingCowlendar,
|
|
7333
7348
|
index_liquid_AppstleBundlesDiscounts as AppstleBundlesDiscounts,
|
|
7334
7349
|
index_liquid_AppstleSubscriptions as AppstleSubscriptions,
|
|
@@ -7523,6 +7538,7 @@ declare namespace index_liquid {
|
|
|
7523
7538
|
}
|
|
7524
7539
|
|
|
7525
7540
|
declare const _default: {
|
|
7541
|
+
AovFreeGiftBuyXGetYBogo: React.FC<AovFreeGiftBuyXGetYBogoProps>;
|
|
7526
7542
|
AppstleBundlesDiscounts: React.FC<AppstleBundlesDiscountsProps>;
|
|
7527
7543
|
EcomsendBackInStockAlert: React.FC<EcomsendBackInStockAlertProps>;
|
|
7528
7544
|
EstimatedDeliveryDatePlus: React.FC<EstimatedDeliveryDatePlusProps>;
|
|
@@ -7926,4 +7942,4 @@ declare const replaceLinkData: (text?: string, isTranslate?: boolean) => string
|
|
|
7926
7942
|
declare const getAllHrefFromString: (htmlString: string) => string[];
|
|
7927
7943
|
declare const replaceAllHrefFromString: (htmlString: string, hrefs: string[]) => string;
|
|
7928
7944
|
|
|
7929
|
-
export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, AccordionItemProps, AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, AlsoBoughtCbbProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppointmentBookingCowlendarProps, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, AppstleBundlesDiscountsProps, AppstleSubscriptions$1 as AppstleSubscriptions, AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BgImage as BackgroundImage, BackgroundImageProps, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, BirdChimeProps, Bogos$1 as Bogos, BogosProps, BoldProductOptions$1 as BoldProductOptions, BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, BundlerProps, Button$2 as Button, ButtonProps, CSSCode$1 as CSSCode, CSSCodeProps, Carousel$1 as Carousel, CarouselItem$1 as CarouselItem, CarouselItemProps, CarouselProps, CarouselSettings, CarouselStyles, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeChartProps, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, ColProps$1 as ColProps, CollectionBanner$1 as CollectionBanner, CollectionBannerProps, CollectionDescription$1 as CollectionDescription, CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, CountdownProps, Coupon$1 as Coupon, CouponList, CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, CustomProductOptionsVariantProps, DataVideoType, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, EasySellProps, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, EcomsendBackInStockAlertProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, EssentialCountdownTimerBarProps, EstimateDate$1 as EstimateDate, EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, FeraReviewsProps, FileUpload$1 as FileUpload, FileUploadProps, FirePush$1 as FirePush, FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, FordeerProductLabelsProps, FormCheckbox, FormCheckboxProps, FormDropdown$1 as FormDropdown, FormDropdownProps, FormEmail$1 as FormEmail, FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, GoogleReviewsByReputonProps, Growave$1 as Growave, GrowaveProps, Header, HeaderProps, Heading$1 as Heading, HeadingProps, HeroBanner$1 as HeroBanner, HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, IconListHozItem, IconListHozProps, IconListItem$1 as IconListItem, IconListItemProps$3 as IconListItemProps, IconListProps$2 as IconListProps, IconListV2$1 as IconListV2, IconProps$1 as IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, ImageDetection, ImageDetectionProps, ImageProps, InfiniteOptions$1 as InfiniteOptions, InfiniteOptionsProps, Input, InputProps, Instafeed$1 as Instafeed, InstafeedProps, InstantJudgemeReviews, InstantJudgemeReviewsProps, InstantKlaviyo, InstantKlaviyoProps, InstantLooxReviews, InstantLooxReviewsProps, InstantYotpoLoyalty, InstantYotpoLoyaltyProps, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, KachingBundlesProps, KingProductOptions$1 as KingProductOptions, KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, KlarnaMessagingProps, Klaviyo$1 as Klaviyo, KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, LaiProductReviewsProps, Line$2 as Line, LineProps$1 as LineProps, Link, LinkProps$1 as LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, LooxReviewsProps, Marquee$1 as Marquee, _default$2 as MarqueeItem, MarqueeItemProps, MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, MbcBundleVolumeDiscountProps, Menu, MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, MyappgurusProductReviewsProps, Newsletter$1 as Newsletter, NewsletterProps, Notify as Notice, NotificationAPI, NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, NotifyBackInStockPreOrderProps, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, OmnisendProps, Opinew$1 as Opinew, OpinewProps, Pagination, PaginationProps, ParcelPanel$1 as ParcelPanel, ParcelPanelProps, PickyStory$1 as PickyStory, PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAcceptButtonProps, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, PostPurchaseImageProps, Line$1 as PostPurchaseLine, PostPurchaseLineProps, PostPurchaseProductDescription, PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, PostPurchaseProductImagesProps, PostPurchaseProductOffer, PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductPriceBreakdownProps, PostPurchaseProductPriceProps, PostPurchaseProductQuantity, PostPurchaseProductQuantityProps, PostPurchaseProductTitle, PostPurchaseProductTitleProps, PostPurchaseProductVariants, PostPurchaseProductVariantsProps, Text$1 as PostPurchaseText, PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PowerfulContactFormBuilderProps, PowrContactFormBuilder$1 as PowrContactFormBuilder, PowrContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$1 as ProductButton, ProductButtonProps, ProductDescription$1 as ProductDescription, ProductDescriptionProps, ProductImages$2 as ProductImages, ProductImagesProps, ProductImagesV2, ProductList$1 as ProductList, ProductList$1 as ProductListProps, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, ProductPriceProps, ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, ProductProps, ProductQuantity$1 as ProductQuantity, ProductQuantityBreakItemProps, ProductQuantityBreakProps, ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, ProductTagProps, ProductTitle$1 as ProductTitle, ProductTitleProps, ProductVariants$1 as ProductVariants, ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, PushOwlProps, QikifyUpsell$1 as QikifyUpsell, QikifyUpsellProps, Radio, RadioProps, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, RecurpaySubscriptionAppProps, Releasit$1 as Releasit, ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, RivyoProps, Root$1 as Root, RootProps$1 as RootProps, Row$1 as Row, RowProps$1 as RowProps, Ryviu$1 as Ryviu, RyviuProps, SealSubscriptions$1 as SealSubscriptions, SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, SegunoEmailMarketingProps, Select, SelectProps, Selleasy$1 as Selleasy, SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, ShopPayButtonProps, ShopifyForms$1 as ShopifyForms, ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SkioSubscriptionsYcS20Props, SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, StellarDeliveryDatePickupProps, Sticky$1 as Sticky, StickyProps, StockCounter$1 as StockCounter, StockCounterProps, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, SubmitButtonProps, TabItem$1 as TabItem, TabItemProps, Tabs$1 as Tabs, TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, TeeinblueProductPersonalizerProps, Text$2 as Text, TextAreaProps, TextField$1 as TextField, TextFieldProps, TextProps$1 as TextProps, TextArea as Textarea, TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, TrustBadgesBearProps, TrustMe$1 as TrustMe, TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UnlimitedBundlesDiscountsProps, VendorProps, Video$1 as Video, Vitals$1 as Vitals, VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, WideBundleProps, Wiser$1 as Wiser, WiserProps, WishlistKing$1 as WishlistKing, WishlistKingProps, WishlistPlus$1 as WishlistPlus, WishlistPlusProps, YotpoLoyalty, YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, YotpoReviewsProps, _default$R as accordionSetting, _default$4 as articleListSetting, _default$p as bannerSetting, _default$Q as breadcrumbSetting, _default as builderComponent, _default$P as buttonSetting, _default$N as carouselSetting, _default$K as cartSetting, _default$n as codeSetting, _default$J as collectionSetting, _default$j as contactFormSetting, convertSizeToWidth, _default$I as countdownSetting, _default$O as couponSetting, _default$k as dialogSetting, _default$5 as estimateDeliverySetting, getAllHrefFromString, getDynamicSourceLocales, getInsertLinkData, getLinkDataConfigs, getSettingPreloadData, getStaticLocale, _default$L as gridSetting, _default$G as headerSetting, _default$H as headingSetting, _default$m as iconListHozSetting, _default$o as iconListSetting, _default$e as iconListSettingV2, _default$F as iconSetting, _default$h as imageComparisonSetting, _default$i as imageDetectionSetting, _default$M as imageSetting, _default$E as inputSetting, isHexTransparent, isTransparentColor, isTransparentRGBA, _default$D as lineSetting, _default$C as linkSetting, index_liquid as liquidComponents, _default$3 as marqueeSetting, _default$s as menuSetting, _default$B as modalSetting, _default$1 as nextComponent, openConfirm, _default$A as paginationSetting, _default$7 as postPurchaseAdvancedListSetting, _default$b as postPurchaseButtonSetting, _default$9 as postPurchaseCalloutBoxSetting, _default$6 as postPurchaseCountdownTimerSetting, _default$c as postPurchaseImageSetting, _default$8 as postPurchaseLineSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, _default$a as postPurchaseProductSetting, _default$d as postPurchaseTextSetting, _default$z as productSetting, _default$x as radioSetting, replaceAllHrefFromString, replaceLinkData, _default$w as selectSetting, _default$f as stickySetting, _default$l as stockCounterSetting, _default$v as tabSetting, _default$y as textSetting, _default$u as textareaSetting, _default$q as thirdPartyInstantSetting, _default$r as thirdPartySetting, _default$g as thirdPartySlotSetting, transformHighlighTag, transformNumberTag, useInView, useNotification, _default$t as videoSetting, youtubeShortsRegex };
|
|
7945
|
+
export { Accordion$1 as Accordion, AccordionItem$1 as AccordionItem, AccordionItemProps, AccordionProps, AftershipEmailMarketingsms$1 as AftershipEmailMarketingsms, AftershipEmailMarketingsmsProps, AirProductReviewsAppUgc$1 as AirProductReviewsAppUgc, AirProductReviewsAppUgcProps, AliReviews$1 as AliReviews, AliReviewsProps, AlsoBoughtCbb$1 as AlsoBoughtCbb, AlsoBoughtCbbProps, AovFreeGiftBuyXGetYBogo$1 as AovFreeGiftBuyXGetYBogo, AovFreeGiftBuyXGetYBogoProps, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppointmentBookingCowlendarProps, AppstleBundlesDiscounts$1 as AppstleBundlesDiscounts, AppstleBundlesDiscountsProps, AppstleSubscriptions$1 as AppstleSubscriptions, AppstleSubscriptionsProps, ArticleAuthor$1 as ArticleAuthor, ArticleCategory$1 as ArticleCategory, ArticleContent$1 as ArticleContent, ArticleDate$1 as ArticleDate, ArticleExcerpt$1 as ArticleExcerpt, ArticleImage$1 as ArticleImage, ArticleList$1 as ArticleList, ArticlePagination$1 as ArticlePagination, ArticleReadMore$1 as ArticleReadMore, ArticleTag$1 as ArticleTag, ArticleTitle$1 as ArticleTitle, BgImage as BackgroundImage, BackgroundImageProps, BasicHeader, BestBuyFulfillment$1 as BestBuyFulfillment, BestBuyFulfillmentProps, BfSizeChartSizeGuide$1 as BfSizeChartSizeGuide, BfSizeChartSizeGuideProps, BirdChime$1 as BirdChime, BirdChimeProps, Bogos$1 as Bogos, BogosProps, BoldProductOptions$1 as BoldProductOptions, BoldProductOptionsProps, BoldSubscriptions$1 as BoldSubscriptions, BoldSubscriptionsProps, BonLoyaltyRewardsReferrals$1 as BonLoyaltyRewardsReferrals, BonLoyaltyRewardsReferralsProps, BoostAISearchDiscovery$1 as BoostAISearchDiscovery, BoostAISearchDiscoveryProps, Breadcrumb$1 as Breadcrumb, Breadcrumb$1 as BreadcrumbProps, Bundler$1 as Bundler, BundlerProps, Button$2 as Button, ButtonProps, CSSCode$1 as CSSCode, CSSCodeProps, Carousel$1 as Carousel, CarouselItem$1 as CarouselItem, CarouselItemProps, CarouselProps, CarouselSettings, CarouselStyles, Cart, CartCheckout, CartDiscount, CartLineAttribute, CartLineImage, CartLinePrice, CartLineVariant, CartList, CartOrderNote, CartProps, CartTotalItem, CartTotalPrice, CheckoutNow, CleanSizeChartProps, CleanSizeCharts$1 as CleanSizeCharts, Column$1 as Col, ColProps$1 as ColProps, CollectionBanner$1 as CollectionBanner, CollectionBannerProps, CollectionDescription$1 as CollectionDescription, CollectionDescriptionProps, CollectionPaginator$1 as CollectionPaginator, CollectionPaginatorProps, CollectionTitle$1 as CollectionTitle, CollectionTitleProps, CollectionToolbar$1 as CollectionToolbar, CollectionToolbarProps, ContactForm$1 as ContactForm, Countdown$1 as Countdown, CountdownProps, Coupon$1 as Coupon, CouponList, CouponProps, CrossSellCartUpsell$1 as CrossSellCartUpsell, CrossSellCartUpsellProps, CustomProductOptionsVariant$1 as CustomProductOptionsVariant, CustomProductOptionsVariantProps, DataVideoType, DesktopMenu, Dialog$1 as Dialog, DiscountInput, DiscountyBulkDiscountSales$1 as DiscountyBulkDiscountSales, DiscountyBulkDiscountSalesProps, DynamicCheckout$1 as DynamicCheckout, DynamicCheckoutProps, ELEMENT_Z_INDEX, EasifyProductOptions$1 as EasifyProductOptions, EasifyProductOptionsProps, EasyBundleBuilderSkailama$1 as EasyBundleBuilderSkailama, EasyBundleBuilderSkailamaProps, EasySell as EasySellCOD, EasySellProps, EcoboostifyShoppableReelUgc$1 as EcoboostifyShoppableReelUgc, EcoboostifyShoppableReelUgcProps, EcomsendBackInStockAlert$1 as EcomsendBackInStockAlert, EcomsendBackInStockAlertProps, EssentialAnnouncementBar$1 as EssentialAnnouncementBar, EssentialAnnouncementBarProps, EssentialCountdownTimerBar$1 as EssentialCountdownTimerBar, EssentialCountdownTimerBarProps, EstimateDate$1 as EstimateDate, EstimateDateProps, EstimatedDeliveryDatePlus$1 as EstimatedDeliveryDatePlus, EstimatedDeliveryDatePlusProps, FastBundleBundlesDiscounts$1 as FastBundleBundlesDiscounts, FastBundleBundlesDiscountsProps, FeraReviews$1 as FeraReviews, FeraReviewsProps, FileUpload$1 as FileUpload, FileUploadProps, FirePush$1 as FirePush, FirePushProps, FlyBundlesUpsellsFbt$1 as FlyBundlesUpsellsFbt, FlyBundlesUpsellsFbtProps, FordeerProductLabels$1 as FordeerProductLabels, FordeerProductLabelsProps, FormCheckbox, FormCheckboxProps, FormDropdown$1 as FormDropdown, FormDropdownProps, FormEmail$1 as FormEmail, FormEmailProps, FormTextArea as FormTextarea, FrequentlyBoughtTogether$1 as FrequentlyBoughtTogether, FrequentlyBoughtTogetherProps, GloColorSwatchvariantImage$1 as GloColorSwatchvariantImage, GloColorSwatchvariantImageProps, GloboProductOptionsVariant$1 as GloboProductOptionsVariant, GloboProductOptionsVariantProps, GoogleReviewsByReputon$1 as GoogleReviewsByReputon, GoogleReviewsByReputonProps, Growave$1 as Growave, GrowaveProps, Header, HeaderProps, Heading$1 as Heading, HeadingProps, HeroBanner$1 as HeroBanner, HeroBannerProps, HextomCountdownTimerBar$1 as HextomCountdownTimerBar, HextomCountdownTimerBarProps, HextomFreeShippingBar$1 as HextomFreeShippingBar, HextomFreeShippingBarProps, HulkFormBuilder$1 as HulkFormBuilder, HulkFormBuilderProps, HulkProductOptions$1 as HulkProductOptions, HulkProductOptionsProps, Icon$1 as Icon, IconList$1 as IconList, IconListHoz$1 as IconListHoz, IconListHozItem, IconListHozProps, IconListItem$1 as IconListItem, IconListItemProps$3 as IconListItemProps, IconListProps$2 as IconListProps, IconListV2$1 as IconListV2, IconProps$1 as IconProps, Image$1 as Image, ImageComparison$1 as ImageComparison, ImageDetection, ImageDetectionProps, ImageProps, InfiniteOptions$1 as InfiniteOptions, InfiniteOptionsProps, Input, InputProps, Instafeed$1 as Instafeed, InstafeedProps, InstantJudgemeReviews, InstantJudgemeReviewsProps, InstantKlaviyo, InstantKlaviyoProps, InstantLooxReviews, InstantLooxReviewsProps, InstantYotpoLoyalty, InstantYotpoLoyaltyProps, InstasellShoppableInstagram$1 as InstasellShoppableInstagram, InstasellShoppableInstagramProps, JudgemeReviews$1 as JudgemeReviews, JudgemeReviewsProps, JunipProductReviewsUgc$1 as JunipProductReviewsUgc, JunipProductReviewsUgcProps, KachingBundles$1 as KachingBundles, KachingBundlesProps, KingProductOptions$1 as KingProductOptions, KingProductOptionsProps, KiteFreeGiftDiscount$1 as KiteFreeGiftDiscount, KiteFreeGiftDiscountProps, KlarnaMessaging$1 as KlarnaMessaging, KlarnaMessagingProps, Klaviyo$1 as Klaviyo, KlaviyoProps, KoalaBundleQuantityDiscount$1 as KoalaBundleQuantityDiscount, KoalaBundleQuantityDiscountProps, LaiProductReviews$1 as LaiProductReviews, LaiProductReviewsProps, Line$2 as Line, LineProps$1 as LineProps, Link, LinkProps$1 as LinkProps, LoloyalLoyaltyReferrals$1 as LoloyalLoyaltyReferrals, LoloyalLoyaltyReferralsProps, LoopSubscriptions$1 as LoopSubscriptions, LoopSubscriptionsProps, LooxReviews$1 as LooxReviews, LooxReviewsProps, Marquee$1 as Marquee, _default$2 as MarqueeItem, MarqueeItemProps, MarqueeProps, MaxbundleProductBundles$1 as MaxbundleProductBundles, MaxbundleProductBundlesProps, MbcBundleVolumeDiscount$1 as MbcBundleVolumeDiscount, MbcBundleVolumeDiscountProps, Menu, MenuProps, MobileMenu, Modal, ModernHeader, MyappgurusProductReviews$1 as MyappgurusProductReviews, MyappgurusProductReviewsProps, Newsletter$1 as Newsletter, NewsletterProps, Notify as Notice, NotificationAPI, NotificationConfig, NotifyBackInStockPreOrder$1 as NotifyBackInStockPreOrder, NotifyBackInStockPreOrderProps, OkendoReviewsLoyalty$1 as OkendoReviewsLoyalty, OkendoReviewsLoyaltyProps, Omnisend$1 as Omnisend, OmnisendProps, Opinew$1 as Opinew, OpinewProps, Pagination, PaginationProps, ParcelPanel$1 as ParcelPanel, ParcelPanelProps, PickyStory$1 as PickyStory, PickyStoryProps, PostPurchaseAcceptButton, PostPurchaseAcceptButtonProps, PostPurchaseAdvancedList, PostPurchaseAdvancedListItem, PostPurchaseAdvancedListProps, Button$1 as PostPurchaseButton, PostPurchaseButtonProps, CalloutBox as PostPurchaseCalloutBox, CalloutText as PostPurchaseCalloutText, PostPurchaseCountdownTimer, PostPurchaseHeading, PostPurchaseImage, PostPurchaseImageProps, Line$1 as PostPurchaseLine, PostPurchaseLineProps, PostPurchaseProductDescription, PostPurchaseProductDescriptionProps, PostPurchaseProductDiscountTag, PostPurchaseProductDiscountTagProps, PostPurchaseProductImages, PostPurchaseProductImagesProps, PostPurchaseProductOffer, PostPurchaseProductOfferProps, PostPurchaseProductPrice, PostPurchaseProductPriceBreakdown, PostPurchaseProductPriceBreakdownProps, PostPurchaseProductPriceProps, PostPurchaseProductQuantity, PostPurchaseProductQuantityProps, PostPurchaseProductTitle, PostPurchaseProductTitleProps, PostPurchaseProductVariants, PostPurchaseProductVariantsProps, Text$1 as PostPurchaseText, PostPurchaseTextProps, PowerfulContactFormBuilder$1 as PowerfulContactFormBuilder, PowerfulContactFormBuilderProps, PowrContactFormBuilder$1 as PowrContactFormBuilder, PowrContactFormBuilderProps, PreorderNowPreOrderPq$1 as PreorderNowPreOrderPq, PreorderNowPreOrderPqProps, PreorderNowWodPresale$1 as PreorderNowWodPresale, PreorderNowWodPresaleProps, Product$1 as Product, ProductBadge$1 as ProductBadge, ProductBadgeProps, ProductBundleDiscount$1 as ProductBundleDiscount, ProductBundleDiscountItem$1 as ProductBundleDiscountItem, ProductButton$1 as ProductButton, ProductButtonProps, ProductDescription$1 as ProductDescription, ProductDescriptionProps, ProductImages$2 as ProductImages, ProductImagesProps, ProductImagesV2, ProductList$1 as ProductList, ProductList$1 as ProductListProps, ProductOptionsCustomizer$1 as ProductOptionsCustomizer, ProductOptionsCustomizerProps, ProductOptionsVariantOption$1 as ProductOptionsVariantOption, ProductOptionsVariantOptionProps, ProductPrice$1 as ProductPrice, ProductPriceProps, ProductPropertiesProps, ProductProperties$1 as ProductPropertyInput, ProductProps, ProductQuantity$1 as ProductQuantity, ProductQuantityBreakItemProps, ProductQuantityBreakProps, ProductQuantityProps, QuickView as ProductQuickView, ProductReviews$1 as ProductReviews, ProductReviewsProps, ProductSku$1 as ProductSku, ProductTag$1 as ProductTag, ProductTagProps, ProductTitle$1 as ProductTitle, ProductTitleProps, ProductVariants$1 as ProductVariants, ProductVariantsProps, ProductVendor$1 as ProductVendor, ProductViewMore$1 as ProductViewMore, ProductViewMoreProps, PumperBundlesVolumeDiscount$1 as PumperBundlesVolumeDiscount, PumperBundlesVolumeDiscountProps, PushOwl$1 as PushOwl, PushOwlProps, QikifyUpsell$1 as QikifyUpsell, QikifyUpsellProps, Radio, RadioProps, RapiBundleQuantityBreaks$1 as RapiBundleQuantityBreaks, RapiBundleQuantityBreaksProps, RechargeSubscriptions$1 as RechargeSubscriptions, RechargeSubscriptionsProps, RecurpaySubscriptionApp$1 as RecurpaySubscriptionApp, RecurpaySubscriptionAppProps, Releasit$1 as Releasit, ReleasitProps, RequestQuoteHidePrice$1 as RequestQuoteHidePrice, RequestQuoteHidePriceProps, ReviewxpoProductReviewsApp$1 as ReviewxpoProductReviewsApp, ReviewxpoProductReviewsAppProps, Rivyo$1 as Rivyo, RivyoProps, Root$1 as Root, RootProps$1 as RootProps, Row$1 as Row, RowProps$1 as RowProps, Ryviu$1 as Ryviu, RyviuProps, SealSubscriptions$1 as SealSubscriptions, SealSubscriptionsProps, Section$1 as Section, SegunoEmailMarketing$1 as SegunoEmailMarketing, SegunoEmailMarketingProps, Select, SelectProps, Selleasy$1 as Selleasy, SelleasyProps, SeoantTrustBadgesIcon$1 as SeoantTrustBadgesIcon, SeoantTrustBadgesIconProps, ShopPayButton$1 as ShopPayButton, ShopPayButtonProps, ShopifyForms$1 as ShopifyForms, ShopifyFormsProps, ShopifySubscriptions$1 as ShopifySubscriptions, ShopifySubscriptionsProps, SimpleBundlesKits$1 as SimpleBundlesKits, SimpleBundlesKitsProps, SkioSubscriptionsYcS20$1 as SkioSubscriptionsYcS20, SkioSubscriptionsYcS20Props, SkuProps, SmartSearchBarAndFilters$1 as SmartSearchBarAndFilters, SmartSearchBarAndFiltersProps, SproutPlantTreesGrowSales$1 as SproutPlantTreesGrowSales, SproutPlantTreesGrowSalesProps, Stamped$1 as Stamped, StampedProps, StellarDeliveryDatePickup$1 as StellarDeliveryDatePickup, StellarDeliveryDatePickupProps, Sticky$1 as Sticky, StickyProps, StockCounter$1 as StockCounter, StockCounterProps, SubifySubscriptionsApp$1 as SubifySubscriptionsApp, SubifySubscriptionsAppProps, SubmitButton$1 as SubmitButton, SubmitButtonProps, TabItem$1 as TabItem, TabItemProps, Tabs$1 as Tabs, TabsProps, TagembedSocialPostReview$1 as TagembedSocialPostReview, TagembedSocialPostReviewProps, TagshopShoppableVideosUgc$1 as TagshopShoppableVideosUgc, TagshopShoppableVideosUgcProps, TeeinblueProductPersonalizer$1 as TeeinblueProductPersonalizer, TeeinblueProductPersonalizerProps, Text$2 as Text, TextAreaProps, TextField$1 as TextField, TextFieldProps, TextProps$1 as TextProps, TextArea as Textarea, TextareaProps, ThirdPartySlot$1 as ThirdPartySlot, TrustBadgesBear$1 as TrustBadgesBear, TrustBadgesBearProps, TrustMe$1 as TrustMe, TrustMeProps, TrustedsiteTrustBadges$1 as TrustedsiteTrustBadges, TrustedsiteTrustBadgesProps, Trustoo$1 as Trustoo, TrustooProps, TrustreviewsProductReviews$1 as TrustreviewsProductReviews, TrustreviewsProductReviewsProps, TrustshopProductReviews$1 as TrustshopProductReviews, TrustshopProductReviewsProps, UltimateSalesBoost$1 as UltimateSalesBoost, UltimateSalesBoostProps, UnlimitedBundlesDiscounts$1 as UnlimitedBundlesDiscounts, UnlimitedBundlesDiscountsProps, VendorProps, Video$1 as Video, Vitals$1 as Vitals, VitalsProps, WhatmoreShoppableVideosreel$1 as WhatmoreShoppableVideosreel, WhatmoreShoppableVideosreelProps, WideBundle$1 as WideBundle, WideBundleProps, Wiser$1 as Wiser, WiserProps, WishlistKing$1 as WishlistKing, WishlistKingProps, WishlistPlus$1 as WishlistPlus, WishlistPlusProps, YotpoLoyalty, YotpoLoyaltyProps, YotpoReviews$1 as YotpoReviews, YotpoReviewsProps, _default$R as accordionSetting, _default$4 as articleListSetting, _default$p as bannerSetting, _default$Q as breadcrumbSetting, _default as builderComponent, _default$P as buttonSetting, _default$N as carouselSetting, _default$K as cartSetting, _default$n as codeSetting, _default$J as collectionSetting, _default$j as contactFormSetting, convertSizeToWidth, _default$I as countdownSetting, _default$O as couponSetting, _default$k as dialogSetting, _default$5 as estimateDeliverySetting, getAllHrefFromString, getDynamicSourceLocales, getInsertLinkData, getLinkDataConfigs, getSettingPreloadData, getStaticLocale, _default$L as gridSetting, _default$G as headerSetting, _default$H as headingSetting, _default$m as iconListHozSetting, _default$o as iconListSetting, _default$e as iconListSettingV2, _default$F as iconSetting, _default$h as imageComparisonSetting, _default$i as imageDetectionSetting, _default$M as imageSetting, _default$E as inputSetting, isHexTransparent, isTransparentColor, isTransparentRGBA, _default$D as lineSetting, _default$C as linkSetting, index_liquid as liquidComponents, _default$3 as marqueeSetting, _default$s as menuSetting, _default$B as modalSetting, _default$1 as nextComponent, openConfirm, _default$A as paginationSetting, _default$7 as postPurchaseAdvancedListSetting, _default$b as postPurchaseButtonSetting, _default$9 as postPurchaseCalloutBoxSetting, _default$6 as postPurchaseCountdownTimerSetting, _default$c as postPurchaseImageSetting, _default$8 as postPurchaseLineSetting, postPurchaseProduct1Col, postPurchaseProduct2Col, postPurchaseProductDefault, _default$a as postPurchaseProductSetting, _default$d as postPurchaseTextSetting, _default$z as productSetting, _default$x as radioSetting, replaceAllHrefFromString, replaceLinkData, _default$w as selectSetting, _default$f as stickySetting, _default$l as stockCounterSetting, _default$v as tabSetting, _default$y as textSetting, _default$u as textareaSetting, _default$q as thirdPartyInstantSetting, _default$r as thirdPartySetting, _default$g as thirdPartySlotSetting, transformHighlighTag, transformNumberTag, useInView, useNotification, _default$t as videoSetting, youtubeShortsRegex };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/components",
|
|
3
|
-
"version": "2.6.0-staging.
|
|
3
|
+
"version": "2.6.0-staging.26",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"format": "prettier --write \"./src/**/*.{ts,tsx}\""
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@gem-sdk/core": "2.6.0-staging.
|
|
24
|
+
"@gem-sdk/core": "2.6.0-staging.26",
|
|
25
25
|
"@gem-sdk/styles": "2.6.0-staging.13",
|
|
26
26
|
"@types/react-transition-group": "^4.4.5"
|
|
27
27
|
},
|