@shipengine/elements 1.9.0 → 2.0.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 (241) hide show
  1. package/README.md +0 -4
  2. package/assertions-dfa95b4d.js +1 -0
  3. package/carrier-c2a5ed53.js +1 -0
  4. package/{carrier-logo-1b6c767e.js → carrier-logo-330e926f.js} +1 -1
  5. package/components.js +1 -1
  6. package/elements.js +1 -1
  7. package/hooks.js +1 -1
  8. package/index.js +1 -1
  9. package/money-d4f3d7c3.js +1 -0
  10. package/package.json +7 -3
  11. package/schemas.js +1 -1
  12. package/{shipment-90d35708.js → shipment-150160e0.js} +1 -1
  13. package/src/components/add-funds-form/add-funds-form.d.ts +1 -1
  14. package/src/components/auto-funding-form/auto-funding-form.d.ts +1 -1
  15. package/src/components/carrier-balance/carrier-balance.d.ts +1 -1
  16. package/src/components/collapsible-panel/collapsible-panel.d.ts +1 -1
  17. package/src/components/display-term/display-term.d.ts +1 -1
  18. package/src/components/edit-billing-form/edit-billing-form.d.ts +1 -1
  19. package/src/components/field/money-input/money-input.d.ts +1 -1
  20. package/src/components/field/rate-card/cost-breakdown/cost-breakdown.d.ts +1 -1
  21. package/src/components/field/rate-card/rate-card.d.ts +1 -1
  22. package/src/components/field/rate-select/rate-select.d.ts +1 -1
  23. package/src/components/fund-and-purchase/fund-and-purchase.d.ts +1 -1
  24. package/src/components/history/history-card/history-card.d.ts +1 -1
  25. package/src/components/items-breakdown/items-breakdown.d.ts +1 -1
  26. package/src/components/pager/pager.d.ts +1 -1
  27. package/src/components/rate-details/rate-details.d.ts +1 -1
  28. package/src/components/save-status/save-status.d.ts +1 -1
  29. package/src/components/service-points/service-points.d.ts +1 -1
  30. package/src/components/templates/address-display/address-display.d.ts +1 -1
  31. package/src/components/templates/address-preference-display/address-preference-display.d.ts +1 -1
  32. package/src/components/templates/address-preference-select/address-preference-select.d.ts +1 -1
  33. package/src/components/templates/connect-external-carrier-form/connect-external-carrier-form.d.ts +12 -0
  34. package/src/components/templates/connect-external-carrier-form/index.d.ts +1 -0
  35. package/src/components/templates/index.d.ts +1 -1
  36. package/src/components/templates/label/label.d.ts +1 -1
  37. package/src/components/templates/product-form/product-form.d.ts +1 -1
  38. package/src/components/templates/products-display/products-display.d.ts +1 -1
  39. package/src/components/templates/rate-form/rate-form.d.ts +3 -4
  40. package/src/components/templates/shipment/shipment.d.ts +3 -11
  41. package/src/components/templates/shipment-form/shipment-form.d.ts +2 -9
  42. package/src/components/templates/shipment-form/shipment-schema.d.ts +1 -1
  43. package/src/components/templates/suspend-sales-order/suspend-sales-order.d.ts +1 -1
  44. package/src/components/templates/suspend-shipment/suspend-shipment.d.ts +1 -1
  45. package/src/components/templates/wallet-form/edit-wallet-address-form.d.ts +1 -1
  46. package/src/components/templates/wallet-form/wallet-form.d.ts +2 -4
  47. package/src/components/templates/wallet-form/wallet-schema.d.ts +1 -1
  48. package/src/components/wallet-card/wallet-card.d.ts +1 -1
  49. package/src/components/warehouse-form/warehouse-form.d.ts +1 -1
  50. package/src/create-element/create-element.d.ts +10 -0
  51. package/src/create-element/element/element.d.ts +16 -0
  52. package/src/create-element/element/hooks/index.d.ts +1 -0
  53. package/src/create-element/element/hooks/use-i18n.d.ts +12 -0
  54. package/src/create-element/element/index.d.ts +3 -0
  55. package/src/create-element/element/utils/get-emotion-cache.d.ts +2 -0
  56. package/src/create-element/element/utils/index.d.ts +1 -0
  57. package/src/create-element/error-boundary/error-boundary.d.ts +21 -0
  58. package/src/create-element/error-boundary/index.d.ts +1 -0
  59. package/src/create-element/index.d.ts +1 -0
  60. package/src/elements/index.d.ts +5 -4
  61. package/src/elements/label-layout/label-layout-element.d.ts +1 -1
  62. package/src/elements/labels-grid/labels-grid.d.ts +2 -2
  63. package/src/elements/manage-carriers/index.d.ts +1 -0
  64. package/src/elements/{shipengine-carriers/shipengine-carriers.d.ts → manage-carriers/manage-carriers.d.ts} +52 -46
  65. package/src/elements/manage-external-carriers/index.d.ts +1 -0
  66. package/src/elements/manage-external-carriers/manage-external-carriers.d.ts +888 -0
  67. package/src/elements/manage-funding/manage-funding-element.d.ts +1 -1
  68. package/src/elements/manage-warehouses/manage-warehouses.d.ts +19 -2
  69. package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +1 -1
  70. package/src/elements/purchase-label/configure-shipment.d.ts +4 -27
  71. package/src/elements/purchase-label/hooks/use-address.d.ts +1 -1
  72. package/src/elements/purchase-label/hooks/use-configure-shipment.d.ts +1 -1
  73. package/src/elements/purchase-label/hooks/use-customs.d.ts +1 -1
  74. package/src/elements/purchase-label/hooks/use-import-sales-order.d.ts +2 -2
  75. package/src/elements/purchase-label/hooks/use-load-shipment.d.ts +3 -3
  76. package/src/elements/purchase-label/hooks/use-pending-shipment.d.ts +1 -1
  77. package/src/elements/purchase-label/hooks/use-presets.d.ts +1 -1
  78. package/src/elements/purchase-label/hooks/use-rates-form.d.ts +1 -1
  79. package/src/elements/purchase-label/hooks/use-rates-with-cache.d.ts +1 -1
  80. package/src/elements/purchase-label/hooks/use-request-preferred-rates.d.ts +1 -1
  81. package/src/elements/purchase-label/hooks/use-request-rates.d.ts +1 -1
  82. package/src/elements/purchase-label/hooks/use-shipment-form.d.ts +1 -1
  83. package/src/elements/purchase-label/purchase-label-by-sales-order.d.ts +1 -1
  84. package/src/elements/purchase-label/purchase-label-by-shipment.d.ts +1 -1
  85. package/src/elements/purchase-label/purchase-label.d.ts +18 -41
  86. package/src/elements/shipment-summary/index.d.ts +1 -0
  87. package/src/elements/{view-shipment/view-shipment.d.ts → shipment-summary/shipment-summary.d.ts} +42 -59
  88. package/src/elements/shipments-grid/shipments-grid.d.ts +2 -2
  89. package/src/elements/theme-creator/theme-creator.d.ts +1 -1
  90. package/src/elements/transaction-history/index.d.ts +1 -0
  91. package/src/elements/{wallet-history/wallet-history-element.d.ts → transaction-history/transaction-history-element.d.ts} +1 -1
  92. package/src/elements/unit-settings/unit-settings-element.d.ts +1 -1
  93. package/src/elements/vat-settings/vat-settings-element.d.ts +1 -1
  94. package/src/elements/void-label/components/actions/actions.d.ts +1 -1
  95. package/src/elements/void-label/components/message/message.d.ts +1 -1
  96. package/src/elements/void-label/void-label.d.ts +33 -49
  97. package/src/elements-provider/elements-provider.d.ts +46 -0
  98. package/src/elements-provider/elements-test-provider.d.ts +3 -0
  99. package/src/elements-provider/hooks/index.d.ts +1 -0
  100. package/src/elements-provider/hooks/use-load-icons.d.ts +7 -0
  101. package/src/elements-provider/index.d.ts +1 -0
  102. package/src/factories/shipengine/address.d.ts +1 -1
  103. package/src/factories/shipengine/carrier.d.ts +1 -1
  104. package/src/factories/shipengine/index.d.ts +1 -1
  105. package/src/factories/shipengine/label.d.ts +1 -1
  106. package/src/factories/shipengine/money.d.ts +1 -1
  107. package/src/factories/shipengine/order-source.d.ts +1 -1
  108. package/src/factories/shipengine/package.d.ts +1 -1
  109. package/src/factories/shipengine/resource.d.ts +1 -1
  110. package/src/factories/shipengine/sales-order.d.ts +1 -1
  111. package/src/factories/shipengine/service-point.d.ts +1 -1
  112. package/src/factories/shipengine/service.d.ts +1 -1
  113. package/src/factories/shipengine/shipment.d.ts +1 -1
  114. package/src/factories/shipengine/{wallet-history.d.ts → transaction-history.d.ts} +1 -1
  115. package/src/factories/shipengine/warehouse.d.ts +1 -1
  116. package/src/factories/shipengine/weight.d.ts +1 -1
  117. package/src/features/index.d.ts +3 -3
  118. package/src/features/label-layout/label-layout.d.ts +1 -1
  119. package/src/features/label-layout/use-label-layout.d.ts +1 -1
  120. package/src/features/{shipengine-carriers → manage-carriers}/hooks/use-list-funding-source-carriers.d.ts +2 -2
  121. package/src/features/manage-carriers/index.d.ts +1 -0
  122. package/src/features/manage-carriers/manage-carriers-row/index.d.ts +1 -0
  123. package/src/features/{shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.d.ts → manage-carriers/manage-carriers-row/manage-carriers-row.d.ts} +3 -3
  124. package/src/features/manage-carriers/manage-carriers.d.ts +4 -0
  125. package/src/features/manage-external-carriers/index.d.ts +1 -0
  126. package/src/features/manage-external-carriers/manage-external-carriers.d.ts +4 -0
  127. package/src/features/manage-warehouses/manage-warehouses.d.ts +1 -1
  128. package/src/features/manage-warehouses/use-manage-warehouses.d.ts +9 -9
  129. package/src/features/manage-warehouses/warehouse-display/warehouse-display.d.ts +1 -1
  130. package/src/features/transaction-history/index.d.ts +1 -0
  131. package/src/features/transaction-history/transaction-history.d.ts +6 -0
  132. package/src/features/unit-settings/unit-settings.d.ts +1 -1
  133. package/src/features/unit-settings/use-unit-settings.d.ts +1 -1
  134. package/src/features/vat-settings/use-vat-settings.d.ts +5 -5
  135. package/src/hooks/here-map/init.d.ts +1 -1
  136. package/src/hooks/options/use-confirmation-options.d.ts +1 -1
  137. package/src/hooks/options/use-customs-contents-options.d.ts +1 -1
  138. package/src/hooks/options/use-customs-non-delivery-options.d.ts +1 -1
  139. package/src/hooks/options/use-insurance-provider-options.d.ts +1 -1
  140. package/src/hooks/options/use-package-options.d.ts +1 -1
  141. package/src/hooks/options/use-rate-options.d.ts +1 -1
  142. package/src/hooks/options/use-service-code-options.d.ts +1 -1
  143. package/src/hooks/options/use-service-points.d.ts +1 -1
  144. package/src/hooks/options/use-shipment-metadata.d.ts +1 -1
  145. package/src/hooks/options/use-shipping-presets-options.d.ts +1 -1
  146. package/src/hooks/options/use-warehouse-options.d.ts +1 -1
  147. package/src/hooks/use-address-validation.d.ts +1 -1
  148. package/src/hooks/use-get-or-create-shipment.d.ts +3 -3
  149. package/src/hooks/use-scrub-errors.d.ts +1 -1
  150. package/src/index.d.ts +1 -0
  151. package/src/locales/en/index.d.ts +1 -1
  152. package/src/mocks/carriers/handlers.d.ts +1 -1
  153. package/src/mocks/warehouses/handlers.d.ts +1 -1
  154. package/src/schemas/shipengine/money.d.ts +1 -1
  155. package/src/testing/test-utils.d.ts +7 -1
  156. package/src/themes/fallback.d.ts +3 -0
  157. package/src/themes/index.d.ts +4 -0
  158. package/src/types/carrier-metadata.d.ts +1 -1
  159. package/src/types/preferred-rates.d.ts +1 -1
  160. package/src/types/shipping-preset/shipping-preset.d.ts +1 -1
  161. package/src/utilities/error.d.ts +1 -1
  162. package/src/utilities/feature-flags/feature-flags.d.ts +18 -0
  163. package/src/utilities/feature-flags/index.d.ts +2 -0
  164. package/src/utilities/feature-flags/types.d.ts +141 -0
  165. package/src/utilities/money.d.ts +1 -1
  166. package/src/utilities/rates.d.ts +1 -1
  167. package/src/utilities/shipengine/address.d.ts +1 -1
  168. package/src/utilities/shipengine/carrier.d.ts +1 -1
  169. package/src/utilities/shipengine/dimensions.d.ts +1 -1
  170. package/src/utilities/shipengine/sales-order.d.ts +1 -1
  171. package/src/utilities/shipengine/shipment.d.ts +1 -1
  172. package/src/utilities/shipengine/warehouses.d.ts +1 -1
  173. package/src/utilities/shipengine/weight.d.ts +1 -1
  174. package/src/workflows/account-settings/account-settings.d.ts +7 -14
  175. package/src/workflows/{connect-carrier/connect-carrier.d.ts → carrier-services/carrier-services.d.ts} +35 -49
  176. package/src/workflows/carrier-services/index.d.ts +1 -0
  177. package/src/workflows/{manage-wallet-workflow/manage-wallet-workflow.d.ts → connect-external-carrier/connect-external-carrier.d.ts} +16 -21
  178. package/src/workflows/connect-external-carrier/index.d.ts +1 -0
  179. package/src/workflows/index.d.ts +3 -2
  180. package/src/workflows/label-workflow/index.d.ts +1 -0
  181. package/src/workflows/{purchase-label-workflow/purchase-label-workflow.d.ts → label-workflow/label-workflow.d.ts} +16 -34
  182. package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form.d.ts +1 -1
  183. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/funding-and-carrier-connection-step.d.ts +2 -4
  184. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +1 -1
  185. package/src/workflows/onboarding/components/onboarding-wizard/onboarding-wizard.d.ts +2 -9
  186. package/src/workflows/onboarding/components/ship-from-address-step/ship-from-address-step.d.ts +1 -1
  187. package/src/workflows/onboarding/components/ship-from-address-step/use-ship-from-address-step.d.ts +1 -1
  188. package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.d.ts +1 -1
  189. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.d.ts +1 -1
  190. package/src/workflows/onboarding/components/terms-agreement-step/use-terms-agreement-step.d.ts +1 -1
  191. package/src/workflows/onboarding/onboarding.d.ts +22 -70
  192. package/story-notes-c714d2ed.js +1 -0
  193. package/{suspend-text-c8c7b6b6.js → suspend-text-cad3a977.js} +1 -1
  194. package/transaction-history-element-cbfe487c.js +1 -0
  195. package/{use-page-layout-93ffae78.js → use-page-layout-8cb5075f.js} +1 -1
  196. package/use-scrub-errors-9870a6f3.js +1 -0
  197. package/use-toggle-866d7938.js +1 -0
  198. package/use-unit-settings-a5bae16e.js +1 -0
  199. package/utilities.js +1 -1
  200. package/validation-528e7834.js +1 -0
  201. package/wallet-form-9e4bfaea.js +1 -0
  202. package/warehouse-form-da6a7ac5.js +34 -0
  203. package/{warehouses-dfcdce23.js → warehouses-a83188ab.js} +1 -1
  204. package/workflows.js +1 -1
  205. package/carrier-2abb4760.js +0 -1
  206. package/feature-flags-3e03717c.js +0 -1
  207. package/money-fbc4d0b3.js +0 -1
  208. package/payment-method-settings-element-595cc38d.js +0 -1
  209. package/src/components/templates/connect-carrier-form/connect-carrier-form.d.ts +0 -12
  210. package/src/components/templates/connect-carrier-form/index.d.ts +0 -1
  211. package/src/elements/external-carriers/external-carriers.d.ts +0 -941
  212. package/src/elements/external-carriers/index.d.ts +0 -1
  213. package/src/elements/shipengine-carriers/index.d.ts +0 -1
  214. package/src/elements/view-shipment/index.d.ts +0 -1
  215. package/src/elements/wallet-history/index.d.ts +0 -1
  216. package/src/features/external-carriers/external-carriers.d.ts +0 -11
  217. package/src/features/external-carriers/index.d.ts +0 -1
  218. package/src/features/shipengine-carriers/index.d.ts +0 -1
  219. package/src/features/shipengine-carriers/shipengine-carriers-row/index.d.ts +0 -1
  220. package/src/features/shipengine-carriers/shipengine-carriers.d.ts +0 -10
  221. package/src/features/wallet-history/index.d.ts +0 -1
  222. package/src/features/wallet-history/wallet-history.d.ts +0 -6
  223. package/src/hooks/use-elements.d.ts +0 -35
  224. package/src/utilities/feature-flags.d.ts +0 -232
  225. package/src/workflows/connect-carrier/index.d.ts +0 -1
  226. package/src/workflows/manage-wallet-workflow/index.d.ts +0 -1
  227. package/src/workflows/purchase-label-workflow/index.d.ts +0 -1
  228. package/story-notes-ce2d8cca.js +0 -1
  229. package/use-scrub-errors-2c4db406.js +0 -1
  230. package/use-toggle-838d2ebd.js +0 -1
  231. package/validation-b941a548.js +0 -1
  232. package/wallet-form-3981400b.js +0 -1
  233. package/wallet-history-5b34c856.js +0 -1
  234. package/warehouse-form-c0b3ea78.js +0 -34
  235. /package/src/components/templates/{connect-carrier-form/connect-carrier-form.styles.d.ts → connect-external-carrier-form/connect-external-carrier-form.styles.d.ts} +0 -0
  236. /package/src/features/{shipengine-carriers → manage-carriers}/hooks/index.d.ts +0 -0
  237. /package/src/features/{shipengine-carriers → manage-carriers}/hooks/use-carrier-metadata.d.ts +0 -0
  238. /package/src/features/{shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.styles.d.ts → manage-carriers/manage-carriers-row/manage-carriers-row.styles.d.ts} +0 -0
  239. /package/src/features/{shipengine-carriers/shipengine-carriers.styles.d.ts → manage-carriers/manage-carriers.styles.d.ts} +0 -0
  240. /package/src/features/{wallet-history/wallet-history.styles.d.ts → transaction-history/transaction-history.styles.d.ts} +0 -0
  241. /package/src/workflows/{manage-wallet-workflow → carrier-services}/use-get-wallet-panel-props.d.ts +0 -0
@@ -98,7 +98,7 @@ export declare const Element: ({ resources, ...props }: object & {
98
98
  genericText: string;
99
99
  };
100
100
  };
101
- "shipengine-carriers": {
101
+ "manage-carriers": {
102
102
  title: string;
103
103
  headers: {
104
104
  accountCarriers: string;
@@ -116,7 +116,7 @@ export declare const Element: ({ resources, ...props }: object & {
116
116
  genericText: string;
117
117
  };
118
118
  };
119
- "shipengine-carriers": {
119
+ "manage-carriers": {
120
120
  title: string;
121
121
  headers: {
122
122
  accountCarriers: string;
@@ -578,7 +578,24 @@ export declare const Element: ({ resources, ...props }: object & {
578
578
  confirm: string;
579
579
  connect: string;
580
580
  continue: string;
581
- delete: string;
581
+ delete: string; /**
582
+ * # Manage Warehouses Component
583
+ *
584
+ * - The `<ManageWarehouses />` component is used to manage warehouses on a user's ShipEngine account. Users can add, update, or make warehouses inactive.
585
+ *
586
+ * @returns Element A React element that renders the `<ManageWarehouses />` component allowing users
587
+ * to manage warehouses on their ShipEngine account.
588
+ *
589
+ * @example
590
+ * ```tsx
591
+ * export const ManageWarehousesExample = () => {
592
+ * return <ManageWarehouses.Component />;
593
+ * };
594
+ * ```
595
+ *
596
+ * <br />
597
+ *
598
+ */
582
599
  edit: string;
583
600
  hide: string;
584
601
  parse: string;
@@ -98,7 +98,7 @@ export declare const Element: ({ resources, ...props }: object & {
98
98
  genericText: string;
99
99
  };
100
100
  };
101
- "shipengine-carriers": {
101
+ "manage-carriers": {
102
102
  title: string;
103
103
  headers: {
104
104
  accountCarriers: string;
@@ -1,38 +1,15 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  import { RateFormProps } from "../../components/templates/rate-form";
3
- import { ShipmentFormFeatures, ShipmentFormProps } from "../../components/templates/shipment-form";
4
- import { VatSettingsFeatures } from "../../features";
3
+ import { ShipmentFormProps } from "../../components/templates/shipment-form";
5
4
  import { UseShippingPresetsOptionsProps } from "../../hooks";
6
5
  import { PreferredRatesResponse } from "../../types";
6
+ import { PurchaseLabelFeatures } from "../../utilities";
7
7
  import { UseRatesFormProps, UseShipmentFormProps } from "./hooks";
8
8
  export type ShipmentFormMode = "browse_rates" | "select_service";
9
- export type RateFormFeatures = {
10
- enableFunding?: boolean;
11
- enableGlobalPostFiltering?: boolean;
12
- enablePudoUI?: boolean;
13
- labelLayout?: boolean;
14
- nicknameRate?: boolean;
15
- requireDhlTermsAcknowledgement?: boolean;
16
- saveRate?: boolean;
17
- };
18
- export type ConfigureShipmentFeatures = {
19
- compatibleCountryCodes?: UseShipmentFormProps["compatibleCountryCodes"];
20
- configureShipment?: {
21
- enableErrorWhenShipmentCancelled: boolean;
22
- };
23
- partnerMessages?: {
24
- incompleteLabelPurchaseRequirements?: string;
25
- };
26
- presentation?: {
27
- poweredByShipEngine?: boolean;
28
- };
29
- rateForm?: RateFormFeatures;
30
- shipmentForm?: ShipmentFormFeatures;
31
- };
32
9
  export type ConfigureShipmentProps = {
33
10
  currency: SE.Currency;
34
11
  errors?: ShipmentFormProps["errors"];
35
- features?: ConfigureShipmentFeatures & VatSettingsFeatures;
12
+ features?: PurchaseLabelFeatures;
36
13
  getPreferredRates?: (shipment: SE.SalesOrderShipment, isInternational: boolean) => Promise<PreferredRatesResponse | undefined>;
37
14
  insuranceAccount?: SE.InsuranceAccount;
38
15
  isLoading?: ShipmentFormProps["isLoading"];
@@ -1,4 +1,4 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  import { AddressParserPayload } from "../../../components/templates/address-parser";
3
3
  import { AddressPreference } from "../../../components/templates/address-preference-display";
4
4
  import { CharsetWarning, OnChangeAddressOptions } from "../../../components/templates/shipment-form";
@@ -1,4 +1,4 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  import { ConfigureShipmentProps } from "../configure-shipment";
3
3
  import { UsePendingShipmentProps } from "./use-pending-shipment";
4
4
  export type UseConfigureShipmentProps = {
@@ -1,4 +1,4 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  export type UseCustomsProps = {
3
3
  onUpdate?: (shipment: SE.SalesOrderShipment) => Promise<void> | void;
4
4
  shipment?: SE.SalesOrderShipment;
@@ -5,7 +5,7 @@ export type UseImportSalesOrderProps = {
5
5
  salesOrderId?: string;
6
6
  };
7
7
  export declare const useImportSalesOrder: ({ externalOrderId, externalOrderNumber, orderSourceCode, salesOrderId, }: UseImportSalesOrderProps) => {
8
- errors: import("@shipengine/alchemy").CodedError[] | undefined;
8
+ errors: import("@shipengine/react-api").CodedError[] | undefined;
9
9
  isLoading: boolean;
10
- salesOrder: import("@shipengine/alchemy").SalesOrder | undefined;
10
+ salesOrder: import("@shipengine/react-api").SalesOrder | undefined;
11
11
  };
@@ -2,8 +2,8 @@ export type UseLoadShipmentProps = {
2
2
  shipmentId: string;
3
3
  };
4
4
  export declare const useLoadShipment: ({ shipmentId }: UseLoadShipmentProps) => {
5
- errors: import("@shipengine/alchemy").CodedError[] | undefined;
5
+ errors: import("@shipengine/react-api").CodedError[] | undefined;
6
6
  isLoading: boolean;
7
- refetchShipment: <TPageData>(options?: (import("@tanstack/query-core").RefetchOptions & import("@tanstack/query-core").RefetchQueryFilters<TPageData>) | undefined) => Promise<import("@tanstack/query-core").QueryObserverResult<import("@shipengine/alchemy").SalesOrderShipment, import("@shipengine/alchemy").CodedError[]>>;
8
- shipment: import("@shipengine/alchemy").SalesOrderShipment | undefined;
7
+ refetchShipment: <TPageData>(options?: (import("@tanstack/query-core").RefetchOptions & import("@tanstack/query-core").RefetchQueryFilters<TPageData>) | undefined) => Promise<import("@tanstack/query-core").QueryObserverResult<import("@shipengine/react-api").SalesOrderShipment, import("@shipengine/react-api").CodedError[]>>;
8
+ shipment: import("@shipengine/react-api").SalesOrderShipment | undefined;
9
9
  };
@@ -1,4 +1,4 @@
1
- import { CodedError, SE } from "@shipengine/alchemy";
1
+ import { CodedError, SE } from "@shipengine/react-api";
2
2
  export type UsePendingShipmentProps = {
3
3
  breakOnCancelledShipment?: boolean;
4
4
  onLoad?: (salesOrder: SE.SalesOrder, shipments: SE.SalesOrderShipment[], pendingShipment?: SE.SalesOrderShipment) => Promise<void> | void;
@@ -1,4 +1,4 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  import { ShippingPreset } from "../../../types";
3
3
  export type UsePresetsProps = {
4
4
  onApply?: (preset: ShippingPreset, shipment: SE.SalesOrderShipment) => Promise<void> | void;
@@ -1,4 +1,4 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  import { UseRatesWithCacheProps } from "./use-rates-with-cache";
3
3
  export type UseRatesFormProps = {
4
4
  getPreferredRates?: UseRatesWithCacheProps["getPreferredRates"];
@@ -1,4 +1,4 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  import { UseRequestRatesProps } from "./use-request-rates";
3
3
  export type UseRatesWithCacheProps = {
4
4
  getPreferredRates?: UseRequestRatesProps["getPreferredRates"];
@@ -1,4 +1,4 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  import { UseRequestRatesProps } from "./use-request-rates";
3
3
  export type RequestPreferredRatesProps = {
4
4
  getPreferredRates?: UseRequestRatesProps["getPreferredRates"];
@@ -1,4 +1,4 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  import { PreferredRatesResponse } from "../../../types";
3
3
  import { ConfigureShipmentProps } from "../configure-shipment";
4
4
  export type UseRequestRatesProps = {
@@ -1,4 +1,4 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  import { ShippingPreset } from "../../../types";
3
3
  import { UseAddressProps } from "./use-address";
4
4
  import { UsePresetsProps } from "./use-presets";
@@ -1,4 +1,4 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  import { UseImportSalesOrderProps } from "./hooks";
3
3
  import { PurchaseLabelCommonProps } from "./purchase-label";
4
4
  export type PurchaseLabelSalesOrderProps = PurchaseLabelCommonProps & {
@@ -1,4 +1,4 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import { SE } from "@shipengine/react-api";
2
2
  import { PurchaseLabelCommonProps } from "./purchase-label";
3
3
  export type PurchaseLabelByShipmentProps = PurchaseLabelCommonProps & {
4
4
  currency?: SE.Currency;
@@ -1,5 +1,6 @@
1
1
  import React from "react";
2
2
  import { UseShippingPresetsOptionsProps } from "../../hooks";
3
+ import { PurchaseLabelFeatures } from "../../utilities";
3
4
  import { ConfigureShipmentProps } from "./configure-shipment";
4
5
  import { UseConfigureShipmentProps } from "./hooks";
5
6
  import { PurchaseLabelSalesOrderProps } from "./purchase-label-by-sales-order";
@@ -16,7 +17,7 @@ export type PurchaseLabelCommonProps = {
16
17
  /**
17
18
  * `features` is a set of feature flags you would like to enable or disable in this component.
18
19
  */
19
- features?: ConfigureShipmentProps["features"];
20
+ features?: PurchaseLabelFeatures;
20
21
  /**
21
22
  *`getPreferredRates is an async/sync optional callback function that will be invoked each time rates are caculated.
22
23
  * This is an optional callback function that returns an array of ShipEngine rates. The rates from this response will
@@ -139,7 +140,7 @@ export type ElementProps = PurchaseLabelByShipmentProps | PurchaseLabelSalesOrde
139
140
  * @example
140
141
  * You can see how the `<Component />` is used in the `createElement` function call below.
141
142
  * ```tsx
142
- * export const Element = alchemy.createElement(Component, ErrorFallback, {
143
+ * export const Element = createElement(Component, ErrorFallback, {
143
144
  * css: { height: "100%", maxWidth: "800px", minWidth: "440px", width: "100%" },
144
145
  * resources: { en },
145
146
  * });
@@ -181,12 +182,12 @@ export declare const Component: ({ features, ...props }: ElementProps) => import
181
182
  * <br />
182
183
  *
183
184
  * - Once a label has been purchased using this Element, you can take the `shipmentId` for the
184
- * associated shipment and pass it into the `<ViewShipment.Element />` Element in order to view
185
+ * associated shipment and pass it into the `<ShipmentSummary.Element />` Element in order to view
185
186
  * the shipment details.
186
187
  *
187
188
  * @see {@link PurchaseLabel.PurchaseLabelCommonProps | The **Common props** used in `<PurchaseLabel.Element />`}
188
189
  *
189
- * @see {@link ViewShipment.Element | The next step in the label purchase workflow `<ViewShipment.Element />`}
190
+ * @see {@link ShipmentSummary.Element | The next step in the label purchase workflow `<ShipmentSummary.Element />`}
190
191
  */
191
192
  export declare const Element: ({ resources, ...props }: ElementProps & {
192
193
  resources?: {
@@ -286,7 +287,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
286
287
  genericText: string;
287
288
  };
288
289
  };
289
- "shipengine-carriers": {
290
+ "manage-carriers": {
290
291
  title: string;
291
292
  headers: {
292
293
  accountCarriers: string;
@@ -318,14 +319,6 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
318
319
  vatSettings: {
319
320
  title: string;
320
321
  };
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
- */
329
322
  carriers: {
330
323
  title: string;
331
324
  subtitle: string;
@@ -426,14 +419,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
426
419
  addPackageDetails: string;
427
420
  };
428
421
  errorMessages: {
429
- customsItemsRequired: string; /**
430
- * # Purchase Label Component Props
431
- *
432
- * These are the shared props that will be passed into the `<PurchaseLabel.Element />`, and work
433
- * for either shipment-based or sales order-based label purchasing.
434
- *
435
- * @see {@link PurchaseLabel.Element | This prop types usage in `<PurchaseLabel.Element />`}
436
- */
422
+ customsItemsRequired: string;
437
423
  invalidAddress: string;
438
424
  noRates: string;
439
425
  salesOrderNotLoaded: string;
@@ -466,6 +452,10 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
466
452
  requestedShipping: string;
467
453
  shipDate: string;
468
454
  service: string;
455
+ /**
456
+ * `onApplyPreset` is an async/sync callback function that will be invoked each time a `Preset`
457
+ * has been applied to a shipment.
458
+ */
469
459
  shipTo: string;
470
460
  addShipToAddress: string;
471
461
  warehouse: string;
@@ -480,10 +470,6 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
480
470
  contentDescription: string;
481
471
  };
482
472
  loading: {
483
- /**
484
- * `onBeforeRateSave` is an async/sync callback function that will be invoked before each time a user
485
- * saves a rate.
486
- */
487
473
  calculatingRates: string;
488
474
  };
489
475
  modes: {
@@ -591,10 +577,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
591
577
  };
592
578
  termsAndAgreementTitles: {
593
579
  "WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": 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
- */
580
+ "RXZyaSBTZW5kIFRlcm1zICYgQ29uZGl0aW9ucw==": string;
598
581
  "VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
599
582
  RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
600
583
  "R2xvYmFsUG9zdCBUZXJtcyBhbmQgQ29uZGl0aW9ucw==": string;
@@ -856,10 +839,6 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
856
839
  adultSignature: string;
857
840
  delivery: string;
858
841
  deliveryMailed: string;
859
- /**
860
- * `onChangeShipmentFormMode` is an async/sync callback function that will be invoked each time
861
- * the user toggles the `Shipment Form Mode` between `Browse Rates` and `Selected Rate`.
862
- */
863
842
  directSignature: string;
864
843
  none: string;
865
844
  signature: string;
@@ -871,6 +850,10 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
871
850
  documents: string;
872
851
  gift: string;
873
852
  merchandise: string;
853
+ /**
854
+ * `onLabelCreateFailure` is an async/sync callback function that will be invoked each time a
855
+ * label purchase fails.
856
+ */
874
857
  returnedGoods: string;
875
858
  sample: string;
876
859
  };
@@ -883,10 +866,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
883
866
  };
884
867
  fields: {
885
868
  contentsType: 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
- */
869
+ countryOfOrigin: string;
890
870
  description: string;
891
871
  harmonizedTariffCode: string;
892
872
  ifDeliveryFails: string;
@@ -916,10 +896,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
916
896
  fundingSourceMetadata: string;
917
897
  label: string;
918
898
  labels: 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
- */
899
+ salesOrder: string;
923
900
  shipment: string;
924
901
  shipments: string;
925
902
  warehouses: string;
@@ -0,0 +1 @@
1
+ export * as ShipmentSummary from "./shipment-summary";
@@ -1,19 +1,18 @@
1
1
  /// <reference types="react" />
2
- import { SE } from "@shipengine/alchemy";
3
- import { ShipmentFeatures } from "../../components/templates/shipment";
4
- import { VatSettingsFeatures } from "../../features";
2
+ import { SE } from "@shipengine/react-api";
3
+ import { ShipmentSummaryFeatures } from "../../utilities";
5
4
  /**
6
- * # View Shipment Component Props
5
+ * # Shipment Summary Component Props
7
6
  *
8
- * - These are the base props that will be passed into the `<ViewShipment />` component.
7
+ * - These are the base props that will be passed into the `<ShipmentSummary />` component.
9
8
  *
10
- * @see {@link ViewShipment.Component | This prop types usage in the `<ViewShipment />` component}
9
+ * @see {@link ShipmentSummary.Component | This prop types usage in the `<ShipmentSummary />` component}
11
10
  */
12
11
  export type ComponentProps = {
13
12
  /**
14
13
  * `features` is a set of feature flags you would like to enable or disable in this component.
15
14
  */
16
- features?: ShipmentFeatures & VatSettingsFeatures;
15
+ features?: ShipmentSummaryFeatures;
17
16
  /**
18
17
  * `onClickPrintLabel` is a callback function that will be invoked when the user clicks the
19
18
  * `Print Label` button.
@@ -35,21 +34,21 @@ export type ComponentProps = {
35
34
  shipmentId?: string;
36
35
  };
37
36
  /**
38
- * # View Shipment Component
37
+ * # Shipment Summary Component
39
38
  *
40
- * - The `<ViewShipment />` component is used to for viewing the shipment's tracking number, printing the label that
39
+ * - The `<ShipmentSummary />` component is used to for viewing the shipment's tracking number, printing the label that
41
40
  * was created, and the option to void the label. When a label is voided, you can see a list of the
42
41
  * previously voided labels for a given shipment using this component.
43
42
  *
44
- * @param ComponentProps The base props that will be passed into the `<ViewShipment />` component.
43
+ * @param ComponentProps The base props that will be passed into the `<ShipmentSummary />` component.
45
44
  *
46
- * @returns Element An EmotionJSX.Element that will render the `<ViewShipment />` component
45
+ * @returns Element An EmotionJSX.Element that will render the `<ShipmentSummary />` component
47
46
  * with all the appropriate wrappers.
48
47
  *
49
48
  * @example
50
49
  * You can see how the `<Component />` is used in the `createElement` function call below.
51
50
  * ```tsx
52
- * export const Element = alchemy.createElement(Component, ErrorFallback, {
51
+ * export const Element = createElement(Component, ErrorFallback, {
53
52
  * css: { height: "100%", maxWidth: "800px", minWidth: "440px", width: "100%" },
54
53
  * resources: { en },
55
54
  * });
@@ -57,23 +56,23 @@ export type ComponentProps = {
57
56
  *
58
57
  * <br />
59
58
  *
60
- * @see {@link ViewShipment.Element | The **Element** created to render `<ViewShipment />`}
59
+ * @see {@link ShipmentSummary.Element | The **Element** created to render `<ShipmentSummary />`}
61
60
  */
62
61
  export declare const Component: ({ features, onClickPrintLabel, onClickPurchaseLabel, onClickVoidLabel, shipmentId, }: ComponentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
63
62
  /**
64
- * # Registered View Shipment Element
63
+ * # Registered Shipment Summary Element
65
64
  *
66
- * - This is the registered `<ViewShipment />` element that will be used to render the
67
- * `<ViewShipment.Element />` component.
65
+ * - This is the registered `<ShipmentSummary />` element that will be used to render the
66
+ * `<ShipmentSummary.Element />` component.
68
67
  *
69
68
  * @param ElementProps The props, callbacks, and resources necessary to render
70
- * the `<ViewShipment.Element />` component.
69
+ * the `<ShipmentSummary.Element />` component.
71
70
  *
72
71
  * @example
73
- * The `<Component />` is the source JSX that is rendered when you make use of the `ViewShipment`
72
+ * The `<Component />` is the source JSX that is rendered when you make use of the `ShipmentSummary`
74
73
  * Element directly. Here is a brief example of how you would use it within your application.
75
74
  * ```tsx
76
- * <ViewShipment.Element
75
+ * <ShipmentSummary.Element
77
76
  * onClickPurchaseLabel={({ salesOrderId }) => {
78
77
  * console.log('sales order ID', salesOrderId);
79
78
  * }}
@@ -86,7 +85,7 @@ export declare const Component: ({ features, onClickPrintLabel, onClickPurchaseL
86
85
  *
87
86
  * <br />
88
87
  *
89
- * @see {@link ViewShipment.ComponentProps | The **props** that can be passed into the `<ViewShipment.Element />` component}
88
+ * @see {@link ShipmentSummary.ComponentProps | The **props** that can be passed into the `<ShipmentSummary.Element />` component}
90
89
  *
91
90
  * @see {@link VoidLabel.Element | The next step in the label purchase workflow `<VoidLabel.Element />`}
92
91
  **/
@@ -158,9 +157,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
158
157
  shipDate: string;
159
158
  shipTo: string;
160
159
  warehouse: string;
161
- weight: string; /**
162
- * `features` is a set of feature flags you would like to enable or disable in this component.
163
- */
160
+ weight: string;
164
161
  insuredValue: string;
165
162
  deliveryConfirmation: string;
166
163
  };
@@ -168,10 +165,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
168
165
  multipleShippingServices: string;
169
166
  sections: {
170
167
  labels: string;
171
- shipmentSummary: string; /**
172
- * `onClickVoidLabel` is a callback function that will be invoked when the user clicks the
173
- * `Void Label` button.
174
- */
168
+ shipmentSummary: string;
175
169
  };
176
170
  noLabels: string;
177
171
  };
@@ -193,7 +187,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
193
187
  genericText: string;
194
188
  };
195
189
  };
196
- "shipengine-carriers": {
190
+ "manage-carriers": {
197
191
  title: string;
198
192
  headers: {
199
193
  accountCarriers: string;
@@ -295,13 +289,12 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
295
289
  oversize: string;
296
290
  returns: string;
297
291
  notifications: string;
298
- tip: string;
292
+ tip: string; /**
293
+ * `features` is a set of feature flags you would like to enable or disable in this component.
294
+ */
299
295
  duties_and_taxes: string;
300
296
  brokerage_fee: string;
301
- admin_fee: string; /**
302
- * `onClickPrintLabel` is a callback function that will be invoked when the user clicks the
303
- * `Print Label` button.
304
- */
297
+ admin_fee: string;
305
298
  adjustment: string;
306
299
  auctane_service_fee: string;
307
300
  product_price: string;
@@ -418,7 +411,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
418
411
  today: string;
419
412
  viewMap: string;
420
413
  otherLocations: string;
421
- noServicePointsForService: string;
414
+ noServicePointsForService: string; /**
415
+ * # Shipment Summary Element Props
416
+ *
417
+ * - These are the base props that will be passed into the `<ShipmentSummary />` element.
418
+ *
419
+ * @see {@link ShipmentSummary.Element | See the full type that `typeof Element` will return}
420
+ */
422
421
  error: string;
423
422
  paperless: string;
424
423
  localTimeDisclaimer: string;
@@ -517,30 +516,19 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
517
516
  error: {
518
517
  title: string;
519
518
  message: string;
520
- }; /**
521
- * # View Shipment Component Props
522
- *
523
- * - These are the base props that will be passed into the `<ViewShipment />` component.
524
- *
525
- * @see {@link ViewShipment.Component | This prop types usage in the `<ViewShipment />` component}
526
- */
519
+ };
527
520
  isEnabledCTA: string;
528
521
  isEnabled: string;
529
522
  isLoading: string;
530
523
  lowBalancePurchaseThreshold: string;
531
- maximumPurchasesPerDay: string; /**
532
- * `features` is a set of feature flags you would like to enable or disable in this component.
533
- */
524
+ maximumPurchasesPerDay: string;
534
525
  purchaseAmount: string;
535
526
  readSettings: string;
536
527
  };
537
528
  addFunds: {
538
529
  custom: string;
539
530
  error: {
540
- title: string; /**
541
- * `onClickPurchaseLabel` is a callback function that will be invoked when the user clicks the
542
- * `Purchase Label` button.
543
- */
531
+ title: string;
544
532
  message: string;
545
533
  };
546
534
  isLoading: string;
@@ -709,7 +697,9 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
709
697
  modified: string;
710
698
  title: string;
711
699
  originalAddress: string;
712
- matchedAddress: string;
700
+ matchedAddress: string; /**
701
+ * `shipmentId` is the unique identifier for the shipment you wish to view.
702
+ */
713
703
  unableToValidate: string;
714
704
  use: {
715
705
  originalAddress: string;
@@ -798,13 +788,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
798
788
  invalidNameOrCompany: string;
799
789
  parsingFailure: string;
800
790
  incompleteLabelPurchaseRequirements: string;
801
- /**
802
- * # View Shipment Element Props
803
- *
804
- * - These are the base props that will be passed into the `<ViewShipment />` element.
805
- *
806
- * @see {@link ViewShipment.Element | See the full type that `typeof Element` will return}
807
- */
808
791
  shipmentCancelled: string;
809
792
  unableToLoad: {
810
793
  accountSettings: string;
@@ -978,10 +961,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
978
961
  } | undefined;
979
962
  }) => import("@emotion/react/jsx-runtime").JSX.Element;
980
963
  /**
981
- * # View Shipment Element Props
964
+ * # Shipment Summary Element Props
982
965
  *
983
- * - These are the base props that will be passed into the `<ViewShipment />` element.
966
+ * - These are the base props that will be passed into the `<ShipmentSummary />` element.
984
967
  *
985
- * @see {@link ViewShipment.Element | See the full type that `typeof Element` will return}
968
+ * @see {@link ShipmentSummary.Element | See the full type that `typeof Element` will return}
986
969
  */
987
970
  export type ElementProps = React.ComponentProps<typeof Element>;
@@ -1,4 +1,4 @@
1
- import { Shipment, ShipmentStatus } from "@shipengine/alchemy";
1
+ import { Shipment, ShipmentStatus } from "@shipengine/react-api";
2
2
  type ShipmentsGridProps = {
3
3
  onRowClick?: (data: Shipment) => void;
4
4
  shipmentStatus?: ShipmentStatus;
@@ -101,7 +101,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
101
101
  genericText: string;
102
102
  };
103
103
  };
104
- "shipengine-carriers": {
104
+ "manage-carriers": {
105
105
  title: string;
106
106
  headers: {
107
107
  accountCarriers: string;
@@ -111,7 +111,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
111
111
  genericText: string;
112
112
  };
113
113
  };
114
- "shipengine-carriers": {
114
+ "manage-carriers": {
115
115
  title: string;
116
116
  headers: {
117
117
  accountCarriers: string;
@@ -0,0 +1 @@
1
+ export * as TransactionHistory from "./transaction-history-element";
@@ -98,7 +98,7 @@ export declare const Element: ({ resources, ...props }: object & {
98
98
  genericText: string;
99
99
  };
100
100
  };
101
- "shipengine-carriers": {
101
+ "manage-carriers": {
102
102
  title: string;
103
103
  headers: {
104
104
  accountCarriers: string;