@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
@@ -29,7 +29,7 @@ export type ComponentProps = ExternalCarriersProps;
29
29
  * @see {@link ExternalCarriers.ComponentProps | The props that are passed into the `<ExternalCarriers />` component}
30
30
  * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ExternalCarriers />` component}
31
31
  */
32
- export declare const Component: ({ features }: ComponentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
32
+ export declare const Component: ({ features, isModalFullScreen }: ComponentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
33
33
  export declare const Element: ({ resources, ...props }: ExternalCarriersProps & {
34
34
  resources?: {
35
35
  en: {
@@ -66,6 +66,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
66
66
  resultMessages: {
67
67
  approved: string;
68
68
  rejected: string;
69
+ dpdwallet: string;
69
70
  };
70
71
  refund_process: string;
71
72
  refund_rules: string;
@@ -85,6 +86,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
85
86
  schedulePickup: string;
86
87
  showItems: string;
87
88
  void: string;
89
+ download: string;
88
90
  };
89
91
  fields: {
90
92
  dimensions: string;
@@ -104,9 +106,42 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
104
106
  multipleShippingServices: string;
105
107
  sections: {
106
108
  labels: string;
109
+ shipmentSummary: string;
107
110
  };
108
111
  noLabels: string;
109
112
  };
113
+ "vat-settings": {
114
+ addNew: string;
115
+ vatNumber: string;
116
+ vatRegistrationTooltip: string;
117
+ vatFormText: string;
118
+ vatFormRegisterLater: string;
119
+ vatNumberInputHint: string;
120
+ vatNumberInputPlaceholder: string;
121
+ verifiedVat: string;
122
+ vatFormErrors: {
123
+ invalidFieldValue: string;
124
+ verificationFailure: string;
125
+ forbidden: string;
126
+ connectionNotSupported: string;
127
+ genericTitle: string;
128
+ genericText: string;
129
+ };
130
+ };
131
+ "shipengine-carriers": {
132
+ title: string;
133
+ headers: {
134
+ accountCarriers: string;
135
+ carriers: string;
136
+ settings: string;
137
+ };
138
+ actions: {
139
+ status: {
140
+ connected: string;
141
+ notConnected: string;
142
+ };
143
+ };
144
+ };
110
145
  "register-wallet": {
111
146
  sections: {
112
147
  setup: {
@@ -122,6 +157,9 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
122
157
  addressSubTitle: string;
123
158
  info: string;
124
159
  };
160
+ vatSettings: {
161
+ title: string;
162
+ };
125
163
  carriers: {
126
164
  title: string;
127
165
  subtitle: string;
@@ -158,8 +196,72 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
158
196
  };
159
197
  };
160
198
  "register-carrier": {
161
- formTitle: string;
162
- agreeToTerms: string;
199
+ formTitle: {
200
+ default: string;
201
+ new: string;
202
+ edit: string;
203
+ };
204
+ notifications: {
205
+ error: {
206
+ title: string;
207
+ };
208
+ };
209
+ };
210
+ "rate-details": {
211
+ total: string;
212
+ subtotal: string;
213
+ registerVat: string;
214
+ concepts: {
215
+ confirmation: string;
216
+ uncategorized: string;
217
+ shipping: string;
218
+ insurance: string;
219
+ confirm: string;
220
+ discount: string;
221
+ fuel_charge: string;
222
+ additional_fees: string;
223
+ /**
224
+ * # ExternalCarriers Component
225
+ *
226
+ * @param ComponentProps The base props that will be passed into the `<ExternalCarriers />` component.
227
+ *
228
+ * @returns Element A React element that renders the `<ExternalCarriers />` component allowing users
229
+ * to view a list of their own carrier accounts that have been connected to their ShipEngine account,
230
+ * and to add additional carriers.
231
+ * This component is composed in the `<AccountSettings />` Element.
232
+ *
233
+ * @example
234
+ * ```tsx
235
+ * (() => {
236
+ * const features = useFeatures("Global");
237
+ *
238
+ * return <ExternalCarriers.Component features={features} />;
239
+ * })();
240
+ * ```
241
+ *
242
+ * <br />
243
+ *
244
+ * @see {@link ExternalCarriers.ComponentProps | The props that are passed into the `<ExternalCarriers />` component}
245
+ * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ExternalCarriers />` component}
246
+ */
247
+ tariff: string;
248
+ tax: string;
249
+ delivery: string;
250
+ handling: string;
251
+ special_goods: string;
252
+ pickup: string;
253
+ location_fee: string;
254
+ oversize: string;
255
+ returns: string;
256
+ notifications: string;
257
+ tip: string;
258
+ duties_and_taxes: string;
259
+ brokerage_fee: string;
260
+ admin_fee: string;
261
+ adjustment: string;
262
+ auctane_service_fee: string;
263
+ product_price: string;
264
+ };
163
265
  };
164
266
  "purchase-label": {
165
267
  title: string;
@@ -248,6 +350,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
248
350
  rateSavings: string;
249
351
  upsGroundSaverTermsAcknowledgement: string;
250
352
  dhlExpressTermsAcknowledgement: string;
353
+ noRateService: string;
251
354
  };
252
355
  requirements: {
253
356
  noWarehouse: string;
@@ -271,7 +374,10 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
271
374
  today: string;
272
375
  viewMap: string;
273
376
  otherLocations: string;
274
- noServicePointsFound: string;
377
+ noServicePointsForService: string;
378
+ error: string;
379
+ paperless: string;
380
+ localTimeDisclaimer: string;
275
381
  };
276
382
  shipToAddressFormFields: string;
277
383
  sections: {
@@ -314,6 +420,8 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
314
420
  action: string;
315
421
  };
316
422
  termsAndAgreementLinkText: {
423
+ shipEngineToS: string;
424
+ auctanePrivacyPolicy: string;
317
425
  aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
318
426
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
319
427
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
@@ -338,65 +446,6 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
338
446
  UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
339
447
  };
340
448
  };
341
- "manage-defaults": {
342
- label: {
343
- title: string;
344
- letter: {
345
- title: string;
346
- description: string;
347
- };
348
- purchase: {
349
- title: string;
350
- description: string;
351
- };
352
- thermal: {
353
- title: string; /**
354
- * # ExternalCarriers Component
355
- *
356
- * @param ComponentProps The base props that will be passed into the `<ExternalCarriers />` component.
357
- *
358
- * @returns Element A React element that renders the `<ExternalCarriers />` component allowing users
359
- * to view a list of their own carrier accounts that have been connected to their ShipEngine account,
360
- * and to add additional carriers.
361
- * This component is composed in the `<AccountSettings />` Element.
362
- *
363
- * @example
364
- * ```tsx
365
- * (() => {
366
- * const features = useFeatures("Global");
367
- *
368
- * return <ExternalCarriers.Component features={features} />;
369
- * })();
370
- * ```
371
- *
372
- * <br />
373
- *
374
- * @see {@link ExternalCarriers.ComponentProps | The props that are passed into the `<ExternalCarriers />` component}
375
- * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ExternalCarriers />` component}
376
- */
377
- description: string;
378
- };
379
- };
380
- status: {
381
- saving: string;
382
- saved: string;
383
- savingFailed: string;
384
- };
385
- units: {
386
- title: string;
387
- dimensions: {
388
- title: string;
389
- standard: string;
390
- metric: string;
391
- };
392
- weight: {
393
- title: string;
394
- standard: string;
395
- g: string;
396
- kg: string;
397
- };
398
- };
399
- };
400
449
  "manage-warehouses": {
401
450
  title: string;
402
451
  addNew: string;
@@ -464,6 +513,65 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
464
513
  currentBalance: string;
465
514
  maximumBalanceAmount: string;
466
515
  };
516
+ "manage-defaults": {
517
+ label: {
518
+ title: string;
519
+ letter: {
520
+ title: string;
521
+ description: string;
522
+ };
523
+ purchase: {
524
+ title: string;
525
+ description: string;
526
+ };
527
+ thermal: {
528
+ title: string; /**
529
+ * # ExternalCarriers Component
530
+ *
531
+ * @param ComponentProps The base props that will be passed into the `<ExternalCarriers />` component.
532
+ *
533
+ * @returns Element A React element that renders the `<ExternalCarriers />` component allowing users
534
+ * to view a list of their own carrier accounts that have been connected to their ShipEngine account,
535
+ * and to add additional carriers.
536
+ * This component is composed in the `<AccountSettings />` Element.
537
+ *
538
+ * @example
539
+ * ```tsx
540
+ * (() => {
541
+ * const features = useFeatures("Global");
542
+ *
543
+ * return <ExternalCarriers.Component features={features} />;
544
+ * })();
545
+ * ```
546
+ *
547
+ * <br />
548
+ *
549
+ * @see {@link ExternalCarriers.ComponentProps | The props that are passed into the `<ExternalCarriers />` component}
550
+ * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ExternalCarriers />` component}
551
+ */
552
+ description: string;
553
+ };
554
+ };
555
+ status: {
556
+ saving: string;
557
+ saved: string;
558
+ savingFailed: string;
559
+ };
560
+ units: {
561
+ title: string;
562
+ dimensions: {
563
+ title: string;
564
+ standard: string;
565
+ metric: string;
566
+ };
567
+ weight: {
568
+ title: string;
569
+ standard: string;
570
+ g: string;
571
+ kg: string;
572
+ };
573
+ };
574
+ };
467
575
  "list-shipments": {
468
576
  title: string;
469
577
  headers: {
@@ -494,18 +602,31 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
494
602
  };
495
603
  };
496
604
  };
497
- "shipengine-carriers": {
498
- title: string;
499
- headers: {
500
- accountCarriers: string;
501
- carriers: string;
502
- settings: string;
503
- };
605
+ "connect-carrier": {
504
606
  actions: {
505
- status: {
506
- connected: string;
507
- notConnected: string;
508
- };
607
+ cancel: string;
608
+ carrierSettings: string;
609
+ connectCarriers: string;
610
+ disconnect: string;
611
+ disconnectCarrier: string;
612
+ };
613
+ noCarriersDescription: string;
614
+ registrationForm: {
615
+ error: string;
616
+ title: string;
617
+ betaWarning: string;
618
+ };
619
+ search: string;
620
+ settingsModal: {
621
+ closeDialog: string;
622
+ header: string;
623
+ };
624
+ status: {
625
+ connected: string;
626
+ };
627
+ disconnectDropdown: {
628
+ toastTitle: string;
629
+ toastBody: string;
509
630
  };
510
631
  };
511
632
  common: {
@@ -692,6 +813,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
692
813
  accountSettings: string;
693
814
  carrier: string;
694
815
  carriers: string;
816
+ carrierServices: string;
695
817
  connectCarrierForm: string;
696
818
  connectingCarriers: string;
697
819
  creatingFundingSource: string;
@@ -782,6 +904,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
782
904
  gram: string;
783
905
  kilogram: string;
784
906
  };
907
+ ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
785
908
  T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
786
909
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
787
910
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
@@ -794,33 +917,6 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
794
917
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
795
918
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
796
919
  };
797
- "connect-carrier": {
798
- actions: {
799
- cancel: string;
800
- carrierSettings: string;
801
- connectCarriers: string;
802
- disconnect: string;
803
- disconnectCarrier: string;
804
- };
805
- noCarriersDescription: string;
806
- registrationForm: {
807
- error: string;
808
- title: string;
809
- betaWarning: string;
810
- };
811
- search: string;
812
- settingsModal: {
813
- closeDialog: string;
814
- header: string;
815
- };
816
- status: {
817
- connected: string;
818
- };
819
- disconnectDropdown: {
820
- toastTitle: string;
821
- toastBody: string;
822
- };
823
- };
824
920
  "account-settings": {
825
921
  messages: {
826
922
  noFundingSources: string;
@@ -836,6 +932,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
836
932
  externalCarriers: string;
837
933
  labelLayout: string;
838
934
  unitSettings: string;
935
+ vatSettings: string;
839
936
  };
840
937
  };
841
938
  };