@metamask-previews/design-system-shared 0.11.0-preview.ba86146 → 0.15.0-preview.f515a62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +55 -6
- package/dist/index.cjs +33 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +13 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +14 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types/AvatarIcon/AvatarIcon.types.cjs +32 -0
- package/dist/types/AvatarIcon/AvatarIcon.types.cjs.map +1 -0
- package/dist/types/AvatarIcon/AvatarIcon.types.d.cts +59 -0
- package/dist/types/AvatarIcon/AvatarIcon.types.d.cts.map +1 -0
- package/dist/types/AvatarIcon/AvatarIcon.types.d.mts +59 -0
- package/dist/types/AvatarIcon/AvatarIcon.types.d.mts.map +1 -0
- package/dist/types/AvatarIcon/AvatarIcon.types.mjs +28 -0
- package/dist/types/AvatarIcon/AvatarIcon.types.mjs.map +1 -0
- package/dist/types/AvatarIcon/index.cjs +7 -0
- package/dist/types/AvatarIcon/index.cjs.map +1 -0
- package/dist/types/AvatarIcon/index.d.cts +2 -0
- package/dist/types/AvatarIcon/index.d.cts.map +1 -0
- package/dist/types/AvatarIcon/index.d.mts +2 -0
- package/dist/types/AvatarIcon/index.d.mts.map +1 -0
- package/dist/types/AvatarIcon/index.mjs +2 -0
- package/dist/types/AvatarIcon/index.mjs.map +1 -0
- package/dist/types/BadgeIcon/BadgeIcon.types.cjs +3 -0
- package/dist/types/BadgeIcon/BadgeIcon.types.cjs.map +1 -0
- package/dist/types/BadgeIcon/BadgeIcon.types.d.cts +13 -0
- package/dist/types/BadgeIcon/BadgeIcon.types.d.cts.map +1 -0
- package/dist/types/BadgeIcon/BadgeIcon.types.d.mts +13 -0
- package/dist/types/BadgeIcon/BadgeIcon.types.d.mts.map +1 -0
- package/dist/types/BadgeIcon/BadgeIcon.types.mjs +2 -0
- package/dist/types/BadgeIcon/BadgeIcon.types.mjs.map +1 -0
- package/dist/types/BadgeIcon/index.cjs +3 -0
- package/dist/types/BadgeIcon/index.cjs.map +1 -0
- package/dist/types/BadgeIcon/index.d.cts +2 -0
- package/dist/types/BadgeIcon/index.d.cts.map +1 -0
- package/dist/types/BadgeIcon/index.d.mts +2 -0
- package/dist/types/BadgeIcon/index.d.mts.map +1 -0
- package/dist/types/BadgeIcon/index.mjs +2 -0
- package/dist/types/BadgeIcon/index.mjs.map +1 -0
- package/dist/types/Box/Box.types.cjs +166 -0
- package/dist/types/Box/Box.types.cjs.map +1 -0
- package/dist/types/Box/Box.types.d.cts +287 -0
- package/dist/types/Box/Box.types.d.cts.map +1 -0
- package/dist/types/Box/Box.types.d.mts +287 -0
- package/dist/types/Box/Box.types.d.mts.map +1 -0
- package/dist/types/Box/Box.types.mjs +163 -0
- package/dist/types/Box/Box.types.mjs.map +1 -0
- package/dist/types/Box/index.cjs +11 -0
- package/dist/types/Box/index.cjs.map +1 -0
- package/dist/types/Box/index.d.cts +2 -0
- package/dist/types/Box/index.d.cts.map +1 -0
- package/dist/types/Box/index.d.mts +2 -0
- package/dist/types/Box/index.d.mts.map +1 -0
- package/dist/types/Box/index.mjs +2 -0
- package/dist/types/Box/index.mjs.map +1 -0
- package/dist/types/Button/Button.types.cjs +22 -0
- package/dist/types/Button/Button.types.cjs.map +1 -0
- package/dist/types/Button/Button.types.d.cts +32 -0
- package/dist/types/Button/Button.types.d.cts.map +1 -0
- package/dist/types/Button/Button.types.d.mts +32 -0
- package/dist/types/Button/Button.types.d.mts.map +1 -0
- package/dist/types/Button/Button.types.mjs +19 -0
- package/dist/types/Button/Button.types.mjs.map +1 -0
- package/dist/types/Button/index.cjs +6 -0
- package/dist/types/Button/index.cjs.map +1 -0
- package/dist/types/Button/index.d.cts +2 -0
- package/dist/types/Button/index.d.cts.map +1 -0
- package/dist/types/Button/index.d.mts +2 -0
- package/dist/types/Button/index.d.mts.map +1 -0
- package/dist/types/Button/index.mjs +2 -0
- package/dist/types/Button/index.mjs.map +1 -0
- package/dist/types/ButtonBase/ButtonBase.types.cjs +24 -0
- package/dist/types/ButtonBase/ButtonBase.types.cjs.map +1 -0
- package/dist/types/ButtonBase/ButtonBase.types.d.cts +88 -0
- package/dist/types/ButtonBase/ButtonBase.types.d.cts.map +1 -0
- package/dist/types/ButtonBase/ButtonBase.types.d.mts +88 -0
- package/dist/types/ButtonBase/ButtonBase.types.d.mts.map +1 -0
- package/dist/types/ButtonBase/ButtonBase.types.mjs +21 -0
- package/dist/types/ButtonBase/ButtonBase.types.mjs.map +1 -0
- package/dist/types/ButtonBase/index.cjs +8 -0
- package/dist/types/ButtonBase/index.cjs.map +1 -0
- package/dist/types/ButtonBase/index.d.cts +2 -0
- package/dist/types/ButtonBase/index.d.cts.map +1 -0
- package/dist/types/ButtonBase/index.d.mts +2 -0
- package/dist/types/ButtonBase/index.d.mts.map +1 -0
- package/dist/types/ButtonBase/index.mjs +2 -0
- package/dist/types/ButtonBase/index.mjs.map +1 -0
- package/dist/types/ButtonIcon/ButtonIcon.types.cjs +40 -0
- package/dist/types/ButtonIcon/ButtonIcon.types.cjs.map +1 -0
- package/dist/types/ButtonIcon/ButtonIcon.types.d.cts +68 -0
- package/dist/types/ButtonIcon/ButtonIcon.types.d.cts.map +1 -0
- package/dist/types/ButtonIcon/ButtonIcon.types.d.mts +68 -0
- package/dist/types/ButtonIcon/ButtonIcon.types.d.mts.map +1 -0
- package/dist/types/ButtonIcon/ButtonIcon.types.mjs +37 -0
- package/dist/types/ButtonIcon/ButtonIcon.types.mjs.map +1 -0
- package/dist/types/ButtonIcon/index.cjs +7 -0
- package/dist/types/ButtonIcon/index.cjs.map +1 -0
- package/dist/types/ButtonIcon/index.d.cts +2 -0
- package/dist/types/ButtonIcon/index.d.cts.map +1 -0
- package/dist/types/ButtonIcon/index.d.mts +2 -0
- package/dist/types/ButtonIcon/index.d.mts.map +1 -0
- package/dist/types/ButtonIcon/index.mjs +2 -0
- package/dist/types/ButtonIcon/index.mjs.map +1 -0
- package/dist/types/Icon/Icon.types.cjs +352 -0
- package/dist/types/Icon/Icon.types.cjs.map +1 -0
- package/dist/types/Icon/Icon.types.d.cts +370 -0
- package/dist/types/Icon/Icon.types.d.cts.map +1 -0
- package/dist/types/Icon/Icon.types.d.mts +370 -0
- package/dist/types/Icon/Icon.types.d.mts.map +1 -0
- package/dist/types/Icon/Icon.types.mjs +349 -0
- package/dist/types/Icon/Icon.types.mjs.map +1 -0
- package/dist/types/Icon/index.cjs +8 -0
- package/dist/types/Icon/index.cjs.map +1 -0
- package/dist/types/Icon/index.d.cts +2 -0
- package/dist/types/Icon/index.d.cts.map +1 -0
- package/dist/types/Icon/index.d.mts +2 -0
- package/dist/types/Icon/index.d.mts.map +1 -0
- package/dist/types/Icon/index.mjs +2 -0
- package/dist/types/Icon/index.mjs.map +1 -0
- package/dist/types/Tag/Tag.types.cjs +15 -0
- package/dist/types/Tag/Tag.types.cjs.map +1 -0
- package/dist/types/Tag/Tag.types.d.cts +39 -0
- package/dist/types/Tag/Tag.types.d.cts.map +1 -0
- package/dist/types/Tag/Tag.types.d.mts +39 -0
- package/dist/types/Tag/Tag.types.d.mts.map +1 -0
- package/dist/types/Tag/Tag.types.mjs +12 -0
- package/dist/types/Tag/Tag.types.mjs.map +1 -0
- package/dist/types/Tag/index.cjs +6 -0
- package/dist/types/Tag/index.cjs.map +1 -0
- package/dist/types/Tag/index.d.cts +2 -0
- package/dist/types/Tag/index.d.cts.map +1 -0
- package/dist/types/Tag/index.d.mts +2 -0
- package/dist/types/Tag/index.d.mts.map +1 -0
- package/dist/types/Tag/index.mjs +2 -0
- package/dist/types/Tag/index.mjs.map +1 -0
- package/dist/types/TextField/TextField.types.cjs +3 -0
- package/dist/types/TextField/TextField.types.cjs.map +1 -0
- package/dist/types/TextField/TextField.types.d.cts +46 -0
- package/dist/types/TextField/TextField.types.d.cts.map +1 -0
- package/dist/types/TextField/TextField.types.d.mts +46 -0
- package/dist/types/TextField/TextField.types.d.mts.map +1 -0
- package/dist/types/TextField/TextField.types.mjs +2 -0
- package/dist/types/TextField/TextField.types.mjs.map +1 -0
- package/dist/types/TextField/index.cjs +3 -0
- package/dist/types/TextField/index.cjs.map +1 -0
- package/dist/types/TextField/index.d.cts +2 -0
- package/dist/types/TextField/index.d.cts.map +1 -0
- package/dist/types/TextField/index.d.mts +2 -0
- package/dist/types/TextField/index.d.mts.map +1 -0
- package/dist/types/TextField/index.mjs +2 -0
- package/dist/types/TextField/index.mjs.map +1 -0
- package/dist/types/TitleHub/TitleHub.types.cjs +3 -0
- package/dist/types/TitleHub/TitleHub.types.cjs.map +1 -0
- package/dist/types/TitleHub/TitleHub.types.d.cts +46 -0
- package/dist/types/TitleHub/TitleHub.types.d.cts.map +1 -0
- package/dist/types/TitleHub/TitleHub.types.d.mts +46 -0
- package/dist/types/TitleHub/TitleHub.types.d.mts.map +1 -0
- package/dist/types/TitleHub/TitleHub.types.mjs +2 -0
- package/dist/types/TitleHub/TitleHub.types.mjs.map +1 -0
- package/dist/types/TitleHub/index.cjs +3 -0
- package/dist/types/TitleHub/index.cjs.map +1 -0
- package/dist/types/TitleHub/index.d.cts +2 -0
- package/dist/types/TitleHub/index.d.cts.map +1 -0
- package/dist/types/TitleHub/index.d.mts +2 -0
- package/dist/types/TitleHub/index.d.mts.map +1 -0
- package/dist/types/TitleHub/index.mjs +2 -0
- package/dist/types/TitleHub/index.mjs.map +1 -0
- package/dist/types/TitleStandard/TitleStandard.types.cjs +3 -0
- package/dist/types/TitleStandard/TitleStandard.types.cjs.map +1 -0
- package/dist/types/TitleStandard/TitleStandard.types.d.cts +36 -0
- package/dist/types/TitleStandard/TitleStandard.types.d.cts.map +1 -0
- package/dist/types/TitleStandard/TitleStandard.types.d.mts +36 -0
- package/dist/types/TitleStandard/TitleStandard.types.d.mts.map +1 -0
- package/dist/types/TitleStandard/TitleStandard.types.mjs +2 -0
- package/dist/types/TitleStandard/TitleStandard.types.mjs.map +1 -0
- package/dist/types/TitleStandard/index.cjs +3 -0
- package/dist/types/TitleStandard/index.cjs.map +1 -0
- package/dist/types/TitleStandard/index.d.cts +2 -0
- package/dist/types/TitleStandard/index.d.cts.map +1 -0
- package/dist/types/TitleStandard/index.d.mts +2 -0
- package/dist/types/TitleStandard/index.d.mts.map +1 -0
- package/dist/types/TitleStandard/index.mjs +2 -0
- package/dist/types/TitleStandard/index.mjs.map +1 -0
- package/dist/types/TitleSubpage/TitleSubpage.types.cjs +3 -0
- package/dist/types/TitleSubpage/TitleSubpage.types.cjs.map +1 -0
- package/dist/types/TitleSubpage/TitleSubpage.types.d.cts +55 -0
- package/dist/types/TitleSubpage/TitleSubpage.types.d.cts.map +1 -0
- package/dist/types/TitleSubpage/TitleSubpage.types.d.mts +55 -0
- package/dist/types/TitleSubpage/TitleSubpage.types.d.mts.map +1 -0
- package/dist/types/TitleSubpage/TitleSubpage.types.mjs +2 -0
- package/dist/types/TitleSubpage/TitleSubpage.types.mjs.map +1 -0
- package/dist/types/TitleSubpage/index.cjs +3 -0
- package/dist/types/TitleSubpage/index.cjs.map +1 -0
- package/dist/types/TitleSubpage/index.d.cts +2 -0
- package/dist/types/TitleSubpage/index.d.cts.map +1 -0
- package/dist/types/TitleSubpage/index.d.mts +2 -0
- package/dist/types/TitleSubpage/index.d.mts.map +1 -0
- package/dist/types/TitleSubpage/index.mjs +2 -0
- package/dist/types/TitleSubpage/index.mjs.map +1 -0
- package/package.json +8 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,51 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.15.0]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Added shared `ButtonBaseSize`, `ButtonSize`, `ButtonHeroSize`, `ButtonVariant`, `ButtonBasePropsShared`, and `ButtonPropsShared` exports so React and React Native button APIs can share one cross-platform type contract ([#1034](https://github.com/MetaMask/metamask-design-system/pull/1034))
|
|
15
|
+
- Added shared `ButtonIconSize`, `ButtonIconVariant`, and `ButtonIconPropsShared` exports so React and React Native `ButtonIcon` APIs can share one cross-platform type contract ([#1038](https://github.com/MetaMask/metamask-design-system/pull/1038))
|
|
16
|
+
- Added shared `TextFieldPropsShared` for the controlled text-field contract used by `TextField` and `TextFieldSearch` across platform packages ([#1081](https://github.com/MetaMask/metamask-design-system/pull/1081))
|
|
17
|
+
|
|
18
|
+
## [0.14.0]
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
|
|
22
|
+
- Added `Telegram` to the shared icon exports so both platform packages can consume it through their existing `IconName` APIs ([#1122](https://github.com/MetaMask/metamask-design-system/pull/1122))
|
|
23
|
+
- Added shared `BadgeIconPropsShared` types so `BadgeIcon` now uses one cross-platform prop contract in React and React Native ([#1010](https://github.com/MetaMask/metamask-design-system/pull/1010))
|
|
24
|
+
- Added shared `AvatarIcon` contracts, including `AvatarIconPropsShared`, `AvatarIconSize`, and `AvatarIconSeverity`, so both platform packages consume the same canonical type definitions ([#996](https://github.com/MetaMask/metamask-design-system/pull/996))
|
|
25
|
+
|
|
26
|
+
## [0.13.0]
|
|
27
|
+
|
|
28
|
+
### Added
|
|
29
|
+
|
|
30
|
+
- Added `TitleStandardPropsShared` and `TitleSubpagePropsShared` for shared header composition across platform packages ([#1051](https://github.com/MetaMask/metamask-design-system/pull/1051), [#1059](https://github.com/MetaMask/metamask-design-system/pull/1059))
|
|
31
|
+
- Added `TagSeverity` and `TagPropsShared` for shared Tag contracts consumed by platform packages ([#1053](https://github.com/MetaMask/metamask-design-system/pull/1053))
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- **BREAKING:** Updated shared `Box` exports (`BoxFlexDirection`, `BoxFlexWrap`, `BoxAlignItems`, `BoxJustifyContent`, `BoxBackgroundColor`, `BoxBorderColor`, `BoxSpacing`, `BoxBorderWidth`, `BoxPropsShared`) from enums to const objects with derived string unions ([#1026](https://github.com/MetaMask/metamask-design-system/pull/1026))
|
|
36
|
+
- Removed `BoxBackgroundColor.WarningAlternative`, `BoxBackgroundColor.SuccessAlternative`, `BoxBorderColor.WarningAlternative`, `BoxBorderColor.SuccessAlternative`, and `BoxBorderColor.InfoAlternative`
|
|
37
|
+
- See [Migration Guide](./MIGRATION.md#from-version-0120-to-0130)
|
|
38
|
+
- **BREAKING:** Updated shared `Icon` exports (`IconName`, `IconColor`, `IconSize`, `IconPropsShared`) to use const objects with derived string unions and made `@metamask/design-system-shared` the source of truth for icon names and assets across React and React Native ([#1042](https://github.com/MetaMask/metamask-design-system/pull/1042))
|
|
39
|
+
- See [Migration Guide](./MIGRATION.md#from-version-0120-to-0130)
|
|
40
|
+
|
|
41
|
+
## [0.12.0]
|
|
42
|
+
|
|
43
|
+
### Added
|
|
44
|
+
|
|
45
|
+
- Added `TitleHubPropsShared` and `CheckboxPropsShared` for shared cross-platform component contracts. ([#1052](https://github.com/MetaMask/metamask-design-system/pull/1052), [#1040](https://github.com/MetaMask/metamask-design-system/pull/1040))
|
|
46
|
+
|
|
47
|
+
### Changed
|
|
48
|
+
|
|
49
|
+
- Expanded the `react` peer dependency range to support React 19 consumers. ([#1089](https://github.com/MetaMask/metamask-design-system/pull/1089))
|
|
50
|
+
|
|
51
|
+
### Removed
|
|
52
|
+
|
|
53
|
+
- **BREAKING:** Removed `isReactNodeRenderable` from the public API; replace imports with plain truthy checks instead. See [Migration Guide](./MIGRATION.md#from-version-0110-to-0120). ([#1076](https://github.com/MetaMask/metamask-design-system/pull/1076))
|
|
54
|
+
|
|
10
55
|
## [0.11.0]
|
|
11
56
|
|
|
12
57
|
### Added
|
|
@@ -45,19 +90,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
45
90
|
|
|
46
91
|
### Added
|
|
47
92
|
|
|
48
|
-
- Added shared types used by new React Native header components, including `HeaderRoot` contracts consumed by `@metamask/design-system-react-native` ([#1029](https://github.com/MetaMask/metamask-design-system/pull/1029))
|
|
49
|
-
- Added shared `BoxHorizontal` and `BoxVertical` utility component contracts for cross-platform layout primitives ([#1003](https://github.com/MetaMask/metamask-design-system/pull/1003))
|
|
93
|
+
- Added shared types used by new React Native header components, including `HeaderRoot` contracts consumed by `@metamask/design-system-react-native` ([#1029](https://github.com/MetaMask/metamask-design-system/pull/1029))
|
|
94
|
+
- Added shared `BoxHorizontal` and `BoxVertical` utility component contracts for cross-platform layout primitives ([#1003](https://github.com/MetaMask/metamask-design-system/pull/1003))
|
|
50
95
|
|
|
51
96
|
### Changed
|
|
52
97
|
|
|
53
|
-
- Migrated `AvatarBase` type exports from enum-based definitions to shared const-object + string-union types, keeping consumers aligned with the ADR-0003/ADR-0004 type model ([#1005](https://github.com/MetaMask/metamask-design-system/pull/1005))
|
|
54
|
-
- Updated `@metamask/utils` dependency to `^11.11.0` ([#1033](https://github.com/MetaMask/metamask-design-system/pull/1033))
|
|
98
|
+
- Migrated `AvatarBase` type exports from enum-based definitions to shared const-object + string-union types, keeping consumers aligned with the ADR-0003/ADR-0004 type model ([#1005](https://github.com/MetaMask/metamask-design-system/pull/1005))
|
|
99
|
+
- Updated `@metamask/utils` dependency to `^11.11.0` ([#1033](https://github.com/MetaMask/metamask-design-system/pull/1033))
|
|
55
100
|
|
|
56
101
|
## [0.6.0]
|
|
57
102
|
|
|
58
103
|
### Changed
|
|
59
104
|
|
|
60
|
-
- Added shared `BadgeWrapper` const objects and props (`BadgeWrapperPosition`, `BadgeWrapperPositionAnchorShape`, `BadgeWrapperCustomPosition`, `BadgeWrapperPropsShared`) so React and React Native now consume a single source of truth for the ADR-0003/ADR-0004 types; both platform packages re-export the shared definitions so existing imports keep working even as the shared package remains the canonical source. See the [design-system-react migration guide](../design-system-react/MIGRATION.md#from-version-0120-to-0130) for additional guidance ([#1014](https://github.com/MetaMask/metamask-design-system/pull/1014))
|
|
105
|
+
- Added shared `BadgeWrapper` const objects and props (`BadgeWrapperPosition`, `BadgeWrapperPositionAnchorShape`, `BadgeWrapperCustomPosition`, `BadgeWrapperPropsShared`) so React and React Native now consume a single source of truth for the ADR-0003/ADR-0004 types; both platform packages re-export the shared definitions so existing imports keep working even as the shared package remains the canonical source. See the [design-system-react migration guide](../design-system-react/MIGRATION.md#from-version-0120-to-0130) for additional guidance ([#1014](https://github.com/MetaMask/metamask-design-system/pull/1014))
|
|
61
106
|
|
|
62
107
|
## [0.5.0]
|
|
63
108
|
|
|
@@ -121,7 +166,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
121
166
|
- **Initial release** - MetaMask Design System Shared
|
|
122
167
|
- Adding CAIP-10 address utilities ([#817](https://github.com/MetaMask/metamask-design-system/pull/817))
|
|
123
168
|
|
|
124
|
-
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.
|
|
169
|
+
[Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.15.0...HEAD
|
|
170
|
+
[0.15.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.14.0...@metamask/design-system-shared@0.15.0
|
|
171
|
+
[0.14.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.13.0...@metamask/design-system-shared@0.14.0
|
|
172
|
+
[0.13.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.12.0...@metamask/design-system-shared@0.13.0
|
|
173
|
+
[0.12.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.11.0...@metamask/design-system-shared@0.12.0
|
|
125
174
|
[0.11.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.10.0...@metamask/design-system-shared@0.11.0
|
|
126
175
|
[0.10.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.9.0...@metamask/design-system-shared@0.10.0
|
|
127
176
|
[0.9.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.8.0...@metamask/design-system-shared@0.9.0
|
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AvatarFaviconSize = exports.TextVariant = exports.TextColor = exports.FontWeight = exports.FontStyle = exports.FontFamily = exports.AvatarAccountVariant = exports.AvatarAccountSize = exports.BadgeWrapperPosition = exports.BadgeWrapperPositionAnchorShape = exports.BannerAlertSeverity = exports.AvatarTokenSize = exports.KeyValueRowVariant = exports.HeaderSearchVariant = exports.IconAlertSeverity = exports.BadgeStatusSize = exports.BadgeStatusStatus = exports.BadgeCountSize = exports.AvatarBaseShape = exports.AvatarBaseSize = exports.generateIconSeed = exports.isEthereumAddress = exports.generateSeedNonEthereum = exports.generateSeedEthereum = exports.extractAccountAddress = void 0;
|
|
3
|
+
exports.IconSize = exports.IconName = exports.IconColor = exports.BoxBorderColor = exports.BoxBackgroundColor = exports.BoxJustifyContent = exports.BoxAlignItems = exports.BoxFlexWrap = exports.BoxFlexDirection = exports.TagSeverity = exports.AvatarFaviconSize = exports.TextVariant = exports.TextColor = exports.FontWeight = exports.FontStyle = exports.FontFamily = exports.AvatarAccountVariant = exports.AvatarAccountSize = exports.ButtonIconVariant = exports.ButtonIconSize = exports.BadgeWrapperPosition = exports.BadgeWrapperPositionAnchorShape = exports.BannerAlertSeverity = exports.AvatarTokenSize = exports.ButtonVariant = exports.ButtonSize = exports.ButtonHeroSize = exports.ButtonBaseSize = exports.KeyValueRowVariant = exports.HeaderSearchVariant = exports.IconAlertSeverity = exports.BadgeStatusSize = exports.BadgeStatusStatus = exports.BadgeCountSize = exports.AvatarIconSeverity = exports.AvatarIconSize = exports.AvatarBaseShape = exports.AvatarBaseSize = exports.generateIconSeed = exports.isEthereumAddress = exports.generateSeedNonEthereum = exports.generateSeedEthereum = exports.extractAccountAddress = void 0;
|
|
4
4
|
var caip_address_1 = require("./utils/caip-address.cjs");
|
|
5
5
|
Object.defineProperty(exports, "extractAccountAddress", { enumerable: true, get: function () { return caip_address_1.extractAccountAddress; } });
|
|
6
6
|
Object.defineProperty(exports, "generateSeedEthereum", { enumerable: true, get: function () { return caip_address_1.generateSeedEthereum; } });
|
|
@@ -11,6 +11,10 @@ Object.defineProperty(exports, "generateIconSeed", { enumerable: true, get: func
|
|
|
11
11
|
var AvatarBase_1 = require("./types/AvatarBase/index.cjs");
|
|
12
12
|
Object.defineProperty(exports, "AvatarBaseSize", { enumerable: true, get: function () { return AvatarBase_1.AvatarBaseSize; } });
|
|
13
13
|
Object.defineProperty(exports, "AvatarBaseShape", { enumerable: true, get: function () { return AvatarBase_1.AvatarBaseShape; } });
|
|
14
|
+
// AvatarIcon types (ADR-0003 + ADR-0004)
|
|
15
|
+
var AvatarIcon_1 = require("./types/AvatarIcon/index.cjs");
|
|
16
|
+
Object.defineProperty(exports, "AvatarIconSize", { enumerable: true, get: function () { return AvatarIcon_1.AvatarIconSize; } });
|
|
17
|
+
Object.defineProperty(exports, "AvatarIconSeverity", { enumerable: true, get: function () { return AvatarIcon_1.AvatarIconSeverity; } });
|
|
14
18
|
// BadgeCount types (ADR-0003 + ADR-0004)
|
|
15
19
|
var BadgeCount_1 = require("./types/BadgeCount/index.cjs");
|
|
16
20
|
Object.defineProperty(exports, "BadgeCountSize", { enumerable: true, get: function () { return BadgeCount_1.BadgeCountSize; } });
|
|
@@ -27,6 +31,14 @@ Object.defineProperty(exports, "HeaderSearchVariant", { enumerable: true, get: f
|
|
|
27
31
|
// KeyValueRow types (ADR-0003 + ADR-0004)
|
|
28
32
|
var KeyValueRow_1 = require("./types/KeyValueRow/index.cjs");
|
|
29
33
|
Object.defineProperty(exports, "KeyValueRowVariant", { enumerable: true, get: function () { return KeyValueRow_1.KeyValueRowVariant; } });
|
|
34
|
+
// ButtonBase types (ADR-0003 + ADR-0004)
|
|
35
|
+
var ButtonBase_1 = require("./types/ButtonBase/index.cjs");
|
|
36
|
+
Object.defineProperty(exports, "ButtonBaseSize", { enumerable: true, get: function () { return ButtonBase_1.ButtonBaseSize; } });
|
|
37
|
+
Object.defineProperty(exports, "ButtonHeroSize", { enumerable: true, get: function () { return ButtonBase_1.ButtonHeroSize; } });
|
|
38
|
+
Object.defineProperty(exports, "ButtonSize", { enumerable: true, get: function () { return ButtonBase_1.ButtonSize; } });
|
|
39
|
+
// Button types (ADR-0003 + ADR-0004)
|
|
40
|
+
var Button_1 = require("./types/Button/index.cjs");
|
|
41
|
+
Object.defineProperty(exports, "ButtonVariant", { enumerable: true, get: function () { return Button_1.ButtonVariant; } });
|
|
30
42
|
// AvatarToken types (ADR-0003 + ADR-0004)
|
|
31
43
|
var AvatarToken_1 = require("./types/AvatarToken/index.cjs");
|
|
32
44
|
Object.defineProperty(exports, "AvatarTokenSize", { enumerable: true, get: function () { return AvatarToken_1.AvatarTokenSize; } });
|
|
@@ -37,6 +49,10 @@ Object.defineProperty(exports, "BannerAlertSeverity", { enumerable: true, get: f
|
|
|
37
49
|
var BadgeWrapper_1 = require("./types/BadgeWrapper/index.cjs");
|
|
38
50
|
Object.defineProperty(exports, "BadgeWrapperPositionAnchorShape", { enumerable: true, get: function () { return BadgeWrapper_1.BadgeWrapperPositionAnchorShape; } });
|
|
39
51
|
Object.defineProperty(exports, "BadgeWrapperPosition", { enumerable: true, get: function () { return BadgeWrapper_1.BadgeWrapperPosition; } });
|
|
52
|
+
// ButtonIcon types (ADR-0003 + ADR-0004)
|
|
53
|
+
var ButtonIcon_1 = require("./types/ButtonIcon/index.cjs");
|
|
54
|
+
Object.defineProperty(exports, "ButtonIconSize", { enumerable: true, get: function () { return ButtonIcon_1.ButtonIconSize; } });
|
|
55
|
+
Object.defineProperty(exports, "ButtonIconVariant", { enumerable: true, get: function () { return ButtonIcon_1.ButtonIconVariant; } });
|
|
40
56
|
var AvatarAccount_1 = require("./types/AvatarAccount/index.cjs");
|
|
41
57
|
Object.defineProperty(exports, "AvatarAccountSize", { enumerable: true, get: function () { return AvatarAccount_1.AvatarAccountSize; } });
|
|
42
58
|
Object.defineProperty(exports, "AvatarAccountVariant", { enumerable: true, get: function () { return AvatarAccount_1.AvatarAccountVariant; } });
|
|
@@ -50,4 +66,20 @@ Object.defineProperty(exports, "TextVariant", { enumerable: true, get: function
|
|
|
50
66
|
// AvatarFavicon types (ADR-0004)
|
|
51
67
|
var AvatarFavicon_1 = require("./types/AvatarFavicon/index.cjs");
|
|
52
68
|
Object.defineProperty(exports, "AvatarFaviconSize", { enumerable: true, get: function () { return AvatarFavicon_1.AvatarFaviconSize; } });
|
|
69
|
+
// Tag types (ADR-0003 + ADR-0004)
|
|
70
|
+
var Tag_1 = require("./types/Tag/index.cjs");
|
|
71
|
+
Object.defineProperty(exports, "TagSeverity", { enumerable: true, get: function () { return Tag_1.TagSeverity; } });
|
|
72
|
+
// Box types (ADR-0003 + ADR-0004)
|
|
73
|
+
var Box_1 = require("./types/Box/index.cjs");
|
|
74
|
+
Object.defineProperty(exports, "BoxFlexDirection", { enumerable: true, get: function () { return Box_1.BoxFlexDirection; } });
|
|
75
|
+
Object.defineProperty(exports, "BoxFlexWrap", { enumerable: true, get: function () { return Box_1.BoxFlexWrap; } });
|
|
76
|
+
Object.defineProperty(exports, "BoxAlignItems", { enumerable: true, get: function () { return Box_1.BoxAlignItems; } });
|
|
77
|
+
Object.defineProperty(exports, "BoxJustifyContent", { enumerable: true, get: function () { return Box_1.BoxJustifyContent; } });
|
|
78
|
+
Object.defineProperty(exports, "BoxBackgroundColor", { enumerable: true, get: function () { return Box_1.BoxBackgroundColor; } });
|
|
79
|
+
Object.defineProperty(exports, "BoxBorderColor", { enumerable: true, get: function () { return Box_1.BoxBorderColor; } });
|
|
80
|
+
// Icon types (ADR-0003 + ADR-0004)
|
|
81
|
+
var Icon_1 = require("./types/Icon/index.cjs");
|
|
82
|
+
Object.defineProperty(exports, "IconColor", { enumerable: true, get: function () { return Icon_1.IconColor; } });
|
|
83
|
+
Object.defineProperty(exports, "IconName", { enumerable: true, get: function () { return Icon_1.IconName; } });
|
|
84
|
+
Object.defineProperty(exports, "IconSize", { enumerable: true, get: function () { return Icon_1.IconSize; } });
|
|
53
85
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,yDAM8B;AAL5B,qHAAA,qBAAqB,OAAA;AACrB,oHAAA,oBAAoB,OAAA;AACpB,uHAAA,uBAAuB,OAAA;AACvB,iHAAA,iBAAiB,OAAA;AACjB,gHAAA,gBAAgB,OAAA;AAGlB,yCAAyC;AACzC,2DAI4B;AAH1B,4GAAA,cAAc,OAAA;AACd,6GAAA,eAAe,OAAA;AAIjB,yCAAyC;AACzC,2DAAgF;AAAvE,4GAAA,cAAc,OAAA;AAEvB,0CAA0C;AAC1C,6DAI6B;AAH3B,gHAAA,iBAAiB,OAAA;AACjB,8GAAA,eAAe,OAAA;AAIjB,wCAAwC;AACxC,yDAG2B;AAFzB,8GAAA,iBAAiB,OAAA;
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,yDAM8B;AAL5B,qHAAA,qBAAqB,OAAA;AACrB,oHAAA,oBAAoB,OAAA;AACpB,uHAAA,uBAAuB,OAAA;AACvB,iHAAA,iBAAiB,OAAA;AACjB,gHAAA,gBAAgB,OAAA;AAGlB,yCAAyC;AACzC,2DAI4B;AAH1B,4GAAA,cAAc,OAAA;AACd,6GAAA,eAAe,OAAA;AAIjB,yCAAyC;AACzC,2DAI4B;AAH1B,4GAAA,cAAc,OAAA;AACd,gHAAA,kBAAkB,OAAA;AAIpB,yCAAyC;AACzC,2DAAgF;AAAvE,4GAAA,cAAc,OAAA;AAEvB,0CAA0C;AAC1C,6DAI6B;AAH3B,gHAAA,iBAAiB,OAAA;AACjB,8GAAA,eAAe,OAAA;AAIjB,wCAAwC;AACxC,yDAG2B;AAFzB,8GAAA,iBAAiB,OAAA;AAyBnB,2CAA2C;AAC3C,+DAK8B;AAJ5B,mHAAA,mBAAmB,OAAA;AASrB,0CAA0C;AAC1C,6DAG6B;AAF3B,iHAAA,kBAAkB,OAAA;AAOpB,yCAAyC;AACzC,2DAK4B;AAJ1B,4GAAA,cAAc,OAAA;AACd,4GAAA,cAAc,OAAA;AACd,wGAAA,UAAU,OAAA;AAIZ,qCAAqC;AACrC,mDAAuE;AAA9D,uGAAA,aAAa,OAAA;AAKtB,0CAA0C;AAC1C,6DAG6B;AAF3B,8GAAA,eAAe,OAAA;AAOjB,0CAA0C;AAC1C,6DAG6B;AAF3B,kHAAA,mBAAmB,OAAA;AAOrB,2CAA2C;AAC3C,+DAK8B;AAJ5B,+HAAA,+BAA+B,OAAA;AAC/B,oHAAA,oBAAoB,OAAA;AAItB,yCAAyC;AACzC,2DAI4B;AAH1B,4GAAA,cAAc,OAAA;AACd,+GAAA,iBAAiB,OAAA;AAInB,iEAI+B;AAH7B,kHAAA,iBAAiB,OAAA;AACjB,qHAAA,oBAAoB,OAAA;AAItB,mCAAmC;AACnC,+CAOsB;AANpB,kGAAA,UAAU,OAAA;AACV,iGAAA,SAAS,OAAA;AACT,kGAAA,UAAU,OAAA;AACV,iGAAA,SAAS,OAAA;AACT,mGAAA,WAAW,OAAA;AAOb,iCAAiC;AACjC,iEAG+B;AAF7B,kHAAA,iBAAiB,OAAA;AAOnB,kCAAkC;AAClC,6CAA+D;AAAtD,kGAAA,WAAW,OAAA;AAEpB,kCAAkC;AAClC,6CAUqB;AATnB,uGAAA,gBAAgB,OAAA;AAChB,kGAAA,WAAW,OAAA;AACX,oGAAA,aAAa,OAAA;AACb,wGAAA,iBAAiB,OAAA;AACjB,yGAAA,kBAAkB,OAAA;AAClB,qGAAA,cAAc,OAAA;AAMhB,mCAAmC;AACnC,+CAKsB;AAJpB,iGAAA,SAAS,OAAA;AACT,gGAAA,QAAQ,OAAA;AACR,gGAAA,QAAQ,OAAA","sourcesContent":["export {\n extractAccountAddress,\n generateSeedEthereum,\n generateSeedNonEthereum,\n isEthereumAddress,\n generateIconSeed,\n} from './utils/caip-address';\n\n// AvatarBase types (ADR-0003 + ADR-0004)\nexport {\n AvatarBaseSize,\n AvatarBaseShape,\n type AvatarBasePropsShared,\n} from './types/AvatarBase';\n\n// AvatarIcon types (ADR-0003 + ADR-0004)\nexport {\n AvatarIconSize,\n AvatarIconSeverity,\n type AvatarIconPropsShared,\n} from './types/AvatarIcon';\n\n// BadgeCount types (ADR-0003 + ADR-0004)\nexport { BadgeCountSize, type BadgeCountPropsShared } from './types/BadgeCount';\n\n// BadgeStatus types (ADR-0003 + ADR-0004)\nexport {\n BadgeStatusStatus,\n BadgeStatusSize,\n type BadgeStatusPropsShared,\n} from './types/BadgeStatus';\n\n// IconAlert types (ADR-0003 + ADR-0004)\nexport {\n IconAlertSeverity,\n type IconAlertPropsShared,\n} from './types/IconAlert';\n\n// BannerBase types (ADR-0004)\nexport { type BannerBasePropsShared } from './types/BannerBase';\n\n// TextOrChildren types (ADR-0004)\nexport { type TextOrChildrenPropsShared } from './types/TextOrChildren';\n\n// TitleHub types (ADR-0004)\nexport { type TitleHubPropsShared } from './types/TitleHub';\n\n// TitleStandard types (ADR-0004)\nexport { type TitleStandardPropsShared } from './types/TitleStandard';\n\n// TitleSubpage types (ADR-0004)\nexport { type TitleSubpagePropsShared } from './types/TitleSubpage';\n\n// BoxColumn types (ADR-0004)\nexport { type BoxColumnPropsShared } from './types/BoxColumn';\n\n// BoxRow types (ADR-0004)\nexport { type BoxRowPropsShared } from './types/BoxRow';\n\n// HeaderSearch types (ADR-0003 + ADR-0004)\nexport {\n HeaderSearchVariant,\n type HeaderSearchInlinePropsShared,\n type HeaderSearchPropsShared,\n type HeaderSearchScreenPropsShared,\n} from './types/HeaderSearch';\n\n// KeyValueColumn types (ADR-0004)\nexport { type KeyValueColumnPropsShared } from './types/KeyValueColumn';\n\n// KeyValueRow types (ADR-0003 + ADR-0004)\nexport {\n KeyValueRowVariant,\n type KeyValueRowPropsShared,\n} from './types/KeyValueRow';\n\n// ButtonFilter types (ADR-0004)\nexport { type ButtonFilterPropsShared } from './types/ButtonFilter';\n\n// ButtonBase types (ADR-0003 + ADR-0004)\nexport {\n ButtonBaseSize,\n ButtonHeroSize,\n ButtonSize,\n type ButtonBasePropsShared,\n} from './types/ButtonBase';\n\n// Button types (ADR-0003 + ADR-0004)\nexport { ButtonVariant, type ButtonPropsShared } from './types/Button';\n\n// AvatarNetwork types (ADR-0004)\nexport { type AvatarNetworkPropsShared } from './types/AvatarNetwork';\n\n// AvatarToken types (ADR-0003 + ADR-0004)\nexport {\n AvatarTokenSize,\n type AvatarTokenPropsShared,\n} from './types/AvatarToken';\n\n// BadgeIcon types (ADR-0004)\nexport { type BadgeIconPropsShared } from './types/BadgeIcon';\n\n// BannerAlert types (ADR-0003 + ADR-0004)\nexport {\n BannerAlertSeverity,\n type BannerAlertPropsShared,\n} from './types/BannerAlert';\n\n// BadgeNetwork types (ADR-0004)\nexport { type BadgeNetworkPropsShared } from './types/BadgeNetwork';\n\n// BadgeWrapper types (ADR-0003 + ADR-0004)\nexport {\n BadgeWrapperPositionAnchorShape,\n BadgeWrapperPosition,\n type BadgeWrapperCustomPosition,\n type BadgeWrapperPropsShared,\n} from './types/BadgeWrapper';\n// ButtonIcon types (ADR-0003 + ADR-0004)\nexport {\n ButtonIconSize,\n ButtonIconVariant,\n type ButtonIconPropsShared,\n} from './types/ButtonIcon';\n\nexport {\n AvatarAccountSize,\n AvatarAccountVariant,\n type AvatarAccountPropsShared,\n} from './types/AvatarAccount';\n\n// Text types (ADR-0003 + ADR-0004)\nexport {\n FontFamily,\n FontStyle,\n FontWeight,\n TextColor,\n TextVariant,\n type TextPropsShared,\n} from './types/Text';\n\n// TextField types (ADR-0004)\nexport { type TextFieldPropsShared } from './types/TextField';\n\n// AvatarFavicon types (ADR-0004)\nexport {\n AvatarFaviconSize,\n type AvatarFaviconPropsShared,\n} from './types/AvatarFavicon';\n\n// Checkbox types (ADR-0004)\nexport { type CheckboxPropsShared } from './types/Checkbox';\n\n// Tag types (ADR-0003 + ADR-0004)\nexport { TagSeverity, type TagPropsShared } from './types/Tag';\n\n// Box types (ADR-0003 + ADR-0004)\nexport {\n BoxFlexDirection,\n BoxFlexWrap,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n BoxBorderColor,\n type BoxSpacing,\n type BoxBorderWidth,\n type BoxPropsShared,\n} from './types/Box';\n\n// Icon types (ADR-0003 + ADR-0004)\nexport {\n IconColor,\n IconName,\n IconSize,\n type IconPropsShared,\n} from './types/Icon';\n"]}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,23 +1,35 @@
|
|
|
1
1
|
export { extractAccountAddress, generateSeedEthereum, generateSeedNonEthereum, isEthereumAddress, generateIconSeed, } from "./utils/caip-address.cjs";
|
|
2
2
|
export { AvatarBaseSize, AvatarBaseShape, type AvatarBasePropsShared, } from "./types/AvatarBase/index.cjs";
|
|
3
|
+
export { AvatarIconSize, AvatarIconSeverity, type AvatarIconPropsShared, } from "./types/AvatarIcon/index.cjs";
|
|
3
4
|
export { BadgeCountSize, type BadgeCountPropsShared } from "./types/BadgeCount/index.cjs";
|
|
4
5
|
export { BadgeStatusStatus, BadgeStatusSize, type BadgeStatusPropsShared, } from "./types/BadgeStatus/index.cjs";
|
|
5
6
|
export { IconAlertSeverity, type IconAlertPropsShared, } from "./types/IconAlert/index.cjs";
|
|
6
7
|
export { type BannerBasePropsShared } from "./types/BannerBase/index.cjs";
|
|
7
8
|
export { type TextOrChildrenPropsShared } from "./types/TextOrChildren/index.cjs";
|
|
8
|
-
export { type
|
|
9
|
+
export { type TitleHubPropsShared } from "./types/TitleHub/index.cjs";
|
|
10
|
+
export { type TitleStandardPropsShared } from "./types/TitleStandard/index.cjs";
|
|
11
|
+
export { type TitleSubpagePropsShared } from "./types/TitleSubpage/index.cjs";
|
|
9
12
|
export { type BoxColumnPropsShared } from "./types/BoxColumn/index.cjs";
|
|
13
|
+
export { type BoxRowPropsShared } from "./types/BoxRow/index.cjs";
|
|
10
14
|
export { HeaderSearchVariant, type HeaderSearchInlinePropsShared, type HeaderSearchPropsShared, type HeaderSearchScreenPropsShared, } from "./types/HeaderSearch/index.cjs";
|
|
11
15
|
export { type KeyValueColumnPropsShared } from "./types/KeyValueColumn/index.cjs";
|
|
12
16
|
export { KeyValueRowVariant, type KeyValueRowPropsShared, } from "./types/KeyValueRow/index.cjs";
|
|
13
17
|
export { type ButtonFilterPropsShared } from "./types/ButtonFilter/index.cjs";
|
|
18
|
+
export { ButtonBaseSize, ButtonHeroSize, ButtonSize, type ButtonBasePropsShared, } from "./types/ButtonBase/index.cjs";
|
|
19
|
+
export { ButtonVariant, type ButtonPropsShared } from "./types/Button/index.cjs";
|
|
14
20
|
export { type AvatarNetworkPropsShared } from "./types/AvatarNetwork/index.cjs";
|
|
15
21
|
export { AvatarTokenSize, type AvatarTokenPropsShared, } from "./types/AvatarToken/index.cjs";
|
|
22
|
+
export { type BadgeIconPropsShared } from "./types/BadgeIcon/index.cjs";
|
|
16
23
|
export { BannerAlertSeverity, type BannerAlertPropsShared, } from "./types/BannerAlert/index.cjs";
|
|
17
24
|
export { type BadgeNetworkPropsShared } from "./types/BadgeNetwork/index.cjs";
|
|
18
25
|
export { BadgeWrapperPositionAnchorShape, BadgeWrapperPosition, type BadgeWrapperCustomPosition, type BadgeWrapperPropsShared, } from "./types/BadgeWrapper/index.cjs";
|
|
26
|
+
export { ButtonIconSize, ButtonIconVariant, type ButtonIconPropsShared, } from "./types/ButtonIcon/index.cjs";
|
|
19
27
|
export { AvatarAccountSize, AvatarAccountVariant, type AvatarAccountPropsShared, } from "./types/AvatarAccount/index.cjs";
|
|
20
28
|
export { FontFamily, FontStyle, FontWeight, TextColor, TextVariant, type TextPropsShared, } from "./types/Text/index.cjs";
|
|
29
|
+
export { type TextFieldPropsShared } from "./types/TextField/index.cjs";
|
|
21
30
|
export { AvatarFaviconSize, type AvatarFaviconPropsShared, } from "./types/AvatarFavicon/index.cjs";
|
|
22
31
|
export { type CheckboxPropsShared } from "./types/Checkbox/index.cjs";
|
|
32
|
+
export { TagSeverity, type TagPropsShared } from "./types/Tag/index.cjs";
|
|
33
|
+
export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, type BoxPropsShared, } from "./types/Box/index.cjs";
|
|
34
|
+
export { IconColor, IconName, IconSize, type IconPropsShared, } from "./types/Icon/index.cjs";
|
|
23
35
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EACjB,gBAAgB,GACjB,iCAA6B;AAG9B,OAAO,EACL,cAAc,EACd,eAAe,EACf,KAAK,qBAAqB,GAC3B,qCAA2B;AAG5B,OAAO,EAAE,cAAc,EAAE,KAAK,qBAAqB,EAAE,qCAA2B;AAGhF,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,OAAO,EACL,iBAAiB,EACjB,KAAK,oBAAoB,GAC1B,oCAA0B;AAG3B,OAAO,EAAE,KAAK,qBAAqB,EAAE,qCAA2B;AAGhE,OAAO,EAAE,KAAK,yBAAyB,EAAE,yCAA+B;AAGxE,OAAO,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EACjB,gBAAgB,GACjB,iCAA6B;AAG9B,OAAO,EACL,cAAc,EACd,eAAe,EACf,KAAK,qBAAqB,GAC3B,qCAA2B;AAG5B,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,KAAK,qBAAqB,GAC3B,qCAA2B;AAG5B,OAAO,EAAE,cAAc,EAAE,KAAK,qBAAqB,EAAE,qCAA2B;AAGhF,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,OAAO,EACL,iBAAiB,EACjB,KAAK,oBAAoB,GAC1B,oCAA0B;AAG3B,OAAO,EAAE,KAAK,qBAAqB,EAAE,qCAA2B;AAGhE,OAAO,EAAE,KAAK,yBAAyB,EAAE,yCAA+B;AAGxE,OAAO,EAAE,KAAK,mBAAmB,EAAE,mCAAyB;AAG5D,OAAO,EAAE,KAAK,wBAAwB,EAAE,wCAA8B;AAGtE,OAAO,EAAE,KAAK,uBAAuB,EAAE,uCAA6B;AAGpE,OAAO,EAAE,KAAK,oBAAoB,EAAE,oCAA0B;AAG9D,OAAO,EAAE,KAAK,iBAAiB,EAAE,iCAAuB;AAGxD,OAAO,EACL,mBAAmB,EACnB,KAAK,6BAA6B,EAClC,KAAK,uBAAuB,EAC5B,KAAK,6BAA6B,GACnC,uCAA6B;AAG9B,OAAO,EAAE,KAAK,yBAAyB,EAAE,yCAA+B;AAGxE,OAAO,EACL,kBAAkB,EAClB,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,OAAO,EAAE,KAAK,uBAAuB,EAAE,uCAA6B;AAGpE,OAAO,EACL,cAAc,EACd,cAAc,EACd,UAAU,EACV,KAAK,qBAAqB,GAC3B,qCAA2B;AAG5B,OAAO,EAAE,aAAa,EAAE,KAAK,iBAAiB,EAAE,iCAAuB;AAGvE,OAAO,EAAE,KAAK,wBAAwB,EAAE,wCAA8B;AAGtE,OAAO,EACL,eAAe,EACf,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,OAAO,EAAE,KAAK,oBAAoB,EAAE,oCAA0B;AAG9D,OAAO,EACL,mBAAmB,EACnB,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,OAAO,EAAE,KAAK,uBAAuB,EAAE,uCAA6B;AAGpE,OAAO,EACL,+BAA+B,EAC/B,oBAAoB,EACpB,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,GAC7B,uCAA6B;AAE9B,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,KAAK,qBAAqB,GAC3B,qCAA2B;AAE5B,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,KAAK,wBAAwB,GAC9B,wCAA8B;AAG/B,OAAO,EACL,UAAU,EACV,SAAS,EACT,UAAU,EACV,SAAS,EACT,WAAW,EACX,KAAK,eAAe,GACrB,+BAAqB;AAGtB,OAAO,EAAE,KAAK,oBAAoB,EAAE,oCAA0B;AAG9D,OAAO,EACL,iBAAiB,EACjB,KAAK,wBAAwB,GAC9B,wCAA8B;AAG/B,OAAO,EAAE,KAAK,mBAAmB,EAAE,mCAAyB;AAG5D,OAAO,EAAE,WAAW,EAAE,KAAK,cAAc,EAAE,8BAAoB;AAG/D,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,KAAK,UAAU,EACf,KAAK,cAAc,EACnB,KAAK,cAAc,GACpB,8BAAoB;AAGrB,OAAO,EACL,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,KAAK,eAAe,GACrB,+BAAqB"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,23 +1,35 @@
|
|
|
1
1
|
export { extractAccountAddress, generateSeedEthereum, generateSeedNonEthereum, isEthereumAddress, generateIconSeed, } from "./utils/caip-address.mjs";
|
|
2
2
|
export { AvatarBaseSize, AvatarBaseShape, type AvatarBasePropsShared, } from "./types/AvatarBase/index.mjs";
|
|
3
|
+
export { AvatarIconSize, AvatarIconSeverity, type AvatarIconPropsShared, } from "./types/AvatarIcon/index.mjs";
|
|
3
4
|
export { BadgeCountSize, type BadgeCountPropsShared } from "./types/BadgeCount/index.mjs";
|
|
4
5
|
export { BadgeStatusStatus, BadgeStatusSize, type BadgeStatusPropsShared, } from "./types/BadgeStatus/index.mjs";
|
|
5
6
|
export { IconAlertSeverity, type IconAlertPropsShared, } from "./types/IconAlert/index.mjs";
|
|
6
7
|
export { type BannerBasePropsShared } from "./types/BannerBase/index.mjs";
|
|
7
8
|
export { type TextOrChildrenPropsShared } from "./types/TextOrChildren/index.mjs";
|
|
8
|
-
export { type
|
|
9
|
+
export { type TitleHubPropsShared } from "./types/TitleHub/index.mjs";
|
|
10
|
+
export { type TitleStandardPropsShared } from "./types/TitleStandard/index.mjs";
|
|
11
|
+
export { type TitleSubpagePropsShared } from "./types/TitleSubpage/index.mjs";
|
|
9
12
|
export { type BoxColumnPropsShared } from "./types/BoxColumn/index.mjs";
|
|
13
|
+
export { type BoxRowPropsShared } from "./types/BoxRow/index.mjs";
|
|
10
14
|
export { HeaderSearchVariant, type HeaderSearchInlinePropsShared, type HeaderSearchPropsShared, type HeaderSearchScreenPropsShared, } from "./types/HeaderSearch/index.mjs";
|
|
11
15
|
export { type KeyValueColumnPropsShared } from "./types/KeyValueColumn/index.mjs";
|
|
12
16
|
export { KeyValueRowVariant, type KeyValueRowPropsShared, } from "./types/KeyValueRow/index.mjs";
|
|
13
17
|
export { type ButtonFilterPropsShared } from "./types/ButtonFilter/index.mjs";
|
|
18
|
+
export { ButtonBaseSize, ButtonHeroSize, ButtonSize, type ButtonBasePropsShared, } from "./types/ButtonBase/index.mjs";
|
|
19
|
+
export { ButtonVariant, type ButtonPropsShared } from "./types/Button/index.mjs";
|
|
14
20
|
export { type AvatarNetworkPropsShared } from "./types/AvatarNetwork/index.mjs";
|
|
15
21
|
export { AvatarTokenSize, type AvatarTokenPropsShared, } from "./types/AvatarToken/index.mjs";
|
|
22
|
+
export { type BadgeIconPropsShared } from "./types/BadgeIcon/index.mjs";
|
|
16
23
|
export { BannerAlertSeverity, type BannerAlertPropsShared, } from "./types/BannerAlert/index.mjs";
|
|
17
24
|
export { type BadgeNetworkPropsShared } from "./types/BadgeNetwork/index.mjs";
|
|
18
25
|
export { BadgeWrapperPositionAnchorShape, BadgeWrapperPosition, type BadgeWrapperCustomPosition, type BadgeWrapperPropsShared, } from "./types/BadgeWrapper/index.mjs";
|
|
26
|
+
export { ButtonIconSize, ButtonIconVariant, type ButtonIconPropsShared, } from "./types/ButtonIcon/index.mjs";
|
|
19
27
|
export { AvatarAccountSize, AvatarAccountVariant, type AvatarAccountPropsShared, } from "./types/AvatarAccount/index.mjs";
|
|
20
28
|
export { FontFamily, FontStyle, FontWeight, TextColor, TextVariant, type TextPropsShared, } from "./types/Text/index.mjs";
|
|
29
|
+
export { type TextFieldPropsShared } from "./types/TextField/index.mjs";
|
|
21
30
|
export { AvatarFaviconSize, type AvatarFaviconPropsShared, } from "./types/AvatarFavicon/index.mjs";
|
|
22
31
|
export { type CheckboxPropsShared } from "./types/Checkbox/index.mjs";
|
|
32
|
+
export { TagSeverity, type TagPropsShared } from "./types/Tag/index.mjs";
|
|
33
|
+
export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, type BoxPropsShared, } from "./types/Box/index.mjs";
|
|
34
|
+
export { IconColor, IconName, IconSize, type IconPropsShared, } from "./types/Icon/index.mjs";
|
|
23
35
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EACjB,gBAAgB,GACjB,iCAA6B;AAG9B,OAAO,EACL,cAAc,EACd,eAAe,EACf,KAAK,qBAAqB,GAC3B,qCAA2B;AAG5B,OAAO,EAAE,cAAc,EAAE,KAAK,qBAAqB,EAAE,qCAA2B;AAGhF,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,OAAO,EACL,iBAAiB,EACjB,KAAK,oBAAoB,GAC1B,oCAA0B;AAG3B,OAAO,EAAE,KAAK,qBAAqB,EAAE,qCAA2B;AAGhE,OAAO,EAAE,KAAK,yBAAyB,EAAE,yCAA+B;AAGxE,OAAO,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EACjB,gBAAgB,GACjB,iCAA6B;AAG9B,OAAO,EACL,cAAc,EACd,eAAe,EACf,KAAK,qBAAqB,GAC3B,qCAA2B;AAG5B,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,KAAK,qBAAqB,GAC3B,qCAA2B;AAG5B,OAAO,EAAE,cAAc,EAAE,KAAK,qBAAqB,EAAE,qCAA2B;AAGhF,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,OAAO,EACL,iBAAiB,EACjB,KAAK,oBAAoB,GAC1B,oCAA0B;AAG3B,OAAO,EAAE,KAAK,qBAAqB,EAAE,qCAA2B;AAGhE,OAAO,EAAE,KAAK,yBAAyB,EAAE,yCAA+B;AAGxE,OAAO,EAAE,KAAK,mBAAmB,EAAE,mCAAyB;AAG5D,OAAO,EAAE,KAAK,wBAAwB,EAAE,wCAA8B;AAGtE,OAAO,EAAE,KAAK,uBAAuB,EAAE,uCAA6B;AAGpE,OAAO,EAAE,KAAK,oBAAoB,EAAE,oCAA0B;AAG9D,OAAO,EAAE,KAAK,iBAAiB,EAAE,iCAAuB;AAGxD,OAAO,EACL,mBAAmB,EACnB,KAAK,6BAA6B,EAClC,KAAK,uBAAuB,EAC5B,KAAK,6BAA6B,GACnC,uCAA6B;AAG9B,OAAO,EAAE,KAAK,yBAAyB,EAAE,yCAA+B;AAGxE,OAAO,EACL,kBAAkB,EAClB,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,OAAO,EAAE,KAAK,uBAAuB,EAAE,uCAA6B;AAGpE,OAAO,EACL,cAAc,EACd,cAAc,EACd,UAAU,EACV,KAAK,qBAAqB,GAC3B,qCAA2B;AAG5B,OAAO,EAAE,aAAa,EAAE,KAAK,iBAAiB,EAAE,iCAAuB;AAGvE,OAAO,EAAE,KAAK,wBAAwB,EAAE,wCAA8B;AAGtE,OAAO,EACL,eAAe,EACf,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,OAAO,EAAE,KAAK,oBAAoB,EAAE,oCAA0B;AAG9D,OAAO,EACL,mBAAmB,EACnB,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,OAAO,EAAE,KAAK,uBAAuB,EAAE,uCAA6B;AAGpE,OAAO,EACL,+BAA+B,EAC/B,oBAAoB,EACpB,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,GAC7B,uCAA6B;AAE9B,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,KAAK,qBAAqB,GAC3B,qCAA2B;AAE5B,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,KAAK,wBAAwB,GAC9B,wCAA8B;AAG/B,OAAO,EACL,UAAU,EACV,SAAS,EACT,UAAU,EACV,SAAS,EACT,WAAW,EACX,KAAK,eAAe,GACrB,+BAAqB;AAGtB,OAAO,EAAE,KAAK,oBAAoB,EAAE,oCAA0B;AAG9D,OAAO,EACL,iBAAiB,EACjB,KAAK,wBAAwB,GAC9B,wCAA8B;AAG/B,OAAO,EAAE,KAAK,mBAAmB,EAAE,mCAAyB;AAG5D,OAAO,EAAE,WAAW,EAAE,KAAK,cAAc,EAAE,8BAAoB;AAG/D,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,KAAK,UAAU,EACf,KAAK,cAAc,EACnB,KAAK,cAAc,GACpB,8BAAoB;AAGrB,OAAO,EACL,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,KAAK,eAAe,GACrB,+BAAqB"}
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export { extractAccountAddress, generateSeedEthereum, generateSeedNonEthereum, isEthereumAddress, generateIconSeed } from "./utils/caip-address.mjs";
|
|
2
2
|
// AvatarBase types (ADR-0003 + ADR-0004)
|
|
3
3
|
export { AvatarBaseSize, AvatarBaseShape } from "./types/AvatarBase/index.mjs";
|
|
4
|
+
// AvatarIcon types (ADR-0003 + ADR-0004)
|
|
5
|
+
export { AvatarIconSize, AvatarIconSeverity } from "./types/AvatarIcon/index.mjs";
|
|
4
6
|
// BadgeCount types (ADR-0003 + ADR-0004)
|
|
5
7
|
export { BadgeCountSize } from "./types/BadgeCount/index.mjs";
|
|
6
8
|
// BadgeStatus types (ADR-0003 + ADR-0004)
|
|
@@ -11,15 +13,27 @@ export { IconAlertSeverity } from "./types/IconAlert/index.mjs";
|
|
|
11
13
|
export { HeaderSearchVariant } from "./types/HeaderSearch/index.mjs";
|
|
12
14
|
// KeyValueRow types (ADR-0003 + ADR-0004)
|
|
13
15
|
export { KeyValueRowVariant } from "./types/KeyValueRow/index.mjs";
|
|
16
|
+
// ButtonBase types (ADR-0003 + ADR-0004)
|
|
17
|
+
export { ButtonBaseSize, ButtonHeroSize, ButtonSize } from "./types/ButtonBase/index.mjs";
|
|
18
|
+
// Button types (ADR-0003 + ADR-0004)
|
|
19
|
+
export { ButtonVariant } from "./types/Button/index.mjs";
|
|
14
20
|
// AvatarToken types (ADR-0003 + ADR-0004)
|
|
15
21
|
export { AvatarTokenSize } from "./types/AvatarToken/index.mjs";
|
|
16
22
|
// BannerAlert types (ADR-0003 + ADR-0004)
|
|
17
23
|
export { BannerAlertSeverity } from "./types/BannerAlert/index.mjs";
|
|
18
24
|
// BadgeWrapper types (ADR-0003 + ADR-0004)
|
|
19
25
|
export { BadgeWrapperPositionAnchorShape, BadgeWrapperPosition } from "./types/BadgeWrapper/index.mjs";
|
|
26
|
+
// ButtonIcon types (ADR-0003 + ADR-0004)
|
|
27
|
+
export { ButtonIconSize, ButtonIconVariant } from "./types/ButtonIcon/index.mjs";
|
|
20
28
|
export { AvatarAccountSize, AvatarAccountVariant } from "./types/AvatarAccount/index.mjs";
|
|
21
29
|
// Text types (ADR-0003 + ADR-0004)
|
|
22
30
|
export { FontFamily, FontStyle, FontWeight, TextColor, TextVariant } from "./types/Text/index.mjs";
|
|
23
31
|
// AvatarFavicon types (ADR-0004)
|
|
24
32
|
export { AvatarFaviconSize } from "./types/AvatarFavicon/index.mjs";
|
|
33
|
+
// Tag types (ADR-0003 + ADR-0004)
|
|
34
|
+
export { TagSeverity } from "./types/Tag/index.mjs";
|
|
35
|
+
// Box types (ADR-0003 + ADR-0004)
|
|
36
|
+
export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor } from "./types/Box/index.mjs";
|
|
37
|
+
// Icon types (ADR-0003 + ADR-0004)
|
|
38
|
+
export { IconColor, IconName, IconSize } from "./types/Icon/index.mjs";
|
|
25
39
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EACjB,gBAAgB,EACjB,iCAA6B;AAE9B,yCAAyC;AACzC,OAAO,EACL,cAAc,EACd,eAAe,EAEhB,qCAA2B;AAE5B,yCAAyC;AACzC,OAAO,EAAE,cAAc,EAA8B,qCAA2B;AAEhF,0CAA0C;AAC1C,OAAO,EACL,iBAAiB,EACjB,eAAe,EAEhB,sCAA4B;AAE7B,wCAAwC;AACxC,OAAO,EACL,iBAAiB,EAElB,oCAA0B;
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EACjB,gBAAgB,EACjB,iCAA6B;AAE9B,yCAAyC;AACzC,OAAO,EACL,cAAc,EACd,eAAe,EAEhB,qCAA2B;AAE5B,yCAAyC;AACzC,OAAO,EACL,cAAc,EACd,kBAAkB,EAEnB,qCAA2B;AAE5B,yCAAyC;AACzC,OAAO,EAAE,cAAc,EAA8B,qCAA2B;AAEhF,0CAA0C;AAC1C,OAAO,EACL,iBAAiB,EACjB,eAAe,EAEhB,sCAA4B;AAE7B,wCAAwC;AACxC,OAAO,EACL,iBAAiB,EAElB,oCAA0B;AAuB3B,2CAA2C;AAC3C,OAAO,EACL,mBAAmB,EAIpB,uCAA6B;AAK9B,0CAA0C;AAC1C,OAAO,EACL,kBAAkB,EAEnB,sCAA4B;AAK7B,yCAAyC;AACzC,OAAO,EACL,cAAc,EACd,cAAc,EACd,UAAU,EAEX,qCAA2B;AAE5B,qCAAqC;AACrC,OAAO,EAAE,aAAa,EAA0B,iCAAuB;AAKvE,0CAA0C;AAC1C,OAAO,EACL,eAAe,EAEhB,sCAA4B;AAK7B,0CAA0C;AAC1C,OAAO,EACL,mBAAmB,EAEpB,sCAA4B;AAK7B,2CAA2C;AAC3C,OAAO,EACL,+BAA+B,EAC/B,oBAAoB,EAGrB,uCAA6B;AAC9B,yCAAyC;AACzC,OAAO,EACL,cAAc,EACd,iBAAiB,EAElB,qCAA2B;AAE5B,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EAErB,wCAA8B;AAE/B,mCAAmC;AACnC,OAAO,EACL,UAAU,EACV,SAAS,EACT,UAAU,EACV,SAAS,EACT,WAAW,EAEZ,+BAAqB;AAKtB,iCAAiC;AACjC,OAAO,EACL,iBAAiB,EAElB,wCAA8B;AAK/B,kCAAkC;AAClC,OAAO,EAAE,WAAW,EAAuB,8BAAoB;AAE/D,kCAAkC;AAClC,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EAIf,8BAAoB;AAErB,mCAAmC;AACnC,OAAO,EACL,SAAS,EACT,QAAQ,EACR,QAAQ,EAET,+BAAqB","sourcesContent":["export {\n extractAccountAddress,\n generateSeedEthereum,\n generateSeedNonEthereum,\n isEthereumAddress,\n generateIconSeed,\n} from './utils/caip-address';\n\n// AvatarBase types (ADR-0003 + ADR-0004)\nexport {\n AvatarBaseSize,\n AvatarBaseShape,\n type AvatarBasePropsShared,\n} from './types/AvatarBase';\n\n// AvatarIcon types (ADR-0003 + ADR-0004)\nexport {\n AvatarIconSize,\n AvatarIconSeverity,\n type AvatarIconPropsShared,\n} from './types/AvatarIcon';\n\n// BadgeCount types (ADR-0003 + ADR-0004)\nexport { BadgeCountSize, type BadgeCountPropsShared } from './types/BadgeCount';\n\n// BadgeStatus types (ADR-0003 + ADR-0004)\nexport {\n BadgeStatusStatus,\n BadgeStatusSize,\n type BadgeStatusPropsShared,\n} from './types/BadgeStatus';\n\n// IconAlert types (ADR-0003 + ADR-0004)\nexport {\n IconAlertSeverity,\n type IconAlertPropsShared,\n} from './types/IconAlert';\n\n// BannerBase types (ADR-0004)\nexport { type BannerBasePropsShared } from './types/BannerBase';\n\n// TextOrChildren types (ADR-0004)\nexport { type TextOrChildrenPropsShared } from './types/TextOrChildren';\n\n// TitleHub types (ADR-0004)\nexport { type TitleHubPropsShared } from './types/TitleHub';\n\n// TitleStandard types (ADR-0004)\nexport { type TitleStandardPropsShared } from './types/TitleStandard';\n\n// TitleSubpage types (ADR-0004)\nexport { type TitleSubpagePropsShared } from './types/TitleSubpage';\n\n// BoxColumn types (ADR-0004)\nexport { type BoxColumnPropsShared } from './types/BoxColumn';\n\n// BoxRow types (ADR-0004)\nexport { type BoxRowPropsShared } from './types/BoxRow';\n\n// HeaderSearch types (ADR-0003 + ADR-0004)\nexport {\n HeaderSearchVariant,\n type HeaderSearchInlinePropsShared,\n type HeaderSearchPropsShared,\n type HeaderSearchScreenPropsShared,\n} from './types/HeaderSearch';\n\n// KeyValueColumn types (ADR-0004)\nexport { type KeyValueColumnPropsShared } from './types/KeyValueColumn';\n\n// KeyValueRow types (ADR-0003 + ADR-0004)\nexport {\n KeyValueRowVariant,\n type KeyValueRowPropsShared,\n} from './types/KeyValueRow';\n\n// ButtonFilter types (ADR-0004)\nexport { type ButtonFilterPropsShared } from './types/ButtonFilter';\n\n// ButtonBase types (ADR-0003 + ADR-0004)\nexport {\n ButtonBaseSize,\n ButtonHeroSize,\n ButtonSize,\n type ButtonBasePropsShared,\n} from './types/ButtonBase';\n\n// Button types (ADR-0003 + ADR-0004)\nexport { ButtonVariant, type ButtonPropsShared } from './types/Button';\n\n// AvatarNetwork types (ADR-0004)\nexport { type AvatarNetworkPropsShared } from './types/AvatarNetwork';\n\n// AvatarToken types (ADR-0003 + ADR-0004)\nexport {\n AvatarTokenSize,\n type AvatarTokenPropsShared,\n} from './types/AvatarToken';\n\n// BadgeIcon types (ADR-0004)\nexport { type BadgeIconPropsShared } from './types/BadgeIcon';\n\n// BannerAlert types (ADR-0003 + ADR-0004)\nexport {\n BannerAlertSeverity,\n type BannerAlertPropsShared,\n} from './types/BannerAlert';\n\n// BadgeNetwork types (ADR-0004)\nexport { type BadgeNetworkPropsShared } from './types/BadgeNetwork';\n\n// BadgeWrapper types (ADR-0003 + ADR-0004)\nexport {\n BadgeWrapperPositionAnchorShape,\n BadgeWrapperPosition,\n type BadgeWrapperCustomPosition,\n type BadgeWrapperPropsShared,\n} from './types/BadgeWrapper';\n// ButtonIcon types (ADR-0003 + ADR-0004)\nexport {\n ButtonIconSize,\n ButtonIconVariant,\n type ButtonIconPropsShared,\n} from './types/ButtonIcon';\n\nexport {\n AvatarAccountSize,\n AvatarAccountVariant,\n type AvatarAccountPropsShared,\n} from './types/AvatarAccount';\n\n// Text types (ADR-0003 + ADR-0004)\nexport {\n FontFamily,\n FontStyle,\n FontWeight,\n TextColor,\n TextVariant,\n type TextPropsShared,\n} from './types/Text';\n\n// TextField types (ADR-0004)\nexport { type TextFieldPropsShared } from './types/TextField';\n\n// AvatarFavicon types (ADR-0004)\nexport {\n AvatarFaviconSize,\n type AvatarFaviconPropsShared,\n} from './types/AvatarFavicon';\n\n// Checkbox types (ADR-0004)\nexport { type CheckboxPropsShared } from './types/Checkbox';\n\n// Tag types (ADR-0003 + ADR-0004)\nexport { TagSeverity, type TagPropsShared } from './types/Tag';\n\n// Box types (ADR-0003 + ADR-0004)\nexport {\n BoxFlexDirection,\n BoxFlexWrap,\n BoxAlignItems,\n BoxJustifyContent,\n BoxBackgroundColor,\n BoxBorderColor,\n type BoxSpacing,\n type BoxBorderWidth,\n type BoxPropsShared,\n} from './types/Box';\n\n// Icon types (ADR-0003 + ADR-0004)\nexport {\n IconColor,\n IconName,\n IconSize,\n type IconPropsShared,\n} from './types/Icon';\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvatarIconSeverity = exports.AvatarIconSize = void 0;
|
|
4
|
+
var AvatarBase_1 = require("../AvatarBase/index.cjs");
|
|
5
|
+
Object.defineProperty(exports, "AvatarIconSize", { enumerable: true, get: function () { return AvatarBase_1.AvatarBaseSize; } });
|
|
6
|
+
/**
|
|
7
|
+
* AvatarIcon - severity
|
|
8
|
+
* Convert from enum to const object (ADR-0003)
|
|
9
|
+
*/
|
|
10
|
+
exports.AvatarIconSeverity = {
|
|
11
|
+
/**
|
|
12
|
+
* Represents a neutral severity
|
|
13
|
+
*/
|
|
14
|
+
Neutral: 'neutral',
|
|
15
|
+
/**
|
|
16
|
+
* Represents an info severity
|
|
17
|
+
*/
|
|
18
|
+
Info: 'info',
|
|
19
|
+
/**
|
|
20
|
+
* Represents a success severity
|
|
21
|
+
*/
|
|
22
|
+
Success: 'success',
|
|
23
|
+
/**
|
|
24
|
+
* Represents an error severity
|
|
25
|
+
*/
|
|
26
|
+
Error: 'error',
|
|
27
|
+
/**
|
|
28
|
+
* Represents a warning severity
|
|
29
|
+
*/
|
|
30
|
+
Warning: 'warning',
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=AvatarIcon.types.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.types.cjs","sourceRoot":"","sources":["../../../src/types/AvatarIcon/AvatarIcon.types.ts"],"names":[],"mappings":";;;AAGA,sDAAiE;AAAxD,4GAAA,cAAc,OAAkB;AAEzC;;;GAGG;AACU,QAAA,kBAAkB,GAAG;IAChC;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,IAAI,EAAE,MAAM;IACZ;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,KAAK,EAAE,OAAO;IACd;;OAEG;IACH,OAAO,EAAE,SAAS;CACV,CAAC","sourcesContent":["import type { AvatarBaseSize as AvatarIconSize } from '../AvatarBase';\nimport type { IconName } from '../Icon/Icon.types';\n\nexport { AvatarBaseSize as AvatarIconSize } from '../AvatarBase';\n\n/**\n * AvatarIcon - severity\n * Convert from enum to const object (ADR-0003)\n */\nexport const AvatarIconSeverity = {\n /**\n * Represents a neutral severity\n */\n Neutral: 'neutral',\n /**\n * Represents an info severity\n */\n Info: 'info',\n /**\n * Represents a success severity\n */\n Success: 'success',\n /**\n * Represents an error severity\n */\n Error: 'error',\n /**\n * Represents a warning severity\n */\n Warning: 'warning',\n} as const;\nexport type AvatarIconSeverity =\n (typeof AvatarIconSeverity)[keyof typeof AvatarIconSeverity];\n\n/**\n * AvatarIcon component shared props (ADR-0004)\n * Platform-independent properties shared across React and React Native\n */\nexport type AvatarIconPropsShared = {\n /**\n * Required icon name from the icon set\n */\n iconName: IconName;\n /**\n * Optional prop to control the size of the avatar\n *\n * @default AvatarIconSize.Md\n */\n size?: AvatarIconSize;\n /**\n * Optional prop to control the severity of the avatar\n * Possible values:\n * - AvatarIconSeverity.Neutral\n * - AvatarIconSeverity.Info\n * - AvatarIconSeverity.Success\n * - AvatarIconSeverity.Error\n * - AvatarIconSeverity.Warning\n *\n * @default AvatarIconSeverity.Neutral\n */\n severity?: AvatarIconSeverity;\n};\n"]}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import type { AvatarBaseSize as AvatarIconSize } from "../AvatarBase/index.cjs";
|
|
2
|
+
import type { IconName } from "../Icon/Icon.types.cjs";
|
|
3
|
+
export { AvatarBaseSize as AvatarIconSize } from "../AvatarBase/index.cjs";
|
|
4
|
+
/**
|
|
5
|
+
* AvatarIcon - severity
|
|
6
|
+
* Convert from enum to const object (ADR-0003)
|
|
7
|
+
*/
|
|
8
|
+
export declare const AvatarIconSeverity: {
|
|
9
|
+
/**
|
|
10
|
+
* Represents a neutral severity
|
|
11
|
+
*/
|
|
12
|
+
readonly Neutral: "neutral";
|
|
13
|
+
/**
|
|
14
|
+
* Represents an info severity
|
|
15
|
+
*/
|
|
16
|
+
readonly Info: "info";
|
|
17
|
+
/**
|
|
18
|
+
* Represents a success severity
|
|
19
|
+
*/
|
|
20
|
+
readonly Success: "success";
|
|
21
|
+
/**
|
|
22
|
+
* Represents an error severity
|
|
23
|
+
*/
|
|
24
|
+
readonly Error: "error";
|
|
25
|
+
/**
|
|
26
|
+
* Represents a warning severity
|
|
27
|
+
*/
|
|
28
|
+
readonly Warning: "warning";
|
|
29
|
+
};
|
|
30
|
+
export type AvatarIconSeverity = (typeof AvatarIconSeverity)[keyof typeof AvatarIconSeverity];
|
|
31
|
+
/**
|
|
32
|
+
* AvatarIcon component shared props (ADR-0004)
|
|
33
|
+
* Platform-independent properties shared across React and React Native
|
|
34
|
+
*/
|
|
35
|
+
export type AvatarIconPropsShared = {
|
|
36
|
+
/**
|
|
37
|
+
* Required icon name from the icon set
|
|
38
|
+
*/
|
|
39
|
+
iconName: IconName;
|
|
40
|
+
/**
|
|
41
|
+
* Optional prop to control the size of the avatar
|
|
42
|
+
*
|
|
43
|
+
* @default AvatarIconSize.Md
|
|
44
|
+
*/
|
|
45
|
+
size?: AvatarIconSize;
|
|
46
|
+
/**
|
|
47
|
+
* Optional prop to control the severity of the avatar
|
|
48
|
+
* Possible values:
|
|
49
|
+
* - AvatarIconSeverity.Neutral
|
|
50
|
+
* - AvatarIconSeverity.Info
|
|
51
|
+
* - AvatarIconSeverity.Success
|
|
52
|
+
* - AvatarIconSeverity.Error
|
|
53
|
+
* - AvatarIconSeverity.Warning
|
|
54
|
+
*
|
|
55
|
+
* @default AvatarIconSeverity.Neutral
|
|
56
|
+
*/
|
|
57
|
+
severity?: AvatarIconSeverity;
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=AvatarIcon.types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.types.d.cts","sourceRoot":"","sources":["../../../src/types/AvatarIcon/AvatarIcon.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,IAAI,cAAc,EAAE,gCAAsB;AACtE,OAAO,KAAK,EAAE,QAAQ,EAAE,+BAA2B;AAEnD,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,gCAAsB;AAEjE;;;GAGG;AACH,eAAO,MAAM,kBAAkB;IAC7B;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;CAEK,CAAC;AACX,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;CAC/B,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import type { AvatarBaseSize as AvatarIconSize } from "../AvatarBase/index.mjs";
|
|
2
|
+
import type { IconName } from "../Icon/Icon.types.mjs";
|
|
3
|
+
export { AvatarBaseSize as AvatarIconSize } from "../AvatarBase/index.mjs";
|
|
4
|
+
/**
|
|
5
|
+
* AvatarIcon - severity
|
|
6
|
+
* Convert from enum to const object (ADR-0003)
|
|
7
|
+
*/
|
|
8
|
+
export declare const AvatarIconSeverity: {
|
|
9
|
+
/**
|
|
10
|
+
* Represents a neutral severity
|
|
11
|
+
*/
|
|
12
|
+
readonly Neutral: "neutral";
|
|
13
|
+
/**
|
|
14
|
+
* Represents an info severity
|
|
15
|
+
*/
|
|
16
|
+
readonly Info: "info";
|
|
17
|
+
/**
|
|
18
|
+
* Represents a success severity
|
|
19
|
+
*/
|
|
20
|
+
readonly Success: "success";
|
|
21
|
+
/**
|
|
22
|
+
* Represents an error severity
|
|
23
|
+
*/
|
|
24
|
+
readonly Error: "error";
|
|
25
|
+
/**
|
|
26
|
+
* Represents a warning severity
|
|
27
|
+
*/
|
|
28
|
+
readonly Warning: "warning";
|
|
29
|
+
};
|
|
30
|
+
export type AvatarIconSeverity = (typeof AvatarIconSeverity)[keyof typeof AvatarIconSeverity];
|
|
31
|
+
/**
|
|
32
|
+
* AvatarIcon component shared props (ADR-0004)
|
|
33
|
+
* Platform-independent properties shared across React and React Native
|
|
34
|
+
*/
|
|
35
|
+
export type AvatarIconPropsShared = {
|
|
36
|
+
/**
|
|
37
|
+
* Required icon name from the icon set
|
|
38
|
+
*/
|
|
39
|
+
iconName: IconName;
|
|
40
|
+
/**
|
|
41
|
+
* Optional prop to control the size of the avatar
|
|
42
|
+
*
|
|
43
|
+
* @default AvatarIconSize.Md
|
|
44
|
+
*/
|
|
45
|
+
size?: AvatarIconSize;
|
|
46
|
+
/**
|
|
47
|
+
* Optional prop to control the severity of the avatar
|
|
48
|
+
* Possible values:
|
|
49
|
+
* - AvatarIconSeverity.Neutral
|
|
50
|
+
* - AvatarIconSeverity.Info
|
|
51
|
+
* - AvatarIconSeverity.Success
|
|
52
|
+
* - AvatarIconSeverity.Error
|
|
53
|
+
* - AvatarIconSeverity.Warning
|
|
54
|
+
*
|
|
55
|
+
* @default AvatarIconSeverity.Neutral
|
|
56
|
+
*/
|
|
57
|
+
severity?: AvatarIconSeverity;
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=AvatarIcon.types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.types.d.mts","sourceRoot":"","sources":["../../../src/types/AvatarIcon/AvatarIcon.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,IAAI,cAAc,EAAE,gCAAsB;AACtE,OAAO,KAAK,EAAE,QAAQ,EAAE,+BAA2B;AAEnD,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,gCAAsB;AAEjE;;;GAGG;AACH,eAAO,MAAM,kBAAkB;IAC7B;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;CAEK,CAAC;AACX,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;CAC/B,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export { AvatarBaseSize as AvatarIconSize } from "../AvatarBase/index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* AvatarIcon - severity
|
|
4
|
+
* Convert from enum to const object (ADR-0003)
|
|
5
|
+
*/
|
|
6
|
+
export const AvatarIconSeverity = {
|
|
7
|
+
/**
|
|
8
|
+
* Represents a neutral severity
|
|
9
|
+
*/
|
|
10
|
+
Neutral: 'neutral',
|
|
11
|
+
/**
|
|
12
|
+
* Represents an info severity
|
|
13
|
+
*/
|
|
14
|
+
Info: 'info',
|
|
15
|
+
/**
|
|
16
|
+
* Represents a success severity
|
|
17
|
+
*/
|
|
18
|
+
Success: 'success',
|
|
19
|
+
/**
|
|
20
|
+
* Represents an error severity
|
|
21
|
+
*/
|
|
22
|
+
Error: 'error',
|
|
23
|
+
/**
|
|
24
|
+
* Represents a warning severity
|
|
25
|
+
*/
|
|
26
|
+
Warning: 'warning',
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=AvatarIcon.types.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AvatarIcon.types.mjs","sourceRoot":"","sources":["../../../src/types/AvatarIcon/AvatarIcon.types.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,IAAI,cAAc,EAAE,gCAAsB;AAEjE;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,IAAI,EAAE,MAAM;IACZ;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,KAAK,EAAE,OAAO;IACd;;OAEG;IACH,OAAO,EAAE,SAAS;CACV,CAAC","sourcesContent":["import type { AvatarBaseSize as AvatarIconSize } from '../AvatarBase';\nimport type { IconName } from '../Icon/Icon.types';\n\nexport { AvatarBaseSize as AvatarIconSize } from '../AvatarBase';\n\n/**\n * AvatarIcon - severity\n * Convert from enum to const object (ADR-0003)\n */\nexport const AvatarIconSeverity = {\n /**\n * Represents a neutral severity\n */\n Neutral: 'neutral',\n /**\n * Represents an info severity\n */\n Info: 'info',\n /**\n * Represents a success severity\n */\n Success: 'success',\n /**\n * Represents an error severity\n */\n Error: 'error',\n /**\n * Represents a warning severity\n */\n Warning: 'warning',\n} as const;\nexport type AvatarIconSeverity =\n (typeof AvatarIconSeverity)[keyof typeof AvatarIconSeverity];\n\n/**\n * AvatarIcon component shared props (ADR-0004)\n * Platform-independent properties shared across React and React Native\n */\nexport type AvatarIconPropsShared = {\n /**\n * Required icon name from the icon set\n */\n iconName: IconName;\n /**\n * Optional prop to control the size of the avatar\n *\n * @default AvatarIconSize.Md\n */\n size?: AvatarIconSize;\n /**\n * Optional prop to control the severity of the avatar\n * Possible values:\n * - AvatarIconSeverity.Neutral\n * - AvatarIconSeverity.Info\n * - AvatarIconSeverity.Success\n * - AvatarIconSeverity.Error\n * - AvatarIconSeverity.Warning\n *\n * @default AvatarIconSeverity.Neutral\n */\n severity?: AvatarIconSeverity;\n};\n"]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AvatarIconSeverity = exports.AvatarIconSize = void 0;
|
|
4
|
+
var AvatarIcon_types_1 = require("./AvatarIcon.types.cjs");
|
|
5
|
+
Object.defineProperty(exports, "AvatarIconSize", { enumerable: true, get: function () { return AvatarIcon_types_1.AvatarIconSize; } });
|
|
6
|
+
Object.defineProperty(exports, "AvatarIconSeverity", { enumerable: true, get: function () { return AvatarIcon_types_1.AvatarIconSeverity; } });
|
|
7
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/types/AvatarIcon/index.ts"],"names":[],"mappings":";;;AAAA,2DAI4B;AAH1B,kHAAA,cAAc,OAAA;AACd,sHAAA,kBAAkB,OAAA","sourcesContent":["export {\n AvatarIconSize,\n AvatarIconSeverity,\n type AvatarIconPropsShared,\n} from './AvatarIcon.types';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/types/AvatarIcon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,KAAK,qBAAqB,GAC3B,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/types/AvatarIcon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,KAAK,qBAAqB,GAC3B,+BAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/types/AvatarIcon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,kBAAkB,EAEnB,+BAA2B","sourcesContent":["export {\n AvatarIconSize,\n AvatarIconSeverity,\n type AvatarIconPropsShared,\n} from './AvatarIcon.types';\n"]}
|