@wow-two-beta/ui 0.0.5 → 0.0.6

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 (362) hide show
  1. package/dist/actions/button/Button.d.ts +6 -0
  2. package/dist/actions/button/Button.d.ts.map +1 -0
  3. package/dist/actions/button/Button.variants.d.ts +81 -0
  4. package/dist/actions/button/Button.variants.d.ts.map +1 -0
  5. package/dist/actions/button/index.d.ts +3 -0
  6. package/dist/actions/button/index.d.ts.map +1 -0
  7. package/dist/actions/iconButton/IconButton.d.ts +13 -0
  8. package/dist/actions/iconButton/IconButton.d.ts.map +1 -0
  9. package/dist/actions/iconButton/IconButton.variants.d.ts +130 -0
  10. package/dist/actions/iconButton/IconButton.variants.d.ts.map +1 -0
  11. package/dist/actions/iconButton/index.d.ts +3 -0
  12. package/dist/actions/iconButton/index.d.ts.map +1 -0
  13. package/dist/actions/index.d.ts +4 -329
  14. package/dist/actions/index.d.ts.map +1 -0
  15. package/dist/actions/index.js +2 -2
  16. package/dist/actions/link/Link.d.ts +13 -0
  17. package/dist/actions/link/Link.d.ts.map +1 -0
  18. package/dist/actions/link/Link.variants.d.ts +88 -0
  19. package/dist/actions/link/Link.variants.d.ts.map +1 -0
  20. package/dist/actions/link/index.d.ts +3 -0
  21. package/dist/actions/link/index.d.ts.map +1 -0
  22. package/dist/{chunk-4CIRBYYP.js → chunk-L2RYQWZZ.js} +3 -3
  23. package/dist/{chunk-4CIRBYYP.js.map → chunk-L2RYQWZZ.js.map} +1 -1
  24. package/dist/{chunk-KSJE3JAI.js → chunk-NJZS7RIH.js} +3 -3
  25. package/dist/{chunk-KSJE3JAI.js.map → chunk-NJZS7RIH.js.map} +1 -1
  26. package/dist/display/avatar/Avatar.d.ts +18 -0
  27. package/dist/display/avatar/Avatar.d.ts.map +1 -0
  28. package/dist/display/avatar/Avatar.variants.d.ts +95 -0
  29. package/dist/display/avatar/Avatar.variants.d.ts.map +1 -0
  30. package/dist/display/avatar/index.d.ts +3 -0
  31. package/dist/display/avatar/index.d.ts.map +1 -0
  32. package/dist/display/badge/Badge.d.ts +10 -0
  33. package/dist/display/badge/Badge.d.ts.map +1 -0
  34. package/dist/display/badge/Badge.variants.d.ts +109 -0
  35. package/dist/display/badge/Badge.variants.d.ts.map +1 -0
  36. package/dist/display/badge/index.d.ts +3 -0
  37. package/dist/display/badge/index.d.ts.map +1 -0
  38. package/dist/display/code/Code.d.ts +10 -0
  39. package/dist/display/code/Code.d.ts.map +1 -0
  40. package/dist/display/code/Code.variants.d.ts +39 -0
  41. package/dist/display/code/Code.variants.d.ts.map +1 -0
  42. package/dist/display/code/index.d.ts +3 -0
  43. package/dist/display/code/index.d.ts.map +1 -0
  44. package/dist/display/heading/Heading.d.ts +15 -0
  45. package/dist/display/heading/Heading.d.ts.map +1 -0
  46. package/dist/display/heading/Heading.variants.d.ts +158 -0
  47. package/dist/display/heading/Heading.variants.d.ts.map +1 -0
  48. package/dist/display/heading/index.d.ts +3 -0
  49. package/dist/display/heading/index.d.ts.map +1 -0
  50. package/dist/display/image/Image.d.ts +12 -0
  51. package/dist/display/image/Image.d.ts.map +1 -0
  52. package/dist/display/image/index.d.ts +2 -0
  53. package/dist/display/image/index.d.ts.map +1 -0
  54. package/dist/display/index.d.ts +12 -806
  55. package/dist/display/index.d.ts.map +1 -0
  56. package/dist/display/kbd/Kbd.d.ts +8 -0
  57. package/dist/display/kbd/Kbd.d.ts.map +1 -0
  58. package/dist/display/kbd/index.d.ts +2 -0
  59. package/dist/display/kbd/index.d.ts.map +1 -0
  60. package/dist/display/mark/Mark.d.ts +8 -0
  61. package/dist/display/mark/Mark.d.ts.map +1 -0
  62. package/dist/display/mark/index.d.ts +2 -0
  63. package/dist/display/mark/index.d.ts.map +1 -0
  64. package/dist/display/quote/Quote.d.ts +7 -0
  65. package/dist/display/quote/Quote.d.ts.map +1 -0
  66. package/dist/display/quote/index.d.ts +2 -0
  67. package/dist/display/quote/index.d.ts.map +1 -0
  68. package/dist/display/separator/Separator.d.ts +13 -0
  69. package/dist/display/separator/Separator.d.ts.map +1 -0
  70. package/dist/display/separator/index.d.ts +2 -0
  71. package/dist/display/separator/index.d.ts.map +1 -0
  72. package/dist/display/tag/Tag.d.ts +15 -0
  73. package/dist/display/tag/Tag.d.ts.map +1 -0
  74. package/dist/display/tag/Tag.variants.d.ts +67 -0
  75. package/dist/display/tag/Tag.variants.d.ts.map +1 -0
  76. package/dist/display/tag/index.d.ts +3 -0
  77. package/dist/display/tag/index.d.ts.map +1 -0
  78. package/dist/display/text/Text.d.ts +11 -0
  79. package/dist/display/text/Text.d.ts.map +1 -0
  80. package/dist/display/text/Text.variants.d.ts +228 -0
  81. package/dist/display/text/Text.variants.d.ts.map +1 -0
  82. package/dist/display/text/index.d.ts +3 -0
  83. package/dist/display/text/index.d.ts.map +1 -0
  84. package/dist/feedback/alertSimple/AlertSimple.d.ts +13 -0
  85. package/dist/feedback/alertSimple/AlertSimple.d.ts.map +1 -0
  86. package/dist/feedback/alertSimple/AlertSimple.variants.d.ts +60 -0
  87. package/dist/feedback/alertSimple/AlertSimple.variants.d.ts.map +1 -0
  88. package/dist/feedback/alertSimple/index.d.ts +3 -0
  89. package/dist/feedback/alertSimple/index.d.ts.map +1 -0
  90. package/dist/feedback/bannerSimple/BannerSimple.d.ts +10 -0
  91. package/dist/feedback/bannerSimple/BannerSimple.d.ts.map +1 -0
  92. package/dist/feedback/bannerSimple/BannerSimple.variants.d.ts +60 -0
  93. package/dist/feedback/bannerSimple/BannerSimple.variants.d.ts.map +1 -0
  94. package/dist/feedback/bannerSimple/index.d.ts +3 -0
  95. package/dist/feedback/bannerSimple/index.d.ts.map +1 -0
  96. package/dist/feedback/index.d.ts +8 -507
  97. package/dist/feedback/index.d.ts.map +1 -0
  98. package/dist/feedback/progressBar/ProgressBar.d.ts +15 -0
  99. package/dist/feedback/progressBar/ProgressBar.d.ts.map +1 -0
  100. package/dist/feedback/progressBar/ProgressBar.variants.d.ts +103 -0
  101. package/dist/feedback/progressBar/ProgressBar.variants.d.ts.map +1 -0
  102. package/dist/feedback/progressBar/index.d.ts +3 -0
  103. package/dist/feedback/progressBar/index.d.ts.map +1 -0
  104. package/dist/feedback/progressCircle/ProgressCircle.d.ts +16 -0
  105. package/dist/feedback/progressCircle/ProgressCircle.d.ts.map +1 -0
  106. package/dist/feedback/progressCircle/index.d.ts +2 -0
  107. package/dist/feedback/progressCircle/index.d.ts.map +1 -0
  108. package/dist/feedback/skeleton/Skeleton.d.ts +10 -0
  109. package/dist/feedback/skeleton/Skeleton.d.ts.map +1 -0
  110. package/dist/feedback/skeleton/Skeleton.variants.d.ts +46 -0
  111. package/dist/feedback/skeleton/Skeleton.variants.d.ts.map +1 -0
  112. package/dist/feedback/skeleton/index.d.ts +3 -0
  113. package/dist/feedback/skeleton/index.d.ts.map +1 -0
  114. package/dist/feedback/spinner/Spinner.d.ts +12 -0
  115. package/dist/feedback/spinner/Spinner.d.ts.map +1 -0
  116. package/dist/feedback/spinner/Spinner.variants.d.ts +102 -0
  117. package/dist/feedback/spinner/Spinner.variants.d.ts.map +1 -0
  118. package/dist/feedback/spinner/index.d.ts +3 -0
  119. package/dist/feedback/spinner/index.d.ts.map +1 -0
  120. package/dist/feedback/toastSimple/ToastSimple.d.ts +12 -0
  121. package/dist/feedback/toastSimple/ToastSimple.d.ts.map +1 -0
  122. package/dist/feedback/toastSimple/ToastSimple.variants.d.ts +60 -0
  123. package/dist/feedback/toastSimple/ToastSimple.variants.d.ts.map +1 -0
  124. package/dist/feedback/toastSimple/index.d.ts +3 -0
  125. package/dist/feedback/toastSimple/index.d.ts.map +1 -0
  126. package/dist/forms/_styles.d.ts +74 -0
  127. package/dist/forms/_styles.d.ts.map +1 -0
  128. package/dist/forms/checkbox/Checkbox.d.ts +12 -0
  129. package/dist/forms/checkbox/Checkbox.d.ts.map +1 -0
  130. package/dist/forms/checkbox/index.d.ts +2 -0
  131. package/dist/forms/checkbox/index.d.ts.map +1 -0
  132. package/dist/forms/emailInput/EmailInput.d.ts +7 -0
  133. package/dist/forms/emailInput/EmailInput.d.ts.map +1 -0
  134. package/dist/forms/emailInput/index.d.ts +2 -0
  135. package/dist/forms/emailInput/index.d.ts.map +1 -0
  136. package/dist/forms/fieldset/Fieldset.d.ts +8 -0
  137. package/dist/forms/fieldset/Fieldset.d.ts.map +1 -0
  138. package/dist/forms/fieldset/index.d.ts +2 -0
  139. package/dist/forms/fieldset/index.d.ts.map +1 -0
  140. package/dist/forms/formErrorMessage/FormErrorMessage.d.ts +8 -0
  141. package/dist/forms/formErrorMessage/FormErrorMessage.d.ts.map +1 -0
  142. package/dist/forms/formErrorMessage/index.d.ts +2 -0
  143. package/dist/forms/formErrorMessage/index.d.ts.map +1 -0
  144. package/dist/forms/formHelperText/FormHelperText.d.ts +8 -0
  145. package/dist/forms/formHelperText/FormHelperText.d.ts.map +1 -0
  146. package/dist/forms/formHelperText/index.d.ts +2 -0
  147. package/dist/forms/formHelperText/index.d.ts.map +1 -0
  148. package/dist/forms/index.d.ts +18 -218
  149. package/dist/forms/index.d.ts.map +1 -0
  150. package/dist/forms/index.js +2 -2
  151. package/dist/forms/label/Label.d.ts +11 -0
  152. package/dist/forms/label/Label.d.ts.map +1 -0
  153. package/dist/forms/label/index.d.ts +2 -0
  154. package/dist/forms/label/index.d.ts.map +1 -0
  155. package/dist/forms/legend/Legend.d.ts +7 -0
  156. package/dist/forms/legend/Legend.d.ts.map +1 -0
  157. package/dist/forms/legend/index.d.ts +2 -0
  158. package/dist/forms/legend/index.d.ts.map +1 -0
  159. package/dist/forms/numberInput/NumberInput.d.ts +11 -0
  160. package/dist/forms/numberInput/NumberInput.d.ts.map +1 -0
  161. package/dist/forms/numberInput/index.d.ts +2 -0
  162. package/dist/forms/numberInput/index.d.ts.map +1 -0
  163. package/dist/forms/passwordInput/PasswordInput.d.ts +12 -0
  164. package/dist/forms/passwordInput/PasswordInput.d.ts.map +1 -0
  165. package/dist/forms/passwordInput/index.d.ts +2 -0
  166. package/dist/forms/passwordInput/index.d.ts.map +1 -0
  167. package/dist/forms/radio/Radio.d.ts +11 -0
  168. package/dist/forms/radio/Radio.d.ts.map +1 -0
  169. package/dist/forms/radio/index.d.ts +2 -0
  170. package/dist/forms/radio/index.d.ts.map +1 -0
  171. package/dist/forms/searchInput/SearchInput.d.ts +13 -0
  172. package/dist/forms/searchInput/SearchInput.d.ts.map +1 -0
  173. package/dist/forms/searchInput/index.d.ts +2 -0
  174. package/dist/forms/searchInput/index.d.ts.map +1 -0
  175. package/dist/forms/slider/Slider.d.ts +10 -0
  176. package/dist/forms/slider/Slider.d.ts.map +1 -0
  177. package/dist/forms/slider/index.d.ts +2 -0
  178. package/dist/forms/slider/index.d.ts.map +1 -0
  179. package/dist/forms/switch/Switch.d.ts +10 -0
  180. package/dist/forms/switch/Switch.d.ts.map +1 -0
  181. package/dist/forms/switch/index.d.ts +2 -0
  182. package/dist/forms/switch/index.d.ts.map +1 -0
  183. package/dist/forms/telInput/TelInput.d.ts +7 -0
  184. package/dist/forms/telInput/TelInput.d.ts.map +1 -0
  185. package/dist/forms/telInput/index.d.ts +2 -0
  186. package/dist/forms/telInput/index.d.ts.map +1 -0
  187. package/dist/forms/textInput/TextInput.d.ts +11 -0
  188. package/dist/forms/textInput/TextInput.d.ts.map +1 -0
  189. package/dist/forms/textInput/index.d.ts +2 -0
  190. package/dist/forms/textInput/index.d.ts.map +1 -0
  191. package/dist/forms/textarea/Textarea.d.ts +10 -0
  192. package/dist/forms/textarea/Textarea.d.ts.map +1 -0
  193. package/dist/forms/textarea/index.d.ts +2 -0
  194. package/dist/forms/textarea/index.d.ts.map +1 -0
  195. package/dist/forms/urlInput/UrlInput.d.ts +7 -0
  196. package/dist/forms/urlInput/UrlInput.d.ts.map +1 -0
  197. package/dist/forms/urlInput/index.d.ts +2 -0
  198. package/dist/forms/urlInput/index.d.ts.map +1 -0
  199. package/dist/hooks/index.d.ts +11 -2
  200. package/dist/hooks/index.d.ts.map +1 -0
  201. package/dist/hooks/useControlled.d.ts +16 -0
  202. package/dist/hooks/useControlled.d.ts.map +1 -0
  203. package/dist/hooks/useDisclosure.d.ts +14 -0
  204. package/dist/hooks/useDisclosure.d.ts.map +1 -0
  205. package/dist/hooks/useEscape.d.ts +7 -0
  206. package/dist/hooks/useEscape.d.ts.map +1 -0
  207. package/dist/hooks/useEventListener.d.ts +8 -0
  208. package/dist/hooks/useEventListener.d.ts.map +1 -0
  209. package/dist/hooks/useFocusTrap.d.ts +11 -0
  210. package/dist/hooks/useFocusTrap.d.ts.map +1 -0
  211. package/dist/hooks/useId.d.ts +6 -0
  212. package/dist/hooks/useId.d.ts.map +1 -0
  213. package/dist/hooks/useMediaQuery.d.ts +6 -0
  214. package/dist/hooks/useMediaQuery.d.ts.map +1 -0
  215. package/dist/hooks/useOutsideClick.d.ts +8 -0
  216. package/dist/hooks/useOutsideClick.d.ts.map +1 -0
  217. package/dist/hooks/useResizeObserver.d.ts +7 -0
  218. package/dist/hooks/useResizeObserver.d.ts.map +1 -0
  219. package/dist/hooks/useScrollLock.d.ts +7 -0
  220. package/dist/hooks/useScrollLock.d.ts.map +1 -0
  221. package/dist/icons/Icon.d.ts +26 -0
  222. package/dist/icons/Icon.d.ts.map +1 -0
  223. package/dist/icons/index.d.ts +2 -2
  224. package/dist/icons/index.d.ts.map +1 -0
  225. package/dist/index.css +73 -3
  226. package/dist/index.d.ts +10 -17
  227. package/dist/index.d.ts.map +1 -0
  228. package/dist/index.js +6 -7
  229. package/dist/layout/aspectRatio/AspectRatio.d.ts +12 -0
  230. package/dist/layout/aspectRatio/AspectRatio.d.ts.map +1 -0
  231. package/dist/layout/aspectRatio/index.d.ts +2 -0
  232. package/dist/layout/aspectRatio/index.d.ts.map +1 -0
  233. package/dist/layout/box/Box.d.ts +12 -0
  234. package/dist/layout/box/Box.d.ts.map +1 -0
  235. package/dist/layout/box/index.d.ts +2 -0
  236. package/dist/layout/box/index.d.ts.map +1 -0
  237. package/dist/layout/center/Center.d.ts +5 -0
  238. package/dist/layout/center/Center.d.ts.map +1 -0
  239. package/dist/layout/center/index.d.ts +2 -0
  240. package/dist/layout/center/index.d.ts.map +1 -0
  241. package/dist/layout/container/Container.d.ts +11 -0
  242. package/dist/layout/container/Container.d.ts.map +1 -0
  243. package/dist/layout/container/Container.variants.d.ts +67 -0
  244. package/dist/layout/container/Container.variants.d.ts.map +1 -0
  245. package/dist/layout/container/index.d.ts +3 -0
  246. package/dist/layout/container/index.d.ts.map +1 -0
  247. package/dist/layout/flex/Flex.d.ts +10 -0
  248. package/dist/layout/flex/Flex.d.ts.map +1 -0
  249. package/dist/layout/flex/index.d.ts +2 -0
  250. package/dist/layout/flex/index.d.ts.map +1 -0
  251. package/dist/layout/grid/Grid.d.ts +12 -0
  252. package/dist/layout/grid/Grid.d.ts.map +1 -0
  253. package/dist/layout/grid/Grid.variants.d.ts +165 -0
  254. package/dist/layout/grid/Grid.variants.d.ts.map +1 -0
  255. package/dist/layout/grid/index.d.ts +3 -0
  256. package/dist/layout/grid/index.d.ts.map +1 -0
  257. package/dist/layout/hStack/HStack.d.ts +5 -0
  258. package/dist/layout/hStack/HStack.d.ts.map +1 -0
  259. package/dist/layout/hStack/index.d.ts +2 -0
  260. package/dist/layout/hStack/index.d.ts.map +1 -0
  261. package/dist/layout/index.d.ts +12 -606
  262. package/dist/layout/index.d.ts.map +1 -0
  263. package/dist/layout/scrollArea/ScrollArea.d.ts +11 -0
  264. package/dist/layout/scrollArea/ScrollArea.d.ts.map +1 -0
  265. package/dist/layout/scrollArea/index.d.ts +2 -0
  266. package/dist/layout/scrollArea/index.d.ts.map +1 -0
  267. package/dist/layout/spacer/Spacer.d.ts +13 -0
  268. package/dist/layout/spacer/Spacer.d.ts.map +1 -0
  269. package/dist/layout/spacer/index.d.ts +2 -0
  270. package/dist/layout/spacer/index.d.ts.map +1 -0
  271. package/dist/layout/stack/Stack.d.ts +11 -0
  272. package/dist/layout/stack/Stack.d.ts.map +1 -0
  273. package/dist/layout/stack/Stack.variants.d.ts +277 -0
  274. package/dist/layout/stack/Stack.variants.d.ts.map +1 -0
  275. package/dist/layout/stack/index.d.ts +3 -0
  276. package/dist/layout/stack/index.d.ts.map +1 -0
  277. package/dist/layout/vStack/VStack.d.ts +5 -0
  278. package/dist/layout/vStack/VStack.d.ts.map +1 -0
  279. package/dist/layout/vStack/index.d.ts +2 -0
  280. package/dist/layout/vStack/index.d.ts.map +1 -0
  281. package/dist/primitives/accessibleIcon/AccessibleIcon.d.ts +13 -0
  282. package/dist/primitives/accessibleIcon/AccessibleIcon.d.ts.map +1 -0
  283. package/dist/primitives/accessibleIcon/index.d.ts +2 -0
  284. package/dist/primitives/accessibleIcon/index.d.ts.map +1 -0
  285. package/dist/primitives/anchoredPositioner/AnchoredPositioner.d.ts +20 -0
  286. package/dist/primitives/anchoredPositioner/AnchoredPositioner.d.ts.map +1 -0
  287. package/dist/primitives/anchoredPositioner/index.d.ts +2 -0
  288. package/dist/primitives/anchoredPositioner/index.d.ts.map +1 -0
  289. package/dist/primitives/collection/Collection.d.ts +19 -0
  290. package/dist/primitives/collection/Collection.d.ts.map +1 -0
  291. package/dist/primitives/collection/index.d.ts +2 -0
  292. package/dist/primitives/collection/index.d.ts.map +1 -0
  293. package/dist/primitives/directionProvider/DirectionProvider.d.ts +13 -0
  294. package/dist/primitives/directionProvider/DirectionProvider.d.ts.map +1 -0
  295. package/dist/primitives/directionProvider/index.d.ts +2 -0
  296. package/dist/primitives/directionProvider/index.d.ts.map +1 -0
  297. package/dist/primitives/dismissableLayer/DismissableLayer.d.ts +18 -0
  298. package/dist/primitives/dismissableLayer/DismissableLayer.d.ts.map +1 -0
  299. package/dist/primitives/dismissableLayer/index.d.ts +2 -0
  300. package/dist/primitives/dismissableLayer/index.d.ts.map +1 -0
  301. package/dist/primitives/focusScope/FocusScope.d.ts +11 -0
  302. package/dist/primitives/focusScope/FocusScope.d.ts.map +1 -0
  303. package/dist/primitives/focusScope/index.d.ts +2 -0
  304. package/dist/primitives/focusScope/index.d.ts.map +1 -0
  305. package/dist/primitives/formControlContext/FormControlContext.d.ts +32 -0
  306. package/dist/primitives/formControlContext/FormControlContext.d.ts.map +1 -0
  307. package/dist/primitives/formControlContext/index.d.ts +2 -0
  308. package/dist/primitives/formControlContext/index.d.ts.map +1 -0
  309. package/dist/primitives/index.d.ts +14 -5
  310. package/dist/primitives/index.d.ts.map +1 -0
  311. package/dist/primitives/portal/Portal.d.ts +14 -0
  312. package/dist/primitives/portal/Portal.d.ts.map +1 -0
  313. package/dist/primitives/portal/index.d.ts +2 -0
  314. package/dist/primitives/portal/index.d.ts.map +1 -0
  315. package/dist/primitives/presence/Presence.d.ts +14 -0
  316. package/dist/primitives/presence/Presence.d.ts.map +1 -0
  317. package/dist/primitives/presence/index.d.ts +2 -0
  318. package/dist/primitives/presence/index.d.ts.map +1 -0
  319. package/dist/primitives/rovingFocusGroup/RovingFocusGroup.d.ts +26 -0
  320. package/dist/primitives/rovingFocusGroup/RovingFocusGroup.d.ts.map +1 -0
  321. package/dist/primitives/rovingFocusGroup/index.d.ts +2 -0
  322. package/dist/primitives/rovingFocusGroup/index.d.ts.map +1 -0
  323. package/dist/primitives/scrollLockProvider/ScrollLockProvider.d.ts +12 -0
  324. package/dist/primitives/scrollLockProvider/ScrollLockProvider.d.ts.map +1 -0
  325. package/dist/primitives/scrollLockProvider/index.d.ts +2 -0
  326. package/dist/primitives/scrollLockProvider/index.d.ts.map +1 -0
  327. package/dist/primitives/slot/Slot.d.ts +15 -0
  328. package/dist/primitives/slot/Slot.d.ts.map +1 -0
  329. package/dist/primitives/slot/index.d.ts +2 -0
  330. package/dist/primitives/slot/index.d.ts.map +1 -0
  331. package/dist/primitives/visuallyHidden/VisuallyHidden.d.ts +9 -0
  332. package/dist/primitives/visuallyHidden/VisuallyHidden.d.ts.map +1 -0
  333. package/dist/primitives/visuallyHidden/index.d.ts +2 -0
  334. package/dist/primitives/visuallyHidden/index.d.ts.map +1 -0
  335. package/dist/utils/cn.d.ts +7 -0
  336. package/dist/utils/cn.d.ts.map +1 -0
  337. package/dist/utils/composeEventHandlers.d.ts +11 -0
  338. package/dist/utils/composeEventHandlers.d.ts.map +1 -0
  339. package/dist/utils/composeRefs.d.ts +9 -0
  340. package/dist/utils/composeRefs.d.ts.map +1 -0
  341. package/dist/utils/dataAttr.d.ts +7 -0
  342. package/dist/utils/dataAttr.d.ts.map +1 -0
  343. package/dist/utils/index.d.ts +7 -4
  344. package/dist/utils/index.d.ts.map +1 -0
  345. package/dist/utils/polymorphic.d.ts +14 -0
  346. package/dist/utils/polymorphic.d.ts.map +1 -0
  347. package/dist/utils/tv.d.ts +2 -0
  348. package/dist/utils/tv.d.ts.map +1 -0
  349. package/package.json +5 -14
  350. package/dist/chunk-D67WGR7Y.js +0 -212
  351. package/dist/chunk-D67WGR7Y.js.map +0 -1
  352. package/dist/index-Bk6CuDNT.d.ts +0 -247
  353. package/dist/index-C0IDphm_.d.ts +0 -61
  354. package/dist/index-CEAM9LLM.d.ts +0 -37
  355. package/dist/index-PAuwodyY.d.ts +0 -103
  356. package/dist/index-goThcZ1E.d.ts +0 -416
  357. package/dist/tailwind/index.d.ts +0 -5
  358. package/dist/tailwind/index.js +0 -23
  359. package/dist/tailwind/index.js.map +0 -1
  360. package/dist/tokens/index.d.ts +0 -1
  361. package/dist/tokens/index.js +0 -4
  362. package/dist/tokens/index.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/display/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export type KbdProps = ComponentPropsWithoutRef<'kbd'>;
3
+ /**
4
+ * Keyboard key affordance — `<kbd>` styled with subtle border and inset
5
+ * shadow. Single key per `<Kbd>`; chain via `<Kbd>⌘</Kbd> + <Kbd>K</Kbd>`.
6
+ */
7
+ export declare const Kbd: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>;
8
+ //# sourceMappingURL=Kbd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Kbd.d.ts","sourceRoot":"","sources":["../../../src/display/kbd/Kbd.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGlE,MAAM,MAAM,QAAQ,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAEvD;;;GAGG;AACH,eAAO,MAAM,GAAG,kMAUd,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Kbd, type KbdProps } from './Kbd';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/kbd/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export type MarkProps = ComponentPropsWithoutRef<'mark'>;
3
+ /**
4
+ * Highlighted text — semantic `<mark>` with a yellow tint. Use for search
5
+ * matches and "you mentioned this" affordances.
6
+ */
7
+ export declare const Mark: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("react").RefAttributes<HTMLElement>>;
8
+ //# sourceMappingURL=Mark.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Mark.d.ts","sourceRoot":"","sources":["../../../src/display/mark/Mark.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGlE,MAAM,MAAM,SAAS,GAAG,wBAAwB,CAAC,MAAM,CAAC,CAAC;AAEzD;;;GAGG;AACH,eAAO,MAAM,IAAI,kMAMf,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Mark, type MarkProps } from './Mark';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/mark/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export type QuoteProps = ComponentPropsWithoutRef<'blockquote'>;
3
+ /**
4
+ * Block quote with subtle left border and italic body text.
5
+ */
6
+ export declare const Quote: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, "ref"> & import("react").RefAttributes<HTMLQuoteElement>>;
7
+ //# sourceMappingURL=Quote.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Quote.d.ts","sourceRoot":"","sources":["../../../src/display/quote/Quote.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGlE,MAAM,MAAM,UAAU,GAAG,wBAAwB,CAAC,YAAY,CAAC,CAAC;AAEhE;;GAEG;AACH,eAAO,MAAM,KAAK,2NAWjB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Quote, type QuoteProps } from './Quote';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/quote/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export interface SeparatorProps extends ComponentPropsWithoutRef<'div'> {
3
+ orientation?: 'horizontal' | 'vertical';
4
+ /** When `true`, the separator is purely decorative — `role="none"` and
5
+ * unannounced. Default `true`. Set `false` when meaningful in context. */
6
+ decorative?: boolean;
7
+ }
8
+ /**
9
+ * Visual divider. Defaults to a horizontal hairline; pass `orientation="vertical"`
10
+ * for column dividers (use inside a flex/grid with explicit height).
11
+ */
12
+ export declare const Separator: import("react").ForwardRefExoticComponent<SeparatorProps & import("react").RefAttributes<HTMLDivElement>>;
13
+ //# sourceMappingURL=Separator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../../../src/display/separator/Separator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGlE,MAAM,WAAW,cAAe,SAAQ,wBAAwB,CAAC,KAAK,CAAC;IACrE,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC;+EAC2E;IAC3E,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,2GAcrB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Separator, type SeparatorProps } from './Separator';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/separator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { type ComponentPropsWithoutRef, type ReactNode } from 'react';
2
+ import { type TagVariants } from './Tag.variants';
3
+ export interface TagProps extends Omit<ComponentPropsWithoutRef<'span'>, 'children'>, TagVariants {
4
+ children?: ReactNode;
5
+ /** Show a close (×) button. Pass a handler to receive the click. */
6
+ onClose?: () => void;
7
+ /** Accessible label for the close button. Default `"Remove"`. */
8
+ closeLabel?: string;
9
+ }
10
+ /**
11
+ * Pill with an optional close button. The close button is a raw `<button>`
12
+ * (not `IconButton`) so this stays a strict atom.
13
+ */
14
+ export declare const Tag: import("react").ForwardRefExoticComponent<TagProps & import("react").RefAttributes<HTMLSpanElement>>;
15
+ //# sourceMappingURL=Tag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../src/display/tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIlF,OAAO,EAAe,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE/D,MAAM,WAAW,QACf,SAAQ,IAAI,CAAC,wBAAwB,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,EACxD,WAAW;IACb,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,oEAAoE;IACpE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,iEAAiE;IACjE,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;GAGG;AACH,eAAO,MAAM,GAAG,sGAgBf,CAAC"}
@@ -0,0 +1,67 @@
1
+ import { type VariantProps } from '../../utils';
2
+ export declare const tagVariants: import("tailwind-variants").TVReturnType<{
3
+ variant: {
4
+ neutral: string;
5
+ brand: string;
6
+ success: string;
7
+ warning: string;
8
+ danger: string;
9
+ info: string;
10
+ };
11
+ }, undefined, "inline-flex items-center gap-1 rounded-md border border-neutral-200 bg-white px-2 py-0.5 text-xs font-medium text-neutral-800", import("tailwind-variants/dist/config.js").TVConfig<{
12
+ variant: {
13
+ neutral: string;
14
+ brand: string;
15
+ success: string;
16
+ warning: string;
17
+ danger: string;
18
+ info: string;
19
+ };
20
+ }, {
21
+ variant: {
22
+ neutral: string;
23
+ brand: string;
24
+ success: string;
25
+ warning: string;
26
+ danger: string;
27
+ info: string;
28
+ };
29
+ }>, {
30
+ variant: {
31
+ neutral: string;
32
+ brand: string;
33
+ success: string;
34
+ warning: string;
35
+ danger: string;
36
+ info: string;
37
+ };
38
+ }, undefined, import("tailwind-variants").TVReturnType<{
39
+ variant: {
40
+ neutral: string;
41
+ brand: string;
42
+ success: string;
43
+ warning: string;
44
+ danger: string;
45
+ info: string;
46
+ };
47
+ }, undefined, "inline-flex items-center gap-1 rounded-md border border-neutral-200 bg-white px-2 py-0.5 text-xs font-medium text-neutral-800", import("tailwind-variants/dist/config.js").TVConfig<{
48
+ variant: {
49
+ neutral: string;
50
+ brand: string;
51
+ success: string;
52
+ warning: string;
53
+ danger: string;
54
+ info: string;
55
+ };
56
+ }, {
57
+ variant: {
58
+ neutral: string;
59
+ brand: string;
60
+ success: string;
61
+ warning: string;
62
+ danger: string;
63
+ info: string;
64
+ };
65
+ }>, unknown, unknown, undefined>>;
66
+ export type TagVariants = VariantProps<typeof tagVariants>;
67
+ //# sourceMappingURL=Tag.variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tag.variants.d.ts","sourceRoot":"","sources":["../../../src/display/tag/Tag.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAetB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Tag, type TagProps } from './Tag';
2
+ export { tagVariants, type TagVariants } from './Tag.variants';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/tag/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,KAAK,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { type ComponentPropsWithoutRef, type ElementType } from 'react';
2
+ import { type TextVariants } from './Text.variants';
3
+ export interface TextProps extends Omit<ComponentPropsWithoutRef<'p'>, 'as' | 'color'>, TextVariants {
4
+ as?: ElementType;
5
+ }
6
+ /**
7
+ * Body text. Renders as `<p>` by default; pass `as="span"` (or any element)
8
+ * to keep semantics consistent with the surrounding markup.
9
+ */
10
+ export declare const Text: import("react").ForwardRefExoticComponent<TextProps & import("react").RefAttributes<HTMLElement>>;
11
+ //# sourceMappingURL=Text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../src/display/text/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,wBAAwB,EAC7B,KAAK,WAAW,EAEjB,MAAM,OAAO,CAAC;AAEf,OAAO,EAAgB,KAAK,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAElE,MAAM,WAAW,SACf,SAAQ,IAAI,CAAC,wBAAwB,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,OAAO,CAAC,EACzD,YAAY;IACd,EAAE,CAAC,EAAE,WAAW,CAAC;CAClB;AAED;;;GAGG;AACH,eAAO,MAAM,IAAI,mGAQhB,CAAC"}
@@ -0,0 +1,228 @@
1
+ import { type VariantProps } from '../../utils';
2
+ export declare const textVariants: import("tailwind-variants").TVReturnType<{
3
+ size: {
4
+ xs: string;
5
+ sm: string;
6
+ md: string;
7
+ lg: string;
8
+ xl: string;
9
+ };
10
+ weight: {
11
+ normal: string;
12
+ medium: string;
13
+ semibold: string;
14
+ bold: string;
15
+ };
16
+ color: {
17
+ default: string;
18
+ muted: string;
19
+ subtle: string;
20
+ brand: string;
21
+ success: string;
22
+ warning: string;
23
+ danger: string;
24
+ };
25
+ align: {
26
+ left: string;
27
+ center: string;
28
+ right: string;
29
+ justify: string;
30
+ };
31
+ truncate: {
32
+ true: string;
33
+ };
34
+ }, undefined, "", import("tailwind-variants/dist/config.js").TVConfig<{
35
+ size: {
36
+ xs: string;
37
+ sm: string;
38
+ md: string;
39
+ lg: string;
40
+ xl: string;
41
+ };
42
+ weight: {
43
+ normal: string;
44
+ medium: string;
45
+ semibold: string;
46
+ bold: string;
47
+ };
48
+ color: {
49
+ default: string;
50
+ muted: string;
51
+ subtle: string;
52
+ brand: string;
53
+ success: string;
54
+ warning: string;
55
+ danger: string;
56
+ };
57
+ align: {
58
+ left: string;
59
+ center: string;
60
+ right: string;
61
+ justify: string;
62
+ };
63
+ truncate: {
64
+ true: string;
65
+ };
66
+ }, {
67
+ size: {
68
+ xs: string;
69
+ sm: string;
70
+ md: string;
71
+ lg: string;
72
+ xl: string;
73
+ };
74
+ weight: {
75
+ normal: string;
76
+ medium: string;
77
+ semibold: string;
78
+ bold: string;
79
+ };
80
+ color: {
81
+ default: string;
82
+ muted: string;
83
+ subtle: string;
84
+ brand: string;
85
+ success: string;
86
+ warning: string;
87
+ danger: string;
88
+ };
89
+ align: {
90
+ left: string;
91
+ center: string;
92
+ right: string;
93
+ justify: string;
94
+ };
95
+ truncate: {
96
+ true: string;
97
+ };
98
+ }>, {
99
+ size: {
100
+ xs: string;
101
+ sm: string;
102
+ md: string;
103
+ lg: string;
104
+ xl: string;
105
+ };
106
+ weight: {
107
+ normal: string;
108
+ medium: string;
109
+ semibold: string;
110
+ bold: string;
111
+ };
112
+ color: {
113
+ default: string;
114
+ muted: string;
115
+ subtle: string;
116
+ brand: string;
117
+ success: string;
118
+ warning: string;
119
+ danger: string;
120
+ };
121
+ align: {
122
+ left: string;
123
+ center: string;
124
+ right: string;
125
+ justify: string;
126
+ };
127
+ truncate: {
128
+ true: string;
129
+ };
130
+ }, undefined, import("tailwind-variants").TVReturnType<{
131
+ size: {
132
+ xs: string;
133
+ sm: string;
134
+ md: string;
135
+ lg: string;
136
+ xl: string;
137
+ };
138
+ weight: {
139
+ normal: string;
140
+ medium: string;
141
+ semibold: string;
142
+ bold: string;
143
+ };
144
+ color: {
145
+ default: string;
146
+ muted: string;
147
+ subtle: string;
148
+ brand: string;
149
+ success: string;
150
+ warning: string;
151
+ danger: string;
152
+ };
153
+ align: {
154
+ left: string;
155
+ center: string;
156
+ right: string;
157
+ justify: string;
158
+ };
159
+ truncate: {
160
+ true: string;
161
+ };
162
+ }, undefined, "", import("tailwind-variants/dist/config.js").TVConfig<{
163
+ size: {
164
+ xs: string;
165
+ sm: string;
166
+ md: string;
167
+ lg: string;
168
+ xl: string;
169
+ };
170
+ weight: {
171
+ normal: string;
172
+ medium: string;
173
+ semibold: string;
174
+ bold: string;
175
+ };
176
+ color: {
177
+ default: string;
178
+ muted: string;
179
+ subtle: string;
180
+ brand: string;
181
+ success: string;
182
+ warning: string;
183
+ danger: string;
184
+ };
185
+ align: {
186
+ left: string;
187
+ center: string;
188
+ right: string;
189
+ justify: string;
190
+ };
191
+ truncate: {
192
+ true: string;
193
+ };
194
+ }, {
195
+ size: {
196
+ xs: string;
197
+ sm: string;
198
+ md: string;
199
+ lg: string;
200
+ xl: string;
201
+ };
202
+ weight: {
203
+ normal: string;
204
+ medium: string;
205
+ semibold: string;
206
+ bold: string;
207
+ };
208
+ color: {
209
+ default: string;
210
+ muted: string;
211
+ subtle: string;
212
+ brand: string;
213
+ success: string;
214
+ warning: string;
215
+ danger: string;
216
+ };
217
+ align: {
218
+ left: string;
219
+ center: string;
220
+ right: string;
221
+ justify: string;
222
+ };
223
+ truncate: {
224
+ true: string;
225
+ };
226
+ }>, unknown, unknown, undefined>>;
227
+ export type TextVariants = VariantProps<typeof textVariants>;
228
+ //# sourceMappingURL=Text.variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.variants.d.ts","sourceRoot":"","sources":["../../../src/display/text/Text.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAwCvB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Text, type TextProps } from './Text';
2
+ export { textVariants, type TextVariants } from './Text.variants';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/display/text/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,KAAK,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ import { type AlertSimpleVariants } from './AlertSimple.variants';
3
+ export interface AlertSimpleProps extends ComponentPropsWithoutRef<'div'>, AlertSimpleVariants {
4
+ }
5
+ /**
6
+ * Atomic alert — a styled colored container that takes free-form `children`.
7
+ * No internal slots; consumer composes title/description/actions inline.
8
+ *
9
+ * For the structured Icon + Title + Description + Actions composition use
10
+ * the `Alert` molecule (L4).
11
+ */
12
+ export declare const AlertSimple: import("react").ForwardRefExoticComponent<AlertSimpleProps & import("react").RefAttributes<HTMLDivElement>>;
13
+ //# sourceMappingURL=AlertSimple.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertSimple.d.ts","sourceRoot":"","sources":["../../../src/feedback/alertSimple/AlertSimple.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAElE,OAAO,EAAuB,KAAK,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAEvF,MAAM,WAAW,gBACf,SAAQ,wBAAwB,CAAC,KAAK,CAAC,EACrC,mBAAmB;CAAG;AAE1B;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,6GASvB,CAAC"}
@@ -0,0 +1,60 @@
1
+ import { type VariantProps } from '../../utils';
2
+ export declare const alertSimpleVariants: import("tailwind-variants").TVReturnType<{
3
+ severity: {
4
+ info: string;
5
+ success: string;
6
+ warning: string;
7
+ danger: string;
8
+ neutral: string;
9
+ };
10
+ }, undefined, "rounded-md border px-4 py-3 text-sm", import("tailwind-variants/dist/config.js").TVConfig<{
11
+ severity: {
12
+ info: string;
13
+ success: string;
14
+ warning: string;
15
+ danger: string;
16
+ neutral: string;
17
+ };
18
+ }, {
19
+ severity: {
20
+ info: string;
21
+ success: string;
22
+ warning: string;
23
+ danger: string;
24
+ neutral: string;
25
+ };
26
+ }>, {
27
+ severity: {
28
+ info: string;
29
+ success: string;
30
+ warning: string;
31
+ danger: string;
32
+ neutral: string;
33
+ };
34
+ }, undefined, import("tailwind-variants").TVReturnType<{
35
+ severity: {
36
+ info: string;
37
+ success: string;
38
+ warning: string;
39
+ danger: string;
40
+ neutral: string;
41
+ };
42
+ }, undefined, "rounded-md border px-4 py-3 text-sm", import("tailwind-variants/dist/config.js").TVConfig<{
43
+ severity: {
44
+ info: string;
45
+ success: string;
46
+ warning: string;
47
+ danger: string;
48
+ neutral: string;
49
+ };
50
+ }, {
51
+ severity: {
52
+ info: string;
53
+ success: string;
54
+ warning: string;
55
+ danger: string;
56
+ neutral: string;
57
+ };
58
+ }>, unknown, unknown, undefined>>;
59
+ export type AlertSimpleVariants = VariantProps<typeof alertSimpleVariants>;
60
+ //# sourceMappingURL=AlertSimple.variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertSimple.variants.d.ts","sourceRoot":"","sources":["../../../src/feedback/alertSimple/AlertSimple.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAc9B,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { AlertSimple, type AlertSimpleProps } from './AlertSimple';
2
+ export { alertSimpleVariants, type AlertSimpleVariants } from './AlertSimple.variants';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/feedback/alertSimple/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,KAAK,mBAAmB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ import { type BannerSimpleVariants } from './BannerSimple.variants';
3
+ export interface BannerSimpleProps extends ComponentPropsWithoutRef<'div'>, BannerSimpleVariants {
4
+ }
5
+ /**
6
+ * Full-width banner — typically pinned to the top of the app to broadcast
7
+ * status. Atom; for structured slotted layout use `Banner` (L4).
8
+ */
9
+ export declare const BannerSimple: import("react").ForwardRefExoticComponent<BannerSimpleProps & import("react").RefAttributes<HTMLDivElement>>;
10
+ //# sourceMappingURL=BannerSimple.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BannerSimple.d.ts","sourceRoot":"","sources":["../../../src/feedback/bannerSimple/BannerSimple.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAElE,OAAO,EAAwB,KAAK,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAE1F,MAAM,WAAW,iBACf,SAAQ,wBAAwB,CAAC,KAAK,CAAC,EACrC,oBAAoB;CAAG;AAE3B;;;GAGG;AACH,eAAO,MAAM,YAAY,8GASxB,CAAC"}
@@ -0,0 +1,60 @@
1
+ import { type VariantProps } from '../../utils';
2
+ export declare const bannerSimpleVariants: import("tailwind-variants").TVReturnType<{
3
+ severity: {
4
+ info: string;
5
+ success: string;
6
+ warning: string;
7
+ danger: string;
8
+ neutral: string;
9
+ };
10
+ }, undefined, "w-full px-6 py-3 text-sm", import("tailwind-variants/dist/config.js").TVConfig<{
11
+ severity: {
12
+ info: string;
13
+ success: string;
14
+ warning: string;
15
+ danger: string;
16
+ neutral: string;
17
+ };
18
+ }, {
19
+ severity: {
20
+ info: string;
21
+ success: string;
22
+ warning: string;
23
+ danger: string;
24
+ neutral: string;
25
+ };
26
+ }>, {
27
+ severity: {
28
+ info: string;
29
+ success: string;
30
+ warning: string;
31
+ danger: string;
32
+ neutral: string;
33
+ };
34
+ }, undefined, import("tailwind-variants").TVReturnType<{
35
+ severity: {
36
+ info: string;
37
+ success: string;
38
+ warning: string;
39
+ danger: string;
40
+ neutral: string;
41
+ };
42
+ }, undefined, "w-full px-6 py-3 text-sm", import("tailwind-variants/dist/config.js").TVConfig<{
43
+ severity: {
44
+ info: string;
45
+ success: string;
46
+ warning: string;
47
+ danger: string;
48
+ neutral: string;
49
+ };
50
+ }, {
51
+ severity: {
52
+ info: string;
53
+ success: string;
54
+ warning: string;
55
+ danger: string;
56
+ neutral: string;
57
+ };
58
+ }>, unknown, unknown, undefined>>;
59
+ export type BannerSimpleVariants = VariantProps<typeof bannerSimpleVariants>;
60
+ //# sourceMappingURL=BannerSimple.variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BannerSimple.variants.d.ts","sourceRoot":"","sources":["../../../src/feedback/bannerSimple/BannerSimple.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAc/B,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { BannerSimple, type BannerSimpleProps } from './BannerSimple';
2
+ export { bannerSimpleVariants, type BannerSimpleVariants } from './BannerSimple.variants';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/feedback/bannerSimple/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAE,oBAAoB,EAAE,KAAK,oBAAoB,EAAE,MAAM,yBAAyB,CAAC"}