@cimplify/sdk 0.46.3 → 0.48.0
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/advanced.d.mts +1 -1
- package/dist/advanced.d.ts +1 -1
- package/dist/advanced.js +20 -20
- package/dist/advanced.mjs +1 -1
- package/dist/{chunk-6HYKWYUF.mjs → chunk-24FK7VFL.mjs} +1 -1
- package/dist/{chunk-Z2MLAIID.js → chunk-CYGLTD7D.js} +35 -35
- package/dist/{chunk-TW4OFRWV.js → chunk-D22UVSFN.js} +2 -2
- package/dist/{chunk-7ZACMER7.js → chunk-DR4UPU6P.js} +0 -1
- package/dist/{chunk-WUIERJ6J.mjs → chunk-MBR2DBEN.mjs} +1 -1
- package/dist/{chunk-CKRMA5F7.mjs → chunk-OFNVLUH4.mjs} +0 -1
- package/dist/{client-QVINYu1X.d.ts → client-B8tJnOde.d.ts} +0 -1
- package/dist/{client-G2WCoxv2.d.mts → client-BZZK1txR.d.mts} +0 -1
- package/dist/{client-B76ZNW5r.d.ts → client-BdbvMtOU.d.ts} +1 -1
- package/dist/{client-CT9NwIDX.d.mts → client-BqCAm5vI.d.mts} +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +61 -61
- package/dist/index.mjs +2 -2
- package/dist/react.d.mts +113 -10
- package/dist/react.d.ts +113 -10
- package/dist/react.js +420 -248
- package/dist/react.mjs +405 -235
- package/dist/server.d.mts +2 -2
- package/dist/server.d.ts +2 -2
- package/dist/server.js +3 -3
- package/dist/server.mjs +2 -2
- package/dist/styles.css +1 -1
- package/dist/testing/suite.d.mts +2 -2
- package/dist/testing/suite.d.ts +2 -2
- package/dist/testing/suite.js +22 -22
- package/dist/testing/suite.mjs +3 -3
- package/dist/testing.d.mts +2 -2
- package/dist/testing.d.ts +2 -2
- package/dist/testing.js +78 -78
- package/dist/testing.mjs +4 -4
- package/package.json +3 -1
- package/registry/customer-input-fields.json +1 -1
- package/registry/date-slot-picker.json +1 -1
- package/registry/slot-picker.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkMN4PNKJA_js = require('./chunk-MN4PNKJA.js');
|
|
4
4
|
var chunkL5GKVQVJ_js = require('./chunk-L5GKVQVJ.js');
|
|
5
|
-
var
|
|
6
|
-
var
|
|
5
|
+
var chunkCYGLTD7D_js = require('./chunk-CYGLTD7D.js');
|
|
6
|
+
var chunkDR4UPU6P_js = require('./chunk-DR4UPU6P.js');
|
|
7
7
|
var chunk6RP6OPYO_js = require('./chunk-6RP6OPYO.js');
|
|
8
8
|
var chunkTKOTACKZ_js = require('./chunk-TKOTACKZ.js');
|
|
9
9
|
|
|
@@ -59,239 +59,239 @@ Object.defineProperty(exports, "resolvePhoneCountryCode", {
|
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "ActivityService", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkCYGLTD7D_js.ActivityService; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "CimplifyClient", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkCYGLTD7D_js.CimplifyClient; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "DeliveryService", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkCYGLTD7D_js.DeliveryService; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "PlacesService", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkCYGLTD7D_js.PlacesService; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "SubscriptionService", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkCYGLTD7D_js.SubscriptionService; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "SupportService", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkCYGLTD7D_js.SupportService; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "UploadService", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkCYGLTD7D_js.UploadService; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "createCimplifyClient", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkCYGLTD7D_js.createCimplifyClient; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "AUTHORIZATION_TYPE", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkDR4UPU6P_js.AUTHORIZATION_TYPE; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "AUTH_MUTATION", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkDR4UPU6P_js.AUTH_MUTATION; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "AuthService", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkDR4UPU6P_js.AuthService; }
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(exports, "BusinessService", {
|
|
105
105
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkDR4UPU6P_js.BusinessService; }
|
|
107
107
|
});
|
|
108
108
|
Object.defineProperty(exports, "CHECKOUT_MODE", {
|
|
109
109
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkDR4UPU6P_js.CHECKOUT_MODE; }
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(exports, "CHECKOUT_MUTATION", {
|
|
113
113
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkDR4UPU6P_js.CHECKOUT_MUTATION; }
|
|
115
115
|
});
|
|
116
116
|
Object.defineProperty(exports, "CHECKOUT_STEP", {
|
|
117
117
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkDR4UPU6P_js.CHECKOUT_STEP; }
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(exports, "CONTACT_TYPE", {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkDR4UPU6P_js.CONTACT_TYPE; }
|
|
123
123
|
});
|
|
124
124
|
Object.defineProperty(exports, "CartOperations", {
|
|
125
125
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkDR4UPU6P_js.CartOperations; }
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(exports, "CatalogueQueries", {
|
|
129
129
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkDR4UPU6P_js.CatalogueQueries; }
|
|
131
131
|
});
|
|
132
132
|
Object.defineProperty(exports, "CheckoutOperations", {
|
|
133
133
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkDR4UPU6P_js.CheckoutService; }
|
|
135
135
|
});
|
|
136
136
|
Object.defineProperty(exports, "CheckoutService", {
|
|
137
137
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunkDR4UPU6P_js.CheckoutService; }
|
|
139
139
|
});
|
|
140
140
|
Object.defineProperty(exports, "CimplifyElement", {
|
|
141
141
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunkDR4UPU6P_js.CimplifyElement; }
|
|
143
143
|
});
|
|
144
144
|
Object.defineProperty(exports, "CimplifyElements", {
|
|
145
145
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunkDR4UPU6P_js.CimplifyElements; }
|
|
147
147
|
});
|
|
148
148
|
Object.defineProperty(exports, "DEFAULT_COUNTRY", {
|
|
149
149
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunkDR4UPU6P_js.DEFAULT_COUNTRY; }
|
|
151
151
|
});
|
|
152
152
|
Object.defineProperty(exports, "DEFAULT_CURRENCY", {
|
|
153
153
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunkDR4UPU6P_js.DEFAULT_CURRENCY; }
|
|
155
155
|
});
|
|
156
156
|
Object.defineProperty(exports, "DEVICE_TYPE", {
|
|
157
157
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunkDR4UPU6P_js.DEVICE_TYPE; }
|
|
159
159
|
});
|
|
160
160
|
Object.defineProperty(exports, "ELEMENT_TYPES", {
|
|
161
161
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunkDR4UPU6P_js.ELEMENT_TYPES; }
|
|
163
163
|
});
|
|
164
164
|
Object.defineProperty(exports, "EVENT_TYPES", {
|
|
165
165
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
166
|
+
get: function () { return chunkDR4UPU6P_js.EVENT_TYPES; }
|
|
167
167
|
});
|
|
168
168
|
Object.defineProperty(exports, "FxService", {
|
|
169
169
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunkDR4UPU6P_js.FxService; }
|
|
171
171
|
});
|
|
172
172
|
Object.defineProperty(exports, "InventoryService", {
|
|
173
173
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunkDR4UPU6P_js.InventoryService; }
|
|
175
175
|
});
|
|
176
176
|
Object.defineProperty(exports, "LINK_MUTATION", {
|
|
177
177
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunkDR4UPU6P_js.LINK_MUTATION; }
|
|
179
179
|
});
|
|
180
180
|
Object.defineProperty(exports, "LINK_QUERY", {
|
|
181
181
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunkDR4UPU6P_js.LINK_QUERY; }
|
|
183
183
|
});
|
|
184
184
|
Object.defineProperty(exports, "LinkService", {
|
|
185
185
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunkDR4UPU6P_js.LinkService; }
|
|
187
187
|
});
|
|
188
188
|
Object.defineProperty(exports, "LiteService", {
|
|
189
189
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkDR4UPU6P_js.LiteService; }
|
|
191
191
|
});
|
|
192
192
|
Object.defineProperty(exports, "MESSAGE_TYPES", {
|
|
193
193
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunkDR4UPU6P_js.MESSAGE_TYPES; }
|
|
195
195
|
});
|
|
196
196
|
Object.defineProperty(exports, "MOBILE_MONEY_PROVIDER", {
|
|
197
197
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunkDR4UPU6P_js.MOBILE_MONEY_PROVIDER; }
|
|
199
199
|
});
|
|
200
200
|
Object.defineProperty(exports, "ORDER_MUTATION", {
|
|
201
201
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkDR4UPU6P_js.ORDER_MUTATION; }
|
|
203
203
|
});
|
|
204
204
|
Object.defineProperty(exports, "ORDER_TYPE", {
|
|
205
205
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunkDR4UPU6P_js.ORDER_TYPE; }
|
|
207
207
|
});
|
|
208
208
|
Object.defineProperty(exports, "OrderQueries", {
|
|
209
209
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkDR4UPU6P_js.OrderQueries; }
|
|
211
211
|
});
|
|
212
212
|
Object.defineProperty(exports, "PAYMENT_METHOD", {
|
|
213
213
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkDR4UPU6P_js.PAYMENT_METHOD; }
|
|
215
215
|
});
|
|
216
216
|
Object.defineProperty(exports, "PAYMENT_MUTATION", {
|
|
217
217
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkDR4UPU6P_js.PAYMENT_MUTATION; }
|
|
219
219
|
});
|
|
220
220
|
Object.defineProperty(exports, "PAYMENT_STATE", {
|
|
221
221
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunkDR4UPU6P_js.PAYMENT_STATE; }
|
|
223
223
|
});
|
|
224
224
|
Object.defineProperty(exports, "PICKUP_TIME_TYPE", {
|
|
225
225
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunkDR4UPU6P_js.PICKUP_TIME_TYPE; }
|
|
227
227
|
});
|
|
228
228
|
Object.defineProperty(exports, "SchedulingService", {
|
|
229
229
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunkDR4UPU6P_js.SchedulingService; }
|
|
231
231
|
});
|
|
232
232
|
Object.defineProperty(exports, "combine", {
|
|
233
233
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunkDR4UPU6P_js.combine; }
|
|
235
235
|
});
|
|
236
236
|
Object.defineProperty(exports, "combineObject", {
|
|
237
237
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
238
|
+
get: function () { return chunkDR4UPU6P_js.combineObject; }
|
|
239
239
|
});
|
|
240
240
|
Object.defineProperty(exports, "createElements", {
|
|
241
241
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunkDR4UPU6P_js.createElements; }
|
|
243
243
|
});
|
|
244
244
|
Object.defineProperty(exports, "err", {
|
|
245
245
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
246
|
+
get: function () { return chunkDR4UPU6P_js.err; }
|
|
247
247
|
});
|
|
248
248
|
Object.defineProperty(exports, "flatMap", {
|
|
249
249
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunkDR4UPU6P_js.flatMap; }
|
|
251
251
|
});
|
|
252
252
|
Object.defineProperty(exports, "fromPromise", {
|
|
253
253
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunkDR4UPU6P_js.fromPromise; }
|
|
255
255
|
});
|
|
256
256
|
Object.defineProperty(exports, "generateIdempotencyKey", {
|
|
257
257
|
enumerable: true,
|
|
258
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunkDR4UPU6P_js.generateIdempotencyKey; }
|
|
259
259
|
});
|
|
260
260
|
Object.defineProperty(exports, "getOrElse", {
|
|
261
261
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunkDR4UPU6P_js.getOrElse; }
|
|
263
263
|
});
|
|
264
264
|
Object.defineProperty(exports, "isErr", {
|
|
265
265
|
enumerable: true,
|
|
266
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunkDR4UPU6P_js.isErr; }
|
|
267
267
|
});
|
|
268
268
|
Object.defineProperty(exports, "isOk", {
|
|
269
269
|
enumerable: true,
|
|
270
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunkDR4UPU6P_js.isOk; }
|
|
271
271
|
});
|
|
272
272
|
Object.defineProperty(exports, "mapError", {
|
|
273
273
|
enumerable: true,
|
|
274
|
-
get: function () { return
|
|
274
|
+
get: function () { return chunkDR4UPU6P_js.mapError; }
|
|
275
275
|
});
|
|
276
276
|
Object.defineProperty(exports, "mapResult", {
|
|
277
277
|
enumerable: true,
|
|
278
|
-
get: function () { return
|
|
278
|
+
get: function () { return chunkDR4UPU6P_js.mapResult; }
|
|
279
279
|
});
|
|
280
280
|
Object.defineProperty(exports, "ok", {
|
|
281
281
|
enumerable: true,
|
|
282
|
-
get: function () { return
|
|
282
|
+
get: function () { return chunkDR4UPU6P_js.ok; }
|
|
283
283
|
});
|
|
284
284
|
Object.defineProperty(exports, "toNullable", {
|
|
285
285
|
enumerable: true,
|
|
286
|
-
get: function () { return
|
|
286
|
+
get: function () { return chunkDR4UPU6P_js.toNullable; }
|
|
287
287
|
});
|
|
288
288
|
Object.defineProperty(exports, "tryCatch", {
|
|
289
289
|
enumerable: true,
|
|
290
|
-
get: function () { return
|
|
290
|
+
get: function () { return chunkDR4UPU6P_js.tryCatch; }
|
|
291
291
|
});
|
|
292
292
|
Object.defineProperty(exports, "unwrap", {
|
|
293
293
|
enumerable: true,
|
|
294
|
-
get: function () { return
|
|
294
|
+
get: function () { return chunkDR4UPU6P_js.unwrap; }
|
|
295
295
|
});
|
|
296
296
|
Object.defineProperty(exports, "CURRENCY_SYMBOLS", {
|
|
297
297
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { CIMPLIFY_CDN_HOSTS, DEFAULT_CDN_BASE_URL, DURATION_UNIT, INPUT_FIELD_TYPE, PRODUCT_TYPE, RENDER_HINT, assetUrl, getVariantDisplayName, isCimplifyAsset } from './chunk-NRDRVZ62.mjs';
|
|
2
2
|
export { isValidPhoneForContext, normalizePhoneToE164, resolvePhoneCountryCode } from './chunk-YOIVZ6OA.mjs';
|
|
3
|
-
export { ActivityService, CimplifyClient, DeliveryService, PlacesService, SubscriptionService, SupportService, UploadService, createCimplifyClient } from './chunk-
|
|
4
|
-
export { AUTHORIZATION_TYPE, AUTH_MUTATION, AuthService, BusinessService, CHECKOUT_MODE, CHECKOUT_MUTATION, CHECKOUT_STEP, CONTACT_TYPE, CartOperations, CatalogueQueries, CheckoutService as CheckoutOperations, CheckoutService, CimplifyElement, CimplifyElements, DEFAULT_COUNTRY, DEFAULT_CURRENCY, DEVICE_TYPE, ELEMENT_TYPES, EVENT_TYPES, FxService, InventoryService, LINK_MUTATION, LINK_QUERY, LinkService, LiteService, MESSAGE_TYPES, MOBILE_MONEY_PROVIDER, ORDER_MUTATION, ORDER_TYPE, OrderQueries, PAYMENT_METHOD, PAYMENT_MUTATION, PAYMENT_STATE, PICKUP_TIME_TYPE, SchedulingService, combine, combineObject, createElements, err, flatMap, fromPromise, generateIdempotencyKey, getOrElse, isErr, isOk, mapError, mapResult, ok, toNullable, tryCatch, unwrap } from './chunk-
|
|
3
|
+
export { ActivityService, CimplifyClient, DeliveryService, PlacesService, SubscriptionService, SupportService, UploadService, createCimplifyClient } from './chunk-MBR2DBEN.mjs';
|
|
4
|
+
export { AUTHORIZATION_TYPE, AUTH_MUTATION, AuthService, BusinessService, CHECKOUT_MODE, CHECKOUT_MUTATION, CHECKOUT_STEP, CONTACT_TYPE, CartOperations, CatalogueQueries, CheckoutService as CheckoutOperations, CheckoutService, CimplifyElement, CimplifyElements, DEFAULT_COUNTRY, DEFAULT_CURRENCY, DEVICE_TYPE, ELEMENT_TYPES, EVENT_TYPES, FxService, InventoryService, LINK_MUTATION, LINK_QUERY, LinkService, LiteService, MESSAGE_TYPES, MOBILE_MONEY_PROVIDER, ORDER_MUTATION, ORDER_TYPE, OrderQueries, PAYMENT_METHOD, PAYMENT_MUTATION, PAYMENT_STATE, PICKUP_TIME_TYPE, SchedulingService, combine, combineObject, createElements, err, flatMap, fromPromise, generateIdempotencyKey, getOrElse, isErr, isOk, mapError, mapResult, ok, toNullable, tryCatch, unwrap } from './chunk-OFNVLUH4.mjs';
|
|
5
5
|
export { CURRENCY_SYMBOLS, MOBILE_MONEY_PROVIDERS, categorizePaymentError, detectMobileMoneyProvider, formatMoney, formatNumberCompact, formatPrice, formatPriceAdjustment, formatPriceCompact, formatPriceRange, formatPriceWithTax, formatProductPrice, getBasePrice, getCurrencySymbol, getDiscountPercentage, getDisplayPrice, getMarkupPercentage, getPriceRange, getProductCurrency, getTaxAmount, getUnitPriceAtQuantity, hasTaxInfo, isOnSale, isPaymentStatusFailure, isPaymentStatusRequiresAction, isPaymentStatusSuccess, isTaxInclusive, normalizePaymentResponse, normalizeStatusResponse, parsePrice } from './chunk-XY2DFX5K.mjs';
|
|
6
6
|
export { CimplifyError, ERROR_HINTS, ErrorCode, IdempotencyMismatchError, ZERO, currencyCode, enrichError, getErrorHint, isCimplifyError, isIdempotencyMismatchError, isQuoteConflictRequiringConsent, isQuoteError, isRetryableError, isSupportedCurrency, money, moneyFromNumber } from './chunk-Z2AYLZDF.mjs';
|
package/dist/react.d.mts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import React$1, { ReactNode } from 'react';
|
|
2
2
|
import { A as AdSlot, a as AdPosition, e as AdContextValue } from './ads-BxbWrwqp.mjs';
|
|
3
3
|
export { c as AdConfig, g as getVariantDisplayName } from './ads-BxbWrwqp.mjs';
|
|
4
|
-
import { C as CimplifyClient, an as ProcessCheckoutResult, ap as CheckoutStatus, aq as CheckoutStatusContext, bZ as Location, bW as Business, k as ReorderResult, b4 as OrderStatus, bh as Order, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, P as PriceQuote, g as QuoteUiMessage, ca as Service, cf as AvailableSlot, cg as DayAvailability, cl as CustomerBooking, cr as CancelBookingResult, J as ActivityStateResponse, E as SessionMessage, K as ActivityRecommendation, W as DeliveryFeeResponse, d0 as FxRateResponse, c4 as StorefrontBootstrap, a0 as ChatWidgetStarter, Y as ChatMessage, ab as ElementsOptions, de as AuthenticatedData, da as AddressInfo, db as PaymentMethodInfo, a5 as CimplifyElements, dg as ElementsCheckoutResult, am as ProcessCheckoutOptions, bg as LineItem, cb as Staff, c2 as Room } from './client-
|
|
5
|
-
import { a as CurrencyCode, X as Product, d as Pagination, h as CimplifyError, aa as ProductWithDetails, ap as Category, M as Money, bk as BundleSelectionInput, aP as ComponentSelectionInput, bn as BundleSelectionData, bq as CompositeSelectionData, ar as Collection, aX as ProductTaxonomy, aY as TaxonomyWithChildren, aW as ProductTimeProfile, a$ as Deal, b0 as ProductDealInfo, b1 as DiscountValidation, aw as BundleSummary, aQ as CompositePriceResult, bT as SubscriptionStatus, bU as Subscription, bX as SubscriptionWithDetails, K as CustomAttributeDefinition, Q as PropertyFacet, bQ as ProductBillingPlan, ab as VariantView, af as VariantAxisWithValues, al as AddOnWithOptions, aB as BundleComponentView, au as BundlePriceType, aM as CompositeGroupView, bv as DisplayCart, a6 as ProductInputField, L as CustomAttributeValue, O as ProductProperty, a8 as QuantityPricingTier } from './product-C-xLzh7Q.mjs';
|
|
4
|
+
import { C as CimplifyClient, an as ProcessCheckoutResult, ap as CheckoutStatus, aq as CheckoutStatusContext, bZ as Location, bW as Business, k as ReorderResult, b4 as OrderStatus, bh as Order, d as QuoteBundleSelectionInput, Q as QuoteCompositeSelectionInput, P as PriceQuote, g as QuoteUiMessage, ca as Service, cf as AvailableSlot, cg as DayAvailability, cl as CustomerBooking, cr as CancelBookingResult, J as ActivityStateResponse, E as SessionMessage, K as ActivityRecommendation, W as DeliveryFeeResponse, d0 as FxRateResponse, c4 as StorefrontBootstrap, a0 as ChatWidgetStarter, Y as ChatMessage, ab as ElementsOptions, de as AuthenticatedData, da as AddressInfo, db as PaymentMethodInfo, a5 as CimplifyElements, dg as ElementsCheckoutResult, am as ProcessCheckoutOptions, bg as LineItem, cb as Staff, c2 as Room } from './client-BZZK1txR.mjs';
|
|
5
|
+
import { a as CurrencyCode, X as Product, d as Pagination, h as CimplifyError, aa as ProductWithDetails, ap as Category, M as Money, bk as BundleSelectionInput, aP as ComponentSelectionInput, bn as BundleSelectionData, bq as CompositeSelectionData, ar as Collection, aX as ProductTaxonomy, aY as TaxonomyWithChildren, aW as ProductTimeProfile, a$ as Deal, b0 as ProductDealInfo, b1 as DiscountValidation, aw as BundleSummary, aQ as CompositePriceResult, bT as SubscriptionStatus, bU as Subscription, bX as SubscriptionWithDetails, K as CustomAttributeDefinition, Q as PropertyFacet, bQ as ProductBillingPlan, ab as VariantView, af as VariantAxisWithValues, al as AddOnWithOptions, aB as BundleComponentView, au as BundlePriceType, aM as CompositeGroupView, bv as DisplayCart, a6 as ProductInputField, S as SchedulingMode, x as DurationUnit, L as CustomAttributeValue, O as ProductProperty, a8 as QuantityPricingTier } from './product-C-xLzh7Q.mjs';
|
|
6
6
|
import { P as ProductWithPrice } from './price-BjehlIhG.mjs';
|
|
7
7
|
import { ClassValue } from 'clsx';
|
|
8
|
+
import { Matcher } from 'react-day-picker';
|
|
8
9
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
9
10
|
import './payment-9L_-GWqQ.mjs';
|
|
10
11
|
|
|
@@ -78,10 +79,9 @@ interface CimplifyCheckoutProps {
|
|
|
78
79
|
borderRadius?: string;
|
|
79
80
|
};
|
|
80
81
|
};
|
|
81
|
-
demoMode?: boolean;
|
|
82
82
|
className?: string;
|
|
83
83
|
}
|
|
84
|
-
declare function CimplifyCheckout({ client, businessId, cartId, locationId, linkUrl, orderTypes, defaultOrderType, submitLabel, enrollInLink, onComplete, onError, onStatusChange, appearance,
|
|
84
|
+
declare function CimplifyCheckout({ client, businessId, cartId, locationId, linkUrl, orderTypes, defaultOrderType, submitLabel, enrollInLink, onComplete, onError, onStatusChange, appearance, className, }: CimplifyCheckoutProps): React$1.ReactElement;
|
|
85
85
|
|
|
86
86
|
interface CimplifyAccountProps {
|
|
87
87
|
/** CimplifyClient instance. Falls back to provider context. */
|
|
@@ -134,7 +134,6 @@ interface CimplifyClientContextValue {
|
|
|
134
134
|
country: string;
|
|
135
135
|
locations: Location[];
|
|
136
136
|
isReady: boolean;
|
|
137
|
-
isDemoMode: boolean;
|
|
138
137
|
/** The business's pricing currency (always the base, for API calls). */
|
|
139
138
|
baseCurrency: string;
|
|
140
139
|
/**
|
|
@@ -287,7 +286,6 @@ interface AddToCartOptions {
|
|
|
287
286
|
|
|
288
287
|
interface UseCartOptions {
|
|
289
288
|
client?: CimplifyClient;
|
|
290
|
-
demoMode?: boolean;
|
|
291
289
|
locationId?: string;
|
|
292
290
|
currency?: string;
|
|
293
291
|
}
|
|
@@ -1653,16 +1651,26 @@ interface SlotPickerProps {
|
|
|
1653
1651
|
selectedSlot?: AvailableSlot | null;
|
|
1654
1652
|
/** Called when a slot is selected. */
|
|
1655
1653
|
onSlotSelect?: (slot: AvailableSlot) => void;
|
|
1656
|
-
/** Whether to group slots by time of day. Default: true. */
|
|
1654
|
+
/** Whether to group slots by time of day. Default: true. Ignored when `schedulingMode` is `"multi_day"`. */
|
|
1657
1655
|
groupByTimeOfDay?: boolean;
|
|
1658
1656
|
/** Show price on each slot. Default: true. */
|
|
1659
1657
|
showPrice?: boolean;
|
|
1658
|
+
/**
|
|
1659
|
+
* Service scheduling mode. When `"multi_day"`, each slot renders as a
|
|
1660
|
+
* stay summary (`"3 nights: Fri Apr 5, 3:00 PM → Mon Apr 8, 11:00 AM"`)
|
|
1661
|
+
* instead of the time-of-day label. Defaults to `"intraday"`.
|
|
1662
|
+
*/
|
|
1663
|
+
schedulingMode?: SchedulingMode;
|
|
1664
|
+
/** Service duration unit — used for the stay summary in multi-day mode. */
|
|
1665
|
+
durationUnit?: DurationUnit;
|
|
1666
|
+
/** Service duration value — used for the stay summary in multi-day mode. */
|
|
1667
|
+
durationValue?: number;
|
|
1660
1668
|
/** Text shown when no slots available. */
|
|
1661
1669
|
emptyMessage?: string;
|
|
1662
1670
|
className?: string;
|
|
1663
1671
|
classNames?: SlotPickerClassNames;
|
|
1664
1672
|
}
|
|
1665
|
-
declare function SlotPicker({ slots: slotsProp, serviceId, date, participantCount, selectedSlot, onSlotSelect, groupByTimeOfDay, showPrice, emptyMessage, className, classNames, }: SlotPickerProps): React$1.ReactElement;
|
|
1673
|
+
declare function SlotPicker({ slots: slotsProp, serviceId, date, participantCount, selectedSlot, onSlotSelect, groupByTimeOfDay, showPrice, schedulingMode, durationUnit, durationValue, emptyMessage, className, classNames, }: SlotPickerProps): React$1.ReactElement;
|
|
1666
1674
|
|
|
1667
1675
|
interface DateSlotPickerClassNames {
|
|
1668
1676
|
root?: string;
|
|
@@ -1688,10 +1696,105 @@ interface DateSlotPickerProps {
|
|
|
1688
1696
|
availability?: DayAvailability[];
|
|
1689
1697
|
/** Show price on slots. Default: true. */
|
|
1690
1698
|
showPrice?: boolean;
|
|
1699
|
+
/** Forwarded to `<SlotPicker>` to render multi-day stay labels. */
|
|
1700
|
+
schedulingMode?: SchedulingMode;
|
|
1701
|
+
/** Forwarded to `<SlotPicker>` — unit for the stay summary in multi-day mode. */
|
|
1702
|
+
durationUnit?: DurationUnit;
|
|
1703
|
+
/** Forwarded to `<SlotPicker>` — value for the stay summary in multi-day mode. */
|
|
1704
|
+
durationValue?: number;
|
|
1691
1705
|
className?: string;
|
|
1692
1706
|
classNames?: DateSlotPickerClassNames;
|
|
1693
1707
|
}
|
|
1694
|
-
declare function DateSlotPicker({ serviceId, daysToShow, participantCount, selectedSlot, onSlotSelect, availability: availabilityProp, showPrice, className, classNames, }: DateSlotPickerProps): React$1.ReactElement;
|
|
1708
|
+
declare function DateSlotPicker({ serviceId, daysToShow, participantCount, selectedSlot, onSlotSelect, availability: availabilityProp, showPrice, schedulingMode, durationUnit, durationValue, className, classNames, }: DateSlotPickerProps): React$1.ReactElement;
|
|
1709
|
+
|
|
1710
|
+
interface DatePickerClassNames {
|
|
1711
|
+
/** Outer wrapper around the trigger. */
|
|
1712
|
+
root?: string;
|
|
1713
|
+
/** The trigger button shown when the popover is closed. */
|
|
1714
|
+
trigger?: string;
|
|
1715
|
+
/** The popover panel rendered above/below the trigger. */
|
|
1716
|
+
popup?: string;
|
|
1717
|
+
/** The DayPicker root element. */
|
|
1718
|
+
calendar?: string;
|
|
1719
|
+
/** Selected day cell. */
|
|
1720
|
+
daySelected?: string;
|
|
1721
|
+
/** Today cell. */
|
|
1722
|
+
dayToday?: string;
|
|
1723
|
+
/** Disabled day cell. */
|
|
1724
|
+
dayDisabled?: string;
|
|
1725
|
+
}
|
|
1726
|
+
interface DatePickerProps {
|
|
1727
|
+
/** Controlled value as an ISO date string (`YYYY-MM-DD`). */
|
|
1728
|
+
value?: string;
|
|
1729
|
+
/** Called when the user picks a date. Empty string means "cleared". */
|
|
1730
|
+
onChange?: (value: string) => void;
|
|
1731
|
+
/** Placeholder text shown when no date is selected. */
|
|
1732
|
+
placeholder?: string;
|
|
1733
|
+
/** Earliest selectable date (inclusive). */
|
|
1734
|
+
minDate?: Date;
|
|
1735
|
+
/** Latest selectable date (inclusive). */
|
|
1736
|
+
maxDate?: Date;
|
|
1737
|
+
/** Arbitrary matchers passed through to DayPicker. */
|
|
1738
|
+
disabled?: Matcher | Matcher[];
|
|
1739
|
+
/** When true, the trigger button is disabled. */
|
|
1740
|
+
triggerDisabled?: boolean;
|
|
1741
|
+
/** Native form name. */
|
|
1742
|
+
name?: string;
|
|
1743
|
+
/** Required attribute on the underlying hidden input. */
|
|
1744
|
+
required?: boolean;
|
|
1745
|
+
className?: string;
|
|
1746
|
+
classNames?: DatePickerClassNames;
|
|
1747
|
+
/** Accessible label for the trigger button. */
|
|
1748
|
+
"aria-label"?: string;
|
|
1749
|
+
}
|
|
1750
|
+
/**
|
|
1751
|
+
* Branded date picker for storefront flows. Trigger looks like an input,
|
|
1752
|
+
* click opens a calendar popover. Themable via `classNames`; pairs with
|
|
1753
|
+
* `<TimePicker>` for datetime use cases.
|
|
1754
|
+
*
|
|
1755
|
+
* Use this in place of `<input type="date">` so the calendar UI looks the
|
|
1756
|
+
* same across Chrome, Safari, and Firefox.
|
|
1757
|
+
*/
|
|
1758
|
+
declare function DatePicker({ value, onChange, placeholder, minDate, maxDate, disabled, triggerDisabled, name, required, className, classNames, "aria-label": ariaLabel, }: DatePickerProps): React.ReactElement;
|
|
1759
|
+
|
|
1760
|
+
interface TimePickerClassNames {
|
|
1761
|
+
root?: string;
|
|
1762
|
+
trigger?: string;
|
|
1763
|
+
popup?: string;
|
|
1764
|
+
option?: string;
|
|
1765
|
+
optionSelected?: string;
|
|
1766
|
+
}
|
|
1767
|
+
interface TimePickerProps {
|
|
1768
|
+
/** Controlled value as a 24-hour `HH:mm` string. */
|
|
1769
|
+
value?: string;
|
|
1770
|
+
/** Called when the user picks a time. Empty string means "cleared". */
|
|
1771
|
+
onChange?: (value: string) => void;
|
|
1772
|
+
/** Placeholder shown when no time is selected. */
|
|
1773
|
+
placeholder?: string;
|
|
1774
|
+
/** Earliest selectable time, inclusive. `HH:mm`. Default `"00:00"`. */
|
|
1775
|
+
minTime?: string;
|
|
1776
|
+
/** Latest selectable time, inclusive. `HH:mm`. Default `"23:59"`. */
|
|
1777
|
+
maxTime?: string;
|
|
1778
|
+
/** Minutes between options. Default 30. */
|
|
1779
|
+
stepMinutes?: number;
|
|
1780
|
+
/** Display format: 12-hour with AM/PM, or 24-hour. Default `"12h"`. */
|
|
1781
|
+
displayFormat?: "12h" | "24h";
|
|
1782
|
+
/** Disable the trigger entirely. */
|
|
1783
|
+
triggerDisabled?: boolean;
|
|
1784
|
+
/** Native form name (renders a hidden input with the `HH:mm` value). */
|
|
1785
|
+
name?: string;
|
|
1786
|
+
/** Required attribute on the hidden input. */
|
|
1787
|
+
required?: boolean;
|
|
1788
|
+
className?: string;
|
|
1789
|
+
classNames?: TimePickerClassNames;
|
|
1790
|
+
"aria-label"?: string;
|
|
1791
|
+
}
|
|
1792
|
+
/**
|
|
1793
|
+
* Branded time picker for storefront flows. Trigger shows the formatted
|
|
1794
|
+
* time, click opens a scrollable list of options in 12- or 24-hour format.
|
|
1795
|
+
* Themable via `classNames`; pairs with `<DatePicker>` for datetime inputs.
|
|
1796
|
+
*/
|
|
1797
|
+
declare function TimePicker({ value, onChange, placeholder, minTime, maxTime, stepMinutes, displayFormat, triggerDisabled, name, required, className, classNames, "aria-label": ariaLabel, }: TimePickerProps): React.ReactElement;
|
|
1695
1798
|
|
|
1696
1799
|
interface StaffPickerClassNames {
|
|
1697
1800
|
root?: string;
|
|
@@ -2743,4 +2846,4 @@ interface ChatWidgetProps {
|
|
|
2743
2846
|
}
|
|
2744
2847
|
declare function ChatWidget({ client: clientProp, businessName, greeting, subtitle, starters, placeholder, position, defaultOpen, pollInterval, className, classNames, }: ChatWidgetProps): react_jsx_runtime.JSX.Element;
|
|
2745
2848
|
|
|
2746
|
-
export { AccommodationCard, Ad, AdPosition, type AdProps, AdProvider, AdSlot, AddOnSelector, type AddOnSelectorClassNames, type AddOnSelectorProps, type AddToCartOptions, AddressElement, AuthElement, AvailabilityBadge, type AvailabilityBadgeClassNames, type AvailabilityBadgeProps, BillingPlanSelector, type BillingPlanSelectorClassNames, type BillingPlanSelectorProps, BookingCard, type BookingCardClassNames, type BookingCardProps, BookingList, type BookingListClassNames, type BookingListProps, BookingPage, type BookingPageClassNames, type BookingPageProps, BookingsPage, type BookingsPageClassNames, type BookingsPageProps, BundleProductCard, BundleProductLayout, BundleSelector, type BundleSelectorClassNames, type BundleSelectorProps, CardImage, type CardLayoutProps, CardShell, CardVariant, type CartAddOnOptionSelection, CartDrawer, type CartDrawerProps, CartDrawerProvider, type CartLayoutProps, CartPage, type CartPageClassNames, type CartPageProps, CartSummary, type CartSummaryClassNames, type CartSummaryProps, CartTemplate, type CartVariantSelection, CatalogueCollectionLayout, type CatalogueLayoutProps, CataloguePage, type CataloguePageClassNames, type CataloguePageProps, CatalogueTemplate, CategoryFilter, type CategoryFilterClassNames, type CategoryFilterProps, CategoryGrid, type CategoryGridClassNames, type CategoryGridProps, ChatWidget, type ChatWidgetClassNames, type ChatWidgetProps, CheckoutPage, type CheckoutPageClassNames, type CheckoutPageProps, CimplifyAccount, type CimplifyAccountProps, CimplifyCheckout, type CimplifyCheckoutProps, type CimplifyClientContextValue, type CimplifyContextValue, CimplifyProvider, type CimplifyProviderProps, type CollectionLayoutProps, CollectionPage, type CollectionPageClassNames, type CollectionPageProps, CollectionTemplate, CompactCartLayout, CompactCatalogueLayout, CompactSearchLayout, CompactServiceCard, CompositeProductCard, CompositeProductLayout, CompositeSelector, type CompositeSelectorClassNames, type CompositeSelectorProps, CurrencySelector, type CurrencySelectorClassNames, type CurrencySelectorProps, CustomAttributesTable, CustomerInputFields, type CustomerInputFieldsClassNames, type CustomerInputFieldsProps, DateSlotPicker, type DateSlotPickerClassNames, type DateSlotPickerProps, DealBanner, type DealBannerClassNames, type DealBannerProps, DealsPage, type DealsPageClassNames, type DealsPageProps, DefaultCartLayout, DefaultCatalogueLayout, DefaultCollectionLayout, DefaultProductLayout, DefaultSearchLayout, DeliveryEstimate, type DeliveryEstimateClassNames, type DeliveryEstimateProps, DigitalProductCard, DigitalProductLayout, DiscountInput, type DiscountInputClassNames, type DiscountInputProps, ElementsProvider, FeaturedCollectionLayout, FoodProductCard, FoodProductLayout, InventoryBadge, LeaseServiceCard, LocationPicker, type LocationPickerClassNames, type LocationPickerProps, MetadataStringList, OrderDetailPage, type OrderDetailPageClassNames, type OrderDetailPageProps, OrderHistory, type OrderHistoryClassNames, OrderHistoryPage, type OrderHistoryPageClassNames, type OrderHistoryPageProps, type OrderHistoryProps, OrderSummary, type OrderSummaryClassNames, type OrderSummaryProps, PaymentElement, Price, type PriceProps, PriceRange, type PriceRangeProps, ProductCard, type ProductCardClassNames, type ProductCardProps, ProductCustomizer, type ProductCustomizerClassNames, type ProductCustomizerProps, ProductGrid, type ProductGridClassNames, type ProductGridProps, ProductImageGallery, type ProductImageGalleryProps, type ProductLayoutProps, ProductPage, type ProductPageClassNames, type ProductPageProps, ProductSheet, type ProductSheetClassNames, type ProductSheetProps, ProductTemplate, PropertiesTable, QuantitySelector, type QuantitySelectorClassNames, type QuantitySelectorProps, QuickAddButton, RecentlyViewed, type RecentlyViewedClassNames, type RecentlyViewedProps, RecommendationCarousel, type RecommendationCarouselClassNames, type RecommendationCarouselProps, RelatedProductsSection, RentalServiceCard, type Resource, ResourcePicker, type ResourcePickerClassNames, type ResourcePickerProps, RetailProductCard, SaleBadge, type SaleBadgeClassNames, type SaleBadgeProps, ScheduleServiceCard, SearchInput, type SearchInputClassNames, type SearchInputProps, type SearchLayoutProps, SearchPage, type SearchPageClassNames, type SearchPageProps, SearchTemplate, type ServiceCardLayoutProps, ServiceProductLayout, SessionMessageBanner, type SessionMessageBannerClassNames, type SessionMessageBannerProps, SlotPicker, type SlotPickerClassNames, type SlotPickerProps, SoldOutOverlay, StaffPicker, type StaffPickerClassNames, type StaffPickerProps, StandardServiceCard, StoreNav, type StoreNavClassNames, type StoreNavProps, SubscriptionCard, TagPills, TwoColumnGrid, type UseActivityStateOptions, type UseActivityStateResult, type UseAttributeDefinitionsOptions, type UseAttributeDefinitionsResult, type UseAvailableSlotsOptions, type UseAvailableSlotsResult, type UseBillingPlansOptions, type UseBillingPlansResult, type UseBookingsOptions, type UseBookingsResult, type UseBootstrapOptions, type UseBootstrapResult, type UseBundlesOptions, type UseBundlesResult, type UseCartItem, type UseCartOptions, type UseCartResult, type UseCategoriesOptions, type UseCategoriesResult, type UseChatOptions, type UseChatResult, type UseCollectionOptions, type UseCollectionResult, type UseCollectionsOptions, type UseCollectionsResult, type UseDealsOptions, type UseDealsResult, type UseDeliveryFeeOptions, type UseDeliveryFeeResult, type UseFxRateOptions, type UseFxRateResult, type UseLocationsOptions, type UseLocationsResult, type UseOrderOptions, type UseOrderResult, type UseOrdersOptions, type UseOrdersResult, type UseProductAvailabilityOptions, type UseProductAvailabilityResult, type UseProductDealsOptions, type UseProductDealsResult, type UseProductOptions, type UseProductPriceInput, type UseProductPriceResult, type UseProductResult, type UseProductSchedulesOptions, type UseProductSchedulesResult, type UseProductsOnSaleOptions, type UseProductsOnSaleResult, type UseProductsOptions, type UseProductsResult, type UsePropertyFacetsOptions, type UsePropertyFacetsResult, type UseQuoteInput, type UseQuoteOptions, type UseQuoteResult, type UseRecommendationsOptions, type UseRecommendationsResult, type UseSearchOptions, type UseSearchResult, type UseServiceAvailabilityOptions, type UseServiceAvailabilityResult, type UseServicesOptions, type UseServicesResult, type UseTaxonomiesOptions, type UseTaxonomiesResult, type UseTaxonomyOptions, type UseTaxonomyPathOptions, type UseTaxonomyPathResult, type UseTaxonomyResult, type UseValidateDiscountOptions, type UseValidateDiscountResult, type UseVariantSelectorOptions, type UseVariantSelectorResult, VariantSelector, type VariantSelectorClassNames, type VariantSelectorProps, VolumePricing, type VolumePricingClassNames, type VolumePricingProps, WholesaleProductCard, WholesaleProductLayout, WishlistButton, cn, roomToResource, useActivityState, useAds, useAttributeDefinitions, useAvailableSlots, useBillingPlans, useBookings, useBootstrap, useBundles, useCart, useCartDrawer, useCategories, useChat, useCheckout, useCimplify, useCimplifyClient, useCollection, useCollections, useDeals, useDeliveryFee, useElements, useElementsReady, useFxRate, useLocations, useOptionalCimplify, useOrder, useOrders, useProduct, useProductAvailability, useProductDeals, useProductPrice, useProductSchedules, useProducts, useProductsOnSale, usePropertyFacets, useQuote, useRecommendations, useSearch, useServiceAvailability, useServices, useSubscription, useSubscriptions, useTaxonomies, useTaxonomy, useTaxonomyPath, useValidateDiscount, useVariantSelector };
|
|
2849
|
+
export { AccommodationCard, Ad, AdPosition, type AdProps, AdProvider, AdSlot, AddOnSelector, type AddOnSelectorClassNames, type AddOnSelectorProps, type AddToCartOptions, AddressElement, AuthElement, AvailabilityBadge, type AvailabilityBadgeClassNames, type AvailabilityBadgeProps, BillingPlanSelector, type BillingPlanSelectorClassNames, type BillingPlanSelectorProps, BookingCard, type BookingCardClassNames, type BookingCardProps, BookingList, type BookingListClassNames, type BookingListProps, BookingPage, type BookingPageClassNames, type BookingPageProps, BookingsPage, type BookingsPageClassNames, type BookingsPageProps, BundleProductCard, BundleProductLayout, BundleSelector, type BundleSelectorClassNames, type BundleSelectorProps, CardImage, type CardLayoutProps, CardShell, CardVariant, type CartAddOnOptionSelection, CartDrawer, type CartDrawerProps, CartDrawerProvider, type CartLayoutProps, CartPage, type CartPageClassNames, type CartPageProps, CartSummary, type CartSummaryClassNames, type CartSummaryProps, CartTemplate, type CartVariantSelection, CatalogueCollectionLayout, type CatalogueLayoutProps, CataloguePage, type CataloguePageClassNames, type CataloguePageProps, CatalogueTemplate, CategoryFilter, type CategoryFilterClassNames, type CategoryFilterProps, CategoryGrid, type CategoryGridClassNames, type CategoryGridProps, ChatWidget, type ChatWidgetClassNames, type ChatWidgetProps, CheckoutPage, type CheckoutPageClassNames, type CheckoutPageProps, CimplifyAccount, type CimplifyAccountProps, CimplifyCheckout, type CimplifyCheckoutProps, type CimplifyClientContextValue, type CimplifyContextValue, CimplifyProvider, type CimplifyProviderProps, type CollectionLayoutProps, CollectionPage, type CollectionPageClassNames, type CollectionPageProps, CollectionTemplate, CompactCartLayout, CompactCatalogueLayout, CompactSearchLayout, CompactServiceCard, CompositeProductCard, CompositeProductLayout, CompositeSelector, type CompositeSelectorClassNames, type CompositeSelectorProps, CurrencySelector, type CurrencySelectorClassNames, type CurrencySelectorProps, CustomAttributesTable, CustomerInputFields, type CustomerInputFieldsClassNames, type CustomerInputFieldsProps, DatePicker, type DatePickerClassNames, type DatePickerProps, DateSlotPicker, type DateSlotPickerClassNames, type DateSlotPickerProps, DealBanner, type DealBannerClassNames, type DealBannerProps, DealsPage, type DealsPageClassNames, type DealsPageProps, DefaultCartLayout, DefaultCatalogueLayout, DefaultCollectionLayout, DefaultProductLayout, DefaultSearchLayout, DeliveryEstimate, type DeliveryEstimateClassNames, type DeliveryEstimateProps, DigitalProductCard, DigitalProductLayout, DiscountInput, type DiscountInputClassNames, type DiscountInputProps, ElementsProvider, FeaturedCollectionLayout, FoodProductCard, FoodProductLayout, InventoryBadge, LeaseServiceCard, LocationPicker, type LocationPickerClassNames, type LocationPickerProps, MetadataStringList, OrderDetailPage, type OrderDetailPageClassNames, type OrderDetailPageProps, OrderHistory, type OrderHistoryClassNames, OrderHistoryPage, type OrderHistoryPageClassNames, type OrderHistoryPageProps, type OrderHistoryProps, OrderSummary, type OrderSummaryClassNames, type OrderSummaryProps, PaymentElement, Price, type PriceProps, PriceRange, type PriceRangeProps, ProductCard, type ProductCardClassNames, type ProductCardProps, ProductCustomizer, type ProductCustomizerClassNames, type ProductCustomizerProps, ProductGrid, type ProductGridClassNames, type ProductGridProps, ProductImageGallery, type ProductImageGalleryProps, type ProductLayoutProps, ProductPage, type ProductPageClassNames, type ProductPageProps, ProductSheet, type ProductSheetClassNames, type ProductSheetProps, ProductTemplate, PropertiesTable, QuantitySelector, type QuantitySelectorClassNames, type QuantitySelectorProps, QuickAddButton, RecentlyViewed, type RecentlyViewedClassNames, type RecentlyViewedProps, RecommendationCarousel, type RecommendationCarouselClassNames, type RecommendationCarouselProps, RelatedProductsSection, RentalServiceCard, type Resource, ResourcePicker, type ResourcePickerClassNames, type ResourcePickerProps, RetailProductCard, SaleBadge, type SaleBadgeClassNames, type SaleBadgeProps, ScheduleServiceCard, SearchInput, type SearchInputClassNames, type SearchInputProps, type SearchLayoutProps, SearchPage, type SearchPageClassNames, type SearchPageProps, SearchTemplate, type ServiceCardLayoutProps, ServiceProductLayout, SessionMessageBanner, type SessionMessageBannerClassNames, type SessionMessageBannerProps, SlotPicker, type SlotPickerClassNames, type SlotPickerProps, SoldOutOverlay, StaffPicker, type StaffPickerClassNames, type StaffPickerProps, StandardServiceCard, StoreNav, type StoreNavClassNames, type StoreNavProps, SubscriptionCard, TagPills, TimePicker, type TimePickerClassNames, type TimePickerProps, TwoColumnGrid, type UseActivityStateOptions, type UseActivityStateResult, type UseAttributeDefinitionsOptions, type UseAttributeDefinitionsResult, type UseAvailableSlotsOptions, type UseAvailableSlotsResult, type UseBillingPlansOptions, type UseBillingPlansResult, type UseBookingsOptions, type UseBookingsResult, type UseBootstrapOptions, type UseBootstrapResult, type UseBundlesOptions, type UseBundlesResult, type UseCartItem, type UseCartOptions, type UseCartResult, type UseCategoriesOptions, type UseCategoriesResult, type UseChatOptions, type UseChatResult, type UseCollectionOptions, type UseCollectionResult, type UseCollectionsOptions, type UseCollectionsResult, type UseDealsOptions, type UseDealsResult, type UseDeliveryFeeOptions, type UseDeliveryFeeResult, type UseFxRateOptions, type UseFxRateResult, type UseLocationsOptions, type UseLocationsResult, type UseOrderOptions, type UseOrderResult, type UseOrdersOptions, type UseOrdersResult, type UseProductAvailabilityOptions, type UseProductAvailabilityResult, type UseProductDealsOptions, type UseProductDealsResult, type UseProductOptions, type UseProductPriceInput, type UseProductPriceResult, type UseProductResult, type UseProductSchedulesOptions, type UseProductSchedulesResult, type UseProductsOnSaleOptions, type UseProductsOnSaleResult, type UseProductsOptions, type UseProductsResult, type UsePropertyFacetsOptions, type UsePropertyFacetsResult, type UseQuoteInput, type UseQuoteOptions, type UseQuoteResult, type UseRecommendationsOptions, type UseRecommendationsResult, type UseSearchOptions, type UseSearchResult, type UseServiceAvailabilityOptions, type UseServiceAvailabilityResult, type UseServicesOptions, type UseServicesResult, type UseTaxonomiesOptions, type UseTaxonomiesResult, type UseTaxonomyOptions, type UseTaxonomyPathOptions, type UseTaxonomyPathResult, type UseTaxonomyResult, type UseValidateDiscountOptions, type UseValidateDiscountResult, type UseVariantSelectorOptions, type UseVariantSelectorResult, VariantSelector, type VariantSelectorClassNames, type VariantSelectorProps, VolumePricing, type VolumePricingClassNames, type VolumePricingProps, WholesaleProductCard, WholesaleProductLayout, WishlistButton, cn, roomToResource, useActivityState, useAds, useAttributeDefinitions, useAvailableSlots, useBillingPlans, useBookings, useBootstrap, useBundles, useCart, useCartDrawer, useCategories, useChat, useCheckout, useCimplify, useCimplifyClient, useCollection, useCollections, useDeals, useDeliveryFee, useElements, useElementsReady, useFxRate, useLocations, useOptionalCimplify, useOrder, useOrders, useProduct, useProductAvailability, useProductDeals, useProductPrice, useProductSchedules, useProducts, useProductsOnSale, usePropertyFacets, useQuote, useRecommendations, useSearch, useServiceAvailability, useServices, useSubscription, useSubscriptions, useTaxonomies, useTaxonomy, useTaxonomyPath, useValidateDiscount, useVariantSelector };
|