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