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