diff --git a/.yarn/patches/@metamask-previews-design-system-react-native-npm-0.22.0-preview.f515a62-f7f201.patch b/.yarn/patches/@metamask-previews-design-system-react-native-npm-0.22.0-preview.f515a62-f7f201.patch new file mode 100644 index 00000000000..defad1f496c --- /dev/null +++ b/.yarn/patches/@metamask-previews-design-system-react-native-npm-0.22.0-preview.f515a62-f7f201.patch @@ -0,0 +1,3869 @@ +diff --git a/dist/components/ActionListItem/ActionListItem.cjs b/dist/components/ActionListItem/ActionListItem.cjs +index 65a133f..f55101c 100644 +--- a/dist/components/ActionListItem/ActionListItem.cjs ++++ b/dist/components/ActionListItem/ActionListItem.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.ActionListItem = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const Box_1 = require("../Box/index.cjs"); +diff --git a/dist/components/ActionListItem/ActionListItem.mjs b/dist/components/ActionListItem/ActionListItem.mjs +index 54f109b..d19dafe 100644 +--- a/dist/components/ActionListItem/ActionListItem.mjs ++++ b/dist/components/ActionListItem/ActionListItem.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { useCallback } from "react"; + const React = $importDefault($React); + import { Pressable } from "react-native/index.js"; +diff --git a/dist/components/AvatarAccount/AvatarAccount.cjs b/dist/components/AvatarAccount/AvatarAccount.cjs +index 77f20d5..ed2f1d3 100644 +--- a/dist/components/AvatarAccount/AvatarAccount.cjs ++++ b/dist/components/AvatarAccount/AvatarAccount.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarAccount = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + const AvatarBase_1 = require("../AvatarBase/index.cjs"); + const Blockies_1 = require("../temp-components/Blockies/index.cjs"); +diff --git a/dist/components/AvatarAccount/AvatarAccount.constants.cjs b/dist/components/AvatarAccount/AvatarAccount.constants.cjs +index 1d6ae7f..4ddee9e 100644 +--- a/dist/components/AvatarAccount/AvatarAccount.constants.cjs ++++ b/dist/components/AvatarAccount/AvatarAccount.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.SAMPLE_AVATARACCOUNT_ADDRESSES = exports.MAP_AVATARACCOUNT_SIZE_SIZENUMBER = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + exports.MAP_AVATARACCOUNT_SIZE_SIZENUMBER = { + [design_system_shared_1.AvatarAccountSize.Xs]: 16, + [design_system_shared_1.AvatarAccountSize.Sm]: 24, +diff --git a/dist/components/AvatarAccount/AvatarAccount.constants.d.cts b/dist/components/AvatarAccount/AvatarAccount.constants.d.cts +index 1a99b58..f51d371 100644 +--- a/dist/components/AvatarAccount/AvatarAccount.constants.d.cts ++++ b/dist/components/AvatarAccount/AvatarAccount.constants.d.cts +@@ -1,4 +1,4 @@ +-import { AvatarAccountSize } from "@metamask-previews/design-system-shared"; ++import { AvatarAccountSize } from "@metamask/design-system-shared"; + export declare const MAP_AVATARACCOUNT_SIZE_SIZENUMBER: Record; + export declare const SAMPLE_AVATARACCOUNT_ADDRESSES: string[]; + //# sourceMappingURL=AvatarAccount.constants.d.cts.map +\ No newline at end of file +diff --git a/dist/components/AvatarAccount/AvatarAccount.constants.d.mts b/dist/components/AvatarAccount/AvatarAccount.constants.d.mts +index d182d75..2153e21 100644 +--- a/dist/components/AvatarAccount/AvatarAccount.constants.d.mts ++++ b/dist/components/AvatarAccount/AvatarAccount.constants.d.mts +@@ -1,4 +1,4 @@ +-import { AvatarAccountSize } from "@metamask-previews/design-system-shared"; ++import { AvatarAccountSize } from "@metamask/design-system-shared"; + export declare const MAP_AVATARACCOUNT_SIZE_SIZENUMBER: Record; + export declare const SAMPLE_AVATARACCOUNT_ADDRESSES: string[]; + //# sourceMappingURL=AvatarAccount.constants.d.mts.map +\ No newline at end of file +diff --git a/dist/components/AvatarAccount/AvatarAccount.constants.mjs b/dist/components/AvatarAccount/AvatarAccount.constants.mjs +index bbe8613..6fccce3 100644 +--- a/dist/components/AvatarAccount/AvatarAccount.constants.mjs ++++ b/dist/components/AvatarAccount/AvatarAccount.constants.mjs +@@ -1,4 +1,4 @@ +-import { AvatarAccountSize } from "@metamask-previews/design-system-shared"; ++import { AvatarAccountSize } from "@metamask/design-system-shared"; + export const MAP_AVATARACCOUNT_SIZE_SIZENUMBER = { + [AvatarAccountSize.Xs]: 16, + [AvatarAccountSize.Sm]: 24, +diff --git a/dist/components/AvatarAccount/AvatarAccount.mjs b/dist/components/AvatarAccount/AvatarAccount.mjs +index 96d4655..1721348 100644 +--- a/dist/components/AvatarAccount/AvatarAccount.mjs ++++ b/dist/components/AvatarAccount/AvatarAccount.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { AvatarAccountSize, AvatarAccountVariant, AvatarBaseShape } from "@metamask-previews/design-system-shared"; ++import { AvatarAccountSize, AvatarAccountVariant, AvatarBaseShape } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + import { AvatarBase } from "../AvatarBase/index.mjs"; +diff --git a/dist/components/AvatarAccount/AvatarAccount.types.d.cts b/dist/components/AvatarAccount/AvatarAccount.types.d.cts +index 3f21db3..8e4d4fd 100644 +--- a/dist/components/AvatarAccount/AvatarAccount.types.d.cts ++++ b/dist/components/AvatarAccount/AvatarAccount.types.d.cts +@@ -1,4 +1,4 @@ +-import type { AvatarAccountPropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarAccountPropsShared } from "@metamask/design-system-shared"; + import type { AvatarBaseProps } from "../AvatarBase/index.cjs"; + import type { BlockiesProps } from "../temp-components/Blockies/index.cjs"; + import type { JazziconProps } from "../temp-components/Jazzicon/index.cjs"; +diff --git a/dist/components/AvatarAccount/AvatarAccount.types.d.mts b/dist/components/AvatarAccount/AvatarAccount.types.d.mts +index 3cd63c3..c9dc19b 100644 +--- a/dist/components/AvatarAccount/AvatarAccount.types.d.mts ++++ b/dist/components/AvatarAccount/AvatarAccount.types.d.mts +@@ -1,4 +1,4 @@ +-import type { AvatarAccountPropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarAccountPropsShared } from "@metamask/design-system-shared"; + import type { AvatarBaseProps } from "../AvatarBase/index.mjs"; + import type { BlockiesProps } from "../temp-components/Blockies/index.mjs"; + import type { JazziconProps } from "../temp-components/Jazzicon/index.mjs"; +diff --git a/dist/components/AvatarAccount/index.cjs b/dist/components/AvatarAccount/index.cjs +index d731e81..f72cc05 100644 +--- a/dist/components/AvatarAccount/index.cjs ++++ b/dist/components/AvatarAccount/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarAccount = exports.AvatarAccountVariant = exports.AvatarAccountSize = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "AvatarAccountSize", { enumerable: true, get: function () { return design_system_shared_1.AvatarAccountSize; } }); + Object.defineProperty(exports, "AvatarAccountVariant", { enumerable: true, get: function () { return design_system_shared_1.AvatarAccountVariant; } }); + var AvatarAccount_1 = require("./AvatarAccount.cjs"); +diff --git a/dist/components/AvatarAccount/index.d.cts b/dist/components/AvatarAccount/index.d.cts +index 72f861c..dd53438 100644 +--- a/dist/components/AvatarAccount/index.d.cts ++++ b/dist/components/AvatarAccount/index.d.cts +@@ -1,4 +1,4 @@ +-export { AvatarAccountSize, AvatarAccountVariant, } from "@metamask-previews/design-system-shared"; ++export { AvatarAccountSize, AvatarAccountVariant, } from "@metamask/design-system-shared"; + export { AvatarAccount } from "./AvatarAccount.cjs"; + export type { AvatarAccountProps } from "./AvatarAccount.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/AvatarAccount/index.d.mts b/dist/components/AvatarAccount/index.d.mts +index 325a291..b09903f 100644 +--- a/dist/components/AvatarAccount/index.d.mts ++++ b/dist/components/AvatarAccount/index.d.mts +@@ -1,4 +1,4 @@ +-export { AvatarAccountSize, AvatarAccountVariant, } from "@metamask-previews/design-system-shared"; ++export { AvatarAccountSize, AvatarAccountVariant, } from "@metamask/design-system-shared"; + export { AvatarAccount } from "./AvatarAccount.mjs"; + export type { AvatarAccountProps } from "./AvatarAccount.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/AvatarAccount/index.mjs b/dist/components/AvatarAccount/index.mjs +index 0895b64..f089af8 100644 +--- a/dist/components/AvatarAccount/index.mjs ++++ b/dist/components/AvatarAccount/index.mjs +@@ -1,3 +1,3 @@ +-export { AvatarAccountSize, AvatarAccountVariant } from "@metamask-previews/design-system-shared"; ++export { AvatarAccountSize, AvatarAccountVariant } from "@metamask/design-system-shared"; + export { AvatarAccount } from "./AvatarAccount.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/AvatarBase/AvatarBase.cjs b/dist/components/AvatarBase/AvatarBase.cjs +index 5f70ff9..3b6ad19 100644 +--- a/dist/components/AvatarBase/AvatarBase.cjs ++++ b/dist/components/AvatarBase/AvatarBase.cjs +@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarBase = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const react_native_1 = require("react-native/index.js"); + const Text_1 = require("../Text/index.cjs"); +diff --git a/dist/components/AvatarBase/AvatarBase.constants.cjs b/dist/components/AvatarBase/AvatarBase.constants.cjs +index 85cdb64..9f790b8 100644 +--- a/dist/components/AvatarBase/AvatarBase.constants.cjs ++++ b/dist/components/AvatarBase/AvatarBase.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TWCLASSMAP_AVATARBASE_SIZE_BORDER = exports.TWCLASSMAP_AVATARBASE_SIZE_BORDERRADIUSS_SQUARE = exports.TWCLASSMAP_AVATARBASE_HASBORDER_SIZE_DIMENSION = exports.TWCLASSMAP_AVATARBASE_SIZE_DIMENSION = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + exports.TWCLASSMAP_AVATARBASE_SIZE_DIMENSION = { + [design_system_shared_1.AvatarBaseSize.Xs]: 'h-4 w-4', + [design_system_shared_1.AvatarBaseSize.Sm]: 'h-6 w-6', +diff --git a/dist/components/AvatarBase/AvatarBase.constants.d.cts b/dist/components/AvatarBase/AvatarBase.constants.d.cts +index 2e3dccd..73dfaf4 100644 +--- a/dist/components/AvatarBase/AvatarBase.constants.d.cts ++++ b/dist/components/AvatarBase/AvatarBase.constants.d.cts +@@ -1,4 +1,4 @@ +-import { AvatarBaseSize } from "@metamask-previews/design-system-shared"; ++import { AvatarBaseSize } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_AVATARBASE_SIZE_DIMENSION: Record; + export declare const TWCLASSMAP_AVATARBASE_HASBORDER_SIZE_DIMENSION: Record; + export declare const TWCLASSMAP_AVATARBASE_SIZE_BORDERRADIUSS_SQUARE: Record; +diff --git a/dist/components/AvatarBase/AvatarBase.constants.d.mts b/dist/components/AvatarBase/AvatarBase.constants.d.mts +index aa0ddb0..175d996 100644 +--- a/dist/components/AvatarBase/AvatarBase.constants.d.mts ++++ b/dist/components/AvatarBase/AvatarBase.constants.d.mts +@@ -1,4 +1,4 @@ +-import { AvatarBaseSize } from "@metamask-previews/design-system-shared"; ++import { AvatarBaseSize } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_AVATARBASE_SIZE_DIMENSION: Record; + export declare const TWCLASSMAP_AVATARBASE_HASBORDER_SIZE_DIMENSION: Record; + export declare const TWCLASSMAP_AVATARBASE_SIZE_BORDERRADIUSS_SQUARE: Record; +diff --git a/dist/components/AvatarBase/AvatarBase.constants.mjs b/dist/components/AvatarBase/AvatarBase.constants.mjs +index bfbc4a0..0510d5d 100644 +--- a/dist/components/AvatarBase/AvatarBase.constants.mjs ++++ b/dist/components/AvatarBase/AvatarBase.constants.mjs +@@ -1,4 +1,4 @@ +-import { AvatarBaseSize } from "@metamask-previews/design-system-shared"; ++import { AvatarBaseSize } from "@metamask/design-system-shared"; + export const TWCLASSMAP_AVATARBASE_SIZE_DIMENSION = { + [AvatarBaseSize.Xs]: 'h-4 w-4', + [AvatarBaseSize.Sm]: 'h-6 w-6', +diff --git a/dist/components/AvatarBase/AvatarBase.mjs b/dist/components/AvatarBase/AvatarBase.mjs +index 453d544..080e4b6 100644 +--- a/dist/components/AvatarBase/AvatarBase.mjs ++++ b/dist/components/AvatarBase/AvatarBase.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { AvatarBaseSize, AvatarBaseShape } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { AvatarBaseSize, AvatarBaseShape } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/AvatarBase/AvatarBase.types.d.cts b/dist/components/AvatarBase/AvatarBase.types.d.cts +index 1471541..0f1d7a9 100644 +--- a/dist/components/AvatarBase/AvatarBase.types.d.cts ++++ b/dist/components/AvatarBase/AvatarBase.types.d.cts +@@ -1,4 +1,4 @@ +-import type { AvatarBasePropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarBasePropsShared } from "@metamask/design-system-shared"; + import type { ViewProps, StyleProp, ViewStyle } from "react-native/index.js"; + import type { TextProps } from "../Text/index.cjs"; + /** +diff --git a/dist/components/AvatarBase/AvatarBase.types.d.mts b/dist/components/AvatarBase/AvatarBase.types.d.mts +index f7bb92f..44fb821 100644 +--- a/dist/components/AvatarBase/AvatarBase.types.d.mts ++++ b/dist/components/AvatarBase/AvatarBase.types.d.mts +@@ -1,4 +1,4 @@ +-import type { AvatarBasePropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarBasePropsShared } from "@metamask/design-system-shared"; + import type { ViewProps, StyleProp, ViewStyle } from "react-native/index.js"; + import type { TextProps } from "../Text/index.mjs"; + /** +diff --git a/dist/components/AvatarBase/index.cjs b/dist/components/AvatarBase/index.cjs +index fe832ad..83e7744 100644 +--- a/dist/components/AvatarBase/index.cjs ++++ b/dist/components/AvatarBase/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarBase = exports.AvatarBaseShape = exports.AvatarBaseSize = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "AvatarBaseSize", { enumerable: true, get: function () { return design_system_shared_1.AvatarBaseSize; } }); + Object.defineProperty(exports, "AvatarBaseShape", { enumerable: true, get: function () { return design_system_shared_1.AvatarBaseShape; } }); + var AvatarBase_1 = require("./AvatarBase.cjs"); +diff --git a/dist/components/AvatarBase/index.d.cts b/dist/components/AvatarBase/index.d.cts +index 83a51e1..001ebda 100644 +--- a/dist/components/AvatarBase/index.d.cts ++++ b/dist/components/AvatarBase/index.d.cts +@@ -1,4 +1,4 @@ +-export { AvatarBaseSize, AvatarBaseShape, } from "@metamask-previews/design-system-shared"; ++export { AvatarBaseSize, AvatarBaseShape, } from "@metamask/design-system-shared"; + export { AvatarBase } from "./AvatarBase.cjs"; + export type { AvatarBaseProps } from "./AvatarBase.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/AvatarBase/index.d.mts b/dist/components/AvatarBase/index.d.mts +index f87a0ab..e4bf12d 100644 +--- a/dist/components/AvatarBase/index.d.mts ++++ b/dist/components/AvatarBase/index.d.mts +@@ -1,4 +1,4 @@ +-export { AvatarBaseSize, AvatarBaseShape, } from "@metamask-previews/design-system-shared"; ++export { AvatarBaseSize, AvatarBaseShape, } from "@metamask/design-system-shared"; + export { AvatarBase } from "./AvatarBase.mjs"; + export type { AvatarBaseProps } from "./AvatarBase.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/AvatarBase/index.mjs b/dist/components/AvatarBase/index.mjs +index 8c2eb89..47e1b9e 100644 +--- a/dist/components/AvatarBase/index.mjs ++++ b/dist/components/AvatarBase/index.mjs +@@ -1,3 +1,3 @@ +-export { AvatarBaseSize, AvatarBaseShape } from "@metamask-previews/design-system-shared"; ++export { AvatarBaseSize, AvatarBaseShape } from "@metamask/design-system-shared"; + export { AvatarBase } from "./AvatarBase.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/AvatarFavicon/AvatarFavicon.cjs b/dist/components/AvatarFavicon/AvatarFavicon.cjs +index 8d35e30..f46bf6e 100644 +--- a/dist/components/AvatarFavicon/AvatarFavicon.cjs ++++ b/dist/components/AvatarFavicon/AvatarFavicon.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarFavicon = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importStar(require("react")); + const AvatarBase_1 = require("../AvatarBase/index.cjs"); + const ImageOrSvg_1 = require("../temp-components/ImageOrSvg/index.cjs"); +diff --git a/dist/components/AvatarFavicon/AvatarFavicon.mjs b/dist/components/AvatarFavicon/AvatarFavicon.mjs +index 878e700..84eaf49 100644 +--- a/dist/components/AvatarFavicon/AvatarFavicon.mjs ++++ b/dist/components/AvatarFavicon/AvatarFavicon.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { AvatarBaseShape, AvatarFaviconSize } from "@metamask-previews/design-system-shared"; ++import { AvatarBaseShape, AvatarFaviconSize } from "@metamask/design-system-shared"; + import $React, { useState } from "react"; + const React = $importDefault($React); + import { AvatarBase } from "../AvatarBase/index.mjs"; +diff --git a/dist/components/AvatarFavicon/AvatarFavicon.types.d.cts b/dist/components/AvatarFavicon/AvatarFavicon.types.d.cts +index fdccec6..ade8f02 100644 +--- a/dist/components/AvatarFavicon/AvatarFavicon.types.d.cts ++++ b/dist/components/AvatarFavicon/AvatarFavicon.types.d.cts +@@ -1,9 +1,9 @@ +-import type { AvatarFaviconPropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarFaviconPropsShared } from "@metamask/design-system-shared"; + import type { AvatarBaseProps } from "../AvatarBase/index.cjs"; + import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.cjs"; + /** + * AvatarFavicon component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native-specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native-specific platform concerns + */ + export type AvatarFaviconProps = AvatarFaviconPropsShared & Omit & { + /** +diff --git a/dist/components/AvatarFavicon/AvatarFavicon.types.d.mts b/dist/components/AvatarFavicon/AvatarFavicon.types.d.mts +index 912b030..2144ee4 100644 +--- a/dist/components/AvatarFavicon/AvatarFavicon.types.d.mts ++++ b/dist/components/AvatarFavicon/AvatarFavicon.types.d.mts +@@ -1,9 +1,9 @@ +-import type { AvatarFaviconPropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarFaviconPropsShared } from "@metamask/design-system-shared"; + import type { AvatarBaseProps } from "../AvatarBase/index.mjs"; + import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.mjs"; + /** + * AvatarFavicon component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native-specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native-specific platform concerns + */ + export type AvatarFaviconProps = AvatarFaviconPropsShared & Omit & { + /** +diff --git a/dist/components/AvatarFavicon/index.cjs b/dist/components/AvatarFavicon/index.cjs +index 8a7fa2e..bc82556 100644 +--- a/dist/components/AvatarFavicon/index.cjs ++++ b/dist/components/AvatarFavicon/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarFavicon = exports.AvatarFaviconSize = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "AvatarFaviconSize", { enumerable: true, get: function () { return design_system_shared_1.AvatarFaviconSize; } }); + var AvatarFavicon_1 = require("./AvatarFavicon.cjs"); + Object.defineProperty(exports, "AvatarFavicon", { enumerable: true, get: function () { return AvatarFavicon_1.AvatarFavicon; } }); +diff --git a/dist/components/AvatarFavicon/index.d.cts b/dist/components/AvatarFavicon/index.d.cts +index 11f26ab..a0cc351 100644 +--- a/dist/components/AvatarFavicon/index.d.cts ++++ b/dist/components/AvatarFavicon/index.d.cts +@@ -1,4 +1,4 @@ +-export { AvatarFaviconSize } from "@metamask-previews/design-system-shared"; ++export { AvatarFaviconSize } from "@metamask/design-system-shared"; + export { AvatarFavicon } from "./AvatarFavicon.cjs"; + export type { AvatarFaviconProps } from "./AvatarFavicon.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/AvatarFavicon/index.d.mts b/dist/components/AvatarFavicon/index.d.mts +index 9463aba..61bad34 100644 +--- a/dist/components/AvatarFavicon/index.d.mts ++++ b/dist/components/AvatarFavicon/index.d.mts +@@ -1,4 +1,4 @@ +-export { AvatarFaviconSize } from "@metamask-previews/design-system-shared"; ++export { AvatarFaviconSize } from "@metamask/design-system-shared"; + export { AvatarFavicon } from "./AvatarFavicon.mjs"; + export type { AvatarFaviconProps } from "./AvatarFavicon.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/AvatarFavicon/index.mjs b/dist/components/AvatarFavicon/index.mjs +index 14e1860..8bea464 100644 +--- a/dist/components/AvatarFavicon/index.mjs ++++ b/dist/components/AvatarFavicon/index.mjs +@@ -1,3 +1,3 @@ +-export { AvatarFaviconSize } from "@metamask-previews/design-system-shared"; ++export { AvatarFaviconSize } from "@metamask/design-system-shared"; + export { AvatarFavicon } from "./AvatarFavicon.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/AvatarGroup/AvatarGroup.cjs b/dist/components/AvatarGroup/AvatarGroup.cjs +index 8ea4daf..64a48f3 100644 +--- a/dist/components/AvatarGroup/AvatarGroup.cjs ++++ b/dist/components/AvatarGroup/AvatarGroup.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarGroup = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const types_1 = require("../../types/index.cjs"); +diff --git a/dist/components/AvatarGroup/AvatarGroup.mjs b/dist/components/AvatarGroup/AvatarGroup.mjs +index 28613ba..c791400 100644 +--- a/dist/components/AvatarGroup/AvatarGroup.mjs ++++ b/dist/components/AvatarGroup/AvatarGroup.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { useCallback } from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/AvatarIcon/AvatarIcon.cjs b/dist/components/AvatarIcon/AvatarIcon.cjs +index 024c4e3..f5d174c 100644 +--- a/dist/components/AvatarIcon/AvatarIcon.cjs ++++ b/dist/components/AvatarIcon/AvatarIcon.cjs +@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarIcon = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const types_1 = require("../../types/index.cjs"); + const AvatarBase_1 = require("../AvatarBase/index.cjs"); +diff --git a/dist/components/AvatarIcon/AvatarIcon.constants.cjs b/dist/components/AvatarIcon/AvatarIcon.constants.cjs +index 035a84f..f1ab775 100644 +--- a/dist/components/AvatarIcon/AvatarIcon.constants.cjs ++++ b/dist/components/AvatarIcon/AvatarIcon.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.MAP_AVATARICON_SEVERITY_ICONCOLOR = exports.MAP_AVATARICON_SIZE_ICONSIZE = exports.TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const Icon_1 = require("../Icon/index.cjs"); + // Mappings + exports.TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR = { +diff --git a/dist/components/AvatarIcon/AvatarIcon.constants.d.cts b/dist/components/AvatarIcon/AvatarIcon.constants.d.cts +index 811e50e..efd3a91 100644 +--- a/dist/components/AvatarIcon/AvatarIcon.constants.d.cts ++++ b/dist/components/AvatarIcon/AvatarIcon.constants.d.cts +@@ -1,4 +1,4 @@ +-import { AvatarIconSeverity, AvatarIconSize } from "@metamask-previews/design-system-shared"; ++import { AvatarIconSeverity, AvatarIconSize } from "@metamask/design-system-shared"; + import { IconSize, IconColor } from "../Icon/index.cjs"; + export declare const TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR: Record; + export declare const MAP_AVATARICON_SIZE_ICONSIZE: Record; +diff --git a/dist/components/AvatarIcon/AvatarIcon.constants.d.mts b/dist/components/AvatarIcon/AvatarIcon.constants.d.mts +index 1045684..02bb04e 100644 +--- a/dist/components/AvatarIcon/AvatarIcon.constants.d.mts ++++ b/dist/components/AvatarIcon/AvatarIcon.constants.d.mts +@@ -1,4 +1,4 @@ +-import { AvatarIconSeverity, AvatarIconSize } from "@metamask-previews/design-system-shared"; ++import { AvatarIconSeverity, AvatarIconSize } from "@metamask/design-system-shared"; + import { IconSize, IconColor } from "../Icon/index.mjs"; + export declare const TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR: Record; + export declare const MAP_AVATARICON_SIZE_ICONSIZE: Record; +diff --git a/dist/components/AvatarIcon/AvatarIcon.constants.mjs b/dist/components/AvatarIcon/AvatarIcon.constants.mjs +index d046817..3e0ede5 100644 +--- a/dist/components/AvatarIcon/AvatarIcon.constants.mjs ++++ b/dist/components/AvatarIcon/AvatarIcon.constants.mjs +@@ -1,4 +1,4 @@ +-import { AvatarIconSeverity, AvatarIconSize } from "@metamask-previews/design-system-shared"; ++import { AvatarIconSeverity, AvatarIconSize } from "@metamask/design-system-shared"; + import { IconSize, IconColor } from "../Icon/index.mjs"; + // Mappings + export const TWCLASSMAP_AVATARICON_SEVERITY_BACKGROUNDCOLOR = { +diff --git a/dist/components/AvatarIcon/AvatarIcon.mjs b/dist/components/AvatarIcon/AvatarIcon.mjs +index 98a8d99..79e82d6 100644 +--- a/dist/components/AvatarIcon/AvatarIcon.mjs ++++ b/dist/components/AvatarIcon/AvatarIcon.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { AvatarIconSeverity, AvatarIconSize } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { AvatarIconSeverity, AvatarIconSize } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { AvatarBaseShape } from "../../types/index.mjs"; +diff --git a/dist/components/AvatarIcon/AvatarIcon.types.d.cts b/dist/components/AvatarIcon/AvatarIcon.types.d.cts +index 74d340d..f34c9d6 100644 +--- a/dist/components/AvatarIcon/AvatarIcon.types.d.cts ++++ b/dist/components/AvatarIcon/AvatarIcon.types.d.cts +@@ -1,4 +1,4 @@ +-import type { AvatarIconPropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarIconPropsShared } from "@metamask/design-system-shared"; + import type { AvatarBaseProps } from "../AvatarBase/index.cjs"; + import type { IconProps } from "../Icon/index.cjs"; + /** +diff --git a/dist/components/AvatarIcon/AvatarIcon.types.d.mts b/dist/components/AvatarIcon/AvatarIcon.types.d.mts +index fc350d9..e3cfeec 100644 +--- a/dist/components/AvatarIcon/AvatarIcon.types.d.mts ++++ b/dist/components/AvatarIcon/AvatarIcon.types.d.mts +@@ -1,4 +1,4 @@ +-import type { AvatarIconPropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarIconPropsShared } from "@metamask/design-system-shared"; + import type { AvatarBaseProps } from "../AvatarBase/index.mjs"; + import type { IconProps } from "../Icon/index.mjs"; + /** +diff --git a/dist/components/AvatarIcon/index.cjs b/dist/components/AvatarIcon/index.cjs +index 8e86f66..d79d12f 100644 +--- a/dist/components/AvatarIcon/index.cjs ++++ b/dist/components/AvatarIcon/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarIcon = exports.AvatarIconSize = exports.AvatarIconSeverity = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "AvatarIconSeverity", { enumerable: true, get: function () { return design_system_shared_1.AvatarIconSeverity; } }); + Object.defineProperty(exports, "AvatarIconSize", { enumerable: true, get: function () { return design_system_shared_1.AvatarIconSize; } }); + var AvatarIcon_1 = require("./AvatarIcon.cjs"); +diff --git a/dist/components/AvatarIcon/index.d.cts b/dist/components/AvatarIcon/index.d.cts +index 906df7d..2fd1b02 100644 +--- a/dist/components/AvatarIcon/index.d.cts ++++ b/dist/components/AvatarIcon/index.d.cts +@@ -1,4 +1,4 @@ +-export { AvatarIconSeverity, AvatarIconSize, } from "@metamask-previews/design-system-shared"; ++export { AvatarIconSeverity, AvatarIconSize, } from "@metamask/design-system-shared"; + export { AvatarIcon } from "./AvatarIcon.cjs"; + export type { AvatarIconProps } from "./AvatarIcon.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/AvatarIcon/index.d.mts b/dist/components/AvatarIcon/index.d.mts +index 8c4b08c..b3a6674 100644 +--- a/dist/components/AvatarIcon/index.d.mts ++++ b/dist/components/AvatarIcon/index.d.mts +@@ -1,4 +1,4 @@ +-export { AvatarIconSeverity, AvatarIconSize, } from "@metamask-previews/design-system-shared"; ++export { AvatarIconSeverity, AvatarIconSize, } from "@metamask/design-system-shared"; + export { AvatarIcon } from "./AvatarIcon.mjs"; + export type { AvatarIconProps } from "./AvatarIcon.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/AvatarIcon/index.mjs b/dist/components/AvatarIcon/index.mjs +index 481831f..e941020 100644 +--- a/dist/components/AvatarIcon/index.mjs ++++ b/dist/components/AvatarIcon/index.mjs +@@ -1,3 +1,3 @@ +-export { AvatarIconSeverity, AvatarIconSize } from "@metamask-previews/design-system-shared"; ++export { AvatarIconSeverity, AvatarIconSize } from "@metamask/design-system-shared"; + export { AvatarIcon } from "./AvatarIcon.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/AvatarNetwork/AvatarNetwork.cjs b/dist/components/AvatarNetwork/AvatarNetwork.cjs +index 42a664a..5d4f275 100644 +--- a/dist/components/AvatarNetwork/AvatarNetwork.cjs ++++ b/dist/components/AvatarNetwork/AvatarNetwork.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarNetwork = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importStar(require("react")); + const types_1 = require("../../types/index.cjs"); + const AvatarBase_1 = require("../AvatarBase/index.cjs"); +diff --git a/dist/components/AvatarNetwork/AvatarNetwork.mjs b/dist/components/AvatarNetwork/AvatarNetwork.mjs +index 21c7b82..f9ccd7f 100644 +--- a/dist/components/AvatarNetwork/AvatarNetwork.mjs ++++ b/dist/components/AvatarNetwork/AvatarNetwork.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { AvatarBaseShape } from "@metamask-previews/design-system-shared"; ++import { AvatarBaseShape } from "@metamask/design-system-shared"; + import $React, { useState } from "react"; + const React = $importDefault($React); + import { AvatarNetworkSize } from "../../types/index.mjs"; +diff --git a/dist/components/AvatarNetwork/AvatarNetwork.types.d.cts b/dist/components/AvatarNetwork/AvatarNetwork.types.d.cts +index 7e4eed7..8e15921 100644 +--- a/dist/components/AvatarNetwork/AvatarNetwork.types.d.cts ++++ b/dist/components/AvatarNetwork/AvatarNetwork.types.d.cts +@@ -1,9 +1,9 @@ +-import type { AvatarNetworkPropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarNetworkPropsShared } from "@metamask/design-system-shared"; + import type { AvatarBaseProps } from "../AvatarBase/index.cjs"; + import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.cjs"; + /** + * AvatarNetwork component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native-specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native-specific platform concerns + */ + export type AvatarNetworkProps = AvatarNetworkPropsShared & Omit & { + /** +diff --git a/dist/components/AvatarNetwork/AvatarNetwork.types.d.mts b/dist/components/AvatarNetwork/AvatarNetwork.types.d.mts +index 7b94614..7becb2d 100644 +--- a/dist/components/AvatarNetwork/AvatarNetwork.types.d.mts ++++ b/dist/components/AvatarNetwork/AvatarNetwork.types.d.mts +@@ -1,9 +1,9 @@ +-import type { AvatarNetworkPropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarNetworkPropsShared } from "@metamask/design-system-shared"; + import type { AvatarBaseProps } from "../AvatarBase/index.mjs"; + import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.mjs"; + /** + * AvatarNetwork component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native-specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native-specific platform concerns + */ + export type AvatarNetworkProps = AvatarNetworkPropsShared & Omit & { + /** +diff --git a/dist/components/AvatarToken/AvatarToken.cjs b/dist/components/AvatarToken/AvatarToken.cjs +index e8677b5..0f956bb 100644 +--- a/dist/components/AvatarToken/AvatarToken.cjs ++++ b/dist/components/AvatarToken/AvatarToken.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarToken = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importStar(require("react")); + const AvatarBase_1 = require("../AvatarBase/index.cjs"); + const ImageOrSvg_1 = require("../temp-components/ImageOrSvg/index.cjs"); +diff --git a/dist/components/AvatarToken/AvatarToken.mjs b/dist/components/AvatarToken/AvatarToken.mjs +index 6b25a4a..da5f80e 100644 +--- a/dist/components/AvatarToken/AvatarToken.mjs ++++ b/dist/components/AvatarToken/AvatarToken.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { AvatarBaseShape, AvatarTokenSize } from "@metamask-previews/design-system-shared"; ++import { AvatarBaseShape, AvatarTokenSize } from "@metamask/design-system-shared"; + import $React, { useState } from "react"; + const React = $importDefault($React); + import { AvatarBase } from "../AvatarBase/index.mjs"; +diff --git a/dist/components/AvatarToken/AvatarToken.types.d.cts b/dist/components/AvatarToken/AvatarToken.types.d.cts +index 5c7fd02..d6c3a7d 100644 +--- a/dist/components/AvatarToken/AvatarToken.types.d.cts ++++ b/dist/components/AvatarToken/AvatarToken.types.d.cts +@@ -1,9 +1,9 @@ +-import type { AvatarTokenPropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarTokenPropsShared } from "@metamask/design-system-shared"; + import type { AvatarBaseProps } from "../AvatarBase/index.cjs"; + import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.cjs"; + /** + * AvatarToken component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native-specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native-specific platform concerns + */ + export type AvatarTokenProps = AvatarTokenPropsShared & Omit & { + /** +diff --git a/dist/components/AvatarToken/AvatarToken.types.d.mts b/dist/components/AvatarToken/AvatarToken.types.d.mts +index 40ed44e..48ce13f 100644 +--- a/dist/components/AvatarToken/AvatarToken.types.d.mts ++++ b/dist/components/AvatarToken/AvatarToken.types.d.mts +@@ -1,9 +1,9 @@ +-import type { AvatarTokenPropsShared } from "@metamask-previews/design-system-shared"; ++import type { AvatarTokenPropsShared } from "@metamask/design-system-shared"; + import type { AvatarBaseProps } from "../AvatarBase/index.mjs"; + import type { ImageOrSvgProps, ImageOrSvgSrc } from "../temp-components/ImageOrSvg/index.mjs"; + /** + * AvatarToken component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native-specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native-specific platform concerns + */ + export type AvatarTokenProps = AvatarTokenPropsShared & Omit & { + /** +diff --git a/dist/components/AvatarToken/index.cjs b/dist/components/AvatarToken/index.cjs +index 6972347..eb1633f 100644 +--- a/dist/components/AvatarToken/index.cjs ++++ b/dist/components/AvatarToken/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarToken = exports.AvatarTokenSize = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "AvatarTokenSize", { enumerable: true, get: function () { return design_system_shared_1.AvatarTokenSize; } }); + var AvatarToken_1 = require("./AvatarToken.cjs"); + Object.defineProperty(exports, "AvatarToken", { enumerable: true, get: function () { return AvatarToken_1.AvatarToken; } }); +diff --git a/dist/components/AvatarToken/index.d.cts b/dist/components/AvatarToken/index.d.cts +index a378397..dfc311f 100644 +--- a/dist/components/AvatarToken/index.d.cts ++++ b/dist/components/AvatarToken/index.d.cts +@@ -1,4 +1,4 @@ +-export { AvatarTokenSize } from "@metamask-previews/design-system-shared"; ++export { AvatarTokenSize } from "@metamask/design-system-shared"; + export { AvatarToken } from "./AvatarToken.cjs"; + export type { AvatarTokenProps } from "./AvatarToken.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/AvatarToken/index.d.mts b/dist/components/AvatarToken/index.d.mts +index 0163a8d..44fbd44 100644 +--- a/dist/components/AvatarToken/index.d.mts ++++ b/dist/components/AvatarToken/index.d.mts +@@ -1,4 +1,4 @@ +-export { AvatarTokenSize } from "@metamask-previews/design-system-shared"; ++export { AvatarTokenSize } from "@metamask/design-system-shared"; + export { AvatarToken } from "./AvatarToken.mjs"; + export type { AvatarTokenProps } from "./AvatarToken.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/AvatarToken/index.mjs b/dist/components/AvatarToken/index.mjs +index 226e387..cfe8f6a 100644 +--- a/dist/components/AvatarToken/index.mjs ++++ b/dist/components/AvatarToken/index.mjs +@@ -1,3 +1,3 @@ +-export { AvatarTokenSize } from "@metamask-previews/design-system-shared"; ++export { AvatarTokenSize } from "@metamask/design-system-shared"; + export { AvatarToken } from "./AvatarToken.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/BadgeCount/BadgeCount.cjs b/dist/components/BadgeCount/BadgeCount.cjs +index 8124062..19df6eb 100644 +--- a/dist/components/BadgeCount/BadgeCount.cjs ++++ b/dist/components/BadgeCount/BadgeCount.cjs +@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BadgeCount = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const react_native_1 = require("react-native/index.js"); + const Text_1 = require("../Text/index.cjs"); +diff --git a/dist/components/BadgeCount/BadgeCount.constants.cjs b/dist/components/BadgeCount/BadgeCount.constants.cjs +index be8b796..3133d3c 100644 +--- a/dist/components/BadgeCount/BadgeCount.constants.cjs ++++ b/dist/components/BadgeCount/BadgeCount.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER = exports.MAP_BADGECOUNT_SIZE_TEXTVARIANT = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const Text_1 = require("../Text/index.cjs"); + // Mappings + exports.MAP_BADGECOUNT_SIZE_TEXTVARIANT = { +diff --git a/dist/components/BadgeCount/BadgeCount.constants.d.cts b/dist/components/BadgeCount/BadgeCount.constants.d.cts +index 25db9d2..d56f6ef 100644 +--- a/dist/components/BadgeCount/BadgeCount.constants.d.cts ++++ b/dist/components/BadgeCount/BadgeCount.constants.d.cts +@@ -1,4 +1,4 @@ +-import { BadgeCountSize } from "@metamask-previews/design-system-shared"; ++import { BadgeCountSize } from "@metamask/design-system-shared"; + import { TextVariant } from "../Text/index.cjs"; + export declare const MAP_BADGECOUNT_SIZE_TEXTVARIANT: Record; + export declare const TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER: Record; +diff --git a/dist/components/BadgeCount/BadgeCount.constants.d.mts b/dist/components/BadgeCount/BadgeCount.constants.d.mts +index 7c86cb4..c0486c9 100644 +--- a/dist/components/BadgeCount/BadgeCount.constants.d.mts ++++ b/dist/components/BadgeCount/BadgeCount.constants.d.mts +@@ -1,4 +1,4 @@ +-import { BadgeCountSize } from "@metamask-previews/design-system-shared"; ++import { BadgeCountSize } from "@metamask/design-system-shared"; + import { TextVariant } from "../Text/index.mjs"; + export declare const MAP_BADGECOUNT_SIZE_TEXTVARIANT: Record; + export declare const TWCLASSMAP_BADGECOUNT_SIZE_CONTAINER: Record; +diff --git a/dist/components/BadgeCount/BadgeCount.constants.mjs b/dist/components/BadgeCount/BadgeCount.constants.mjs +index 8db0002..233c8d9 100644 +--- a/dist/components/BadgeCount/BadgeCount.constants.mjs ++++ b/dist/components/BadgeCount/BadgeCount.constants.mjs +@@ -1,4 +1,4 @@ +-import { BadgeCountSize } from "@metamask-previews/design-system-shared"; ++import { BadgeCountSize } from "@metamask/design-system-shared"; + import { TextVariant } from "../Text/index.mjs"; + // Mappings + export const MAP_BADGECOUNT_SIZE_TEXTVARIANT = { +diff --git a/dist/components/BadgeCount/BadgeCount.mjs b/dist/components/BadgeCount/BadgeCount.mjs +index f7fd1e8..b2901ff 100644 +--- a/dist/components/BadgeCount/BadgeCount.mjs ++++ b/dist/components/BadgeCount/BadgeCount.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { BadgeCountSize } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { BadgeCountSize } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/BadgeCount/BadgeCount.types.d.cts b/dist/components/BadgeCount/BadgeCount.types.d.cts +index 47dc2a9..4af4929 100644 +--- a/dist/components/BadgeCount/BadgeCount.types.d.cts ++++ b/dist/components/BadgeCount/BadgeCount.types.d.cts +@@ -1,4 +1,4 @@ +-import type { BadgeCountPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BadgeCountPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps, StyleProp, ViewStyle } from "react-native/index.js"; + import type { TextProps } from "../Text/index.cjs"; + /** +diff --git a/dist/components/BadgeCount/BadgeCount.types.d.mts b/dist/components/BadgeCount/BadgeCount.types.d.mts +index 01fc9d6..34fd9c5 100644 +--- a/dist/components/BadgeCount/BadgeCount.types.d.mts ++++ b/dist/components/BadgeCount/BadgeCount.types.d.mts +@@ -1,4 +1,4 @@ +-import type { BadgeCountPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BadgeCountPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps, StyleProp, ViewStyle } from "react-native/index.js"; + import type { TextProps } from "../Text/index.mjs"; + /** +diff --git a/dist/components/BadgeCount/index.cjs b/dist/components/BadgeCount/index.cjs +index 1d504a5..4759054 100644 +--- a/dist/components/BadgeCount/index.cjs ++++ b/dist/components/BadgeCount/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BadgeCount = exports.BadgeCountSize = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "BadgeCountSize", { enumerable: true, get: function () { return design_system_shared_1.BadgeCountSize; } }); + var BadgeCount_1 = require("./BadgeCount.cjs"); + Object.defineProperty(exports, "BadgeCount", { enumerable: true, get: function () { return BadgeCount_1.BadgeCount; } }); +diff --git a/dist/components/BadgeCount/index.d.cts b/dist/components/BadgeCount/index.d.cts +index b1657db..5340551 100644 +--- a/dist/components/BadgeCount/index.d.cts ++++ b/dist/components/BadgeCount/index.d.cts +@@ -1,4 +1,4 @@ +-export { BadgeCountSize } from "@metamask-previews/design-system-shared"; ++export { BadgeCountSize } from "@metamask/design-system-shared"; + export { BadgeCount } from "./BadgeCount.cjs"; + export type { BadgeCountProps } from "./BadgeCount.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/BadgeCount/index.d.mts b/dist/components/BadgeCount/index.d.mts +index e299ee4..6c06222 100644 +--- a/dist/components/BadgeCount/index.d.mts ++++ b/dist/components/BadgeCount/index.d.mts +@@ -1,4 +1,4 @@ +-export { BadgeCountSize } from "@metamask-previews/design-system-shared"; ++export { BadgeCountSize } from "@metamask/design-system-shared"; + export { BadgeCount } from "./BadgeCount.mjs"; + export type { BadgeCountProps } from "./BadgeCount.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/BadgeCount/index.mjs b/dist/components/BadgeCount/index.mjs +index 9070b55..5b409e8 100644 +--- a/dist/components/BadgeCount/index.mjs ++++ b/dist/components/BadgeCount/index.mjs +@@ -1,3 +1,3 @@ +-export { BadgeCountSize } from "@metamask-previews/design-system-shared"; ++export { BadgeCountSize } from "@metamask/design-system-shared"; + export { BadgeCount } from "./BadgeCount.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/BadgeIcon/BadgeIcon.cjs b/dist/components/BadgeIcon/BadgeIcon.cjs +index 0622168..de5244e 100644 +--- a/dist/components/BadgeIcon/BadgeIcon.cjs ++++ b/dist/components/BadgeIcon/BadgeIcon.cjs +@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BadgeIcon = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const react_native_1 = require("react-native/index.js"); + const Icon_1 = require("../Icon/index.cjs"); +diff --git a/dist/components/BadgeIcon/BadgeIcon.mjs b/dist/components/BadgeIcon/BadgeIcon.mjs +index d7078d4..56cacc1 100644 +--- a/dist/components/BadgeIcon/BadgeIcon.mjs ++++ b/dist/components/BadgeIcon/BadgeIcon.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { IconColor, IconSize } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { IconColor, IconSize } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/BadgeIcon/BadgeIcon.types.d.cts b/dist/components/BadgeIcon/BadgeIcon.types.d.cts +index df1f972..11050fa 100644 +--- a/dist/components/BadgeIcon/BadgeIcon.types.d.cts ++++ b/dist/components/BadgeIcon/BadgeIcon.types.d.cts +@@ -1,9 +1,9 @@ +-import type { BadgeIconPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BadgeIconPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { IconProps } from "../Icon/index.cjs"; + /** + * BadgeIcon component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native specific platform concerns + */ + export type BadgeIconProps = BadgeIconPropsShared & { + /** +diff --git a/dist/components/BadgeIcon/BadgeIcon.types.d.mts b/dist/components/BadgeIcon/BadgeIcon.types.d.mts +index 49861ff..87a0249 100644 +--- a/dist/components/BadgeIcon/BadgeIcon.types.d.mts ++++ b/dist/components/BadgeIcon/BadgeIcon.types.d.mts +@@ -1,9 +1,9 @@ +-import type { BadgeIconPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BadgeIconPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { IconProps } from "../Icon/index.mjs"; + /** + * BadgeIcon component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native specific platform concerns + */ + export type BadgeIconProps = BadgeIconPropsShared & { + /** +diff --git a/dist/components/BadgeNetwork/BadgeNetwork.types.d.cts b/dist/components/BadgeNetwork/BadgeNetwork.types.d.cts +index e64b424..f33616f 100644 +--- a/dist/components/BadgeNetwork/BadgeNetwork.types.d.cts ++++ b/dist/components/BadgeNetwork/BadgeNetwork.types.d.cts +@@ -1,8 +1,8 @@ +-import type { BadgeNetworkPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BadgeNetworkPropsShared } from "@metamask/design-system-shared"; + import type { AvatarNetworkProps } from "../AvatarNetwork/index.cjs"; + /** + * BadgeNetwork component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native-specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native-specific platform concerns + */ + export type BadgeNetworkProps = Omit & BadgeNetworkPropsShared; + //# sourceMappingURL=BadgeNetwork.types.d.cts.map +\ No newline at end of file +diff --git a/dist/components/BadgeNetwork/BadgeNetwork.types.d.mts b/dist/components/BadgeNetwork/BadgeNetwork.types.d.mts +index 6e84d3f..d25b4c4 100644 +--- a/dist/components/BadgeNetwork/BadgeNetwork.types.d.mts ++++ b/dist/components/BadgeNetwork/BadgeNetwork.types.d.mts +@@ -1,8 +1,8 @@ +-import type { BadgeNetworkPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BadgeNetworkPropsShared } from "@metamask/design-system-shared"; + import type { AvatarNetworkProps } from "../AvatarNetwork/index.mjs"; + /** + * BadgeNetwork component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native-specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native-specific platform concerns + */ + export type BadgeNetworkProps = Omit & BadgeNetworkPropsShared; + //# sourceMappingURL=BadgeNetwork.types.d.mts.map +\ No newline at end of file +diff --git a/dist/components/BadgeStatus/BadgeStatus.cjs b/dist/components/BadgeStatus/BadgeStatus.cjs +index 81e1191..24cc151 100644 +--- a/dist/components/BadgeStatus/BadgeStatus.cjs ++++ b/dist/components/BadgeStatus/BadgeStatus.cjs +@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BadgeStatus = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const react_native_1 = require("react-native/index.js"); + const BadgeStatus_constants_1 = require("./BadgeStatus.constants.cjs"); +diff --git a/dist/components/BadgeStatus/BadgeStatus.constants.cjs b/dist/components/BadgeStatus/BadgeStatus.constants.cjs +index d838a95..a931cf5 100644 +--- a/dist/components/BadgeStatus/BadgeStatus.constants.cjs ++++ b/dist/components/BadgeStatus/BadgeStatus.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TWCLASSMAP_BADGESTATUS_SIZE = exports.TWCLASSMAP_BADGESTATUS_STATUS_CIRCLE = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + // Mappings + exports.TWCLASSMAP_BADGESTATUS_STATUS_CIRCLE = { + [design_system_shared_1.BadgeStatusStatus.Active]: 'bg-success-default border-success-default', +diff --git a/dist/components/BadgeStatus/BadgeStatus.constants.d.cts b/dist/components/BadgeStatus/BadgeStatus.constants.d.cts +index 53b1f5a..ccffff6 100644 +--- a/dist/components/BadgeStatus/BadgeStatus.constants.d.cts ++++ b/dist/components/BadgeStatus/BadgeStatus.constants.d.cts +@@ -1,4 +1,4 @@ +-import { BadgeStatusSize, BadgeStatusStatus } from "@metamask-previews/design-system-shared"; ++import { BadgeStatusSize, BadgeStatusStatus } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_BADGESTATUS_STATUS_CIRCLE: Record; + export declare const TWCLASSMAP_BADGESTATUS_SIZE: Record; + //# sourceMappingURL=BadgeStatus.constants.d.cts.map +\ No newline at end of file +diff --git a/dist/components/BadgeStatus/BadgeStatus.constants.d.mts b/dist/components/BadgeStatus/BadgeStatus.constants.d.mts +index 38f7437..e7bb19d 100644 +--- a/dist/components/BadgeStatus/BadgeStatus.constants.d.mts ++++ b/dist/components/BadgeStatus/BadgeStatus.constants.d.mts +@@ -1,4 +1,4 @@ +-import { BadgeStatusSize, BadgeStatusStatus } from "@metamask-previews/design-system-shared"; ++import { BadgeStatusSize, BadgeStatusStatus } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_BADGESTATUS_STATUS_CIRCLE: Record; + export declare const TWCLASSMAP_BADGESTATUS_SIZE: Record; + //# sourceMappingURL=BadgeStatus.constants.d.mts.map +\ No newline at end of file +diff --git a/dist/components/BadgeStatus/BadgeStatus.constants.mjs b/dist/components/BadgeStatus/BadgeStatus.constants.mjs +index 7265865..4bf0dd5 100644 +--- a/dist/components/BadgeStatus/BadgeStatus.constants.mjs ++++ b/dist/components/BadgeStatus/BadgeStatus.constants.mjs +@@ -1,4 +1,4 @@ +-import { BadgeStatusSize, BadgeStatusStatus } from "@metamask-previews/design-system-shared"; ++import { BadgeStatusSize, BadgeStatusStatus } from "@metamask/design-system-shared"; + // Mappings + export const TWCLASSMAP_BADGESTATUS_STATUS_CIRCLE = { + [BadgeStatusStatus.Active]: 'bg-success-default border-success-default', +diff --git a/dist/components/BadgeStatus/BadgeStatus.mjs b/dist/components/BadgeStatus/BadgeStatus.mjs +index dc03fb3..923fa08 100644 +--- a/dist/components/BadgeStatus/BadgeStatus.mjs ++++ b/dist/components/BadgeStatus/BadgeStatus.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { BadgeStatusSize } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { BadgeStatusSize } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/BadgeStatus/BadgeStatus.types.d.cts b/dist/components/BadgeStatus/BadgeStatus.types.d.cts +index 652892c..71c223f 100644 +--- a/dist/components/BadgeStatus/BadgeStatus.types.d.cts ++++ b/dist/components/BadgeStatus/BadgeStatus.types.d.cts +@@ -1,8 +1,8 @@ +-import type { BadgeStatusPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BadgeStatusPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + /** + * BadgeStatus component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native specific platform concerns + */ + export type BadgeStatusProps = BadgeStatusPropsShared & Omit & { + /** +diff --git a/dist/components/BadgeStatus/BadgeStatus.types.d.mts b/dist/components/BadgeStatus/BadgeStatus.types.d.mts +index 20e40ce..1b7a9ff 100644 +--- a/dist/components/BadgeStatus/BadgeStatus.types.d.mts ++++ b/dist/components/BadgeStatus/BadgeStatus.types.d.mts +@@ -1,8 +1,8 @@ +-import type { BadgeStatusPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BadgeStatusPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + /** + * BadgeStatus component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native specific platform concerns + */ + export type BadgeStatusProps = BadgeStatusPropsShared & Omit & { + /** +diff --git a/dist/components/BadgeStatus/index.cjs b/dist/components/BadgeStatus/index.cjs +index 85ab617..04c3518 100644 +--- a/dist/components/BadgeStatus/index.cjs ++++ b/dist/components/BadgeStatus/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BadgeStatus = exports.BadgeStatusStatus = exports.BadgeStatusSize = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "BadgeStatusSize", { enumerable: true, get: function () { return design_system_shared_1.BadgeStatusSize; } }); + Object.defineProperty(exports, "BadgeStatusStatus", { enumerable: true, get: function () { return design_system_shared_1.BadgeStatusStatus; } }); + var BadgeStatus_1 = require("./BadgeStatus.cjs"); +diff --git a/dist/components/BadgeStatus/index.d.cts b/dist/components/BadgeStatus/index.d.cts +index c11e8c9..66ca125 100644 +--- a/dist/components/BadgeStatus/index.d.cts ++++ b/dist/components/BadgeStatus/index.d.cts +@@ -1,4 +1,4 @@ +-export { BadgeStatusSize, BadgeStatusStatus, } from "@metamask-previews/design-system-shared"; ++export { BadgeStatusSize, BadgeStatusStatus, } from "@metamask/design-system-shared"; + export { BadgeStatus } from "./BadgeStatus.cjs"; + export type { BadgeStatusProps } from "./BadgeStatus.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/BadgeStatus/index.d.mts b/dist/components/BadgeStatus/index.d.mts +index 0d2889a..eb7d55e 100644 +--- a/dist/components/BadgeStatus/index.d.mts ++++ b/dist/components/BadgeStatus/index.d.mts +@@ -1,4 +1,4 @@ +-export { BadgeStatusSize, BadgeStatusStatus, } from "@metamask-previews/design-system-shared"; ++export { BadgeStatusSize, BadgeStatusStatus, } from "@metamask/design-system-shared"; + export { BadgeStatus } from "./BadgeStatus.mjs"; + export type { BadgeStatusProps } from "./BadgeStatus.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/BadgeStatus/index.mjs b/dist/components/BadgeStatus/index.mjs +index b8661dc..fbf424e 100644 +--- a/dist/components/BadgeStatus/index.mjs ++++ b/dist/components/BadgeStatus/index.mjs +@@ -1,3 +1,3 @@ +-export { BadgeStatusSize, BadgeStatusStatus } from "@metamask-previews/design-system-shared"; ++export { BadgeStatusSize, BadgeStatusStatus } from "@metamask/design-system-shared"; + export { BadgeStatus } from "./BadgeStatus.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/BadgeWrapper/BadgeWrapper.cjs b/dist/components/BadgeWrapper/BadgeWrapper.cjs +index 5b6a844..25e7159 100644 +--- a/dist/components/BadgeWrapper/BadgeWrapper.cjs ++++ b/dist/components/BadgeWrapper/BadgeWrapper.cjs +@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BadgeWrapper = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const BadgeWrapper = ({ children, childrenContainerProps, badge, badgeContainerProps, position = design_system_shared_1.BadgeWrapperPosition.BottomRight, positionAnchorShape = design_system_shared_1.BadgeWrapperPositionAnchorShape.Circular, positionXOffset = 0, positionYOffset = 0, customPosition, twClassName, style, ...props }) => { +diff --git a/dist/components/BadgeWrapper/BadgeWrapper.mjs b/dist/components/BadgeWrapper/BadgeWrapper.mjs +index 8f14db4..e1af24e 100644 +--- a/dist/components/BadgeWrapper/BadgeWrapper.mjs ++++ b/dist/components/BadgeWrapper/BadgeWrapper.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { BadgeWrapperPosition, BadgeWrapperPositionAnchorShape } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { BadgeWrapperPosition, BadgeWrapperPositionAnchorShape } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { useCallback, useState, useMemo } from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/BadgeWrapper/BadgeWrapper.types.d.cts b/dist/components/BadgeWrapper/BadgeWrapper.types.d.cts +index 3976093..4b8da5c 100644 +--- a/dist/components/BadgeWrapper/BadgeWrapper.types.d.cts ++++ b/dist/components/BadgeWrapper/BadgeWrapper.types.d.cts +@@ -1,8 +1,8 @@ +-import type { BadgeWrapperPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BadgeWrapperPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps, StyleProp, ViewStyle } from "react-native/index.js"; + /** + * BadgeWrapper component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native-specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native-specific platform concerns + */ + export type BadgeWrapperProps = BadgeWrapperPropsShared & { + /** +diff --git a/dist/components/BadgeWrapper/BadgeWrapper.types.d.mts b/dist/components/BadgeWrapper/BadgeWrapper.types.d.mts +index bbbd5a1..52da5ac 100644 +--- a/dist/components/BadgeWrapper/BadgeWrapper.types.d.mts ++++ b/dist/components/BadgeWrapper/BadgeWrapper.types.d.mts +@@ -1,8 +1,8 @@ +-import type { BadgeWrapperPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BadgeWrapperPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps, StyleProp, ViewStyle } from "react-native/index.js"; + /** + * BadgeWrapper component props (React Native platform-specific) +- * Extends shared props from @metamask-previews/design-system-shared with React Native-specific platform concerns ++ * Extends shared props from @metamask/design-system-shared with React Native-specific platform concerns + */ + export type BadgeWrapperProps = BadgeWrapperPropsShared & { + /** +diff --git a/dist/components/BadgeWrapper/index.cjs b/dist/components/BadgeWrapper/index.cjs +index 6b2e469..3130878 100644 +--- a/dist/components/BadgeWrapper/index.cjs ++++ b/dist/components/BadgeWrapper/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BadgeWrapper = exports.BadgeWrapperPositionAnchorShape = exports.BadgeWrapperPosition = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "BadgeWrapperPosition", { enumerable: true, get: function () { return design_system_shared_1.BadgeWrapperPosition; } }); + Object.defineProperty(exports, "BadgeWrapperPositionAnchorShape", { enumerable: true, get: function () { return design_system_shared_1.BadgeWrapperPositionAnchorShape; } }); + var BadgeWrapper_1 = require("./BadgeWrapper.cjs"); +diff --git a/dist/components/BadgeWrapper/index.d.cts b/dist/components/BadgeWrapper/index.d.cts +index 762cad3..785d7c2 100644 +--- a/dist/components/BadgeWrapper/index.d.cts ++++ b/dist/components/BadgeWrapper/index.d.cts +@@ -1,4 +1,4 @@ +-export { BadgeWrapperPosition, BadgeWrapperPositionAnchorShape, type BadgeWrapperCustomPosition, } from "@metamask-previews/design-system-shared"; ++export { BadgeWrapperPosition, BadgeWrapperPositionAnchorShape, type BadgeWrapperCustomPosition, } from "@metamask/design-system-shared"; + export { BadgeWrapper } from "./BadgeWrapper.cjs"; + export type { BadgeWrapperProps } from "./BadgeWrapper.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/BadgeWrapper/index.d.mts b/dist/components/BadgeWrapper/index.d.mts +index 92d9301..c97c39d 100644 +--- a/dist/components/BadgeWrapper/index.d.mts ++++ b/dist/components/BadgeWrapper/index.d.mts +@@ -1,4 +1,4 @@ +-export { BadgeWrapperPosition, BadgeWrapperPositionAnchorShape, type BadgeWrapperCustomPosition, } from "@metamask-previews/design-system-shared"; ++export { BadgeWrapperPosition, BadgeWrapperPositionAnchorShape, type BadgeWrapperCustomPosition, } from "@metamask/design-system-shared"; + export { BadgeWrapper } from "./BadgeWrapper.mjs"; + export type { BadgeWrapperProps } from "./BadgeWrapper.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/BadgeWrapper/index.mjs b/dist/components/BadgeWrapper/index.mjs +index d505a3e..9ceb141 100644 +--- a/dist/components/BadgeWrapper/index.mjs ++++ b/dist/components/BadgeWrapper/index.mjs +@@ -1,3 +1,3 @@ +-export { BadgeWrapperPosition, BadgeWrapperPositionAnchorShape } from "@metamask-previews/design-system-shared"; ++export { BadgeWrapperPosition, BadgeWrapperPositionAnchorShape } from "@metamask/design-system-shared"; + export { BadgeWrapper } from "./BadgeWrapper.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/BannerAlert/BannerAlert.cjs b/dist/components/BannerAlert/BannerAlert.cjs +index b943a03..b1b2e77 100644 +--- a/dist/components/BannerAlert/BannerAlert.cjs ++++ b/dist/components/BannerAlert/BannerAlert.cjs +@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BannerAlert = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const types_1 = require("../../types/index.cjs"); + const BannerBase_1 = require("../BannerBase/index.cjs"); +diff --git a/dist/components/BannerAlert/BannerAlert.constants.cjs b/dist/components/BannerAlert/BannerAlert.constants.cjs +index 20f43be..dedee08 100644 +--- a/dist/components/BannerAlert/BannerAlert.constants.cjs ++++ b/dist/components/BannerAlert/BannerAlert.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.MAP_BANNER_ALERT_SEVERITY_BORDER_COLOR = exports.MAP_BANNER_ALERT_SEVERITY_BACKGROUND_COLOR = exports.MAP_BANNER_ALERT_SEVERITY_ICON_COLOR = exports.MAP_BANNER_ALERT_SEVERITY_ICON_NAME = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const types_1 = require("../../types/index.cjs"); + exports.MAP_BANNER_ALERT_SEVERITY_ICON_NAME = { + info: types_1.IconName.Info, +diff --git a/dist/components/BannerAlert/BannerAlert.constants.d.cts b/dist/components/BannerAlert/BannerAlert.constants.d.cts +index d97731e..7ffaee2 100644 +--- a/dist/components/BannerAlert/BannerAlert.constants.d.cts ++++ b/dist/components/BannerAlert/BannerAlert.constants.d.cts +@@ -1,4 +1,4 @@ +-import { BannerAlertSeverity, BoxBackgroundColor, BoxBorderColor } from "@metamask-previews/design-system-shared"; ++import { BannerAlertSeverity, BoxBackgroundColor, BoxBorderColor } from "@metamask/design-system-shared"; + import { IconColor, IconName } from "../../types/index.cjs"; + export declare const MAP_BANNER_ALERT_SEVERITY_ICON_NAME: Record<(typeof BannerAlertSeverity)[keyof typeof BannerAlertSeverity], IconName>; + export declare const MAP_BANNER_ALERT_SEVERITY_ICON_COLOR: Record<(typeof BannerAlertSeverity)[keyof typeof BannerAlertSeverity], IconColor>; +diff --git a/dist/components/BannerAlert/BannerAlert.constants.d.mts b/dist/components/BannerAlert/BannerAlert.constants.d.mts +index 2b1aea1..c592c6c 100644 +--- a/dist/components/BannerAlert/BannerAlert.constants.d.mts ++++ b/dist/components/BannerAlert/BannerAlert.constants.d.mts +@@ -1,4 +1,4 @@ +-import { BannerAlertSeverity, BoxBackgroundColor, BoxBorderColor } from "@metamask-previews/design-system-shared"; ++import { BannerAlertSeverity, BoxBackgroundColor, BoxBorderColor } from "@metamask/design-system-shared"; + import { IconColor, IconName } from "../../types/index.mjs"; + export declare const MAP_BANNER_ALERT_SEVERITY_ICON_NAME: Record<(typeof BannerAlertSeverity)[keyof typeof BannerAlertSeverity], IconName>; + export declare const MAP_BANNER_ALERT_SEVERITY_ICON_COLOR: Record<(typeof BannerAlertSeverity)[keyof typeof BannerAlertSeverity], IconColor>; +diff --git a/dist/components/BannerAlert/BannerAlert.constants.mjs b/dist/components/BannerAlert/BannerAlert.constants.mjs +index 59dde91..25dcf26 100644 +--- a/dist/components/BannerAlert/BannerAlert.constants.mjs ++++ b/dist/components/BannerAlert/BannerAlert.constants.mjs +@@ -1,4 +1,4 @@ +-import { BannerAlertSeverity, BoxBackgroundColor, BoxBorderColor } from "@metamask-previews/design-system-shared"; ++import { BannerAlertSeverity, BoxBackgroundColor, BoxBorderColor } from "@metamask/design-system-shared"; + import { IconColor, IconName } from "../../types/index.mjs"; + export const MAP_BANNER_ALERT_SEVERITY_ICON_NAME = { + info: IconName.Info, +diff --git a/dist/components/BannerAlert/BannerAlert.mjs b/dist/components/BannerAlert/BannerAlert.mjs +index a0cc92e..b43d214 100644 +--- a/dist/components/BannerAlert/BannerAlert.mjs ++++ b/dist/components/BannerAlert/BannerAlert.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { BannerAlertSeverity } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { BannerAlertSeverity } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { IconSize } from "../../types/index.mjs"; +diff --git a/dist/components/BannerAlert/BannerAlert.types.d.cts b/dist/components/BannerAlert/BannerAlert.types.d.cts +index e3a2b56..ed64206 100644 +--- a/dist/components/BannerAlert/BannerAlert.types.d.cts ++++ b/dist/components/BannerAlert/BannerAlert.types.d.cts +@@ -1,4 +1,4 @@ +-import type { BannerAlertPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BannerAlertPropsShared } from "@metamask/design-system-shared"; + import type { BannerBaseProps } from "../BannerBase/index.cjs"; + import type { IconProps } from "../Icon/Icon.types.cjs"; + /** +diff --git a/dist/components/BannerAlert/BannerAlert.types.d.mts b/dist/components/BannerAlert/BannerAlert.types.d.mts +index 4c08d60..d791e79 100644 +--- a/dist/components/BannerAlert/BannerAlert.types.d.mts ++++ b/dist/components/BannerAlert/BannerAlert.types.d.mts +@@ -1,4 +1,4 @@ +-import type { BannerAlertPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BannerAlertPropsShared } from "@metamask/design-system-shared"; + import type { BannerBaseProps } from "../BannerBase/index.mjs"; + import type { IconProps } from "../Icon/Icon.types.mjs"; + /** +diff --git a/dist/components/BannerAlert/index.cjs b/dist/components/BannerAlert/index.cjs +index d9ec5cb..f3b1846 100644 +--- a/dist/components/BannerAlert/index.cjs ++++ b/dist/components/BannerAlert/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BannerAlert = exports.BannerAlertSeverity = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "BannerAlertSeverity", { enumerable: true, get: function () { return design_system_shared_1.BannerAlertSeverity; } }); + var BannerAlert_1 = require("./BannerAlert.cjs"); + Object.defineProperty(exports, "BannerAlert", { enumerable: true, get: function () { return BannerAlert_1.BannerAlert; } }); +diff --git a/dist/components/BannerAlert/index.d.cts b/dist/components/BannerAlert/index.d.cts +index 2ecab26..bb01047 100644 +--- a/dist/components/BannerAlert/index.d.cts ++++ b/dist/components/BannerAlert/index.d.cts +@@ -1,4 +1,4 @@ +-export { BannerAlertSeverity } from "@metamask-previews/design-system-shared"; ++export { BannerAlertSeverity } from "@metamask/design-system-shared"; + export { BannerAlert } from "./BannerAlert.cjs"; + export type { BannerAlertProps } from "./BannerAlert.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/BannerAlert/index.d.mts b/dist/components/BannerAlert/index.d.mts +index f66886c..171d4f6 100644 +--- a/dist/components/BannerAlert/index.d.mts ++++ b/dist/components/BannerAlert/index.d.mts +@@ -1,4 +1,4 @@ +-export { BannerAlertSeverity } from "@metamask-previews/design-system-shared"; ++export { BannerAlertSeverity } from "@metamask/design-system-shared"; + export { BannerAlert } from "./BannerAlert.mjs"; + export type { BannerAlertProps } from "./BannerAlert.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/BannerAlert/index.mjs b/dist/components/BannerAlert/index.mjs +index 4b54f94..05673b9 100644 +--- a/dist/components/BannerAlert/index.mjs ++++ b/dist/components/BannerAlert/index.mjs +@@ -1,3 +1,3 @@ +-export { BannerAlertSeverity } from "@metamask-previews/design-system-shared"; ++export { BannerAlertSeverity } from "@metamask/design-system-shared"; + export { BannerAlert } from "./BannerAlert.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/BannerBase/BannerBase.cjs b/dist/components/BannerBase/BannerBase.cjs +index c727e82..73c8f71 100644 +--- a/dist/components/BannerBase/BannerBase.cjs ++++ b/dist/components/BannerBase/BannerBase.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BannerBase = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + const Box_1 = require("../Box/index.cjs"); + const Button_1 = require("../Button/index.cjs"); +diff --git a/dist/components/BannerBase/BannerBase.mjs b/dist/components/BannerBase/BannerBase.mjs +index 96597da..50258b8 100644 +--- a/dist/components/BannerBase/BannerBase.mjs ++++ b/dist/components/BannerBase/BannerBase.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { BoxAlignItems, BoxBackgroundColor, BoxFlexDirection, ButtonIconSize, ButtonSize, FontWeight, IconName, TextVariant } from "@metamask-previews/design-system-shared"; ++import { BoxAlignItems, BoxBackgroundColor, BoxFlexDirection, ButtonIconSize, ButtonSize, FontWeight, IconName, TextVariant } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + import { Box } from "../Box/index.mjs"; +diff --git a/dist/components/BannerBase/BannerBase.types.d.cts b/dist/components/BannerBase/BannerBase.types.d.cts +index 05ed5c9..bf0d804 100644 +--- a/dist/components/BannerBase/BannerBase.types.d.cts ++++ b/dist/components/BannerBase/BannerBase.types.d.cts +@@ -1,4 +1,4 @@ +-import type { BannerBasePropsShared } from "@metamask-previews/design-system-shared"; ++import type { BannerBasePropsShared } from "@metamask/design-system-shared"; + import type { GestureResponderEvent } from "react-native/index.js"; + import type { BoxProps } from "../Box/index.cjs"; + import type { ButtonProps } from "../Button/index.cjs"; +diff --git a/dist/components/BannerBase/BannerBase.types.d.mts b/dist/components/BannerBase/BannerBase.types.d.mts +index 85c180e..407a037 100644 +--- a/dist/components/BannerBase/BannerBase.types.d.mts ++++ b/dist/components/BannerBase/BannerBase.types.d.mts +@@ -1,4 +1,4 @@ +-import type { BannerBasePropsShared } from "@metamask-previews/design-system-shared"; ++import type { BannerBasePropsShared } from "@metamask/design-system-shared"; + import type { GestureResponderEvent } from "react-native/index.js"; + import type { BoxProps } from "../Box/index.mjs"; + import type { ButtonProps } from "../Button/index.mjs"; +diff --git a/dist/components/BottomSheet/BottomSheet.cjs b/dist/components/BottomSheet/BottomSheet.cjs +index 6a0fc3c..357b8d0 100644 +--- a/dist/components/BottomSheet/BottomSheet.cjs ++++ b/dist/components/BottomSheet/BottomSheet.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BottomSheet = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const react_native_safe_area_context_1 = require("react-native-safe-area-context"); +diff --git a/dist/components/BottomSheet/BottomSheet.mjs b/dist/components/BottomSheet/BottomSheet.mjs +index 4deea3e..3b01474 100644 +--- a/dist/components/BottomSheet/BottomSheet.mjs ++++ b/dist/components/BottomSheet/BottomSheet.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { forwardRef, useCallback, useEffect, useImperativeHandle, useRef } from "react"; + const React = $importDefault($React); + import { BackHandler, KeyboardAvoidingView, Platform } from "react-native/index.js"; +diff --git a/dist/components/BottomSheetDialog/BottomSheetDialog.cjs b/dist/components/BottomSheetDialog/BottomSheetDialog.cjs +index b442c0a..4109c0c 100644 +--- a/dist/components/BottomSheetDialog/BottomSheetDialog.cjs ++++ b/dist/components/BottomSheetDialog/BottomSheetDialog.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BottomSheetDialog = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const design_tokens_1 = require("@metamask-previews/design-tokens"); + const lodash_1 = require("lodash"); + const react_1 = __importStar(require("react")); +diff --git a/dist/components/BottomSheetDialog/BottomSheetDialog.mjs b/dist/components/BottomSheetDialog/BottomSheetDialog.mjs +index 5f21867..2585b8e 100644 +--- a/dist/components/BottomSheetDialog/BottomSheetDialog.mjs ++++ b/dist/components/BottomSheetDialog/BottomSheetDialog.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { Theme, useTailwind, useTheme } from "@metamask-previews/design-system-twrnc-preset"; ++import { Theme, useTailwind, useTheme } from "@metamask/design-system-twrnc-preset"; + import { lightTheme, darkTheme } from "@metamask-previews/design-tokens"; + import $lodash from "lodash"; + const { debounce } = $lodash; +diff --git a/dist/components/BottomSheetFooter/BottomSheetFooter.cjs b/dist/components/BottomSheetFooter/BottomSheetFooter.cjs +index eff1cfa..99e618f 100644 +--- a/dist/components/BottomSheetFooter/BottomSheetFooter.cjs ++++ b/dist/components/BottomSheetFooter/BottomSheetFooter.cjs +@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BottomSheetFooter = void 0; + // Third party dependencies. +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const react_native_1 = require("react-native/index.js"); + // External dependencies. +diff --git a/dist/components/BottomSheetFooter/BottomSheetFooter.mjs b/dist/components/BottomSheetFooter/BottomSheetFooter.mjs +index 3dfdd40..6a71810 100644 +--- a/dist/components/BottomSheetFooter/BottomSheetFooter.mjs ++++ b/dist/components/BottomSheetFooter/BottomSheetFooter.mjs +@@ -5,7 +5,7 @@ function $importDefault(module) { + return module; + } + // Third party dependencies. +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/BottomSheetHeader/BottomSheetHeader.cjs b/dist/components/BottomSheetHeader/BottomSheetHeader.cjs +index 8f80e1f..5b67839 100644 +--- a/dist/components/BottomSheetHeader/BottomSheetHeader.cjs ++++ b/dist/components/BottomSheetHeader/BottomSheetHeader.cjs +@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BottomSheetHeader = void 0; + // Third party dependencies. +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + // External dependencies. + const ButtonIcon_1 = require("../ButtonIcon/index.cjs"); +diff --git a/dist/components/BottomSheetHeader/BottomSheetHeader.mjs b/dist/components/BottomSheetHeader/BottomSheetHeader.mjs +index 61c0e6a..f526890 100644 +--- a/dist/components/BottomSheetHeader/BottomSheetHeader.mjs ++++ b/dist/components/BottomSheetHeader/BottomSheetHeader.mjs +@@ -5,7 +5,7 @@ function $importDefault(module) { + return module; + } + // Third party dependencies. +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + // External dependencies. +diff --git a/dist/components/BottomSheetOverlay/BottomSheetOverlay.cjs b/dist/components/BottomSheetOverlay/BottomSheetOverlay.cjs +index 4f6d04d..7a358db 100644 +--- a/dist/components/BottomSheetOverlay/BottomSheetOverlay.cjs ++++ b/dist/components/BottomSheetOverlay/BottomSheetOverlay.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BottomSheetOverlay = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const BottomSheetOverlay_constants_1 = require("./BottomSheetOverlay.constants.cjs"); +diff --git a/dist/components/BottomSheetOverlay/BottomSheetOverlay.mjs b/dist/components/BottomSheetOverlay/BottomSheetOverlay.mjs +index 5e56c30..565deca 100644 +--- a/dist/components/BottomSheetOverlay/BottomSheetOverlay.mjs ++++ b/dist/components/BottomSheetOverlay/BottomSheetOverlay.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { useEffect } from "react"; + const React = $importDefault($React); + import { Animated, Easing, TouchableOpacity, useAnimatedValue } from "react-native/index.js"; +diff --git a/dist/components/Box/Box.cjs b/dist/components/Box/Box.cjs +index 9519bb7..99d9032 100644 +--- a/dist/components/Box/Box.cjs ++++ b/dist/components/Box/Box.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Box = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const Box_constants_1 = require("./Box.constants.cjs"); +diff --git a/dist/components/Box/Box.constants.d.cts b/dist/components/Box/Box.constants.d.cts +index a197136..de79f00 100644 +--- a/dist/components/Box/Box.constants.d.cts ++++ b/dist/components/Box/Box.constants.d.cts +@@ -1,4 +1,4 @@ +-import type { BoxSpacing, BoxBorderWidth } from "@metamask-previews/design-system-shared"; ++import type { BoxSpacing, BoxBorderWidth } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_BOX_GAP: Record; + export declare const TWCLASSMAP_BOX_MARGIN: Record; + export declare const TWCLASSMAP_BOX_MARGIN_TOP: Record; +diff --git a/dist/components/Box/Box.constants.d.mts b/dist/components/Box/Box.constants.d.mts +index ed8d9ff..1361911 100644 +--- a/dist/components/Box/Box.constants.d.mts ++++ b/dist/components/Box/Box.constants.d.mts +@@ -1,4 +1,4 @@ +-import type { BoxSpacing, BoxBorderWidth } from "@metamask-previews/design-system-shared"; ++import type { BoxSpacing, BoxBorderWidth } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_BOX_GAP: Record; + export declare const TWCLASSMAP_BOX_MARGIN: Record; + export declare const TWCLASSMAP_BOX_MARGIN_TOP: Record; +diff --git a/dist/components/Box/Box.d.cts b/dist/components/Box/Box.d.cts +index 247175f..e7009ff 100644 +--- a/dist/components/Box/Box.d.cts ++++ b/dist/components/Box/Box.d.cts +@@ -1,6 +1,6 @@ + import React from "react"; + import { View } from "react-native/index.js"; +-export declare const Box: React.ForwardRefExoticComponent>; + //# sourceMappingURL=Box.d.cts.map +\ No newline at end of file +diff --git a/dist/components/Box/Box.d.mts b/dist/components/Box/Box.d.mts +index 1927956..7f629ce 100644 +--- a/dist/components/Box/Box.d.mts ++++ b/dist/components/Box/Box.d.mts +@@ -1,6 +1,6 @@ + import React from "react"; + import { View } from "react-native/index.js"; +-export declare const Box: React.ForwardRefExoticComponent>; + //# sourceMappingURL=Box.d.mts.map +\ No newline at end of file +diff --git a/dist/components/Box/Box.mjs b/dist/components/Box/Box.mjs +index 2ade168..dc331df 100644 +--- a/dist/components/Box/Box.mjs ++++ b/dist/components/Box/Box.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { forwardRef } from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/Box/Box.types.d.cts b/dist/components/Box/Box.types.d.cts +index 9919072..c98f22f 100644 +--- a/dist/components/Box/Box.types.d.cts ++++ b/dist/components/Box/Box.types.d.cts +@@ -1,4 +1,4 @@ +-import type { BoxPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BoxPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + export type BoxProps = BoxPropsShared & ViewProps & { + /** +diff --git a/dist/components/Box/Box.types.d.mts b/dist/components/Box/Box.types.d.mts +index 3ec6c1c..98b1bf4 100644 +--- a/dist/components/Box/Box.types.d.mts ++++ b/dist/components/Box/Box.types.d.mts +@@ -1,4 +1,4 @@ +-import type { BoxPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BoxPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + export type BoxProps = BoxPropsShared & ViewProps & { + /** +diff --git a/dist/components/Box/index.cjs b/dist/components/Box/index.cjs +index 7930e0c..3eb126e 100644 +--- a/dist/components/Box/index.cjs ++++ b/dist/components/Box/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Box = exports.BoxBorderColor = exports.BoxBackgroundColor = exports.BoxJustifyContent = exports.BoxAlignItems = exports.BoxFlexWrap = exports.BoxFlexDirection = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "BoxFlexDirection", { enumerable: true, get: function () { return design_system_shared_1.BoxFlexDirection; } }); + Object.defineProperty(exports, "BoxFlexWrap", { enumerable: true, get: function () { return design_system_shared_1.BoxFlexWrap; } }); + Object.defineProperty(exports, "BoxAlignItems", { enumerable: true, get: function () { return design_system_shared_1.BoxAlignItems; } }); +diff --git a/dist/components/Box/index.d.cts b/dist/components/Box/index.d.cts +index 8e3a2c0..01cee3c 100644 +--- a/dist/components/Box/index.d.cts ++++ b/dist/components/Box/index.d.cts +@@ -1,4 +1,4 @@ +-export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, } from "@metamask-previews/design-system-shared"; ++export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, } from "@metamask/design-system-shared"; + export { Box } from "./Box.cjs"; + export type { BoxProps } from "./Box.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/Box/index.d.mts b/dist/components/Box/index.d.mts +index b555961..3310cd9 100644 +--- a/dist/components/Box/index.d.mts ++++ b/dist/components/Box/index.d.mts +@@ -1,4 +1,4 @@ +-export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, } from "@metamask-previews/design-system-shared"; ++export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, } from "@metamask/design-system-shared"; + export { Box } from "./Box.mjs"; + export type { BoxProps } from "./Box.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/Box/index.mjs b/dist/components/Box/index.mjs +index 30af201..979f466 100644 +--- a/dist/components/Box/index.mjs ++++ b/dist/components/Box/index.mjs +@@ -1,3 +1,3 @@ +-export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor } from "@metamask-previews/design-system-shared"; ++export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor } from "@metamask/design-system-shared"; + export { Box } from "./Box.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/BoxColumn/BoxColumn.cjs b/dist/components/BoxColumn/BoxColumn.cjs +index f2336ff..1b8f608 100644 +--- a/dist/components/BoxColumn/BoxColumn.cjs ++++ b/dist/components/BoxColumn/BoxColumn.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BoxColumn = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + const Box_1 = require("../Box/index.cjs"); + const TextOrChildren_1 = require("../temp-components/TextOrChildren/index.cjs"); +diff --git a/dist/components/BoxColumn/BoxColumn.mjs b/dist/components/BoxColumn/BoxColumn.mjs +index 712c7b0..3a4773f 100644 +--- a/dist/components/BoxColumn/BoxColumn.mjs ++++ b/dist/components/BoxColumn/BoxColumn.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { BoxFlexDirection } from "@metamask-previews/design-system-shared"; ++import { BoxFlexDirection } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + import { Box } from "../Box/index.mjs"; +diff --git a/dist/components/BoxColumn/BoxColumn.types.d.cts b/dist/components/BoxColumn/BoxColumn.types.d.cts +index 38524f2..e302f7f 100644 +--- a/dist/components/BoxColumn/BoxColumn.types.d.cts ++++ b/dist/components/BoxColumn/BoxColumn.types.d.cts +@@ -1,4 +1,4 @@ +-import type { BoxColumnPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BoxColumnPropsShared } from "@metamask/design-system-shared"; + import type { BoxProps } from "../Box/Box.types.cjs"; + import type { TextProps } from "../Text/index.cjs"; + /** +diff --git a/dist/components/BoxColumn/BoxColumn.types.d.mts b/dist/components/BoxColumn/BoxColumn.types.d.mts +index ce45c43..6bb55da 100644 +--- a/dist/components/BoxColumn/BoxColumn.types.d.mts ++++ b/dist/components/BoxColumn/BoxColumn.types.d.mts +@@ -1,4 +1,4 @@ +-import type { BoxColumnPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BoxColumnPropsShared } from "@metamask/design-system-shared"; + import type { BoxProps } from "../Box/Box.types.mjs"; + import type { TextProps } from "../Text/index.mjs"; + /** +diff --git a/dist/components/BoxRow/BoxRow.cjs b/dist/components/BoxRow/BoxRow.cjs +index 6040daf..c01bad5 100644 +--- a/dist/components/BoxRow/BoxRow.cjs ++++ b/dist/components/BoxRow/BoxRow.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.BoxRow = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + const Box_1 = require("../Box/index.cjs"); + const TextOrChildren_1 = require("../temp-components/TextOrChildren/index.cjs"); +diff --git a/dist/components/BoxRow/BoxRow.mjs b/dist/components/BoxRow/BoxRow.mjs +index ec9e096..ca7777f 100644 +--- a/dist/components/BoxRow/BoxRow.mjs ++++ b/dist/components/BoxRow/BoxRow.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { BoxAlignItems, BoxFlexDirection } from "@metamask-previews/design-system-shared"; ++import { BoxAlignItems, BoxFlexDirection } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + import { Box } from "../Box/index.mjs"; +diff --git a/dist/components/BoxRow/BoxRow.types.d.cts b/dist/components/BoxRow/BoxRow.types.d.cts +index 09adc3e..69368e6 100644 +--- a/dist/components/BoxRow/BoxRow.types.d.cts ++++ b/dist/components/BoxRow/BoxRow.types.d.cts +@@ -1,4 +1,4 @@ +-import type { BoxRowPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BoxRowPropsShared } from "@metamask/design-system-shared"; + import type { BoxProps } from "../Box/Box.types.cjs"; + import type { TextProps } from "../Text/index.cjs"; + /** +diff --git a/dist/components/BoxRow/BoxRow.types.d.mts b/dist/components/BoxRow/BoxRow.types.d.mts +index 9676f8b..d612aea 100644 +--- a/dist/components/BoxRow/BoxRow.types.d.mts ++++ b/dist/components/BoxRow/BoxRow.types.d.mts +@@ -1,4 +1,4 @@ +-import type { BoxRowPropsShared } from "@metamask-previews/design-system-shared"; ++import type { BoxRowPropsShared } from "@metamask/design-system-shared"; + import type { BoxProps } from "../Box/Box.types.mjs"; + import type { TextProps } from "../Text/index.mjs"; + /** +diff --git a/dist/components/Button/Button.cjs b/dist/components/Button/Button.cjs +index b6c68a2..3cf7d6d 100644 +--- a/dist/components/Button/Button.cjs ++++ b/dist/components/Button/Button.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Button = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + const ButtonPrimary_1 = require("./variants/ButtonPrimary/index.cjs"); + const ButtonSecondary_1 = require("./variants/ButtonSecondary/index.cjs"); +diff --git a/dist/components/Button/Button.mjs b/dist/components/Button/Button.mjs +index 24babc6..b4bc1b3 100644 +--- a/dist/components/Button/Button.mjs ++++ b/dist/components/Button/Button.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { ButtonVariant } from "@metamask-previews/design-system-shared"; ++import { ButtonVariant } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + import { ButtonPrimary } from "./variants/ButtonPrimary/index.mjs"; +diff --git a/dist/components/Button/Button.types.d.cts b/dist/components/Button/Button.types.d.cts +index 7717ed5..42ab0a3 100644 +--- a/dist/components/Button/Button.types.d.cts ++++ b/dist/components/Button/Button.types.d.cts +@@ -1,4 +1,4 @@ +-import type { ButtonPropsShared } from "@metamask-previews/design-system-shared"; ++import type { ButtonPropsShared } from "@metamask/design-system-shared"; + import type { ButtonPrimaryProps } from "./variants/ButtonPrimary/index.cjs"; + import type { ButtonSecondaryProps } from "./variants/ButtonSecondary/index.cjs"; + import type { ButtonTertiaryProps } from "./variants/ButtonTertiary/index.cjs"; +diff --git a/dist/components/Button/Button.types.d.mts b/dist/components/Button/Button.types.d.mts +index 83d5942..0f9d177 100644 +--- a/dist/components/Button/Button.types.d.mts ++++ b/dist/components/Button/Button.types.d.mts +@@ -1,4 +1,4 @@ +-import type { ButtonPropsShared } from "@metamask-previews/design-system-shared"; ++import type { ButtonPropsShared } from "@metamask/design-system-shared"; + import type { ButtonPrimaryProps } from "./variants/ButtonPrimary/index.mjs"; + import type { ButtonSecondaryProps } from "./variants/ButtonSecondary/index.mjs"; + import type { ButtonTertiaryProps } from "./variants/ButtonTertiary/index.mjs"; +diff --git a/dist/components/Button/index.cjs b/dist/components/Button/index.cjs +index d9c3b32..a1e082f 100644 +--- a/dist/components/Button/index.cjs ++++ b/dist/components/Button/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Button = exports.ButtonVariant = exports.ButtonSize = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "ButtonSize", { enumerable: true, get: function () { return design_system_shared_1.ButtonSize; } }); + Object.defineProperty(exports, "ButtonVariant", { enumerable: true, get: function () { return design_system_shared_1.ButtonVariant; } }); + var Button_1 = require("./Button.cjs"); +diff --git a/dist/components/Button/index.d.cts b/dist/components/Button/index.d.cts +index a38d094..7e09fb0 100644 +--- a/dist/components/Button/index.d.cts ++++ b/dist/components/Button/index.d.cts +@@ -1,4 +1,4 @@ +-export { ButtonSize, ButtonVariant } from "@metamask-previews/design-system-shared"; ++export { ButtonSize, ButtonVariant } from "@metamask/design-system-shared"; + export { Button } from "./Button.cjs"; + export type { ButtonProps } from "./Button.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/Button/index.d.mts b/dist/components/Button/index.d.mts +index 80633ce..acd3c31 100644 +--- a/dist/components/Button/index.d.mts ++++ b/dist/components/Button/index.d.mts +@@ -1,4 +1,4 @@ +-export { ButtonSize, ButtonVariant } from "@metamask-previews/design-system-shared"; ++export { ButtonSize, ButtonVariant } from "@metamask/design-system-shared"; + export { Button } from "./Button.mjs"; + export type { ButtonProps } from "./Button.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/Button/index.mjs b/dist/components/Button/index.mjs +index 5105b23..a863164 100644 +--- a/dist/components/Button/index.mjs ++++ b/dist/components/Button/index.mjs +@@ -1,3 +1,3 @@ +-export { ButtonSize, ButtonVariant } from "@metamask-previews/design-system-shared"; ++export { ButtonSize, ButtonVariant } from "@metamask/design-system-shared"; + export { Button } from "./Button.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/ButtonBase/ButtonBase.cjs b/dist/components/ButtonBase/ButtonBase.cjs +index 68a3110..0c4e4e1 100644 +--- a/dist/components/ButtonBase/ButtonBase.cjs ++++ b/dist/components/ButtonBase/ButtonBase.cjs +@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.ButtonBase = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const Icon_1 = require("../Icon/index.cjs"); +diff --git a/dist/components/ButtonBase/ButtonBase.constants.cjs b/dist/components/ButtonBase/ButtonBase.constants.cjs +index 49d29c1..0762119 100644 +--- a/dist/components/ButtonBase/ButtonBase.constants.cjs ++++ b/dist/components/ButtonBase/ButtonBase.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TWCLASSMAP_BUTTONBASE_SIZE_DIMENSION = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + exports.TWCLASSMAP_BUTTONBASE_SIZE_DIMENSION = { + [design_system_shared_1.ButtonBaseSize.Sm]: 'h-8', + [design_system_shared_1.ButtonBaseSize.Md]: 'h-10', +diff --git a/dist/components/ButtonBase/ButtonBase.constants.d.cts b/dist/components/ButtonBase/ButtonBase.constants.d.cts +index 599c24e..c9d4cbe 100644 +--- a/dist/components/ButtonBase/ButtonBase.constants.d.cts ++++ b/dist/components/ButtonBase/ButtonBase.constants.d.cts +@@ -1,3 +1,3 @@ +-import { ButtonBaseSize } from "@metamask-previews/design-system-shared"; ++import { ButtonBaseSize } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_BUTTONBASE_SIZE_DIMENSION: Record; + //# sourceMappingURL=ButtonBase.constants.d.cts.map +\ No newline at end of file +diff --git a/dist/components/ButtonBase/ButtonBase.constants.d.mts b/dist/components/ButtonBase/ButtonBase.constants.d.mts +index ed5fb79..2985180 100644 +--- a/dist/components/ButtonBase/ButtonBase.constants.d.mts ++++ b/dist/components/ButtonBase/ButtonBase.constants.d.mts +@@ -1,3 +1,3 @@ +-import { ButtonBaseSize } from "@metamask-previews/design-system-shared"; ++import { ButtonBaseSize } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_BUTTONBASE_SIZE_DIMENSION: Record; + //# sourceMappingURL=ButtonBase.constants.d.mts.map +\ No newline at end of file +diff --git a/dist/components/ButtonBase/ButtonBase.constants.mjs b/dist/components/ButtonBase/ButtonBase.constants.mjs +index ec35cf3..2bd34c4 100644 +--- a/dist/components/ButtonBase/ButtonBase.constants.mjs ++++ b/dist/components/ButtonBase/ButtonBase.constants.mjs +@@ -1,4 +1,4 @@ +-import { ButtonBaseSize } from "@metamask-previews/design-system-shared"; ++import { ButtonBaseSize } from "@metamask/design-system-shared"; + export const TWCLASSMAP_BUTTONBASE_SIZE_DIMENSION = { + [ButtonBaseSize.Sm]: 'h-8', + [ButtonBaseSize.Md]: 'h-10', +diff --git a/dist/components/ButtonBase/ButtonBase.mjs b/dist/components/ButtonBase/ButtonBase.mjs +index 149c84f..ef51178 100644 +--- a/dist/components/ButtonBase/ButtonBase.mjs ++++ b/dist/components/ButtonBase/ButtonBase.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { ButtonBaseSize } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { ButtonBaseSize } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { useMemo } from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/ButtonBase/ButtonBase.types.d.cts b/dist/components/ButtonBase/ButtonBase.types.d.cts +index db32faa..82fd1b6 100644 +--- a/dist/components/ButtonBase/ButtonBase.types.d.cts ++++ b/dist/components/ButtonBase/ButtonBase.types.d.cts +@@ -1,5 +1,5 @@ + /// +-import type { ButtonBasePropsShared, IconName } from "@metamask-previews/design-system-shared"; ++import type { ButtonBasePropsShared, IconName } from "@metamask/design-system-shared"; + import type { PressableProps, StyleProp, ViewStyle } from "react-native/index.js"; + import type { IconProps } from "../Icon/index.cjs"; + import type { SpinnerProps } from "../temp-components/Spinner/index.cjs"; +diff --git a/dist/components/ButtonBase/ButtonBase.types.d.mts b/dist/components/ButtonBase/ButtonBase.types.d.mts +index 284e35a..52d0e32 100644 +--- a/dist/components/ButtonBase/ButtonBase.types.d.mts ++++ b/dist/components/ButtonBase/ButtonBase.types.d.mts +@@ -1,5 +1,5 @@ + /// +-import type { ButtonBasePropsShared, IconName } from "@metamask-previews/design-system-shared"; ++import type { ButtonBasePropsShared, IconName } from "@metamask/design-system-shared"; + import type { PressableProps, StyleProp, ViewStyle } from "react-native/index.js"; + import type { IconProps } from "../Icon/index.mjs"; + import type { SpinnerProps } from "../temp-components/Spinner/index.mjs"; +diff --git a/dist/components/ButtonBase/index.cjs b/dist/components/ButtonBase/index.cjs +index 0010ab8..021e735 100644 +--- a/dist/components/ButtonBase/index.cjs ++++ b/dist/components/ButtonBase/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TWCLASSMAP_BUTTONBASE_SIZE_DIMENSION = exports.ButtonBase = exports.ButtonBaseSize = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "ButtonBaseSize", { enumerable: true, get: function () { return design_system_shared_1.ButtonBaseSize; } }); + var ButtonBase_1 = require("./ButtonBase.cjs"); + Object.defineProperty(exports, "ButtonBase", { enumerable: true, get: function () { return ButtonBase_1.ButtonBase; } }); +diff --git a/dist/components/ButtonBase/index.d.cts b/dist/components/ButtonBase/index.d.cts +index cc826a0..11c77a1 100644 +--- a/dist/components/ButtonBase/index.d.cts ++++ b/dist/components/ButtonBase/index.d.cts +@@ -1,4 +1,4 @@ +-export { ButtonBaseSize } from "@metamask-previews/design-system-shared"; ++export { ButtonBaseSize } from "@metamask/design-system-shared"; + export { ButtonBase } from "./ButtonBase.cjs"; + export { TWCLASSMAP_BUTTONBASE_SIZE_DIMENSION } from "./ButtonBase.constants.cjs"; + export type { ButtonBaseProps } from "./ButtonBase.types.cjs"; +diff --git a/dist/components/ButtonBase/index.d.mts b/dist/components/ButtonBase/index.d.mts +index 2c6dfb3..561f9dc 100644 +--- a/dist/components/ButtonBase/index.d.mts ++++ b/dist/components/ButtonBase/index.d.mts +@@ -1,4 +1,4 @@ +-export { ButtonBaseSize } from "@metamask-previews/design-system-shared"; ++export { ButtonBaseSize } from "@metamask/design-system-shared"; + export { ButtonBase } from "./ButtonBase.mjs"; + export { TWCLASSMAP_BUTTONBASE_SIZE_DIMENSION } from "./ButtonBase.constants.mjs"; + export type { ButtonBaseProps } from "./ButtonBase.types.mjs"; +diff --git a/dist/components/ButtonBase/index.mjs b/dist/components/ButtonBase/index.mjs +index 74d7e00..e5ce19f 100644 +--- a/dist/components/ButtonBase/index.mjs ++++ b/dist/components/ButtonBase/index.mjs +@@ -1,4 +1,4 @@ +-export { ButtonBaseSize } from "@metamask-previews/design-system-shared"; ++export { ButtonBaseSize } from "@metamask/design-system-shared"; + export { ButtonBase } from "./ButtonBase.mjs"; + export { TWCLASSMAP_BUTTONBASE_SIZE_DIMENSION } from "./ButtonBase.constants.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/ButtonFilter/ButtonFilter.cjs b/dist/components/ButtonFilter/ButtonFilter.cjs +index 6f996aa..4248d74 100644 +--- a/dist/components/ButtonFilter/ButtonFilter.cjs ++++ b/dist/components/ButtonFilter/ButtonFilter.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.ButtonFilter = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const ButtonBase_1 = require("../ButtonBase/index.cjs"); + const ButtonFilter = ({ isActive = false, twClassName, textProps, style, ...props }) => { +diff --git a/dist/components/ButtonFilter/ButtonFilter.mjs b/dist/components/ButtonFilter/ButtonFilter.mjs +index 61cc522..869144f 100644 +--- a/dist/components/ButtonFilter/ButtonFilter.mjs ++++ b/dist/components/ButtonFilter/ButtonFilter.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { ButtonBase } from "../ButtonBase/index.mjs"; +diff --git a/dist/components/ButtonFilter/ButtonFilter.types.d.cts b/dist/components/ButtonFilter/ButtonFilter.types.d.cts +index 46e1b96..f5acbff 100644 +--- a/dist/components/ButtonFilter/ButtonFilter.types.d.cts ++++ b/dist/components/ButtonFilter/ButtonFilter.types.d.cts +@@ -1,4 +1,4 @@ +-import type { ButtonFilterPropsShared } from "@metamask-previews/design-system-shared"; ++import type { ButtonFilterPropsShared } from "@metamask/design-system-shared"; + import type { ButtonBaseProps } from "../ButtonBase/index.cjs"; + export type ButtonFilterProps = Omit & ButtonFilterPropsShared & { + /** +diff --git a/dist/components/ButtonFilter/ButtonFilter.types.d.mts b/dist/components/ButtonFilter/ButtonFilter.types.d.mts +index cc947b5..6789907 100644 +--- a/dist/components/ButtonFilter/ButtonFilter.types.d.mts ++++ b/dist/components/ButtonFilter/ButtonFilter.types.d.mts +@@ -1,4 +1,4 @@ +-import type { ButtonFilterPropsShared } from "@metamask-previews/design-system-shared"; ++import type { ButtonFilterPropsShared } from "@metamask/design-system-shared"; + import type { ButtonBaseProps } from "../ButtonBase/index.mjs"; + export type ButtonFilterProps = Omit & ButtonFilterPropsShared & { + /** +diff --git a/dist/components/ButtonHero/ButtonHero.cjs b/dist/components/ButtonHero/ButtonHero.cjs +index 10b37e5..292b972 100644 +--- a/dist/components/ButtonHero/ButtonHero.cjs ++++ b/dist/components/ButtonHero/ButtonHero.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.ButtonHero = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const ButtonBase_1 = require("../ButtonBase/index.cjs"); + /** +diff --git a/dist/components/ButtonHero/ButtonHero.mjs b/dist/components/ButtonHero/ButtonHero.mjs +index b05e3c9..57c0148 100644 +--- a/dist/components/ButtonHero/ButtonHero.mjs ++++ b/dist/components/ButtonHero/ButtonHero.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { Theme, ThemeProvider } from "@metamask-previews/design-system-twrnc-preset"; ++import { Theme, ThemeProvider } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { ButtonBase } from "../ButtonBase/index.mjs"; +diff --git a/dist/components/ButtonHero/index.cjs b/dist/components/ButtonHero/index.cjs +index 89df886..fbc8b0b 100644 +--- a/dist/components/ButtonHero/index.cjs ++++ b/dist/components/ButtonHero/index.cjs +@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true }); + exports.ButtonHeroSize = exports.ButtonHero = void 0; + var ButtonHero_1 = require("./ButtonHero.cjs"); + Object.defineProperty(exports, "ButtonHero", { enumerable: true, get: function () { return ButtonHero_1.ButtonHero; } }); +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "ButtonHeroSize", { enumerable: true, get: function () { return design_system_shared_1.ButtonHeroSize; } }); + //# sourceMappingURL=index.cjs.map +\ No newline at end of file +diff --git a/dist/components/ButtonHero/index.d.cts b/dist/components/ButtonHero/index.d.cts +index 1f8e339..4863b27 100644 +--- a/dist/components/ButtonHero/index.d.cts ++++ b/dist/components/ButtonHero/index.d.cts +@@ -1,4 +1,4 @@ + export { ButtonHero } from "./ButtonHero.cjs"; + export type { ButtonHeroProps } from "./ButtonHero.types.cjs"; +-export { ButtonHeroSize } from "@metamask-previews/design-system-shared"; ++export { ButtonHeroSize } from "@metamask/design-system-shared"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/ButtonHero/index.d.mts b/dist/components/ButtonHero/index.d.mts +index 3c2e258..8a9d31b 100644 +--- a/dist/components/ButtonHero/index.d.mts ++++ b/dist/components/ButtonHero/index.d.mts +@@ -1,4 +1,4 @@ + export { ButtonHero } from "./ButtonHero.mjs"; + export type { ButtonHeroProps } from "./ButtonHero.types.mjs"; +-export { ButtonHeroSize } from "@metamask-previews/design-system-shared"; ++export { ButtonHeroSize } from "@metamask/design-system-shared"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/ButtonHero/index.mjs b/dist/components/ButtonHero/index.mjs +index ba6672a..e35a188 100644 +--- a/dist/components/ButtonHero/index.mjs ++++ b/dist/components/ButtonHero/index.mjs +@@ -1,3 +1,3 @@ + export { ButtonHero } from "./ButtonHero.mjs"; +-export { ButtonHeroSize } from "@metamask-previews/design-system-shared"; ++export { ButtonHeroSize } from "@metamask/design-system-shared"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/ButtonIcon/ButtonIcon.cjs b/dist/components/ButtonIcon/ButtonIcon.cjs +index b54d205..3573fb7 100644 +--- a/dist/components/ButtonIcon/ButtonIcon.cjs ++++ b/dist/components/ButtonIcon/ButtonIcon.cjs +@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.ButtonIcon = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const Icon_1 = require("../Icon/index.cjs"); + const ButtonAnimated_1 = require("../temp-components/ButtonAnimated/index.cjs"); +diff --git a/dist/components/ButtonIcon/ButtonIcon.constants.cjs b/dist/components/ButtonIcon/ButtonIcon.constants.cjs +index eaa1e85..e7ee952 100644 +--- a/dist/components/ButtonIcon/ButtonIcon.constants.cjs ++++ b/dist/components/ButtonIcon/ButtonIcon.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.MAP_BUTTONICON_SIZE_ICONSIZE = exports.TWCLASSMAP_BUTTONICON_SIZE_DIMENSION = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + // Mappings + exports.TWCLASSMAP_BUTTONICON_SIZE_DIMENSION = { + [design_system_shared_1.ButtonIconSize.Sm]: 'h-6 w-6', +diff --git a/dist/components/ButtonIcon/ButtonIcon.constants.d.cts b/dist/components/ButtonIcon/ButtonIcon.constants.d.cts +index 7d7463f..9d64255 100644 +--- a/dist/components/ButtonIcon/ButtonIcon.constants.d.cts ++++ b/dist/components/ButtonIcon/ButtonIcon.constants.d.cts +@@ -1,4 +1,4 @@ +-import { ButtonIconSize, IconSize } from "@metamask-previews/design-system-shared"; ++import { ButtonIconSize, IconSize } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_BUTTONICON_SIZE_DIMENSION: { + sm: string; + md: string; +diff --git a/dist/components/ButtonIcon/ButtonIcon.constants.d.mts b/dist/components/ButtonIcon/ButtonIcon.constants.d.mts +index 27d1390..0834b9d 100644 +--- a/dist/components/ButtonIcon/ButtonIcon.constants.d.mts ++++ b/dist/components/ButtonIcon/ButtonIcon.constants.d.mts +@@ -1,4 +1,4 @@ +-import { ButtonIconSize, IconSize } from "@metamask-previews/design-system-shared"; ++import { ButtonIconSize, IconSize } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_BUTTONICON_SIZE_DIMENSION: { + sm: string; + md: string; +diff --git a/dist/components/ButtonIcon/ButtonIcon.constants.mjs b/dist/components/ButtonIcon/ButtonIcon.constants.mjs +index 579f606..fa39b1e 100644 +--- a/dist/components/ButtonIcon/ButtonIcon.constants.mjs ++++ b/dist/components/ButtonIcon/ButtonIcon.constants.mjs +@@ -1,4 +1,4 @@ +-import { ButtonIconSize, IconSize } from "@metamask-previews/design-system-shared"; ++import { ButtonIconSize, IconSize } from "@metamask/design-system-shared"; + // Mappings + export const TWCLASSMAP_BUTTONICON_SIZE_DIMENSION = { + [ButtonIconSize.Sm]: 'h-6 w-6', +diff --git a/dist/components/ButtonIcon/ButtonIcon.mjs b/dist/components/ButtonIcon/ButtonIcon.mjs +index ee54d20..5bab12a 100644 +--- a/dist/components/ButtonIcon/ButtonIcon.mjs ++++ b/dist/components/ButtonIcon/ButtonIcon.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { IconColor, ButtonIconSize, ButtonIconVariant } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { IconColor, ButtonIconSize, ButtonIconVariant } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { useState } from "react"; + const React = $importDefault($React); + import { Icon } from "../Icon/index.mjs"; +diff --git a/dist/components/ButtonIcon/ButtonIcon.types.d.cts b/dist/components/ButtonIcon/ButtonIcon.types.d.cts +index 3c0a1f6..0cda6ad 100644 +--- a/dist/components/ButtonIcon/ButtonIcon.types.d.cts ++++ b/dist/components/ButtonIcon/ButtonIcon.types.d.cts +@@ -1,4 +1,4 @@ +-import type { ButtonIconPropsShared } from "@metamask-previews/design-system-shared"; ++import type { ButtonIconPropsShared } from "@metamask/design-system-shared"; + import type { StyleProp, ViewStyle } from "react-native/index.js"; + import type { IconProps } from "../Icon/index.cjs"; + import type { ButtonAnimatedProps } from "../temp-components/ButtonAnimated/index.cjs"; +diff --git a/dist/components/ButtonIcon/ButtonIcon.types.d.mts b/dist/components/ButtonIcon/ButtonIcon.types.d.mts +index 609aefb..ddac893 100644 +--- a/dist/components/ButtonIcon/ButtonIcon.types.d.mts ++++ b/dist/components/ButtonIcon/ButtonIcon.types.d.mts +@@ -1,4 +1,4 @@ +-import type { ButtonIconPropsShared } from "@metamask-previews/design-system-shared"; ++import type { ButtonIconPropsShared } from "@metamask/design-system-shared"; + import type { StyleProp, ViewStyle } from "react-native/index.js"; + import type { IconProps } from "../Icon/index.mjs"; + import type { ButtonAnimatedProps } from "../temp-components/ButtonAnimated/index.mjs"; +diff --git a/dist/components/ButtonIcon/index.cjs b/dist/components/ButtonIcon/index.cjs +index 7f40f7f..a452819 100644 +--- a/dist/components/ButtonIcon/index.cjs ++++ b/dist/components/ButtonIcon/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.ButtonIcon = exports.ButtonIconVariant = exports.ButtonIconSize = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "ButtonIconSize", { enumerable: true, get: function () { return design_system_shared_1.ButtonIconSize; } }); + Object.defineProperty(exports, "ButtonIconVariant", { enumerable: true, get: function () { return design_system_shared_1.ButtonIconVariant; } }); + var ButtonIcon_1 = require("./ButtonIcon.cjs"); +diff --git a/dist/components/ButtonIcon/index.d.cts b/dist/components/ButtonIcon/index.d.cts +index 7f92c9b..e115329 100644 +--- a/dist/components/ButtonIcon/index.d.cts ++++ b/dist/components/ButtonIcon/index.d.cts +@@ -1,4 +1,4 @@ +-export { ButtonIconSize, ButtonIconVariant, } from "@metamask-previews/design-system-shared"; ++export { ButtonIconSize, ButtonIconVariant, } from "@metamask/design-system-shared"; + export { ButtonIcon } from "./ButtonIcon.cjs"; + export type { ButtonIconProps } from "./ButtonIcon.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/ButtonIcon/index.d.mts b/dist/components/ButtonIcon/index.d.mts +index 87401b1..b1424f4 100644 +--- a/dist/components/ButtonIcon/index.d.mts ++++ b/dist/components/ButtonIcon/index.d.mts +@@ -1,4 +1,4 @@ +-export { ButtonIconSize, ButtonIconVariant, } from "@metamask-previews/design-system-shared"; ++export { ButtonIconSize, ButtonIconVariant, } from "@metamask/design-system-shared"; + export { ButtonIcon } from "./ButtonIcon.mjs"; + export type { ButtonIconProps } from "./ButtonIcon.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/ButtonIcon/index.mjs b/dist/components/ButtonIcon/index.mjs +index dd6d22a..d9ca944 100644 +--- a/dist/components/ButtonIcon/index.mjs ++++ b/dist/components/ButtonIcon/index.mjs +@@ -1,3 +1,3 @@ +-export { ButtonIconSize, ButtonIconVariant } from "@metamask-previews/design-system-shared"; ++export { ButtonIconSize, ButtonIconVariant } from "@metamask/design-system-shared"; + export { ButtonIcon } from "./ButtonIcon.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/Card/Card.cjs b/dist/components/Card/Card.cjs +index 5f86a39..9cb3e6c 100644 +--- a/dist/components/Card/Card.cjs ++++ b/dist/components/Card/Card.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Card = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const react_native_1 = require("react-native/index.js"); + const Card = ({ children, onPress, twClassName, touchableOpacityProps, style, ...props }) => { +diff --git a/dist/components/Card/Card.mjs b/dist/components/Card/Card.mjs +index bd246f9..91a8d34 100644 +--- a/dist/components/Card/Card.mjs ++++ b/dist/components/Card/Card.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { TouchableOpacity, View } from "react-native/index.js"; +diff --git a/dist/components/Checkbox/Checkbox.cjs b/dist/components/Checkbox/Checkbox.cjs +index 8327dfb..4ae5f83 100644 +--- a/dist/components/Checkbox/Checkbox.cjs ++++ b/dist/components/Checkbox/Checkbox.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Checkbox = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const Icon_1 = require("../Icon/index.cjs"); +diff --git a/dist/components/Checkbox/Checkbox.d.cts b/dist/components/Checkbox/Checkbox.d.cts +index 761e6c5..793045e 100644 +--- a/dist/components/Checkbox/Checkbox.d.cts ++++ b/dist/components/Checkbox/Checkbox.d.cts +@@ -1,6 +1,6 @@ + import React from "react"; + import type { PressableStateCallbackType } from "react-native/index.js"; +-export declare const Checkbox: React.ForwardRefExoticComponent, "children"> | undefined; + checkboxContainerProps?: Omit, "children"> | undefined; + checkedIconProps?: Partial | undefined; +diff --git a/dist/components/Checkbox/Checkbox.d.mts b/dist/components/Checkbox/Checkbox.d.mts +index 67a8c99..7a1dcc6 100644 +--- a/dist/components/Checkbox/Checkbox.d.mts ++++ b/dist/components/Checkbox/Checkbox.d.mts +@@ -1,6 +1,6 @@ + import React from "react"; + import type { PressableStateCallbackType } from "react-native/index.js"; +-export declare const Checkbox: React.ForwardRefExoticComponent, "children"> | undefined; + checkboxContainerProps?: Omit, "children"> | undefined; + checkedIconProps?: Partial | undefined; +diff --git a/dist/components/Checkbox/Checkbox.mjs b/dist/components/Checkbox/Checkbox.mjs +index 8da6d45..67a1df4 100644 +--- a/dist/components/Checkbox/Checkbox.mjs ++++ b/dist/components/Checkbox/Checkbox.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { forwardRef, useRef, useImperativeHandle, useCallback, useEffect } from "react"; + const React = $importDefault($React); + import { Pressable, Animated, Easing } from "react-native/index.js"; +diff --git a/dist/components/Checkbox/Checkbox.types.d.cts b/dist/components/Checkbox/Checkbox.types.d.cts +index 822ed5f..a9cc87c 100644 +--- a/dist/components/Checkbox/Checkbox.types.d.cts ++++ b/dist/components/Checkbox/Checkbox.types.d.cts +@@ -1,4 +1,4 @@ +-import type { CheckboxPropsShared } from "@metamask-previews/design-system-shared"; ++import type { CheckboxPropsShared } from "@metamask/design-system-shared"; + import type { PressableProps, ViewProps } from "react-native/index.js"; + import type { IconProps } from "../Icon/index.cjs"; + import type { TextProps } from "../Text/index.cjs"; +diff --git a/dist/components/Checkbox/Checkbox.types.d.mts b/dist/components/Checkbox/Checkbox.types.d.mts +index 569a0de..20c4ed0 100644 +--- a/dist/components/Checkbox/Checkbox.types.d.mts ++++ b/dist/components/Checkbox/Checkbox.types.d.mts +@@ -1,4 +1,4 @@ +-import type { CheckboxPropsShared } from "@metamask-previews/design-system-shared"; ++import type { CheckboxPropsShared } from "@metamask/design-system-shared"; + import type { PressableProps, ViewProps } from "react-native/index.js"; + import type { IconProps } from "../Icon/index.mjs"; + import type { TextProps } from "../Text/index.mjs"; +diff --git a/dist/components/HeaderBase/HeaderBase.cjs b/dist/components/HeaderBase/HeaderBase.cjs +index 0830a0d..4bc2c1b 100644 +--- a/dist/components/HeaderBase/HeaderBase.cjs ++++ b/dist/components/HeaderBase/HeaderBase.cjs +@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + Object.defineProperty(exports, "__esModule", { value: true }); + exports.HeaderBase = void 0; + // Third party dependencies. +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const react_native_safe_area_context_1 = require("react-native-safe-area-context"); +diff --git a/dist/components/HeaderBase/HeaderBase.mjs b/dist/components/HeaderBase/HeaderBase.mjs +index c45f0cf..114d742 100644 +--- a/dist/components/HeaderBase/HeaderBase.mjs ++++ b/dist/components/HeaderBase/HeaderBase.mjs +@@ -5,7 +5,7 @@ function $importDefault(module) { + return module; + } + // Third party dependencies. +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { useCallback, useState } from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/HeaderSearch/HeaderSearch.cjs b/dist/components/HeaderSearch/HeaderSearch.cjs +index 0db2f63..94764ce 100644 +--- a/dist/components/HeaderSearch/HeaderSearch.cjs ++++ b/dist/components/HeaderSearch/HeaderSearch.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.HeaderSearch = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + const Box_1 = require("../Box/index.cjs"); + const Button_1 = require("../Button/index.cjs"); +diff --git a/dist/components/HeaderSearch/HeaderSearch.mjs b/dist/components/HeaderSearch/HeaderSearch.mjs +index fff8193..7baed51 100644 +--- a/dist/components/HeaderSearch/HeaderSearch.mjs ++++ b/dist/components/HeaderSearch/HeaderSearch.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { HeaderSearchVariant } from "@metamask-previews/design-system-shared"; ++import { HeaderSearchVariant } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + import { Box } from "../Box/index.mjs"; +diff --git a/dist/components/HeaderSearch/HeaderSearch.types.d.cts b/dist/components/HeaderSearch/HeaderSearch.types.d.cts +index 4c7b1ad..71929d6 100644 +--- a/dist/components/HeaderSearch/HeaderSearch.types.d.cts ++++ b/dist/components/HeaderSearch/HeaderSearch.types.d.cts +@@ -1,4 +1,4 @@ +-import type { HeaderSearchInlinePropsShared, HeaderSearchScreenPropsShared } from "@metamask-previews/design-system-shared"; ++import type { HeaderSearchInlinePropsShared, HeaderSearchScreenPropsShared } from "@metamask/design-system-shared"; + import type { BoxProps } from "../Box/index.cjs"; + import type { ButtonProps } from "../Button/index.cjs"; + import type { ButtonIconProps } from "../ButtonIcon/index.cjs"; +diff --git a/dist/components/HeaderSearch/HeaderSearch.types.d.mts b/dist/components/HeaderSearch/HeaderSearch.types.d.mts +index 9d68505..29868aa 100644 +--- a/dist/components/HeaderSearch/HeaderSearch.types.d.mts ++++ b/dist/components/HeaderSearch/HeaderSearch.types.d.mts +@@ -1,4 +1,4 @@ +-import type { HeaderSearchInlinePropsShared, HeaderSearchScreenPropsShared } from "@metamask-previews/design-system-shared"; ++import type { HeaderSearchInlinePropsShared, HeaderSearchScreenPropsShared } from "@metamask/design-system-shared"; + import type { BoxProps } from "../Box/index.mjs"; + import type { ButtonProps } from "../Button/index.mjs"; + import type { ButtonIconProps } from "../ButtonIcon/index.mjs"; +diff --git a/dist/components/HeaderSearch/index.cjs b/dist/components/HeaderSearch/index.cjs +index d87bf4e..8cb2a7e 100644 +--- a/dist/components/HeaderSearch/index.cjs ++++ b/dist/components/HeaderSearch/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.HeaderSearch = exports.HeaderSearchVariant = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "HeaderSearchVariant", { enumerable: true, get: function () { return design_system_shared_1.HeaderSearchVariant; } }); + var HeaderSearch_1 = require("./HeaderSearch.cjs"); + Object.defineProperty(exports, "HeaderSearch", { enumerable: true, get: function () { return HeaderSearch_1.HeaderSearch; } }); +diff --git a/dist/components/HeaderSearch/index.d.cts b/dist/components/HeaderSearch/index.d.cts +index 21dd749..233336c 100644 +--- a/dist/components/HeaderSearch/index.d.cts ++++ b/dist/components/HeaderSearch/index.d.cts +@@ -1,4 +1,4 @@ +-export { HeaderSearchVariant, type HeaderSearchInlinePropsShared, type HeaderSearchPropsShared, type HeaderSearchScreenPropsShared, } from "@metamask-previews/design-system-shared"; ++export { HeaderSearchVariant, type HeaderSearchInlinePropsShared, type HeaderSearchPropsShared, type HeaderSearchScreenPropsShared, } from "@metamask/design-system-shared"; + export { HeaderSearch } from "./HeaderSearch.cjs"; + export type { HeaderSearchProps, HeaderSearchScreenProps, HeaderSearchInlineProps, } from "./HeaderSearch.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/HeaderSearch/index.d.mts b/dist/components/HeaderSearch/index.d.mts +index 142a924..1857849 100644 +--- a/dist/components/HeaderSearch/index.d.mts ++++ b/dist/components/HeaderSearch/index.d.mts +@@ -1,4 +1,4 @@ +-export { HeaderSearchVariant, type HeaderSearchInlinePropsShared, type HeaderSearchPropsShared, type HeaderSearchScreenPropsShared, } from "@metamask-previews/design-system-shared"; ++export { HeaderSearchVariant, type HeaderSearchInlinePropsShared, type HeaderSearchPropsShared, type HeaderSearchScreenPropsShared, } from "@metamask/design-system-shared"; + export { HeaderSearch } from "./HeaderSearch.mjs"; + export type { HeaderSearchProps, HeaderSearchScreenProps, HeaderSearchInlineProps, } from "./HeaderSearch.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/HeaderSearch/index.mjs b/dist/components/HeaderSearch/index.mjs +index 585aa70..b72535f 100644 +--- a/dist/components/HeaderSearch/index.mjs ++++ b/dist/components/HeaderSearch/index.mjs +@@ -1,3 +1,3 @@ +-export { HeaderSearchVariant } from "@metamask-previews/design-system-shared"; ++export { HeaderSearchVariant } from "@metamask/design-system-shared"; + export { HeaderSearch } from "./HeaderSearch.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/Icon/Icon.cjs b/dist/components/Icon/Icon.cjs +index 849228a..57656e1 100644 +--- a/dist/components/Icon/Icon.cjs ++++ b/dist/components/Icon/Icon.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Icon = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const types_1 = require("../../types/index.cjs"); + const Icon_assets_1 = require("./Icon.assets.cjs"); +diff --git a/dist/components/Icon/Icon.mjs b/dist/components/Icon/Icon.mjs +index 0ab8038..e344400 100644 +--- a/dist/components/Icon/Icon.mjs ++++ b/dist/components/Icon/Icon.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { IconColor, IconSize } from "../../types/index.mjs"; +diff --git a/dist/components/Icon/Icon.types.d.cts b/dist/components/Icon/Icon.types.d.cts +index e4a2eaa..b4bd80e 100644 +--- a/dist/components/Icon/Icon.types.d.cts ++++ b/dist/components/Icon/Icon.types.d.cts +@@ -1,4 +1,4 @@ +-import type { IconName, IconPropsShared } from "@metamask-previews/design-system-shared"; ++import type { IconName, IconPropsShared } from "@metamask/design-system-shared"; + import type React from "react"; + import type { SvgProps } from "react-native-svg"; + /** +diff --git a/dist/components/Icon/Icon.types.d.mts b/dist/components/Icon/Icon.types.d.mts +index d7ad782..667ed38 100644 +--- a/dist/components/Icon/Icon.types.d.mts ++++ b/dist/components/Icon/Icon.types.d.mts +@@ -1,4 +1,4 @@ +-import type { IconName, IconPropsShared } from "@metamask-previews/design-system-shared"; ++import type { IconName, IconPropsShared } from "@metamask/design-system-shared"; + import type React from "react"; + import type { SvgProps } from "react-native-svg"; + /** +diff --git a/dist/components/IconAlert/IconAlert.constants.cjs b/dist/components/IconAlert/IconAlert.constants.cjs +index a997530..10438ed 100644 +--- a/dist/components/IconAlert/IconAlert.constants.cjs ++++ b/dist/components/IconAlert/IconAlert.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.ICON_ALERT_SEVERITY_MAP = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const types_1 = require("../../types/index.cjs"); + exports.ICON_ALERT_SEVERITY_MAP = { + [design_system_shared_1.IconAlertSeverity.Info]: { +diff --git a/dist/components/IconAlert/IconAlert.constants.d.cts b/dist/components/IconAlert/IconAlert.constants.d.cts +index 9d68021..8056327 100644 +--- a/dist/components/IconAlert/IconAlert.constants.d.cts ++++ b/dist/components/IconAlert/IconAlert.constants.d.cts +@@ -1,4 +1,4 @@ +-import { IconAlertSeverity } from "@metamask-previews/design-system-shared"; ++import { IconAlertSeverity } from "@metamask/design-system-shared"; + import { IconColor, IconName } from "../../types/index.cjs"; + export declare const ICON_ALERT_SEVERITY_MAP: Record; + //# sourceMappingURL=IconAlert.types.d.cts.map +\ No newline at end of file +diff --git a/dist/components/IconAlert/IconAlert.types.d.mts b/dist/components/IconAlert/IconAlert.types.d.mts +index ae18e18..deac52f 100644 +--- a/dist/components/IconAlert/IconAlert.types.d.mts ++++ b/dist/components/IconAlert/IconAlert.types.d.mts +@@ -1,4 +1,4 @@ +-import type { IconAlertPropsShared } from "@metamask-previews/design-system-shared"; ++import type { IconAlertPropsShared } from "@metamask/design-system-shared"; + import type { IconProps } from "../Icon/index.mjs"; + export type IconAlertProps = IconAlertPropsShared & Omit; + //# sourceMappingURL=IconAlert.types.d.mts.map +\ No newline at end of file +diff --git a/dist/components/IconAlert/index.cjs b/dist/components/IconAlert/index.cjs +index c7ea07c..149e25c 100644 +--- a/dist/components/IconAlert/index.cjs ++++ b/dist/components/IconAlert/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.IconAlert = exports.IconAlertSeverity = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "IconAlertSeverity", { enumerable: true, get: function () { return design_system_shared_1.IconAlertSeverity; } }); + var IconAlert_1 = require("./IconAlert.cjs"); + Object.defineProperty(exports, "IconAlert", { enumerable: true, get: function () { return IconAlert_1.IconAlert; } }); +diff --git a/dist/components/IconAlert/index.d.cts b/dist/components/IconAlert/index.d.cts +index d32a025..068906d 100644 +--- a/dist/components/IconAlert/index.d.cts ++++ b/dist/components/IconAlert/index.d.cts +@@ -1,4 +1,4 @@ +-export { IconAlertSeverity } from "@metamask-previews/design-system-shared"; ++export { IconAlertSeverity } from "@metamask/design-system-shared"; + export { IconAlert } from "./IconAlert.cjs"; + export type { IconAlertProps } from "./IconAlert.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/IconAlert/index.d.mts b/dist/components/IconAlert/index.d.mts +index f64df2a..b76cd20 100644 +--- a/dist/components/IconAlert/index.d.mts ++++ b/dist/components/IconAlert/index.d.mts +@@ -1,4 +1,4 @@ +-export { IconAlertSeverity } from "@metamask-previews/design-system-shared"; ++export { IconAlertSeverity } from "@metamask/design-system-shared"; + export { IconAlert } from "./IconAlert.mjs"; + export type { IconAlertProps } from "./IconAlert.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/IconAlert/index.mjs b/dist/components/IconAlert/index.mjs +index 05ebd11..2047958 100644 +--- a/dist/components/IconAlert/index.mjs ++++ b/dist/components/IconAlert/index.mjs +@@ -1,3 +1,3 @@ +-export { IconAlertSeverity } from "@metamask-previews/design-system-shared"; ++export { IconAlertSeverity } from "@metamask/design-system-shared"; + export { IconAlert } from "./IconAlert.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/Input/Input.cjs b/dist/components/Input/Input.cjs +index b4914c8..948bbc6 100644 +--- a/dist/components/Input/Input.cjs ++++ b/dist/components/Input/Input.cjs +@@ -1,8 +1,8 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Input = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const design_tokens_1 = require("@metamask-previews/design-tokens"); + const react_1 = require("react"); + const react_native_1 = require("react-native/index.js"); +diff --git a/dist/components/Input/Input.constants.cjs b/dist/components/Input/Input.constants.cjs +index 7431833..8186af0 100644 +--- a/dist/components/Input/Input.constants.cjs ++++ b/dist/components/Input/Input.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.MAP_TEXT_VARIANT_INPUT_METRICS = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const design_tokens_1 = require("@metamask-previews/design-tokens"); + /** + * Typographic metrics for Input: same tokens as `text-*` utilities but **without** `lineHeight`. +diff --git a/dist/components/Input/Input.constants.d.cts b/dist/components/Input/Input.constants.d.cts +index b8f29c9..61b33ed 100644 +--- a/dist/components/Input/Input.constants.d.cts ++++ b/dist/components/Input/Input.constants.d.cts +@@ -1,4 +1,4 @@ +-import { TextVariant } from "@metamask-previews/design-system-shared"; ++import { TextVariant } from "@metamask/design-system-shared"; + /** + * Typographic metrics for Input: same tokens as `text-*` utilities but **without** `lineHeight`. + * React Native `TextInput` aligns single-line text more predictably when line height is not set +diff --git a/dist/components/Input/Input.constants.d.mts b/dist/components/Input/Input.constants.d.mts +index 1c1ab20..a4ba2fa 100644 +--- a/dist/components/Input/Input.constants.d.mts ++++ b/dist/components/Input/Input.constants.d.mts +@@ -1,4 +1,4 @@ +-import { TextVariant } from "@metamask-previews/design-system-shared"; ++import { TextVariant } from "@metamask/design-system-shared"; + /** + * Typographic metrics for Input: same tokens as `text-*` utilities but **without** `lineHeight`. + * React Native `TextInput` aligns single-line text more predictably when line height is not set +diff --git a/dist/components/Input/Input.constants.mjs b/dist/components/Input/Input.constants.mjs +index 6dadc4a..2f89545 100644 +--- a/dist/components/Input/Input.constants.mjs ++++ b/dist/components/Input/Input.constants.mjs +@@ -1,4 +1,4 @@ +-import { TextVariant } from "@metamask-previews/design-system-shared"; ++import { TextVariant } from "@metamask/design-system-shared"; + import { typography } from "@metamask-previews/design-tokens"; + /** + * Typographic metrics for Input: same tokens as `text-*` utilities but **without** `lineHeight`. +diff --git a/dist/components/Input/Input.d.cts b/dist/components/Input/Input.d.cts +index ece374a..35d14b0 100644 +--- a/dist/components/Input/Input.d.cts ++++ b/dist/components/Input/Input.d.cts +@@ -1,5 +1,5 @@ + /// +-import { TextVariant } from "@metamask-previews/design-system-shared"; ++import { TextVariant } from "@metamask/design-system-shared"; + import { TextInput } from "react-native/index.js"; + export declare const Input: import("react").ForwardRefExoticComponent & { + value: string; +diff --git a/dist/components/Input/Input.d.mts b/dist/components/Input/Input.d.mts +index 37e7d97..fb76e65 100644 +--- a/dist/components/Input/Input.d.mts ++++ b/dist/components/Input/Input.d.mts +@@ -1,5 +1,5 @@ + /// +-import { TextVariant } from "@metamask-previews/design-system-shared"; ++import { TextVariant } from "@metamask/design-system-shared"; + import { TextInput } from "react-native/index.js"; + export declare const Input: import("react").ForwardRefExoticComponent & { + value: string; +diff --git a/dist/components/Input/Input.mjs b/dist/components/Input/Input.mjs +index ac3a2bc..b936c8e 100644 +--- a/dist/components/Input/Input.mjs ++++ b/dist/components/Input/Input.mjs +@@ -1,5 +1,5 @@ +-import { FontFamily, TextVariant } from "@metamask-previews/design-system-shared"; +-import { Theme, useTailwind, useTheme } from "@metamask-previews/design-system-twrnc-preset"; ++import { FontFamily, TextVariant } from "@metamask/design-system-shared"; ++import { Theme, useTailwind, useTheme } from "@metamask/design-system-twrnc-preset"; + import { darkTheme, lightTheme } from "@metamask-previews/design-tokens"; + import { forwardRef, useCallback, useMemo, useState } from "react"; + import { Platform, TextInput } from "react-native/index.js"; +diff --git a/dist/components/Input/Input.types.d.cts b/dist/components/Input/Input.types.d.cts +index f1715c5..79e5800 100644 +--- a/dist/components/Input/Input.types.d.cts ++++ b/dist/components/Input/Input.types.d.cts +@@ -1,4 +1,4 @@ +-import type { TextVariant } from "@metamask-previews/design-system-shared"; ++import type { TextVariant } from "@metamask/design-system-shared"; + import type { TextInputProps } from "react-native/index.js"; + export type InputProps = Omit & { + /** +diff --git a/dist/components/Input/Input.types.d.mts b/dist/components/Input/Input.types.d.mts +index be32803..61ccf4e 100644 +--- a/dist/components/Input/Input.types.d.mts ++++ b/dist/components/Input/Input.types.d.mts +@@ -1,4 +1,4 @@ +-import type { TextVariant } from "@metamask-previews/design-system-shared"; ++import type { TextVariant } from "@metamask/design-system-shared"; + import type { TextInputProps } from "react-native/index.js"; + export type InputProps = Omit & { + /** +diff --git a/dist/components/KeyValueColumn/KeyValueColumn.cjs b/dist/components/KeyValueColumn/KeyValueColumn.cjs +index 4e7b970..c90f272 100644 +--- a/dist/components/KeyValueColumn/KeyValueColumn.cjs ++++ b/dist/components/KeyValueColumn/KeyValueColumn.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.KeyValueColumn = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + const types_1 = require("../../types/index.cjs"); + const BoxColumn_1 = require("../BoxColumn/index.cjs"); +diff --git a/dist/components/KeyValueColumn/KeyValueColumn.mjs b/dist/components/KeyValueColumn/KeyValueColumn.mjs +index 5746142..b8aa66d 100644 +--- a/dist/components/KeyValueColumn/KeyValueColumn.mjs ++++ b/dist/components/KeyValueColumn/KeyValueColumn.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { ButtonIconSize, FontWeight, TextColor, TextVariant } from "@metamask-previews/design-system-shared"; ++import { ButtonIconSize, FontWeight, TextColor, TextVariant } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + import { IconColor } from "../../types/index.mjs"; +diff --git a/dist/components/KeyValueColumn/KeyValueColumn.types.d.cts b/dist/components/KeyValueColumn/KeyValueColumn.types.d.cts +index 845dbd1..15ece02 100644 +--- a/dist/components/KeyValueColumn/KeyValueColumn.types.d.cts ++++ b/dist/components/KeyValueColumn/KeyValueColumn.types.d.cts +@@ -1,4 +1,4 @@ +-import type { KeyValueColumnPropsShared } from "@metamask-previews/design-system-shared"; ++import type { KeyValueColumnPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { ButtonIconProps } from "../ButtonIcon/ButtonIcon.types.cjs"; + import type { TextProps } from "../Text/Text.types.cjs"; +diff --git a/dist/components/KeyValueColumn/KeyValueColumn.types.d.mts b/dist/components/KeyValueColumn/KeyValueColumn.types.d.mts +index f65bdd1..4d05f08 100644 +--- a/dist/components/KeyValueColumn/KeyValueColumn.types.d.mts ++++ b/dist/components/KeyValueColumn/KeyValueColumn.types.d.mts +@@ -1,4 +1,4 @@ +-import type { KeyValueColumnPropsShared } from "@metamask-previews/design-system-shared"; ++import type { KeyValueColumnPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { ButtonIconProps } from "../ButtonIcon/ButtonIcon.types.mjs"; + import type { TextProps } from "../Text/Text.types.mjs"; +diff --git a/dist/components/KeyValueRow/KeyValueRow.cjs b/dist/components/KeyValueRow/KeyValueRow.cjs +index 81179f4..d43d021 100644 +--- a/dist/components/KeyValueRow/KeyValueRow.cjs ++++ b/dist/components/KeyValueRow/KeyValueRow.cjs +@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.KeyValueRow = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const types_1 = require("../../types/index.cjs"); + const Box_1 = require("../Box/index.cjs"); +diff --git a/dist/components/KeyValueRow/KeyValueRow.mjs b/dist/components/KeyValueRow/KeyValueRow.mjs +index 5fd4d3c..877f61d 100644 +--- a/dist/components/KeyValueRow/KeyValueRow.mjs ++++ b/dist/components/KeyValueRow/KeyValueRow.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { ButtonIconSize, FontWeight, KeyValueRowVariant, TextColor, TextVariant } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { ButtonIconSize, FontWeight, KeyValueRowVariant, TextColor, TextVariant } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { IconColor } from "../../types/index.mjs"; +diff --git a/dist/components/KeyValueRow/KeyValueRow.types.d.cts b/dist/components/KeyValueRow/KeyValueRow.types.d.cts +index 9b0d76a..d16a4fd 100644 +--- a/dist/components/KeyValueRow/KeyValueRow.types.d.cts ++++ b/dist/components/KeyValueRow/KeyValueRow.types.d.cts +@@ -1,4 +1,4 @@ +-import type { KeyValueRowPropsShared } from "@metamask-previews/design-system-shared"; ++import type { KeyValueRowPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { ButtonIconProps } from "../ButtonIcon/ButtonIcon.types.cjs"; + import type { TextProps } from "../Text/Text.types.cjs"; +diff --git a/dist/components/KeyValueRow/KeyValueRow.types.d.mts b/dist/components/KeyValueRow/KeyValueRow.types.d.mts +index 408c704..0d7dad9 100644 +--- a/dist/components/KeyValueRow/KeyValueRow.types.d.mts ++++ b/dist/components/KeyValueRow/KeyValueRow.types.d.mts +@@ -1,4 +1,4 @@ +-import type { KeyValueRowPropsShared } from "@metamask-previews/design-system-shared"; ++import type { KeyValueRowPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { ButtonIconProps } from "../ButtonIcon/ButtonIcon.types.mjs"; + import type { TextProps } from "../Text/Text.types.mjs"; +diff --git a/dist/components/KeyValueRow/index.cjs b/dist/components/KeyValueRow/index.cjs +index bf86556..9a36e37 100644 +--- a/dist/components/KeyValueRow/index.cjs ++++ b/dist/components/KeyValueRow/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.KeyValueRow = exports.KeyValueRowVariant = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "KeyValueRowVariant", { enumerable: true, get: function () { return design_system_shared_1.KeyValueRowVariant; } }); + var KeyValueRow_1 = require("./KeyValueRow.cjs"); + Object.defineProperty(exports, "KeyValueRow", { enumerable: true, get: function () { return KeyValueRow_1.KeyValueRow; } }); +diff --git a/dist/components/KeyValueRow/index.d.cts b/dist/components/KeyValueRow/index.d.cts +index d82bd56..8375e71 100644 +--- a/dist/components/KeyValueRow/index.d.cts ++++ b/dist/components/KeyValueRow/index.d.cts +@@ -1,4 +1,4 @@ +-export { KeyValueRowVariant } from "@metamask-previews/design-system-shared"; ++export { KeyValueRowVariant } from "@metamask/design-system-shared"; + export { KeyValueRow } from "./KeyValueRow.cjs"; + export type { KeyValueRowProps } from "./KeyValueRow.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/KeyValueRow/index.d.mts b/dist/components/KeyValueRow/index.d.mts +index 75863d1..5323a99 100644 +--- a/dist/components/KeyValueRow/index.d.mts ++++ b/dist/components/KeyValueRow/index.d.mts +@@ -1,4 +1,4 @@ +-export { KeyValueRowVariant } from "@metamask-previews/design-system-shared"; ++export { KeyValueRowVariant } from "@metamask/design-system-shared"; + export { KeyValueRow } from "./KeyValueRow.mjs"; + export type { KeyValueRowProps } from "./KeyValueRow.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/KeyValueRow/index.mjs b/dist/components/KeyValueRow/index.mjs +index 61016c4..fbf69b4 100644 +--- a/dist/components/KeyValueRow/index.mjs ++++ b/dist/components/KeyValueRow/index.mjs +@@ -1,3 +1,3 @@ +-export { KeyValueRowVariant } from "@metamask-previews/design-system-shared"; ++export { KeyValueRowVariant } from "@metamask/design-system-shared"; + export { KeyValueRow } from "./KeyValueRow.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/ListItem/ListItem.cjs b/dist/components/ListItem/ListItem.cjs +index 3bcd7da..68634e0 100644 +--- a/dist/components/ListItem/ListItem.cjs ++++ b/dist/components/ListItem/ListItem.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.ListItem = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const Box_1 = require("../Box/index.cjs"); +diff --git a/dist/components/ListItem/ListItem.mjs b/dist/components/ListItem/ListItem.mjs +index 1f65924..14c367b 100644 +--- a/dist/components/ListItem/ListItem.mjs ++++ b/dist/components/ListItem/ListItem.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { Children } from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/MainActionButton/MainActionButton.cjs b/dist/components/MainActionButton/MainActionButton.cjs +index ba84e57..1874905 100644 +--- a/dist/components/MainActionButton/MainActionButton.cjs ++++ b/dist/components/MainActionButton/MainActionButton.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.MainActionButton = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const Icon_1 = require("../Icon/index.cjs"); + const ButtonAnimated_1 = require("../temp-components/ButtonAnimated/index.cjs"); +diff --git a/dist/components/MainActionButton/MainActionButton.mjs b/dist/components/MainActionButton/MainActionButton.mjs +index 6f6387d..b4b811f 100644 +--- a/dist/components/MainActionButton/MainActionButton.mjs ++++ b/dist/components/MainActionButton/MainActionButton.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { Icon, IconColor, IconSize } from "../Icon/index.mjs"; +diff --git a/dist/components/RadioButton/RadioButton.cjs b/dist/components/RadioButton/RadioButton.cjs +index 64ecda9..1d4d1f5 100644 +--- a/dist/components/RadioButton/RadioButton.cjs ++++ b/dist/components/RadioButton/RadioButton.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.RadioButton = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const react_native_1 = require("react-native/index.js"); + const TextOrChildren_1 = require("../temp-components/TextOrChildren/index.cjs"); +diff --git a/dist/components/RadioButton/RadioButton.mjs b/dist/components/RadioButton/RadioButton.mjs +index eb5c811..a638681 100644 +--- a/dist/components/RadioButton/RadioButton.mjs ++++ b/dist/components/RadioButton/RadioButton.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { View, TouchableOpacity } from "react-native/index.js"; +diff --git a/dist/components/Skeleton/Skeleton.cjs b/dist/components/Skeleton/Skeleton.cjs +index ea65fc2..97c55af 100644 +--- a/dist/components/Skeleton/Skeleton.cjs ++++ b/dist/components/Skeleton/Skeleton.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Skeleton = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const Skeleton = ({ height, width, children, hideChildren = false, style, childrenWrapperProps, animatedViewProps, twClassName, autoPlay = true, ...props }) => { +diff --git a/dist/components/Skeleton/Skeleton.mjs b/dist/components/Skeleton/Skeleton.mjs +index 1a542bd..dba3ea7 100644 +--- a/dist/components/Skeleton/Skeleton.mjs ++++ b/dist/components/Skeleton/Skeleton.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { useEffect, useRef } from "react"; + const React = $importDefault($React); + import { Animated, View } from "react-native/index.js"; +diff --git a/dist/components/Tag/Tag.cjs b/dist/components/Tag/Tag.cjs +index f238f7f..7363709 100644 +--- a/dist/components/Tag/Tag.cjs ++++ b/dist/components/Tag/Tag.cjs +@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Tag = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importDefault(require("react")); + const Box_1 = require("../Box/index.cjs"); + const BoxRow_1 = require("../BoxRow/index.cjs"); +diff --git a/dist/components/Tag/Tag.constants.cjs b/dist/components/Tag/Tag.constants.cjs +index dffa9d3..872c36d 100644 +--- a/dist/components/Tag/Tag.constants.cjs ++++ b/dist/components/Tag/Tag.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.MAP_TAG_SEVERITY_ICON_COLOR = exports.MAP_TAG_SEVERITY_TEXT_COLOR = exports.MAP_TAG_SEVERITY_BACKGROUND = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const types_1 = require("../../types/index.cjs"); + exports.MAP_TAG_SEVERITY_BACKGROUND = { + [design_system_shared_1.TagSeverity.Neutral]: design_system_shared_1.BoxBackgroundColor.BackgroundMuted, +diff --git a/dist/components/Tag/Tag.constants.d.cts b/dist/components/Tag/Tag.constants.d.cts +index 4ff9f1f..a5b5456 100644 +--- a/dist/components/Tag/Tag.constants.d.cts ++++ b/dist/components/Tag/Tag.constants.d.cts +@@ -1,4 +1,4 @@ +-import { BoxBackgroundColor, TagSeverity, TextColor } from "@metamask-previews/design-system-shared"; ++import { BoxBackgroundColor, TagSeverity, TextColor } from "@metamask/design-system-shared"; + import { IconColor } from "../../types/index.cjs"; + export declare const MAP_TAG_SEVERITY_BACKGROUND: Record; + export declare const MAP_TAG_SEVERITY_TEXT_COLOR: Record; +diff --git a/dist/components/Tag/Tag.constants.d.mts b/dist/components/Tag/Tag.constants.d.mts +index 459102f..fffb868 100644 +--- a/dist/components/Tag/Tag.constants.d.mts ++++ b/dist/components/Tag/Tag.constants.d.mts +@@ -1,4 +1,4 @@ +-import { BoxBackgroundColor, TagSeverity, TextColor } from "@metamask-previews/design-system-shared"; ++import { BoxBackgroundColor, TagSeverity, TextColor } from "@metamask/design-system-shared"; + import { IconColor } from "../../types/index.mjs"; + export declare const MAP_TAG_SEVERITY_BACKGROUND: Record; + export declare const MAP_TAG_SEVERITY_TEXT_COLOR: Record; +diff --git a/dist/components/Tag/Tag.constants.mjs b/dist/components/Tag/Tag.constants.mjs +index e79f09e..a6ae31e 100644 +--- a/dist/components/Tag/Tag.constants.mjs ++++ b/dist/components/Tag/Tag.constants.mjs +@@ -1,4 +1,4 @@ +-import { BoxBackgroundColor, TagSeverity, TextColor } from "@metamask-previews/design-system-shared"; ++import { BoxBackgroundColor, TagSeverity, TextColor } from "@metamask/design-system-shared"; + import { IconColor } from "../../types/index.mjs"; + export const MAP_TAG_SEVERITY_BACKGROUND = { + [TagSeverity.Neutral]: BoxBackgroundColor.BackgroundMuted, +diff --git a/dist/components/Tag/Tag.mjs b/dist/components/Tag/Tag.mjs +index 8e3d415..953b7d1 100644 +--- a/dist/components/Tag/Tag.mjs ++++ b/dist/components/Tag/Tag.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { FontWeight, TagSeverity, TextVariant } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { FontWeight, TagSeverity, TextVariant } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React from "react"; + const React = $importDefault($React); + import { Box } from "../Box/index.mjs"; +diff --git a/dist/components/Tag/Tag.types.d.cts b/dist/components/Tag/Tag.types.d.cts +index e028766..32a4e0d 100644 +--- a/dist/components/Tag/Tag.types.d.cts ++++ b/dist/components/Tag/Tag.types.d.cts +@@ -1,9 +1,9 @@ +-import type { TagPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TagPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps, StyleProp, ViewStyle } from "react-native/index.js"; + import type { IconName, IconProps } from "../Icon/index.cjs"; + /** + * Tag component props (React Native platform-specific). +- * Extends shared props from @metamask-previews/design-system-shared with React Native specific platform concerns. ++ * Extends shared props from @metamask/design-system-shared with React Native specific platform concerns. + */ + export type TagProps = TagPropsShared & { + /** +diff --git a/dist/components/Tag/Tag.types.d.mts b/dist/components/Tag/Tag.types.d.mts +index dead2dd..c56f7bb 100644 +--- a/dist/components/Tag/Tag.types.d.mts ++++ b/dist/components/Tag/Tag.types.d.mts +@@ -1,9 +1,9 @@ +-import type { TagPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TagPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps, StyleProp, ViewStyle } from "react-native/index.js"; + import type { IconName, IconProps } from "../Icon/index.mjs"; + /** + * Tag component props (React Native platform-specific). +- * Extends shared props from @metamask-previews/design-system-shared with React Native specific platform concerns. ++ * Extends shared props from @metamask/design-system-shared with React Native specific platform concerns. + */ + export type TagProps = TagPropsShared & { + /** +diff --git a/dist/components/Tag/index.cjs b/dist/components/Tag/index.cjs +index e102e3d..38bbfe6 100644 +--- a/dist/components/Tag/index.cjs ++++ b/dist/components/Tag/index.cjs +@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true }); + exports.TagSeverity = exports.Tag = void 0; + var Tag_1 = require("./Tag.cjs"); + Object.defineProperty(exports, "Tag", { enumerable: true, get: function () { return Tag_1.Tag; } }); +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "TagSeverity", { enumerable: true, get: function () { return design_system_shared_1.TagSeverity; } }); + //# sourceMappingURL=index.cjs.map +\ No newline at end of file +diff --git a/dist/components/Tag/index.d.cts b/dist/components/Tag/index.d.cts +index 8ac7d74..fff23ff 100644 +--- a/dist/components/Tag/index.d.cts ++++ b/dist/components/Tag/index.d.cts +@@ -1,4 +1,4 @@ + export { Tag } from "./Tag.cjs"; +-export { TagSeverity } from "@metamask-previews/design-system-shared"; ++export { TagSeverity } from "@metamask/design-system-shared"; + export type { TagProps } from "./Tag.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/Tag/index.d.mts b/dist/components/Tag/index.d.mts +index c2bb7a7..1241843 100644 +--- a/dist/components/Tag/index.d.mts ++++ b/dist/components/Tag/index.d.mts +@@ -1,4 +1,4 @@ + export { Tag } from "./Tag.mjs"; +-export { TagSeverity } from "@metamask-previews/design-system-shared"; ++export { TagSeverity } from "@metamask/design-system-shared"; + export type { TagProps } from "./Tag.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/Tag/index.mjs b/dist/components/Tag/index.mjs +index 98c6c64..0926f1a 100644 +--- a/dist/components/Tag/index.mjs ++++ b/dist/components/Tag/index.mjs +@@ -1,3 +1,3 @@ + export { Tag } from "./Tag.mjs"; +-export { TagSeverity } from "@metamask-previews/design-system-shared"; ++export { TagSeverity } from "@metamask/design-system-shared"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/Text/Text.cjs b/dist/components/Text/Text.cjs +index 6305e11..a23490f 100644 +--- a/dist/components/Text/Text.cjs ++++ b/dist/components/Text/Text.cjs +@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Text = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const Text_constants_1 = require("./Text.constants.cjs"); +diff --git a/dist/components/Text/Text.constants.cjs b/dist/components/Text/Text.constants.cjs +index b70e42c..1a95fa0 100644 +--- a/dist/components/Text/Text.constants.cjs ++++ b/dist/components/Text/Text.constants.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TWCLASSMAP_TEXT_VARIANT_FONTWEIGHT = exports.TWCLASSMAP_TEXT_FONTWEIGHT = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + // Mappings + exports.TWCLASSMAP_TEXT_FONTWEIGHT = { + [design_system_shared_1.FontWeight.Regular]: '-regular', +diff --git a/dist/components/Text/Text.constants.d.cts b/dist/components/Text/Text.constants.d.cts +index 94222cb..215bffe 100644 +--- a/dist/components/Text/Text.constants.d.cts ++++ b/dist/components/Text/Text.constants.d.cts +@@ -1,4 +1,4 @@ +-import { FontWeight, TextVariant } from "@metamask-previews/design-system-shared"; ++import { FontWeight, TextVariant } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_TEXT_FONTWEIGHT: { + [key in FontWeight]: string; + }; +diff --git a/dist/components/Text/Text.constants.d.mts b/dist/components/Text/Text.constants.d.mts +index bb9a538..e59af3e 100644 +--- a/dist/components/Text/Text.constants.d.mts ++++ b/dist/components/Text/Text.constants.d.mts +@@ -1,4 +1,4 @@ +-import { FontWeight, TextVariant } from "@metamask-previews/design-system-shared"; ++import { FontWeight, TextVariant } from "@metamask/design-system-shared"; + export declare const TWCLASSMAP_TEXT_FONTWEIGHT: { + [key in FontWeight]: string; + }; +diff --git a/dist/components/Text/Text.constants.mjs b/dist/components/Text/Text.constants.mjs +index f2890ec..c9409e9 100644 +--- a/dist/components/Text/Text.constants.mjs ++++ b/dist/components/Text/Text.constants.mjs +@@ -1,4 +1,4 @@ +-import { FontWeight, TextVariant } from "@metamask-previews/design-system-shared"; ++import { FontWeight, TextVariant } from "@metamask/design-system-shared"; + // Mappings + export const TWCLASSMAP_TEXT_FONTWEIGHT = { + [FontWeight.Regular]: '-regular', +diff --git a/dist/components/Text/Text.mjs b/dist/components/Text/Text.mjs +index bd07f85..24237ce 100644 +--- a/dist/components/Text/Text.mjs ++++ b/dist/components/Text/Text.mjs +@@ -4,8 +4,8 @@ function $importDefault(module) { + } + return module; + } +-import { FontFamily, FontStyle, TextColor, TextVariant } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { FontFamily, FontStyle, TextColor, TextVariant } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { useMemo } from "react"; + const React = $importDefault($React); + import { Text as RNText } from "react-native/index.js"; +diff --git a/dist/components/Text/Text.types.d.cts b/dist/components/Text/Text.types.d.cts +index d393ffd..23e6871 100644 +--- a/dist/components/Text/Text.types.d.cts ++++ b/dist/components/Text/Text.types.d.cts +@@ -1,4 +1,4 @@ +-import type { TextPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TextPropsShared } from "@metamask/design-system-shared"; + import type { TextProps as RNTextProps } from "react-native/index.js"; + /** + * Text component props. +diff --git a/dist/components/Text/Text.types.d.mts b/dist/components/Text/Text.types.d.mts +index e475065..c94d585 100644 +--- a/dist/components/Text/Text.types.d.mts ++++ b/dist/components/Text/Text.types.d.mts +@@ -1,4 +1,4 @@ +-import type { TextPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TextPropsShared } from "@metamask/design-system-shared"; + import type { TextProps as RNTextProps } from "react-native/index.js"; + /** + * Text component props. +diff --git a/dist/components/Text/index.cjs b/dist/components/Text/index.cjs +index a5d67f2..b911682 100644 +--- a/dist/components/Text/index.cjs ++++ b/dist/components/Text/index.cjs +@@ -1,7 +1,7 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Text = exports.FontStyle = exports.FontFamily = exports.FontWeight = exports.TextVariant = exports.TextColor = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "TextColor", { enumerable: true, get: function () { return design_system_shared_1.TextColor; } }); + Object.defineProperty(exports, "TextVariant", { enumerable: true, get: function () { return design_system_shared_1.TextVariant; } }); + Object.defineProperty(exports, "FontWeight", { enumerable: true, get: function () { return design_system_shared_1.FontWeight; } }); +diff --git a/dist/components/Text/index.d.cts b/dist/components/Text/index.d.cts +index ff59334..9318591 100644 +--- a/dist/components/Text/index.d.cts ++++ b/dist/components/Text/index.d.cts +@@ -1,4 +1,4 @@ +-export { TextColor, TextVariant, FontWeight, FontFamily, FontStyle, type TextPropsShared, } from "@metamask-previews/design-system-shared"; ++export { TextColor, TextVariant, FontWeight, FontFamily, FontStyle, type TextPropsShared, } from "@metamask/design-system-shared"; + export { Text } from "./Text.cjs"; + export type { TextProps } from "./Text.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/Text/index.d.mts b/dist/components/Text/index.d.mts +index 0a44703..999ee91 100644 +--- a/dist/components/Text/index.d.mts ++++ b/dist/components/Text/index.d.mts +@@ -1,4 +1,4 @@ +-export { TextColor, TextVariant, FontWeight, FontFamily, FontStyle, type TextPropsShared, } from "@metamask-previews/design-system-shared"; ++export { TextColor, TextVariant, FontWeight, FontFamily, FontStyle, type TextPropsShared, } from "@metamask/design-system-shared"; + export { Text } from "./Text.mjs"; + export type { TextProps } from "./Text.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/Text/index.mjs b/dist/components/Text/index.mjs +index f9ddc52..e14e5dd 100644 +--- a/dist/components/Text/index.mjs ++++ b/dist/components/Text/index.mjs +@@ -1,3 +1,3 @@ +-export { TextColor, TextVariant, FontWeight, FontFamily, FontStyle } from "@metamask-previews/design-system-shared"; ++export { TextColor, TextVariant, FontWeight, FontFamily, FontStyle } from "@metamask/design-system-shared"; + export { Text } from "./Text.mjs"; + //# sourceMappingURL=index.mjs.map +\ No newline at end of file +diff --git a/dist/components/TextButton/TextButton.cjs b/dist/components/TextButton/TextButton.cjs +index 901bba4..52ab0f5 100644 +--- a/dist/components/TextButton/TextButton.cjs ++++ b/dist/components/TextButton/TextButton.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TextButton = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importStar(require("react")); + const Text_1 = require("../Text/index.cjs"); + const TextButton = ({ children, variant = design_system_shared_1.TextVariant.BodyMd, fontWeight = Text_1.FontWeight.Medium, twClassName, accessibilityRole = 'link', onPress, onPressIn, onPressOut, suppressHighlighting = true, ...rest }) => { +diff --git a/dist/components/TextButton/TextButton.mjs b/dist/components/TextButton/TextButton.mjs +index c31a26e..64d0292 100644 +--- a/dist/components/TextButton/TextButton.mjs ++++ b/dist/components/TextButton/TextButton.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { TextColor, TextVariant } from "@metamask-previews/design-system-shared"; ++import { TextColor, TextVariant } from "@metamask/design-system-shared"; + import $React, { useState } from "react"; + const React = $importDefault($React); + import { Text, FontWeight } from "../Text/index.mjs"; +diff --git a/dist/components/TextField/TextField.cjs b/dist/components/TextField/TextField.cjs +index 558c157..f244506 100644 +--- a/dist/components/TextField/TextField.cjs ++++ b/dist/components/TextField/TextField.cjs +@@ -1,8 +1,8 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TextField = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = require("react"); + const react_native_1 = require("react-native/index.js"); + const Box_1 = require("../Box/index.cjs"); +diff --git a/dist/components/TextField/TextField.d.cts b/dist/components/TextField/TextField.d.cts +index 679d652..a7a5c06 100644 +--- a/dist/components/TextField/TextField.d.cts ++++ b/dist/components/TextField/TextField.d.cts +@@ -1,6 +1,6 @@ + /// + import { View } from "react-native/index.js"; +-export declare const TextField: import("react").ForwardRefExoticComponent) => void) | undefined; + onBlur?: ((e: import("react-native").NativeSyntheticEvent) => void) | undefined; + inputProps?: { +@@ -159,5 +159,5 @@ export declare const TextField: import("react").ForwardRefExoticComponent; + testID?: string | undefined; +-} & Omit & import("react").RefAttributes>; ++} & Omit & import("react").RefAttributes>; + //# sourceMappingURL=TextField.d.cts.map +\ No newline at end of file +diff --git a/dist/components/TextField/TextField.d.mts b/dist/components/TextField/TextField.d.mts +index f41f26e..742b384 100644 +--- a/dist/components/TextField/TextField.d.mts ++++ b/dist/components/TextField/TextField.d.mts +@@ -1,6 +1,6 @@ + /// + import { View } from "react-native/index.js"; +-export declare const TextField: import("react").ForwardRefExoticComponent) => void) | undefined; + onBlur?: ((e: import("react-native").NativeSyntheticEvent) => void) | undefined; + inputProps?: { +@@ -159,5 +159,5 @@ export declare const TextField: import("react").ForwardRefExoticComponent; + testID?: string | undefined; +-} & Omit & import("react").RefAttributes>; ++} & Omit & import("react").RefAttributes>; + //# sourceMappingURL=TextField.d.mts.map +\ No newline at end of file +diff --git a/dist/components/TextField/TextField.mjs b/dist/components/TextField/TextField.mjs +index 8569508..bcef13a 100644 +--- a/dist/components/TextField/TextField.mjs ++++ b/dist/components/TextField/TextField.mjs +@@ -1,5 +1,5 @@ +-import { TextVariant } from "@metamask-previews/design-system-shared"; +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { TextVariant } from "@metamask/design-system-shared"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import { forwardRef, useCallback, useState } from "react"; + import { View } from "react-native/index.js"; + import { Box } from "../Box/index.mjs"; +diff --git a/dist/components/TextField/TextField.types.d.cts b/dist/components/TextField/TextField.types.d.cts +index cab9c83..bd6e082 100644 +--- a/dist/components/TextField/TextField.types.d.cts ++++ b/dist/components/TextField/TextField.types.d.cts +@@ -1,4 +1,4 @@ +-import type { TextFieldPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TextFieldPropsShared } from "@metamask/design-system-shared"; + import type { Ref } from "react"; + import type { StyleProp, TextInput, ViewStyle } from "react-native/index.js"; + import type { BoxProps } from "../Box/Box.types.cjs"; +diff --git a/dist/components/TextField/TextField.types.d.mts b/dist/components/TextField/TextField.types.d.mts +index 9123197..d7c190b 100644 +--- a/dist/components/TextField/TextField.types.d.mts ++++ b/dist/components/TextField/TextField.types.d.mts +@@ -1,4 +1,4 @@ +-import type { TextFieldPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TextFieldPropsShared } from "@metamask/design-system-shared"; + import type { Ref } from "react"; + import type { StyleProp, TextInput, ViewStyle } from "react-native/index.js"; + import type { BoxProps } from "../Box/Box.types.mjs"; +diff --git a/dist/components/TextFieldSearch/TextFieldSearch.cjs b/dist/components/TextFieldSearch/TextFieldSearch.cjs +index e9591f1..886921e 100644 +--- a/dist/components/TextFieldSearch/TextFieldSearch.cjs ++++ b/dist/components/TextFieldSearch/TextFieldSearch.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TextFieldSearch = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const ButtonIcon_1 = require("../ButtonIcon/index.cjs"); + const Icon_1 = require("../Icon/index.cjs"); +diff --git a/dist/components/TextFieldSearch/TextFieldSearch.d.cts b/dist/components/TextFieldSearch/TextFieldSearch.d.cts +index bb2eb4c..6f3ecd2 100644 +--- a/dist/components/TextFieldSearch/TextFieldSearch.d.cts ++++ b/dist/components/TextFieldSearch/TextFieldSearch.d.cts +@@ -1,6 +1,6 @@ + import React from "react"; + import type { View } from "react-native/index.js"; +-export declare const TextFieldSearch: React.ForwardRefExoticComponent) => void) | undefined; + onBlur?: ((e: import("react-native").NativeSyntheticEvent) => void) | undefined; + inputProps?: { +@@ -159,7 +159,7 @@ export declare const TextFieldSearch: React.ForwardRefExoticComponent; + testID?: string | undefined; +-} & Omit & { ++} & Omit & { + clearButtonProps?: Partial | undefined; + onPressClearButton: () => void; + } & React.RefAttributes>; +diff --git a/dist/components/TextFieldSearch/TextFieldSearch.d.mts b/dist/components/TextFieldSearch/TextFieldSearch.d.mts +index b94faf8..8a23336 100644 +--- a/dist/components/TextFieldSearch/TextFieldSearch.d.mts ++++ b/dist/components/TextFieldSearch/TextFieldSearch.d.mts +@@ -1,6 +1,6 @@ + import React from "react"; + import type { View } from "react-native/index.js"; +-export declare const TextFieldSearch: React.ForwardRefExoticComponent) => void) | undefined; + onBlur?: ((e: import("react-native").NativeSyntheticEvent) => void) | undefined; + inputProps?: { +@@ -159,7 +159,7 @@ export declare const TextFieldSearch: React.ForwardRefExoticComponent; + testID?: string | undefined; +-} & Omit & { ++} & Omit & { + clearButtonProps?: Partial | undefined; + onPressClearButton: () => void; + } & React.RefAttributes>; +diff --git a/dist/components/TextFieldSearch/TextFieldSearch.mjs b/dist/components/TextFieldSearch/TextFieldSearch.mjs +index f18ff44..6fde6c6 100644 +--- a/dist/components/TextFieldSearch/TextFieldSearch.mjs ++++ b/dist/components/TextFieldSearch/TextFieldSearch.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { forwardRef, useCallback } from "react"; + const React = $importDefault($React); + import { ButtonIcon, ButtonIconSize } from "../ButtonIcon/index.mjs"; +diff --git a/dist/components/TitleHub/TitleHub.cjs b/dist/components/TitleHub/TitleHub.cjs +index 18f433a..78cd215 100644 +--- a/dist/components/TitleHub/TitleHub.cjs ++++ b/dist/components/TitleHub/TitleHub.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TitleHub = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + const Box_1 = require("../Box/index.cjs"); + const BoxRow_1 = require("../BoxRow/index.cjs"); +diff --git a/dist/components/TitleHub/TitleHub.mjs b/dist/components/TitleHub/TitleHub.mjs +index 9d50c06..8330043 100644 +--- a/dist/components/TitleHub/TitleHub.mjs ++++ b/dist/components/TitleHub/TitleHub.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { FontWeight, TextColor, TextVariant } from "@metamask-previews/design-system-shared"; ++import { FontWeight, TextColor, TextVariant } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + import { Box } from "../Box/index.mjs"; +diff --git a/dist/components/TitleHub/TitleHub.types.d.cts b/dist/components/TitleHub/TitleHub.types.d.cts +index f135858..8abc2e2 100644 +--- a/dist/components/TitleHub/TitleHub.types.d.cts ++++ b/dist/components/TitleHub/TitleHub.types.d.cts +@@ -1,4 +1,4 @@ +-import type { TitleHubPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TitleHubPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { BoxRowProps } from "../BoxRow/BoxRow.types.cjs"; + import type { TextProps } from "../Text/Text.types.cjs"; +diff --git a/dist/components/TitleHub/TitleHub.types.d.mts b/dist/components/TitleHub/TitleHub.types.d.mts +index daf2153..c782ef9 100644 +--- a/dist/components/TitleHub/TitleHub.types.d.mts ++++ b/dist/components/TitleHub/TitleHub.types.d.mts +@@ -1,4 +1,4 @@ +-import type { TitleHubPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TitleHubPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { BoxRowProps } from "../BoxRow/BoxRow.types.mjs"; + import type { TextProps } from "../Text/Text.types.mjs"; +diff --git a/dist/components/TitleHub/index.d.cts b/dist/components/TitleHub/index.d.cts +index affd7cc..ee16704 100644 +--- a/dist/components/TitleHub/index.d.cts ++++ b/dist/components/TitleHub/index.d.cts +@@ -1,4 +1,4 @@ +-export type { TitleHubPropsShared } from "@metamask-previews/design-system-shared"; ++export type { TitleHubPropsShared } from "@metamask/design-system-shared"; + export { TitleHub } from "./TitleHub.cjs"; + export type { TitleHubProps } from "./TitleHub.types.cjs"; + //# sourceMappingURL=index.d.cts.map +\ No newline at end of file +diff --git a/dist/components/TitleHub/index.d.mts b/dist/components/TitleHub/index.d.mts +index 3f860df..7d9ca22 100644 +--- a/dist/components/TitleHub/index.d.mts ++++ b/dist/components/TitleHub/index.d.mts +@@ -1,4 +1,4 @@ +-export type { TitleHubPropsShared } from "@metamask-previews/design-system-shared"; ++export type { TitleHubPropsShared } from "@metamask/design-system-shared"; + export { TitleHub } from "./TitleHub.mjs"; + export type { TitleHubProps } from "./TitleHub.types.mjs"; + //# sourceMappingURL=index.d.mts.map +\ No newline at end of file +diff --git a/dist/components/TitleStandard/TitleStandard.cjs b/dist/components/TitleStandard/TitleStandard.cjs +index 7dc201a..7130505 100644 +--- a/dist/components/TitleStandard/TitleStandard.cjs ++++ b/dist/components/TitleStandard/TitleStandard.cjs +@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TitleStandard = void 0; + // Third party dependencies. +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + // Internal dependencies. + const Box_1 = require("../Box/index.cjs"); +diff --git a/dist/components/TitleStandard/TitleStandard.mjs b/dist/components/TitleStandard/TitleStandard.mjs +index 34eee80..3d37112 100644 +--- a/dist/components/TitleStandard/TitleStandard.mjs ++++ b/dist/components/TitleStandard/TitleStandard.mjs +@@ -5,7 +5,7 @@ function $importDefault(module) { + return module; + } + // Third party dependencies. +-import { FontWeight, TextColor, TextVariant } from "@metamask-previews/design-system-shared"; ++import { FontWeight, TextColor, TextVariant } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + // Internal dependencies. +diff --git a/dist/components/TitleStandard/TitleStandard.types.d.cts b/dist/components/TitleStandard/TitleStandard.types.d.cts +index e0342d7..16bb0cf 100644 +--- a/dist/components/TitleStandard/TitleStandard.types.d.cts ++++ b/dist/components/TitleStandard/TitleStandard.types.d.cts +@@ -1,4 +1,4 @@ +-import type { TitleStandardPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TitleStandardPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { BoxRowProps } from "../BoxRow/BoxRow.types.cjs"; + import type { TextProps } from "../Text/Text.types.cjs"; +diff --git a/dist/components/TitleStandard/TitleStandard.types.d.mts b/dist/components/TitleStandard/TitleStandard.types.d.mts +index 4038707..70f0cf9 100644 +--- a/dist/components/TitleStandard/TitleStandard.types.d.mts ++++ b/dist/components/TitleStandard/TitleStandard.types.d.mts +@@ -1,4 +1,4 @@ +-import type { TitleStandardPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TitleStandardPropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { BoxRowProps } from "../BoxRow/BoxRow.types.mjs"; + import type { TextProps } from "../Text/Text.types.mjs"; +diff --git a/dist/components/TitleSubpage/TitleSubpage.cjs b/dist/components/TitleSubpage/TitleSubpage.cjs +index d96748f..8bf4ec1 100644 +--- a/dist/components/TitleSubpage/TitleSubpage.cjs ++++ b/dist/components/TitleSubpage/TitleSubpage.cjs +@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + Object.defineProperty(exports, "__esModule", { value: true }); + exports.TitleSubpage = void 0; + // Third party dependencies. +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + // Internal dependencies. + const Box_1 = require("../Box/index.cjs"); +diff --git a/dist/components/TitleSubpage/TitleSubpage.mjs b/dist/components/TitleSubpage/TitleSubpage.mjs +index 5f7c0a4..b3311ca 100644 +--- a/dist/components/TitleSubpage/TitleSubpage.mjs ++++ b/dist/components/TitleSubpage/TitleSubpage.mjs +@@ -5,7 +5,7 @@ function $importDefault(module) { + return module; + } + // Third party dependencies. +-import { FontWeight, TextColor, TextVariant } from "@metamask-previews/design-system-shared"; ++import { FontWeight, TextColor, TextVariant } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + // Internal dependencies. +diff --git a/dist/components/TitleSubpage/TitleSubpage.types.d.cts b/dist/components/TitleSubpage/TitleSubpage.types.d.cts +index d96d6b6..8f442ed 100644 +--- a/dist/components/TitleSubpage/TitleSubpage.types.d.cts ++++ b/dist/components/TitleSubpage/TitleSubpage.types.d.cts +@@ -1,4 +1,4 @@ +-import type { TitleSubpagePropsShared } from "@metamask-previews/design-system-shared"; ++import type { TitleSubpagePropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { BoxProps } from "../Box/Box.types.cjs"; + import type { BoxRowProps } from "../BoxRow/BoxRow.types.cjs"; +diff --git a/dist/components/TitleSubpage/TitleSubpage.types.d.mts b/dist/components/TitleSubpage/TitleSubpage.types.d.mts +index a5c5344..7354ebc 100644 +--- a/dist/components/TitleSubpage/TitleSubpage.types.d.mts ++++ b/dist/components/TitleSubpage/TitleSubpage.types.d.mts +@@ -1,4 +1,4 @@ +-import type { TitleSubpagePropsShared } from "@metamask-previews/design-system-shared"; ++import type { TitleSubpagePropsShared } from "@metamask/design-system-shared"; + import type { ViewProps } from "react-native/index.js"; + import type { BoxProps } from "../Box/Box.types.mjs"; + import type { BoxRowProps } from "../BoxRow/BoxRow.types.mjs"; +diff --git a/dist/components/Toast/Toast.types.d.cts b/dist/components/Toast/Toast.types.d.cts +index cf6e336..de43112 100644 +--- a/dist/components/Toast/Toast.types.d.cts ++++ b/dist/components/Toast/Toast.types.d.cts +@@ -1,4 +1,4 @@ +-import type { AvatarIconSeverity, IconName } from "@metamask-previews/design-system-shared"; ++import type { AvatarIconSeverity, IconName } from "@metamask/design-system-shared"; + import type { ReactElement } from "react"; + import type { ViewProps } from "react-native/index.js"; + import type { AvatarAccountVariant } from "../AvatarAccount/index.cjs"; +diff --git a/dist/components/Toast/Toast.types.d.mts b/dist/components/Toast/Toast.types.d.mts +index 04c3454..09da806 100644 +--- a/dist/components/Toast/Toast.types.d.mts ++++ b/dist/components/Toast/Toast.types.d.mts +@@ -1,4 +1,4 @@ +-import type { AvatarIconSeverity, IconName } from "@metamask-previews/design-system-shared"; ++import type { AvatarIconSeverity, IconName } from "@metamask/design-system-shared"; + import type { ReactElement } from "react"; + import type { ViewProps } from "react-native/index.js"; + import type { AvatarAccountVariant } from "../AvatarAccount/index.mjs"; +diff --git a/dist/components/Toast/ToastView.cjs b/dist/components/Toast/ToastView.cjs +index f85ba9c..d903771 100644 +--- a/dist/components/Toast/ToastView.cjs ++++ b/dist/components/Toast/ToastView.cjs +@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + Object.defineProperty(exports, "__esModule", { value: true }); + exports.ToastView = void 0; + // Third party dependencies. +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const react_native_reanimated_1 = __importStar(require("react-native-reanimated")); +diff --git a/dist/components/Toast/ToastView.mjs b/dist/components/Toast/ToastView.mjs +index f7a2aa2..f5d94fb 100644 +--- a/dist/components/Toast/ToastView.mjs ++++ b/dist/components/Toast/ToastView.mjs +@@ -5,7 +5,7 @@ function $importDefault(module) { + return module; + } + // Third party dependencies. +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { forwardRef, isValidElement, useImperativeHandle, useMemo, useRef, useState } from "react"; + const React = $importDefault($React); + import { Dimensions, View } from "react-native/index.js"; +diff --git a/dist/components/temp-components/Blockies/Blockies.cjs b/dist/components/temp-components/Blockies/Blockies.cjs +index e5f9ea0..b22ad64 100644 +--- a/dist/components/temp-components/Blockies/Blockies.cjs ++++ b/dist/components/temp-components/Blockies/Blockies.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Blockies = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + const react_native_1 = require("react-native/index.js"); + const Blockies_utilities_1 = require("./Blockies.utilities.cjs"); +diff --git a/dist/components/temp-components/Blockies/Blockies.mjs b/dist/components/temp-components/Blockies/Blockies.mjs +index 93af6dc..639f732 100644 +--- a/dist/components/temp-components/Blockies/Blockies.mjs ++++ b/dist/components/temp-components/Blockies/Blockies.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { extractAccountAddress } from "@metamask-previews/design-system-shared"; ++import { extractAccountAddress } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + import { Image } from "react-native/index.js"; +diff --git a/dist/components/temp-components/Jazzicon/Jazzicon.cjs b/dist/components/temp-components/Jazzicon/Jazzicon.cjs +index 54a91d5..ac7ab71 100644 +--- a/dist/components/temp-components/Jazzicon/Jazzicon.cjs ++++ b/dist/components/temp-components/Jazzicon/Jazzicon.cjs +@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Jazzicon = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + const react_1 = __importDefault(require("react")); + const react_native_1 = require("react-native/index.js"); + const react_native_jazzicon_1 = __importDefault(require("react-native-jazzicon")); +diff --git a/dist/components/temp-components/Jazzicon/Jazzicon.mjs b/dist/components/temp-components/Jazzicon/Jazzicon.mjs +index 24a1aeb..de601d5 100644 +--- a/dist/components/temp-components/Jazzicon/Jazzicon.mjs ++++ b/dist/components/temp-components/Jazzicon/Jazzicon.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { extractAccountAddress, generateIconSeed } from "@metamask-previews/design-system-shared"; ++import { extractAccountAddress, generateIconSeed } from "@metamask/design-system-shared"; + import $React from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/temp-components/Maskicon/Maskicon.utilities.cjs b/dist/components/temp-components/Maskicon/Maskicon.utilities.cjs +index c2f1967..b36aaca 100644 +--- a/dist/components/temp-components/Maskicon/Maskicon.utilities.cjs ++++ b/dist/components/temp-components/Maskicon/Maskicon.utilities.cjs +@@ -1,9 +1,9 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.getMaskiconSVG = exports.createMaskiconSVG = exports.seedToString = exports.sdbmHash = void 0; +-const design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++const design_system_shared_1 = require("@metamask/design-system-shared"); + // ///////////////////////////////////////////////////// +-// Shared utilities have been moved to @metamask-previews/design-system-shared ++// Shared utilities have been moved to @metamask/design-system-shared + // ///////////////////////////////////////////////////// + // ///////////////////////////////////////////////////// + // Maskicon SVG Creation +diff --git a/dist/components/temp-components/Maskicon/Maskicon.utilities.mjs b/dist/components/temp-components/Maskicon/Maskicon.utilities.mjs +index 0cd21b5..ce9d625 100644 +--- a/dist/components/temp-components/Maskicon/Maskicon.utilities.mjs ++++ b/dist/components/temp-components/Maskicon/Maskicon.utilities.mjs +@@ -1,6 +1,6 @@ +-import { extractAccountAddress, generateIconSeed } from "@metamask-previews/design-system-shared"; ++import { extractAccountAddress, generateIconSeed } from "@metamask/design-system-shared"; + // ///////////////////////////////////////////////////// +-// Shared utilities have been moved to @metamask-previews/design-system-shared ++// Shared utilities have been moved to @metamask/design-system-shared + // ///////////////////////////////////////////////////// + // ///////////////////////////////////////////////////// + // Maskicon SVG Creation +diff --git a/dist/components/temp-components/Spinner/Spinner.cjs b/dist/components/temp-components/Spinner/Spinner.cjs +index c8581de..01ae295 100644 +--- a/dist/components/temp-components/Spinner/Spinner.cjs ++++ b/dist/components/temp-components/Spinner/Spinner.cjs +@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) { + }; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.Spinner = void 0; +-const design_system_twrnc_preset_1 = require("@metamask-previews/design-system-twrnc-preset"); ++const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset"); + const react_1 = __importStar(require("react")); + const react_native_1 = require("react-native/index.js"); + const react_native_reanimated_1 = __importStar(require("react-native-reanimated")); +diff --git a/dist/components/temp-components/Spinner/Spinner.mjs b/dist/components/temp-components/Spinner/Spinner.mjs +index 18914f2..948c8dd 100644 +--- a/dist/components/temp-components/Spinner/Spinner.mjs ++++ b/dist/components/temp-components/Spinner/Spinner.mjs +@@ -4,7 +4,7 @@ function $importDefault(module) { + } + return module; + } +-import { useTailwind } from "@metamask-previews/design-system-twrnc-preset"; ++import { useTailwind } from "@metamask/design-system-twrnc-preset"; + import $React, { useEffect } from "react"; + const React = $importDefault($React); + import { View } from "react-native/index.js"; +diff --git a/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.cts b/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.cts +index 7626e94..5c794ae 100644 +--- a/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.cts ++++ b/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.cts +@@ -1,4 +1,4 @@ +-import type { TextOrChildrenPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TextOrChildrenPropsShared } from "@metamask/design-system-shared"; + import type { TextProps } from "../../Text/index.cjs"; + /** + * TextOrChildren component props. +diff --git a/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.mts b/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.mts +index c34d978..028b5e8 100644 +--- a/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.mts ++++ b/dist/components/temp-components/TextOrChildren/TextOrChildren.types.d.mts +@@ -1,4 +1,4 @@ +-import type { TextOrChildrenPropsShared } from "@metamask-previews/design-system-shared"; ++import type { TextOrChildrenPropsShared } from "@metamask/design-system-shared"; + import type { TextProps } from "../../Text/index.mjs"; + /** + * TextOrChildren component props. +diff --git a/dist/types/index.cjs b/dist/types/index.cjs +index cffa7ac..526177f 100644 +--- a/dist/types/index.cjs ++++ b/dist/types/index.cjs +@@ -1,21 +1,21 @@ + "use strict"; + Object.defineProperty(exports, "__esModule", { value: true }); + exports.AvatarGroupVariant = exports.AvatarSize = exports.AvatarNetworkSize = exports.AvatarGroupSize = exports.IconSize = exports.IconName = exports.IconColor = exports.AvatarBaseShape = exports.AvatarBaseSize = void 0; +-var design_system_shared_1 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_1 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "AvatarBaseSize", { enumerable: true, get: function () { return design_system_shared_1.AvatarBaseSize; } }); + Object.defineProperty(exports, "AvatarBaseShape", { enumerable: true, get: function () { return design_system_shared_1.AvatarBaseShape; } }); + /** +- * TODO: Remove the following exports and update imports in components to import directly from `@metamask-previews/design-system-shared` once all components have been migrated to React Native. ++ * TODO: Remove the following exports and update imports in components to import directly from `@metamask/design-system-shared` once all components have been migrated to React Native. + */ +-var design_system_shared_2 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_2 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "IconColor", { enumerable: true, get: function () { return design_system_shared_2.IconColor; } }); + Object.defineProperty(exports, "IconName", { enumerable: true, get: function () { return design_system_shared_2.IconName; } }); + Object.defineProperty(exports, "IconSize", { enumerable: true, get: function () { return design_system_shared_2.IconSize; } }); +-var design_system_shared_3 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_3 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "AvatarGroupSize", { enumerable: true, get: function () { return design_system_shared_3.AvatarBaseSize; } }); +-var design_system_shared_4 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_4 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "AvatarNetworkSize", { enumerable: true, get: function () { return design_system_shared_4.AvatarBaseSize; } }); +-var design_system_shared_5 = require("@metamask-previews/design-system-shared"); ++var design_system_shared_5 = require("@metamask/design-system-shared"); + Object.defineProperty(exports, "AvatarSize", { enumerable: true, get: function () { return design_system_shared_5.AvatarBaseSize; } }); + /** + * AvatarGroup - variant +diff --git a/dist/types/index.d.cts b/dist/types/index.d.cts +index 345489e..78dfa37 100644 +--- a/dist/types/index.d.cts ++++ b/dist/types/index.d.cts +@@ -1,11 +1,11 @@ +-export { AvatarBaseSize, AvatarBaseShape, } from "@metamask-previews/design-system-shared"; ++export { AvatarBaseSize, AvatarBaseShape, } from "@metamask/design-system-shared"; + /** +- * TODO: Remove the following exports and update imports in components to import directly from `@metamask-previews/design-system-shared` once all components have been migrated to React Native. ++ * TODO: Remove the following exports and update imports in components to import directly from `@metamask/design-system-shared` once all components have been migrated to React Native. + */ +-export { IconColor, IconName, IconSize } from "@metamask-previews/design-system-shared"; +-export { AvatarBaseSize as AvatarGroupSize } from "@metamask-previews/design-system-shared"; +-export { AvatarBaseSize as AvatarNetworkSize } from "@metamask-previews/design-system-shared"; +-export { AvatarBaseSize as AvatarSize } from "@metamask-previews/design-system-shared"; ++export { IconColor, IconName, IconSize } from "@metamask/design-system-shared"; ++export { AvatarBaseSize as AvatarGroupSize } from "@metamask/design-system-shared"; ++export { AvatarBaseSize as AvatarNetworkSize } from "@metamask/design-system-shared"; ++export { AvatarBaseSize as AvatarSize } from "@metamask/design-system-shared"; + /** + * AvatarGroup - variant + */ +diff --git a/dist/types/index.d.mts b/dist/types/index.d.mts +index 86c4da5..038b1d7 100644 +--- a/dist/types/index.d.mts ++++ b/dist/types/index.d.mts +@@ -1,11 +1,11 @@ +-export { AvatarBaseSize, AvatarBaseShape, } from "@metamask-previews/design-system-shared"; ++export { AvatarBaseSize, AvatarBaseShape, } from "@metamask/design-system-shared"; + /** +- * TODO: Remove the following exports and update imports in components to import directly from `@metamask-previews/design-system-shared` once all components have been migrated to React Native. ++ * TODO: Remove the following exports and update imports in components to import directly from `@metamask/design-system-shared` once all components have been migrated to React Native. + */ +-export { IconColor, IconName, IconSize } from "@metamask-previews/design-system-shared"; +-export { AvatarBaseSize as AvatarGroupSize } from "@metamask-previews/design-system-shared"; +-export { AvatarBaseSize as AvatarNetworkSize } from "@metamask-previews/design-system-shared"; +-export { AvatarBaseSize as AvatarSize } from "@metamask-previews/design-system-shared"; ++export { IconColor, IconName, IconSize } from "@metamask/design-system-shared"; ++export { AvatarBaseSize as AvatarGroupSize } from "@metamask/design-system-shared"; ++export { AvatarBaseSize as AvatarNetworkSize } from "@metamask/design-system-shared"; ++export { AvatarBaseSize as AvatarSize } from "@metamask/design-system-shared"; + /** + * AvatarGroup - variant + */ +diff --git a/dist/types/index.mjs b/dist/types/index.mjs +index dd86467..c168d10 100644 +--- a/dist/types/index.mjs ++++ b/dist/types/index.mjs +@@ -1,11 +1,11 @@ +-export { AvatarBaseSize, AvatarBaseShape } from "@metamask-previews/design-system-shared"; ++export { AvatarBaseSize, AvatarBaseShape } from "@metamask/design-system-shared"; + /** +- * TODO: Remove the following exports and update imports in components to import directly from `@metamask-previews/design-system-shared` once all components have been migrated to React Native. ++ * TODO: Remove the following exports and update imports in components to import directly from `@metamask/design-system-shared` once all components have been migrated to React Native. + */ +-export { IconColor, IconName, IconSize } from "@metamask-previews/design-system-shared"; +-export { AvatarBaseSize as AvatarGroupSize } from "@metamask-previews/design-system-shared"; +-export { AvatarBaseSize as AvatarNetworkSize } from "@metamask-previews/design-system-shared"; +-export { AvatarBaseSize as AvatarSize } from "@metamask-previews/design-system-shared"; ++export { IconColor, IconName, IconSize } from "@metamask/design-system-shared"; ++export { AvatarBaseSize as AvatarGroupSize } from "@metamask/design-system-shared"; ++export { AvatarBaseSize as AvatarNetworkSize } from "@metamask/design-system-shared"; ++export { AvatarBaseSize as AvatarSize } from "@metamask/design-system-shared"; + /** + * AvatarGroup - variant + */ diff --git a/app/component-library/components-temp/ActionListItem/ActionListItem.tsx b/app/component-library/components-temp/ActionListItem/ActionListItem.tsx index 40cfd75a19d..2351294b85f 100644 --- a/app/component-library/components-temp/ActionListItem/ActionListItem.tsx +++ b/app/component-library/components-temp/ActionListItem/ActionListItem.tsx @@ -35,6 +35,7 @@ const ActionListItem: React.FC = ({ descriptionTextProps, iconProps, isDisabled = false, + hasBackground = true, ...pressableProps }) => { const tw = useTailwind(); @@ -98,11 +99,12 @@ const ActionListItem: React.FC = ({ const getStyle = useCallback( ({ pressed }: { pressed: boolean }) => tw.style( - 'bg-default px-4 py-3', - pressed && !isDisabled && 'bg-default-pressed', + 'px-4 py-3', + hasBackground && 'bg-default', + hasBackground && pressed && !isDisabled && 'bg-default-pressed', isDisabled && 'opacity-50', ), - [tw, isDisabled], + [tw, hasBackground, isDisabled], ); return ( diff --git a/app/component-library/components-temp/ActionListItem/ActionListItem.types.ts b/app/component-library/components-temp/ActionListItem/ActionListItem.types.ts index 105354c1ed6..de1cedf90a6 100644 --- a/app/component-library/components-temp/ActionListItem/ActionListItem.types.ts +++ b/app/component-library/components-temp/ActionListItem/ActionListItem.types.ts @@ -51,4 +51,9 @@ export interface ActionListItemProps extends Omit { * When true, applies 50% opacity and disables interactions. */ isDisabled?: boolean; + /** + * Whether to render the default row background and pressed background. + * When false, the row renders transparently. + */ + hasBackground?: boolean; } diff --git a/app/component-library/components/BottomSheets/BottomSheet/foundation/BottomSheetDialog/BottomSheetDialog.styles.ts b/app/component-library/components/BottomSheets/BottomSheet/foundation/BottomSheetDialog/BottomSheetDialog.styles.ts index 9b91d26744e..7011f2fdfb7 100644 --- a/app/component-library/components/BottomSheets/BottomSheet/foundation/BottomSheetDialog/BottomSheetDialog.styles.ts +++ b/app/component-library/components/BottomSheets/BottomSheet/foundation/BottomSheetDialog/BottomSheetDialog.styles.ts @@ -3,7 +3,7 @@ import { Platform, StyleSheet, ViewStyle } from 'react-native'; // External dependencies. -import { Theme } from '../../../../../../util/theme/models'; +import { AppThemeKey, Theme } from '../../../../../../util/theme/models'; // Internal dependencies. import { BottomSheetDialogStyleSheetVars } from './BottomSheetDialog.types'; @@ -21,7 +21,7 @@ const styleSheet = (params: { vars: BottomSheetDialogStyleSheetVars; }) => { const { vars, theme } = params; - const { colors, shadows } = theme; + const { colors, shadows, themeAppearance } = theme; const { isFullscreen, maxSheetHeight, screenBottomPadding, style } = vars; return StyleSheet.create({ @@ -33,7 +33,10 @@ const styleSheet = (params: { } as ViewStyle) as ViewStyle, sheet: Object.assign( { - backgroundColor: colors.background.default, + backgroundColor: + themeAppearance === AppThemeKey.dark + ? colors.background.section + : colors.background.default, borderTopLeftRadius: 24, borderTopRightRadius: 24, maxHeight: maxSheetHeight, diff --git a/app/component-library/components/Sheet/SheetHeader/SheetHeader.styles.ts b/app/component-library/components/Sheet/SheetHeader/SheetHeader.styles.ts index 0b66f0eb888..7d9c3bb3773 100644 --- a/app/component-library/components/Sheet/SheetHeader/SheetHeader.styles.ts +++ b/app/component-library/components/Sheet/SheetHeader/SheetHeader.styles.ts @@ -2,7 +2,7 @@ import { StyleSheet } from 'react-native'; // External dependencies. -import { Theme } from '../../../../util/theme/models'; +import { AppThemeKey, Theme } from '../../../../util/theme/models'; /** * Style sheet function for SheetHeader component. @@ -14,14 +14,17 @@ import { Theme } from '../../../../util/theme/models'; */ const styleSheet = (params: { theme: Theme }) => { const { theme } = params; - const { colors } = theme; + const { colors, themeAppearance } = theme; return StyleSheet.create({ base: { flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between', margin: 16, - backgroundColor: colors.background.default, + backgroundColor: + themeAppearance === AppThemeKey.dark + ? colors.background.section + : colors.background.default, height: 32, }, leftAccessory: { diff --git a/app/components/UI/MarketInsights/Views/MarketInsightsView/MarketInsightsView.tsx b/app/components/UI/MarketInsights/Views/MarketInsightsView/MarketInsightsView.tsx index 758632cf178..5ec3e0f7e11 100644 --- a/app/components/UI/MarketInsights/Views/MarketInsightsView/MarketInsightsView.tsx +++ b/app/components/UI/MarketInsights/Views/MarketInsightsView/MarketInsightsView.tsx @@ -18,6 +18,7 @@ import { useColorScheme, } from 'react-native'; import Video from 'react-native-video'; +import LinearGradient from 'react-native-linear-gradient'; // eslint-disable-next-line @typescript-eslint/no-require-imports, @typescript-eslint/no-var-requires, import-x/no-commonjs const MarketInsightsBackgroundVideoLight = require('../../animations/market-insights-background-light.mp4'); // eslint-disable-next-line @typescript-eslint/no-require-imports, @typescript-eslint/no-var-requires, import-x/no-commonjs @@ -583,7 +584,7 @@ const MarketInsightsView: React.FC = () => { showsVerticalScrollIndicator={false} testID={MarketInsightsSelectorsIDs.VIEW_SCROLL} > - + {showLastFrame && ( { testID={MarketInsightsSelectorsIDs.BACKGROUND_ANIMATION} /> )} + diff --git a/app/components/UI/MarketInsights/Views/MarketInsightsView/MarketInsightsViewSkeleton.tsx b/app/components/UI/MarketInsights/Views/MarketInsightsView/MarketInsightsViewSkeleton.tsx index 407a7727302..f93b3e87d38 100644 --- a/app/components/UI/MarketInsights/Views/MarketInsightsView/MarketInsightsViewSkeleton.tsx +++ b/app/components/UI/MarketInsights/Views/MarketInsightsView/MarketInsightsViewSkeleton.tsx @@ -30,7 +30,7 @@ const MarketInsightsViewSkeleton: React.FC = ({ > diff --git a/app/components/UI/MarketInsights/animations/market-insights-background-dark.mp4 b/app/components/UI/MarketInsights/animations/market-insights-background-dark.mp4 old mode 100644 new mode 100755 index 93ad606cc75..6f90a3fc42b Binary files a/app/components/UI/MarketInsights/animations/market-insights-background-dark.mp4 and b/app/components/UI/MarketInsights/animations/market-insights-background-dark.mp4 differ diff --git a/app/components/UI/MarketInsights/animations/market-insights-background-light.mp4 b/app/components/UI/MarketInsights/animations/market-insights-background-light.mp4 old mode 100644 new mode 100755 index 7d00b40c452..d87346a54c6 Binary files a/app/components/UI/MarketInsights/animations/market-insights-background-light.mp4 and b/app/components/UI/MarketInsights/animations/market-insights-background-light.mp4 differ diff --git a/app/components/Views/TradeWalletActions/TradeWalletActions.tsx b/app/components/Views/TradeWalletActions/TradeWalletActions.tsx index ba07fa170a3..b22c9628a1f 100644 --- a/app/components/Views/TradeWalletActions/TradeWalletActions.tsx +++ b/app/components/Views/TradeWalletActions/TradeWalletActions.tsx @@ -270,13 +270,14 @@ function TradeWalletActions() { > {AppConstants.SWAPS.ACTIVE && ( =18.2.0" + react-native: ">=0.76.0" + react-native-gesture-handler: ">=2.25.0" + react-native-reanimated: ">=3.17.0" + react-native-safe-area-context: ">=5.0.0" + checksum: 10/1f105fd83f1d6409bc38636cefeb2f122a5a6642947d84ac111e2ed3f3bec751cf115e51097b5fd6f8164a0b46ebe185acf44f51493316b61e6dede55cd45d62 + languageName: node + linkType: hard + +"@metamask-previews/design-system-react-native@patch:@metamask-previews/design-system-react-native@npm%3A0.22.0-preview.f515a62#~/.yarn/patches/@metamask-previews-design-system-react-native-npm-0.22.0-preview.f515a62-f7f201.patch": + version: 0.22.0-preview.f515a62 + resolution: "@metamask-previews/design-system-react-native@patch:@metamask-previews/design-system-react-native@npm%3A0.22.0-preview.f515a62#~/.yarn/patches/@metamask-previews-design-system-react-native-npm-0.22.0-preview.f515a62-f7f201.patch::version=0.22.0-preview.f515a62&hash=f7f201" + dependencies: + "@metamask-previews/design-system-shared": "npm:0.15.0-preview.f515a62" + fast-text-encoding: "npm:^1.0.6" + react-native-jazzicon: "npm:^0.1.2" + peerDependencies: + "@metamask/design-system-twrnc-preset": ^0.4.0 + "@metamask/design-tokens": ^8.2.0 + "@metamask/utils": ^11.11.0 + lodash: ^4.17.23 + react: ">=18.2.0" + react-native: ">=0.76.0" + react-native-gesture-handler: ">=2.25.0" + react-native-reanimated: ">=3.17.0" + react-native-safe-area-context: ">=5.0.0" + checksum: 10/981e301d56802ce78307943965229136443abe07d19aea3f05c6419343c2ae66e1bde5808a3c59b668be47d7bc9a1272ea4dcfee15a1405cbeabb56602f7ac97 + languageName: node + linkType: hard + +"@metamask-previews/design-system-shared@npm:0.15.0-preview.f515a62, @metamask/design-system-shared@npm:@metamask-previews/design-system-shared@0.15.0-preview.f515a62": + version: 0.15.0-preview.f515a62 + resolution: "@metamask-previews/design-system-shared@npm:0.15.0-preview.f515a62" + dependencies: + "@metamask/utils": "npm:^11.11.0" + peerDependencies: + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + checksum: 10/dc55748bf704e4b9baa48a3ba83920c44bf4b3fabb154cc8274dd036e3a1a7ab8ba2716db6bb813bcc58076ff993421b58c085227049c26260a06700892022d9 + languageName: node + linkType: hard + +"@metamask-previews/design-system-twrnc-preset@npm:0.4.2-preview.f515a62, @metamask/design-system-twrnc-preset@npm:@metamask-previews/design-system-twrnc-preset@0.4.2-preview.f515a62": + version: 0.4.2-preview.f515a62 + resolution: "@metamask-previews/design-system-twrnc-preset@npm:0.4.2-preview.f515a62" + dependencies: + twrnc: "npm:^4.5.1" + peerDependencies: + "@metamask/design-tokens": ^8.0.0 + react: ">=18.2.0" + checksum: 10/21e508150dafd241e845d50e5c1b573856eca223b13e35f7674c6f2467df1d35dece31d52760a656a693d5145edc1442b49ba4427aed6e81ae309bff5c06cac9 + languageName: node + linkType: hard + +"@metamask-previews/design-tokens@npm:8.3.0-preview.f515a62, @metamask/design-tokens@npm:@metamask-previews/design-tokens@8.3.0-preview.f515a62": + version: 8.3.0-preview.f515a62 + resolution: "@metamask-previews/design-tokens@npm:8.3.0-preview.f515a62" + checksum: 10/40e588045441775d51720f748f4ba9d417990534e66b1f82d54dab7007d257ea48e8c5e5c1fe699e9729c0ae92548c884157baffaba7b59a136effc6efb3fac7 + languageName: node + linkType: hard + "@metamask/7715-permission-types@npm:^0.5.0": version: 0.5.0 resolution: "@metamask/7715-permission-types@npm:0.5.0" @@ -8394,11 +8466,11 @@ __metadata: languageName: node linkType: hard -"@metamask/design-system-react-native@npm:^0.22.0": - version: 0.22.0 - resolution: "@metamask/design-system-react-native@npm:0.22.0" +"@metamask/design-system-react-native@patch:@metamask-previews/design-system-react-native@npm%3A0.22.0-preview.f515a62#~/.yarn/patches/@metamask-previews-design-system-react-native-npm-0.22.0-preview.f515a62-f7f201.patch": + version: 0.22.0-preview.f515a62 + resolution: "@metamask/design-system-react-native@patch:@metamask-previews/design-system-react-native@npm%3A0.22.0-preview.f515a62#~/.yarn/patches/@metamask-previews-design-system-react-native-npm-0.22.0-preview.f515a62-f7f201.patch::version=0.22.0-preview.f515a62&hash=f7f201" dependencies: - "@metamask/design-system-shared": "npm:^0.15.0" + "@metamask-previews/design-system-shared": "npm:0.15.0-preview.f515a62" fast-text-encoding: "npm:^1.0.6" react-native-jazzicon: "npm:^0.1.2" peerDependencies: @@ -8411,37 +8483,7 @@ __metadata: react-native-gesture-handler: ">=2.25.0" react-native-reanimated: ">=3.17.0" react-native-safe-area-context: ">=5.0.0" - checksum: 10/5deef0fbdb6871ae80e6ff85f40a402aba2b3ca8e224cb4cbe530d2bff436b6b1251323a9fd8422490bc24f3ec04377635bd39653d18f690068364d408bb9ea7 - languageName: node - linkType: hard - -"@metamask/design-system-shared@npm:^0.15.0": - version: 0.15.0 - resolution: "@metamask/design-system-shared@npm:0.15.0" - dependencies: - "@metamask/utils": "npm:^11.11.0" - peerDependencies: - react: ^17.0.0 || ^18.0.0 || ^19.0.0 - checksum: 10/a900d9cf73eb2fb6d84cd8f29387530ea4dde4fca1d22f7d85b2f05a47b71ed92bc4e2893d7a9589f2804afa22bc34566fb3e88ed9bf40a4211507efb2028b4c - languageName: node - linkType: hard - -"@metamask/design-system-twrnc-preset@npm:^0.4.2": - version: 0.4.2 - resolution: "@metamask/design-system-twrnc-preset@npm:0.4.2" - dependencies: - twrnc: "npm:^4.5.1" - peerDependencies: - "@metamask/design-tokens": ^8.0.0 - react: ">=18.2.0" - checksum: 10/03bb582760e69ee898f07c1a06def43c4bfbbfe52212136c6b8ddc8c592df40d577bfa4b9098ce5ecad850510bc2cefdab930818dbdcf02b9e357750836bff70 - languageName: node - linkType: hard - -"@metamask/design-tokens@npm:^8.3.0": - version: 8.3.0 - resolution: "@metamask/design-tokens@npm:8.3.0" - checksum: 10/b8fc870792f1d66986dce1e2c0d71f291f64a2da3e6c9d74de69b0f814b6479b922420c80bf59d03d9f22072b004c413029517619569ec5c21345a5aedd4c882 + checksum: 10/f893c78216846a083b436d827208c70ab344cb24be502370637019b6e36cf0665a914a1092c1baf22e2f48695046f73a57a91093818f9a981c3af1f76832aca1 languageName: node linkType: hard @@ -10445,7 +10487,26 @@ __metadata: languageName: node linkType: hard -"@metamask/utils@npm:^11.0.0, @metamask/utils@npm:^11.0.1, @metamask/utils@npm:^11.1.0, @metamask/utils@npm:^11.10.0, @metamask/utils@npm:^11.11.0, @metamask/utils@npm:^11.4.0, @metamask/utils@npm:^11.4.2, @metamask/utils@npm:^11.5.0, @metamask/utils@npm:^11.8.1, @metamask/utils@npm:^11.9.0": +"@metamask/utils@npm:^11.0.0, @metamask/utils@npm:^11.0.1, @metamask/utils@npm:^11.1.0, @metamask/utils@npm:^11.10.0, @metamask/utils@npm:^11.4.0, @metamask/utils@npm:^11.4.2, @metamask/utils@npm:^11.5.0, @metamask/utils@npm:^11.8.1, @metamask/utils@npm:^11.9.0": + version: 11.10.0 + resolution: "@metamask/utils@npm:11.10.0" + dependencies: + "@ethereumjs/tx": "npm:^4.2.0" + "@metamask/superstruct": "npm:^3.1.0" + "@noble/hashes": "npm:^1.3.1" + "@scure/base": "npm:^1.1.3" + "@types/debug": "npm:^4.1.7" + "@types/lodash": "npm:^4.17.20" + debug: "npm:^4.3.4" + lodash: "npm:^4.17.21" + pony-cause: "npm:^2.1.10" + semver: "npm:^7.5.4" + uuid: "npm:^9.0.1" + checksum: 10/691a268af66593b60e9807a069127993cea3cdc941f99d5d7ca4664868754f08945821f1787b2f3e99e4497df63ceb0af37a2419ad494da29a1fddffe94f5797 + languageName: node + linkType: hard + +"@metamask/utils@npm:^11.11.0": version: 11.11.0 resolution: "@metamask/utils@npm:11.11.0" dependencies: @@ -35691,6 +35752,10 @@ __metadata: "@lavamoat/react-native-lockdown": "npm:^0.0.2" "@ledgerhq/hw-app-eth": "npm:^6.42.0" "@ledgerhq/react-native-hw-transport-ble": "npm:^6.37.0" + "@metamask-previews/design-system-react-native": "patch:@metamask-previews/design-system-react-native@npm%3A0.22.0-preview.f515a62#~/.yarn/patches/@metamask-previews-design-system-react-native-npm-0.22.0-preview.f515a62-f7f201.patch" + "@metamask-previews/design-system-shared": "npm:0.15.0-preview.f515a62" + "@metamask-previews/design-system-twrnc-preset": "npm:0.4.2-preview.f515a62" + "@metamask-previews/design-tokens": "npm:8.3.0-preview.f515a62" "@metamask/abi-utils": "npm:^3.0.0" "@metamask/account-api": "npm:^1.0.0" "@metamask/account-tree-controller": "npm:^7.1.0" @@ -35719,9 +35784,10 @@ __metadata: "@metamask/core-backend": "npm:^6.2.0" "@metamask/delegation-controller": "npm:^2.0.2" "@metamask/delegation-deployments": "npm:^1.0.0" - "@metamask/design-system-react-native": "npm:^0.22.0" - "@metamask/design-system-twrnc-preset": "npm:^0.4.2" - "@metamask/design-tokens": "npm:^8.3.0" + "@metamask/design-system-react-native": "patch:@metamask-previews/design-system-react-native@npm%3A0.22.0-preview.f515a62#~/.yarn/patches/@metamask-previews-design-system-react-native-npm-0.22.0-preview.f515a62-f7f201.patch" + "@metamask/design-system-shared": "npm:@metamask-previews/design-system-shared@0.15.0-preview.f515a62" + "@metamask/design-system-twrnc-preset": "npm:@metamask-previews/design-system-twrnc-preset@0.4.2-preview.f515a62" + "@metamask/design-tokens": "npm:@metamask-previews/design-tokens@8.3.0-preview.f515a62" "@metamask/earn-controller": "npm:^12.0.0" "@metamask/eip-5792-middleware": "npm:^2.0.0" "@metamask/eip1193-permission-middleware": "npm:^1.0.2"