@shipengine/elements 0.21.3 → 0.21.4

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.
Files changed (133) hide show
  1. package/index.cjs +787 -1057
  2. package/index.js +694 -955
  3. package/package.json +2 -6
  4. package/src/components/error-fallback/error-fallback.d.ts +9 -0
  5. package/src/components/error-fallback/index.d.ts +1 -0
  6. package/src/components/field/money-input/hooks/use-utils.d.ts +1 -1
  7. package/src/components/field/money-input/money-input.d.ts +1 -1
  8. package/src/components/field/rate-card/cost-breakdown/cost-breakdown.d.ts +1 -1
  9. package/src/components/field/rate-card/rate-card.d.ts +1 -2
  10. package/src/components/history/history-card/history-card.d.ts +1 -1
  11. package/src/components/index.d.ts +1 -1
  12. package/src/components/items-breakdown/items-breakdown.d.ts +1 -1
  13. package/src/components/label-layout/label-layout-purchase.d.ts +1 -1
  14. package/src/components/label-layout/label-layout-settings.d.ts +1 -1
  15. package/src/components/templates/add-carrier-form/add-carrier-form.d.ts +1 -1
  16. package/src/components/templates/address-display/address-display.d.ts +1 -1
  17. package/src/components/templates/address-form/address-form.d.ts +1 -1
  18. package/src/components/templates/address-preference-display/address-preference-display.d.ts +1 -1
  19. package/src/components/templates/address-preference-select/address-preference-select.d.ts +1 -1
  20. package/src/components/templates/carrier-recovery-form/carrier-recovery-form.d.ts +1 -1
  21. package/src/components/templates/carrier-terms-form/carrier-terms-form.d.ts +1 -1
  22. package/src/components/templates/customs-item-form/customs-item-form.d.ts +1 -1
  23. package/src/components/templates/customs-items-display/customs-items-display.d.ts +1 -1
  24. package/src/components/templates/label/label.d.ts +1 -1
  25. package/src/components/templates/list-carriers/list-carriers.d.ts +2 -2
  26. package/src/components/templates/list-carriers-row/list-carriers-row.d.ts +2 -2
  27. package/src/components/templates/manage-warehouses/manage-warehouses.d.ts +1 -1
  28. package/src/components/templates/onboarding/onboarding.d.ts +1 -1
  29. package/src/components/templates/rate-form/rate-form.d.ts +1 -1
  30. package/src/components/templates/shipment/shipment.d.ts +1 -1
  31. package/src/components/templates/shipment-form/shipment-form.d.ts +1 -1
  32. package/src/components/templates/shipment-form/shipment-schema.d.ts +1 -1
  33. package/src/components/templates/suspend-sales-order/suspend-sales-order.d.ts +1 -1
  34. package/src/components/templates/suspend-shipment/suspend-shipment.d.ts +1 -1
  35. package/src/components/templates/void-label/void-label.d.ts +1 -1
  36. package/src/components/templates/wallet-form/edit-wallet-address-form.d.ts +1 -1
  37. package/src/components/templates/wallet-form/wallet-form.d.ts +1 -1
  38. package/src/components/templates/wallet-form/wallet-schema.d.ts +1 -1
  39. package/src/components/templates/warehouse-display/warehouse-display.d.ts +1 -1
  40. package/src/components/templates/warehouse-form/warehouse-form.d.ts +1 -1
  41. package/src/elements/{components/configure-shipment → configure-shipment}/configure-shipment.d.ts +3 -3
  42. package/src/elements/{components/configure-shipment → configure-shipment}/hooks/use-address.d.ts +3 -3
  43. package/src/elements/{components/configure-shipment → configure-shipment}/hooks/use-customs.d.ts +1 -1
  44. package/src/elements/{components/configure-shipment → configure-shipment}/hooks/use-presets.d.ts +2 -2
  45. package/src/elements/{components/configure-shipment → configure-shipment}/hooks/use-rates-form.d.ts +1 -1
  46. package/src/elements/{components/configure-shipment → configure-shipment}/hooks/use-request-rates.d.ts +1 -1
  47. package/src/elements/{components/configure-shipment → configure-shipment}/hooks/use-shipment-form.d.ts +5 -5
  48. package/src/elements/index.d.ts +6 -6
  49. package/src/elements/{components/list-carriers → list-carriers}/hooks/use-list-connected-carriers.d.ts +3 -3
  50. package/src/elements/list-carriers/index.d.ts +1 -0
  51. package/src/elements/list-carriers/list-carriers.d.ts +578 -0
  52. package/src/elements/manage-warehouses/index.d.ts +1 -0
  53. package/src/elements/manage-warehouses/manage-warehouses.d.ts +582 -0
  54. package/src/elements/onboarding/index.d.ts +1 -0
  55. package/src/elements/onboarding/onboarding.d.ts +581 -0
  56. package/src/elements/{components/purchase-label → purchase-label}/hooks/use-configure-shipment.d.ts +1 -1
  57. package/src/elements/{components/purchase-label → purchase-label}/hooks/use-import-sales-order.d.ts +2 -2
  58. package/src/elements/{components/purchase-label → purchase-label}/hooks/use-load-shipment.d.ts +3 -3
  59. package/src/elements/{components/purchase-label → purchase-label}/hooks/use-pending-shipment.d.ts +1 -1
  60. package/src/elements/purchase-label/index.d.ts +1 -0
  61. package/src/elements/{components/purchase-label → purchase-label}/purchase-label-by-sales-order.d.ts +1 -1
  62. package/src/elements/purchase-label/purchase-label.d.ts +584 -0
  63. package/src/elements/view-shipment/index.d.ts +1 -0
  64. package/src/elements/view-shipment/view-shipment.d.ts +590 -0
  65. package/src/elements/void-label/index.d.ts +1 -0
  66. package/src/elements/void-label/void-label.d.ts +585 -0
  67. package/src/factories/shipengine/address.d.ts +1 -1
  68. package/src/factories/shipengine/carrier.d.ts +1 -1
  69. package/src/factories/shipengine/label.d.ts +1 -1
  70. package/src/factories/shipengine/money.d.ts +1 -1
  71. package/src/factories/shipengine/order-source.d.ts +1 -1
  72. package/src/factories/shipengine/package.d.ts +1 -1
  73. package/src/factories/shipengine/resource.d.ts +1 -1
  74. package/src/factories/shipengine/sales-order.d.ts +1 -1
  75. package/src/factories/shipengine/service.d.ts +1 -1
  76. package/src/factories/shipengine/shipment.d.ts +1 -1
  77. package/src/factories/shipengine/wallet-history.d.ts +1 -1
  78. package/src/factories/shipengine/warehouse.d.ts +1 -1
  79. package/src/factories/shipengine/weight.d.ts +1 -1
  80. package/src/hooks/index.d.ts +0 -1
  81. package/src/hooks/options/use-confirmation-options.d.ts +1 -1
  82. package/src/hooks/options/use-customs-contents-options.d.ts +1 -1
  83. package/src/hooks/options/use-customs-non-delivery-options.d.ts +1 -1
  84. package/src/hooks/options/use-insurance-provider-options.d.ts +1 -1
  85. package/src/hooks/options/use-package-options.d.ts +1 -1
  86. package/src/hooks/options/use-rate-options.d.ts +1 -1
  87. package/src/hooks/options/use-service-code-options.d.ts +1 -1
  88. package/src/hooks/options/use-warehouse-options.d.ts +1 -1
  89. package/src/hooks/use-address-validation.d.ts +1 -1
  90. package/src/hooks/use-carrier-metadata.d.ts +1 -1
  91. package/src/hooks/use-elements.d.ts +1 -1
  92. package/src/hooks/use-scrub-errors.d.ts +1 -1
  93. package/src/index.d.ts +0 -2
  94. package/src/mocks/carriers/handlers.d.ts +1 -1
  95. package/src/mocks/warehouses/handlers.d.ts +1 -1
  96. package/src/schemas/shipengine/money.d.ts +1 -1
  97. package/src/types/carrier-metadata.d.ts +1 -1
  98. package/src/types/shipping-preset/shipping-preset.d.ts +1 -1
  99. package/src/utilities/money.d.ts +1 -1
  100. package/src/utilities/rates.d.ts +1 -1
  101. package/src/utilities/shipengine/address.d.ts +1 -1
  102. package/src/utilities/shipengine/dimensions.d.ts +1 -1
  103. package/src/utilities/shipengine/sales-order.d.ts +1 -1
  104. package/src/utilities/shipengine/shipment.d.ts +1 -1
  105. package/src/utilities/shipengine/weight.d.ts +1 -1
  106. package/src/components/error-boundary/error-boundary.d.ts +0 -31
  107. package/src/components/error-boundary/index.d.ts +0 -1
  108. package/src/elements/components/index.d.ts +0 -7
  109. package/src/elements/components/list-carriers/index.d.ts +0 -1
  110. package/src/elements/components/list-carriers/list-carriers.d.ts +0 -1
  111. package/src/elements/components/manage-warehouses/index.d.ts +0 -1
  112. package/src/elements/components/manage-warehouses/manage-warehouses.d.ts +0 -5
  113. package/src/elements/components/onboarding/index.d.ts +0 -1
  114. package/src/elements/components/onboarding/onboarding.d.ts +0 -4
  115. package/src/elements/components/purchase-label/index.d.ts +0 -3
  116. package/src/elements/components/purchase-label/purchase-label.d.ts +0 -6
  117. package/src/elements/components/shipment/index.d.ts +0 -1
  118. package/src/elements/components/shipment/shipment.d.ts +0 -13
  119. package/src/elements/components/void-label/index.d.ts +0 -1
  120. package/src/elements/components/void-label/void-label.d.ts +0 -8
  121. package/src/elements/list-carriers.d.ts +0 -1
  122. package/src/elements/manage-warehouses.d.ts +0 -1
  123. package/src/elements/onboarding.d.ts +0 -1
  124. package/src/elements/purchase-label.d.ts +0 -3
  125. package/src/elements/view-shipment.d.ts +0 -1
  126. package/src/elements/void-label.d.ts +0 -1
  127. package/src/providers/giger-provider.d.ts +0 -8
  128. package/src/providers/index.d.ts +0 -1
  129. package/src/register.d.ts +0 -16
  130. /package/src/elements/{components/configure-shipment → configure-shipment}/hooks/index.d.ts +0 -0
  131. /package/src/elements/{components/configure-shipment → configure-shipment}/index.d.ts +0 -0
  132. /package/src/elements/{components/purchase-label → purchase-label}/hooks/index.d.ts +0 -0
  133. /package/src/elements/{components/purchase-label → purchase-label}/purchase-label-by-shipment.d.ts +0 -0
@@ -0,0 +1,582 @@
1
+ /// <reference types="react" />
2
+ import { Templates } from "../../components";
3
+ export type ComponentProps = {
4
+ onWarehouseAddressValidation?: (originAddressPreference: Templates.AddressPreference, returnAddressPreference?: Templates.AddressPreference) => Promise<void> | void;
5
+ };
6
+ export declare const Component: ({ onWarehouseAddressValidation }: ComponentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
7
+ export declare const Element: ({ resources, ...props }: ComponentProps & {
8
+ resources?: {
9
+ en: {
10
+ "wallet-history": {
11
+ actions: {
12
+ downloadCsv: string;
13
+ chooseDate: string;
14
+ };
15
+ dateRange: string;
16
+ historyOptions: {
17
+ custom: string;
18
+ last30days: string;
19
+ thisMonth: string;
20
+ lastMonth: string;
21
+ };
22
+ };
23
+ "void-label": {
24
+ actions: {
25
+ complete: string;
26
+ confirmVoid: string;
27
+ viewShipment: string;
28
+ };
29
+ resultMessages: {
30
+ approved: string;
31
+ rejected: string;
32
+ };
33
+ refund_process: string;
34
+ refund_rules: string;
35
+ resultTitles: {
36
+ approved: string;
37
+ rejected: string;
38
+ };
39
+ sections: {
40
+ salesOrder: string;
41
+ };
42
+ };
43
+ "view-shipment": {
44
+ actions: {
45
+ buyAnotherLabel: string;
46
+ hideItems: string;
47
+ printForms: string;
48
+ printLabel: string;
49
+ schedulePickup: string;
50
+ showItems: string;
51
+ void: string;
52
+ };
53
+ fields: {
54
+ dimensions: string;
55
+ estimatedShipping: string;
56
+ items: string;
57
+ orderDate: string;
58
+ orderValue: string;
59
+ requestedShipping: string;
60
+ shipDate: string;
61
+ shipTo: string;
62
+ warehouse: string;
63
+ weight: string;
64
+ insuredValue: string;
65
+ deliveryConfirmation: string;
66
+ };
67
+ highVolumeForms: string;
68
+ multipleShippingServices: string;
69
+ sections: {
70
+ labels: string;
71
+ };
72
+ };
73
+ "register-wallet": {
74
+ sections: {
75
+ setup: {
76
+ title: string;
77
+ subtitle: string;
78
+ descriptionTitle: string;
79
+ description: string;
80
+ };
81
+ billing: {
82
+ title: string;
83
+ cardSubTitle: string;
84
+ addressSubTitle: string;
85
+ info: string;
86
+ };
87
+ carriers: {
88
+ title: string;
89
+ subtitle: string;
90
+ };
91
+ notifications: {
92
+ error: {
93
+ title: string;
94
+ };
95
+ info: {
96
+ title: string;
97
+ description: string;
98
+ };
99
+ poBox: {
100
+ title: string;
101
+ description: string;
102
+ };
103
+ carrier: {
104
+ title: string;
105
+ confirmAddress: string;
106
+ description: string;
107
+ };
108
+ };
109
+ };
110
+ settings: {
111
+ title: string;
112
+ billing: {
113
+ title: string;
114
+ subtitle: string;
115
+ };
116
+ };
117
+ };
118
+ "register-carrier": {
119
+ formTitle: string;
120
+ agreeToTerms: string;
121
+ };
122
+ "purchase-label": {
123
+ actions: {
124
+ calculateRates_one: string;
125
+ calculateRates_other: string;
126
+ hideItems: string;
127
+ purchaseLabel: string;
128
+ purchaseNow: string;
129
+ showItems: string;
130
+ showMoreRates: string;
131
+ showFewerRates: string;
132
+ saveRate: string;
133
+ };
134
+ balance: {
135
+ currentBalance: string;
136
+ insufficientBalanceCTA: string;
137
+ };
138
+ cta: {
139
+ addPackageDetails: string;
140
+ };
141
+ errorMessages: {
142
+ customsItemsRequired: string;
143
+ invalidAddress: string;
144
+ noRates: string;
145
+ salesOrderNotLoaded: string;
146
+ unsupportedAddress: string;
147
+ };
148
+ errorTypes: {
149
+ results: string;
150
+ };
151
+ fields: {
152
+ addOns: string;
153
+ contentDescription: string;
154
+ confirmation: string;
155
+ dimensions: {
156
+ length: string;
157
+ width: string;
158
+ height: string;
159
+ };
160
+ dimensionsGroup: string;
161
+ estimatedShipping: string;
162
+ insurance: string;
163
+ insuranceProvider: string;
164
+ insuredValue: string;
165
+ items: string;
166
+ orderDate: string;
167
+ orderValue: string;
168
+ packageCode: string;
169
+ requestedShipping: string;
170
+ shipDate: string;
171
+ service: string;
172
+ shipTo: string;
173
+ warehouse: string;
174
+ weight: {
175
+ whole: string;
176
+ fractional: string;
177
+ };
178
+ weightGroup: string;
179
+ };
180
+ hints: {
181
+ contentDescription: string;
182
+ };
183
+ loading: {
184
+ calculatingRates: string;
185
+ };
186
+ modes: {
187
+ browseRates: string;
188
+ selectService: string;
189
+ };
190
+ multipleShippingServices: string;
191
+ recommendedRates: {
192
+ recommended: string;
193
+ stayInformed: string;
194
+ };
195
+ schemaErrors: {
196
+ shipFromUnitedStatesOnly: string;
197
+ shipFromAddressRequired: string;
198
+ needToAcknowledge: string;
199
+ };
200
+ rates: {
201
+ uspsMediaMailAcknowledgement: string;
202
+ };
203
+ shipToAddressFormFields: string;
204
+ sections: {
205
+ customsForm: string;
206
+ shipment: string;
207
+ rate_one: string;
208
+ rate_other: string;
209
+ };
210
+ };
211
+ onboarding: {
212
+ inlineTitle: string;
213
+ landing: {
214
+ action: string;
215
+ title: string;
216
+ subtitle: string;
217
+ welcome: string;
218
+ messageLine1: string;
219
+ messageLine2: string;
220
+ };
221
+ steps: {
222
+ login: string;
223
+ carriers: string;
224
+ addresses: string;
225
+ payment: string;
226
+ };
227
+ warehouse: {
228
+ title: string;
229
+ subtitle: string;
230
+ inlineMessage: string;
231
+ };
232
+ success: {
233
+ title: string;
234
+ subtitle: string;
235
+ action: string;
236
+ };
237
+ };
238
+ "manage-defaults": {
239
+ units: {
240
+ title: string;
241
+ dimensions: {
242
+ title: string;
243
+ standard: string;
244
+ metric: string;
245
+ };
246
+ weight: {
247
+ title: string;
248
+ standard: string;
249
+ g: string;
250
+ kg: string;
251
+ };
252
+ };
253
+ label: {
254
+ letter: {
255
+ title: string;
256
+ description: string;
257
+ };
258
+ purchase: {
259
+ title: string;
260
+ description: string;
261
+ };
262
+ thermal: {
263
+ title: string;
264
+ description: string;
265
+ };
266
+ title: string;
267
+ };
268
+ };
269
+ "manage-warehouses": {
270
+ addNew: string;
271
+ editWarehouse: string;
272
+ contactName: string;
273
+ default: string;
274
+ isDefault: string;
275
+ locationName: string;
276
+ residentialAddress: string;
277
+ returnTo: string;
278
+ returnToAddressIsDifferent: string;
279
+ setDefault: string;
280
+ shipFrom: string;
281
+ };
282
+ "manage-funding": {
283
+ actions: {
284
+ addFunds: string;
285
+ addFundsAndPurchase: string;
286
+ addNow: string;
287
+ saveRule: string;
288
+ };
289
+ autoFunding: {
290
+ edit: string;
291
+ editSettings: string;
292
+ error: {
293
+ title: string;
294
+ message: string;
295
+ };
296
+ isEnabledCTA: string;
297
+ isEnabled: string;
298
+ isLoading: string;
299
+ lowBalancePurchaseThreshold: string;
300
+ maximumPurchasesPerDay: string;
301
+ purchaseAmount: string;
302
+ readSettings: string;
303
+ };
304
+ addFunds: {
305
+ custom: string;
306
+ error: {
307
+ title: string;
308
+ message: string;
309
+ };
310
+ isLoading: string;
311
+ labels: {
312
+ amount: string;
313
+ };
314
+ minimumPurchaseAmount: string;
315
+ other: string;
316
+ };
317
+ fundAndPurchase: {
318
+ finalBalance: string;
319
+ insufficientFunds: string;
320
+ insufficientFundsTitle: string;
321
+ negativeBalance: string;
322
+ negativeBalanceTitle: string;
323
+ newBalance: string;
324
+ };
325
+ errors: {
326
+ balanceUnknown: string;
327
+ unableToFindBalance: string;
328
+ };
329
+ currentBalance: string;
330
+ maximumBalanceAmount: string;
331
+ };
332
+ "list-carriers": {
333
+ headers: {
334
+ accountCarriers: string;
335
+ carriers: string;
336
+ settings: string;
337
+ };
338
+ actions: {
339
+ status: {
340
+ connected: string;
341
+ notConnected: string;
342
+ };
343
+ };
344
+ };
345
+ common: {
346
+ actions: {
347
+ add: string;
348
+ cancel: string;
349
+ close: string;
350
+ confirm: string;
351
+ continue: string;
352
+ delete: string;
353
+ edit: string;
354
+ hide: string;
355
+ parse: string;
356
+ purchase: string;
357
+ remove: string;
358
+ save: string;
359
+ skipForNow: string;
360
+ submit: string;
361
+ tryAgain: string;
362
+ };
363
+ address: {
364
+ fields: {
365
+ name: string;
366
+ company: string;
367
+ countryCode: string;
368
+ addressLine1: string;
369
+ addressLine2: string;
370
+ cityLocality: string;
371
+ stateProvince: string;
372
+ postalCode: string;
373
+ phone: string;
374
+ email: string;
375
+ addressResidentialIndicator: string;
376
+ };
377
+ noResults: string;
378
+ subFields: {
379
+ optional: string;
380
+ };
381
+ parserFields: {
382
+ fullAddress: string;
383
+ };
384
+ paste: string;
385
+ preference: {
386
+ confirm: string;
387
+ addressNotValidated: string;
388
+ modified: string;
389
+ title: string;
390
+ originalAddress: string;
391
+ matchedAddress: string;
392
+ unableToValidate: string;
393
+ use: {
394
+ originalAddress: string;
395
+ matchedAddress: string;
396
+ };
397
+ };
398
+ validation: {
399
+ notValidated: string;
400
+ validated: string;
401
+ };
402
+ };
403
+ billing: {
404
+ fields: {
405
+ differentBillingAddress: string;
406
+ name: string;
407
+ cardNumber: string;
408
+ expiration: string;
409
+ cvv: string;
410
+ cvvPlaceholder: string;
411
+ expirationPlaceholder: string;
412
+ cardNumberPlaceholder: string;
413
+ };
414
+ };
415
+ carriers: {
416
+ fields: {
417
+ agreement: string;
418
+ };
419
+ terms: {
420
+ agreeToTerms: string;
421
+ title: string;
422
+ };
423
+ };
424
+ charsetWarnings: {
425
+ name: {
426
+ message: string;
427
+ };
428
+ address: {
429
+ message: string;
430
+ title: string;
431
+ };
432
+ };
433
+ confirmationTypes: {
434
+ adultSignature: string;
435
+ delivery: string;
436
+ deliveryMailed: string;
437
+ directSignature: string;
438
+ none: string;
439
+ signature: string;
440
+ verbalConfirmation: string;
441
+ };
442
+ customs: {
443
+ addDeclaration: string;
444
+ contents: {
445
+ documents: string;
446
+ gift: string;
447
+ merchandise: string;
448
+ returnedGoods: string;
449
+ sample: string;
450
+ };
451
+ declarations: string;
452
+ each: string;
453
+ fields: {
454
+ contentsType: string;
455
+ countryOfOrigin: string;
456
+ description: string;
457
+ harmonizedTariffCode: string;
458
+ ifDeliveryFails: string;
459
+ quantity: string;
460
+ sku: string;
461
+ value: string;
462
+ valueQuantity: string;
463
+ };
464
+ nonDelivery: {
465
+ returnToSender: string;
466
+ treatAsAbandoned: string;
467
+ };
468
+ removeAllDeclarations: string;
469
+ total: string;
470
+ };
471
+ errorMessages: {
472
+ invalidNameOrCompany: string;
473
+ noWarehouses: string;
474
+ unableToLoad: {
475
+ autoFundingSettings: string;
476
+ carrier: string;
477
+ carriers: string;
478
+ salesOrder: string;
479
+ shipment: string;
480
+ warehouses: string;
481
+ };
482
+ unknown: string;
483
+ noRatesAvailable: string;
484
+ };
485
+ errorTypes: {
486
+ accountStatus: string;
487
+ businessRules: string;
488
+ integrations: string;
489
+ purchase: string;
490
+ rateInvalid: string;
491
+ security: string;
492
+ system: string;
493
+ unknown: string;
494
+ validation: string;
495
+ };
496
+ insuranceProviders: {
497
+ carrier: string;
498
+ none: string;
499
+ shipsurance: string;
500
+ thirdParty: string;
501
+ };
502
+ loading: {
503
+ carrier: string;
504
+ carriers: string;
505
+ data: string;
506
+ importingSalesOrder: string;
507
+ onboarding: string;
508
+ salesOrder: string;
509
+ shipment: string;
510
+ warehouses: string;
511
+ };
512
+ months: {
513
+ january: string;
514
+ february: string;
515
+ march: string;
516
+ april: string;
517
+ may: string;
518
+ june: string;
519
+ july: string;
520
+ august: string;
521
+ september: string;
522
+ october: string;
523
+ november: string;
524
+ december: string;
525
+ };
526
+ packageCategories: {
527
+ browseRates: string;
528
+ myCustomPackages: string;
529
+ };
530
+ packageCodes: {
531
+ package: string;
532
+ };
533
+ schema: {
534
+ optionalLabel: string;
535
+ };
536
+ schemaErrors: {
537
+ notAValidPhoneNumber: string;
538
+ mustAgreeToTerms: string;
539
+ group: {
540
+ allMeasurementsOrNone: string;
541
+ };
542
+ invalidAddressName: string;
543
+ invalidAddressPoBox: string;
544
+ invalidCreditCardType: string;
545
+ invalidExpiration: string;
546
+ invalidPostalCode: string;
547
+ invalidStateProvince: string;
548
+ invalidString: string;
549
+ nonnegative: string;
550
+ nonnegativeList: string;
551
+ positive: string;
552
+ positiveList: string;
553
+ required: string;
554
+ requiredList: string;
555
+ tooFewCharacters: string;
556
+ tooManyCharacters: string;
557
+ };
558
+ shippingPresets: {
559
+ apply: string;
560
+ platform: string;
561
+ user: string;
562
+ };
563
+ weight: {
564
+ ounces: string;
565
+ pounds_one: string;
566
+ pounds_other: string;
567
+ };
568
+ units: {
569
+ in: string;
570
+ lbs: string;
571
+ oz: string;
572
+ };
573
+ "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
574
+ "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
575
+ QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnN1ZmZpY2llbnQgYWNjb3VudCBiYWxhbmNlLiBBY2NvdW50IGV4Y2VwdGlvbiBFeGNlcHRpb24gd2l0aCBjb2RlIDB4MDA1NjAxMDE7IG1vZHVsZSA4NiwgY2F0ZWdvcnkgMSwgaXRlbSAx: string;
576
+ "QWRkcmVzcyBub3QgZm91bmQ=": string;
577
+ QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBVUFMgd2VpZ2h0IGxpbWl0IHBlciBwYWNrYWdlIGlzIDE1MCBsYnMu: string;
578
+ };
579
+ };
580
+ } | undefined;
581
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
582
+ export type ElementProps = React.ComponentProps<typeof Element>;
@@ -0,0 +1 @@
1
+ export * as Onboarding from "./onboarding";