@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
@@ -224,6 +224,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
224
224
  resultMessages: {
225
225
  approved: string;
226
226
  rejected: string;
227
+ dpdwallet: string;
227
228
  };
228
229
  refund_process: string;
229
230
  refund_rules: string;
@@ -243,6 +244,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
243
244
  schedulePickup: string;
244
245
  showItems: string;
245
246
  void: string;
247
+ download: string;
246
248
  };
247
249
  fields: {
248
250
  dimensions: string;
@@ -262,9 +264,42 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
262
264
  multipleShippingServices: string;
263
265
  sections: {
264
266
  labels: string;
267
+ shipmentSummary: string;
265
268
  };
266
269
  noLabels: string;
267
270
  };
271
+ "vat-settings": {
272
+ addNew: string;
273
+ vatNumber: string;
274
+ vatRegistrationTooltip: string;
275
+ vatFormText: string;
276
+ vatFormRegisterLater: string;
277
+ vatNumberInputHint: string;
278
+ vatNumberInputPlaceholder: string;
279
+ verifiedVat: string;
280
+ vatFormErrors: {
281
+ invalidFieldValue: string;
282
+ verificationFailure: string;
283
+ forbidden: string;
284
+ connectionNotSupported: string;
285
+ genericTitle: string;
286
+ genericText: string;
287
+ };
288
+ };
289
+ "shipengine-carriers": {
290
+ title: string;
291
+ headers: {
292
+ accountCarriers: string;
293
+ carriers: string;
294
+ settings: string;
295
+ };
296
+ actions: {
297
+ status: {
298
+ connected: string;
299
+ notConnected: string;
300
+ };
301
+ };
302
+ };
268
303
  "register-wallet": {
269
304
  sections: {
270
305
  setup: {
@@ -280,6 +315,17 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
280
315
  addressSubTitle: string;
281
316
  info: string;
282
317
  };
318
+ vatSettings: {
319
+ title: string;
320
+ };
321
+ /**
322
+ * # Purchase Label Component Props
323
+ *
324
+ * These are the shared props that will be passed into the `<PurchaseLabel.Element />`, and work
325
+ * for either shipment-based or sales order-based label purchasing.
326
+ *
327
+ * @see {@link PurchaseLabel.Element | This prop types usage in `<PurchaseLabel.Element />`}
328
+ */
283
329
  carriers: {
284
330
  title: string;
285
331
  subtitle: string;
@@ -316,8 +362,48 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
316
362
  };
317
363
  };
318
364
  "register-carrier": {
319
- formTitle: string;
320
- agreeToTerms: string;
365
+ formTitle: {
366
+ default: string;
367
+ new: string;
368
+ edit: string;
369
+ };
370
+ notifications: {
371
+ error: {
372
+ title: string;
373
+ };
374
+ };
375
+ };
376
+ "rate-details": {
377
+ total: string;
378
+ subtotal: string;
379
+ registerVat: string;
380
+ concepts: {
381
+ confirmation: string;
382
+ uncategorized: string;
383
+ shipping: string;
384
+ insurance: string;
385
+ confirm: string;
386
+ discount: string;
387
+ fuel_charge: string;
388
+ additional_fees: string;
389
+ tariff: string;
390
+ tax: string;
391
+ delivery: string;
392
+ handling: string;
393
+ special_goods: string;
394
+ pickup: string;
395
+ location_fee: string;
396
+ oversize: string;
397
+ returns: string;
398
+ notifications: string;
399
+ tip: string;
400
+ duties_and_taxes: string;
401
+ brokerage_fee: string;
402
+ admin_fee: string;
403
+ adjustment: string;
404
+ auctane_service_fee: string;
405
+ product_price: string;
406
+ };
321
407
  };
322
408
  "purchase-label": {
323
409
  title: string;
@@ -417,6 +503,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
417
503
  rateSavings: string;
418
504
  upsGroundSaverTermsAcknowledgement: string;
419
505
  dhlExpressTermsAcknowledgement: string;
506
+ noRateService: string;
420
507
  };
421
508
  requirements: {
422
509
  noWarehouse: string;
@@ -440,7 +527,10 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
440
527
  today: string;
441
528
  viewMap: string;
442
529
  otherLocations: string;
443
- noServicePointsFound: string;
530
+ noServicePointsForService: string;
531
+ error: string;
532
+ paperless: string;
533
+ localTimeDisclaimer: string;
444
534
  };
445
535
  shipToAddressFormFields: string;
446
536
  sections: {
@@ -483,6 +573,8 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
483
573
  action: string;
484
574
  };
485
575
  termsAndAgreementLinkText: {
576
+ shipEngineToS: string;
577
+ auctanePrivacyPolicy: string;
486
578
  aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
487
579
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
488
580
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
@@ -499,7 +591,10 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
499
591
  };
500
592
  termsAndAgreementTitles: {
501
593
  "WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
502
- "RXZyaSBTZW5kIFRlcm1zICYgQ29uZGl0aW9ucw==": string;
594
+ "RXZyaSBTZW5kIFRlcm1zICYgQ29uZGl0aW9ucw==": string; /**
595
+ * `onChangeShipmentFormMode` is an async/sync callback function that will be invoked each time
596
+ * the user toggles the `Shipment Form Mode` between `Browse Rates` and `Selected Rate`.
597
+ */
503
598
  "VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
504
599
  RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
505
600
  "R2xvYmFsUG9zdCBUZXJtcyBhbmQgQ29uZGl0aW9ucw==": string;
@@ -507,42 +602,6 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
507
602
  UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
508
603
  };
509
604
  };
510
- "manage-defaults": {
511
- label: {
512
- title: string;
513
- letter: {
514
- title: string;
515
- description: string;
516
- };
517
- purchase: {
518
- title: string;
519
- description: string;
520
- };
521
- thermal: {
522
- title: string;
523
- description: string;
524
- };
525
- };
526
- status: {
527
- saving: string;
528
- saved: string;
529
- savingFailed: string;
530
- };
531
- units: {
532
- title: string;
533
- dimensions: {
534
- title: string;
535
- standard: string;
536
- metric: string;
537
- };
538
- weight: {
539
- title: string;
540
- standard: string;
541
- g: string;
542
- kg: string;
543
- };
544
- };
545
- };
546
605
  "manage-warehouses": {
547
606
  title: string;
548
607
  addNew: string;
@@ -610,6 +669,42 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
610
669
  currentBalance: string;
611
670
  maximumBalanceAmount: string;
612
671
  };
672
+ "manage-defaults": {
673
+ label: {
674
+ title: string;
675
+ letter: {
676
+ title: string;
677
+ description: string;
678
+ };
679
+ purchase: {
680
+ title: string;
681
+ description: string;
682
+ };
683
+ thermal: {
684
+ title: string;
685
+ description: string;
686
+ };
687
+ };
688
+ status: {
689
+ saving: string;
690
+ saved: string;
691
+ savingFailed: string;
692
+ };
693
+ units: {
694
+ title: string;
695
+ dimensions: {
696
+ title: string;
697
+ standard: string;
698
+ metric: string;
699
+ };
700
+ weight: {
701
+ title: string;
702
+ standard: string;
703
+ g: string;
704
+ kg: string;
705
+ };
706
+ };
707
+ };
613
708
  "list-shipments": {
614
709
  title: string;
615
710
  headers: {
@@ -640,18 +735,31 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
640
735
  };
641
736
  };
642
737
  };
643
- "shipengine-carriers": {
644
- title: string;
645
- headers: {
646
- accountCarriers: string;
647
- carriers: string;
648
- settings: string;
649
- };
738
+ "connect-carrier": {
650
739
  actions: {
651
- status: {
652
- connected: string;
653
- notConnected: string;
654
- };
740
+ cancel: string;
741
+ carrierSettings: string;
742
+ connectCarriers: string;
743
+ disconnect: string;
744
+ disconnectCarrier: string;
745
+ };
746
+ noCarriersDescription: string;
747
+ registrationForm: {
748
+ error: string;
749
+ title: string;
750
+ betaWarning: string;
751
+ };
752
+ search: string;
753
+ settingsModal: {
754
+ closeDialog: string;
755
+ header: string;
756
+ };
757
+ status: {
758
+ connected: string;
759
+ };
760
+ disconnectDropdown: {
761
+ toastTitle: string;
762
+ toastBody: string;
655
763
  };
656
764
  };
657
765
  common: {
@@ -775,7 +883,10 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
775
883
  };
776
884
  fields: {
777
885
  contentsType: string;
778
- countryOfOrigin: string;
886
+ countryOfOrigin: string; /**
887
+ * `onRateSaved` is an async/sync callback function that will be invoked each time a rate is
888
+ * saved by the user when rate shopping in the host application.
889
+ */
779
890
  description: string;
780
891
  harmonizedTariffCode: string;
781
892
  ifDeliveryFails: string;
@@ -805,7 +916,10 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
805
916
  fundingSourceMetadata: string;
806
917
  label: string;
807
918
  labels: string;
808
- salesOrder: string;
919
+ salesOrder: string; /**
920
+ * `printLabelLayout` is a string that represents the label layout you would like to use when
921
+ * purchasing a label. e.g. `4x6`
922
+ */
809
923
  shipment: string;
810
924
  shipments: string;
811
925
  warehouses: string;
@@ -842,6 +956,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
842
956
  accountSettings: string;
843
957
  carrier: string;
844
958
  carriers: string;
959
+ carrierServices: string;
845
960
  connectCarrierForm: string;
846
961
  connectingCarriers: string;
847
962
  creatingFundingSource: string;
@@ -932,6 +1047,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
932
1047
  gram: string;
933
1048
  kilogram: string;
934
1049
  };
1050
+ ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
935
1051
  T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
936
1052
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
937
1053
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
@@ -944,33 +1060,6 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
944
1060
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
945
1061
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
946
1062
  };
947
- "connect-carrier": {
948
- actions: {
949
- cancel: string;
950
- carrierSettings: string;
951
- connectCarriers: string;
952
- disconnect: string;
953
- disconnectCarrier: string;
954
- };
955
- noCarriersDescription: string;
956
- registrationForm: {
957
- error: string;
958
- title: string;
959
- betaWarning: string;
960
- };
961
- search: string;
962
- settingsModal: {
963
- closeDialog: string;
964
- header: string;
965
- };
966
- status: {
967
- connected: string;
968
- };
969
- disconnectDropdown: {
970
- toastTitle: string;
971
- toastBody: string;
972
- };
973
- };
974
1063
  "account-settings": {
975
1064
  messages: {
976
1065
  noFundingSources: string;
@@ -986,6 +1075,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
986
1075
  externalCarriers: string;
987
1076
  labelLayout: string;
988
1077
  unitSettings: string;
1078
+ vatSettings: string;
989
1079
  };
990
1080
  };
991
1081
  };