@shipengine/elements 0.21.3 → 0.21.5

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