@metamask-previews/design-system-shared 0.8.0-preview.a73a010 → 0.11.0-preview.9d477a9

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 (208) hide show
  1. package/CHANGELOG.md +31 -1
  2. package/dist/index.cjs +25 -9
  3. package/dist/index.cjs.map +1 -1
  4. package/dist/index.d.cts +10 -3
  5. package/dist/index.d.cts.map +1 -1
  6. package/dist/index.d.mts +10 -3
  7. package/dist/index.d.mts.map +1 -1
  8. package/dist/index.mjs +12 -2
  9. package/dist/index.mjs.map +1 -1
  10. package/dist/types/AvatarFavicon/AvatarFavicon.types.cjs +6 -0
  11. package/dist/types/AvatarFavicon/AvatarFavicon.types.cjs.map +1 -0
  12. package/dist/types/AvatarFavicon/AvatarFavicon.types.d.cts +33 -0
  13. package/dist/types/AvatarFavicon/AvatarFavicon.types.d.cts.map +1 -0
  14. package/dist/types/AvatarFavicon/AvatarFavicon.types.d.mts +33 -0
  15. package/dist/types/AvatarFavicon/AvatarFavicon.types.d.mts.map +1 -0
  16. package/dist/types/AvatarFavicon/AvatarFavicon.types.mjs +3 -0
  17. package/dist/types/AvatarFavicon/AvatarFavicon.types.mjs.map +1 -0
  18. package/dist/types/AvatarFavicon/index.cjs +6 -0
  19. package/dist/types/AvatarFavicon/index.cjs.map +1 -0
  20. package/dist/types/AvatarFavicon/index.d.cts +2 -0
  21. package/dist/types/AvatarFavicon/index.d.cts.map +1 -0
  22. package/dist/types/AvatarFavicon/index.d.mts +2 -0
  23. package/dist/types/AvatarFavicon/index.d.mts.map +1 -0
  24. package/dist/types/AvatarFavicon/index.mjs +2 -0
  25. package/dist/types/AvatarFavicon/index.mjs.map +1 -0
  26. package/dist/types/{BoxHorizontal/BoxHorizontal.types.cjs → BadgeNetwork/BadgeNetwork.types.cjs} +1 -1
  27. package/dist/types/BadgeNetwork/BadgeNetwork.types.cjs.map +1 -0
  28. package/dist/types/BadgeNetwork/BadgeNetwork.types.d.cts +20 -0
  29. package/dist/types/BadgeNetwork/BadgeNetwork.types.d.cts.map +1 -0
  30. package/dist/types/BadgeNetwork/BadgeNetwork.types.d.mts +20 -0
  31. package/dist/types/BadgeNetwork/BadgeNetwork.types.d.mts.map +1 -0
  32. package/dist/types/BadgeNetwork/BadgeNetwork.types.mjs +2 -0
  33. package/dist/types/BadgeNetwork/BadgeNetwork.types.mjs.map +1 -0
  34. package/dist/types/BadgeNetwork/index.cjs.map +1 -0
  35. package/dist/types/BadgeNetwork/index.d.cts +2 -0
  36. package/dist/types/BadgeNetwork/index.d.cts.map +1 -0
  37. package/dist/types/BadgeNetwork/index.d.mts +2 -0
  38. package/dist/types/BadgeNetwork/index.d.mts.map +1 -0
  39. package/dist/types/BadgeNetwork/index.mjs.map +1 -0
  40. package/dist/types/{BoxVertical/BoxVertical.types.cjs → BoxColumn/BoxColumn.types.cjs} +1 -1
  41. package/dist/types/BoxColumn/BoxColumn.types.cjs.map +1 -0
  42. package/dist/types/{BoxVertical/BoxVertical.types.d.cts → BoxColumn/BoxColumn.types.d.cts} +3 -3
  43. package/dist/types/BoxColumn/BoxColumn.types.d.cts.map +1 -0
  44. package/dist/types/{BoxVertical/BoxVertical.types.d.mts → BoxColumn/BoxColumn.types.d.mts} +3 -3
  45. package/dist/types/BoxColumn/BoxColumn.types.d.mts.map +1 -0
  46. package/dist/types/BoxColumn/BoxColumn.types.mjs +2 -0
  47. package/dist/types/BoxColumn/BoxColumn.types.mjs.map +1 -0
  48. package/dist/types/BoxColumn/index.cjs.map +1 -0
  49. package/dist/types/BoxColumn/index.d.cts +2 -0
  50. package/dist/types/BoxColumn/index.d.cts.map +1 -0
  51. package/dist/types/BoxColumn/index.d.mts +2 -0
  52. package/dist/types/BoxColumn/index.d.mts.map +1 -0
  53. package/dist/types/BoxColumn/index.mjs.map +1 -0
  54. package/dist/types/BoxRow/BoxRow.types.cjs +3 -0
  55. package/dist/types/BoxRow/BoxRow.types.cjs.map +1 -0
  56. package/dist/types/{BoxHorizontal/BoxHorizontal.types.d.cts → BoxRow/BoxRow.types.d.cts} +3 -3
  57. package/dist/types/BoxRow/BoxRow.types.d.cts.map +1 -0
  58. package/dist/types/{BoxHorizontal/BoxHorizontal.types.d.mts → BoxRow/BoxRow.types.d.mts} +3 -3
  59. package/dist/types/BoxRow/BoxRow.types.d.mts.map +1 -0
  60. package/dist/types/BoxRow/BoxRow.types.mjs +2 -0
  61. package/dist/types/BoxRow/BoxRow.types.mjs.map +1 -0
  62. package/dist/types/BoxRow/index.cjs +3 -0
  63. package/dist/types/BoxRow/index.cjs.map +1 -0
  64. package/dist/types/BoxRow/index.d.cts +2 -0
  65. package/dist/types/BoxRow/index.d.cts.map +1 -0
  66. package/dist/types/BoxRow/index.d.mts +2 -0
  67. package/dist/types/BoxRow/index.d.mts.map +1 -0
  68. package/dist/types/BoxRow/index.mjs +2 -0
  69. package/dist/types/BoxRow/index.mjs.map +1 -0
  70. package/dist/types/Checkbox/Checkbox.types.cjs +3 -0
  71. package/dist/types/Checkbox/Checkbox.types.cjs.map +1 -0
  72. package/dist/types/Checkbox/Checkbox.types.d.cts +35 -0
  73. package/dist/types/Checkbox/Checkbox.types.d.cts.map +1 -0
  74. package/dist/types/Checkbox/Checkbox.types.d.mts +35 -0
  75. package/dist/types/Checkbox/Checkbox.types.d.mts.map +1 -0
  76. package/dist/types/Checkbox/Checkbox.types.mjs +2 -0
  77. package/dist/types/Checkbox/Checkbox.types.mjs.map +1 -0
  78. package/dist/types/Checkbox/index.cjs +3 -0
  79. package/dist/types/Checkbox/index.cjs.map +1 -0
  80. package/dist/types/Checkbox/index.d.cts +2 -0
  81. package/dist/types/Checkbox/index.d.cts.map +1 -0
  82. package/dist/types/Checkbox/index.d.mts +2 -0
  83. package/dist/types/Checkbox/index.d.mts.map +1 -0
  84. package/dist/types/Checkbox/index.mjs +2 -0
  85. package/dist/types/Checkbox/index.mjs.map +1 -0
  86. package/dist/types/HeaderSearch/HeaderSearch.types.cjs +11 -0
  87. package/dist/types/HeaderSearch/HeaderSearch.types.cjs.map +1 -0
  88. package/dist/types/HeaderSearch/HeaderSearch.types.d.cts +25 -0
  89. package/dist/types/HeaderSearch/HeaderSearch.types.d.cts.map +1 -0
  90. package/dist/types/HeaderSearch/HeaderSearch.types.d.mts +25 -0
  91. package/dist/types/HeaderSearch/HeaderSearch.types.d.mts.map +1 -0
  92. package/dist/types/HeaderSearch/HeaderSearch.types.mjs +8 -0
  93. package/dist/types/HeaderSearch/HeaderSearch.types.mjs.map +1 -0
  94. package/dist/types/HeaderSearch/index.cjs +6 -0
  95. package/dist/types/HeaderSearch/index.cjs.map +1 -0
  96. package/dist/types/HeaderSearch/index.d.cts +2 -0
  97. package/dist/types/HeaderSearch/index.d.cts.map +1 -0
  98. package/dist/types/HeaderSearch/index.d.mts +2 -0
  99. package/dist/types/HeaderSearch/index.d.mts.map +1 -0
  100. package/dist/types/HeaderSearch/index.mjs +2 -0
  101. package/dist/types/HeaderSearch/index.mjs.map +1 -0
  102. package/dist/types/Icon/Icon.types.cjs +351 -0
  103. package/dist/types/Icon/Icon.types.cjs.map +1 -0
  104. package/dist/types/Icon/Icon.types.d.cts +369 -0
  105. package/dist/types/Icon/Icon.types.d.cts.map +1 -0
  106. package/dist/types/Icon/Icon.types.d.mts +369 -0
  107. package/dist/types/Icon/Icon.types.d.mts.map +1 -0
  108. package/dist/types/Icon/Icon.types.mjs +348 -0
  109. package/dist/types/Icon/Icon.types.mjs.map +1 -0
  110. package/dist/types/Icon/index.cjs +8 -0
  111. package/dist/types/Icon/index.cjs.map +1 -0
  112. package/dist/types/Icon/index.d.cts +2 -0
  113. package/dist/types/Icon/index.d.cts.map +1 -0
  114. package/dist/types/Icon/index.d.mts +2 -0
  115. package/dist/types/Icon/index.d.mts.map +1 -0
  116. package/dist/types/Icon/index.mjs +2 -0
  117. package/dist/types/Icon/index.mjs.map +1 -0
  118. package/dist/types/IconAlert/IconAlert.types.cjs +25 -0
  119. package/dist/types/IconAlert/IconAlert.types.cjs.map +1 -0
  120. package/dist/types/IconAlert/IconAlert.types.d.cts +32 -0
  121. package/dist/types/IconAlert/IconAlert.types.d.cts.map +1 -0
  122. package/dist/types/IconAlert/IconAlert.types.d.mts +32 -0
  123. package/dist/types/IconAlert/IconAlert.types.d.mts.map +1 -0
  124. package/dist/types/IconAlert/IconAlert.types.mjs +22 -0
  125. package/dist/types/IconAlert/IconAlert.types.mjs.map +1 -0
  126. package/dist/types/IconAlert/index.cjs +6 -0
  127. package/dist/types/IconAlert/index.cjs.map +1 -0
  128. package/dist/types/IconAlert/index.d.cts +2 -0
  129. package/dist/types/IconAlert/index.d.cts.map +1 -0
  130. package/dist/types/IconAlert/index.d.mts +2 -0
  131. package/dist/types/IconAlert/index.d.mts.map +1 -0
  132. package/dist/types/IconAlert/index.mjs +2 -0
  133. package/dist/types/IconAlert/index.mjs.map +1 -0
  134. package/dist/types/KeyValueRow/KeyValueRow.types.cjs +14 -0
  135. package/dist/types/KeyValueRow/KeyValueRow.types.cjs.map +1 -0
  136. package/dist/types/KeyValueRow/KeyValueRow.types.d.cts +37 -0
  137. package/dist/types/KeyValueRow/KeyValueRow.types.d.cts.map +1 -0
  138. package/dist/types/KeyValueRow/KeyValueRow.types.d.mts +37 -0
  139. package/dist/types/KeyValueRow/KeyValueRow.types.d.mts.map +1 -0
  140. package/dist/types/KeyValueRow/KeyValueRow.types.mjs +11 -0
  141. package/dist/types/KeyValueRow/KeyValueRow.types.mjs.map +1 -0
  142. package/dist/types/KeyValueRow/index.cjs +6 -0
  143. package/dist/types/KeyValueRow/index.cjs.map +1 -0
  144. package/dist/types/KeyValueRow/index.d.cts +2 -0
  145. package/dist/types/KeyValueRow/index.d.cts.map +1 -0
  146. package/dist/types/KeyValueRow/index.d.mts +2 -0
  147. package/dist/types/KeyValueRow/index.d.mts.map +1 -0
  148. package/dist/types/KeyValueRow/index.mjs +2 -0
  149. package/dist/types/KeyValueRow/index.mjs.map +1 -0
  150. package/dist/types/Text/Text.types.cjs +138 -0
  151. package/dist/types/Text/Text.types.cjs.map +1 -0
  152. package/dist/types/Text/Text.types.d.cts +179 -0
  153. package/dist/types/Text/Text.types.d.cts.map +1 -0
  154. package/dist/types/Text/Text.types.d.mts +179 -0
  155. package/dist/types/Text/Text.types.d.mts.map +1 -0
  156. package/dist/types/Text/Text.types.mjs +135 -0
  157. package/dist/types/Text/Text.types.mjs.map +1 -0
  158. package/dist/types/Text/index.cjs +10 -0
  159. package/dist/types/Text/index.cjs.map +1 -0
  160. package/dist/types/Text/index.d.cts +2 -0
  161. package/dist/types/Text/index.d.cts.map +1 -0
  162. package/dist/types/Text/index.d.mts +2 -0
  163. package/dist/types/Text/index.d.mts.map +1 -0
  164. package/dist/types/Text/index.mjs +2 -0
  165. package/dist/types/Text/index.mjs.map +1 -0
  166. package/package.json +8 -3
  167. package/dist/types/Box/Box.types.cjs +0 -176
  168. package/dist/types/Box/Box.types.cjs.map +0 -1
  169. package/dist/types/Box/Box.types.d.cts +0 -297
  170. package/dist/types/Box/Box.types.d.cts.map +0 -1
  171. package/dist/types/Box/Box.types.d.mts +0 -297
  172. package/dist/types/Box/Box.types.d.mts.map +0 -1
  173. package/dist/types/Box/Box.types.mjs +0 -173
  174. package/dist/types/Box/Box.types.mjs.map +0 -1
  175. package/dist/types/Box/index.cjs +0 -11
  176. package/dist/types/Box/index.cjs.map +0 -1
  177. package/dist/types/Box/index.d.cts +0 -2
  178. package/dist/types/Box/index.d.cts.map +0 -1
  179. package/dist/types/Box/index.d.mts +0 -2
  180. package/dist/types/Box/index.d.mts.map +0 -1
  181. package/dist/types/Box/index.mjs +0 -2
  182. package/dist/types/Box/index.mjs.map +0 -1
  183. package/dist/types/BoxHorizontal/BoxHorizontal.types.cjs.map +0 -1
  184. package/dist/types/BoxHorizontal/BoxHorizontal.types.d.cts.map +0 -1
  185. package/dist/types/BoxHorizontal/BoxHorizontal.types.d.mts.map +0 -1
  186. package/dist/types/BoxHorizontal/BoxHorizontal.types.mjs +0 -2
  187. package/dist/types/BoxHorizontal/BoxHorizontal.types.mjs.map +0 -1
  188. package/dist/types/BoxHorizontal/index.cjs.map +0 -1
  189. package/dist/types/BoxHorizontal/index.d.cts +0 -2
  190. package/dist/types/BoxHorizontal/index.d.cts.map +0 -1
  191. package/dist/types/BoxHorizontal/index.d.mts +0 -2
  192. package/dist/types/BoxHorizontal/index.d.mts.map +0 -1
  193. package/dist/types/BoxHorizontal/index.mjs.map +0 -1
  194. package/dist/types/BoxVertical/BoxVertical.types.cjs.map +0 -1
  195. package/dist/types/BoxVertical/BoxVertical.types.d.cts.map +0 -1
  196. package/dist/types/BoxVertical/BoxVertical.types.d.mts.map +0 -1
  197. package/dist/types/BoxVertical/BoxVertical.types.mjs +0 -2
  198. package/dist/types/BoxVertical/BoxVertical.types.mjs.map +0 -1
  199. package/dist/types/BoxVertical/index.cjs.map +0 -1
  200. package/dist/types/BoxVertical/index.d.cts +0 -2
  201. package/dist/types/BoxVertical/index.d.cts.map +0 -1
  202. package/dist/types/BoxVertical/index.d.mts +0 -2
  203. package/dist/types/BoxVertical/index.d.mts.map +0 -1
  204. package/dist/types/BoxVertical/index.mjs.map +0 -1
  205. /package/dist/types/{BoxHorizontal → BadgeNetwork}/index.cjs +0 -0
  206. /package/dist/types/{BoxHorizontal → BadgeNetwork}/index.mjs +0 -0
  207. /package/dist/types/{BoxVertical → BoxColumn}/index.cjs +0 -0
  208. /package/dist/types/{BoxVertical → BoxColumn}/index.mjs +0 -0
package/CHANGELOG.md CHANGED
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.11.0]
11
+
12
+ ### Added
13
+
14
+ - Added `IconAlertSeverity` and `IconAlertPropsShared` shared types for cross-platform use ([#1060](https://github.com/MetaMask/metamask-design-system/pull/1060))
15
+ - Added `AvatarFaviconSize` and `AvatarFaviconPropsShared` shared types for cross-platform use ([#1062](https://github.com/MetaMask/metamask-design-system/pull/1062))
16
+
17
+ ## [0.10.0]
18
+
19
+ ### Added
20
+
21
+ - Added `TextVariant`, `TextColor`, `FontWeight`, `FontStyle`, `FontFamily`, and `TextPropsShared` shared types for cross-platform use ([#1047](https://github.com/MetaMask/metamask-design-system/pull/1047))
22
+
23
+ ## [0.9.0]
24
+
25
+ ### Added
26
+
27
+ - Added `BadgeNetworkPropsShared` shared type for cross-platform use ([#1021](https://github.com/MetaMask/metamask-design-system/pull/1021))
28
+ - Added `HeaderSearchVariant`, `HeaderSearchPropsShared`, `HeaderSearchInlinePropsShared`, and `HeaderSearchScreenPropsShared` shared types for cross-platform use ([#1031](https://github.com/MetaMask/metamask-design-system/pull/1031))
29
+ - Added `KeyValueRowVariant` const object (`Summary`, `Input`) and `KeyValueRowPropsShared` shared type for cross-platform use ([#1023](https://github.com/MetaMask/metamask-design-system/pull/1023))
30
+ - Added `KeyValueColumnPropsShared` shared type for cross-platform use ([#1046](https://github.com/MetaMask/metamask-design-system/pull/1046))
31
+
32
+ ### Changed
33
+
34
+ - **BREAKING:** Renamed `BoxHorizontalPropsShared` to `BoxRowPropsShared` and `BoxVerticalPropsShared` to `BoxColumnPropsShared` ([#1050](https://github.com/MetaMask/metamask-design-system/pull/1050))
35
+ - See [Migration Guide](../design-system-react-native/MIGRATION.md#from-version-0150-to-0160)
36
+
10
37
  ## [0.8.0]
11
38
 
12
39
  ### Added
@@ -94,7 +121,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94
121
  - **Initial release** - MetaMask Design System Shared
95
122
  - Adding CAIP-10 address utilities ([#817](https://github.com/MetaMask/metamask-design-system/pull/817))
96
123
 
97
- [Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.8.0...HEAD
124
+ [Unreleased]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.11.0...HEAD
125
+ [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
+ [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
+ [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
98
128
  [0.8.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.7.0...@metamask/design-system-shared@0.8.0
99
129
  [0.7.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.6.0...@metamask/design-system-shared@0.7.0
100
130
  [0.6.0]: https://github.com/MetaMask/metamask-design-system/compare/@metamask/design-system-shared@0.5.0...@metamask/design-system-shared@0.6.0
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BoxBorderColor = exports.BoxBackgroundColor = exports.BoxJustifyContent = exports.BoxAlignItems = exports.BoxFlexWrap = exports.BoxFlexDirection = exports.AvatarAccountVariant = exports.AvatarAccountSize = exports.BadgeWrapperPosition = exports.BadgeWrapperPositionAnchorShape = exports.BannerAlertSeverity = exports.AvatarTokenSize = exports.BadgeStatusSize = exports.BadgeStatusStatus = exports.BadgeCountSize = exports.AvatarBaseShape = exports.AvatarBaseSize = exports.isReactNodeRenderable = exports.generateIconSeed = exports.isEthereumAddress = exports.generateSeedNonEthereum = exports.generateSeedEthereum = exports.extractAccountAddress = void 0;
3
+ exports.IconSize = exports.IconName = exports.IconColor = 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.isReactNodeRenderable = 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; } });
@@ -20,6 +20,15 @@ Object.defineProperty(exports, "BadgeCountSize", { enumerable: true, get: functi
20
20
  var BadgeStatus_1 = require("./types/BadgeStatus/index.cjs");
21
21
  Object.defineProperty(exports, "BadgeStatusStatus", { enumerable: true, get: function () { return BadgeStatus_1.BadgeStatusStatus; } });
22
22
  Object.defineProperty(exports, "BadgeStatusSize", { enumerable: true, get: function () { return BadgeStatus_1.BadgeStatusSize; } });
23
+ // IconAlert types (ADR-0003 + ADR-0004)
24
+ var IconAlert_1 = require("./types/IconAlert/index.cjs");
25
+ Object.defineProperty(exports, "IconAlertSeverity", { enumerable: true, get: function () { return IconAlert_1.IconAlertSeverity; } });
26
+ // HeaderSearch types (ADR-0003 + ADR-0004)
27
+ var HeaderSearch_1 = require("./types/HeaderSearch/index.cjs");
28
+ Object.defineProperty(exports, "HeaderSearchVariant", { enumerable: true, get: function () { return HeaderSearch_1.HeaderSearchVariant; } });
29
+ // KeyValueRow types (ADR-0003 + ADR-0004)
30
+ var KeyValueRow_1 = require("./types/KeyValueRow/index.cjs");
31
+ Object.defineProperty(exports, "KeyValueRowVariant", { enumerable: true, get: function () { return KeyValueRow_1.KeyValueRowVariant; } });
23
32
  // AvatarToken types (ADR-0003 + ADR-0004)
24
33
  var AvatarToken_1 = require("./types/AvatarToken/index.cjs");
25
34
  Object.defineProperty(exports, "AvatarTokenSize", { enumerable: true, get: function () { return AvatarToken_1.AvatarTokenSize; } });
@@ -33,12 +42,19 @@ Object.defineProperty(exports, "BadgeWrapperPosition", { enumerable: true, get:
33
42
  var AvatarAccount_1 = require("./types/AvatarAccount/index.cjs");
34
43
  Object.defineProperty(exports, "AvatarAccountSize", { enumerable: true, get: function () { return AvatarAccount_1.AvatarAccountSize; } });
35
44
  Object.defineProperty(exports, "AvatarAccountVariant", { enumerable: true, get: function () { return AvatarAccount_1.AvatarAccountVariant; } });
36
- // Box types (ADR-0003 + ADR-0004)
37
- var Box_1 = require("./types/Box/index.cjs");
38
- Object.defineProperty(exports, "BoxFlexDirection", { enumerable: true, get: function () { return Box_1.BoxFlexDirection; } });
39
- Object.defineProperty(exports, "BoxFlexWrap", { enumerable: true, get: function () { return Box_1.BoxFlexWrap; } });
40
- Object.defineProperty(exports, "BoxAlignItems", { enumerable: true, get: function () { return Box_1.BoxAlignItems; } });
41
- Object.defineProperty(exports, "BoxJustifyContent", { enumerable: true, get: function () { return Box_1.BoxJustifyContent; } });
42
- Object.defineProperty(exports, "BoxBackgroundColor", { enumerable: true, get: function () { return Box_1.BoxBackgroundColor; } });
43
- Object.defineProperty(exports, "BoxBorderColor", { enumerable: true, get: function () { return Box_1.BoxBorderColor; } });
45
+ // Text types (ADR-0003 + ADR-0004)
46
+ var Text_1 = require("./types/Text/index.cjs");
47
+ Object.defineProperty(exports, "FontFamily", { enumerable: true, get: function () { return Text_1.FontFamily; } });
48
+ Object.defineProperty(exports, "FontStyle", { enumerable: true, get: function () { return Text_1.FontStyle; } });
49
+ Object.defineProperty(exports, "FontWeight", { enumerable: true, get: function () { return Text_1.FontWeight; } });
50
+ Object.defineProperty(exports, "TextColor", { enumerable: true, get: function () { return Text_1.TextColor; } });
51
+ Object.defineProperty(exports, "TextVariant", { enumerable: true, get: function () { return Text_1.TextVariant; } });
52
+ // AvatarFavicon types (ADR-0004)
53
+ var AvatarFavicon_1 = require("./types/AvatarFavicon/index.cjs");
54
+ Object.defineProperty(exports, "AvatarFaviconSize", { enumerable: true, get: function () { return AvatarFavicon_1.AvatarFaviconSize; } });
55
+ // Icon types (ADR-0003 + ADR-0004)
56
+ var Icon_1 = require("./types/Icon/index.cjs");
57
+ Object.defineProperty(exports, "IconColor", { enumerable: true, get: function () { return Icon_1.IconColor; } });
58
+ Object.defineProperty(exports, "IconName", { enumerable: true, get: function () { return Icon_1.IconName; } });
59
+ Object.defineProperty(exports, "IconSize", { enumerable: true, get: function () { return Icon_1.IconSize; } });
44
60
  //# 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,2EAAsE;AAA7D,8HAAA,qBAAqB,OAAA;AAE9B,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;AAyBjB,0CAA0C;AAC1C,6DAG6B;AAF3B,8GAAA,eAAe,OAAA;AAIjB,0CAA0C;AAC1C,6DAG6B;AAF3B,kHAAA,mBAAmB,OAAA;AAIrB,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,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","sourcesContent":["export {\n extractAccountAddress,\n generateSeedEthereum,\n generateSeedNonEthereum,\n isEthereumAddress,\n generateIconSeed,\n} from './utils/caip-address';\n\nexport { isReactNodeRenderable } from './utils/isReactNodeRenderable';\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// BannerBase types (ADR-0004)\nexport { type BannerBasePropsShared } from './types/BannerBase';\n\n// TextOrChildren types (ADR-0004)\nexport { type TextOrChildrenPropsShared } from './types/TextOrChildren';\n\n// BoxHorizontal types (ADR-0004)\nexport { type BoxHorizontalPropsShared } from './types/BoxHorizontal';\n\n// BoxVertical types (ADR-0004)\nexport { type BoxVerticalPropsShared } from './types/BoxVertical';\n\n// KeyValueColumn types (ADR-0004)\nexport { type KeyValueColumnPropsShared } from './types/KeyValueColumn';\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// 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// 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"]}
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,2EAAsE;AAA7D,8HAAA,qBAAqB,OAAA;AAE9B,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;AAgBnB,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,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\nexport { isReactNodeRenderable } from './utils/isReactNodeRenderable';\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// BoxRow types (ADR-0004)\nexport { type BoxRowPropsShared } from './types/BoxRow';\n\n// BoxColumn types (ADR-0004)\nexport { type BoxColumnPropsShared } from './types/BoxColumn';\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// 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
@@ -3,16 +3,23 @@ export { isReactNodeRenderable } from "./utils/isReactNodeRenderable.cjs";
3
3
  export { AvatarBaseSize, AvatarBaseShape, type AvatarBasePropsShared, } from "./types/AvatarBase/index.cjs";
4
4
  export { BadgeCountSize, type BadgeCountPropsShared } from "./types/BadgeCount/index.cjs";
5
5
  export { BadgeStatusStatus, BadgeStatusSize, type BadgeStatusPropsShared, } from "./types/BadgeStatus/index.cjs";
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 BoxHorizontalPropsShared } from "./types/BoxHorizontal/index.cjs";
9
- export { type BoxVerticalPropsShared } from "./types/BoxVertical/index.cjs";
9
+ export { type BoxRowPropsShared } from "./types/BoxRow/index.cjs";
10
+ export { type BoxColumnPropsShared } from "./types/BoxColumn/index.cjs";
11
+ export { HeaderSearchVariant, type HeaderSearchInlinePropsShared, type HeaderSearchPropsShared, type HeaderSearchScreenPropsShared, } from "./types/HeaderSearch/index.cjs";
10
12
  export { type KeyValueColumnPropsShared } from "./types/KeyValueColumn/index.cjs";
13
+ export { KeyValueRowVariant, type KeyValueRowPropsShared, } from "./types/KeyValueRow/index.cjs";
11
14
  export { type ButtonFilterPropsShared } from "./types/ButtonFilter/index.cjs";
12
15
  export { type AvatarNetworkPropsShared } from "./types/AvatarNetwork/index.cjs";
13
16
  export { AvatarTokenSize, type AvatarTokenPropsShared, } from "./types/AvatarToken/index.cjs";
14
17
  export { BannerAlertSeverity, type BannerAlertPropsShared, } from "./types/BannerAlert/index.cjs";
18
+ export { type BadgeNetworkPropsShared } from "./types/BadgeNetwork/index.cjs";
15
19
  export { BadgeWrapperPositionAnchorShape, BadgeWrapperPosition, type BadgeWrapperCustomPosition, type BadgeWrapperPropsShared, } from "./types/BadgeWrapper/index.cjs";
16
20
  export { AvatarAccountSize, AvatarAccountVariant, type AvatarAccountPropsShared, } from "./types/AvatarAccount/index.cjs";
17
- export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, type BoxPropsShared, } from "./types/Box/index.cjs";
21
+ export { FontFamily, FontStyle, FontWeight, TextColor, TextVariant, type TextPropsShared, } from "./types/Text/index.cjs";
22
+ export { AvatarFaviconSize, type AvatarFaviconPropsShared, } from "./types/AvatarFavicon/index.cjs";
23
+ export { type CheckboxPropsShared } from "./types/Checkbox/index.cjs";
24
+ export { IconColor, IconName, IconSize, type IconPropsShared, } from "./types/Icon/index.cjs";
18
25
  //# 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;AAE9B,OAAO,EAAE,qBAAqB,EAAE,0CAAsC;AAGtE,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,EAAE,KAAK,qBAAqB,EAAE,qCAA2B;AAGhE,OAAO,EAAE,KAAK,yBAAyB,EAAE,yCAA+B;AAGxE,OAAO,EAAE,KAAK,wBAAwB,EAAE,wCAA8B;AAGtE,OAAO,EAAE,KAAK,sBAAsB,EAAE,sCAA4B;AAGlE,OAAO,EAAE,KAAK,yBAAyB,EAAE,yCAA+B;AAGxE,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,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,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,KAAK,UAAU,EACf,KAAK,cAAc,EACnB,KAAK,cAAc,GACpB,8BAAoB"}
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;AAE9B,OAAO,EAAE,qBAAqB,EAAE,0CAAsC;AAGtE,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,iBAAiB,EAAE,iCAAuB;AAGxD,OAAO,EAAE,KAAK,oBAAoB,EAAE,oCAA0B;AAG9D,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,EACL,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,KAAK,eAAe,GACrB,+BAAqB"}
package/dist/index.d.mts CHANGED
@@ -3,16 +3,23 @@ export { isReactNodeRenderable } from "./utils/isReactNodeRenderable.mjs";
3
3
  export { AvatarBaseSize, AvatarBaseShape, type AvatarBasePropsShared, } from "./types/AvatarBase/index.mjs";
4
4
  export { BadgeCountSize, type BadgeCountPropsShared } from "./types/BadgeCount/index.mjs";
5
5
  export { BadgeStatusStatus, BadgeStatusSize, type BadgeStatusPropsShared, } from "./types/BadgeStatus/index.mjs";
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 BoxHorizontalPropsShared } from "./types/BoxHorizontal/index.mjs";
9
- export { type BoxVerticalPropsShared } from "./types/BoxVertical/index.mjs";
9
+ export { type BoxRowPropsShared } from "./types/BoxRow/index.mjs";
10
+ export { type BoxColumnPropsShared } from "./types/BoxColumn/index.mjs";
11
+ export { HeaderSearchVariant, type HeaderSearchInlinePropsShared, type HeaderSearchPropsShared, type HeaderSearchScreenPropsShared, } from "./types/HeaderSearch/index.mjs";
10
12
  export { type KeyValueColumnPropsShared } from "./types/KeyValueColumn/index.mjs";
13
+ export { KeyValueRowVariant, type KeyValueRowPropsShared, } from "./types/KeyValueRow/index.mjs";
11
14
  export { type ButtonFilterPropsShared } from "./types/ButtonFilter/index.mjs";
12
15
  export { type AvatarNetworkPropsShared } from "./types/AvatarNetwork/index.mjs";
13
16
  export { AvatarTokenSize, type AvatarTokenPropsShared, } from "./types/AvatarToken/index.mjs";
14
17
  export { BannerAlertSeverity, type BannerAlertPropsShared, } from "./types/BannerAlert/index.mjs";
18
+ export { type BadgeNetworkPropsShared } from "./types/BadgeNetwork/index.mjs";
15
19
  export { BadgeWrapperPositionAnchorShape, BadgeWrapperPosition, type BadgeWrapperCustomPosition, type BadgeWrapperPropsShared, } from "./types/BadgeWrapper/index.mjs";
16
20
  export { AvatarAccountSize, AvatarAccountVariant, type AvatarAccountPropsShared, } from "./types/AvatarAccount/index.mjs";
17
- export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor, type BoxSpacing, type BoxBorderWidth, type BoxPropsShared, } from "./types/Box/index.mjs";
21
+ export { FontFamily, FontStyle, FontWeight, TextColor, TextVariant, type TextPropsShared, } from "./types/Text/index.mjs";
22
+ export { AvatarFaviconSize, type AvatarFaviconPropsShared, } from "./types/AvatarFavicon/index.mjs";
23
+ export { type CheckboxPropsShared } from "./types/Checkbox/index.mjs";
24
+ export { IconColor, IconName, IconSize, type IconPropsShared, } from "./types/Icon/index.mjs";
18
25
  //# 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;AAE9B,OAAO,EAAE,qBAAqB,EAAE,0CAAsC;AAGtE,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,EAAE,KAAK,qBAAqB,EAAE,qCAA2B;AAGhE,OAAO,EAAE,KAAK,yBAAyB,EAAE,yCAA+B;AAGxE,OAAO,EAAE,KAAK,wBAAwB,EAAE,wCAA8B;AAGtE,OAAO,EAAE,KAAK,sBAAsB,EAAE,sCAA4B;AAGlE,OAAO,EAAE,KAAK,yBAAyB,EAAE,yCAA+B;AAGxE,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,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,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,KAAK,UAAU,EACf,KAAK,cAAc,EACnB,KAAK,cAAc,GACpB,8BAAoB"}
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;AAE9B,OAAO,EAAE,qBAAqB,EAAE,0CAAsC;AAGtE,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,iBAAiB,EAAE,iCAAuB;AAGxD,OAAO,EAAE,KAAK,oBAAoB,EAAE,oCAA0B;AAG9D,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,EACL,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,KAAK,eAAe,GACrB,+BAAqB"}
package/dist/index.mjs CHANGED
@@ -6,6 +6,12 @@ export { AvatarBaseSize, AvatarBaseShape } from "./types/AvatarBase/index.mjs";
6
6
  export { BadgeCountSize } from "./types/BadgeCount/index.mjs";
7
7
  // BadgeStatus types (ADR-0003 + ADR-0004)
8
8
  export { BadgeStatusStatus, BadgeStatusSize } from "./types/BadgeStatus/index.mjs";
9
+ // IconAlert types (ADR-0003 + ADR-0004)
10
+ export { IconAlertSeverity } from "./types/IconAlert/index.mjs";
11
+ // HeaderSearch types (ADR-0003 + ADR-0004)
12
+ export { HeaderSearchVariant } from "./types/HeaderSearch/index.mjs";
13
+ // KeyValueRow types (ADR-0003 + ADR-0004)
14
+ export { KeyValueRowVariant } from "./types/KeyValueRow/index.mjs";
9
15
  // AvatarToken types (ADR-0003 + ADR-0004)
10
16
  export { AvatarTokenSize } from "./types/AvatarToken/index.mjs";
11
17
  // BannerAlert types (ADR-0003 + ADR-0004)
@@ -13,6 +19,10 @@ export { BannerAlertSeverity } from "./types/BannerAlert/index.mjs";
13
19
  // BadgeWrapper types (ADR-0003 + ADR-0004)
14
20
  export { BadgeWrapperPositionAnchorShape, BadgeWrapperPosition } from "./types/BadgeWrapper/index.mjs";
15
21
  export { AvatarAccountSize, AvatarAccountVariant } from "./types/AvatarAccount/index.mjs";
16
- // Box types (ADR-0003 + ADR-0004)
17
- export { BoxFlexDirection, BoxFlexWrap, BoxAlignItems, BoxJustifyContent, BoxBackgroundColor, BoxBorderColor } from "./types/Box/index.mjs";
22
+ // Text types (ADR-0003 + ADR-0004)
23
+ export { FontFamily, FontStyle, FontWeight, TextColor, TextVariant } from "./types/Text/index.mjs";
24
+ // AvatarFavicon types (ADR-0004)
25
+ export { AvatarFaviconSize } from "./types/AvatarFavicon/index.mjs";
26
+ // Icon types (ADR-0003 + ADR-0004)
27
+ export { IconColor, IconName, IconSize } from "./types/Icon/index.mjs";
18
28
  //# 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,OAAO,EAAE,qBAAqB,EAAE,0CAAsC;AAEtE,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;AAuB7B,0CAA0C;AAC1C,OAAO,EACL,eAAe,EAEhB,sCAA4B;AAE7B,0CAA0C;AAC1C,OAAO,EACL,mBAAmB,EAEpB,sCAA4B;AAE7B,2CAA2C;AAC3C,OAAO,EACL,+BAA+B,EAC/B,oBAAoB,EAGrB,uCAA6B;AAE9B,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EAErB,wCAA8B;AAE/B,kCAAkC;AAClC,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EAIf,8BAAoB","sourcesContent":["export {\n extractAccountAddress,\n generateSeedEthereum,\n generateSeedNonEthereum,\n isEthereumAddress,\n generateIconSeed,\n} from './utils/caip-address';\n\nexport { isReactNodeRenderable } from './utils/isReactNodeRenderable';\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// BannerBase types (ADR-0004)\nexport { type BannerBasePropsShared } from './types/BannerBase';\n\n// TextOrChildren types (ADR-0004)\nexport { type TextOrChildrenPropsShared } from './types/TextOrChildren';\n\n// BoxHorizontal types (ADR-0004)\nexport { type BoxHorizontalPropsShared } from './types/BoxHorizontal';\n\n// BoxVertical types (ADR-0004)\nexport { type BoxVerticalPropsShared } from './types/BoxVertical';\n\n// KeyValueColumn types (ADR-0004)\nexport { type KeyValueColumnPropsShared } from './types/KeyValueColumn';\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// 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// 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"]}
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,OAAO,EAAE,qBAAqB,EAAE,0CAAsC;AAEtE,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;AAc3B,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,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\nexport { isReactNodeRenderable } from './utils/isReactNodeRenderable';\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// BoxRow types (ADR-0004)\nexport { type BoxRowPropsShared } from './types/BoxRow';\n\n// BoxColumn types (ADR-0004)\nexport { type BoxColumnPropsShared } from './types/BoxColumn';\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// Icon types (ADR-0003 + ADR-0004)\nexport {\n IconColor,\n IconName,\n IconSize,\n type IconPropsShared,\n} from './types/Icon';\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AvatarFaviconSize = void 0;
4
+ const AvatarBase_types_1 = require("../AvatarBase/AvatarBase.types.cjs");
5
+ exports.AvatarFaviconSize = AvatarBase_types_1.AvatarBaseSize;
6
+ //# sourceMappingURL=AvatarFavicon.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarFavicon.types.cjs","sourceRoot":"","sources":["../../../src/types/AvatarFavicon/AvatarFavicon.types.ts"],"names":[],"mappings":";;;AAAA,yEAAgE;AAEnD,QAAA,iBAAiB,GAAG,iCAAc,CAAC","sourcesContent":["import { AvatarBaseSize } from '../AvatarBase/AvatarBase.types';\n\nexport const AvatarFaviconSize = AvatarBaseSize;\nexport type AvatarFaviconSize = AvatarBaseSize;\n\n/**\n * AvatarFavicon component shared props (ADR-0004)\n * Platform-independent properties shared across React and React Native.\n */\nexport type AvatarFaviconPropsShared = {\n /**\n * Optional name of the dapp.\n * Used as alt text for the image, and the first letter is used as fallback\n * text when no explicit fallbackText is provided.\n */\n name?: string;\n /**\n * Optional text to display when no image is provided or when the image\n * fails to load. If not provided, the first letter of name is used.\n */\n fallbackText?: string;\n /**\n * Optional prop to control the size of the avatar favicon.\n *\n * @default AvatarFaviconSize.Md\n */\n size?: AvatarFaviconSize;\n};\n"]}
@@ -0,0 +1,33 @@
1
+ import { AvatarBaseSize } from "../AvatarBase/AvatarBase.types.cjs";
2
+ export declare const AvatarFaviconSize: {
3
+ readonly Xs: "xs";
4
+ readonly Sm: "sm";
5
+ readonly Md: "md";
6
+ readonly Lg: "lg";
7
+ readonly Xl: "xl";
8
+ };
9
+ export type AvatarFaviconSize = AvatarBaseSize;
10
+ /**
11
+ * AvatarFavicon component shared props (ADR-0004)
12
+ * Platform-independent properties shared across React and React Native.
13
+ */
14
+ export type AvatarFaviconPropsShared = {
15
+ /**
16
+ * Optional name of the dapp.
17
+ * Used as alt text for the image, and the first letter is used as fallback
18
+ * text when no explicit fallbackText is provided.
19
+ */
20
+ name?: string;
21
+ /**
22
+ * Optional text to display when no image is provided or when the image
23
+ * fails to load. If not provided, the first letter of name is used.
24
+ */
25
+ fallbackText?: string;
26
+ /**
27
+ * Optional prop to control the size of the avatar favicon.
28
+ *
29
+ * @default AvatarFaviconSize.Md
30
+ */
31
+ size?: AvatarFaviconSize;
32
+ };
33
+ //# sourceMappingURL=AvatarFavicon.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarFavicon.types.d.cts","sourceRoot":"","sources":["../../../src/types/AvatarFavicon/AvatarFavicon.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE,eAAO,MAAM,iBAAiB;;;;;;CAAiB,CAAC;AAChD,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC;AAE/C;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,iBAAiB,CAAC;CAC1B,CAAC"}
@@ -0,0 +1,33 @@
1
+ import { AvatarBaseSize } from "../AvatarBase/AvatarBase.types.mjs";
2
+ export declare const AvatarFaviconSize: {
3
+ readonly Xs: "xs";
4
+ readonly Sm: "sm";
5
+ readonly Md: "md";
6
+ readonly Lg: "lg";
7
+ readonly Xl: "xl";
8
+ };
9
+ export type AvatarFaviconSize = AvatarBaseSize;
10
+ /**
11
+ * AvatarFavicon component shared props (ADR-0004)
12
+ * Platform-independent properties shared across React and React Native.
13
+ */
14
+ export type AvatarFaviconPropsShared = {
15
+ /**
16
+ * Optional name of the dapp.
17
+ * Used as alt text for the image, and the first letter is used as fallback
18
+ * text when no explicit fallbackText is provided.
19
+ */
20
+ name?: string;
21
+ /**
22
+ * Optional text to display when no image is provided or when the image
23
+ * fails to load. If not provided, the first letter of name is used.
24
+ */
25
+ fallbackText?: string;
26
+ /**
27
+ * Optional prop to control the size of the avatar favicon.
28
+ *
29
+ * @default AvatarFaviconSize.Md
30
+ */
31
+ size?: AvatarFaviconSize;
32
+ };
33
+ //# sourceMappingURL=AvatarFavicon.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarFavicon.types.d.mts","sourceRoot":"","sources":["../../../src/types/AvatarFavicon/AvatarFavicon.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE,eAAO,MAAM,iBAAiB;;;;;;CAAiB,CAAC;AAChD,MAAM,MAAM,iBAAiB,GAAG,cAAc,CAAC;AAE/C;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,iBAAiB,CAAC;CAC1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { AvatarBaseSize } from "../AvatarBase/AvatarBase.types.mjs";
2
+ export const AvatarFaviconSize = AvatarBaseSize;
3
+ //# sourceMappingURL=AvatarFavicon.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarFavicon.types.mjs","sourceRoot":"","sources":["../../../src/types/AvatarFavicon/AvatarFavicon.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE,MAAM,CAAC,MAAM,iBAAiB,GAAG,cAAc,CAAC","sourcesContent":["import { AvatarBaseSize } from '../AvatarBase/AvatarBase.types';\n\nexport const AvatarFaviconSize = AvatarBaseSize;\nexport type AvatarFaviconSize = AvatarBaseSize;\n\n/**\n * AvatarFavicon component shared props (ADR-0004)\n * Platform-independent properties shared across React and React Native.\n */\nexport type AvatarFaviconPropsShared = {\n /**\n * Optional name of the dapp.\n * Used as alt text for the image, and the first letter is used as fallback\n * text when no explicit fallbackText is provided.\n */\n name?: string;\n /**\n * Optional text to display when no image is provided or when the image\n * fails to load. If not provided, the first letter of name is used.\n */\n fallbackText?: string;\n /**\n * Optional prop to control the size of the avatar favicon.\n *\n * @default AvatarFaviconSize.Md\n */\n size?: AvatarFaviconSize;\n};\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AvatarFaviconSize = void 0;
4
+ var AvatarFavicon_types_1 = require("./AvatarFavicon.types.cjs");
5
+ Object.defineProperty(exports, "AvatarFaviconSize", { enumerable: true, get: function () { return AvatarFavicon_types_1.AvatarFaviconSize; } });
6
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/types/AvatarFavicon/index.ts"],"names":[],"mappings":";;;AAAA,iEAG+B;AAF7B,wHAAA,iBAAiB,OAAA","sourcesContent":["export {\n AvatarFaviconSize,\n type AvatarFaviconPropsShared,\n} from './AvatarFavicon.types';\n"]}
@@ -0,0 +1,2 @@
1
+ export { AvatarFaviconSize, type AvatarFaviconPropsShared, } from "./AvatarFavicon.types.cjs";
2
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/types/AvatarFavicon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,KAAK,wBAAwB,GAC9B,kCAA8B"}
@@ -0,0 +1,2 @@
1
+ export { AvatarFaviconSize, type AvatarFaviconPropsShared, } from "./AvatarFavicon.types.mjs";
2
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/types/AvatarFavicon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,KAAK,wBAAwB,GAC9B,kCAA8B"}
@@ -0,0 +1,2 @@
1
+ export { AvatarFaviconSize } from "./AvatarFavicon.types.mjs";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/types/AvatarFavicon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAElB,kCAA8B","sourcesContent":["export {\n AvatarFaviconSize,\n type AvatarFaviconPropsShared,\n} from './AvatarFavicon.types';\n"]}
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=BoxHorizontal.types.cjs.map
3
+ //# sourceMappingURL=BadgeNetwork.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BadgeNetwork.types.cjs","sourceRoot":"","sources":["../../../src/types/BadgeNetwork/BadgeNetwork.types.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * BadgeNetwork component shared props (ADR-0004)\n * Platform-independent properties shared across React and React Native.\n * Note: `src` is not included here because it has a platform-specific type\n * (string in React, ImageOrSvgSrc in React Native).\n */\nexport type BadgeNetworkPropsShared = {\n /**\n * Optional name of the network.\n * Used as alt text for the image, and the first letter is used as fallback\n * text when no explicit fallbackText is provided.\n */\n name?: string;\n /**\n * Optional text to display when no image is provided or when the image\n * fails to load. If not provided, the first letter of name is used.\n */\n fallbackText?: string;\n};\n"]}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * BadgeNetwork component shared props (ADR-0004)
3
+ * Platform-independent properties shared across React and React Native.
4
+ * Note: `src` is not included here because it has a platform-specific type
5
+ * (string in React, ImageOrSvgSrc in React Native).
6
+ */
7
+ export type BadgeNetworkPropsShared = {
8
+ /**
9
+ * Optional name of the network.
10
+ * Used as alt text for the image, and the first letter is used as fallback
11
+ * text when no explicit fallbackText is provided.
12
+ */
13
+ name?: string;
14
+ /**
15
+ * Optional text to display when no image is provided or when the image
16
+ * fails to load. If not provided, the first letter of name is used.
17
+ */
18
+ fallbackText?: string;
19
+ };
20
+ //# sourceMappingURL=BadgeNetwork.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BadgeNetwork.types.d.cts","sourceRoot":"","sources":["../../../src/types/BadgeNetwork/BadgeNetwork.types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * BadgeNetwork component shared props (ADR-0004)
3
+ * Platform-independent properties shared across React and React Native.
4
+ * Note: `src` is not included here because it has a platform-specific type
5
+ * (string in React, ImageOrSvgSrc in React Native).
6
+ */
7
+ export type BadgeNetworkPropsShared = {
8
+ /**
9
+ * Optional name of the network.
10
+ * Used as alt text for the image, and the first letter is used as fallback
11
+ * text when no explicit fallbackText is provided.
12
+ */
13
+ name?: string;
14
+ /**
15
+ * Optional text to display when no image is provided or when the image
16
+ * fails to load. If not provided, the first letter of name is used.
17
+ */
18
+ fallbackText?: string;
19
+ };
20
+ //# sourceMappingURL=BadgeNetwork.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BadgeNetwork.types.d.mts","sourceRoot":"","sources":["../../../src/types/BadgeNetwork/BadgeNetwork.types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=BadgeNetwork.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BadgeNetwork.types.mjs","sourceRoot":"","sources":["../../../src/types/BadgeNetwork/BadgeNetwork.types.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * BadgeNetwork component shared props (ADR-0004)\n * Platform-independent properties shared across React and React Native.\n * Note: `src` is not included here because it has a platform-specific type\n * (string in React, ImageOrSvgSrc in React Native).\n */\nexport type BadgeNetworkPropsShared = {\n /**\n * Optional name of the network.\n * Used as alt text for the image, and the first letter is used as fallback\n * text when no explicit fallbackText is provided.\n */\n name?: string;\n /**\n * Optional text to display when no image is provided or when the image\n * fails to load. If not provided, the first letter of name is used.\n */\n fallbackText?: string;\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/types/BadgeNetwork/index.ts"],"names":[],"mappings":"","sourcesContent":["export { type BadgeNetworkPropsShared } from './BadgeNetwork.types';\n"]}
@@ -0,0 +1,2 @@
1
+ export { type BadgeNetworkPropsShared } from "./BadgeNetwork.types.cjs";
2
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/types/BadgeNetwork/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,uBAAuB,EAAE,iCAA6B"}
@@ -0,0 +1,2 @@
1
+ export { type BadgeNetworkPropsShared } from "./BadgeNetwork.types.mjs";
2
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/types/BadgeNetwork/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,uBAAuB,EAAE,iCAA6B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/types/BadgeNetwork/index.ts"],"names":[],"mappings":"","sourcesContent":["export { type BadgeNetworkPropsShared } from './BadgeNetwork.types';\n"]}
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=BoxVertical.types.cjs.map
3
+ //# sourceMappingURL=BoxColumn.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BoxColumn.types.cjs","sourceRoot":"","sources":["../../../src/types/BoxColumn/BoxColumn.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ReactNode } from 'react';\n\nimport type { TextOrChildrenPropsShared } from '../TextOrChildren';\n\n/**\n * BoxColumn component shared props (ADR-0004)\n * Platform-independent properties shared across React and React Native.\n */\nexport type BoxColumnPropsShared = TextOrChildrenPropsShared & {\n /**\n * Optional node rendered above the text/children.\n */\n topAccessory?: ReactNode;\n /**\n * Optional node rendered below the text/children.\n */\n bottomAccessory?: ReactNode;\n};\n"]}
@@ -1,10 +1,10 @@
1
1
  import type { ReactNode } from "react";
2
2
  import type { TextOrChildrenPropsShared } from "../TextOrChildren/index.cjs";
3
3
  /**
4
- * BoxVertical component shared props (ADR-0004)
4
+ * BoxColumn component shared props (ADR-0004)
5
5
  * Platform-independent properties shared across React and React Native.
6
6
  */
7
- export type BoxVerticalPropsShared = TextOrChildrenPropsShared & {
7
+ export type BoxColumnPropsShared = TextOrChildrenPropsShared & {
8
8
  /**
9
9
  * Optional node rendered above the text/children.
10
10
  */
@@ -14,4 +14,4 @@ export type BoxVerticalPropsShared = TextOrChildrenPropsShared & {
14
14
  */
15
15
  bottomAccessory?: ReactNode;
16
16
  };
17
- //# sourceMappingURL=BoxVertical.types.d.cts.map
17
+ //# sourceMappingURL=BoxColumn.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BoxColumn.types.d.cts","sourceRoot":"","sources":["../../../src/types/BoxColumn/BoxColumn.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc;AAEvC,OAAO,KAAK,EAAE,yBAAyB,EAAE,oCAA0B;AAEnE;;;GAGG;AACH,MAAM,MAAM,oBAAoB,GAAG,yBAAyB,GAAG;IAC7D;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import type { ReactNode } from "react";
2
2
  import type { TextOrChildrenPropsShared } from "../TextOrChildren/index.mjs";
3
3
  /**
4
- * BoxVertical component shared props (ADR-0004)
4
+ * BoxColumn component shared props (ADR-0004)
5
5
  * Platform-independent properties shared across React and React Native.
6
6
  */
7
- export type BoxVerticalPropsShared = TextOrChildrenPropsShared & {
7
+ export type BoxColumnPropsShared = TextOrChildrenPropsShared & {
8
8
  /**
9
9
  * Optional node rendered above the text/children.
10
10
  */
@@ -14,4 +14,4 @@ export type BoxVerticalPropsShared = TextOrChildrenPropsShared & {
14
14
  */
15
15
  bottomAccessory?: ReactNode;
16
16
  };
17
- //# sourceMappingURL=BoxVertical.types.d.mts.map
17
+ //# sourceMappingURL=BoxColumn.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BoxColumn.types.d.mts","sourceRoot":"","sources":["../../../src/types/BoxColumn/BoxColumn.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc;AAEvC,OAAO,KAAK,EAAE,yBAAyB,EAAE,oCAA0B;AAEnE;;;GAGG;AACH,MAAM,MAAM,oBAAoB,GAAG,yBAAyB,GAAG;IAC7D;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=BoxColumn.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BoxColumn.types.mjs","sourceRoot":"","sources":["../../../src/types/BoxColumn/BoxColumn.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ReactNode } from 'react';\n\nimport type { TextOrChildrenPropsShared } from '../TextOrChildren';\n\n/**\n * BoxColumn component shared props (ADR-0004)\n * Platform-independent properties shared across React and React Native.\n */\nexport type BoxColumnPropsShared = TextOrChildrenPropsShared & {\n /**\n * Optional node rendered above the text/children.\n */\n topAccessory?: ReactNode;\n /**\n * Optional node rendered below the text/children.\n */\n bottomAccessory?: ReactNode;\n};\n"]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/types/BoxColumn/index.ts"],"names":[],"mappings":"","sourcesContent":["export { type BoxColumnPropsShared } from './BoxColumn.types';\n"]}
@@ -0,0 +1,2 @@
1
+ export { type BoxColumnPropsShared } from "./BoxColumn.types.cjs";
2
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/types/BoxColumn/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,oBAAoB,EAAE,8BAA0B"}
@@ -0,0 +1,2 @@
1
+ export { type BoxColumnPropsShared } from "./BoxColumn.types.mjs";
2
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/types/BoxColumn/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,oBAAoB,EAAE,8BAA0B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/types/BoxColumn/index.ts"],"names":[],"mappings":"","sourcesContent":["export { type BoxColumnPropsShared } from './BoxColumn.types';\n"]}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=BoxRow.types.cjs.map