@shipengine/elements 1.7.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/address-8f8119f4.js +1 -0
  2. package/carrier-2abb4760.js +1 -0
  3. package/carrier-logo-1b6c767e.js +1 -0
  4. package/components.js +1 -0
  5. package/constants.js +1 -0
  6. package/elements.js +1 -0
  7. package/extensions.js +1 -0
  8. package/feature-flags-3e03717c.js +1 -0
  9. package/formatString-413ec7c7.js +1 -0
  10. package/hooks.js +1 -0
  11. package/index.js +1 -25135
  12. package/money-fbc4d0b3.js +1 -0
  13. package/package.json +48 -6
  14. package/payment-method-settings-element-595cc38d.js +1 -0
  15. package/phone-87dd7bd8.js +1 -0
  16. package/schemas.js +1 -0
  17. package/shipment-90d35708.js +1 -0
  18. package/src/components/address-preference-context/address-preference-context.d.ts +5 -2
  19. package/src/components/carrier-icon/carrier-icon.d.ts +9 -9
  20. package/src/components/carrier-logo/carrier-logo.d.ts +2 -1
  21. package/src/components/collapsible-panel/collapsible-panel.styles.d.ts +2 -3
  22. package/src/components/display-term/display-term.d.ts +2 -2
  23. package/src/components/display-term/display-term.styles.d.ts +2 -0
  24. package/src/components/field/date-picker/date-picker.d.ts +1 -1
  25. package/src/components/field/rate-card/rate-card.d.ts +2 -1
  26. package/src/components/field/rate-card/rate-card.styles.d.ts +0 -1
  27. package/src/components/field/rate-select/rate-select.d.ts +6 -1
  28. package/src/components/fund-and-purchase/fund-and-purchase.d.ts +4 -1
  29. package/src/components/here-map/here-map.d.ts +16 -0
  30. package/src/components/here-map/here-map.styles.d.ts +23 -0
  31. package/src/components/index.d.ts +7 -5
  32. package/src/components/modal/modal.d.ts +2 -1
  33. package/src/components/rate-details/index.d.ts +1 -0
  34. package/src/components/rate-details/rate-details.d.ts +17 -0
  35. package/src/components/rate-details/rate-details.styles.d.ts +23 -0
  36. package/src/components/search-bar/index.d.ts +1 -0
  37. package/src/components/search-bar/search-bar.d.ts +8 -0
  38. package/src/components/service-point-display/operating-hours.d.ts +6 -0
  39. package/src/components/service-point-display/operating-hours.styles.d.ts +44 -0
  40. package/src/components/service-point-display/service-point-display.d.ts +6 -6
  41. package/src/components/service-point-display/service-point-display.styles.d.ts +13 -19
  42. package/src/components/service-points/service-points.d.ts +2 -1
  43. package/src/components/tabs/tabs.d.ts +5 -1
  44. package/src/components/tabs/tabs.styles.d.ts +3 -2
  45. package/src/components/templates/index.d.ts +1 -1
  46. package/src/components/templates/label/label.styles.d.ts +21 -1
  47. package/src/components/templates/product-form/product-form-schema.d.ts +12 -0
  48. package/src/components/templates/pudo-rate-tabs/index.d.ts +0 -1
  49. package/src/components/templates/pudo-rate-tabs/pudo-list-view/pudo-list-view.d.ts +5 -0
  50. package/src/components/templates/pudo-rate-tabs/pudo-map-view/pudo-map-view.d.ts +15 -0
  51. package/src/components/templates/pudo-rate-tabs/pudo-rate-tabs.d.ts +17 -15
  52. package/src/components/templates/rate-form/rate-form.d.ts +10 -2
  53. package/src/components/templates/register-funding-source-carrier-form/index.d.ts +2 -0
  54. package/src/components/templates/register-funding-source-carrier-form/register-funding-source-carrier-form.d.ts +13 -0
  55. package/src/components/templates/register-funding-source-carrier-form/register-funding-source-carrier-form.styles.d.ts +25 -0
  56. package/src/components/templates/{add-carrier-form/add-carrier-form-schema.d.ts → register-funding-source-carrier-form/register-funding-source-carrier-schema.d.ts} +42 -88
  57. package/src/components/templates/shipment/shipment.d.ts +2 -1
  58. package/src/components/templates/wallet-form/wallet-form.d.ts +3 -1
  59. package/src/components/templates/wallet-form/wallet-form.styles.d.ts +3 -0
  60. package/src/components/vat-form/index.d.ts +1 -0
  61. package/src/components/vat-form/vat-form-schema.d.ts +10 -0
  62. package/src/components/vat-form/vat-form.d.ts +6 -0
  63. package/src/components/vat-form/vat-form.styles.d.ts +9 -0
  64. package/src/elements/external-carriers/external-carriers.d.ts +198 -101
  65. package/src/elements/label-layout/label-layout-element.d.ts +150 -77
  66. package/src/elements/labels-grid/labels-grid.d.ts +150 -77
  67. package/src/elements/manage-funding/manage-funding-element.d.ts +150 -77
  68. package/src/elements/manage-warehouses/manage-warehouses.d.ts +150 -77
  69. package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +150 -77
  70. package/src/elements/purchase-label/configure-shipment.d.ts +2 -1
  71. package/src/elements/purchase-label/hooks/use-rates-form.d.ts +5 -0
  72. package/src/elements/purchase-label/purchase-label.d.ts +170 -80
  73. package/src/elements/shipengine-carriers/shipengine-carriers.d.ts +173 -100
  74. package/src/elements/shipments-grid/shipments-grid.d.ts +150 -77
  75. package/src/elements/theme-creator/theme-creator.d.ts +150 -77
  76. package/src/elements/theme-creator/themeData/themeData.d.ts +0 -1
  77. package/src/elements/unit-settings/unit-settings-element.d.ts +150 -77
  78. package/src/elements/vat-settings/index.d.ts +1 -0
  79. package/src/elements/vat-settings/vat-settings-element.d.ts +864 -0
  80. package/src/elements/view-shipment/view-shipment.d.ts +181 -100
  81. package/src/elements/void-label/components/actions/actions.d.ts +3 -3
  82. package/src/elements/void-label/components/message/message.d.ts +3 -2
  83. package/src/elements/void-label/void-label.d.ts +183 -96
  84. package/src/elements/wallet-history/wallet-history-element.d.ts +150 -77
  85. package/src/factories/shipengine/label.d.ts +2 -0
  86. package/src/features/external-carriers/external-carriers.d.ts +2 -1
  87. package/src/features/index.d.ts +5 -4
  88. package/src/features/shipengine-carriers/hooks/index.d.ts +2 -1
  89. package/src/features/shipengine-carriers/hooks/use-carrier-metadata.d.ts +2 -13
  90. package/src/features/shipengine-carriers/hooks/{use-list-connected-carriers.d.ts → use-list-funding-source-carriers.d.ts} +3 -3
  91. package/src/features/shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.d.ts +9 -7
  92. package/src/features/unit-settings/unit-settings.d.ts +2 -2
  93. package/src/features/unit-settings/use-unit-settings.d.ts +1 -1
  94. package/src/features/vat-settings/index.d.ts +2 -0
  95. package/src/features/vat-settings/use-vat-settings.d.ts +8 -0
  96. package/src/features/vat-settings/vat-settings.d.ts +9 -0
  97. package/src/features/vat-settings/vat-settings.styles.d.ts +29 -0
  98. package/src/hooks/here-map/init.d.ts +6 -0
  99. package/src/hooks/here-map/use-here-map-ui.d.ts +10 -0
  100. package/src/hooks/here-map/use-here-map.d.ts +5 -0
  101. package/src/hooks/index.d.ts +3 -3
  102. package/src/hooks/options/use-service-points.d.ts +5 -3
  103. package/src/locales/en/index.d.ts +150 -77
  104. package/src/testing/test-utils.d.ts +1 -0
  105. package/src/types/carrier-metadata.d.ts +7 -11
  106. package/src/types/index.d.ts +0 -1
  107. package/src/utilities/date.d.ts +1 -2
  108. package/src/utilities/feature-flags.d.ts +12 -2
  109. package/src/utilities/shipengine/carrier.d.ts +8 -0
  110. package/src/utilities/shipengine/index.d.ts +1 -0
  111. package/src/utilities/shipengine/shipment.d.ts +11 -0
  112. package/src/workflows/account-settings/account-settings.d.ts +153 -82
  113. package/src/workflows/connect-carrier/connect-carrier.d.ts +150 -77
  114. package/src/workflows/manage-wallet-workflow/manage-wallet-workflow.d.ts +155 -81
  115. package/src/workflows/onboarding/components/account-registration-form/account-registration-form-schema.d.ts +3 -0
  116. package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form.d.ts +3 -4
  117. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/funding-and-carrier-connection-step.d.ts +3 -1
  118. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +2 -3
  119. package/src/workflows/onboarding/components/onboarding-wizard/onboarding-wizard.d.ts +2 -2
  120. package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.d.ts +3 -4
  121. package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.styles.d.ts +6 -7
  122. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.d.ts +3 -4
  123. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.styles.d.ts +3 -0
  124. package/src/workflows/onboarding/components/terms-agreement-step/use-terms-agreement-step.d.ts +5 -10
  125. package/src/workflows/onboarding/onboarding.d.ts +151 -78
  126. package/story-notes-ce2d8cca.js +1 -0
  127. package/suspend-text-c8c7b6b6.js +1 -0
  128. package/types.js +1 -0
  129. package/use-page-layout-93ffae78.js +1 -0
  130. package/use-scrub-errors-2c4db406.js +1 -0
  131. package/use-toggle-838d2ebd.js +1 -0
  132. package/utilities.js +1 -0
  133. package/validation-b941a548.js +1 -0
  134. package/vite.config.d.ts +1 -1
  135. package/wallet-form-3981400b.js +1 -0
  136. package/wallet-history-5b34c856.js +1 -0
  137. package/warehouse-form-c0b3ea78.js +34 -0
  138. package/warehouses-dfcdce23.js +1 -0
  139. package/workflows.js +1 -0
  140. package/zod-60def96c.js +1 -0
  141. package/index.cjs +0 -25349
  142. package/src/components/templates/add-carrier-form/add-carrier-form-test.d.ts +0 -1
  143. package/src/components/templates/add-carrier-form/add-carrier-form.d.ts +0 -10
  144. package/src/components/templates/add-carrier-form/index.d.ts +0 -2
  145. package/src/components/templates/pudo-rate-tabs/service-points-search-bar/index.d.ts +0 -1
  146. package/src/components/templates/pudo-rate-tabs/service-points-search-bar/service-points-search-bar.d.ts +0 -6
  147. package/src/types/patch.d.ts +0 -13
@@ -39,6 +39,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
39
39
  resultMessages: {
40
40
  approved: string;
41
41
  rejected: string;
42
+ dpdwallet: string;
42
43
  };
43
44
  refund_process: string;
44
45
  refund_rules: string;
@@ -58,6 +59,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
58
59
  schedulePickup: string;
59
60
  showItems: string;
60
61
  void: string;
62
+ download: string;
61
63
  };
62
64
  fields: {
63
65
  dimensions: string;
@@ -77,9 +79,42 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
77
79
  multipleShippingServices: string;
78
80
  sections: {
79
81
  labels: string;
82
+ shipmentSummary: string;
80
83
  };
81
84
  noLabels: string;
82
85
  };
86
+ "vat-settings": {
87
+ addNew: string;
88
+ vatNumber: string;
89
+ vatRegistrationTooltip: string;
90
+ vatFormText: string;
91
+ vatFormRegisterLater: string;
92
+ vatNumberInputHint: string;
93
+ vatNumberInputPlaceholder: string;
94
+ verifiedVat: string;
95
+ vatFormErrors: {
96
+ invalidFieldValue: string;
97
+ verificationFailure: string;
98
+ forbidden: string;
99
+ connectionNotSupported: string;
100
+ genericTitle: string;
101
+ genericText: string;
102
+ };
103
+ };
104
+ "shipengine-carriers": {
105
+ title: string;
106
+ headers: {
107
+ accountCarriers: string;
108
+ carriers: string;
109
+ settings: string;
110
+ };
111
+ actions: {
112
+ status: {
113
+ connected: string;
114
+ notConnected: string;
115
+ };
116
+ };
117
+ };
83
118
  "register-wallet": {
84
119
  sections: {
85
120
  setup: {
@@ -95,6 +130,9 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
95
130
  addressSubTitle: string;
96
131
  info: string;
97
132
  };
133
+ vatSettings: {
134
+ title: string;
135
+ };
98
136
  carriers: {
99
137
  title: string;
100
138
  subtitle: string;
@@ -131,8 +169,48 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
131
169
  };
132
170
  };
133
171
  "register-carrier": {
134
- formTitle: string;
135
- agreeToTerms: string;
172
+ formTitle: {
173
+ default: string;
174
+ new: string;
175
+ edit: string;
176
+ };
177
+ notifications: {
178
+ error: {
179
+ title: string;
180
+ };
181
+ };
182
+ };
183
+ "rate-details": {
184
+ total: string;
185
+ subtotal: string;
186
+ registerVat: string;
187
+ concepts: {
188
+ confirmation: string;
189
+ uncategorized: string;
190
+ shipping: string;
191
+ insurance: string;
192
+ confirm: string;
193
+ discount: string;
194
+ fuel_charge: string;
195
+ additional_fees: string;
196
+ tariff: string;
197
+ tax: string;
198
+ delivery: string;
199
+ handling: string;
200
+ special_goods: string;
201
+ pickup: string;
202
+ location_fee: string;
203
+ oversize: string;
204
+ returns: string;
205
+ notifications: string;
206
+ tip: string;
207
+ duties_and_taxes: string;
208
+ brokerage_fee: string;
209
+ admin_fee: string;
210
+ adjustment: string;
211
+ auctane_service_fee: string;
212
+ product_price: string;
213
+ };
136
214
  };
137
215
  "purchase-label": {
138
216
  title: string;
@@ -221,6 +299,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
221
299
  rateSavings: string;
222
300
  upsGroundSaverTermsAcknowledgement: string;
223
301
  dhlExpressTermsAcknowledgement: string;
302
+ noRateService: string;
224
303
  };
225
304
  requirements: {
226
305
  noWarehouse: string;
@@ -244,7 +323,10 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
244
323
  today: string;
245
324
  viewMap: string;
246
325
  otherLocations: string;
247
- noServicePointsFound: string;
326
+ noServicePointsForService: string;
327
+ error: string;
328
+ paperless: string;
329
+ localTimeDisclaimer: string;
248
330
  };
249
331
  shipToAddressFormFields: string;
250
332
  sections: {
@@ -287,6 +369,8 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
287
369
  action: string;
288
370
  };
289
371
  termsAndAgreementLinkText: {
372
+ shipEngineToS: string;
373
+ auctanePrivacyPolicy: string;
290
374
  aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
291
375
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
292
376
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
@@ -311,42 +395,6 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
311
395
  UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
312
396
  };
313
397
  };
314
- "manage-defaults": {
315
- label: {
316
- title: string;
317
- letter: {
318
- title: string;
319
- description: string;
320
- };
321
- purchase: {
322
- title: string;
323
- description: string;
324
- };
325
- thermal: {
326
- title: string;
327
- description: string;
328
- };
329
- };
330
- status: {
331
- saving: string;
332
- saved: string;
333
- savingFailed: string;
334
- };
335
- units: {
336
- title: string;
337
- dimensions: {
338
- title: string;
339
- standard: string;
340
- metric: string;
341
- };
342
- weight: {
343
- title: string;
344
- standard: string;
345
- g: string;
346
- kg: string;
347
- };
348
- };
349
- };
350
398
  "manage-warehouses": {
351
399
  title: string;
352
400
  addNew: string;
@@ -414,6 +462,42 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
414
462
  currentBalance: string;
415
463
  maximumBalanceAmount: string;
416
464
  };
465
+ "manage-defaults": {
466
+ label: {
467
+ title: string;
468
+ letter: {
469
+ title: string;
470
+ description: string;
471
+ };
472
+ purchase: {
473
+ title: string;
474
+ description: string;
475
+ };
476
+ thermal: {
477
+ title: string;
478
+ description: string;
479
+ };
480
+ };
481
+ status: {
482
+ saving: string;
483
+ saved: string;
484
+ savingFailed: string;
485
+ };
486
+ units: {
487
+ title: string;
488
+ dimensions: {
489
+ title: string;
490
+ standard: string;
491
+ metric: string;
492
+ };
493
+ weight: {
494
+ title: string;
495
+ standard: string;
496
+ g: string;
497
+ kg: string;
498
+ };
499
+ };
500
+ };
417
501
  "list-shipments": {
418
502
  title: string;
419
503
  headers: {
@@ -444,18 +528,31 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
444
528
  };
445
529
  };
446
530
  };
447
- "shipengine-carriers": {
448
- title: string;
449
- headers: {
450
- accountCarriers: string;
451
- carriers: string;
452
- settings: string;
453
- };
531
+ "connect-carrier": {
454
532
  actions: {
455
- status: {
456
- connected: string;
457
- notConnected: string;
458
- };
533
+ cancel: string;
534
+ carrierSettings: string;
535
+ connectCarriers: string;
536
+ disconnect: string;
537
+ disconnectCarrier: string;
538
+ };
539
+ noCarriersDescription: string;
540
+ registrationForm: {
541
+ error: string;
542
+ title: string;
543
+ betaWarning: string;
544
+ };
545
+ search: string;
546
+ settingsModal: {
547
+ closeDialog: string;
548
+ header: string;
549
+ };
550
+ status: {
551
+ connected: string;
552
+ };
553
+ disconnectDropdown: {
554
+ toastTitle: string;
555
+ toastBody: string;
459
556
  };
460
557
  };
461
558
  common: {
@@ -642,6 +739,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
642
739
  accountSettings: string;
643
740
  carrier: string;
644
741
  carriers: string;
742
+ carrierServices: string;
645
743
  connectCarrierForm: string;
646
744
  connectingCarriers: string;
647
745
  creatingFundingSource: string;
@@ -732,6 +830,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
732
830
  gram: string;
733
831
  kilogram: string;
734
832
  };
833
+ ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
735
834
  T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
736
835
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
737
836
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
@@ -744,33 +843,6 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
744
843
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
745
844
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
746
845
  };
747
- "connect-carrier": {
748
- actions: {
749
- cancel: string;
750
- carrierSettings: string;
751
- connectCarriers: string;
752
- disconnect: string;
753
- disconnectCarrier: string;
754
- };
755
- noCarriersDescription: string;
756
- registrationForm: {
757
- error: string;
758
- title: string;
759
- betaWarning: string;
760
- };
761
- search: string;
762
- settingsModal: {
763
- closeDialog: string;
764
- header: string;
765
- };
766
- status: {
767
- connected: string;
768
- };
769
- disconnectDropdown: {
770
- toastTitle: string;
771
- toastBody: string;
772
- };
773
- };
774
846
  "account-settings": {
775
847
  messages: {
776
848
  noFundingSources: string;
@@ -786,6 +858,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
786
858
  externalCarriers: string;
787
859
  labelLayout: string;
788
860
  unitSettings: string;
861
+ vatSettings: string;
789
862
  };
790
863
  };
791
864
  };
@@ -49,6 +49,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
49
49
  resultMessages: {
50
50
  approved: string;
51
51
  rejected: string;
52
+ dpdwallet: string;
52
53
  };
53
54
  refund_process: string;
54
55
  refund_rules: string;
@@ -68,6 +69,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
68
69
  schedulePickup: string;
69
70
  showItems: string;
70
71
  void: string;
72
+ download: string;
71
73
  };
72
74
  fields: {
73
75
  dimensions: string;
@@ -87,9 +89,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
87
89
  multipleShippingServices: string;
88
90
  sections: {
89
91
  labels: string;
92
+ shipmentSummary: string;
90
93
  };
91
94
  noLabels: string;
92
95
  };
96
+ "vat-settings": {
97
+ addNew: string;
98
+ vatNumber: string;
99
+ vatRegistrationTooltip: string;
100
+ vatFormText: string;
101
+ vatFormRegisterLater: string;
102
+ vatNumberInputHint: string;
103
+ vatNumberInputPlaceholder: string;
104
+ verifiedVat: string;
105
+ vatFormErrors: {
106
+ invalidFieldValue: string;
107
+ verificationFailure: string;
108
+ forbidden: string;
109
+ connectionNotSupported: string;
110
+ genericTitle: string;
111
+ genericText: string;
112
+ };
113
+ };
114
+ "shipengine-carriers": {
115
+ title: string;
116
+ headers: {
117
+ accountCarriers: string;
118
+ carriers: string;
119
+ settings: string;
120
+ };
121
+ actions: {
122
+ status: {
123
+ connected: string;
124
+ notConnected: string;
125
+ };
126
+ };
127
+ };
93
128
  "register-wallet": {
94
129
  sections: {
95
130
  setup: {
@@ -105,6 +140,9 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
105
140
  addressSubTitle: string;
106
141
  info: string;
107
142
  };
143
+ vatSettings: {
144
+ title: string;
145
+ };
108
146
  carriers: {
109
147
  title: string;
110
148
  subtitle: string;
@@ -141,8 +179,48 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
141
179
  };
142
180
  };
143
181
  "register-carrier": {
144
- formTitle: string;
145
- agreeToTerms: string;
182
+ formTitle: {
183
+ default: string;
184
+ new: string;
185
+ edit: string;
186
+ };
187
+ notifications: {
188
+ error: {
189
+ title: string;
190
+ };
191
+ };
192
+ };
193
+ "rate-details": {
194
+ total: string;
195
+ subtotal: string;
196
+ registerVat: string;
197
+ concepts: {
198
+ confirmation: string;
199
+ uncategorized: string;
200
+ shipping: string;
201
+ insurance: string;
202
+ confirm: string;
203
+ discount: string;
204
+ fuel_charge: string;
205
+ additional_fees: string;
206
+ tariff: string;
207
+ tax: string;
208
+ delivery: string;
209
+ handling: string;
210
+ special_goods: string;
211
+ pickup: string;
212
+ location_fee: string;
213
+ oversize: string;
214
+ returns: string;
215
+ notifications: string;
216
+ tip: string;
217
+ duties_and_taxes: string;
218
+ brokerage_fee: string;
219
+ admin_fee: string;
220
+ adjustment: string;
221
+ auctane_service_fee: string;
222
+ product_price: string;
223
+ };
146
224
  };
147
225
  "purchase-label": {
148
226
  title: string;
@@ -231,6 +309,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
231
309
  rateSavings: string;
232
310
  upsGroundSaverTermsAcknowledgement: string;
233
311
  dhlExpressTermsAcknowledgement: string;
312
+ noRateService: string;
234
313
  };
235
314
  requirements: {
236
315
  noWarehouse: string;
@@ -254,7 +333,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
254
333
  today: string;
255
334
  viewMap: string;
256
335
  otherLocations: string;
257
- noServicePointsFound: string;
336
+ noServicePointsForService: string;
337
+ error: string;
338
+ paperless: string;
339
+ localTimeDisclaimer: string;
258
340
  };
259
341
  shipToAddressFormFields: string;
260
342
  sections: {
@@ -297,6 +379,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
297
379
  action: string;
298
380
  };
299
381
  termsAndAgreementLinkText: {
382
+ shipEngineToS: string;
383
+ auctanePrivacyPolicy: string;
300
384
  aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
301
385
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
302
386
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
@@ -321,42 +405,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
321
405
  UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
322
406
  };
323
407
  };
324
- "manage-defaults": {
325
- label: {
326
- title: string;
327
- letter: {
328
- title: string;
329
- description: string;
330
- };
331
- purchase: {
332
- title: string;
333
- description: string;
334
- };
335
- thermal: {
336
- title: string;
337
- description: string;
338
- };
339
- };
340
- status: {
341
- saving: string;
342
- saved: string;
343
- savingFailed: string;
344
- };
345
- units: {
346
- title: string;
347
- dimensions: {
348
- title: string;
349
- standard: string;
350
- metric: string;
351
- };
352
- weight: {
353
- title: string;
354
- standard: string;
355
- g: string;
356
- kg: string;
357
- };
358
- };
359
- };
360
408
  "manage-warehouses": {
361
409
  title: string;
362
410
  addNew: string;
@@ -424,6 +472,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
424
472
  currentBalance: string;
425
473
  maximumBalanceAmount: string;
426
474
  };
475
+ "manage-defaults": {
476
+ label: {
477
+ title: string;
478
+ letter: {
479
+ title: string;
480
+ description: string;
481
+ };
482
+ purchase: {
483
+ title: string;
484
+ description: string;
485
+ };
486
+ thermal: {
487
+ title: string;
488
+ description: string;
489
+ };
490
+ };
491
+ status: {
492
+ saving: string;
493
+ saved: string;
494
+ savingFailed: string;
495
+ };
496
+ units: {
497
+ title: string;
498
+ dimensions: {
499
+ title: string;
500
+ standard: string;
501
+ metric: string;
502
+ };
503
+ weight: {
504
+ title: string;
505
+ standard: string;
506
+ g: string;
507
+ kg: string;
508
+ };
509
+ };
510
+ };
427
511
  "list-shipments": {
428
512
  title: string;
429
513
  headers: {
@@ -454,18 +538,31 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
454
538
  };
455
539
  };
456
540
  };
457
- "shipengine-carriers": {
458
- title: string;
459
- headers: {
460
- accountCarriers: string;
461
- carriers: string;
462
- settings: string;
463
- };
541
+ "connect-carrier": {
464
542
  actions: {
465
- status: {
466
- connected: string;
467
- notConnected: string;
468
- };
543
+ cancel: string;
544
+ carrierSettings: string;
545
+ connectCarriers: string;
546
+ disconnect: string;
547
+ disconnectCarrier: string;
548
+ };
549
+ noCarriersDescription: string;
550
+ registrationForm: {
551
+ error: string;
552
+ title: string;
553
+ betaWarning: string;
554
+ };
555
+ search: string;
556
+ settingsModal: {
557
+ closeDialog: string;
558
+ header: string;
559
+ };
560
+ status: {
561
+ connected: string;
562
+ };
563
+ disconnectDropdown: {
564
+ toastTitle: string;
565
+ toastBody: string;
469
566
  };
470
567
  };
471
568
  common: {
@@ -652,6 +749,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
652
749
  accountSettings: string;
653
750
  carrier: string;
654
751
  carriers: string;
752
+ carrierServices: string;
655
753
  connectCarrierForm: string;
656
754
  connectingCarriers: string;
657
755
  creatingFundingSource: string;
@@ -742,6 +840,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
742
840
  gram: string;
743
841
  kilogram: string;
744
842
  };
843
+ ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
745
844
  T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
746
845
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
747
846
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
@@ -754,33 +853,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
754
853
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
755
854
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
756
855
  };
757
- "connect-carrier": {
758
- actions: {
759
- cancel: string;
760
- carrierSettings: string;
761
- connectCarriers: string;
762
- disconnect: string;
763
- disconnectCarrier: string;
764
- };
765
- noCarriersDescription: string;
766
- registrationForm: {
767
- error: string;
768
- title: string;
769
- betaWarning: string;
770
- };
771
- search: string;
772
- settingsModal: {
773
- closeDialog: string;
774
- header: string;
775
- };
776
- status: {
777
- connected: string;
778
- };
779
- disconnectDropdown: {
780
- toastTitle: string;
781
- toastBody: string;
782
- };
783
- };
784
856
  "account-settings": {
785
857
  messages: {
786
858
  noFundingSources: string;
@@ -796,6 +868,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
796
868
  externalCarriers: string;
797
869
  labelLayout: string;
798
870
  unitSettings: string;
871
+ vatSettings: string;
799
872
  };
800
873
  };
801
874
  };
@@ -1,3 +1,2 @@
1
1
  import { CustomThemeData } from "@shipengine/giger-theme";
2
2
  export declare const themeData: CustomThemeData;
3
- export declare const pinkThemeData: CustomThemeData;