@wow-two-beta/ui 0.0.5 → 0.0.7

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 (372) 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-YLN7VMYU.js → chunk-62NXDB5V.js} +33 -33
  23. package/dist/chunk-62NXDB5V.js.map +1 -0
  24. package/dist/{chunk-MP4OTUFA.js → chunk-DBQ4VF2J.js} +32 -32
  25. package/dist/chunk-DBQ4VF2J.js.map +1 -0
  26. package/dist/{chunk-4CIRBYYP.js → chunk-HVJVLK6B.js} +17 -17
  27. package/dist/chunk-HVJVLK6B.js.map +1 -0
  28. package/dist/{chunk-KSJE3JAI.js → chunk-TDEEVNSD.js} +33 -33
  29. package/dist/chunk-TDEEVNSD.js.map +1 -0
  30. package/dist/display/avatar/Avatar.d.ts +18 -0
  31. package/dist/display/avatar/Avatar.d.ts.map +1 -0
  32. package/dist/display/avatar/Avatar.variants.d.ts +95 -0
  33. package/dist/display/avatar/Avatar.variants.d.ts.map +1 -0
  34. package/dist/display/avatar/index.d.ts +3 -0
  35. package/dist/display/avatar/index.d.ts.map +1 -0
  36. package/dist/display/badge/Badge.d.ts +10 -0
  37. package/dist/display/badge/Badge.d.ts.map +1 -0
  38. package/dist/display/badge/Badge.variants.d.ts +109 -0
  39. package/dist/display/badge/Badge.variants.d.ts.map +1 -0
  40. package/dist/display/badge/index.d.ts +3 -0
  41. package/dist/display/badge/index.d.ts.map +1 -0
  42. package/dist/display/code/Code.d.ts +10 -0
  43. package/dist/display/code/Code.d.ts.map +1 -0
  44. package/dist/display/code/Code.variants.d.ts +39 -0
  45. package/dist/display/code/Code.variants.d.ts.map +1 -0
  46. package/dist/display/code/index.d.ts +3 -0
  47. package/dist/display/code/index.d.ts.map +1 -0
  48. package/dist/display/heading/Heading.d.ts +15 -0
  49. package/dist/display/heading/Heading.d.ts.map +1 -0
  50. package/dist/display/heading/Heading.variants.d.ts +158 -0
  51. package/dist/display/heading/Heading.variants.d.ts.map +1 -0
  52. package/dist/display/heading/index.d.ts +3 -0
  53. package/dist/display/heading/index.d.ts.map +1 -0
  54. package/dist/display/image/Image.d.ts +12 -0
  55. package/dist/display/image/Image.d.ts.map +1 -0
  56. package/dist/display/image/index.d.ts +2 -0
  57. package/dist/display/image/index.d.ts.map +1 -0
  58. package/dist/display/index.d.ts +12 -806
  59. package/dist/display/index.d.ts.map +1 -0
  60. package/dist/display/index.js +1 -1
  61. package/dist/display/kbd/Kbd.d.ts +8 -0
  62. package/dist/display/kbd/Kbd.d.ts.map +1 -0
  63. package/dist/display/kbd/index.d.ts +2 -0
  64. package/dist/display/kbd/index.d.ts.map +1 -0
  65. package/dist/display/mark/Mark.d.ts +8 -0
  66. package/dist/display/mark/Mark.d.ts.map +1 -0
  67. package/dist/display/mark/index.d.ts +2 -0
  68. package/dist/display/mark/index.d.ts.map +1 -0
  69. package/dist/display/quote/Quote.d.ts +7 -0
  70. package/dist/display/quote/Quote.d.ts.map +1 -0
  71. package/dist/display/quote/index.d.ts +2 -0
  72. package/dist/display/quote/index.d.ts.map +1 -0
  73. package/dist/display/separator/Separator.d.ts +13 -0
  74. package/dist/display/separator/Separator.d.ts.map +1 -0
  75. package/dist/display/separator/index.d.ts +2 -0
  76. package/dist/display/separator/index.d.ts.map +1 -0
  77. package/dist/display/tag/Tag.d.ts +15 -0
  78. package/dist/display/tag/Tag.d.ts.map +1 -0
  79. package/dist/display/tag/Tag.variants.d.ts +67 -0
  80. package/dist/display/tag/Tag.variants.d.ts.map +1 -0
  81. package/dist/display/tag/index.d.ts +3 -0
  82. package/dist/display/tag/index.d.ts.map +1 -0
  83. package/dist/display/text/Text.d.ts +11 -0
  84. package/dist/display/text/Text.d.ts.map +1 -0
  85. package/dist/display/text/Text.variants.d.ts +228 -0
  86. package/dist/display/text/Text.variants.d.ts.map +1 -0
  87. package/dist/display/text/index.d.ts +3 -0
  88. package/dist/display/text/index.d.ts.map +1 -0
  89. package/dist/feedback/alertSimple/AlertSimple.d.ts +13 -0
  90. package/dist/feedback/alertSimple/AlertSimple.d.ts.map +1 -0
  91. package/dist/feedback/alertSimple/AlertSimple.variants.d.ts +60 -0
  92. package/dist/feedback/alertSimple/AlertSimple.variants.d.ts.map +1 -0
  93. package/dist/feedback/alertSimple/index.d.ts +3 -0
  94. package/dist/feedback/alertSimple/index.d.ts.map +1 -0
  95. package/dist/feedback/bannerSimple/BannerSimple.d.ts +10 -0
  96. package/dist/feedback/bannerSimple/BannerSimple.d.ts.map +1 -0
  97. package/dist/feedback/bannerSimple/BannerSimple.variants.d.ts +60 -0
  98. package/dist/feedback/bannerSimple/BannerSimple.variants.d.ts.map +1 -0
  99. package/dist/feedback/bannerSimple/index.d.ts +3 -0
  100. package/dist/feedback/bannerSimple/index.d.ts.map +1 -0
  101. package/dist/feedback/index.d.ts +8 -507
  102. package/dist/feedback/index.d.ts.map +1 -0
  103. package/dist/feedback/index.js +1 -1
  104. package/dist/feedback/progressBar/ProgressBar.d.ts +15 -0
  105. package/dist/feedback/progressBar/ProgressBar.d.ts.map +1 -0
  106. package/dist/feedback/progressBar/ProgressBar.variants.d.ts +103 -0
  107. package/dist/feedback/progressBar/ProgressBar.variants.d.ts.map +1 -0
  108. package/dist/feedback/progressBar/index.d.ts +3 -0
  109. package/dist/feedback/progressBar/index.d.ts.map +1 -0
  110. package/dist/feedback/progressCircle/ProgressCircle.d.ts +16 -0
  111. package/dist/feedback/progressCircle/ProgressCircle.d.ts.map +1 -0
  112. package/dist/feedback/progressCircle/index.d.ts +2 -0
  113. package/dist/feedback/progressCircle/index.d.ts.map +1 -0
  114. package/dist/feedback/skeleton/Skeleton.d.ts +10 -0
  115. package/dist/feedback/skeleton/Skeleton.d.ts.map +1 -0
  116. package/dist/feedback/skeleton/Skeleton.variants.d.ts +46 -0
  117. package/dist/feedback/skeleton/Skeleton.variants.d.ts.map +1 -0
  118. package/dist/feedback/skeleton/index.d.ts +3 -0
  119. package/dist/feedback/skeleton/index.d.ts.map +1 -0
  120. package/dist/feedback/spinner/Spinner.d.ts +12 -0
  121. package/dist/feedback/spinner/Spinner.d.ts.map +1 -0
  122. package/dist/feedback/spinner/Spinner.variants.d.ts +102 -0
  123. package/dist/feedback/spinner/Spinner.variants.d.ts.map +1 -0
  124. package/dist/feedback/spinner/index.d.ts +3 -0
  125. package/dist/feedback/spinner/index.d.ts.map +1 -0
  126. package/dist/feedback/toastSimple/ToastSimple.d.ts +12 -0
  127. package/dist/feedback/toastSimple/ToastSimple.d.ts.map +1 -0
  128. package/dist/feedback/toastSimple/ToastSimple.variants.d.ts +60 -0
  129. package/dist/feedback/toastSimple/ToastSimple.variants.d.ts.map +1 -0
  130. package/dist/feedback/toastSimple/index.d.ts +3 -0
  131. package/dist/feedback/toastSimple/index.d.ts.map +1 -0
  132. package/dist/forms/_styles.d.ts +74 -0
  133. package/dist/forms/_styles.d.ts.map +1 -0
  134. package/dist/forms/checkbox/Checkbox.d.ts +12 -0
  135. package/dist/forms/checkbox/Checkbox.d.ts.map +1 -0
  136. package/dist/forms/checkbox/index.d.ts +2 -0
  137. package/dist/forms/checkbox/index.d.ts.map +1 -0
  138. package/dist/forms/emailInput/EmailInput.d.ts +7 -0
  139. package/dist/forms/emailInput/EmailInput.d.ts.map +1 -0
  140. package/dist/forms/emailInput/index.d.ts +2 -0
  141. package/dist/forms/emailInput/index.d.ts.map +1 -0
  142. package/dist/forms/fieldset/Fieldset.d.ts +8 -0
  143. package/dist/forms/fieldset/Fieldset.d.ts.map +1 -0
  144. package/dist/forms/fieldset/index.d.ts +2 -0
  145. package/dist/forms/fieldset/index.d.ts.map +1 -0
  146. package/dist/forms/formErrorMessage/FormErrorMessage.d.ts +8 -0
  147. package/dist/forms/formErrorMessage/FormErrorMessage.d.ts.map +1 -0
  148. package/dist/forms/formErrorMessage/index.d.ts +2 -0
  149. package/dist/forms/formErrorMessage/index.d.ts.map +1 -0
  150. package/dist/forms/formHelperText/FormHelperText.d.ts +8 -0
  151. package/dist/forms/formHelperText/FormHelperText.d.ts.map +1 -0
  152. package/dist/forms/formHelperText/index.d.ts +2 -0
  153. package/dist/forms/formHelperText/index.d.ts.map +1 -0
  154. package/dist/forms/index.d.ts +18 -218
  155. package/dist/forms/index.d.ts.map +1 -0
  156. package/dist/forms/index.js +2 -2
  157. package/dist/forms/label/Label.d.ts +11 -0
  158. package/dist/forms/label/Label.d.ts.map +1 -0
  159. package/dist/forms/label/index.d.ts +2 -0
  160. package/dist/forms/label/index.d.ts.map +1 -0
  161. package/dist/forms/legend/Legend.d.ts +7 -0
  162. package/dist/forms/legend/Legend.d.ts.map +1 -0
  163. package/dist/forms/legend/index.d.ts +2 -0
  164. package/dist/forms/legend/index.d.ts.map +1 -0
  165. package/dist/forms/numberInput/NumberInput.d.ts +11 -0
  166. package/dist/forms/numberInput/NumberInput.d.ts.map +1 -0
  167. package/dist/forms/numberInput/index.d.ts +2 -0
  168. package/dist/forms/numberInput/index.d.ts.map +1 -0
  169. package/dist/forms/passwordInput/PasswordInput.d.ts +12 -0
  170. package/dist/forms/passwordInput/PasswordInput.d.ts.map +1 -0
  171. package/dist/forms/passwordInput/index.d.ts +2 -0
  172. package/dist/forms/passwordInput/index.d.ts.map +1 -0
  173. package/dist/forms/radio/Radio.d.ts +11 -0
  174. package/dist/forms/radio/Radio.d.ts.map +1 -0
  175. package/dist/forms/radio/index.d.ts +2 -0
  176. package/dist/forms/radio/index.d.ts.map +1 -0
  177. package/dist/forms/searchInput/SearchInput.d.ts +13 -0
  178. package/dist/forms/searchInput/SearchInput.d.ts.map +1 -0
  179. package/dist/forms/searchInput/index.d.ts +2 -0
  180. package/dist/forms/searchInput/index.d.ts.map +1 -0
  181. package/dist/forms/slider/Slider.d.ts +10 -0
  182. package/dist/forms/slider/Slider.d.ts.map +1 -0
  183. package/dist/forms/slider/index.d.ts +2 -0
  184. package/dist/forms/slider/index.d.ts.map +1 -0
  185. package/dist/forms/switch/Switch.d.ts +10 -0
  186. package/dist/forms/switch/Switch.d.ts.map +1 -0
  187. package/dist/forms/switch/index.d.ts +2 -0
  188. package/dist/forms/switch/index.d.ts.map +1 -0
  189. package/dist/forms/telInput/TelInput.d.ts +7 -0
  190. package/dist/forms/telInput/TelInput.d.ts.map +1 -0
  191. package/dist/forms/telInput/index.d.ts +2 -0
  192. package/dist/forms/telInput/index.d.ts.map +1 -0
  193. package/dist/forms/textInput/TextInput.d.ts +11 -0
  194. package/dist/forms/textInput/TextInput.d.ts.map +1 -0
  195. package/dist/forms/textInput/index.d.ts +2 -0
  196. package/dist/forms/textInput/index.d.ts.map +1 -0
  197. package/dist/forms/textarea/Textarea.d.ts +10 -0
  198. package/dist/forms/textarea/Textarea.d.ts.map +1 -0
  199. package/dist/forms/textarea/index.d.ts +2 -0
  200. package/dist/forms/textarea/index.d.ts.map +1 -0
  201. package/dist/forms/urlInput/UrlInput.d.ts +7 -0
  202. package/dist/forms/urlInput/UrlInput.d.ts.map +1 -0
  203. package/dist/forms/urlInput/index.d.ts +2 -0
  204. package/dist/forms/urlInput/index.d.ts.map +1 -0
  205. package/dist/hooks/index.d.ts +11 -2
  206. package/dist/hooks/index.d.ts.map +1 -0
  207. package/dist/hooks/useControlled.d.ts +16 -0
  208. package/dist/hooks/useControlled.d.ts.map +1 -0
  209. package/dist/hooks/useDisclosure.d.ts +14 -0
  210. package/dist/hooks/useDisclosure.d.ts.map +1 -0
  211. package/dist/hooks/useEscape.d.ts +7 -0
  212. package/dist/hooks/useEscape.d.ts.map +1 -0
  213. package/dist/hooks/useEventListener.d.ts +8 -0
  214. package/dist/hooks/useEventListener.d.ts.map +1 -0
  215. package/dist/hooks/useFocusTrap.d.ts +11 -0
  216. package/dist/hooks/useFocusTrap.d.ts.map +1 -0
  217. package/dist/hooks/useId.d.ts +6 -0
  218. package/dist/hooks/useId.d.ts.map +1 -0
  219. package/dist/hooks/useMediaQuery.d.ts +6 -0
  220. package/dist/hooks/useMediaQuery.d.ts.map +1 -0
  221. package/dist/hooks/useOutsideClick.d.ts +8 -0
  222. package/dist/hooks/useOutsideClick.d.ts.map +1 -0
  223. package/dist/hooks/useResizeObserver.d.ts +7 -0
  224. package/dist/hooks/useResizeObserver.d.ts.map +1 -0
  225. package/dist/hooks/useScrollLock.d.ts +7 -0
  226. package/dist/hooks/useScrollLock.d.ts.map +1 -0
  227. package/dist/icons/Icon.d.ts +26 -0
  228. package/dist/icons/Icon.d.ts.map +1 -0
  229. package/dist/icons/index.d.ts +2 -2
  230. package/dist/icons/index.d.ts.map +1 -0
  231. package/dist/index.css +180 -3
  232. package/dist/index.d.ts +10 -17
  233. package/dist/index.d.ts.map +1 -0
  234. package/dist/index.js +6 -7
  235. package/dist/layout/aspectRatio/AspectRatio.d.ts +12 -0
  236. package/dist/layout/aspectRatio/AspectRatio.d.ts.map +1 -0
  237. package/dist/layout/aspectRatio/index.d.ts +2 -0
  238. package/dist/layout/aspectRatio/index.d.ts.map +1 -0
  239. package/dist/layout/box/Box.d.ts +12 -0
  240. package/dist/layout/box/Box.d.ts.map +1 -0
  241. package/dist/layout/box/index.d.ts +2 -0
  242. package/dist/layout/box/index.d.ts.map +1 -0
  243. package/dist/layout/center/Center.d.ts +5 -0
  244. package/dist/layout/center/Center.d.ts.map +1 -0
  245. package/dist/layout/center/index.d.ts +2 -0
  246. package/dist/layout/center/index.d.ts.map +1 -0
  247. package/dist/layout/container/Container.d.ts +11 -0
  248. package/dist/layout/container/Container.d.ts.map +1 -0
  249. package/dist/layout/container/Container.variants.d.ts +67 -0
  250. package/dist/layout/container/Container.variants.d.ts.map +1 -0
  251. package/dist/layout/container/index.d.ts +3 -0
  252. package/dist/layout/container/index.d.ts.map +1 -0
  253. package/dist/layout/flex/Flex.d.ts +10 -0
  254. package/dist/layout/flex/Flex.d.ts.map +1 -0
  255. package/dist/layout/flex/index.d.ts +2 -0
  256. package/dist/layout/flex/index.d.ts.map +1 -0
  257. package/dist/layout/grid/Grid.d.ts +12 -0
  258. package/dist/layout/grid/Grid.d.ts.map +1 -0
  259. package/dist/layout/grid/Grid.variants.d.ts +165 -0
  260. package/dist/layout/grid/Grid.variants.d.ts.map +1 -0
  261. package/dist/layout/grid/index.d.ts +3 -0
  262. package/dist/layout/grid/index.d.ts.map +1 -0
  263. package/dist/layout/hStack/HStack.d.ts +5 -0
  264. package/dist/layout/hStack/HStack.d.ts.map +1 -0
  265. package/dist/layout/hStack/index.d.ts +2 -0
  266. package/dist/layout/hStack/index.d.ts.map +1 -0
  267. package/dist/layout/index.d.ts +12 -606
  268. package/dist/layout/index.d.ts.map +1 -0
  269. package/dist/layout/scrollArea/ScrollArea.d.ts +11 -0
  270. package/dist/layout/scrollArea/ScrollArea.d.ts.map +1 -0
  271. package/dist/layout/scrollArea/index.d.ts +2 -0
  272. package/dist/layout/scrollArea/index.d.ts.map +1 -0
  273. package/dist/layout/spacer/Spacer.d.ts +13 -0
  274. package/dist/layout/spacer/Spacer.d.ts.map +1 -0
  275. package/dist/layout/spacer/index.d.ts +2 -0
  276. package/dist/layout/spacer/index.d.ts.map +1 -0
  277. package/dist/layout/stack/Stack.d.ts +11 -0
  278. package/dist/layout/stack/Stack.d.ts.map +1 -0
  279. package/dist/layout/stack/Stack.variants.d.ts +277 -0
  280. package/dist/layout/stack/Stack.variants.d.ts.map +1 -0
  281. package/dist/layout/stack/index.d.ts +3 -0
  282. package/dist/layout/stack/index.d.ts.map +1 -0
  283. package/dist/layout/vStack/VStack.d.ts +5 -0
  284. package/dist/layout/vStack/VStack.d.ts.map +1 -0
  285. package/dist/layout/vStack/index.d.ts +2 -0
  286. package/dist/layout/vStack/index.d.ts.map +1 -0
  287. package/dist/primitives/accessibleIcon/AccessibleIcon.d.ts +13 -0
  288. package/dist/primitives/accessibleIcon/AccessibleIcon.d.ts.map +1 -0
  289. package/dist/primitives/accessibleIcon/index.d.ts +2 -0
  290. package/dist/primitives/accessibleIcon/index.d.ts.map +1 -0
  291. package/dist/primitives/anchoredPositioner/AnchoredPositioner.d.ts +20 -0
  292. package/dist/primitives/anchoredPositioner/AnchoredPositioner.d.ts.map +1 -0
  293. package/dist/primitives/anchoredPositioner/index.d.ts +2 -0
  294. package/dist/primitives/anchoredPositioner/index.d.ts.map +1 -0
  295. package/dist/primitives/collection/Collection.d.ts +19 -0
  296. package/dist/primitives/collection/Collection.d.ts.map +1 -0
  297. package/dist/primitives/collection/index.d.ts +2 -0
  298. package/dist/primitives/collection/index.d.ts.map +1 -0
  299. package/dist/primitives/directionProvider/DirectionProvider.d.ts +13 -0
  300. package/dist/primitives/directionProvider/DirectionProvider.d.ts.map +1 -0
  301. package/dist/primitives/directionProvider/index.d.ts +2 -0
  302. package/dist/primitives/directionProvider/index.d.ts.map +1 -0
  303. package/dist/primitives/dismissableLayer/DismissableLayer.d.ts +18 -0
  304. package/dist/primitives/dismissableLayer/DismissableLayer.d.ts.map +1 -0
  305. package/dist/primitives/dismissableLayer/index.d.ts +2 -0
  306. package/dist/primitives/dismissableLayer/index.d.ts.map +1 -0
  307. package/dist/primitives/focusScope/FocusScope.d.ts +11 -0
  308. package/dist/primitives/focusScope/FocusScope.d.ts.map +1 -0
  309. package/dist/primitives/focusScope/index.d.ts +2 -0
  310. package/dist/primitives/focusScope/index.d.ts.map +1 -0
  311. package/dist/primitives/formControlContext/FormControlContext.d.ts +32 -0
  312. package/dist/primitives/formControlContext/FormControlContext.d.ts.map +1 -0
  313. package/dist/primitives/formControlContext/index.d.ts +2 -0
  314. package/dist/primitives/formControlContext/index.d.ts.map +1 -0
  315. package/dist/primitives/index.d.ts +14 -5
  316. package/dist/primitives/index.d.ts.map +1 -0
  317. package/dist/primitives/portal/Portal.d.ts +14 -0
  318. package/dist/primitives/portal/Portal.d.ts.map +1 -0
  319. package/dist/primitives/portal/index.d.ts +2 -0
  320. package/dist/primitives/portal/index.d.ts.map +1 -0
  321. package/dist/primitives/presence/Presence.d.ts +14 -0
  322. package/dist/primitives/presence/Presence.d.ts.map +1 -0
  323. package/dist/primitives/presence/index.d.ts +2 -0
  324. package/dist/primitives/presence/index.d.ts.map +1 -0
  325. package/dist/primitives/rovingFocusGroup/RovingFocusGroup.d.ts +26 -0
  326. package/dist/primitives/rovingFocusGroup/RovingFocusGroup.d.ts.map +1 -0
  327. package/dist/primitives/rovingFocusGroup/index.d.ts +2 -0
  328. package/dist/primitives/rovingFocusGroup/index.d.ts.map +1 -0
  329. package/dist/primitives/scrollLockProvider/ScrollLockProvider.d.ts +12 -0
  330. package/dist/primitives/scrollLockProvider/ScrollLockProvider.d.ts.map +1 -0
  331. package/dist/primitives/scrollLockProvider/index.d.ts +2 -0
  332. package/dist/primitives/scrollLockProvider/index.d.ts.map +1 -0
  333. package/dist/primitives/slot/Slot.d.ts +15 -0
  334. package/dist/primitives/slot/Slot.d.ts.map +1 -0
  335. package/dist/primitives/slot/index.d.ts +2 -0
  336. package/dist/primitives/slot/index.d.ts.map +1 -0
  337. package/dist/primitives/visuallyHidden/VisuallyHidden.d.ts +9 -0
  338. package/dist/primitives/visuallyHidden/VisuallyHidden.d.ts.map +1 -0
  339. package/dist/primitives/visuallyHidden/index.d.ts +2 -0
  340. package/dist/primitives/visuallyHidden/index.d.ts.map +1 -0
  341. package/dist/utils/cn.d.ts +7 -0
  342. package/dist/utils/cn.d.ts.map +1 -0
  343. package/dist/utils/composeEventHandlers.d.ts +11 -0
  344. package/dist/utils/composeEventHandlers.d.ts.map +1 -0
  345. package/dist/utils/composeRefs.d.ts +9 -0
  346. package/dist/utils/composeRefs.d.ts.map +1 -0
  347. package/dist/utils/dataAttr.d.ts +7 -0
  348. package/dist/utils/dataAttr.d.ts.map +1 -0
  349. package/dist/utils/index.d.ts +7 -4
  350. package/dist/utils/index.d.ts.map +1 -0
  351. package/dist/utils/polymorphic.d.ts +14 -0
  352. package/dist/utils/polymorphic.d.ts.map +1 -0
  353. package/dist/utils/tv.d.ts +2 -0
  354. package/dist/utils/tv.d.ts.map +1 -0
  355. package/package.json +5 -14
  356. package/dist/chunk-4CIRBYYP.js.map +0 -1
  357. package/dist/chunk-D67WGR7Y.js +0 -212
  358. package/dist/chunk-D67WGR7Y.js.map +0 -1
  359. package/dist/chunk-KSJE3JAI.js.map +0 -1
  360. package/dist/chunk-MP4OTUFA.js.map +0 -1
  361. package/dist/chunk-YLN7VMYU.js.map +0 -1
  362. package/dist/index-Bk6CuDNT.d.ts +0 -247
  363. package/dist/index-C0IDphm_.d.ts +0 -61
  364. package/dist/index-CEAM9LLM.d.ts +0 -37
  365. package/dist/index-PAuwodyY.d.ts +0 -103
  366. package/dist/index-goThcZ1E.d.ts +0 -416
  367. package/dist/tailwind/index.d.ts +0 -5
  368. package/dist/tailwind/index.js +0 -23
  369. package/dist/tailwind/index.js.map +0 -1
  370. package/dist/tokens/index.d.ts +0 -1
  371. package/dist/tokens/index.js +0 -4
  372. package/dist/tokens/index.js.map +0 -1
@@ -0,0 +1,277 @@
1
+ import { type VariantProps } from '../../utils';
2
+ export declare const stackVariants: import("tailwind-variants").TVReturnType<{
3
+ direction: {
4
+ row: string;
5
+ column: string;
6
+ 'row-reverse': string;
7
+ 'column-reverse': string;
8
+ };
9
+ align: {
10
+ start: string;
11
+ center: string;
12
+ end: string;
13
+ stretch: string;
14
+ baseline: string;
15
+ };
16
+ justify: {
17
+ start: string;
18
+ center: string;
19
+ end: string;
20
+ between: string;
21
+ around: string;
22
+ evenly: string;
23
+ };
24
+ gap: {
25
+ '0': string;
26
+ '1': string;
27
+ '2': string;
28
+ '3': string;
29
+ '4': string;
30
+ '5': string;
31
+ '6': string;
32
+ '8': string;
33
+ '10': string;
34
+ '12': string;
35
+ };
36
+ wrap: {
37
+ wrap: string;
38
+ nowrap: string;
39
+ 'wrap-reverse': string;
40
+ };
41
+ }, undefined, "flex", import("tailwind-variants/dist/config.js").TVConfig<{
42
+ direction: {
43
+ row: string;
44
+ column: string;
45
+ 'row-reverse': string;
46
+ 'column-reverse': string;
47
+ };
48
+ align: {
49
+ start: string;
50
+ center: string;
51
+ end: string;
52
+ stretch: string;
53
+ baseline: string;
54
+ };
55
+ justify: {
56
+ start: string;
57
+ center: string;
58
+ end: string;
59
+ between: string;
60
+ around: string;
61
+ evenly: string;
62
+ };
63
+ gap: {
64
+ '0': string;
65
+ '1': string;
66
+ '2': string;
67
+ '3': string;
68
+ '4': string;
69
+ '5': string;
70
+ '6': string;
71
+ '8': string;
72
+ '10': string;
73
+ '12': string;
74
+ };
75
+ wrap: {
76
+ wrap: string;
77
+ nowrap: string;
78
+ 'wrap-reverse': string;
79
+ };
80
+ }, {
81
+ direction: {
82
+ row: string;
83
+ column: string;
84
+ 'row-reverse': string;
85
+ 'column-reverse': string;
86
+ };
87
+ align: {
88
+ start: string;
89
+ center: string;
90
+ end: string;
91
+ stretch: string;
92
+ baseline: string;
93
+ };
94
+ justify: {
95
+ start: string;
96
+ center: string;
97
+ end: string;
98
+ between: string;
99
+ around: string;
100
+ evenly: string;
101
+ };
102
+ gap: {
103
+ '0': string;
104
+ '1': string;
105
+ '2': string;
106
+ '3': string;
107
+ '4': string;
108
+ '5': string;
109
+ '6': string;
110
+ '8': string;
111
+ '10': string;
112
+ '12': string;
113
+ };
114
+ wrap: {
115
+ wrap: string;
116
+ nowrap: string;
117
+ 'wrap-reverse': string;
118
+ };
119
+ }>, {
120
+ direction: {
121
+ row: string;
122
+ column: string;
123
+ 'row-reverse': string;
124
+ 'column-reverse': string;
125
+ };
126
+ align: {
127
+ start: string;
128
+ center: string;
129
+ end: string;
130
+ stretch: string;
131
+ baseline: string;
132
+ };
133
+ justify: {
134
+ start: string;
135
+ center: string;
136
+ end: string;
137
+ between: string;
138
+ around: string;
139
+ evenly: string;
140
+ };
141
+ gap: {
142
+ '0': string;
143
+ '1': string;
144
+ '2': string;
145
+ '3': string;
146
+ '4': string;
147
+ '5': string;
148
+ '6': string;
149
+ '8': string;
150
+ '10': string;
151
+ '12': string;
152
+ };
153
+ wrap: {
154
+ wrap: string;
155
+ nowrap: string;
156
+ 'wrap-reverse': string;
157
+ };
158
+ }, undefined, import("tailwind-variants").TVReturnType<{
159
+ direction: {
160
+ row: string;
161
+ column: string;
162
+ 'row-reverse': string;
163
+ 'column-reverse': string;
164
+ };
165
+ align: {
166
+ start: string;
167
+ center: string;
168
+ end: string;
169
+ stretch: string;
170
+ baseline: string;
171
+ };
172
+ justify: {
173
+ start: string;
174
+ center: string;
175
+ end: string;
176
+ between: string;
177
+ around: string;
178
+ evenly: string;
179
+ };
180
+ gap: {
181
+ '0': string;
182
+ '1': string;
183
+ '2': string;
184
+ '3': string;
185
+ '4': string;
186
+ '5': string;
187
+ '6': string;
188
+ '8': string;
189
+ '10': string;
190
+ '12': string;
191
+ };
192
+ wrap: {
193
+ wrap: string;
194
+ nowrap: string;
195
+ 'wrap-reverse': string;
196
+ };
197
+ }, undefined, "flex", import("tailwind-variants/dist/config.js").TVConfig<{
198
+ direction: {
199
+ row: string;
200
+ column: string;
201
+ 'row-reverse': string;
202
+ 'column-reverse': string;
203
+ };
204
+ align: {
205
+ start: string;
206
+ center: string;
207
+ end: string;
208
+ stretch: string;
209
+ baseline: string;
210
+ };
211
+ justify: {
212
+ start: string;
213
+ center: string;
214
+ end: string;
215
+ between: string;
216
+ around: string;
217
+ evenly: string;
218
+ };
219
+ gap: {
220
+ '0': string;
221
+ '1': string;
222
+ '2': string;
223
+ '3': string;
224
+ '4': string;
225
+ '5': string;
226
+ '6': string;
227
+ '8': string;
228
+ '10': string;
229
+ '12': string;
230
+ };
231
+ wrap: {
232
+ wrap: string;
233
+ nowrap: string;
234
+ 'wrap-reverse': string;
235
+ };
236
+ }, {
237
+ direction: {
238
+ row: string;
239
+ column: string;
240
+ 'row-reverse': string;
241
+ 'column-reverse': string;
242
+ };
243
+ align: {
244
+ start: string;
245
+ center: string;
246
+ end: string;
247
+ stretch: string;
248
+ baseline: string;
249
+ };
250
+ justify: {
251
+ start: string;
252
+ center: string;
253
+ end: string;
254
+ between: string;
255
+ around: string;
256
+ evenly: string;
257
+ };
258
+ gap: {
259
+ '0': string;
260
+ '1': string;
261
+ '2': string;
262
+ '3': string;
263
+ '4': string;
264
+ '5': string;
265
+ '6': string;
266
+ '8': string;
267
+ '10': string;
268
+ '12': string;
269
+ };
270
+ wrap: {
271
+ wrap: string;
272
+ nowrap: string;
273
+ 'wrap-reverse': string;
274
+ };
275
+ }>, unknown, unknown, undefined>>;
276
+ export type StackVariants = VariantProps<typeof stackVariants>;
277
+ //# sourceMappingURL=Stack.variants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stack.variants.d.ts","sourceRoot":"","sources":["../../../src/layout/stack/Stack.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8CxB,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Stack, type StackProps } from './Stack';
2
+ export { stackVariants, type StackVariants } from './Stack.variants';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layout/stack/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type StackProps } from '../stack/Stack';
2
+ export type VStackProps = Omit<StackProps, 'direction'>;
3
+ /** Stack preset: `direction="column"` (default). Provided for symmetry with HStack. */
4
+ export declare const VStack: import("react").ForwardRefExoticComponent<VStackProps & import("react").RefAttributes<HTMLElement>>;
5
+ //# sourceMappingURL=VStack.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VStack.d.ts","sourceRoot":"","sources":["../../../src/layout/vStack/VStack.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAExD,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,UAAU,EAAE,WAAW,CAAC,CAAC;AAExD,uFAAuF;AACvF,eAAO,MAAM,MAAM,qGAEjB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { VStack, type VStackProps } from './VStack';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layout/vStack/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { type ReactElement } from 'react';
2
+ export interface AccessibleIconProps {
3
+ /** Required accessible label for the icon. */
4
+ label: string;
5
+ /** Single icon element — will receive `aria-hidden` so SR reads only the label. */
6
+ children: ReactElement;
7
+ }
8
+ /**
9
+ * Wrap an icon-only element with an accessible label. The icon is hidden
10
+ * from assistive tech and a `VisuallyHidden` sibling provides the label.
11
+ */
12
+ export declare function AccessibleIcon({ label, children }: AccessibleIconProps): import("react/jsx-runtime").JSX.Element;
13
+ //# sourceMappingURL=AccessibleIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccessibleIcon.d.ts","sourceRoot":"","sources":["../../../src/primitives/accessibleIcon/AccessibleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgC,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAGxE,MAAM,WAAW,mBAAmB;IAClC,8CAA8C;IAC9C,KAAK,EAAE,MAAM,CAAC;IACd,mFAAmF;IACnF,QAAQ,EAAE,YAAY,CAAC;CACxB;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,mBAAmB,2CAatE"}
@@ -0,0 +1,2 @@
1
+ export { AccessibleIcon, type AccessibleIconProps } from './AccessibleIcon';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/primitives/accessibleIcon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { type Placement } from '@floating-ui/react';
2
+ import { type HTMLAttributes, type ReactNode } from 'react';
3
+ export interface AnchoredPositionerProps extends HTMLAttributes<HTMLDivElement> {
4
+ /** The element the floating layer should be anchored to. */
5
+ anchor: HTMLElement | null;
6
+ /** Floating UI placement. Default `bottom`. */
7
+ placement?: Placement;
8
+ /** Distance between anchor and floating element in px. Default 8. */
9
+ offset?: number;
10
+ /** Render the floating element only when open. */
11
+ open?: boolean;
12
+ children: ReactNode;
13
+ }
14
+ /**
15
+ * Position children relative to an anchor element using Floating UI.
16
+ * Auto-flips and shifts to stay in viewport. Use as the positioning surface
17
+ * for Tooltip, Popover, Menu, HoverCard.
18
+ */
19
+ export declare const AnchoredPositioner: import("react").ForwardRefExoticComponent<AnchoredPositionerProps & import("react").RefAttributes<HTMLDivElement>>;
20
+ //# sourceMappingURL=AnchoredPositioner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnchoredPositioner.d.ts","sourceRoot":"","sources":["../../../src/primitives/anchoredPositioner/AnchoredPositioner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,SAAS,EACf,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAc,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGxE,MAAM,WAAW,uBAAwB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC7E,4DAA4D;IAC5D,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,+CAA+C;IAC/C,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,qEAAqE;IACrE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kDAAkD;IAClD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,oHAyB9B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { AnchoredPositioner, type AnchoredPositionerProps, } from './AnchoredPositioner';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/primitives/anchoredPositioner/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,KAAK,uBAAuB,GAC7B,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { type Context, type ReactNode } from 'react';
2
+ export interface CollectionContextValue<T> {
3
+ items: T[];
4
+ register: (item: T) => void;
5
+ unregister: (item: T) => void;
6
+ }
7
+ /**
8
+ * Factory for a typed children-registry context. Compound components
9
+ * (Menu, Tabs, Listbox) use this so the parent can iterate ordered children
10
+ * without prop-drilling.
11
+ */
12
+ export declare function createCollection<T>(): {
13
+ Provider: (props: {
14
+ children: ReactNode;
15
+ }) => ReactNode;
16
+ useCollection: () => CollectionContextValue<T>;
17
+ Context: Context<CollectionContextValue<T> | null>;
18
+ };
19
+ //# sourceMappingURL=Collection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Collection.d.ts","sourceRoot":"","sources":["../../../src/primitives/collection/Collection.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,OAAO,EACZ,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAEf,MAAM,WAAW,sBAAsB,CAAC,CAAC;IACvC,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,QAAQ,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;IAC5B,UAAU,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,IAAI,CAAC;CAC/B;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,CAAC,KAAK;IACrC,QAAQ,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,SAAS,CAAA;KAAE,KAAK,SAAS,CAAC;IACxD,aAAa,EAAE,MAAM,sBAAsB,CAAC,CAAC,CAAC,CAAC;IAC/C,OAAO,EAAE,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC;CACpD,CAwBA"}
@@ -0,0 +1,2 @@
1
+ export { createCollection, type CollectionContextValue } from './Collection';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/primitives/collection/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,KAAK,sBAAsB,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { type ReactNode } from 'react';
2
+ export type Direction = 'ltr' | 'rtl';
3
+ export interface DirectionProviderProps {
4
+ dir: Direction;
5
+ children: ReactNode;
6
+ }
7
+ /**
8
+ * Provide reading direction to descendants. Components that mirror in RTL
9
+ * (Tabs arrow keys, Slider, Carousel, etc.) read this via `useDirection()`.
10
+ */
11
+ export declare function DirectionProvider({ dir, children }: DirectionProviderProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function useDirection(): Direction;
13
+ //# sourceMappingURL=DirectionProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DirectionProvider.d.ts","sourceRoot":"","sources":["../../../src/primitives/directionProvider/DirectionProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAElE,MAAM,MAAM,SAAS,GAAG,KAAK,GAAG,KAAK,CAAC;AAItC,MAAM,WAAW,sBAAsB;IACrC,GAAG,EAAE,SAAS,CAAC;IACf,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,EAAE,sBAAsB,2CAE1E;AAED,wBAAgB,YAAY,IAAI,SAAS,CAExC"}
@@ -0,0 +1,2 @@
1
+ export { DirectionProvider, useDirection, type Direction, type DirectionProviderProps, } from './DirectionProvider';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/primitives/directionProvider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,YAAY,EACZ,KAAK,SAAS,EACd,KAAK,sBAAsB,GAC5B,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { type HTMLAttributes } from 'react';
2
+ export interface DismissableLayerProps extends HTMLAttributes<HTMLDivElement> {
3
+ /** Called when Escape is pressed and this is the topmost layer. */
4
+ onEscape?: (event: KeyboardEvent) => void;
5
+ /** Called when a pointerdown lands outside this layer's DOM and this is topmost. */
6
+ onOutsidePointerDown?: (event: PointerEvent) => void;
7
+ /** Disable the Escape listener for this layer. */
8
+ disableEscape?: boolean;
9
+ /** Disable the outside-pointer-down listener for this layer. */
10
+ disableOutsideClick?: boolean;
11
+ }
12
+ /**
13
+ * Stack-aware dismissal layer. Multiple layers may stack (modal > popover);
14
+ * only the topmost reacts to Escape / outside click. Used as the base of
15
+ * Modal, Drawer, Popover, Menu, HoverCard, ContextMenu.
16
+ */
17
+ export declare const DismissableLayer: import("react").ForwardRefExoticComponent<DismissableLayerProps & import("react").RefAttributes<HTMLDivElement>>;
18
+ //# sourceMappingURL=DismissableLayer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DismissableLayer.d.ts","sourceRoot":"","sources":["../../../src/primitives/dismissableLayer/DismissableLayer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,cAAc,EACpB,MAAM,OAAO,CAAC;AAWf,MAAM,WAAW,qBAAsB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC3E,mEAAmE;IACnE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC1C,oFAAoF;IACpF,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;IACrD,kDAAkD;IAClD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gEAAgE;IAChE,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,kHA4C5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { DismissableLayer, type DismissableLayerProps } from './DismissableLayer';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/primitives/dismissableLayer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { FocusScope as RadixFocusScope } from '@radix-ui/react-focus-scope';
2
+ export type FocusScopeProps = React.ComponentProps<typeof RadixFocusScope>;
3
+ /**
4
+ * Trap focus within children. On unmount, returns focus to the previously
5
+ * focused element. Pass `loop` to wrap Tab navigation; `trapped` to enable
6
+ * the trap (default true while mounted).
7
+ *
8
+ * Wraps `@radix-ui/react-focus-scope` — battle-tested implementation.
9
+ */
10
+ export declare const FocusScope: import("react").ForwardRefExoticComponent<import("@radix-ui/react-focus-scope").FocusScopeProps & import("react").RefAttributes<HTMLDivElement>>;
11
+ //# sourceMappingURL=FocusScope.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FocusScope.d.ts","sourceRoot":"","sources":["../../../src/primitives/focusScope/FocusScope.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,IAAI,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAE5E,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,CAAC;AAE3E;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,kJAAkB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { FocusScope, type FocusScopeProps } from './FocusScope';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/primitives/focusScope/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface FormControlContextValue {
3
+ id: string;
4
+ labelId: string;
5
+ helperId: string;
6
+ errorId: string;
7
+ isInvalid: boolean;
8
+ isDisabled: boolean;
9
+ isRequired: boolean;
10
+ isReadOnly: boolean;
11
+ }
12
+ export interface FormControlProviderProps {
13
+ /** Override the auto-generated id (also used as control's `id`). */
14
+ id?: string;
15
+ isInvalid?: boolean;
16
+ isDisabled?: boolean;
17
+ isRequired?: boolean;
18
+ isReadOnly?: boolean;
19
+ children: ReactNode;
20
+ }
21
+ /**
22
+ * Wires Label ↔ control ↔ HelperText/ErrorMessage via stable IDs and shared
23
+ * state flags. Used by `FormField` (L4) — atoms (Input, Label, etc.) read
24
+ * via `useFormControl()` to get the right `id`/`htmlFor`/`aria-describedby`.
25
+ */
26
+ export declare function FormControlProvider({ id: providedId, isInvalid, isDisabled, isRequired, isReadOnly, children, }: FormControlProviderProps): import("react/jsx-runtime").JSX.Element;
27
+ /**
28
+ * Read the surrounding form-control context. Returns `null` when used
29
+ * outside a provider — atoms gracefully degrade to standalone mode.
30
+ */
31
+ export declare function useFormControl(): FormControlContextValue | null;
32
+ //# sourceMappingURL=FormControlContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormControlContext.d.ts","sourceRoot":"","sources":["../../../src/primitives/formControlContext/FormControlContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlE,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;CACrB;AAID,MAAM,WAAW,wBAAwB;IACvC,oEAAoE;IACpE,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,EAAE,EAAE,UAAU,EACd,SAAiB,EACjB,UAAkB,EAClB,UAAkB,EAClB,UAAkB,EAClB,QAAQ,GACT,EAAE,wBAAwB,2CAc1B;AAED;;;GAGG;AACH,wBAAgB,cAAc,IAAI,uBAAuB,GAAG,IAAI,CAE/D"}
@@ -0,0 +1,2 @@
1
+ export { FormControlProvider, useFormControl, type FormControlContextValue, type FormControlProviderProps, } from './FormControlContext';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/primitives/formControlContext/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,cAAc,EACd,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,GAC9B,MAAM,sBAAsB,CAAC"}
@@ -1,5 +1,14 @@
1
- export { A as AccessibleIcon, a as AccessibleIconProps, b as AnchoredPositioner, c as AnchoredPositionerProps, C as CollectionContextValue, D as Direction, d as DirectionProvider, e as DirectionProviderProps, f as DismissableLayer, g as DismissableLayerProps, F as FocusScope, h as FocusScopeProps, j as FormControlContextValue, k as FormControlProvider, l as FormControlProviderProps, O as Orientation, P as Portal, m as PortalProps, n as Presence, o as PresenceProps, R as RovingFocusGroup, p as RovingFocusGroupProps, S as ScrollLockProvider, q as ScrollLockProviderProps, r as Slot, s as SlotProps, U as UseRovingFocusItemReturn, V as VisuallyHidden, t as VisuallyHiddenProps, u as createCollection, v as useDirection, w as useFormControl, x as useRovingFocusItem } from '../index-Bk6CuDNT.js';
2
- import 'react';
3
- import 'react/jsx-runtime';
4
- import '@radix-ui/react-focus-scope';
5
- import '@floating-ui/react';
1
+ export * from './slot';
2
+ export * from './portal';
3
+ export * from './visuallyHidden';
4
+ export * from './presence';
5
+ export * from './directionProvider';
6
+ export * from './accessibleIcon';
7
+ export * from './focusScope';
8
+ export * from './dismissableLayer';
9
+ export * from './anchoredPositioner';
10
+ export * from './rovingFocusGroup';
11
+ export * from './collection';
12
+ export * from './formControlContext';
13
+ export * from './scrollLockProvider';
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/primitives/index.ts"],"names":[],"mappings":"AAGA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { type ReactNode } from 'react';
2
+ export interface PortalProps {
3
+ children: ReactNode;
4
+ /** Container to render into. Default: `document.body`. */
5
+ container?: HTMLElement | null;
6
+ /** Optional named layer — sets `data-portal-name` on the wrapper. */
7
+ name?: string;
8
+ }
9
+ /**
10
+ * Render children into a different DOM node (default `document.body`).
11
+ * Client-only — package targets pure CSR consumers.
12
+ */
13
+ export declare function Portal({ children, container, name }: PortalProps): ReactNode;
14
+ //# sourceMappingURL=Portal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Portal.d.ts","sourceRoot":"","sources":["../../../src/primitives/portal/Portal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,0DAA0D;IAC1D,SAAS,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC/B,qEAAqE;IACrE,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;GAGG;AACH,wBAAgB,MAAM,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,IAAI,EAAE,EAAE,WAAW,GAAG,SAAS,CAG5E"}
@@ -0,0 +1,2 @@
1
+ export { Portal, type PortalProps } from './Portal';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/primitives/portal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { type ReactElement } from 'react';
2
+ export interface PresenceProps {
3
+ /** Whether the content should be present. Toggle false to trigger exit. */
4
+ present: boolean;
5
+ /** Single React element child — receives `ref` and `data-state` ("open" | "closed"). */
6
+ children: ReactElement;
7
+ }
8
+ /**
9
+ * Defer unmount until the child's exit animation/transition finishes.
10
+ * Pass `present={false}` to start the exit; the child stays mounted with
11
+ * `data-state="closed"` until `animationend`/`transitionend` fires.
12
+ */
13
+ export declare function Presence({ present, children }: PresenceProps): ReactElement | null;
14
+ //# sourceMappingURL=Presence.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Presence.d.ts","sourceRoot":"","sources":["../../../src/primitives/presence/Presence.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,YAAY,EAElB,MAAM,OAAO,CAAC;AAGf,MAAM,WAAW,aAAa;IAC5B,2EAA2E;IAC3E,OAAO,EAAE,OAAO,CAAC;IACjB,wFAAwF;IACxF,QAAQ,EAAE,YAAY,CAAC;CACxB;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,aAAa,GAAG,YAAY,GAAG,IAAI,CAoClF"}
@@ -0,0 +1,2 @@
1
+ export { Presence, type PresenceProps } from './Presence';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/primitives/presence/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { type HTMLAttributes, type KeyboardEvent, type ReactNode } from 'react';
2
+ export type Orientation = 'horizontal' | 'vertical' | 'both';
3
+ export interface RovingFocusGroupProps extends HTMLAttributes<HTMLDivElement> {
4
+ orientation?: Orientation;
5
+ loop?: boolean;
6
+ children: ReactNode;
7
+ }
8
+ /**
9
+ * Provide arrow-key navigation for a group of focusable children. Children
10
+ * call `useRovingFocusItem()` to register and receive `tabIndex` / event
11
+ * handlers. Used by Tabs, ToggleGroup, RadioGroup, Menu.
12
+ */
13
+ export declare function RovingFocusGroup({ orientation, loop, children, ...props }: RovingFocusGroupProps): import("react/jsx-runtime").JSX.Element;
14
+ export interface UseRovingFocusItemReturn {
15
+ ref: (node: HTMLElement | null) => void;
16
+ tabIndex: 0 | -1;
17
+ onKeyDown: (event: KeyboardEvent) => void;
18
+ onFocus: () => void;
19
+ 'data-roving-focus-item': boolean;
20
+ }
21
+ /**
22
+ * Inside a `RovingFocusGroup`, returns props to spread onto a focusable item.
23
+ * Outside, returns inert props (tabIndex 0).
24
+ */
25
+ export declare function useRovingFocusItem(): UseRovingFocusItemReturn;
26
+ //# sourceMappingURL=RovingFocusGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RovingFocusGroup.d.ts","sourceRoot":"","sources":["../../../src/primitives/rovingFocusGroup/RovingFocusGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,EASL,KAAK,cAAc,EACnB,KAAK,aAAa,EAClB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAEf,MAAM,MAAM,WAAW,GAAG,YAAY,GAAG,UAAU,GAAG,MAAM,CAAC;AAY7D,MAAM,WAAW,qBAAsB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC3E,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,EAC/B,WAA0B,EAC1B,IAAW,EACX,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,qBAAqB,2CAqDvB;AAED,MAAM,WAAW,wBAAwB;IACvC,GAAG,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IACxC,QAAQ,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACjB,SAAS,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC1C,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,wBAAwB,EAAE,OAAO,CAAC;CACnC;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,IAAI,wBAAwB,CAyB7D"}