@shipengine/elements 0.37.21 → 0.39.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 (76) hide show
  1. package/index.cjs +89 -76
  2. package/index.js +89 -76
  3. package/package.json +6 -7
  4. package/src/components/add-funds-form/add-funds-form.styles.d.ts +3 -3
  5. package/src/components/auto-funding-form/auto-funding-form.styles.d.ts +1 -1
  6. package/src/components/carrier-balance/carrier-balance.styles.d.ts +1 -1
  7. package/src/components/collapsible-panel/collapsible-panel.d.ts +1 -1
  8. package/src/components/collapsible-panel/collapsible-panel.styles.d.ts +4 -4
  9. package/src/components/date-range-select/date-range-select.styles.d.ts +1 -1
  10. package/src/components/disclosure/disclosure.styles.d.ts +3 -3
  11. package/src/components/error-display/error-display.styles.d.ts +3 -3
  12. package/src/components/field/checkbox-input/checkbox-input.d.ts +1 -1
  13. package/src/components/field/credit-card-input/credit-card-input.d.ts +1 -1
  14. package/src/components/field/date-picker/date-picker.styles.d.ts +1 -1
  15. package/src/components/field/expiration-input/expiration-input.d.ts +1 -1
  16. package/src/components/field/field.styles.d.ts +1 -1
  17. package/src/components/field/money-input/money-input.d.ts +1 -1
  18. package/src/components/field/number-input/number-input.d.ts +1 -1
  19. package/src/components/field/rate-card/cost-breakdown/cost-breakdown.styles.d.ts +1 -1
  20. package/src/components/field/rate-card/rate-card.d.ts +1 -1
  21. package/src/components/field/rate-card/rate-card.styles.d.ts +1 -1
  22. package/src/components/field/rate-select/rate-select.styles.d.ts +1 -1
  23. package/src/components/field/select-auto-complete/select-auto-complete.d.ts +1 -1
  24. package/src/components/field/submit-button/submit-button.d.ts +1 -1
  25. package/src/components/field/switch/switch.d.ts +1 -1
  26. package/src/components/field/text-area/text-area.d.ts +1 -1
  27. package/src/components/field/text-input/text-input.d.ts +1 -1
  28. package/src/components/fund-and-purchase/fund-and-purchase.styles.d.ts +3 -3
  29. package/src/components/history/history-card/history-card.styles.d.ts +8 -8
  30. package/src/components/history/history-card-extension/history-card-extension.styles.d.ts +3 -3
  31. package/src/components/inline-label/inline-label.d.ts +1 -1
  32. package/src/components/inline-label/inline-label.styles.d.ts +1 -1
  33. package/src/components/items-breakdown/items-breakdown.styles.d.ts +6 -6
  34. package/src/components/label/label.d.ts +1 -1
  35. package/src/components/label/label.styles.d.ts +1 -1
  36. package/src/components/label-layout/label-layout.styles.d.ts +12 -12
  37. package/src/components/link-action/link-action.d.ts +2 -2
  38. package/src/components/loader/loader.d.ts +1 -1
  39. package/src/components/preset-descriptor/preset-descriptor.styles.d.ts +1 -1
  40. package/src/components/save-status/save-status-styles.d.ts +4 -4
  41. package/src/components/section/section.d.ts +1 -1
  42. package/src/components/section/section.styles.d.ts +4 -4
  43. package/src/components/settings-card/settings-card.styles.d.ts +5 -5
  44. package/src/components/spacer/spacer.d.ts +1 -1
  45. package/src/components/templates/account-settings/account-settings.d.ts +0 -1
  46. package/src/components/templates/address-form/address-fields.styles.d.ts +1 -1
  47. package/src/components/templates/carrier-recovery-form/carrier-recovery-form.styles.d.ts +1 -1
  48. package/src/components/templates/carrier-terms-form/carrier-terms-form.styles.d.ts +6 -6
  49. package/src/components/templates/customs-items-display/customs-items-display.styles.d.ts +16 -16
  50. package/src/components/templates/edit-billing-form/edit-billing-form.styles.d.ts +3 -3
  51. package/src/components/templates/label/label.styles.d.ts +2 -2
  52. package/src/components/templates/landing-page/landing-page.styles.d.ts +1 -1
  53. package/src/components/templates/list-carriers/list-carriers.styles.d.ts +3 -3
  54. package/src/components/templates/list-carriers-row/list-carriers-row.styles.d.ts +3 -3
  55. package/src/components/templates/manage-warehouses/manage-warehouse.styles.d.ts +2 -2
  56. package/src/components/templates/onboarding/onboarding.styles.d.ts +4 -4
  57. package/src/components/templates/rate-form/rate-form.styles.d.ts +1 -1
  58. package/src/components/templates/suspend-sales-order/suspend-sales-order.d.ts +1 -1
  59. package/src/components/templates/suspend-shipment/suspend-shipment.d.ts +1 -1
  60. package/src/components/templates/wallet-card/wallet-card.styles.d.ts +1 -1
  61. package/src/components/templates/wallet-form/wallet-form.styles.d.ts +1 -1
  62. package/src/constants/shipengine/address.d.ts +2 -2
  63. package/src/elements/account-settings/account-settings.d.ts +1 -9
  64. package/src/elements/configure-shipment/hooks/use-request-preferred-rates.d.ts +1 -1
  65. package/src/elements/configure-shipment/hooks/use-request-rates.d.ts +1 -1
  66. package/src/elements/list-carriers/hooks/use-list-connected-carriers.d.ts +1 -1
  67. package/src/elements/purchase-label/hooks/use-load-shipment.d.ts +1 -1
  68. package/src/elements/view-shipment/view-shipment.d.ts +7 -1
  69. package/src/features/wallet-history/wallet-history.styles.d.ts +11 -11
  70. package/src/hooks/options/use-state-code-options.d.ts +2 -2
  71. package/src/hooks/use-elements.d.ts +1 -3
  72. package/src/hooks/use-get-or-create-shipment.d.ts +1 -1
  73. package/src/testing/extensions/queries/by-icon-name.d.ts +1 -1
  74. package/src/testing/extensions/queries/index.d.ts +6 -6
  75. package/src/testing/test-utils.d.ts +1 -2
  76. package/src/utilities/styles.d.ts +1 -1
@@ -1,17 +1,17 @@
1
1
  export declare const styles: {
2
- content: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ content: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  padding: string;
4
4
  };
5
- header: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
5
+ header: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
6
6
  backgroundColor: string;
7
7
  display: "flex";
8
8
  height: number;
9
9
  padding: string;
10
10
  };
11
- icon: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
11
+ icon: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
12
12
  color: "#006fbb";
13
13
  };
14
- link: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
14
+ link: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
15
15
  ":hover": {
16
16
  color: string;
17
17
  textDecoration: string;
@@ -1,5 +1,5 @@
1
1
  export declare const styles: {
2
- getDateRangeSelect: (fullWidth?: boolean) => (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ getDateRangeSelect: (fullWidth?: boolean) => (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  minWidth: number;
4
4
  position: "relative";
5
5
  width: string | number;
@@ -1,9 +1,9 @@
1
1
  export declare const styles: {
2
- container: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ container: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  display: "flex";
4
4
  gap: number;
5
5
  };
6
- content: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
6
+ content: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
7
7
  [x: string]: string | number | {
8
8
  maxWidth: string;
9
9
  };
@@ -11,7 +11,7 @@ export declare const styles: {
11
11
  maxWidth: string;
12
12
  padding: number;
13
13
  };
14
- icon: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
14
+ icon: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
15
15
  color: string;
16
16
  };
17
17
  toggle: {
@@ -1,5 +1,5 @@
1
1
  export declare const styles: {
2
- errorContainer: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ errorContainer: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  alignItems: "center";
4
4
  backgroundColor: string;
5
5
  display: "flex";
@@ -8,12 +8,12 @@ export declare const styles: {
8
8
  paddingTop: number;
9
9
  rowGap: number;
10
10
  };
11
- errorCTA: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
11
+ errorCTA: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
12
12
  color: string;
13
13
  fontSize: string;
14
14
  lineHeight: string;
15
15
  };
16
- errorHeading: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
16
+ errorHeading: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
17
17
  fontSize: string;
18
18
  };
19
19
  };
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from "react";
2
- import { ICheckboxProps as NativeCheckboxProps } from "@packlink/giger";
2
+ import { ICheckboxProps as NativeCheckboxProps } from "@shipengine/giger";
3
3
  import { ControlledField } from "../create-field-controller";
4
4
  export declare const CheckboxInput: ControlledField<NativeCheckboxProps & {
5
5
  checkboxLabel: ReactNode;
@@ -1,3 +1,3 @@
1
- import { InputProps as NativeInputProps } from "@packlink/giger";
1
+ import { InputProps as NativeInputProps } from "@shipengine/giger";
2
2
  import { ControlledField } from "../create-field-controller";
3
3
  export declare const CreditCardInput: ControlledField<NativeInputProps>;
@@ -1,3 +1,3 @@
1
- import { Theme } from "@packlink/giger-theme";
1
+ import { Theme } from "@shipengine/giger-theme";
2
2
  export declare const getPopperStyles: (theme: Theme) => string;
3
3
  export declare const getWrapperStyles: (theme: Theme) => string;
@@ -1,3 +1,3 @@
1
- import { InputProps as NativeInputProps } from "@packlink/giger";
1
+ import { InputProps as NativeInputProps } from "@shipengine/giger";
2
2
  import { ControlledField } from "../create-field-controller";
3
3
  export declare const ExpirationInput: ControlledField<NativeInputProps>;
@@ -1,3 +1,3 @@
1
1
  import { Interpolation } from "@emotion/serialize";
2
- import { Theme } from "@packlink/giger-theme";
2
+ import { Theme } from "@shipengine/giger-theme";
3
3
  export declare const getOverrideStyles: (theme: Theme) => Interpolation<Theme>;
@@ -1,5 +1,5 @@
1
- import { InputProps } from "@packlink/giger";
2
1
  import { SE } from "@shipengine/alchemy";
2
+ import { InputProps } from "@shipengine/giger";
3
3
  import { ControlledField } from "../create-field-controller";
4
4
  export declare const transform: {
5
5
  in: ({ amount, currency }?: Partial<{
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { InputProps as NativeInputProps } from "@packlink/giger";
2
+ import { InputProps as NativeInputProps } from "@shipengine/giger";
3
3
  import { ControlledField } from "../create-field-controller";
4
4
  type NumberInputOptions = {
5
5
  isInteger?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { SerializedStyles } from "@emotion/react";
2
- import { Theme } from "@packlink/giger-theme";
2
+ import { Theme } from "@shipengine/giger-theme";
3
3
  export declare const getAsideStyles: (theme: Theme) => SerializedStyles;
4
4
  export declare const getPriceStyles: (theme: Theme) => SerializedStyles;
5
5
  export declare const getTableStyles: (theme: Theme) => SerializedStyles;
@@ -1,4 +1,4 @@
1
- import { WithCommonProps } from "@packlink/giger";
1
+ import { WithCommonProps } from "@shipengine/giger";
2
2
  import { RateOption } from "../../../hooks";
3
3
  export type RateCardProps = Partial<RateOption> & WithCommonProps<{
4
4
  isAcknowledged?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { SerializedStyles } from "@emotion/react";
2
- import { Theme } from "@packlink/giger-theme";
2
+ import { Theme } from "@shipengine/giger-theme";
3
3
  export declare const getRateCardFirstLineSize: (theme: Theme) => string;
4
4
  export declare const getArticleStyles: (theme: Theme) => SerializedStyles;
5
5
  export declare const getArticleNonSelectedStyles: (theme: Theme) => SerializedStyles;
@@ -1,3 +1,3 @@
1
1
  import { SerializedStyles } from "@emotion/react";
2
- import { Theme } from "@packlink/giger-theme";
2
+ import { Theme } from "@shipengine/giger-theme";
3
3
  export declare const getRateCardOptionStyles: (theme: Theme) => SerializedStyles;
@@ -1,4 +1,4 @@
1
- import { ISelectAutocomplete as NativeSelectAutoCompleteProps } from "@packlink/giger";
1
+ import { ISelectAutocomplete as NativeSelectAutoCompleteProps } from "@shipengine/giger";
2
2
  import { ControlledField } from "../create-field-controller";
3
3
  type SelectAutoCompleteProps = {
4
4
  onChange?: (value?: string) => void;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { Control } from "react-hook-form";
3
- import { IButtonProps } from "@packlink/giger";
3
+ import { IButtonProps } from "@shipengine/giger";
4
4
  export type SubmitButtonProps = {
5
5
  alwaysRequireValidity?: boolean;
6
6
  control: Control<any, any>;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { ISwitchProps } from "@packlink/giger";
2
+ import { ISwitchProps } from "@shipengine/giger";
3
3
  export type SwitchProps = {
4
4
  children?: React.ReactNode;
5
5
  defaultChecked?: boolean;
@@ -1,3 +1,3 @@
1
- import { TextareaProps as NativeTextAreaProps } from "@packlink/giger";
1
+ import { TextareaProps as NativeTextAreaProps } from "@shipengine/giger";
2
2
  import { ControlledField } from "../create-field-controller";
3
3
  export declare const TextArea: ControlledField<NativeTextAreaProps>;
@@ -1,3 +1,3 @@
1
- import { InputProps as NativeInputProps } from "@packlink/giger";
1
+ import { InputProps as NativeInputProps } from "@shipengine/giger";
2
2
  import { ControlledField } from "../create-field-controller";
3
3
  export declare const TextInput: ControlledField<NativeInputProps>;
@@ -1,11 +1,11 @@
1
1
  export declare const styles: {
2
- balanceText: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ balanceText: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  color: string;
4
4
  };
5
- container: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
5
+ container: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
6
6
  padding: string;
7
7
  };
8
- getFormExtension: (isCustomAmount?: boolean) => (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
8
+ getFormExtension: (isCustomAmount?: boolean) => (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
9
9
  backgroundColor: string;
10
10
  display: "flex";
11
11
  flexDirection: "column";
@@ -1,9 +1,9 @@
1
1
  export declare const styles: {
2
- balanceTypography: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ balanceTypography: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  color: string;
4
4
  marginLeft: string;
5
5
  };
6
- cardColumn: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
6
+ cardColumn: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
7
7
  "&:last-child": {
8
8
  alignItems: "flex-end";
9
9
  };
@@ -13,28 +13,28 @@ export declare const styles: {
13
13
  justifyContent: "space-between";
14
14
  rowGap: string;
15
15
  };
16
- cardContainer: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
16
+ cardContainer: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
17
17
  display: "flex";
18
18
  justifyContent: "space-between";
19
19
  };
20
- carrierTypography: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
20
+ carrierTypography: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
21
21
  color: string;
22
22
  fontSize: string;
23
23
  fontWeight: number;
24
24
  };
25
- dateTypography: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
25
+ dateTypography: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
26
26
  color: string;
27
27
  };
28
- getAmountTypography: (isReload?: boolean) => (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
28
+ getAmountTypography: (isReload?: boolean) => (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
29
29
  color: string;
30
30
  fontSize: string;
31
31
  marginLeft: string;
32
32
  };
33
- getTransactionTypeTypography: (transactionType?: string) => (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
33
+ getTransactionTypeTypography: (transactionType?: string) => (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
34
34
  color: string;
35
35
  textTransform: "capitalize";
36
36
  };
37
- transactionDetails: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
37
+ transactionDetails: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
38
38
  alignItems: "center";
39
39
  columnGap: number;
40
40
  display: "flex";
@@ -1,5 +1,5 @@
1
1
  export declare const styles: {
2
- chevronTypography: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ chevronTypography: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  color: string;
4
4
  };
5
5
  detailsBottomContainer: {
@@ -10,7 +10,7 @@ export declare const styles: {
10
10
  display: "flex";
11
11
  justifyContent: "space-between";
12
12
  };
13
- detailsTypography: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
13
+ detailsTypography: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
14
14
  color: string;
15
15
  };
16
16
  headingContainer: {
@@ -18,7 +18,7 @@ export declare const styles: {
18
18
  display: "flex";
19
19
  justifyContent: "space-between";
20
20
  };
21
- loadingStateContainer: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
21
+ loadingStateContainer: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
22
22
  display: "flex";
23
23
  flexDirection: "column";
24
24
  rowGap: number;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { WithConditionalCSSProp } from "@emotion/react/types/jsx-namespace";
3
- import { ITypographyProps } from "@packlink/giger";
3
+ import { ITypographyProps } from "@shipengine/giger";
4
4
  /**
5
5
  * @internal
6
6
  *
@@ -1,5 +1,5 @@
1
1
  export declare const styles: (isLabelRight?: boolean) => {
2
- inlineContainer: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ inlineContainer: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  alignItems: "center";
4
4
  display: "flex";
5
5
  flexDirection: "row-reverse" | "row";
@@ -1,28 +1,28 @@
1
1
  export declare const styles: {
2
- itemDescription: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ itemDescription: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  display: "flex";
4
4
  flexDirection: "column";
5
5
  padding: string;
6
6
  };
7
- itemDetail: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
7
+ itemDetail: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
8
8
  padding: string;
9
9
  verticalAlign: string;
10
10
  };
11
- itemName: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
12
- "-webkit-box-orient": string;
13
- "-webkit-line-clamp": string;
11
+ itemName: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
14
12
  display: "-webkit-box";
15
13
  lineHeight: string;
16
14
  maxHeight: string;
17
15
  overflow: "hidden";
18
16
  textOverflow: "ellipsis";
17
+ WebkitBoxOrient: "vertical";
18
+ WebkitLineClamp: "3";
19
19
  whiteSpace: "normal";
20
20
  };
21
21
  numericCell: () => {
22
22
  textAlign: "right";
23
23
  width: string;
24
24
  };
25
- tableWrapper: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
25
+ tableWrapper: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
26
26
  "&& > div": {
27
27
  boxShadow: "none";
28
28
  };
@@ -1,5 +1,5 @@
1
1
  import { WithConditionalCSSProp } from "@emotion/react/types/jsx-namespace";
2
- import { ITypographyProps, WithChildrenCommonProps } from "@packlink/giger";
2
+ import { ITypographyProps, WithChildrenCommonProps } from "@shipengine/giger";
3
3
  export type LabelProps = WithChildrenCommonProps<{
4
4
  spacing?: number | "spread";
5
5
  text: string;
@@ -3,7 +3,7 @@ export declare const styles: ({ variant, spacing, }: {
3
3
  spacing: LabelProps["spacing"];
4
4
  variant: LabelProps["variant"];
5
5
  }) => {
6
- labelContainer: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
6
+ labelContainer: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
7
7
  alignItems: "center";
8
8
  display: "flex";
9
9
  flexDirection: "column" | "row" | "row-reverse";
@@ -1,20 +1,20 @@
1
1
  export declare const styles: {
2
- button: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ button: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  backgroundColor: "transparent";
4
4
  padding: number;
5
5
  };
6
- buttonContainer: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
6
+ buttonContainer: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
7
7
  alignItems: "center";
8
8
  display: "flex";
9
9
  justifyContent: "left";
10
10
  };
11
- icon: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
11
+ icon: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
12
12
  color: string;
13
13
  position: "absolute";
14
14
  right: number;
15
15
  top: number;
16
16
  };
17
- letter: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
17
+ letter: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
18
18
  ":hover": {
19
19
  border: string;
20
20
  };
@@ -29,7 +29,7 @@ export declare const styles: {
29
29
  position: "relative";
30
30
  width: number;
31
31
  };
32
- letterInner: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
32
+ letterInner: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
33
33
  backgroundColor: "white";
34
34
  border: string;
35
35
  height: number;
@@ -37,12 +37,12 @@ export declare const styles: {
37
37
  marginTop: number;
38
38
  width: number;
39
39
  };
40
- letterLabel: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
40
+ letterLabel: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
41
41
  backgroundColor: "#95C2E0";
42
42
  height: number;
43
43
  margin: number;
44
44
  };
45
- selectedLetter: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
45
+ selectedLetter: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
46
46
  alignItems: "center";
47
47
  backgroundColor: "#EAF6FF";
48
48
  border: string;
@@ -57,7 +57,7 @@ export declare const styles: {
57
57
  position: "relative";
58
58
  width: number;
59
59
  };
60
- selectedThermal: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
60
+ selectedThermal: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
61
61
  alignItems: "center";
62
62
  backgroundColor: "#EAF6FF";
63
63
  border: string;
@@ -70,7 +70,7 @@ export declare const styles: {
70
70
  position: "relative";
71
71
  width: number;
72
72
  };
73
- thermal: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
73
+ thermal: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
74
74
  ":hover": {
75
75
  border: string;
76
76
  };
@@ -84,12 +84,12 @@ export declare const styles: {
84
84
  position: "relative";
85
85
  width: number;
86
86
  };
87
- thermalIcon: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
87
+ thermalIcon: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
88
88
  backgroundColor: "#95C2E0";
89
89
  height: number;
90
90
  width: number;
91
91
  };
92
- thermalInner: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
92
+ thermalInner: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
93
93
  alignItems: "center";
94
94
  display: "flex";
95
95
  height: number;
@@ -98,7 +98,7 @@ export declare const styles: {
98
98
  marginTop: number;
99
99
  width: number;
100
100
  };
101
- thermalLabel: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
101
+ thermalLabel: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
102
102
  backgroundColor: "#95C2E0";
103
103
  height: number;
104
104
  width: number;
@@ -1,5 +1,5 @@
1
- import { ILinkProps } from "@packlink/giger";
2
- import { IconNames } from "@packlink/giger-theme";
1
+ import { ILinkProps } from "@shipengine/giger";
2
+ import { IconNames } from "@shipengine/giger-theme";
3
3
  declare const icons: {
4
4
  readonly add: IconNames.ADD;
5
5
  readonly checkFilled: IconNames.CHECK_FILLED;
@@ -1,4 +1,4 @@
1
- import { ISpinnerProps } from "@packlink/giger";
1
+ import { ISpinnerProps } from "@shipengine/giger";
2
2
  /**
3
3
  * @internal
4
4
  *
@@ -1,5 +1,5 @@
1
1
  import { SerializedStyles } from "@emotion/react";
2
- import { Theme } from "@packlink/giger-theme";
2
+ import { Theme } from "@shipengine/giger-theme";
3
3
  export declare const getContainerStyles: (theme: Theme) => SerializedStyles;
4
4
  export declare const getDimensionStyles: (theme: Theme) => SerializedStyles;
5
5
  export declare const getServiceNameStyles: (theme: Theme) => SerializedStyles;
@@ -16,18 +16,18 @@ export declare const styles: {
16
16
  strokeDasharray: string;
17
17
  strokeDashoffset: string;
18
18
  };
19
- container: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
19
+ container: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
20
20
  alignItems: "center";
21
21
  animation: `${string} 2.5s ease-in-out forwards`;
22
22
  display: "flex";
23
23
  justifyContent: "flex-start";
24
24
  padding: string;
25
25
  };
26
- saved: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
26
+ saved: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
27
27
  color: string;
28
28
  marginLeft: string;
29
29
  };
30
- saving: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
30
+ saving: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
31
31
  marginLeft: string;
32
32
  };
33
33
  savingContainer: () => {
@@ -36,7 +36,7 @@ export declare const styles: {
36
36
  display: "flex";
37
37
  justifyContent: "flex-start";
38
38
  };
39
- savingFailed: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
39
+ savingFailed: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
40
40
  color: "#EE3B3F";
41
41
  marginLeft: string;
42
42
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { WithChildrenCommonProps } from "@packlink/giger";
2
+ import { WithChildrenCommonProps } from "@shipengine/giger";
3
3
  /**
4
4
  * @internal
5
5
  *
@@ -1,17 +1,17 @@
1
1
  export declare const styles: {
2
- icon: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ icon: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  color: string;
4
4
  marginRight: number;
5
5
  };
6
6
  rightContentWrapper: {
7
7
  marginLeft: string;
8
8
  };
9
- section: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
9
+ section: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
10
10
  boxSizing: "border-box";
11
11
  padding: string;
12
12
  width: string;
13
13
  };
14
- summary: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
14
+ summary: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
15
15
  "&::-webkit-details-marker": {
16
16
  display: "none";
17
17
  };
@@ -24,7 +24,7 @@ export declare const styles: {
24
24
  padding: string;
25
25
  width: string;
26
26
  };
27
- summaryWrapper: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
27
+ summaryWrapper: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
28
28
  alignItems: "center";
29
29
  color: string;
30
30
  display: "flex";
@@ -1,5 +1,5 @@
1
1
  export declare const styles: {
2
- body: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ body: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  borderTop: string;
4
4
  color: string;
5
5
  lineHeight: number;
@@ -8,13 +8,13 @@ export declare const styles: {
8
8
  textTransform: "uppercase";
9
9
  width: string;
10
10
  };
11
- container: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
11
+ container: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
12
12
  border: string;
13
13
  borderRadius: string;
14
14
  boxSizing: "border-box";
15
15
  width: string;
16
16
  };
17
- header: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
17
+ header: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
18
18
  alignItems: "center";
19
19
  borderRadius: number;
20
20
  color: string;
@@ -23,13 +23,13 @@ export declare const styles: {
23
23
  padding: number;
24
24
  width: string;
25
25
  };
26
- title: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
26
+ title: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
27
27
  alignItems: "center";
28
28
  display: "flex";
29
29
  gap: number;
30
30
  justifyContent: "space-between";
31
31
  };
32
- verticalContainer: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
32
+ verticalContainer: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
33
33
  alignItems: "center";
34
34
  border: string;
35
35
  borderRadius: string;
@@ -1,4 +1,4 @@
1
- import { Theme } from "@packlink/giger-theme";
1
+ import { Theme } from "@shipengine/giger-theme";
2
2
  /**
3
3
  * @internal
4
4
  *
@@ -1,6 +1,5 @@
1
1
  import { SE } from "@shipengine/alchemy";
2
2
  export type AccountSettingsProps = {
3
3
  carriers?: SE.Carrier[];
4
- onSaveSettings: () => void;
5
4
  };
6
5
  export declare const AccountSettings: ({ carriers, ...rest }: AccountSettingsProps) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -10,7 +10,7 @@ export declare const styles: {
10
10
  flex: string;
11
11
  width: string;
12
12
  };
13
- stateZipWrapper: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
13
+ stateZipWrapper: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
14
14
  "@media (max-width: 375px)": {
15
15
  flexDirection: "column";
16
16
  gap: number;
@@ -1,5 +1,5 @@
1
1
  export declare const styles: {
2
- grid: (theme: import("@packlink/giger-theme/dist/lib/Theme").Theme) => {
2
+ grid: (theme: import("@shipengine/giger-theme/dist/lib/Theme").Theme) => {
3
3
  margin: number;
4
4
  };
5
5
  heading: {