@metamask-previews/design-system-shared 0.12.0-preview.1679aa9 → 0.17.0-preview.178e60f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/CHANGELOG.md +51 -1
  2. package/dist/index.cjs +34 -1
  3. package/dist/index.cjs.map +1 -1
  4. package/dist/index.d.cts +13 -0
  5. package/dist/index.d.cts.map +1 -1
  6. package/dist/index.d.mts +13 -0
  7. package/dist/index.d.mts.map +1 -1
  8. package/dist/index.mjs +14 -0
  9. package/dist/index.mjs.map +1 -1
  10. package/dist/types/AvatarGroup/AvatarGroup.types.cjs +28 -0
  11. package/dist/types/AvatarGroup/AvatarGroup.types.cjs.map +1 -0
  12. package/dist/types/AvatarGroup/AvatarGroup.types.d.cts +60 -0
  13. package/dist/types/AvatarGroup/AvatarGroup.types.d.cts.map +1 -0
  14. package/dist/types/AvatarGroup/AvatarGroup.types.d.mts +60 -0
  15. package/dist/types/AvatarGroup/AvatarGroup.types.d.mts.map +1 -0
  16. package/dist/types/AvatarGroup/AvatarGroup.types.mjs +25 -0
  17. package/dist/types/AvatarGroup/AvatarGroup.types.mjs.map +1 -0
  18. package/dist/types/AvatarGroup/index.cjs +7 -0
  19. package/dist/types/AvatarGroup/index.cjs.map +1 -0
  20. package/dist/types/AvatarGroup/index.d.cts +2 -0
  21. package/dist/types/AvatarGroup/index.d.cts.map +1 -0
  22. package/dist/types/AvatarGroup/index.d.mts +2 -0
  23. package/dist/types/AvatarGroup/index.d.mts.map +1 -0
  24. package/dist/types/AvatarGroup/index.mjs +2 -0
  25. package/dist/types/AvatarGroup/index.mjs.map +1 -0
  26. package/dist/types/AvatarIcon/AvatarIcon.types.cjs +32 -0
  27. package/dist/types/AvatarIcon/AvatarIcon.types.cjs.map +1 -0
  28. package/dist/types/AvatarIcon/AvatarIcon.types.d.cts +59 -0
  29. package/dist/types/AvatarIcon/AvatarIcon.types.d.cts.map +1 -0
  30. package/dist/types/AvatarIcon/AvatarIcon.types.d.mts +59 -0
  31. package/dist/types/AvatarIcon/AvatarIcon.types.d.mts.map +1 -0
  32. package/dist/types/AvatarIcon/AvatarIcon.types.mjs +28 -0
  33. package/dist/types/AvatarIcon/AvatarIcon.types.mjs.map +1 -0
  34. package/dist/types/AvatarIcon/index.cjs +7 -0
  35. package/dist/types/AvatarIcon/index.cjs.map +1 -0
  36. package/dist/types/AvatarIcon/index.d.cts +2 -0
  37. package/dist/types/AvatarIcon/index.d.cts.map +1 -0
  38. package/dist/types/AvatarIcon/index.d.mts +2 -0
  39. package/dist/types/AvatarIcon/index.d.mts.map +1 -0
  40. package/dist/types/AvatarIcon/index.mjs +2 -0
  41. package/dist/types/AvatarIcon/index.mjs.map +1 -0
  42. package/dist/types/BadgeIcon/BadgeIcon.types.cjs +3 -0
  43. package/dist/types/BadgeIcon/BadgeIcon.types.cjs.map +1 -0
  44. package/dist/types/BadgeIcon/BadgeIcon.types.d.cts +13 -0
  45. package/dist/types/BadgeIcon/BadgeIcon.types.d.cts.map +1 -0
  46. package/dist/types/BadgeIcon/BadgeIcon.types.d.mts +13 -0
  47. package/dist/types/BadgeIcon/BadgeIcon.types.d.mts.map +1 -0
  48. package/dist/types/BadgeIcon/BadgeIcon.types.mjs +2 -0
  49. package/dist/types/BadgeIcon/BadgeIcon.types.mjs.map +1 -0
  50. package/dist/types/BadgeIcon/index.cjs +3 -0
  51. package/dist/types/BadgeIcon/index.cjs.map +1 -0
  52. package/dist/types/BadgeIcon/index.d.cts +2 -0
  53. package/dist/types/BadgeIcon/index.d.cts.map +1 -0
  54. package/dist/types/BadgeIcon/index.d.mts +2 -0
  55. package/dist/types/BadgeIcon/index.d.mts.map +1 -0
  56. package/dist/types/BadgeIcon/index.mjs +2 -0
  57. package/dist/types/BadgeIcon/index.mjs.map +1 -0
  58. package/dist/types/Box/Box.types.cjs +166 -0
  59. package/dist/types/Box/Box.types.cjs.map +1 -0
  60. package/dist/types/Box/Box.types.d.cts +287 -0
  61. package/dist/types/Box/Box.types.d.cts.map +1 -0
  62. package/dist/types/Box/Box.types.d.mts +287 -0
  63. package/dist/types/Box/Box.types.d.mts.map +1 -0
  64. package/dist/types/Box/Box.types.mjs +163 -0
  65. package/dist/types/Box/Box.types.mjs.map +1 -0
  66. package/dist/types/Box/index.cjs +11 -0
  67. package/dist/types/Box/index.cjs.map +1 -0
  68. package/dist/types/Box/index.d.cts +2 -0
  69. package/dist/types/Box/index.d.cts.map +1 -0
  70. package/dist/types/Box/index.d.mts +2 -0
  71. package/dist/types/Box/index.d.mts.map +1 -0
  72. package/dist/types/Box/index.mjs +2 -0
  73. package/dist/types/Box/index.mjs.map +1 -0
  74. package/dist/types/Button/Button.types.cjs +22 -0
  75. package/dist/types/Button/Button.types.cjs.map +1 -0
  76. package/dist/types/Button/Button.types.d.cts +32 -0
  77. package/dist/types/Button/Button.types.d.cts.map +1 -0
  78. package/dist/types/Button/Button.types.d.mts +32 -0
  79. package/dist/types/Button/Button.types.d.mts.map +1 -0
  80. package/dist/types/Button/Button.types.mjs +19 -0
  81. package/dist/types/Button/Button.types.mjs.map +1 -0
  82. package/dist/types/Button/index.cjs +6 -0
  83. package/dist/types/Button/index.cjs.map +1 -0
  84. package/dist/types/Button/index.d.cts +2 -0
  85. package/dist/types/Button/index.d.cts.map +1 -0
  86. package/dist/types/Button/index.d.mts +2 -0
  87. package/dist/types/Button/index.d.mts.map +1 -0
  88. package/dist/types/Button/index.mjs +2 -0
  89. package/dist/types/Button/index.mjs.map +1 -0
  90. package/dist/types/ButtonBase/ButtonBase.types.cjs +24 -0
  91. package/dist/types/ButtonBase/ButtonBase.types.cjs.map +1 -0
  92. package/dist/types/ButtonBase/ButtonBase.types.d.cts +88 -0
  93. package/dist/types/ButtonBase/ButtonBase.types.d.cts.map +1 -0
  94. package/dist/types/ButtonBase/ButtonBase.types.d.mts +88 -0
  95. package/dist/types/ButtonBase/ButtonBase.types.d.mts.map +1 -0
  96. package/dist/types/ButtonBase/ButtonBase.types.mjs +21 -0
  97. package/dist/types/ButtonBase/ButtonBase.types.mjs.map +1 -0
  98. package/dist/types/ButtonBase/index.cjs +8 -0
  99. package/dist/types/ButtonBase/index.cjs.map +1 -0
  100. package/dist/types/ButtonBase/index.d.cts +2 -0
  101. package/dist/types/ButtonBase/index.d.cts.map +1 -0
  102. package/dist/types/ButtonBase/index.d.mts +2 -0
  103. package/dist/types/ButtonBase/index.d.mts.map +1 -0
  104. package/dist/types/ButtonBase/index.mjs +2 -0
  105. package/dist/types/ButtonBase/index.mjs.map +1 -0
  106. package/dist/types/ButtonIcon/ButtonIcon.types.cjs +40 -0
  107. package/dist/types/ButtonIcon/ButtonIcon.types.cjs.map +1 -0
  108. package/dist/types/ButtonIcon/ButtonIcon.types.d.cts +68 -0
  109. package/dist/types/ButtonIcon/ButtonIcon.types.d.cts.map +1 -0
  110. package/dist/types/ButtonIcon/ButtonIcon.types.d.mts +68 -0
  111. package/dist/types/ButtonIcon/ButtonIcon.types.d.mts.map +1 -0
  112. package/dist/types/ButtonIcon/ButtonIcon.types.mjs +37 -0
  113. package/dist/types/ButtonIcon/ButtonIcon.types.mjs.map +1 -0
  114. package/dist/types/ButtonIcon/index.cjs +7 -0
  115. package/dist/types/ButtonIcon/index.cjs.map +1 -0
  116. package/dist/types/ButtonIcon/index.d.cts +2 -0
  117. package/dist/types/ButtonIcon/index.d.cts.map +1 -0
  118. package/dist/types/ButtonIcon/index.d.mts +2 -0
  119. package/dist/types/ButtonIcon/index.d.mts.map +1 -0
  120. package/dist/types/ButtonIcon/index.mjs +2 -0
  121. package/dist/types/ButtonIcon/index.mjs.map +1 -0
  122. package/dist/types/Icon/Icon.types.cjs +359 -0
  123. package/dist/types/Icon/Icon.types.cjs.map +1 -0
  124. package/dist/types/Icon/Icon.types.d.cts +377 -0
  125. package/dist/types/Icon/Icon.types.d.cts.map +1 -0
  126. package/dist/types/Icon/Icon.types.d.mts +377 -0
  127. package/dist/types/Icon/Icon.types.d.mts.map +1 -0
  128. package/dist/types/Icon/Icon.types.mjs +356 -0
  129. package/dist/types/Icon/Icon.types.mjs.map +1 -0
  130. package/dist/types/Icon/index.cjs +8 -0
  131. package/dist/types/Icon/index.cjs.map +1 -0
  132. package/dist/types/Icon/index.d.cts +2 -0
  133. package/dist/types/Icon/index.d.cts.map +1 -0
  134. package/dist/types/Icon/index.d.mts +2 -0
  135. package/dist/types/Icon/index.d.mts.map +1 -0
  136. package/dist/types/Icon/index.mjs +2 -0
  137. package/dist/types/Icon/index.mjs.map +1 -0
  138. package/dist/types/Input/Input.types.cjs +3 -0
  139. package/dist/types/Input/Input.types.cjs.map +1 -0
  140. package/dist/types/Input/Input.types.d.cts +46 -0
  141. package/dist/types/Input/Input.types.d.cts.map +1 -0
  142. package/dist/types/Input/Input.types.d.mts +46 -0
  143. package/dist/types/Input/Input.types.d.mts.map +1 -0
  144. package/dist/types/Input/Input.types.mjs +2 -0
  145. package/dist/types/Input/Input.types.mjs.map +1 -0
  146. package/dist/types/Input/index.cjs +3 -0
  147. package/dist/types/Input/index.cjs.map +1 -0
  148. package/dist/types/Input/index.d.cts +2 -0
  149. package/dist/types/Input/index.d.cts.map +1 -0
  150. package/dist/types/Input/index.d.mts +2 -0
  151. package/dist/types/Input/index.d.mts.map +1 -0
  152. package/dist/types/Input/index.mjs +2 -0
  153. package/dist/types/Input/index.mjs.map +1 -0
  154. package/dist/types/TextArea/TextArea.types.cjs +3 -0
  155. package/dist/types/TextArea/TextArea.types.cjs.map +1 -0
  156. package/dist/types/TextArea/TextArea.types.d.cts +18 -0
  157. package/dist/types/TextArea/TextArea.types.d.cts.map +1 -0
  158. package/dist/types/TextArea/TextArea.types.d.mts +18 -0
  159. package/dist/types/TextArea/TextArea.types.d.mts.map +1 -0
  160. package/dist/types/TextArea/TextArea.types.mjs +2 -0
  161. package/dist/types/TextArea/TextArea.types.mjs.map +1 -0
  162. package/dist/types/TextArea/index.cjs +3 -0
  163. package/dist/types/TextArea/index.cjs.map +1 -0
  164. package/dist/types/TextArea/index.d.cts +2 -0
  165. package/dist/types/TextArea/index.d.cts.map +1 -0
  166. package/dist/types/TextArea/index.d.mts +2 -0
  167. package/dist/types/TextArea/index.d.mts.map +1 -0
  168. package/dist/types/TextArea/index.mjs +2 -0
  169. package/dist/types/TextArea/index.mjs.map +1 -0
  170. package/dist/types/TextField/TextField.types.cjs +3 -0
  171. package/dist/types/TextField/TextField.types.cjs.map +1 -0
  172. package/dist/types/TextField/TextField.types.d.cts +25 -0
  173. package/dist/types/TextField/TextField.types.d.cts.map +1 -0
  174. package/dist/types/TextField/TextField.types.d.mts +25 -0
  175. package/dist/types/TextField/TextField.types.d.mts.map +1 -0
  176. package/dist/types/TextField/TextField.types.mjs +2 -0
  177. package/dist/types/TextField/TextField.types.mjs.map +1 -0
  178. package/dist/types/TextField/index.cjs +3 -0
  179. package/dist/types/TextField/index.cjs.map +1 -0
  180. package/dist/types/TextField/index.d.cts +2 -0
  181. package/dist/types/TextField/index.d.cts.map +1 -0
  182. package/dist/types/TextField/index.d.mts +2 -0
  183. package/dist/types/TextField/index.d.mts.map +1 -0
  184. package/dist/types/TextField/index.mjs +2 -0
  185. package/dist/types/TextField/index.mjs.map +1 -0
  186. package/dist/types/TitleStandard/TitleStandard.types.cjs +3 -0
  187. package/dist/types/TitleStandard/TitleStandard.types.cjs.map +1 -0
  188. package/dist/types/TitleStandard/TitleStandard.types.d.cts +36 -0
  189. package/dist/types/TitleStandard/TitleStandard.types.d.cts.map +1 -0
  190. package/dist/types/TitleStandard/TitleStandard.types.d.mts +36 -0
  191. package/dist/types/TitleStandard/TitleStandard.types.d.mts.map +1 -0
  192. package/dist/types/TitleStandard/TitleStandard.types.mjs +2 -0
  193. package/dist/types/TitleStandard/TitleStandard.types.mjs.map +1 -0
  194. package/dist/types/TitleStandard/index.cjs +3 -0
  195. package/dist/types/TitleStandard/index.cjs.map +1 -0
  196. package/dist/types/TitleStandard/index.d.cts +2 -0
  197. package/dist/types/TitleStandard/index.d.cts.map +1 -0
  198. package/dist/types/TitleStandard/index.d.mts +2 -0
  199. package/dist/types/TitleStandard/index.d.mts.map +1 -0
  200. package/dist/types/TitleStandard/index.mjs +2 -0
  201. package/dist/types/TitleStandard/index.mjs.map +1 -0
  202. package/dist/types/TitleSubpage/TitleSubpage.types.cjs +3 -0
  203. package/dist/types/TitleSubpage/TitleSubpage.types.cjs.map +1 -0
  204. package/dist/types/TitleSubpage/TitleSubpage.types.d.cts +55 -0
  205. package/dist/types/TitleSubpage/TitleSubpage.types.d.cts.map +1 -0
  206. package/dist/types/TitleSubpage/TitleSubpage.types.d.mts +55 -0
  207. package/dist/types/TitleSubpage/TitleSubpage.types.d.mts.map +1 -0
  208. package/dist/types/TitleSubpage/TitleSubpage.types.mjs +2 -0
  209. package/dist/types/TitleSubpage/TitleSubpage.types.mjs.map +1 -0
  210. package/dist/types/TitleSubpage/index.cjs +3 -0
  211. package/dist/types/TitleSubpage/index.cjs.map +1 -0
  212. package/dist/types/TitleSubpage/index.d.cts +2 -0
  213. package/dist/types/TitleSubpage/index.d.cts.map +1 -0
  214. package/dist/types/TitleSubpage/index.d.mts +2 -0
  215. package/dist/types/TitleSubpage/index.d.mts.map +1 -0
  216. package/dist/types/TitleSubpage/index.mjs +2 -0
  217. package/dist/types/TitleSubpage/index.mjs.map +1 -0
  218. package/package.json +7 -2
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.17.0]
11
+
12
+ ### Added
13
+
14
+ - Added `ListArrow`, `Musd`, and `MusdFilled` to the shared icon exports; refreshed `Candlestick`; and added `Group`, `PieChart`, and `Predictions` so React and React Native stay aligned on `IconName` ([#1157](https://github.com/MetaMask/metamask-design-system/pull/1157), [#1161](https://github.com/MetaMask/metamask-design-system/pull/1161), [#1162](https://github.com/MetaMask/metamask-design-system/pull/1162), [#1163](https://github.com/MetaMask/metamask-design-system/pull/1163))
15
+
16
+ ## [0.16.0]
17
+
18
+ ### Added
19
+
20
+ - Added `Merge` to the shared icon exports so React and React Native consumers can access it through their existing `IconName` APIs ([#1155](https://github.com/MetaMask/metamask-design-system/pull/1155))
21
+ - Added shared `Input` contracts for a controlled `value`, `isReadOnly`, and `isStateStylesDisabled`, making it easier to build cross-platform wrappers against one public input API ([#1043](https://github.com/MetaMask/metamask-design-system/pull/1043))
22
+ - Added shared `AvatarGroup` size, variant, and prop contracts for consumers building cross-platform abstractions on top of `@metamask/design-system-shared` ([#1067](https://github.com/MetaMask/metamask-design-system/pull/1067))
23
+
24
+ ## [0.15.0]
25
+
26
+ ### Added
27
+
28
+ - 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))
29
+ - 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))
30
+ - 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))
31
+
32
+ ## [0.14.0]
33
+
34
+ ### Added
35
+
36
+ - 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))
37
+ - 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))
38
+ - 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))
39
+
40
+ ## [0.13.0]
41
+
42
+ ### Added
43
+
44
+ - 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))
45
+ - Added `TagSeverity` and `TagPropsShared` for shared Tag contracts consumed by platform packages ([#1053](https://github.com/MetaMask/metamask-design-system/pull/1053))
46
+
47
+ ### Changed
48
+
49
+ - **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))
50
+ - Removed `BoxBackgroundColor.WarningAlternative`, `BoxBackgroundColor.SuccessAlternative`, `BoxBorderColor.WarningAlternative`, `BoxBorderColor.SuccessAlternative`, and `BoxBorderColor.InfoAlternative`
51
+ - See [Migration Guide](./MIGRATION.md#from-version-0120-to-0130)
52
+ - **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))
53
+ - See [Migration Guide](./MIGRATION.md#from-version-0120-to-0130)
54
+
10
55
  ## [0.12.0]
11
56
 
12
57
  ### Added
@@ -135,7 +180,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135
180
  - **Initial release** - MetaMask Design System Shared
136
181
  - Adding CAIP-10 address utilities ([#817](https://github.com/MetaMask/metamask-design-system/pull/817))
137
182
 
138
- [Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.12.0...HEAD
183
+ [Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.17.0...HEAD
184
+ [0.17.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.16.0...@metamask/design-system-shared@0.17.0
185
+ [0.16.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.15.0...@metamask/design-system-shared@0.16.0
186
+ [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
187
+ [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
188
+ [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
139
189
  [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
140
190
  [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
141
191
  [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
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagSeverity = 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.AvatarGroupVariant = exports.AvatarGroupSize = 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; } });
@@ -53,4 +69,21 @@ Object.defineProperty(exports, "AvatarFaviconSize", { enumerable: true, get: fun
53
69
  // Tag types (ADR-0003 + ADR-0004)
54
70
  var Tag_1 = require("./types/Tag/index.cjs");
55
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; } });
85
+ // AvatarGroup types (ADR-0003 + ADR-0004)
86
+ var AvatarGroup_1 = require("./types/AvatarGroup/index.cjs");
87
+ Object.defineProperty(exports, "AvatarGroupSize", { enumerable: true, get: function () { return AvatarGroup_1.AvatarGroupSize; } });
88
+ Object.defineProperty(exports, "AvatarGroupVariant", { enumerable: true, get: function () { return AvatarGroup_1.AvatarGroupVariant; } });
56
89
  //# sourceMappingURL=index.cjs.map
@@ -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;AAmBnB,2CAA2C;AAC3C,+DAK8B;AAJ5B,mHAAA,mBAAmB,OAAA;AASrB,0CAA0C;AAC1C,6DAG6B;AAF3B,iHAAA,kBAAkB,OAAA;AAUpB,0CAA0C;AAC1C,6DAG6B;AAF3B,8GAAA,eAAe,OAAA;AAIjB,0CAA0C;AAC1C,6DAG6B;AAF3B,kHAAA,mBAAmB,OAAA;AAOrB,2CAA2C;AAC3C,+DAK8B;AAJ5B,+HAAA,+BAA+B,OAAA;AAC/B,oHAAA,oBAAoB,OAAA;AAKtB,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;AAIb,iCAAiC;AACjC,iEAG+B;AAF7B,kHAAA,iBAAiB,OAAA;AAOnB,kCAAkC;AAClC,6CAA+D;AAAtD,kGAAA,WAAW,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// 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// 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// 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// 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\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// 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"]}
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;AAab,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;AAIV,0CAA0C;AAC1C,6DAI6B;AAH3B,8GAAA,eAAe,OAAA;AACf,iHAAA,kBAAkB,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// TextArea types (ADR-0004)\nexport { type TextAreaPropsShared } from './types/TextArea';\n\n// Input types (ADR-0004)\nexport { type InputPropsShared } from './types/Input';\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\n// AvatarGroup types (ADR-0003 + ADR-0004)\nexport {\n AvatarGroupSize,\n AvatarGroupVariant,\n type AvatarGroupPropsShared,\n} from './types/AvatarGroup';\n"]}
package/dist/index.d.cts CHANGED
@@ -1,25 +1,38 @@
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
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";
10
13
  export { type BoxRowPropsShared } from "./types/BoxRow/index.cjs";
11
14
  export { HeaderSearchVariant, type HeaderSearchInlinePropsShared, type HeaderSearchPropsShared, type HeaderSearchScreenPropsShared, } from "./types/HeaderSearch/index.cjs";
12
15
  export { type KeyValueColumnPropsShared } from "./types/KeyValueColumn/index.cjs";
13
16
  export { KeyValueRowVariant, type KeyValueRowPropsShared, } from "./types/KeyValueRow/index.cjs";
14
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";
15
20
  export { type AvatarNetworkPropsShared } from "./types/AvatarNetwork/index.cjs";
16
21
  export { AvatarTokenSize, type AvatarTokenPropsShared, } from "./types/AvatarToken/index.cjs";
22
+ export { type BadgeIconPropsShared } from "./types/BadgeIcon/index.cjs";
17
23
  export { BannerAlertSeverity, type BannerAlertPropsShared, } from "./types/BannerAlert/index.cjs";
18
24
  export { type BadgeNetworkPropsShared } from "./types/BadgeNetwork/index.cjs";
19
25
  export { BadgeWrapperPositionAnchorShape, BadgeWrapperPosition, type BadgeWrapperCustomPosition, type BadgeWrapperPropsShared, } from "./types/BadgeWrapper/index.cjs";
26
+ export { ButtonIconSize, ButtonIconVariant, type ButtonIconPropsShared, } from "./types/ButtonIcon/index.cjs";
20
27
  export { AvatarAccountSize, AvatarAccountVariant, type AvatarAccountPropsShared, } from "./types/AvatarAccount/index.cjs";
21
28
  export { FontFamily, FontStyle, FontWeight, TextColor, TextVariant, type TextPropsShared, } from "./types/Text/index.cjs";
29
+ export { type TextFieldPropsShared } from "./types/TextField/index.cjs";
30
+ export { type TextAreaPropsShared } from "./types/TextArea/index.cjs";
31
+ export { type InputPropsShared } from "./types/Input/index.cjs";
22
32
  export { AvatarFaviconSize, type AvatarFaviconPropsShared, } from "./types/AvatarFavicon/index.cjs";
23
33
  export { type CheckboxPropsShared } from "./types/Checkbox/index.cjs";
24
34
  export { TagSeverity, type TagPropsShared } from "./types/Tag/index.cjs";
35
+ export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, type BoxPropsShared, } from "./types/Box/index.cjs";
36
+ export { IconColor, IconName, IconSize, type IconPropsShared, } from "./types/Icon/index.cjs";
37
+ export { AvatarGroupSize, AvatarGroupVariant, type AvatarGroupPropsShared, } from "./types/AvatarGroup/index.cjs";
25
38
  //# sourceMappingURL=index.d.cts.map
@@ -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,mBAAmB,EAAE,mCAAyB;AAG5D,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,EAAE,KAAK,wBAAwB,EAAE,wCAA8B;AAGtE,OAAO,EACL,eAAe,EACf,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,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,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,EACL,iBAAiB,EACjB,KAAK,wBAAwB,GAC9B,wCAA8B;AAG/B,OAAO,EAAE,KAAK,mBAAmB,EAAE,mCAAyB;AAG5D,OAAO,EAAE,WAAW,EAAE,KAAK,cAAc,EAAE,8BAAoB"}
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/dist/index.d.mts CHANGED
@@ -1,25 +1,38 @@
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
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";
10
13
  export { type BoxRowPropsShared } from "./types/BoxRow/index.mjs";
11
14
  export { HeaderSearchVariant, type HeaderSearchInlinePropsShared, type HeaderSearchPropsShared, type HeaderSearchScreenPropsShared, } from "./types/HeaderSearch/index.mjs";
12
15
  export { type KeyValueColumnPropsShared } from "./types/KeyValueColumn/index.mjs";
13
16
  export { KeyValueRowVariant, type KeyValueRowPropsShared, } from "./types/KeyValueRow/index.mjs";
14
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";
15
20
  export { type AvatarNetworkPropsShared } from "./types/AvatarNetwork/index.mjs";
16
21
  export { AvatarTokenSize, type AvatarTokenPropsShared, } from "./types/AvatarToken/index.mjs";
22
+ export { type BadgeIconPropsShared } from "./types/BadgeIcon/index.mjs";
17
23
  export { BannerAlertSeverity, type BannerAlertPropsShared, } from "./types/BannerAlert/index.mjs";
18
24
  export { type BadgeNetworkPropsShared } from "./types/BadgeNetwork/index.mjs";
19
25
  export { BadgeWrapperPositionAnchorShape, BadgeWrapperPosition, type BadgeWrapperCustomPosition, type BadgeWrapperPropsShared, } from "./types/BadgeWrapper/index.mjs";
26
+ export { ButtonIconSize, ButtonIconVariant, type ButtonIconPropsShared, } from "./types/ButtonIcon/index.mjs";
20
27
  export { AvatarAccountSize, AvatarAccountVariant, type AvatarAccountPropsShared, } from "./types/AvatarAccount/index.mjs";
21
28
  export { FontFamily, FontStyle, FontWeight, TextColor, TextVariant, type TextPropsShared, } from "./types/Text/index.mjs";
29
+ export { type TextFieldPropsShared } from "./types/TextField/index.mjs";
30
+ export { type TextAreaPropsShared } from "./types/TextArea/index.mjs";
31
+ export { type InputPropsShared } from "./types/Input/index.mjs";
22
32
  export { AvatarFaviconSize, type AvatarFaviconPropsShared, } from "./types/AvatarFavicon/index.mjs";
23
33
  export { type CheckboxPropsShared } from "./types/Checkbox/index.mjs";
24
34
  export { TagSeverity, type TagPropsShared } from "./types/Tag/index.mjs";
35
+ export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, type BoxPropsShared, } from "./types/Box/index.mjs";
36
+ export { IconColor, IconName, IconSize, type IconPropsShared, } from "./types/Icon/index.mjs";
37
+ export { AvatarGroupSize, AvatarGroupVariant, type AvatarGroupPropsShared, } from "./types/AvatarGroup/index.mjs";
25
38
  //# sourceMappingURL=index.d.mts.map
@@ -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,mBAAmB,EAAE,mCAAyB;AAG5D,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,EAAE,KAAK,wBAAwB,EAAE,wCAA8B;AAGtE,OAAO,EACL,eAAe,EACf,KAAK,sBAAsB,GAC5B,sCAA4B;AAG7B,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,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,EACL,iBAAiB,EACjB,KAAK,wBAAwB,GAC9B,wCAA8B;AAG/B,OAAO,EAAE,KAAK,mBAAmB,EAAE,mCAAyB;AAG5D,OAAO,EAAE,WAAW,EAAE,KAAK,cAAc,EAAE,8BAAoB"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
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,12 +13,18 @@ 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";
@@ -24,4 +32,10 @@ export { FontFamily, FontStyle, FontWeight, TextColor, TextVariant } from "./typ
24
32
  export { AvatarFaviconSize } from "./types/AvatarFavicon/index.mjs";
25
33
  // Tag types (ADR-0003 + ADR-0004)
26
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";
39
+ // AvatarGroup types (ADR-0003 + ADR-0004)
40
+ export { AvatarGroupSize, AvatarGroupVariant } from "./types/AvatarGroup/index.mjs";
27
41
  //# sourceMappingURL=index.mjs.map
@@ -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;AAiB3B,2CAA2C;AAC3C,OAAO,EACL,mBAAmB,EAIpB,uCAA6B;AAK9B,0CAA0C;AAC1C,OAAO,EACL,kBAAkB,EAEnB,sCAA4B;AAQ7B,0CAA0C;AAC1C,OAAO,EACL,eAAe,EAEhB,sCAA4B;AAE7B,0CAA0C;AAC1C,OAAO,EACL,mBAAmB,EAEpB,sCAA4B;AAK7B,2CAA2C;AAC3C,OAAO,EACL,+BAA+B,EAC/B,oBAAoB,EAGrB,uCAA6B;AAE9B,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EAErB,wCAA8B;AAE/B,mCAAmC;AACnC,OAAO,EACL,UAAU,EACV,SAAS,EACT,UAAU,EACV,SAAS,EACT,WAAW,EAEZ,+BAAqB;AAEtB,iCAAiC;AACjC,OAAO,EACL,iBAAiB,EAElB,wCAA8B;AAK/B,kCAAkC;AAClC,OAAO,EAAE,WAAW,EAAuB,8BAAoB","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// 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// 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// 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// 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\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// 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"]}
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;AAWtB,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;AAEtB,0CAA0C;AAC1C,OAAO,EACL,eAAe,EACf,kBAAkB,EAEnB,sCAA4B","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// TextArea types (ADR-0004)\nexport { type TextAreaPropsShared } from './types/TextArea';\n\n// Input types (ADR-0004)\nexport { type InputPropsShared } from './types/Input';\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\n// AvatarGroup types (ADR-0003 + ADR-0004)\nexport {\n AvatarGroupSize,\n AvatarGroupVariant,\n type AvatarGroupPropsShared,\n} from './types/AvatarGroup';\n"]}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AvatarGroupVariant = exports.AvatarGroupSize = void 0;
4
+ const AvatarBase_types_1 = require("../AvatarBase/AvatarBase.types.cjs");
5
+ exports.AvatarGroupSize = AvatarBase_types_1.AvatarBaseSize;
6
+ /**
7
+ * AvatarGroup - variant
8
+ * Convert from enum to const object (ADR-0003)
9
+ */
10
+ exports.AvatarGroupVariant = {
11
+ /**
12
+ * Displays AvatarAccount components in the group.
13
+ */
14
+ Account: 'account',
15
+ /**
16
+ * Displays AvatarFavicon components in the group.
17
+ */
18
+ Favicon: 'favicon',
19
+ /**
20
+ * Displays AvatarNetwork components in the group.
21
+ */
22
+ Network: 'network',
23
+ /**
24
+ * Displays AvatarToken components in the group.
25
+ */
26
+ Token: 'token',
27
+ };
28
+ //# sourceMappingURL=AvatarGroup.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarGroup.types.cjs","sourceRoot":"","sources":["../../../src/types/AvatarGroup/AvatarGroup.types.ts"],"names":[],"mappings":";;;AAAA,yEAAgE;AAEnD,QAAA,eAAe,GAAG,iCAAc,CAAC;AAG9C;;;GAGG;AACU,QAAA,kBAAkB,GAAG;IAChC;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,KAAK,EAAE,OAAO;CACN,CAAC","sourcesContent":["import { AvatarBaseSize } from '../AvatarBase/AvatarBase.types';\n\nexport const AvatarGroupSize = AvatarBaseSize;\nexport type AvatarGroupSize = AvatarBaseSize;\n\n/**\n * AvatarGroup - variant\n * Convert from enum to const object (ADR-0003)\n */\nexport const AvatarGroupVariant = {\n /**\n * Displays AvatarAccount components in the group.\n */\n Account: 'account',\n /**\n * Displays AvatarFavicon components in the group.\n */\n Favicon: 'favicon',\n /**\n * Displays AvatarNetwork components in the group.\n */\n Network: 'network',\n /**\n * Displays AvatarToken components in the group.\n */\n Token: 'token',\n} as const;\nexport type AvatarGroupVariant =\n (typeof AvatarGroupVariant)[keyof typeof AvatarGroupVariant];\n\n/**\n * AvatarGroup component shared props (ADR-0004)\n * Platform-independent properties shared across React and React Native.\n */\nexport type AvatarGroupPropsShared = {\n /**\n * Required enum to select between Avatar Group variants.\n */\n variant: AvatarGroupVariant;\n /**\n * Optional enum to select between Avatar Group sizes.\n *\n * @default AvatarGroupSize.Md\n */\n size?: AvatarGroupSize;\n /**\n * Optional prop to select max number of Avatars visible,\n * before the overflow counter being displayed.\n *\n * @default 4\n */\n max?: number;\n /**\n * Optional prop to reverse the direction of the AvatarGroup.\n */\n isReverse?: boolean;\n};\n"]}
@@ -0,0 +1,60 @@
1
+ import { AvatarBaseSize } from "../AvatarBase/AvatarBase.types.cjs";
2
+ export declare const AvatarGroupSize: {
3
+ readonly Xs: "xs";
4
+ readonly Sm: "sm";
5
+ readonly Md: "md";
6
+ readonly Lg: "lg";
7
+ readonly Xl: "xl";
8
+ };
9
+ export type AvatarGroupSize = AvatarBaseSize;
10
+ /**
11
+ * AvatarGroup - variant
12
+ * Convert from enum to const object (ADR-0003)
13
+ */
14
+ export declare const AvatarGroupVariant: {
15
+ /**
16
+ * Displays AvatarAccount components in the group.
17
+ */
18
+ readonly Account: "account";
19
+ /**
20
+ * Displays AvatarFavicon components in the group.
21
+ */
22
+ readonly Favicon: "favicon";
23
+ /**
24
+ * Displays AvatarNetwork components in the group.
25
+ */
26
+ readonly Network: "network";
27
+ /**
28
+ * Displays AvatarToken components in the group.
29
+ */
30
+ readonly Token: "token";
31
+ };
32
+ export type AvatarGroupVariant = (typeof AvatarGroupVariant)[keyof typeof AvatarGroupVariant];
33
+ /**
34
+ * AvatarGroup component shared props (ADR-0004)
35
+ * Platform-independent properties shared across React and React Native.
36
+ */
37
+ export type AvatarGroupPropsShared = {
38
+ /**
39
+ * Required enum to select between Avatar Group variants.
40
+ */
41
+ variant: AvatarGroupVariant;
42
+ /**
43
+ * Optional enum to select between Avatar Group sizes.
44
+ *
45
+ * @default AvatarGroupSize.Md
46
+ */
47
+ size?: AvatarGroupSize;
48
+ /**
49
+ * Optional prop to select max number of Avatars visible,
50
+ * before the overflow counter being displayed.
51
+ *
52
+ * @default 4
53
+ */
54
+ max?: number;
55
+ /**
56
+ * Optional prop to reverse the direction of the AvatarGroup.
57
+ */
58
+ isReverse?: boolean;
59
+ };
60
+ //# sourceMappingURL=AvatarGroup.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarGroup.types.d.cts","sourceRoot":"","sources":["../../../src/types/AvatarGroup/AvatarGroup.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE,eAAO,MAAM,eAAe;;;;;;CAAiB,CAAC;AAC9C,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC;AAE7C;;;GAGG;AACH,eAAO,MAAM,kBAAkB;IAC7B;;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,sBAAsB,GAAG;IACnC;;OAEG;IACH,OAAO,EAAE,kBAAkB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC"}
@@ -0,0 +1,60 @@
1
+ import { AvatarBaseSize } from "../AvatarBase/AvatarBase.types.mjs";
2
+ export declare const AvatarGroupSize: {
3
+ readonly Xs: "xs";
4
+ readonly Sm: "sm";
5
+ readonly Md: "md";
6
+ readonly Lg: "lg";
7
+ readonly Xl: "xl";
8
+ };
9
+ export type AvatarGroupSize = AvatarBaseSize;
10
+ /**
11
+ * AvatarGroup - variant
12
+ * Convert from enum to const object (ADR-0003)
13
+ */
14
+ export declare const AvatarGroupVariant: {
15
+ /**
16
+ * Displays AvatarAccount components in the group.
17
+ */
18
+ readonly Account: "account";
19
+ /**
20
+ * Displays AvatarFavicon components in the group.
21
+ */
22
+ readonly Favicon: "favicon";
23
+ /**
24
+ * Displays AvatarNetwork components in the group.
25
+ */
26
+ readonly Network: "network";
27
+ /**
28
+ * Displays AvatarToken components in the group.
29
+ */
30
+ readonly Token: "token";
31
+ };
32
+ export type AvatarGroupVariant = (typeof AvatarGroupVariant)[keyof typeof AvatarGroupVariant];
33
+ /**
34
+ * AvatarGroup component shared props (ADR-0004)
35
+ * Platform-independent properties shared across React and React Native.
36
+ */
37
+ export type AvatarGroupPropsShared = {
38
+ /**
39
+ * Required enum to select between Avatar Group variants.
40
+ */
41
+ variant: AvatarGroupVariant;
42
+ /**
43
+ * Optional enum to select between Avatar Group sizes.
44
+ *
45
+ * @default AvatarGroupSize.Md
46
+ */
47
+ size?: AvatarGroupSize;
48
+ /**
49
+ * Optional prop to select max number of Avatars visible,
50
+ * before the overflow counter being displayed.
51
+ *
52
+ * @default 4
53
+ */
54
+ max?: number;
55
+ /**
56
+ * Optional prop to reverse the direction of the AvatarGroup.
57
+ */
58
+ isReverse?: boolean;
59
+ };
60
+ //# sourceMappingURL=AvatarGroup.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarGroup.types.d.mts","sourceRoot":"","sources":["../../../src/types/AvatarGroup/AvatarGroup.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE,eAAO,MAAM,eAAe;;;;;;CAAiB,CAAC;AAC9C,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC;AAE7C;;;GAGG;AACH,eAAO,MAAM,kBAAkB;IAC7B;;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,sBAAsB,GAAG;IACnC;;OAEG;IACH,OAAO,EAAE,kBAAkB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { AvatarBaseSize } from "../AvatarBase/AvatarBase.types.mjs";
2
+ export const AvatarGroupSize = AvatarBaseSize;
3
+ /**
4
+ * AvatarGroup - variant
5
+ * Convert from enum to const object (ADR-0003)
6
+ */
7
+ export const AvatarGroupVariant = {
8
+ /**
9
+ * Displays AvatarAccount components in the group.
10
+ */
11
+ Account: 'account',
12
+ /**
13
+ * Displays AvatarFavicon components in the group.
14
+ */
15
+ Favicon: 'favicon',
16
+ /**
17
+ * Displays AvatarNetwork components in the group.
18
+ */
19
+ Network: 'network',
20
+ /**
21
+ * Displays AvatarToken components in the group.
22
+ */
23
+ Token: 'token',
24
+ };
25
+ //# sourceMappingURL=AvatarGroup.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarGroup.types.mjs","sourceRoot":"","sources":["../../../src/types/AvatarGroup/AvatarGroup.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE,MAAM,CAAC,MAAM,eAAe,GAAG,cAAc,CAAC;AAG9C;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,KAAK,EAAE,OAAO;CACN,CAAC","sourcesContent":["import { AvatarBaseSize } from '../AvatarBase/AvatarBase.types';\n\nexport const AvatarGroupSize = AvatarBaseSize;\nexport type AvatarGroupSize = AvatarBaseSize;\n\n/**\n * AvatarGroup - variant\n * Convert from enum to const object (ADR-0003)\n */\nexport const AvatarGroupVariant = {\n /**\n * Displays AvatarAccount components in the group.\n */\n Account: 'account',\n /**\n * Displays AvatarFavicon components in the group.\n */\n Favicon: 'favicon',\n /**\n * Displays AvatarNetwork components in the group.\n */\n Network: 'network',\n /**\n * Displays AvatarToken components in the group.\n */\n Token: 'token',\n} as const;\nexport type AvatarGroupVariant =\n (typeof AvatarGroupVariant)[keyof typeof AvatarGroupVariant];\n\n/**\n * AvatarGroup component shared props (ADR-0004)\n * Platform-independent properties shared across React and React Native.\n */\nexport type AvatarGroupPropsShared = {\n /**\n * Required enum to select between Avatar Group variants.\n */\n variant: AvatarGroupVariant;\n /**\n * Optional enum to select between Avatar Group sizes.\n *\n * @default AvatarGroupSize.Md\n */\n size?: AvatarGroupSize;\n /**\n * Optional prop to select max number of Avatars visible,\n * before the overflow counter being displayed.\n *\n * @default 4\n */\n max?: number;\n /**\n * Optional prop to reverse the direction of the AvatarGroup.\n */\n isReverse?: boolean;\n};\n"]}
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AvatarGroupVariant = exports.AvatarGroupSize = void 0;
4
+ var AvatarGroup_types_1 = require("./AvatarGroup.types.cjs");
5
+ Object.defineProperty(exports, "AvatarGroupSize", { enumerable: true, get: function () { return AvatarGroup_types_1.AvatarGroupSize; } });
6
+ Object.defineProperty(exports, "AvatarGroupVariant", { enumerable: true, get: function () { return AvatarGroup_types_1.AvatarGroupVariant; } });
7
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/types/AvatarGroup/index.ts"],"names":[],"mappings":";;;AAAA,6DAI6B;AAH3B,oHAAA,eAAe,OAAA;AACf,uHAAA,kBAAkB,OAAA","sourcesContent":["export {\n AvatarGroupSize,\n AvatarGroupVariant,\n type AvatarGroupPropsShared,\n} from './AvatarGroup.types';\n"]}
@@ -0,0 +1,2 @@
1
+ export { AvatarGroupSize, AvatarGroupVariant, type AvatarGroupPropsShared, } from "./AvatarGroup.types.cjs";
2
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/types/AvatarGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,KAAK,sBAAsB,GAC5B,gCAA4B"}
@@ -0,0 +1,2 @@
1
+ export { AvatarGroupSize, AvatarGroupVariant, type AvatarGroupPropsShared, } from "./AvatarGroup.types.mjs";
2
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/types/AvatarGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,kBAAkB,EAClB,KAAK,sBAAsB,GAC5B,gCAA4B"}
@@ -0,0 +1,2 @@
1
+ export { AvatarGroupSize, AvatarGroupVariant } from "./AvatarGroup.types.mjs";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/types/AvatarGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,kBAAkB,EAEnB,gCAA4B","sourcesContent":["export {\n AvatarGroupSize,\n AvatarGroupVariant,\n type AvatarGroupPropsShared,\n} from './AvatarGroup.types';\n"]}