@shipengine/elements 2.4.0 → 2.6.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 (67) hide show
  1. package/actions-menu.js +1 -1
  2. package/components.js +1 -1
  3. package/index.js +1 -1
  4. package/package.json +1 -1
  5. package/src/components/actions-menu/actions-menu.d.ts +2 -1
  6. package/src/components/error-state/error-state.d.ts +6 -0
  7. package/src/{workflows/onboarding/components/account-registration-step/account-registration-step.styles.d.ts → components/error-state/error-state.styles.d.ts} +9 -5
  8. package/src/components/error-state/index.d.ts +1 -0
  9. package/src/components/index.d.ts +1 -0
  10. package/src/components/templates/address-display/address-display.d.ts +2 -1
  11. package/src/components/templates/wallet-form/wallet-form.d.ts +1 -1
  12. package/src/components/warehouse-form/warehouse-form-schema.d.ts +4 -1
  13. package/src/components/warehouse-form/warehouse-form.d.ts +2 -1
  14. package/src/elements/label-layout/label-layout-element.d.ts +44 -15
  15. package/src/elements/labels-grid/hooks/use-labels-grid.d.ts +2 -0
  16. package/src/elements/labels-grid/labels-grid.d.ts +79 -44
  17. package/src/elements/labels-grid/labels-grid.styles.d.ts +7 -1
  18. package/src/elements/manage-carriers/manage-carriers.d.ts +44 -15
  19. package/src/elements/manage-external-carriers/manage-external-carriers.d.ts +66 -16
  20. package/src/elements/manage-funding/manage-funding-element.d.ts +44 -15
  21. package/src/elements/manage-warehouses/manage-warehouses.d.ts +44 -15
  22. package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +44 -15
  23. package/src/elements/purchase-label/purchase-label.d.ts +54 -28
  24. package/src/elements/shipment-summary/shipment-summary.d.ts +51 -19
  25. package/src/elements/shipments-grid/hooks/use-shipments-grid.d.ts +162 -0
  26. package/src/elements/shipments-grid/shipments-grid.d.ts +128 -23
  27. package/src/elements/shipments-grid/shipments-grid.styles.d.ts +11 -0
  28. package/src/elements/theme-creator/theme-creator.d.ts +44 -15
  29. package/src/elements/transaction-history/transaction-history-element.d.ts +44 -15
  30. package/src/elements/unit-settings/unit-settings-element.d.ts +44 -15
  31. package/src/elements/vat-settings/vat-settings-element.d.ts +44 -15
  32. package/src/elements/void-label/void-label.d.ts +56 -26
  33. package/src/locales/en/index.d.ts +44 -15
  34. package/src/workflows/account-settings/account-settings.d.ts +44 -15
  35. package/src/workflows/carrier-services/carrier-services.d.ts +44 -15
  36. package/src/workflows/connect-external-carrier/connect-external-carrier.d.ts +44 -15
  37. package/src/workflows/label-workflow/label-workflow.d.ts +31 -29
  38. package/src/workflows/onboarding/components/confirmation-and-submission-step/confirmation-and-submission-step.d.ts +12 -0
  39. package/src/workflows/onboarding/components/confirmation-and-submission-step/index.d.ts +2 -0
  40. package/src/workflows/onboarding/components/confirmation-and-submission-step/use-confirmation-and-submission-step.d.ts +19 -0
  41. package/src/workflows/onboarding/components/funding-step/funding-step.d.ts +7 -0
  42. package/src/workflows/onboarding/components/funding-step/index.d.ts +1 -0
  43. package/src/workflows/onboarding/components/onboarding-wizard/onboarding-wizard.d.ts +1 -2
  44. package/src/workflows/onboarding/components/onboarding-wizard/onboarding-wizard.styles.d.ts +3 -0
  45. package/src/workflows/onboarding/components/ship-from-address-step/index.d.ts +0 -1
  46. package/src/workflows/onboarding/components/ship-from-address-step/ship-from-address-step.d.ts +3 -2
  47. package/src/workflows/onboarding/components/step-header/step-header.d.ts +3 -2
  48. package/src/workflows/onboarding/components/{funding-and-carrier-connection-step/funding-and-carrier-connection-step.styles.d.ts → step-header/step-header.styles.d.ts} +5 -8
  49. package/src/workflows/onboarding/components/welcome-page/index.d.ts +1 -0
  50. package/src/workflows/onboarding/components/welcome-page/welcome-page.d.ts +4 -0
  51. package/src/workflows/onboarding/onboarding.d.ts +46 -19
  52. package/suspend-text.js +1 -1
  53. package/transaction-history-element.js +1 -1
  54. package/use-unit-settings.js +1 -1
  55. package/usePager.js +1 -1
  56. package/wallet-form.js +1 -1
  57. package/workflows.js +1 -1
  58. package/src/workflows/onboarding/components/account-registration-form/account-registration-form-schema.d.ts +0 -13
  59. package/src/workflows/onboarding/components/account-registration-form/account-registration-form.d.ts +0 -4
  60. package/src/workflows/onboarding/components/account-registration-form/index.d.ts +0 -1
  61. package/src/workflows/onboarding/components/account-registration-step/account-registration-step.d.ts +0 -5
  62. package/src/workflows/onboarding/components/account-registration-step/index.d.ts +0 -2
  63. package/src/workflows/onboarding/components/account-registration-step/use-account-registration-step.d.ts +0 -7
  64. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/funding-and-carrier-connection-step.d.ts +0 -9
  65. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/index.d.ts +0 -2
  66. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +0 -25
  67. package/src/workflows/onboarding/components/ship-from-address-step/use-ship-from-address-step.d.ts +0 -9
@@ -163,15 +163,34 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
163
163
  setup: {
164
164
  title: string;
165
165
  subtitle: string;
166
- hiddenTermsSubtitle: string;
167
166
  descriptionTitle: string;
168
167
  description: string;
169
- };
168
+ }; /**
169
+ * # ManageExternalCarriers Element
170
+ *
171
+ * @param ComponentProps The base props that will be passed into the `<ManageExternalCarriers />` component.
172
+ *
173
+ * @returns Element A React element that renders the `<ManageExternalCarriers />` component allowing users
174
+ * to view a list of their own carrier accounts that have been connected to their ShipEngine account,
175
+ * and to add additional carriers.
176
+ * This component is composed in the `<AccountSettings />` Element.
177
+ *
178
+ * @example
179
+ * ```tsx
180
+ * (() => {
181
+ * return <ManageExternalCarriers.Element isModalFullScreen={false} />;
182
+ * })();
183
+ * ```
184
+ *
185
+ * <br />
186
+ *
187
+ * @see {@link ManageExternalCarriers.ComponentProps | The props that are passed into the `<ManageExternalCarriers />` component}
188
+ * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ManageExternalCarriers />` component}
189
+ */
170
190
  billing: {
171
191
  title: string;
172
192
  cardSubTitle: string;
173
193
  addressSubTitle: string;
174
- info: string;
175
194
  };
176
195
  vatSettings: {
177
196
  title: string;
@@ -185,7 +204,6 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
185
204
  title: string;
186
205
  };
187
206
  info: {
188
- title: string;
189
207
  description: string;
190
208
  };
191
209
  poBox: {
@@ -386,18 +404,15 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
386
404
  };
387
405
  onboarding: {
388
406
  title: string;
389
- inlineTitle: string;
390
- accountRegistration: {
391
- action: string;
407
+ confirmation: {
392
408
  title: string;
393
- subtitle: string;
394
- welcome: string;
395
- messageLine1: string;
396
- partnerMessageLine1: string;
397
- messageLine2: string;
409
+ warehouse: string;
410
+ billingAddress: string;
411
+ paymentMethod: string;
412
+ action: string;
398
413
  };
399
414
  stepLabel: {
400
- accountRegistration: string;
415
+ confirmation: string;
401
416
  termsAgreement: string;
402
417
  shipFromAddress: string;
403
418
  fundingAndCarrierConnection: string;
@@ -444,6 +459,14 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
444
459
  "UHVyb2xhdG9yIFRlcm1zIGFuZCBDb25kaXRpb25zIG9mIFNlcnZpY2U=": string;
445
460
  UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
446
461
  };
462
+ tooltip: {
463
+ warehouse: string;
464
+ };
465
+ welcomePage: {
466
+ title: string;
467
+ message: string;
468
+ action: string;
469
+ };
447
470
  };
448
471
  "manage-warehouses": {
449
472
  title: string;
@@ -552,18 +575,38 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
552
575
  };
553
576
  "list-shipments": {
554
577
  title: string;
578
+ none: string;
555
579
  headers: {
556
580
  created: string;
557
- download: string;
581
+ modified: string;
582
+ shipping: string;
558
583
  shipmentId: string;
559
- shipDate: string;
560
- shipTo: string;
584
+ parcels: string;
585
+ recipient: string;
586
+ status: string;
587
+ };
588
+ status: {
589
+ cancelled: string;
590
+ purchased: string;
591
+ readyToBuy: string;
592
+ processing: string;
561
593
  };
562
594
  actions: {
563
595
  download: {
564
596
  pdf: string;
565
597
  };
566
598
  };
599
+ emptyState: {
600
+ title: string;
601
+ subtitle: string;
602
+ filtersTitle: string;
603
+ filtersSubtitle: string;
604
+ viewAll: string;
605
+ };
606
+ errorMessages: {
607
+ title: string;
608
+ subtitle: string;
609
+ };
567
610
  };
568
611
  "list-labels": {
569
612
  title: string;
@@ -597,6 +640,10 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
597
640
  void: string;
598
641
  printForms: string;
599
642
  };
643
+ errorMessages: {
644
+ title: string;
645
+ subtitle: string;
646
+ };
600
647
  };
601
648
  "connect-carrier": {
602
649
  actions: {
@@ -797,6 +844,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
797
844
  emailIsRequired: string;
798
845
  unknown: string;
799
846
  noRatesAvailable: string;
847
+ refreshAndTryAgain: string;
800
848
  };
801
849
  errorTypes: {
802
850
  accountStatus: string;
@@ -911,6 +959,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
911
959
  agreeToTerms: string;
912
960
  carriersTitle: string;
913
961
  fundingSourceTitle: string;
962
+ shipEngineTitle: string;
914
963
  };
915
964
  weight: {
916
965
  ounces: string;
@@ -935,6 +984,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
935
984
  printForms: string;
936
985
  edit: string;
937
986
  remove: string;
987
+ viewDetails: string;
938
988
  };
939
989
  };
940
990
  ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
@@ -118,7 +118,6 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
118
118
  setup: {
119
119
  title: string;
120
120
  subtitle: string;
121
- hiddenTermsSubtitle: string;
122
121
  descriptionTitle: string;
123
122
  description: string;
124
123
  };
@@ -126,7 +125,6 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
126
125
  title: string;
127
126
  cardSubTitle: string;
128
127
  addressSubTitle: string;
129
- info: string;
130
128
  };
131
129
  vatSettings: {
132
130
  title: string;
@@ -140,7 +138,6 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
140
138
  title: string;
141
139
  };
142
140
  info: {
143
- title: string;
144
141
  description: string;
145
142
  };
146
143
  poBox: {
@@ -341,18 +338,15 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
341
338
  };
342
339
  onboarding: {
343
340
  title: string;
344
- inlineTitle: string;
345
- accountRegistration: {
346
- action: string;
341
+ confirmation: {
347
342
  title: string;
348
- subtitle: string;
349
- welcome: string;
350
- messageLine1: string;
351
- partnerMessageLine1: string;
352
- messageLine2: string;
343
+ warehouse: string;
344
+ billingAddress: string;
345
+ paymentMethod: string;
346
+ action: string;
353
347
  };
354
348
  stepLabel: {
355
- accountRegistration: string;
349
+ confirmation: string;
356
350
  termsAgreement: string;
357
351
  shipFromAddress: string;
358
352
  fundingAndCarrierConnection: string;
@@ -399,6 +393,14 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
399
393
  "UHVyb2xhdG9yIFRlcm1zIGFuZCBDb25kaXRpb25zIG9mIFNlcnZpY2U=": string;
400
394
  UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
401
395
  };
396
+ tooltip: {
397
+ warehouse: string;
398
+ };
399
+ welcomePage: {
400
+ title: string;
401
+ message: string;
402
+ action: string;
403
+ };
402
404
  };
403
405
  "manage-warehouses": {
404
406
  title: string;
@@ -507,18 +509,38 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
507
509
  };
508
510
  "list-shipments": {
509
511
  title: string;
512
+ none: string;
510
513
  headers: {
511
514
  created: string;
512
- download: string;
515
+ modified: string;
516
+ shipping: string;
513
517
  shipmentId: string;
514
- shipDate: string;
515
- shipTo: string;
518
+ parcels: string;
519
+ recipient: string;
520
+ status: string;
521
+ };
522
+ status: {
523
+ cancelled: string;
524
+ purchased: string;
525
+ readyToBuy: string;
526
+ processing: string;
516
527
  };
517
528
  actions: {
518
529
  download: {
519
530
  pdf: string;
520
531
  };
521
532
  };
533
+ emptyState: {
534
+ title: string;
535
+ subtitle: string;
536
+ filtersTitle: string;
537
+ filtersSubtitle: string;
538
+ viewAll: string;
539
+ };
540
+ errorMessages: {
541
+ title: string;
542
+ subtitle: string;
543
+ };
522
544
  };
523
545
  "list-labels": {
524
546
  title: string;
@@ -552,6 +574,10 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
552
574
  void: string;
553
575
  printForms: string;
554
576
  };
577
+ errorMessages: {
578
+ title: string;
579
+ subtitle: string;
580
+ };
555
581
  };
556
582
  "connect-carrier": {
557
583
  actions: {
@@ -752,6 +778,7 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
752
778
  emailIsRequired: string;
753
779
  unknown: string;
754
780
  noRatesAvailable: string;
781
+ refreshAndTryAgain: string;
755
782
  };
756
783
  errorTypes: {
757
784
  accountStatus: string;
@@ -866,6 +893,7 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
866
893
  agreeToTerms: string;
867
894
  carriersTitle: string;
868
895
  fundingSourceTitle: string;
896
+ shipEngineTitle: string;
869
897
  };
870
898
  weight: {
871
899
  ounces: string;
@@ -890,6 +918,7 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
890
918
  printForms: string;
891
919
  edit: string;
892
920
  remove: string;
921
+ viewDetails: string;
893
922
  };
894
923
  };
895
924
  ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
@@ -135,7 +135,6 @@ export declare const Element: ({ resources, ...props }: object & {
135
135
  setup: {
136
136
  title: string;
137
137
  subtitle: string;
138
- hiddenTermsSubtitle: string;
139
138
  descriptionTitle: string;
140
139
  description: string;
141
140
  };
@@ -143,7 +142,6 @@ export declare const Element: ({ resources, ...props }: object & {
143
142
  title: string;
144
143
  cardSubTitle: string;
145
144
  addressSubTitle: string;
146
- info: string;
147
145
  };
148
146
  vatSettings: {
149
147
  title: string;
@@ -157,7 +155,6 @@ export declare const Element: ({ resources, ...props }: object & {
157
155
  title: string;
158
156
  };
159
157
  info: {
160
- title: string;
161
158
  description: string;
162
159
  };
163
160
  poBox: {
@@ -358,18 +355,15 @@ export declare const Element: ({ resources, ...props }: object & {
358
355
  };
359
356
  onboarding: {
360
357
  title: string;
361
- inlineTitle: string;
362
- accountRegistration: {
363
- action: string;
358
+ confirmation: {
364
359
  title: string;
365
- subtitle: string;
366
- welcome: string;
367
- messageLine1: string;
368
- partnerMessageLine1: string;
369
- messageLine2: string;
360
+ warehouse: string;
361
+ billingAddress: string;
362
+ paymentMethod: string;
363
+ action: string;
370
364
  };
371
365
  stepLabel: {
372
- accountRegistration: string;
366
+ confirmation: string;
373
367
  termsAgreement: string;
374
368
  shipFromAddress: string;
375
369
  fundingAndCarrierConnection: string;
@@ -416,6 +410,14 @@ export declare const Element: ({ resources, ...props }: object & {
416
410
  "UHVyb2xhdG9yIFRlcm1zIGFuZCBDb25kaXRpb25zIG9mIFNlcnZpY2U=": string;
417
411
  UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
418
412
  };
413
+ tooltip: {
414
+ warehouse: string;
415
+ };
416
+ welcomePage: {
417
+ title: string;
418
+ message: string;
419
+ action: string;
420
+ };
419
421
  };
420
422
  "manage-warehouses": {
421
423
  title: string;
@@ -524,18 +526,38 @@ export declare const Element: ({ resources, ...props }: object & {
524
526
  };
525
527
  "list-shipments": {
526
528
  title: string;
529
+ none: string;
527
530
  headers: {
528
531
  created: string;
529
- download: string;
532
+ modified: string;
533
+ shipping: string;
530
534
  shipmentId: string;
531
- shipDate: string;
532
- shipTo: string;
535
+ parcels: string;
536
+ recipient: string;
537
+ status: string;
538
+ };
539
+ status: {
540
+ cancelled: string;
541
+ purchased: string;
542
+ readyToBuy: string;
543
+ processing: string;
533
544
  };
534
545
  actions: {
535
546
  download: {
536
547
  pdf: string;
537
548
  };
538
549
  };
550
+ emptyState: {
551
+ title: string;
552
+ subtitle: string;
553
+ filtersTitle: string;
554
+ filtersSubtitle: string;
555
+ viewAll: string;
556
+ };
557
+ errorMessages: {
558
+ title: string;
559
+ subtitle: string;
560
+ };
539
561
  };
540
562
  "list-labels": {
541
563
  title: string;
@@ -569,6 +591,10 @@ export declare const Element: ({ resources, ...props }: object & {
569
591
  void: string;
570
592
  printForms: string;
571
593
  };
594
+ errorMessages: {
595
+ title: string;
596
+ subtitle: string;
597
+ };
572
598
  };
573
599
  "connect-carrier": {
574
600
  actions: {
@@ -786,6 +812,7 @@ export declare const Element: ({ resources, ...props }: object & {
786
812
  emailIsRequired: string;
787
813
  unknown: string;
788
814
  noRatesAvailable: string;
815
+ refreshAndTryAgain: string;
789
816
  };
790
817
  errorTypes: {
791
818
  accountStatus: string;
@@ -900,6 +927,7 @@ export declare const Element: ({ resources, ...props }: object & {
900
927
  agreeToTerms: string;
901
928
  carriersTitle: string;
902
929
  fundingSourceTitle: string;
930
+ shipEngineTitle: string;
903
931
  };
904
932
  weight: {
905
933
  ounces: string;
@@ -924,6 +952,7 @@ export declare const Element: ({ resources, ...props }: object & {
924
952
  printForms: string;
925
953
  edit: string;
926
954
  remove: string;
955
+ viewDetails: string;
927
956
  };
928
957
  };
929
958
  ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
@@ -118,7 +118,6 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
118
118
  setup: {
119
119
  title: string;
120
120
  subtitle: string;
121
- hiddenTermsSubtitle: string;
122
121
  descriptionTitle: string;
123
122
  description: string;
124
123
  };
@@ -126,7 +125,6 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
126
125
  title: string;
127
126
  cardSubTitle: string;
128
127
  addressSubTitle: string;
129
- info: string;
130
128
  };
131
129
  vatSettings: {
132
130
  title: string;
@@ -140,7 +138,6 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
140
138
  title: string;
141
139
  };
142
140
  info: {
143
- title: string;
144
141
  description: string;
145
142
  };
146
143
  poBox: {
@@ -341,18 +338,15 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
341
338
  };
342
339
  onboarding: {
343
340
  title: string;
344
- inlineTitle: string;
345
- accountRegistration: {
346
- action: string;
341
+ confirmation: {
347
342
  title: string;
348
- subtitle: string;
349
- welcome: string;
350
- messageLine1: string;
351
- partnerMessageLine1: string;
352
- messageLine2: string;
343
+ warehouse: string;
344
+ billingAddress: string;
345
+ paymentMethod: string;
346
+ action: string;
353
347
  };
354
348
  stepLabel: {
355
- accountRegistration: string;
349
+ confirmation: string;
356
350
  termsAgreement: string;
357
351
  shipFromAddress: string;
358
352
  fundingAndCarrierConnection: string;
@@ -399,6 +393,14 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
399
393
  "UHVyb2xhdG9yIFRlcm1zIGFuZCBDb25kaXRpb25zIG9mIFNlcnZpY2U=": string;
400
394
  UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
401
395
  };
396
+ tooltip: {
397
+ warehouse: string;
398
+ };
399
+ welcomePage: {
400
+ title: string;
401
+ message: string;
402
+ action: string;
403
+ };
402
404
  };
403
405
  "manage-warehouses": {
404
406
  title: string;
@@ -507,18 +509,38 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
507
509
  };
508
510
  "list-shipments": {
509
511
  title: string;
512
+ none: string;
510
513
  headers: {
511
514
  created: string;
512
- download: string;
515
+ modified: string;
516
+ shipping: string;
513
517
  shipmentId: string;
514
- shipDate: string;
515
- shipTo: string;
518
+ parcels: string;
519
+ recipient: string;
520
+ status: string;
521
+ };
522
+ status: {
523
+ cancelled: string;
524
+ purchased: string;
525
+ readyToBuy: string;
526
+ processing: string;
516
527
  };
517
528
  actions: {
518
529
  download: {
519
530
  pdf: string;
520
531
  };
521
532
  };
533
+ emptyState: {
534
+ title: string;
535
+ subtitle: string;
536
+ filtersTitle: string;
537
+ filtersSubtitle: string;
538
+ viewAll: string;
539
+ };
540
+ errorMessages: {
541
+ title: string;
542
+ subtitle: string;
543
+ };
522
544
  };
523
545
  "list-labels": {
524
546
  title: string;
@@ -552,6 +574,10 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
552
574
  void: string;
553
575
  printForms: string;
554
576
  };
577
+ errorMessages: {
578
+ title: string;
579
+ subtitle: string;
580
+ };
555
581
  };
556
582
  "connect-carrier": {
557
583
  actions: {
@@ -752,6 +778,7 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
752
778
  emailIsRequired: string;
753
779
  unknown: string;
754
780
  noRatesAvailable: string;
781
+ refreshAndTryAgain: string;
755
782
  };
756
783
  errorTypes: {
757
784
  accountStatus: string;
@@ -866,6 +893,7 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
866
893
  agreeToTerms: string;
867
894
  carriersTitle: string;
868
895
  fundingSourceTitle: string;
896
+ shipEngineTitle: string;
869
897
  };
870
898
  weight: {
871
899
  ounces: string;
@@ -890,6 +918,7 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
890
918
  printForms: string;
891
919
  edit: string;
892
920
  remove: string;
921
+ viewDetails: string;
893
922
  };
894
923
  };
895
924
  ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;