@metamask/design-system-react-native 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/dist/components/ActionListItem/ActionListItem.cjs +86 -0
  3. package/dist/components/ActionListItem/ActionListItem.cjs.map +1 -0
  4. package/dist/components/ActionListItem/ActionListItem.d.cts +4 -0
  5. package/dist/components/ActionListItem/ActionListItem.d.cts.map +1 -0
  6. package/dist/components/ActionListItem/ActionListItem.d.mts +4 -0
  7. package/dist/components/ActionListItem/ActionListItem.d.mts.map +1 -0
  8. package/dist/components/ActionListItem/ActionListItem.mjs +66 -0
  9. package/dist/components/ActionListItem/ActionListItem.mjs.map +1 -0
  10. package/dist/components/ActionListItem/ActionListItem.types.cjs +3 -0
  11. package/dist/components/ActionListItem/ActionListItem.types.cjs.map +1 -0
  12. package/dist/components/ActionListItem/ActionListItem.types.d.cts +73 -0
  13. package/dist/components/ActionListItem/ActionListItem.types.d.cts.map +1 -0
  14. package/dist/components/ActionListItem/ActionListItem.types.d.mts +73 -0
  15. package/dist/components/ActionListItem/ActionListItem.types.d.mts.map +1 -0
  16. package/dist/components/ActionListItem/ActionListItem.types.mjs +2 -0
  17. package/dist/components/ActionListItem/ActionListItem.types.mjs.map +1 -0
  18. package/dist/components/ActionListItem/index.cjs +6 -0
  19. package/dist/components/ActionListItem/index.cjs.map +1 -0
  20. package/dist/components/ActionListItem/index.d.cts +3 -0
  21. package/dist/components/ActionListItem/index.d.cts.map +1 -0
  22. package/dist/components/ActionListItem/index.d.mts +3 -0
  23. package/dist/components/ActionListItem/index.d.mts.map +1 -0
  24. package/dist/components/ActionListItem/index.mjs +2 -0
  25. package/dist/components/ActionListItem/index.mjs.map +1 -0
  26. package/dist/components/BadgeCount/BadgeCount.cjs +3 -3
  27. package/dist/components/BadgeCount/BadgeCount.cjs.map +1 -1
  28. package/dist/components/BadgeCount/BadgeCount.constants.cjs +6 -10
  29. package/dist/components/BadgeCount/BadgeCount.constants.cjs.map +1 -1
  30. package/dist/components/BadgeCount/BadgeCount.constants.d.cts +1 -2
  31. package/dist/components/BadgeCount/BadgeCount.constants.d.cts.map +1 -1
  32. package/dist/components/BadgeCount/BadgeCount.constants.d.mts +1 -2
  33. package/dist/components/BadgeCount/BadgeCount.constants.d.mts.map +1 -1
  34. package/dist/components/BadgeCount/BadgeCount.constants.mjs +3 -7
  35. package/dist/components/BadgeCount/BadgeCount.constants.mjs.map +1 -1
  36. package/dist/components/BadgeCount/BadgeCount.d.cts.map +1 -1
  37. package/dist/components/BadgeCount/BadgeCount.d.mts.map +1 -1
  38. package/dist/components/BadgeCount/BadgeCount.mjs +3 -3
  39. package/dist/components/BadgeCount/BadgeCount.mjs.map +1 -1
  40. package/dist/components/BadgeCount/BadgeCount.types.cjs.map +1 -1
  41. package/dist/components/BadgeCount/BadgeCount.types.d.cts +5 -22
  42. package/dist/components/BadgeCount/BadgeCount.types.d.cts.map +1 -1
  43. package/dist/components/BadgeCount/BadgeCount.types.d.mts +5 -22
  44. package/dist/components/BadgeCount/BadgeCount.types.d.mts.map +1 -1
  45. package/dist/components/BadgeCount/BadgeCount.types.mjs.map +1 -1
  46. package/dist/components/BadgeCount/index.cjs +2 -2
  47. package/dist/components/BadgeCount/index.cjs.map +1 -1
  48. package/dist/components/BadgeCount/index.d.cts +1 -1
  49. package/dist/components/BadgeCount/index.d.cts.map +1 -1
  50. package/dist/components/BadgeCount/index.d.mts +1 -1
  51. package/dist/components/BadgeCount/index.d.mts.map +1 -1
  52. package/dist/components/BadgeCount/index.mjs +1 -1
  53. package/dist/components/BadgeCount/index.mjs.map +1 -1
  54. package/dist/components/BottomSheetHeader/BottomSheetHeader.cjs +27 -0
  55. package/dist/components/BottomSheetHeader/BottomSheetHeader.cjs.map +1 -0
  56. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.cjs +15 -0
  57. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.cjs.map +1 -0
  58. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.cts +7 -0
  59. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.cts.map +1 -0
  60. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.mts +7 -0
  61. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.d.mts.map +1 -0
  62. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.mjs +12 -0
  63. package/dist/components/BottomSheetHeader/BottomSheetHeader.constants.mjs.map +1 -0
  64. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.cts +4 -0
  65. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.cts.map +1 -0
  66. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.mts +4 -0
  67. package/dist/components/BottomSheetHeader/BottomSheetHeader.d.mts.map +1 -0
  68. package/dist/components/BottomSheetHeader/BottomSheetHeader.mjs +27 -0
  69. package/dist/components/BottomSheetHeader/BottomSheetHeader.mjs.map +1 -0
  70. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.cjs +14 -0
  71. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.cjs.map +1 -0
  72. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.cts +50 -0
  73. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.cts.map +1 -0
  74. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.mts +50 -0
  75. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.d.mts.map +1 -0
  76. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.mjs +11 -0
  77. package/dist/components/BottomSheetHeader/BottomSheetHeader.types.mjs.map +1 -0
  78. package/dist/components/BottomSheetHeader/index.cjs +8 -0
  79. package/dist/components/BottomSheetHeader/index.cjs.map +1 -0
  80. package/dist/components/BottomSheetHeader/index.d.cts +4 -0
  81. package/dist/components/BottomSheetHeader/index.d.cts.map +1 -0
  82. package/dist/components/BottomSheetHeader/index.d.mts +4 -0
  83. package/dist/components/BottomSheetHeader/index.d.mts.map +1 -0
  84. package/dist/components/BottomSheetHeader/index.mjs +3 -0
  85. package/dist/components/BottomSheetHeader/index.mjs.map +1 -0
  86. package/dist/components/ButtonHero/ButtonHero.cjs +37 -0
  87. package/dist/components/ButtonHero/ButtonHero.cjs.map +1 -0
  88. package/dist/components/ButtonHero/ButtonHero.d.cts +13 -0
  89. package/dist/components/ButtonHero/ButtonHero.d.cts.map +1 -0
  90. package/dist/components/ButtonHero/ButtonHero.d.mts +13 -0
  91. package/dist/components/ButtonHero/ButtonHero.d.mts.map +1 -0
  92. package/dist/components/ButtonHero/ButtonHero.mjs +37 -0
  93. package/dist/components/ButtonHero/ButtonHero.mjs.map +1 -0
  94. package/dist/components/ButtonHero/ButtonHero.types.cjs +3 -0
  95. package/dist/components/ButtonHero/ButtonHero.types.cjs.map +1 -0
  96. package/dist/components/ButtonHero/ButtonHero.types.d.cts +3 -0
  97. package/dist/components/ButtonHero/ButtonHero.types.d.cts.map +1 -0
  98. package/dist/components/ButtonHero/ButtonHero.types.d.mts +3 -0
  99. package/dist/components/ButtonHero/ButtonHero.types.d.mts.map +1 -0
  100. package/dist/components/ButtonHero/ButtonHero.types.mjs +2 -0
  101. package/dist/components/ButtonHero/ButtonHero.types.mjs.map +1 -0
  102. package/dist/components/ButtonHero/index.cjs +8 -0
  103. package/dist/components/ButtonHero/index.cjs.map +1 -0
  104. package/dist/components/ButtonHero/index.d.cts +4 -0
  105. package/dist/components/ButtonHero/index.d.cts.map +1 -0
  106. package/dist/components/ButtonHero/index.d.mts +4 -0
  107. package/dist/components/ButtonHero/index.d.mts.map +1 -0
  108. package/dist/components/ButtonHero/index.mjs +3 -0
  109. package/dist/components/ButtonHero/index.mjs.map +1 -0
  110. package/dist/components/ButtonSemantic/ButtonSemantic.cjs +64 -0
  111. package/dist/components/ButtonSemantic/ButtonSemantic.cjs.map +1 -0
  112. package/dist/components/ButtonSemantic/ButtonSemantic.constants.cjs +17 -0
  113. package/dist/components/ButtonSemantic/ButtonSemantic.constants.cjs.map +1 -0
  114. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.cts +5 -0
  115. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.cts.map +1 -0
  116. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.mts +5 -0
  117. package/dist/components/ButtonSemantic/ButtonSemantic.constants.d.mts.map +1 -0
  118. package/dist/components/ButtonSemantic/ButtonSemantic.constants.mjs +14 -0
  119. package/dist/components/ButtonSemantic/ButtonSemantic.constants.mjs.map +1 -0
  120. package/dist/components/ButtonSemantic/ButtonSemantic.d.cts +4 -0
  121. package/dist/components/ButtonSemantic/ButtonSemantic.d.cts.map +1 -0
  122. package/dist/components/ButtonSemantic/ButtonSemantic.d.mts +4 -0
  123. package/dist/components/ButtonSemantic/ButtonSemantic.d.mts.map +1 -0
  124. package/dist/components/ButtonSemantic/ButtonSemantic.mjs +44 -0
  125. package/dist/components/ButtonSemantic/ButtonSemantic.mjs.map +1 -0
  126. package/dist/components/ButtonSemantic/ButtonSemantic.types.cjs +18 -0
  127. package/dist/components/ButtonSemantic/ButtonSemantic.types.cjs.map +1 -0
  128. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.cts +30 -0
  129. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.cts.map +1 -0
  130. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.mts +30 -0
  131. package/dist/components/ButtonSemantic/ButtonSemantic.types.d.mts.map +1 -0
  132. package/dist/components/ButtonSemantic/ButtonSemantic.types.mjs +15 -0
  133. package/dist/components/ButtonSemantic/ButtonSemantic.types.mjs.map +1 -0
  134. package/dist/components/ButtonSemantic/index.cjs +8 -0
  135. package/dist/components/ButtonSemantic/index.cjs.map +1 -0
  136. package/dist/components/ButtonSemantic/index.d.cts +4 -0
  137. package/dist/components/ButtonSemantic/index.d.cts.map +1 -0
  138. package/dist/components/ButtonSemantic/index.d.mts +4 -0
  139. package/dist/components/ButtonSemantic/index.d.mts.map +1 -0
  140. package/dist/components/ButtonSemantic/index.mjs +3 -0
  141. package/dist/components/ButtonSemantic/index.mjs.map +1 -0
  142. package/dist/components/HeaderBase/HeaderBase.cjs +17 -8
  143. package/dist/components/HeaderBase/HeaderBase.cjs.map +1 -1
  144. package/dist/components/HeaderBase/HeaderBase.constants.cjs +15 -0
  145. package/dist/components/HeaderBase/HeaderBase.constants.cjs.map +1 -0
  146. package/dist/components/HeaderBase/HeaderBase.constants.d.cts +7 -0
  147. package/dist/components/HeaderBase/HeaderBase.constants.d.cts.map +1 -0
  148. package/dist/components/HeaderBase/HeaderBase.constants.d.mts +7 -0
  149. package/dist/components/HeaderBase/HeaderBase.constants.d.mts.map +1 -0
  150. package/dist/components/HeaderBase/HeaderBase.constants.mjs +12 -0
  151. package/dist/components/HeaderBase/HeaderBase.constants.mjs.map +1 -0
  152. package/dist/components/HeaderBase/HeaderBase.d.cts.map +1 -1
  153. package/dist/components/HeaderBase/HeaderBase.d.mts.map +1 -1
  154. package/dist/components/HeaderBase/HeaderBase.mjs +18 -9
  155. package/dist/components/HeaderBase/HeaderBase.mjs.map +1 -1
  156. package/dist/components/HeaderBase/HeaderBase.types.cjs +12 -0
  157. package/dist/components/HeaderBase/HeaderBase.types.cjs.map +1 -1
  158. package/dist/components/HeaderBase/HeaderBase.types.d.cts +16 -0
  159. package/dist/components/HeaderBase/HeaderBase.types.d.cts.map +1 -1
  160. package/dist/components/HeaderBase/HeaderBase.types.d.mts +16 -0
  161. package/dist/components/HeaderBase/HeaderBase.types.d.mts.map +1 -1
  162. package/dist/components/HeaderBase/HeaderBase.types.mjs +11 -1
  163. package/dist/components/HeaderBase/HeaderBase.types.mjs.map +1 -1
  164. package/dist/components/HeaderBase/index.cjs +3 -1
  165. package/dist/components/HeaderBase/index.cjs.map +1 -1
  166. package/dist/components/HeaderBase/index.d.cts +1 -0
  167. package/dist/components/HeaderBase/index.d.cts.map +1 -1
  168. package/dist/components/HeaderBase/index.d.mts +1 -0
  169. package/dist/components/HeaderBase/index.d.mts.map +1 -1
  170. package/dist/components/HeaderBase/index.mjs +1 -0
  171. package/dist/components/HeaderBase/index.mjs.map +1 -1
  172. package/dist/components/SensitiveText/SensitiveText.cjs +47 -0
  173. package/dist/components/SensitiveText/SensitiveText.cjs.map +1 -0
  174. package/dist/components/SensitiveText/SensitiveText.constants.cjs +14 -0
  175. package/dist/components/SensitiveText/SensitiveText.constants.cjs.map +1 -0
  176. package/dist/components/SensitiveText/SensitiveText.constants.d.cts +11 -0
  177. package/dist/components/SensitiveText/SensitiveText.constants.d.cts.map +1 -0
  178. package/dist/components/SensitiveText/SensitiveText.constants.d.mts +11 -0
  179. package/dist/components/SensitiveText/SensitiveText.constants.d.mts.map +1 -0
  180. package/dist/components/SensitiveText/SensitiveText.constants.mjs +11 -0
  181. package/dist/components/SensitiveText/SensitiveText.constants.mjs.map +1 -0
  182. package/dist/components/SensitiveText/SensitiveText.d.cts +4 -0
  183. package/dist/components/SensitiveText/SensitiveText.d.cts.map +1 -0
  184. package/dist/components/SensitiveText/SensitiveText.d.mts +4 -0
  185. package/dist/components/SensitiveText/SensitiveText.d.mts.map +1 -0
  186. package/dist/components/SensitiveText/SensitiveText.mjs +27 -0
  187. package/dist/components/SensitiveText/SensitiveText.mjs.map +1 -0
  188. package/dist/components/SensitiveText/SensitiveText.types.cjs +3 -0
  189. package/dist/components/SensitiveText/SensitiveText.types.cjs.map +1 -0
  190. package/dist/components/SensitiveText/SensitiveText.types.d.cts +38 -0
  191. package/dist/components/SensitiveText/SensitiveText.types.d.cts.map +1 -0
  192. package/dist/components/SensitiveText/SensitiveText.types.d.mts +38 -0
  193. package/dist/components/SensitiveText/SensitiveText.types.d.mts.map +1 -0
  194. package/dist/components/SensitiveText/SensitiveText.types.mjs +2 -0
  195. package/dist/components/SensitiveText/SensitiveText.types.mjs.map +1 -0
  196. package/dist/components/SensitiveText/index.cjs +8 -0
  197. package/dist/components/SensitiveText/index.cjs.map +1 -0
  198. package/dist/components/SensitiveText/index.d.cts +4 -0
  199. package/dist/components/SensitiveText/index.d.cts.map +1 -0
  200. package/dist/components/SensitiveText/index.d.mts +4 -0
  201. package/dist/components/SensitiveText/index.d.mts.map +1 -0
  202. package/dist/components/SensitiveText/index.mjs +3 -0
  203. package/dist/components/SensitiveText/index.mjs.map +1 -0
  204. package/dist/components/index.cjs +14 -2
  205. package/dist/components/index.cjs.map +1 -1
  206. package/dist/components/index.d.cts +9 -1
  207. package/dist/components/index.d.cts.map +1 -1
  208. package/dist/components/index.d.mts +9 -1
  209. package/dist/components/index.d.mts.map +1 -1
  210. package/dist/components/index.mjs +5 -1
  211. package/dist/components/index.mjs.map +1 -1
  212. package/dist/types/index.cjs +2 -16
  213. package/dist/types/index.cjs.map +1 -1
  214. package/dist/types/index.d.cts +1 -13
  215. package/dist/types/index.d.cts.map +1 -1
  216. package/dist/types/index.d.mts +1 -13
  217. package/dist/types/index.d.mts.map +1 -1
  218. package/dist/types/index.mjs +1 -14
  219. package/dist/types/index.mjs.map +1 -1
  220. package/package.json +2 -2
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ButtonHero = void 0;
7
+ const design_system_twrnc_preset_1 = require("@metamask/design-system-twrnc-preset");
8
+ const react_1 = __importDefault(require("react"));
9
+ const ButtonBase_1 = require("../ButtonBase/index.cjs");
10
+ /**
11
+ * Inner component that uses the locked light theme from ThemeProvider.
12
+ * Destructures and ignores twClassName, textClassName, and iconClassName to prevent
13
+ * overriding the hero-specific styling (light theme lock).
14
+ *
15
+ * @param props - Component props destructured below
16
+ * @param props.isDisabled - Whether the button is disabled
17
+ * @param props.isLoading - Whether the button is in a loading state
18
+ * @param props.twClassName - Ignored to prevent override of hero styling
19
+ * @param props.textClassName - Ignored to prevent override of hero styling
20
+ * @param props.iconClassName - Ignored to prevent override of hero styling
21
+ * @returns ButtonBase component with locked light theme styles
22
+ */
23
+ const ButtonHeroInner = ({ isDisabled, isLoading, twClassName: _twClassName, textClassName: _textClassName, iconClassName: _iconClassName, ...props }) => (<ButtonBase_1.ButtonBase twClassName={(pressed) => `bg-primary-default ${pressed && !isDisabled && !isLoading ? 'bg-primary-default-pressed' : ''}`} textClassName={(_pressed) => 'text-primary-inverse'} iconClassName={(_pressed) => 'text-primary-inverse'} isDisabled={isDisabled} isLoading={isLoading} {...props}/>);
24
+ /**
25
+ * ButtonHero component - Hero button with locked light theme
26
+ *
27
+ * Used for primary marketing and call-to-action use cases.
28
+ * The button is locked to light theme colors regardless of the app's theme setting.
29
+ *
30
+ * @param props - ButtonHero props extending ButtonBaseProps
31
+ * @returns ButtonHero component wrapped in light ThemeProvider
32
+ */
33
+ const ButtonHero = (props) => (<design_system_twrnc_preset_1.ThemeProvider theme={design_system_twrnc_preset_1.Theme.Light}>
34
+ <ButtonHeroInner {...props}/>
35
+ </design_system_twrnc_preset_1.ThemeProvider>);
36
+ exports.ButtonHero = ButtonHero;
37
+ //# sourceMappingURL=ButtonHero.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonHero.cjs","sourceRoot":"","sources":["../../../src/components/ButtonHero/ButtonHero.tsx"],"names":[],"mappings":";;;;;;AAAA,qFAA4E;AAC5E,kDAA0B;AAE1B,wDAA2C;AAI3C;;;;;;;;;;;;GAYG;AACH,MAAM,eAAe,GAA8B,CAAC,EAClD,UAAU,EACV,SAAS,EACT,WAAW,EAAE,YAAY,EACzB,aAAa,EAAE,cAAc,EAC7B,aAAa,EAAE,cAAc,EAC7B,GAAG,KAAK,EACT,EAAE,EAAE,CAAC,CACJ,CAAC,uBAAU,CACT,WAAW,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CACvB,sBACE,OAAO,IAAI,CAAC,UAAU,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,4BAA4B,CAAC,CAAC,CAAC,EACxE,EAAE,CACH,CACD,aAAa,CAAC,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,sBAAsB,CAAC,CACpD,aAAa,CAAC,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,sBAAsB,CAAC,CACpD,UAAU,CAAC,CAAC,UAAU,CAAC,CACvB,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,IAAI,KAAK,CAAC,EACV,CACH,CAAC;AAEF;;;;;;;;GAQG;AACI,MAAM,UAAU,GAA8B,CAAC,KAAK,EAAE,EAAE,CAAC,CAC9D,CAAC,0CAAa,CAAC,KAAK,CAAC,CAAC,kCAAK,CAAC,KAAK,CAAC,CAChC;IAAA,CAAC,eAAe,CAAC,IAAI,KAAK,CAAC,EAC7B;EAAA,EAAE,0CAAa,CAAC,CACjB,CAAC;AAJW,QAAA,UAAU,cAIrB","sourcesContent":["import { Theme, ThemeProvider } from '@metamask/design-system-twrnc-preset';\nimport React from 'react';\n\nimport { ButtonBase } from '../ButtonBase';\n\nimport type { ButtonHeroProps } from './ButtonHero.types';\n\n/**\n * Inner component that uses the locked light theme from ThemeProvider.\n * Destructures and ignores twClassName, textClassName, and iconClassName to prevent\n * overriding the hero-specific styling (light theme lock).\n *\n * @param props - Component props destructured below\n * @param props.isDisabled - Whether the button is disabled\n * @param props.isLoading - Whether the button is in a loading state\n * @param props.twClassName - Ignored to prevent override of hero styling\n * @param props.textClassName - Ignored to prevent override of hero styling\n * @param props.iconClassName - Ignored to prevent override of hero styling\n * @returns ButtonBase component with locked light theme styles\n */\nconst ButtonHeroInner: React.FC<ButtonHeroProps> = ({\n isDisabled,\n isLoading,\n twClassName: _twClassName,\n textClassName: _textClassName,\n iconClassName: _iconClassName,\n ...props\n}) => (\n <ButtonBase\n twClassName={(pressed) =>\n `bg-primary-default ${\n pressed && !isDisabled && !isLoading ? 'bg-primary-default-pressed' : ''\n }`\n }\n textClassName={(_pressed) => 'text-primary-inverse'}\n iconClassName={(_pressed) => 'text-primary-inverse'}\n isDisabled={isDisabled}\n isLoading={isLoading}\n {...props}\n />\n);\n\n/**\n * ButtonHero component - Hero button with locked light theme\n *\n * Used for primary marketing and call-to-action use cases.\n * The button is locked to light theme colors regardless of the app's theme setting.\n *\n * @param props - ButtonHero props extending ButtonBaseProps\n * @returns ButtonHero component wrapped in light ThemeProvider\n */\nexport const ButtonHero: React.FC<ButtonHeroProps> = (props) => (\n <ThemeProvider theme={Theme.Light}>\n <ButtonHeroInner {...props} />\n </ThemeProvider>\n);\n"]}
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import type { ButtonHeroProps } from "./ButtonHero.types.cjs";
3
+ /**
4
+ * ButtonHero component - Hero button with locked light theme
5
+ *
6
+ * Used for primary marketing and call-to-action use cases.
7
+ * The button is locked to light theme colors regardless of the app's theme setting.
8
+ *
9
+ * @param props - ButtonHero props extending ButtonBaseProps
10
+ * @returns ButtonHero component wrapped in light ThemeProvider
11
+ */
12
+ export declare const ButtonHero: React.FC<ButtonHeroProps>;
13
+ //# sourceMappingURL=ButtonHero.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonHero.d.cts","sourceRoot":"","sources":["../../../src/components/ButtonHero/ButtonHero.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,cAAc;AAI1B,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAqC1D;;;;;;;;GAQG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAIhD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import type { ButtonHeroProps } from "./ButtonHero.types.mjs";
3
+ /**
4
+ * ButtonHero component - Hero button with locked light theme
5
+ *
6
+ * Used for primary marketing and call-to-action use cases.
7
+ * The button is locked to light theme colors regardless of the app's theme setting.
8
+ *
9
+ * @param props - ButtonHero props extending ButtonBaseProps
10
+ * @returns ButtonHero component wrapped in light ThemeProvider
11
+ */
12
+ export declare const ButtonHero: React.FC<ButtonHeroProps>;
13
+ //# sourceMappingURL=ButtonHero.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonHero.d.mts","sourceRoot":"","sources":["../../../src/components/ButtonHero/ButtonHero.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,cAAc;AAI1B,OAAO,KAAK,EAAE,eAAe,EAAE,+BAA2B;AAqC1D;;;;;;;;GAQG;AACH,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAIhD,CAAC"}
@@ -0,0 +1,37 @@
1
+ function $importDefault(module) {
2
+ if (module?.__esModule) {
3
+ return module.default;
4
+ }
5
+ return module;
6
+ }
7
+ import { Theme, ThemeProvider } from "@metamask/design-system-twrnc-preset";
8
+ import $React from "react";
9
+ const React = $importDefault($React);
10
+ import { ButtonBase } from "../ButtonBase/index.mjs";
11
+ /**
12
+ * Inner component that uses the locked light theme from ThemeProvider.
13
+ * Destructures and ignores twClassName, textClassName, and iconClassName to prevent
14
+ * overriding the hero-specific styling (light theme lock).
15
+ *
16
+ * @param props - Component props destructured below
17
+ * @param props.isDisabled - Whether the button is disabled
18
+ * @param props.isLoading - Whether the button is in a loading state
19
+ * @param props.twClassName - Ignored to prevent override of hero styling
20
+ * @param props.textClassName - Ignored to prevent override of hero styling
21
+ * @param props.iconClassName - Ignored to prevent override of hero styling
22
+ * @returns ButtonBase component with locked light theme styles
23
+ */
24
+ const ButtonHeroInner = ({ isDisabled, isLoading, twClassName: _twClassName, textClassName: _textClassName, iconClassName: _iconClassName, ...props }) => (<ButtonBase twClassName={(pressed) => `bg-primary-default ${pressed && !isDisabled && !isLoading ? 'bg-primary-default-pressed' : ''}`} textClassName={(_pressed) => 'text-primary-inverse'} iconClassName={(_pressed) => 'text-primary-inverse'} isDisabled={isDisabled} isLoading={isLoading} {...props}/>);
25
+ /**
26
+ * ButtonHero component - Hero button with locked light theme
27
+ *
28
+ * Used for primary marketing and call-to-action use cases.
29
+ * The button is locked to light theme colors regardless of the app's theme setting.
30
+ *
31
+ * @param props - ButtonHero props extending ButtonBaseProps
32
+ * @returns ButtonHero component wrapped in light ThemeProvider
33
+ */
34
+ export const ButtonHero = (props) => (<ThemeProvider theme={Theme.Light}>
35
+ <ButtonHeroInner {...props}/>
36
+ </ThemeProvider>);
37
+ //# sourceMappingURL=ButtonHero.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonHero.mjs","sourceRoot":"","sources":["../../../src/components/ButtonHero/ButtonHero.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,6CAA6C;AAC5E,OAAO,MAAK,cAAc;;AAE1B,OAAO,EAAE,UAAU,EAAE,gCAAsB;AAI3C;;;;;;;;;;;;GAYG;AACH,MAAM,eAAe,GAA8B,CAAC,EAClD,UAAU,EACV,SAAS,EACT,WAAW,EAAE,YAAY,EACzB,aAAa,EAAE,cAAc,EAC7B,aAAa,EAAE,cAAc,EAC7B,GAAG,KAAK,EACT,EAAE,EAAE,CAAC,CACJ,CAAC,UAAU,CACT,WAAW,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CACvB,sBACE,OAAO,IAAI,CAAC,UAAU,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,4BAA4B,CAAC,CAAC,CAAC,EACxE,EAAE,CACH,CACD,aAAa,CAAC,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,sBAAsB,CAAC,CACpD,aAAa,CAAC,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,sBAAsB,CAAC,CACpD,UAAU,CAAC,CAAC,UAAU,CAAC,CACvB,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,IAAI,KAAK,CAAC,EACV,CACH,CAAC;AAEF;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,UAAU,GAA8B,CAAC,KAAK,EAAE,EAAE,CAAC,CAC9D,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAChC;IAAA,CAAC,eAAe,CAAC,IAAI,KAAK,CAAC,EAC7B;EAAA,EAAE,aAAa,CAAC,CACjB,CAAC","sourcesContent":["import { Theme, ThemeProvider } from '@metamask/design-system-twrnc-preset';\nimport React from 'react';\n\nimport { ButtonBase } from '../ButtonBase';\n\nimport type { ButtonHeroProps } from './ButtonHero.types';\n\n/**\n * Inner component that uses the locked light theme from ThemeProvider.\n * Destructures and ignores twClassName, textClassName, and iconClassName to prevent\n * overriding the hero-specific styling (light theme lock).\n *\n * @param props - Component props destructured below\n * @param props.isDisabled - Whether the button is disabled\n * @param props.isLoading - Whether the button is in a loading state\n * @param props.twClassName - Ignored to prevent override of hero styling\n * @param props.textClassName - Ignored to prevent override of hero styling\n * @param props.iconClassName - Ignored to prevent override of hero styling\n * @returns ButtonBase component with locked light theme styles\n */\nconst ButtonHeroInner: React.FC<ButtonHeroProps> = ({\n isDisabled,\n isLoading,\n twClassName: _twClassName,\n textClassName: _textClassName,\n iconClassName: _iconClassName,\n ...props\n}) => (\n <ButtonBase\n twClassName={(pressed) =>\n `bg-primary-default ${\n pressed && !isDisabled && !isLoading ? 'bg-primary-default-pressed' : ''\n }`\n }\n textClassName={(_pressed) => 'text-primary-inverse'}\n iconClassName={(_pressed) => 'text-primary-inverse'}\n isDisabled={isDisabled}\n isLoading={isLoading}\n {...props}\n />\n);\n\n/**\n * ButtonHero component - Hero button with locked light theme\n *\n * Used for primary marketing and call-to-action use cases.\n * The button is locked to light theme colors regardless of the app's theme setting.\n *\n * @param props - ButtonHero props extending ButtonBaseProps\n * @returns ButtonHero component wrapped in light ThemeProvider\n */\nexport const ButtonHero: React.FC<ButtonHeroProps> = (props) => (\n <ThemeProvider theme={Theme.Light}>\n <ButtonHeroInner {...props} />\n </ThemeProvider>\n);\n"]}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ButtonHero.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonHero.types.cjs","sourceRoot":"","sources":["../../../src/components/ButtonHero/ButtonHero.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ButtonBaseProps } from '../ButtonBase';\n\nexport type ButtonHeroProps = ButtonBaseProps;\n"]}
@@ -0,0 +1,3 @@
1
+ import type { ButtonBaseProps } from "../ButtonBase/index.cjs";
2
+ export type ButtonHeroProps = ButtonBaseProps;
3
+ //# sourceMappingURL=ButtonHero.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonHero.types.d.cts","sourceRoot":"","sources":["../../../src/components/ButtonHero/ButtonHero.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AAErD,MAAM,MAAM,eAAe,GAAG,eAAe,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { ButtonBaseProps } from "../ButtonBase/index.mjs";
2
+ export type ButtonHeroProps = ButtonBaseProps;
3
+ //# sourceMappingURL=ButtonHero.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonHero.types.d.mts","sourceRoot":"","sources":["../../../src/components/ButtonHero/ButtonHero.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AAErD,MAAM,MAAM,eAAe,GAAG,eAAe,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ButtonHero.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonHero.types.mjs","sourceRoot":"","sources":["../../../src/components/ButtonHero/ButtonHero.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ButtonBaseProps } from '../ButtonBase';\n\nexport type ButtonHeroProps = ButtonBaseProps;\n"]}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ButtonHeroSize = exports.ButtonHero = void 0;
4
+ var ButtonHero_1 = require("./ButtonHero.cjs");
5
+ Object.defineProperty(exports, "ButtonHero", { enumerable: true, get: function () { return ButtonHero_1.ButtonHero; } });
6
+ var types_1 = require("../../types/index.cjs");
7
+ Object.defineProperty(exports, "ButtonHeroSize", { enumerable: true, get: function () { return types_1.ButtonHeroSize; } });
8
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/ButtonHero/index.ts"],"names":[],"mappings":";;;AAAA,+CAA0C;AAAjC,wGAAA,UAAU,OAAA;AAEnB,+CAA6C;AAApC,uGAAA,cAAc,OAAA","sourcesContent":["export { ButtonHero } from './ButtonHero';\nexport type { ButtonHeroProps } from './ButtonHero.types';\nexport { ButtonHeroSize } from '../../types';\n"]}
@@ -0,0 +1,4 @@
1
+ export { ButtonHero } from "./ButtonHero.cjs";
2
+ export type { ButtonHeroProps } from "./ButtonHero.types.cjs";
3
+ export { ButtonHeroSize } from "../../types/index.cjs";
4
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/ButtonHero/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAA2B;AAC1D,OAAO,EAAE,cAAc,EAAE,8BAAoB"}
@@ -0,0 +1,4 @@
1
+ export { ButtonHero } from "./ButtonHero.mjs";
2
+ export type { ButtonHeroProps } from "./ButtonHero.types.mjs";
3
+ export { ButtonHeroSize } from "../../types/index.mjs";
4
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/ButtonHero/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAC1C,YAAY,EAAE,eAAe,EAAE,+BAA2B;AAC1D,OAAO,EAAE,cAAc,EAAE,8BAAoB"}
@@ -0,0 +1,3 @@
1
+ export { ButtonHero } from "./ButtonHero.mjs";
2
+ export { ButtonHeroSize } from "../../types/index.mjs";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/ButtonHero/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB;AAE1C,OAAO,EAAE,cAAc,EAAE,8BAAoB","sourcesContent":["export { ButtonHero } from './ButtonHero';\nexport type { ButtonHeroProps } from './ButtonHero.types';\nexport { ButtonHeroSize } from '../../types';\n"]}
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.ButtonSemantic = void 0;
27
+ const react_1 = __importStar(require("react"));
28
+ const ButtonBase_1 = require("../ButtonBase/index.cjs");
29
+ const Icon_1 = require("../Icon/index.cjs");
30
+ const Text_1 = require("../Text/index.cjs");
31
+ const ButtonSemantic_constants_1 = require("./ButtonSemantic.constants.cjs");
32
+ const ButtonSemantic_types_1 = require("./ButtonSemantic.types.cjs");
33
+ const ButtonSemantic = ({ severity, children, textProps, spinnerProps, startIconProps, endIconProps, isLoading = false, twClassName = '', style, ...props }) => {
34
+ const getContainerClassName = (0, react_1.useCallback)((pressed) => {
35
+ const classNameStr = typeof twClassName === 'function' ? twClassName(pressed) : twClassName;
36
+ const bgClass = pressed || isLoading
37
+ ? (ButtonSemantic_constants_1.TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED[severity] ??
38
+ ButtonSemantic_constants_1.TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED[ButtonSemantic_types_1.ButtonSemanticSeverity.Success])
39
+ : (ButtonSemantic_constants_1.TWCLASSMAP_BUTTONSEMANTIC_BG[severity] ??
40
+ ButtonSemantic_constants_1.TWCLASSMAP_BUTTONSEMANTIC_BG[ButtonSemantic_types_1.ButtonSemanticSeverity.Success]);
41
+ return `${bgClass} ${classNameStr}`;
42
+ }, [severity, isLoading, twClassName]);
43
+ const getTextClassName = (0, react_1.useCallback)((_pressed) => ButtonSemantic_constants_1.TWCLASSMAP_BUTTONSEMANTIC_TEXT[severity] ??
44
+ ButtonSemantic_constants_1.TWCLASSMAP_BUTTONSEMANTIC_TEXT[ButtonSemantic_types_1.ButtonSemanticSeverity.Success], [severity]);
45
+ return (<ButtonBase_1.ButtonBase textProps={{
46
+ variant: Text_1.TextVariant.BodyMd,
47
+ fontWeight: Text_1.FontWeight.Medium,
48
+ numberOfLines: 1,
49
+ ellipsizeMode: 'clip',
50
+ ...textProps,
51
+ }} spinnerProps={{
52
+ ...spinnerProps,
53
+ }} startIconProps={{
54
+ size: Icon_1.IconSize.Sm,
55
+ ...startIconProps,
56
+ }} endIconProps={{
57
+ size: Icon_1.IconSize.Sm,
58
+ ...endIconProps,
59
+ }} isLoading={isLoading} twClassName={getContainerClassName} textClassName={getTextClassName} iconClassName={getTextClassName} style={style} {...props}>
60
+ {children}
61
+ </ButtonBase_1.ButtonBase>);
62
+ };
63
+ exports.ButtonSemantic = ButtonSemantic;
64
+ //# sourceMappingURL=ButtonSemantic.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.cjs","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA2C;AAE3C,wDAA2C;AAC3C,4CAAmC;AACnC,4CAAkD;AAElD,6EAIoC;AAEpC,qEAAgE;AAEzD,MAAM,cAAc,GAAG,CAAC,EAC7B,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,SAAS,GAAG,KAAK,EACjB,WAAW,GAAG,EAAE,EAChB,KAAK,EACL,GAAG,KAAK,EACY,EAAE,EAAE;IACxB,MAAM,qBAAqB,GAAG,IAAA,mBAAW,EACvC,CAAC,OAAgB,EAAU,EAAE;QAC3B,MAAM,YAAY,GAChB,OAAO,WAAW,KAAK,UAAU,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC;QAEzE,MAAM,OAAO,GACX,OAAO,IAAI,SAAS;YAClB,CAAC,CAAC,CAAC,+DAAoC,CAAC,QAAQ,CAAC;gBAC/C,+DAAoC,CAClC,6CAAsB,CAAC,OAAO,CAC/B,CAAC;YACJ,CAAC,CAAC,CAAC,uDAA4B,CAAC,QAAQ,CAAC;gBACvC,uDAA4B,CAAC,6CAAsB,CAAC,OAAO,CAAC,CAAC,CAAC;QAEpE,OAAO,GAAG,OAAO,IAAI,YAAY,EAAE,CAAC;IACtC,CAAC,EACD,CAAC,QAAQ,EAAE,SAAS,EAAE,WAAW,CAAC,CACnC,CAAC;IAEF,MAAM,gBAAgB,GAAG,IAAA,mBAAW,EAClC,CAAC,QAAiB,EAAU,EAAE,CAC5B,yDAA8B,CAAC,QAAQ,CAAC;QACxC,yDAA8B,CAAC,6CAAsB,CAAC,OAAO,CAAC,EAChE,CAAC,QAAQ,CAAC,CACX,CAAC;IAEF,OAAO,CACL,CAAC,uBAAU,CACT,SAAS,CAAC,CAAC;YACT,OAAO,EAAE,kBAAW,CAAC,MAAM;YAC3B,UAAU,EAAE,iBAAU,CAAC,MAAM;YAC7B,aAAa,EAAE,CAAC;YAChB,aAAa,EAAE,MAAM;YACrB,GAAG,SAAS;SACb,CAAC,CACF,YAAY,CAAC,CAAC;YACZ,GAAG,YAAY;SAChB,CAAC,CACF,cAAc,CAAC,CAAC;YACd,IAAI,EAAE,eAAQ,CAAC,EAAE;YACjB,GAAG,cAAc;SAClB,CAAC,CACF,YAAY,CAAC,CAAC;YACZ,IAAI,EAAE,eAAQ,CAAC,EAAE;YACjB,GAAG,YAAY;SAChB,CAAC,CACF,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,WAAW,CAAC,CAAC,qBAAqB,CAAC,CACnC,aAAa,CAAC,CAAC,gBAAgB,CAAC,CAChC,aAAa,CAAC,CAAC,gBAAgB,CAAC,CAChC,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,QAAQ,CACX;IAAA,EAAE,uBAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC;AApEW,QAAA,cAAc,kBAoEzB","sourcesContent":["import React, { useCallback } from 'react';\n\nimport { ButtonBase } from '../ButtonBase';\nimport { IconSize } from '../Icon';\nimport { TextVariant, FontWeight } from '../Text';\n\nimport {\n TWCLASSMAP_BUTTONSEMANTIC_BG,\n TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED,\n TWCLASSMAP_BUTTONSEMANTIC_TEXT,\n} from './ButtonSemantic.constants';\nimport type { ButtonSemanticProps } from './ButtonSemantic.types';\nimport { ButtonSemanticSeverity } from './ButtonSemantic.types';\n\nexport const ButtonSemantic = ({\n severity,\n children,\n textProps,\n spinnerProps,\n startIconProps,\n endIconProps,\n isLoading = false,\n twClassName = '',\n style,\n ...props\n}: ButtonSemanticProps) => {\n const getContainerClassName = useCallback(\n (pressed: boolean): string => {\n const classNameStr =\n typeof twClassName === 'function' ? twClassName(pressed) : twClassName;\n\n const bgClass =\n pressed || isLoading\n ? (TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED[severity] ??\n TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED[\n ButtonSemanticSeverity.Success\n ])\n : (TWCLASSMAP_BUTTONSEMANTIC_BG[severity] ??\n TWCLASSMAP_BUTTONSEMANTIC_BG[ButtonSemanticSeverity.Success]);\n\n return `${bgClass} ${classNameStr}`;\n },\n [severity, isLoading, twClassName],\n );\n\n const getTextClassName = useCallback(\n (_pressed: boolean): string =>\n TWCLASSMAP_BUTTONSEMANTIC_TEXT[severity] ??\n TWCLASSMAP_BUTTONSEMANTIC_TEXT[ButtonSemanticSeverity.Success],\n [severity],\n );\n\n return (\n <ButtonBase\n textProps={{\n variant: TextVariant.BodyMd,\n fontWeight: FontWeight.Medium,\n numberOfLines: 1,\n ellipsizeMode: 'clip',\n ...textProps,\n }}\n spinnerProps={{\n ...spinnerProps,\n }}\n startIconProps={{\n size: IconSize.Sm,\n ...startIconProps,\n }}\n endIconProps={{\n size: IconSize.Sm,\n ...endIconProps,\n }}\n isLoading={isLoading}\n twClassName={getContainerClassName}\n textClassName={getTextClassName}\n iconClassName={getTextClassName}\n style={style}\n {...props}\n >\n {children}\n </ButtonBase>\n );\n};\n"]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TWCLASSMAP_BUTTONSEMANTIC_TEXT = exports.TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED = exports.TWCLASSMAP_BUTTONSEMANTIC_BG = void 0;
4
+ const ButtonSemantic_types_1 = require("./ButtonSemantic.types.cjs");
5
+ exports.TWCLASSMAP_BUTTONSEMANTIC_BG = {
6
+ [ButtonSemantic_types_1.ButtonSemanticSeverity.Success]: 'bg-success-muted',
7
+ [ButtonSemantic_types_1.ButtonSemanticSeverity.Danger]: 'bg-error-muted',
8
+ };
9
+ exports.TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED = {
10
+ [ButtonSemantic_types_1.ButtonSemanticSeverity.Success]: 'bg-success-muted-pressed',
11
+ [ButtonSemantic_types_1.ButtonSemanticSeverity.Danger]: 'bg-error-muted-pressed',
12
+ };
13
+ exports.TWCLASSMAP_BUTTONSEMANTIC_TEXT = {
14
+ [ButtonSemantic_types_1.ButtonSemanticSeverity.Success]: 'text-success-default',
15
+ [ButtonSemantic_types_1.ButtonSemanticSeverity.Danger]: 'text-error-default',
16
+ };
17
+ //# sourceMappingURL=ButtonSemantic.constants.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.constants.cjs","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.constants.ts"],"names":[],"mappings":";;;AAAA,qEAAgE;AAEnD,QAAA,4BAA4B,GAGrC;IACF,CAAC,6CAAsB,CAAC,OAAO,CAAC,EAAE,kBAAkB;IACpD,CAAC,6CAAsB,CAAC,MAAM,CAAC,EAAE,gBAAgB;CAClD,CAAC;AAEW,QAAA,oCAAoC,GAG7C;IACF,CAAC,6CAAsB,CAAC,OAAO,CAAC,EAAE,0BAA0B;IAC5D,CAAC,6CAAsB,CAAC,MAAM,CAAC,EAAE,wBAAwB;CAC1D,CAAC;AAEW,QAAA,8BAA8B,GAGvC;IACF,CAAC,6CAAsB,CAAC,OAAO,CAAC,EAAE,sBAAsB;IACxD,CAAC,6CAAsB,CAAC,MAAM,CAAC,EAAE,oBAAoB;CACtD,CAAC","sourcesContent":["import { ButtonSemanticSeverity } from './ButtonSemantic.types';\n\nexport const TWCLASSMAP_BUTTONSEMANTIC_BG: Record<\n ButtonSemanticSeverity,\n string\n> = {\n [ButtonSemanticSeverity.Success]: 'bg-success-muted',\n [ButtonSemanticSeverity.Danger]: 'bg-error-muted',\n};\n\nexport const TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED: Record<\n ButtonSemanticSeverity,\n string\n> = {\n [ButtonSemanticSeverity.Success]: 'bg-success-muted-pressed',\n [ButtonSemanticSeverity.Danger]: 'bg-error-muted-pressed',\n};\n\nexport const TWCLASSMAP_BUTTONSEMANTIC_TEXT: Record<\n ButtonSemanticSeverity,\n string\n> = {\n [ButtonSemanticSeverity.Success]: 'text-success-default',\n [ButtonSemanticSeverity.Danger]: 'text-error-default',\n};\n"]}
@@ -0,0 +1,5 @@
1
+ import { ButtonSemanticSeverity } from "./ButtonSemantic.types.cjs";
2
+ export declare const TWCLASSMAP_BUTTONSEMANTIC_BG: Record<ButtonSemanticSeverity, string>;
3
+ export declare const TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED: Record<ButtonSemanticSeverity, string>;
4
+ export declare const TWCLASSMAP_BUTTONSEMANTIC_TEXT: Record<ButtonSemanticSeverity, string>;
5
+ //# sourceMappingURL=ButtonSemantic.constants.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.constants.d.cts","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,mCAA+B;AAEhE,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAC/C,sBAAsB,EACtB,MAAM,CAIP,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,MAAM,CACvD,sBAAsB,EACtB,MAAM,CAIP,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,MAAM,CACjD,sBAAsB,EACtB,MAAM,CAIP,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { ButtonSemanticSeverity } from "./ButtonSemantic.types.mjs";
2
+ export declare const TWCLASSMAP_BUTTONSEMANTIC_BG: Record<ButtonSemanticSeverity, string>;
3
+ export declare const TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED: Record<ButtonSemanticSeverity, string>;
4
+ export declare const TWCLASSMAP_BUTTONSEMANTIC_TEXT: Record<ButtonSemanticSeverity, string>;
5
+ //# sourceMappingURL=ButtonSemantic.constants.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.constants.d.mts","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,mCAA+B;AAEhE,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAC/C,sBAAsB,EACtB,MAAM,CAIP,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,MAAM,CACvD,sBAAsB,EACtB,MAAM,CAIP,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,MAAM,CACjD,sBAAsB,EACtB,MAAM,CAIP,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { ButtonSemanticSeverity } from "./ButtonSemantic.types.mjs";
2
+ export const TWCLASSMAP_BUTTONSEMANTIC_BG = {
3
+ [ButtonSemanticSeverity.Success]: 'bg-success-muted',
4
+ [ButtonSemanticSeverity.Danger]: 'bg-error-muted',
5
+ };
6
+ export const TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED = {
7
+ [ButtonSemanticSeverity.Success]: 'bg-success-muted-pressed',
8
+ [ButtonSemanticSeverity.Danger]: 'bg-error-muted-pressed',
9
+ };
10
+ export const TWCLASSMAP_BUTTONSEMANTIC_TEXT = {
11
+ [ButtonSemanticSeverity.Success]: 'text-success-default',
12
+ [ButtonSemanticSeverity.Danger]: 'text-error-default',
13
+ };
14
+ //# sourceMappingURL=ButtonSemantic.constants.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.constants.mjs","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,mCAA+B;AAEhE,MAAM,CAAC,MAAM,4BAA4B,GAGrC;IACF,CAAC,sBAAsB,CAAC,OAAO,CAAC,EAAE,kBAAkB;IACpD,CAAC,sBAAsB,CAAC,MAAM,CAAC,EAAE,gBAAgB;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAG7C;IACF,CAAC,sBAAsB,CAAC,OAAO,CAAC,EAAE,0BAA0B;IAC5D,CAAC,sBAAsB,CAAC,MAAM,CAAC,EAAE,wBAAwB;CAC1D,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAGvC;IACF,CAAC,sBAAsB,CAAC,OAAO,CAAC,EAAE,sBAAsB;IACxD,CAAC,sBAAsB,CAAC,MAAM,CAAC,EAAE,oBAAoB;CACtD,CAAC","sourcesContent":["import { ButtonSemanticSeverity } from './ButtonSemantic.types';\n\nexport const TWCLASSMAP_BUTTONSEMANTIC_BG: Record<\n ButtonSemanticSeverity,\n string\n> = {\n [ButtonSemanticSeverity.Success]: 'bg-success-muted',\n [ButtonSemanticSeverity.Danger]: 'bg-error-muted',\n};\n\nexport const TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED: Record<\n ButtonSemanticSeverity,\n string\n> = {\n [ButtonSemanticSeverity.Success]: 'bg-success-muted-pressed',\n [ButtonSemanticSeverity.Danger]: 'bg-error-muted-pressed',\n};\n\nexport const TWCLASSMAP_BUTTONSEMANTIC_TEXT: Record<\n ButtonSemanticSeverity,\n string\n> = {\n [ButtonSemanticSeverity.Success]: 'text-success-default',\n [ButtonSemanticSeverity.Danger]: 'text-error-default',\n};\n"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { ButtonSemanticProps } from "./ButtonSemantic.types.cjs";
3
+ export declare const ButtonSemantic: ({ severity, children, textProps, spinnerProps, startIconProps, endIconProps, isLoading, twClassName, style, ...props }: ButtonSemanticProps) => React.JSX.Element;
4
+ //# sourceMappingURL=ButtonSemantic.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.d.cts","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,cAAc;AAW3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,mCAA+B;AAGlE,eAAO,MAAM,cAAc,2HAWxB,mBAAmB,sBAyDrB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import type { ButtonSemanticProps } from "./ButtonSemantic.types.mjs";
3
+ export declare const ButtonSemantic: ({ severity, children, textProps, spinnerProps, startIconProps, endIconProps, isLoading, twClassName, style, ...props }: ButtonSemanticProps) => React.JSX.Element;
4
+ //# sourceMappingURL=ButtonSemantic.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.d.mts","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,cAAc;AAW3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,mCAA+B;AAGlE,eAAO,MAAM,cAAc,2HAWxB,mBAAmB,sBAyDrB,CAAC"}
@@ -0,0 +1,44 @@
1
+ function $importDefault(module) {
2
+ if (module?.__esModule) {
3
+ return module.default;
4
+ }
5
+ return module;
6
+ }
7
+ import $React, { useCallback } from "react";
8
+ const React = $importDefault($React);
9
+ import { ButtonBase } from "../ButtonBase/index.mjs";
10
+ import { IconSize } from "../Icon/index.mjs";
11
+ import { TextVariant, FontWeight } from "../Text/index.mjs";
12
+ import { TWCLASSMAP_BUTTONSEMANTIC_BG, TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED, TWCLASSMAP_BUTTONSEMANTIC_TEXT } from "./ButtonSemantic.constants.mjs";
13
+ import { ButtonSemanticSeverity } from "./ButtonSemantic.types.mjs";
14
+ export const ButtonSemantic = ({ severity, children, textProps, spinnerProps, startIconProps, endIconProps, isLoading = false, twClassName = '', style, ...props }) => {
15
+ const getContainerClassName = useCallback((pressed) => {
16
+ const classNameStr = typeof twClassName === 'function' ? twClassName(pressed) : twClassName;
17
+ const bgClass = pressed || isLoading
18
+ ? (TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED[severity] ??
19
+ TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED[ButtonSemanticSeverity.Success])
20
+ : (TWCLASSMAP_BUTTONSEMANTIC_BG[severity] ??
21
+ TWCLASSMAP_BUTTONSEMANTIC_BG[ButtonSemanticSeverity.Success]);
22
+ return `${bgClass} ${classNameStr}`;
23
+ }, [severity, isLoading, twClassName]);
24
+ const getTextClassName = useCallback((_pressed) => TWCLASSMAP_BUTTONSEMANTIC_TEXT[severity] ??
25
+ TWCLASSMAP_BUTTONSEMANTIC_TEXT[ButtonSemanticSeverity.Success], [severity]);
26
+ return (<ButtonBase textProps={{
27
+ variant: TextVariant.BodyMd,
28
+ fontWeight: FontWeight.Medium,
29
+ numberOfLines: 1,
30
+ ellipsizeMode: 'clip',
31
+ ...textProps,
32
+ }} spinnerProps={{
33
+ ...spinnerProps,
34
+ }} startIconProps={{
35
+ size: IconSize.Sm,
36
+ ...startIconProps,
37
+ }} endIconProps={{
38
+ size: IconSize.Sm,
39
+ ...endIconProps,
40
+ }} isLoading={isLoading} twClassName={getContainerClassName} textClassName={getTextClassName} iconClassName={getTextClassName} style={style} {...props}>
41
+ {children}
42
+ </ButtonBase>);
43
+ };
44
+ //# sourceMappingURL=ButtonSemantic.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.mjs","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.tsx"],"names":[],"mappings":";;;;;;AAAA,OAAO,QAAO,EAAE,WAAW,EAAE,cAAc;;AAE3C,OAAO,EAAE,UAAU,EAAE,gCAAsB;AAC3C,OAAO,EAAE,QAAQ,EAAE,0BAAgB;AACnC,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,0BAAgB;AAElD,OAAO,EACL,4BAA4B,EAC5B,oCAAoC,EACpC,8BAA8B,EAC/B,uCAAmC;AAEpC,OAAO,EAAE,sBAAsB,EAAE,mCAA+B;AAEhE,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,EAC7B,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,YAAY,EACZ,cAAc,EACd,YAAY,EACZ,SAAS,GAAG,KAAK,EACjB,WAAW,GAAG,EAAE,EAChB,KAAK,EACL,GAAG,KAAK,EACY,EAAE,EAAE;IACxB,MAAM,qBAAqB,GAAG,WAAW,CACvC,CAAC,OAAgB,EAAU,EAAE;QAC3B,MAAM,YAAY,GAChB,OAAO,WAAW,KAAK,UAAU,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC;QAEzE,MAAM,OAAO,GACX,OAAO,IAAI,SAAS;YAClB,CAAC,CAAC,CAAC,oCAAoC,CAAC,QAAQ,CAAC;gBAC/C,oCAAoC,CAClC,sBAAsB,CAAC,OAAO,CAC/B,CAAC;YACJ,CAAC,CAAC,CAAC,4BAA4B,CAAC,QAAQ,CAAC;gBACvC,4BAA4B,CAAC,sBAAsB,CAAC,OAAO,CAAC,CAAC,CAAC;QAEpE,OAAO,GAAG,OAAO,IAAI,YAAY,EAAE,CAAC;IACtC,CAAC,EACD,CAAC,QAAQ,EAAE,SAAS,EAAE,WAAW,CAAC,CACnC,CAAC;IAEF,MAAM,gBAAgB,GAAG,WAAW,CAClC,CAAC,QAAiB,EAAU,EAAE,CAC5B,8BAA8B,CAAC,QAAQ,CAAC;QACxC,8BAA8B,CAAC,sBAAsB,CAAC,OAAO,CAAC,EAChE,CAAC,QAAQ,CAAC,CACX,CAAC;IAEF,OAAO,CACL,CAAC,UAAU,CACT,SAAS,CAAC,CAAC;YACT,OAAO,EAAE,WAAW,CAAC,MAAM;YAC3B,UAAU,EAAE,UAAU,CAAC,MAAM;YAC7B,aAAa,EAAE,CAAC;YAChB,aAAa,EAAE,MAAM;YACrB,GAAG,SAAS;SACb,CAAC,CACF,YAAY,CAAC,CAAC;YACZ,GAAG,YAAY;SAChB,CAAC,CACF,cAAc,CAAC,CAAC;YACd,IAAI,EAAE,QAAQ,CAAC,EAAE;YACjB,GAAG,cAAc;SAClB,CAAC,CACF,YAAY,CAAC,CAAC;YACZ,IAAI,EAAE,QAAQ,CAAC,EAAE;YACjB,GAAG,YAAY;SAChB,CAAC,CACF,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,WAAW,CAAC,CAAC,qBAAqB,CAAC,CACnC,aAAa,CAAC,CAAC,gBAAgB,CAAC,CAChC,aAAa,CAAC,CAAC,gBAAgB,CAAC,CAChC,KAAK,CAAC,CAAC,KAAK,CAAC,CACb,IAAI,KAAK,CAAC,CAEV;MAAA,CAAC,QAAQ,CACX;IAAA,EAAE,UAAU,CAAC,CACd,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import React, { useCallback } from 'react';\n\nimport { ButtonBase } from '../ButtonBase';\nimport { IconSize } from '../Icon';\nimport { TextVariant, FontWeight } from '../Text';\n\nimport {\n TWCLASSMAP_BUTTONSEMANTIC_BG,\n TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED,\n TWCLASSMAP_BUTTONSEMANTIC_TEXT,\n} from './ButtonSemantic.constants';\nimport type { ButtonSemanticProps } from './ButtonSemantic.types';\nimport { ButtonSemanticSeverity } from './ButtonSemantic.types';\n\nexport const ButtonSemantic = ({\n severity,\n children,\n textProps,\n spinnerProps,\n startIconProps,\n endIconProps,\n isLoading = false,\n twClassName = '',\n style,\n ...props\n}: ButtonSemanticProps) => {\n const getContainerClassName = useCallback(\n (pressed: boolean): string => {\n const classNameStr =\n typeof twClassName === 'function' ? twClassName(pressed) : twClassName;\n\n const bgClass =\n pressed || isLoading\n ? (TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED[severity] ??\n TWCLASSMAP_BUTTONSEMANTIC_BG_PRESSED[\n ButtonSemanticSeverity.Success\n ])\n : (TWCLASSMAP_BUTTONSEMANTIC_BG[severity] ??\n TWCLASSMAP_BUTTONSEMANTIC_BG[ButtonSemanticSeverity.Success]);\n\n return `${bgClass} ${classNameStr}`;\n },\n [severity, isLoading, twClassName],\n );\n\n const getTextClassName = useCallback(\n (_pressed: boolean): string =>\n TWCLASSMAP_BUTTONSEMANTIC_TEXT[severity] ??\n TWCLASSMAP_BUTTONSEMANTIC_TEXT[ButtonSemanticSeverity.Success],\n [severity],\n );\n\n return (\n <ButtonBase\n textProps={{\n variant: TextVariant.BodyMd,\n fontWeight: FontWeight.Medium,\n numberOfLines: 1,\n ellipsizeMode: 'clip',\n ...textProps,\n }}\n spinnerProps={{\n ...spinnerProps,\n }}\n startIconProps={{\n size: IconSize.Sm,\n ...startIconProps,\n }}\n endIconProps={{\n size: IconSize.Sm,\n ...endIconProps,\n }}\n isLoading={isLoading}\n twClassName={getContainerClassName}\n textClassName={getTextClassName}\n iconClassName={getTextClassName}\n style={style}\n {...props}\n >\n {children}\n </ButtonBase>\n );\n};\n"]}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ButtonSemanticSeverity = void 0;
4
+ /**
5
+ * ButtonSemantic severity variants.
6
+ * Uses const object with derived union type (ADR-0003).
7
+ */
8
+ exports.ButtonSemanticSeverity = {
9
+ /**
10
+ * Green color scheme for positive/confirmatory actions.
11
+ */
12
+ Success: 'success',
13
+ /**
14
+ * Red color scheme for destructive/dangerous actions.
15
+ */
16
+ Danger: 'danger',
17
+ };
18
+ //# sourceMappingURL=ButtonSemantic.types.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.types.cjs","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.types.ts"],"names":[],"mappings":";;;AAEA;;;GAGG;AACU,QAAA,sBAAsB,GAAG;IACpC;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,MAAM,EAAE,QAAQ;CACR,CAAC","sourcesContent":["import type { ButtonBaseProps } from '../ButtonBase';\n\n/**\n * ButtonSemantic severity variants.\n * Uses const object with derived union type (ADR-0003).\n */\nexport const ButtonSemanticSeverity = {\n /**\n * Green color scheme for positive/confirmatory actions.\n */\n Success: 'success',\n /**\n * Red color scheme for destructive/dangerous actions.\n */\n Danger: 'danger',\n} as const;\n\nexport type ButtonSemanticSeverity =\n (typeof ButtonSemanticSeverity)[keyof typeof ButtonSemanticSeverity];\n\n/**\n * ButtonSemantic component props.\n * Extends ButtonBaseProps which includes PressableProps\n * (onPress, testID, accessibilityLabel, etc.).\n */\nexport type ButtonSemanticProps = {\n /**\n * Required prop to control the severity/color scheme of the button.\n * - ButtonSemanticSeverity.Success: Green color scheme for positive actions\n * - ButtonSemanticSeverity.Danger: Red color scheme for destructive actions\n */\n severity: ButtonSemanticSeverity;\n} & ButtonBaseProps;\n"]}
@@ -0,0 +1,30 @@
1
+ import type { ButtonBaseProps } from "../ButtonBase/index.cjs";
2
+ /**
3
+ * ButtonSemantic severity variants.
4
+ * Uses const object with derived union type (ADR-0003).
5
+ */
6
+ export declare const ButtonSemanticSeverity: {
7
+ /**
8
+ * Green color scheme for positive/confirmatory actions.
9
+ */
10
+ readonly Success: "success";
11
+ /**
12
+ * Red color scheme for destructive/dangerous actions.
13
+ */
14
+ readonly Danger: "danger";
15
+ };
16
+ export type ButtonSemanticSeverity = (typeof ButtonSemanticSeverity)[keyof typeof ButtonSemanticSeverity];
17
+ /**
18
+ * ButtonSemantic component props.
19
+ * Extends ButtonBaseProps which includes PressableProps
20
+ * (onPress, testID, accessibilityLabel, etc.).
21
+ */
22
+ export type ButtonSemanticProps = {
23
+ /**
24
+ * Required prop to control the severity/color scheme of the button.
25
+ * - ButtonSemanticSeverity.Success: Green color scheme for positive actions
26
+ * - ButtonSemanticSeverity.Danger: Red color scheme for destructive actions
27
+ */
28
+ severity: ButtonSemanticSeverity;
29
+ } & ButtonBaseProps;
30
+ //# sourceMappingURL=ButtonSemantic.types.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.types.d.cts","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AAErD;;;GAGG;AACH,eAAO,MAAM,sBAAsB;IACjC;;OAEG;;IAEH;;OAEG;;CAEK,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAChC,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC;AAEvE;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;;OAIG;IACH,QAAQ,EAAE,sBAAsB,CAAC;CAClC,GAAG,eAAe,CAAC"}
@@ -0,0 +1,30 @@
1
+ import type { ButtonBaseProps } from "../ButtonBase/index.mjs";
2
+ /**
3
+ * ButtonSemantic severity variants.
4
+ * Uses const object with derived union type (ADR-0003).
5
+ */
6
+ export declare const ButtonSemanticSeverity: {
7
+ /**
8
+ * Green color scheme for positive/confirmatory actions.
9
+ */
10
+ readonly Success: "success";
11
+ /**
12
+ * Red color scheme for destructive/dangerous actions.
13
+ */
14
+ readonly Danger: "danger";
15
+ };
16
+ export type ButtonSemanticSeverity = (typeof ButtonSemanticSeverity)[keyof typeof ButtonSemanticSeverity];
17
+ /**
18
+ * ButtonSemantic component props.
19
+ * Extends ButtonBaseProps which includes PressableProps
20
+ * (onPress, testID, accessibilityLabel, etc.).
21
+ */
22
+ export type ButtonSemanticProps = {
23
+ /**
24
+ * Required prop to control the severity/color scheme of the button.
25
+ * - ButtonSemanticSeverity.Success: Green color scheme for positive actions
26
+ * - ButtonSemanticSeverity.Danger: Red color scheme for destructive actions
27
+ */
28
+ severity: ButtonSemanticSeverity;
29
+ } & ButtonBaseProps;
30
+ //# sourceMappingURL=ButtonSemantic.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.types.d.mts","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,gCAAsB;AAErD;;;GAGG;AACH,eAAO,MAAM,sBAAsB;IACjC;;OAEG;;IAEH;;OAEG;;CAEK,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAChC,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC;AAEvE;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;;OAIG;IACH,QAAQ,EAAE,sBAAsB,CAAC;CAClC,GAAG,eAAe,CAAC"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * ButtonSemantic severity variants.
3
+ * Uses const object with derived union type (ADR-0003).
4
+ */
5
+ export const ButtonSemanticSeverity = {
6
+ /**
7
+ * Green color scheme for positive/confirmatory actions.
8
+ */
9
+ Success: 'success',
10
+ /**
11
+ * Red color scheme for destructive/dangerous actions.
12
+ */
13
+ Danger: 'danger',
14
+ };
15
+ //# sourceMappingURL=ButtonSemantic.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSemantic.types.mjs","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/ButtonSemantic.types.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC;;OAEG;IACH,OAAO,EAAE,SAAS;IAClB;;OAEG;IACH,MAAM,EAAE,QAAQ;CACR,CAAC","sourcesContent":["import type { ButtonBaseProps } from '../ButtonBase';\n\n/**\n * ButtonSemantic severity variants.\n * Uses const object with derived union type (ADR-0003).\n */\nexport const ButtonSemanticSeverity = {\n /**\n * Green color scheme for positive/confirmatory actions.\n */\n Success: 'success',\n /**\n * Red color scheme for destructive/dangerous actions.\n */\n Danger: 'danger',\n} as const;\n\nexport type ButtonSemanticSeverity =\n (typeof ButtonSemanticSeverity)[keyof typeof ButtonSemanticSeverity];\n\n/**\n * ButtonSemantic component props.\n * Extends ButtonBaseProps which includes PressableProps\n * (onPress, testID, accessibilityLabel, etc.).\n */\nexport type ButtonSemanticProps = {\n /**\n * Required prop to control the severity/color scheme of the button.\n * - ButtonSemanticSeverity.Success: Green color scheme for positive actions\n * - ButtonSemanticSeverity.Danger: Red color scheme for destructive actions\n */\n severity: ButtonSemanticSeverity;\n} & ButtonBaseProps;\n"]}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ButtonSemanticSeverity = exports.ButtonSemantic = void 0;
4
+ var ButtonSemantic_1 = require("./ButtonSemantic.cjs");
5
+ Object.defineProperty(exports, "ButtonSemantic", { enumerable: true, get: function () { return ButtonSemantic_1.ButtonSemantic; } });
6
+ var ButtonSemantic_types_1 = require("./ButtonSemantic.types.cjs");
7
+ Object.defineProperty(exports, "ButtonSemanticSeverity", { enumerable: true, get: function () { return ButtonSemantic_types_1.ButtonSemanticSeverity; } });
8
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/index.ts"],"names":[],"mappings":";;;AAAA,uDAAkD;AAAzC,gHAAA,cAAc,OAAA;AACvB,mEAAgE;AAAvD,8HAAA,sBAAsB,OAAA","sourcesContent":["export { ButtonSemantic } from './ButtonSemantic';\nexport { ButtonSemanticSeverity } from './ButtonSemantic.types';\nexport type { ButtonSemanticProps } from './ButtonSemantic.types';\n"]}
@@ -0,0 +1,4 @@
1
+ export { ButtonSemantic } from "./ButtonSemantic.cjs";
2
+ export { ButtonSemanticSeverity } from "./ButtonSemantic.types.cjs";
3
+ export type { ButtonSemanticProps } from "./ButtonSemantic.types.cjs";
4
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,6BAAyB;AAClD,OAAO,EAAE,sBAAsB,EAAE,mCAA+B;AAChE,YAAY,EAAE,mBAAmB,EAAE,mCAA+B"}
@@ -0,0 +1,4 @@
1
+ export { ButtonSemantic } from "./ButtonSemantic.mjs";
2
+ export { ButtonSemanticSeverity } from "./ButtonSemantic.types.mjs";
3
+ export type { ButtonSemanticProps } from "./ButtonSemantic.types.mjs";
4
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,6BAAyB;AAClD,OAAO,EAAE,sBAAsB,EAAE,mCAA+B;AAChE,YAAY,EAAE,mBAAmB,EAAE,mCAA+B"}
@@ -0,0 +1,3 @@
1
+ export { ButtonSemantic } from "./ButtonSemantic.mjs";
2
+ export { ButtonSemanticSeverity } from "./ButtonSemantic.types.mjs";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/components/ButtonSemantic/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,6BAAyB;AAClD,OAAO,EAAE,sBAAsB,EAAE,mCAA+B","sourcesContent":["export { ButtonSemantic } from './ButtonSemantic';\nexport { ButtonSemanticSeverity } from './ButtonSemantic.types';\nexport type { ButtonSemanticProps } from './ButtonSemantic.types';\n"]}