@gem-sdk/components 2.1.12 → 2.1.13-staging.1
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 +5 -1
- package/dist/cjs/index.js +4 -0
- package/dist/cjs/index.liquid.js +4 -0
- package/dist/cjs/post-purchase/product/components/ProductDiscountTag.js +5 -2
- package/dist/cjs/post-purchase/product/components/ProductOffer.js +16 -3
- package/dist/cjs/post-purchase/product/components/ProductPrice.js +3 -1
- package/dist/cjs/post-purchase/product/components/ProductPriceBreakdown.js +9 -21
- package/dist/cjs/post-purchase/product/constants/ProductOfferPlaceholder.js +127 -0
- package/dist/cjs/post-purchase/product/hooks/useDynamicProduct.js +28 -0
- package/dist/cjs/post-purchase/product/settings/ProductOffer.js +26 -0
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.js +32 -0
- package/dist/cjs/third-party/components/HextomCountdownTimerBar.liquid.js +12 -0
- package/dist/cjs/third-party/components/TrustBadgesBear.js +32 -0
- package/dist/cjs/third-party/components/TrustBadgesBear.liquid.js +12 -0
- package/dist/cjs/third-party/configs/HextomCountdownTimerBar.js +12 -0
- package/dist/cjs/third-party/configs/TrustBadgesBear.js +12 -0
- package/dist/cjs/third-party/next.js +11 -1
- package/dist/cjs/third-party/setting/HextomCountdownTimerBar.js +128 -0
- package/dist/cjs/third-party/setting/TrustBadgesBear.js +128 -0
- package/dist/cjs/third-party/setting/index.js +5 -1
- package/dist/esm/builder.js +5 -1
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.liquid.js +2 -0
- package/dist/esm/post-purchase/product/components/ProductDiscountTag.js +5 -2
- package/dist/esm/post-purchase/product/components/ProductOffer.js +16 -3
- package/dist/esm/post-purchase/product/components/ProductPrice.js +3 -1
- package/dist/esm/post-purchase/product/components/ProductPriceBreakdown.js +9 -21
- package/dist/esm/post-purchase/product/constants/ProductOfferPlaceholder.js +125 -0
- package/dist/esm/post-purchase/product/hooks/useDynamicProduct.js +26 -0
- package/dist/esm/post-purchase/product/settings/ProductOffer.js +26 -0
- package/dist/esm/third-party/components/HextomCountdownTimerBar.js +28 -0
- package/dist/esm/third-party/components/HextomCountdownTimerBar.liquid.js +8 -0
- package/dist/esm/third-party/components/TrustBadgesBear.js +28 -0
- package/dist/esm/third-party/components/TrustBadgesBear.liquid.js +8 -0
- package/dist/esm/third-party/configs/HextomCountdownTimerBar.js +8 -0
- package/dist/esm/third-party/configs/TrustBadgesBear.js +8 -0
- package/dist/esm/third-party/next.js +11 -1
- package/dist/esm/third-party/setting/HextomCountdownTimerBar.js +124 -0
- package/dist/esm/third-party/setting/TrustBadgesBear.js +124 -0
- package/dist/esm/third-party/setting/index.js +206 -202
- package/dist/types/index.d.ts +34 -1
- package/package.json +2 -2
|
@@ -1,207 +1,211 @@
|
|
|
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 from './TrustshopProductReviews.js';
|
|
1
|
+
import config$X from './JudgemeReviews.js';
|
|
2
|
+
import config$Y from './LooxReviews.js';
|
|
3
|
+
import config$Z from './Klaviyo.js';
|
|
4
|
+
import config$_ from './YotpoLoyalty.js';
|
|
5
|
+
import config$$ from './SmartSearchBarAndFilters.js';
|
|
6
|
+
import config$10 from './Instafeed.js';
|
|
7
|
+
import config$11 from './ProductReviews.js';
|
|
8
|
+
import config$12 from './Ryviu.js';
|
|
9
|
+
import config$13 from './Rivyo.js';
|
|
10
|
+
import config$14 from './Vitals.js';
|
|
11
|
+
import config$15 from './Omnisend.js';
|
|
12
|
+
import config$16 from './Trustoo.js';
|
|
13
|
+
import config$17 from './SealSubscriptions.js';
|
|
14
|
+
import config$18 from './AppstleSubscriptions.js';
|
|
15
|
+
import config$19 from './FeraReviews.js';
|
|
16
|
+
import config$1a from './Growave.js';
|
|
17
|
+
import config$1v from './PushOwl.js';
|
|
18
|
+
import config$1b from './AliReviews.js';
|
|
19
|
+
import config$1c from './Opinew.js';
|
|
20
|
+
import config$1d from './UltimateSalesBoost.js';
|
|
21
|
+
import config$1e from './FirePush.js';
|
|
22
|
+
import config$1f from './ParcelPanel.js';
|
|
23
|
+
import config$1g from './TrustMe.js';
|
|
24
|
+
import config$1h from './FrequentlyBoughtTogether.js';
|
|
25
|
+
import config$1i from './BoldSubscriptions.js';
|
|
26
|
+
import config$1j from './BoldProductOptions.js';
|
|
27
|
+
import config$1k from './WideBundle.js';
|
|
28
|
+
import config$1l from './PickyStory.js';
|
|
29
|
+
import config$1m from './InfiniteOptions.js';
|
|
30
|
+
import config$1n from './Wiser.js';
|
|
31
|
+
import config$1o from './Stamped.js';
|
|
32
|
+
import config$1p from './Bundler.js';
|
|
33
|
+
import config$1q from './LaiProductReviews.js';
|
|
34
|
+
import config$1r from './CrossSellCartUpsell.js';
|
|
35
|
+
import config$1s from './BoostAISearchDiscovery.js';
|
|
36
|
+
import config$1t from './YotpoReviews.js';
|
|
37
|
+
import config$1u from './KachingBundles.js';
|
|
38
|
+
import config$W from './CleanSizeCharts.js';
|
|
39
|
+
import config$1w from './Bogos.js';
|
|
40
|
+
import config$V from './QikifyUpsell.js';
|
|
41
|
+
import config$1x from './Releasit.js';
|
|
42
|
+
import config$1y from './KingProductOptions.js';
|
|
43
|
+
import config$U from './EasySellCOD.js';
|
|
44
|
+
import config$1z from './RequestQuoteHidePrice.js';
|
|
45
|
+
import config$1A from './BirdChime.js';
|
|
46
|
+
import config$1B from './FordeerProductLabels.js';
|
|
47
|
+
import config$T from './RechargeSubscriptions.js';
|
|
48
|
+
import config$S from './KlarnaMessaging.js';
|
|
49
|
+
import config$Q from './EasifyProductOptions.js';
|
|
50
|
+
import config$R from './CustomProductOptionsVariant.js';
|
|
51
|
+
import config$P from './ShopifySubscriptions.js';
|
|
52
|
+
import config$O from './BonLoyaltyRewardsReferrals.js';
|
|
53
|
+
import config$M from './RecurpaySubscriptionApp.js';
|
|
54
|
+
import config$N from './SubifySubscriptionsApp.js';
|
|
55
|
+
import config$L from './Selleasy.js';
|
|
56
|
+
import config$K from './LoopSubscriptions.js';
|
|
57
|
+
import config$J from './SkioSubscriptionsYcS20.js';
|
|
58
|
+
import config$I from './ShopifyForms.js';
|
|
59
|
+
import config$H from './NotifyBackInStockPreOrder.js';
|
|
60
|
+
import config$F from './ReviewxpoProductReviewsApp.js';
|
|
61
|
+
import config$G from './PumperBundlesVolumeDiscount.js';
|
|
62
|
+
import config$D from './UnlimitedBundlesDiscounts.js';
|
|
63
|
+
import config$C from './KiteFreeGiftDiscount.js';
|
|
64
|
+
import config$B from './FastBundleBundlesDiscounts.js';
|
|
65
|
+
import config$E from './SimpleBundlesKits.js';
|
|
66
|
+
import config$A from './EasyBundleBuilderSkailama.js';
|
|
67
|
+
import config$z from './KoalaBundleQuantityDiscount.js';
|
|
68
|
+
import config$x from './PreorderNowPreOrderPq.js';
|
|
69
|
+
import config$v from './FlyBundlesUpsellsFbt.js';
|
|
70
|
+
import config$u from './JunipProductReviewsUgc.js';
|
|
71
|
+
import config$y from './MaxbundleProductBundles.js';
|
|
72
|
+
import config$w from './PreorderNowWodPresale.js';
|
|
73
|
+
import config$t from './TagshopShoppableVideosUgc.js';
|
|
74
|
+
import config$s from './WhatmoreShoppableVideosreel.js';
|
|
75
|
+
import config$r from './TagembedSocialPostReview.js';
|
|
76
|
+
import config$p from './ProductOptionsCustomizer.js';
|
|
77
|
+
import config$q from './AirProductReviewsAppUgc.js';
|
|
78
|
+
import config$o from './MbcBundleVolumeDiscount.js';
|
|
79
|
+
import config$n from './GoogleReviewsByReputon.js';
|
|
80
|
+
import config$l from './RapiBundleQuantityBreaks.js';
|
|
81
|
+
import config$m from './AppointmentBookingCowlendar.js';
|
|
82
|
+
import config$k from './SproutPlantTreesGrowSales.js';
|
|
83
|
+
import config$j from './InstasellShoppableInstagram.js';
|
|
84
|
+
import config$i from './WishlistPlus.js';
|
|
85
|
+
import config$g from './LoloyalLoyaltyReferrals.js';
|
|
86
|
+
import config$f from './HulkFormBuilder.js';
|
|
87
|
+
import config$h from './PowerfulContactFormBuilder.js';
|
|
88
|
+
import config$e from './WishlistKing.js';
|
|
89
|
+
import config$d from './TeeinblueProductPersonalizer.js';
|
|
90
|
+
import config$c from './GloboProductOptionsVariant.js';
|
|
91
|
+
import config$8 from './DiscountyBulkDiscountSales.js';
|
|
92
|
+
import config$5 from './PowrContactFormBuilder.js';
|
|
93
|
+
import config$b from './ProductOptionsVariantOption.js';
|
|
94
|
+
import config$a from './BestBuyFulfillment.js';
|
|
95
|
+
import config$9 from './AftershipEmailMarketingsms.js';
|
|
96
|
+
import config$7 from './SegunoEmailMarketing.js';
|
|
97
|
+
import config$6 from './SeoantTrustBadgesIcon.js';
|
|
98
|
+
import config$3 from './TrustreviewsProductReviews.js';
|
|
99
|
+
import config$4 from './MyappgurusProductReviews.js';
|
|
100
|
+
import config$2 from './HulkProductOptions.js';
|
|
101
|
+
import config$1 from './TrustshopProductReviews.js';
|
|
102
|
+
import config from './HextomCountdownTimerBar.js';
|
|
103
|
+
import config$1C from './TrustBadgesBear.js';
|
|
102
104
|
|
|
103
105
|
var index = {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
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
|
-
|
|
106
|
+
HextomCountdownTimerBar: config,
|
|
107
|
+
TrustshopProductReviews: config$1,
|
|
108
|
+
HulkProductOptions: config$2,
|
|
109
|
+
TrustreviewsProductReviews: config$3,
|
|
110
|
+
MyappgurusProductReviews: config$4,
|
|
111
|
+
PowrContactFormBuilder: config$5,
|
|
112
|
+
SeoantTrustBadgesIcon: config$6,
|
|
113
|
+
SegunoEmailMarketing: config$7,
|
|
114
|
+
DiscountyBulkDiscountSales: config$8,
|
|
115
|
+
AftershipEmailMarketingsms: config$9,
|
|
116
|
+
BestBuyFulfillment: config$a,
|
|
117
|
+
ProductOptionsVariantOption: config$b,
|
|
118
|
+
GloboProductOptionsVariant: config$c,
|
|
119
|
+
TeeinblueProductPersonalizer: config$d,
|
|
120
|
+
WishlistKing: config$e,
|
|
121
|
+
HulkFormBuilder: config$f,
|
|
122
|
+
LoloyalLoyaltyReferrals: config$g,
|
|
123
|
+
PowerfulContactFormBuilder: config$h,
|
|
124
|
+
WishlistPlus: config$i,
|
|
125
|
+
InstasellShoppableInstagram: config$j,
|
|
126
|
+
SproutPlantTreesGrowSales: config$k,
|
|
127
|
+
RapiBundleQuantityBreaks: config$l,
|
|
128
|
+
AppointmentBookingCowlendar: config$m,
|
|
129
|
+
GoogleReviewsByReputon: config$n,
|
|
130
|
+
MbcBundleVolumeDiscount: config$o,
|
|
131
|
+
ProductOptionsCustomizer: config$p,
|
|
132
|
+
AirProductReviewsAppUgc: config$q,
|
|
133
|
+
TagembedSocialPostReview: config$r,
|
|
134
|
+
WhatmoreShoppableVideosreel: config$s,
|
|
135
|
+
TagshopShoppableVideosUgc: config$t,
|
|
136
|
+
JunipProductReviewsUgc: config$u,
|
|
137
|
+
FlyBundlesUpsellsFbt: config$v,
|
|
138
|
+
PreorderNowWodPresale: config$w,
|
|
139
|
+
PreorderNowPreOrderPq: config$x,
|
|
140
|
+
MaxbundleProductBundles: config$y,
|
|
141
|
+
KoalaBundleQuantityDiscount: config$z,
|
|
142
|
+
EasyBundleBuilderSkailama: config$A,
|
|
143
|
+
FastBundleBundlesDiscounts: config$B,
|
|
144
|
+
KiteFreeGiftDiscount: config$C,
|
|
145
|
+
UnlimitedBundlesDiscounts: config$D,
|
|
146
|
+
SimpleBundlesKits: config$E,
|
|
147
|
+
ReviewxpoProductReviewsApp: config$F,
|
|
148
|
+
PumperBundlesVolumeDiscount: config$G,
|
|
149
|
+
NotifyBackInStockPreOrder: config$H,
|
|
150
|
+
ShopifyForms: config$I,
|
|
151
|
+
SkioSubscriptionsYcS20: config$J,
|
|
152
|
+
LoopSubscriptions: config$K,
|
|
153
|
+
Selleasy: config$L,
|
|
154
|
+
RecurpaySubscriptionApp: config$M,
|
|
155
|
+
SubifySubscriptionsApp: config$N,
|
|
156
|
+
BonLoyaltyRewardsReferrals: config$O,
|
|
157
|
+
ShopifySubscriptions: config$P,
|
|
158
|
+
EasifyProductOptions: config$Q,
|
|
159
|
+
CustomProductOptionsVariant: config$R,
|
|
160
|
+
KlarnaMessaging: config$S,
|
|
161
|
+
RechargeSubscriptions: config$T,
|
|
162
|
+
EasySellCOD: config$U,
|
|
163
|
+
QikifyUpsell: config$V,
|
|
164
|
+
CleanSizeCharts: config$W,
|
|
165
|
+
JudgemeReviews: config$X,
|
|
166
|
+
LooxReviews: config$Y,
|
|
167
|
+
Klaviyo: config$Z,
|
|
168
|
+
YotpoLoyalty: config$_,
|
|
169
|
+
SmartSearchBarAndFilters: config$$,
|
|
170
|
+
Instafeed: config$10,
|
|
171
|
+
ProductReviews: config$11,
|
|
172
|
+
Ryviu: config$12,
|
|
173
|
+
Rivyo: config$13,
|
|
174
|
+
Vitals: config$14,
|
|
175
|
+
Omnisend: config$15,
|
|
176
|
+
Trustoo: config$16,
|
|
177
|
+
SealSubscriptions: config$17,
|
|
178
|
+
AppstleSubscriptions: config$18,
|
|
179
|
+
FeraReviews: config$19,
|
|
180
|
+
Growave: config$1a,
|
|
181
|
+
AliReviews: config$1b,
|
|
182
|
+
Opinew: config$1c,
|
|
183
|
+
UltimateSalesBoost: config$1d,
|
|
184
|
+
FirePush: config$1e,
|
|
185
|
+
ParcelPanel: config$1f,
|
|
186
|
+
TrustMe: config$1g,
|
|
187
|
+
FrequentlyBoughtTogether: config$1h,
|
|
188
|
+
BoldSubscriptions: config$1i,
|
|
189
|
+
BoldProductOptions: config$1j,
|
|
190
|
+
WideBundle: config$1k,
|
|
191
|
+
PickyStory: config$1l,
|
|
192
|
+
InfiniteOptions: config$1m,
|
|
193
|
+
Wiser: config$1n,
|
|
194
|
+
Stamped: config$1o,
|
|
195
|
+
Bundler: config$1p,
|
|
196
|
+
LaiProductReviews: config$1q,
|
|
197
|
+
CrossSellCartUpsell: config$1r,
|
|
198
|
+
BoostAISearchDiscovery: config$1s,
|
|
199
|
+
YotpoReviews: config$1t,
|
|
200
|
+
KachingBundles: config$1u,
|
|
201
|
+
PushOwl: config$1v,
|
|
202
|
+
Bogos: config$1w,
|
|
203
|
+
Releasit: config$1x,
|
|
204
|
+
KingProductOptions: config$1y,
|
|
205
|
+
RequestQuoteHidePrice: config$1z,
|
|
206
|
+
BirdChime: config$1A,
|
|
207
|
+
FordeerProductLabels: config$1B,
|
|
208
|
+
TrustBadgesBear: config$1C
|
|
205
209
|
};
|
|
206
210
|
|
|
207
211
|
export { index as default };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -2301,6 +2301,7 @@ type NotificationAPI = {
|
|
|
2301
2301
|
declare function useNotification(rootConfig?: NotificationConfig): [NotificationAPI, React.ReactElement];
|
|
2302
2302
|
|
|
2303
2303
|
declare const _default$r: {
|
|
2304
|
+
HextomCountdownTimerBar: _gem_sdk_core.ComponentSetting<HextomCountdownTimerBarProps>;
|
|
2304
2305
|
TrustshopProductReviews: _gem_sdk_core.ComponentSetting<TrustshopProductReviewsProps>;
|
|
2305
2306
|
HulkProductOptions: _gem_sdk_core.ComponentSetting<HulkProductOptionsProps>;
|
|
2306
2307
|
TrustreviewsProductReviews: _gem_sdk_core.ComponentSetting<TrustreviewsProductReviewsProps>;
|
|
@@ -2402,6 +2403,7 @@ declare const _default$r: {
|
|
|
2402
2403
|
RequestQuoteHidePrice: _gem_sdk_core.ComponentSetting<RequestQuoteHidePriceProps>;
|
|
2403
2404
|
BirdChime: _gem_sdk_core.ComponentSetting<BirdChimeProps>;
|
|
2404
2405
|
FordeerProductLabels: _gem_sdk_core.ComponentSetting<FordeerProductLabelsProps>;
|
|
2406
|
+
TrustBadgesBear: _gem_sdk_core.ComponentSetting<TrustBadgesBearProps>;
|
|
2405
2407
|
};
|
|
2406
2408
|
|
|
2407
2409
|
type RechargeSubscriptionsProps = BaseProps<{
|
|
@@ -3356,6 +3358,24 @@ type TrustshopProductReviewsProps = BaseProps<{
|
|
|
3356
3358
|
}>;
|
|
3357
3359
|
declare const TrustshopProductReviews$1: React.FC<TrustshopProductReviewsProps>;
|
|
3358
3360
|
|
|
3361
|
+
type HextomCountdownTimerBarProps = BaseProps<{
|
|
3362
|
+
align?: ObjectDevices<AlignProp>;
|
|
3363
|
+
openApp?: any;
|
|
3364
|
+
install?: any;
|
|
3365
|
+
appBlockId?: string;
|
|
3366
|
+
widgetType?: string;
|
|
3367
|
+
}>;
|
|
3368
|
+
declare const HextomCountdownTimerBar$1: React.FC<HextomCountdownTimerBarProps>;
|
|
3369
|
+
|
|
3370
|
+
type TrustBadgesBearProps = BaseProps<{
|
|
3371
|
+
align?: ObjectDevices<AlignProp>;
|
|
3372
|
+
openApp?: any;
|
|
3373
|
+
install?: any;
|
|
3374
|
+
appBlockId?: string;
|
|
3375
|
+
widgetType?: string;
|
|
3376
|
+
}>;
|
|
3377
|
+
declare const TrustBadgesBear$1: React.FC<TrustBadgesBearProps>;
|
|
3378
|
+
|
|
3359
3379
|
declare const _default$q: {
|
|
3360
3380
|
InstantJudgemeReviews: _gem_sdk_core.ComponentSetting<InstantJudgemeReviewsProps>;
|
|
3361
3381
|
InstantLooxReviews: _gem_sdk_core.ComponentSetting<InstantLooxReviewsProps>;
|
|
@@ -4455,6 +4475,7 @@ type ProductOfferSettings = Omit<ProductSetting, 'productSetting'> & {
|
|
|
4455
4475
|
productIds?: string[];
|
|
4456
4476
|
};
|
|
4457
4477
|
productOfferLayout: ObjectDevices<'1col' | '2col'>;
|
|
4478
|
+
dynamicOfferQuantity?: number;
|
|
4458
4479
|
discountAndShippingFee?: boolean;
|
|
4459
4480
|
};
|
|
4460
4481
|
type ProductOfferStyles = RowProps$1['styles'] & {
|
|
@@ -5087,6 +5108,8 @@ declare const _default$1: {
|
|
|
5087
5108
|
RequestQuoteHidePrice: React.ComponentType<RequestQuoteHidePriceProps>;
|
|
5088
5109
|
BirdChime: React.ComponentType<BirdChimeProps>;
|
|
5089
5110
|
FordeerProductLabels: React.ComponentType<FordeerProductLabelsProps>;
|
|
5111
|
+
HextomCountdownTimerBar: React.ComponentType<HextomCountdownTimerBarProps>;
|
|
5112
|
+
TrustBadgesBear: React.ComponentType<TrustBadgesBearProps>;
|
|
5090
5113
|
Menu: React.ComponentType<MenuProps>;
|
|
5091
5114
|
Video: React.ComponentType<VideoProps$1>;
|
|
5092
5115
|
Textarea: React.ComponentType<TextareaProps>;
|
|
@@ -6675,6 +6698,10 @@ declare const MyappgurusProductReviews: ({ setting, advanced }: MyappgurusProduc
|
|
|
6675
6698
|
|
|
6676
6699
|
declare const HulkProductOptions: ({ setting, advanced }: HulkProductOptionsProps) => string;
|
|
6677
6700
|
|
|
6701
|
+
declare const HextomCountdownTimerBar: ({ setting, advanced }: HextomCountdownTimerBarProps) => string;
|
|
6702
|
+
|
|
6703
|
+
declare const TrustBadgesBear: ({ setting, advanced }: TrustBadgesBearProps) => string;
|
|
6704
|
+
|
|
6678
6705
|
declare const TrustshopProductReviews: ({ setting, advanced }: TrustshopProductReviewsProps) => string;
|
|
6679
6706
|
|
|
6680
6707
|
declare const ImageComparison: ({ setting, styles, builderProps, advanced, ...props }: ImageComparisonProps) => string;
|
|
@@ -6890,6 +6917,7 @@ declare const index_liquid_GoogleReviewsByReputon: typeof GoogleReviewsByReputon
|
|
|
6890
6917
|
declare const index_liquid_Growave: typeof Growave;
|
|
6891
6918
|
declare const index_liquid_Heading: typeof Heading;
|
|
6892
6919
|
declare const index_liquid_HeroBanner: typeof HeroBanner;
|
|
6920
|
+
declare const index_liquid_HextomCountdownTimerBar: typeof HextomCountdownTimerBar;
|
|
6893
6921
|
declare const index_liquid_HulkFormBuilder: typeof HulkFormBuilder;
|
|
6894
6922
|
declare const index_liquid_HulkProductOptions: typeof HulkProductOptions;
|
|
6895
6923
|
declare const index_liquid_Icon: typeof Icon;
|
|
@@ -6987,6 +7015,7 @@ declare const index_liquid_TeeinblueProductPersonalizer: typeof TeeinblueProduct
|
|
|
6987
7015
|
declare const index_liquid_Text: typeof Text;
|
|
6988
7016
|
declare const index_liquid_TextField: typeof TextField;
|
|
6989
7017
|
declare const index_liquid_ThirdPartySlot: typeof ThirdPartySlot;
|
|
7018
|
+
declare const index_liquid_TrustBadgesBear: typeof TrustBadgesBear;
|
|
6990
7019
|
declare const index_liquid_TrustMe: typeof TrustMe;
|
|
6991
7020
|
declare const index_liquid_Trustoo: typeof Trustoo;
|
|
6992
7021
|
declare const index_liquid_TrustreviewsProductReviews: typeof TrustreviewsProductReviews;
|
|
@@ -7069,6 +7098,7 @@ declare namespace index_liquid {
|
|
|
7069
7098
|
index_liquid_Growave as Growave,
|
|
7070
7099
|
index_liquid_Heading as Heading,
|
|
7071
7100
|
index_liquid_HeroBanner as HeroBanner,
|
|
7101
|
+
index_liquid_HextomCountdownTimerBar as HextomCountdownTimerBar,
|
|
7072
7102
|
index_liquid_HulkFormBuilder as HulkFormBuilder,
|
|
7073
7103
|
index_liquid_HulkProductOptions as HulkProductOptions,
|
|
7074
7104
|
index_liquid_Icon as Icon,
|
|
@@ -7169,6 +7199,7 @@ declare namespace index_liquid {
|
|
|
7169
7199
|
index_liquid_Text as Text,
|
|
7170
7200
|
index_liquid_TextField as TextField,
|
|
7171
7201
|
index_liquid_ThirdPartySlot as ThirdPartySlot,
|
|
7202
|
+
index_liquid_TrustBadgesBear as TrustBadgesBear,
|
|
7172
7203
|
index_liquid_TrustMe as TrustMe,
|
|
7173
7204
|
index_liquid_Trustoo as Trustoo,
|
|
7174
7205
|
index_liquid_TrustreviewsProductReviews as TrustreviewsProductReviews,
|
|
@@ -7517,6 +7548,8 @@ declare const _default: {
|
|
|
7517
7548
|
Marquee: ({ children, style, builderAttrs, ...props }: MarqueeProps) => React.JSX.Element;
|
|
7518
7549
|
MarqueeItem: React.NamedExoticComponent<MarqueeItemProps>;
|
|
7519
7550
|
ProductBadge: React.FC<ProductBadgeProps>;
|
|
7551
|
+
HextomCountdownTimerBar: React.FC<HextomCountdownTimerBarProps>;
|
|
7552
|
+
TrustBadgesBear: React.FC<TrustBadgesBearProps>;
|
|
7520
7553
|
};
|
|
7521
7554
|
|
|
7522
7555
|
declare const ELEMENT_Z_INDEX: {
|
|
@@ -7555,4 +7588,4 @@ declare const getInsertLinkData: (defaultWrap: string, setting?: {
|
|
|
7555
7588
|
};
|
|
7556
7589
|
declare const replaceLinkData: (text?: string, isTranslate?: boolean) => string | undefined;
|
|
7557
7590
|
|
|
7558
|
-
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, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppointmentBookingCowlendarProps, 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, 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, EstimateDate$1 as EstimateDate, EstimateDateProps, 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, 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, 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, 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$1 as 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, Sticky$1 as Sticky, StickyProps, StockCounter$1 as StockCounter, StockCounterProps$1 as 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, TrustMe$1 as TrustMe, TrustMeProps, 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, _default$I as countdownSetting, _default$O as couponSetting, _default$k as dialogSetting, _default$5 as estimateDeliverySetting, getDynamicSourceLocales, getInsertLinkData, 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, 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, useInView, useNotification, _default$t as videoSetting, youtubeShortsRegex };
|
|
7591
|
+
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, AppointmentBookingCowlendar$1 as AppointmentBookingCowlendar, AppointmentBookingCowlendarProps, 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, 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, EstimateDate$1 as EstimateDate, EstimateDateProps, 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, 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, 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, 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$1 as 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, Sticky$1 as Sticky, StickyProps, StockCounter$1 as StockCounter, StockCounterProps$1 as 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, 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, _default$I as countdownSetting, _default$O as couponSetting, _default$k as dialogSetting, _default$5 as estimateDeliverySetting, getDynamicSourceLocales, getInsertLinkData, 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, 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, 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.1.
|
|
3
|
+
"version": "2.1.13-staging.1",
|
|
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.1.
|
|
24
|
+
"@gem-sdk/core": "2.1.13-staging.1",
|
|
25
25
|
"@gem-sdk/styles": "2.1.0",
|
|
26
26
|
"@types/react-transition-group": "^4.4.5"
|
|
27
27
|
},
|