@luxonis/common-fe-components 1.9.5

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 (694) hide show
  1. package/LICENSE.md +1 -0
  2. package/README.md +4 -0
  3. package/dist/components/custom/Alert.d.ts +11 -0
  4. package/dist/components/custom/Alert.d.ts.map +1 -0
  5. package/dist/components/custom/Alert.js +11 -0
  6. package/dist/components/custom/Alert.js.map +1 -0
  7. package/dist/components/custom/Badge.d.ts +71 -0
  8. package/dist/components/custom/Badge.d.ts.map +1 -0
  9. package/dist/components/custom/Badge.js +82 -0
  10. package/dist/components/custom/Badge.js.map +1 -0
  11. package/dist/components/custom/BadgeLine.d.ts +11 -0
  12. package/dist/components/custom/BadgeLine.d.ts.map +1 -0
  13. package/dist/components/custom/BadgeLine.js +25 -0
  14. package/dist/components/custom/BadgeLine.js.map +1 -0
  15. package/dist/components/custom/Button.d.ts +51 -0
  16. package/dist/components/custom/Button.d.ts.map +1 -0
  17. package/dist/components/custom/Button.js +71 -0
  18. package/dist/components/custom/Button.js.map +1 -0
  19. package/dist/components/custom/Card.d.ts +17 -0
  20. package/dist/components/custom/Card.d.ts.map +1 -0
  21. package/dist/components/custom/Card.js +19 -0
  22. package/dist/components/custom/Card.js.map +1 -0
  23. package/dist/components/custom/CardList.d.ts +68 -0
  24. package/dist/components/custom/CardList.d.ts.map +1 -0
  25. package/dist/components/custom/CardList.js +72 -0
  26. package/dist/components/custom/CardList.js.map +1 -0
  27. package/dist/components/custom/Checkbox.d.ts +17 -0
  28. package/dist/components/custom/Checkbox.d.ts.map +1 -0
  29. package/dist/components/custom/Checkbox.js +31 -0
  30. package/dist/components/custom/Checkbox.js.map +1 -0
  31. package/dist/components/custom/Circle.d.ts +56 -0
  32. package/dist/components/custom/Circle.d.ts.map +1 -0
  33. package/dist/components/custom/Circle.js +73 -0
  34. package/dist/components/custom/Circle.js.map +1 -0
  35. package/dist/components/custom/Command.d.ts +4 -0
  36. package/dist/components/custom/Command.d.ts.map +1 -0
  37. package/dist/components/custom/Command.js +6 -0
  38. package/dist/components/custom/Command.js.map +1 -0
  39. package/dist/components/custom/DropdownMenu.d.ts +1111 -0
  40. package/dist/components/custom/DropdownMenu.d.ts.map +1 -0
  41. package/dist/components/custom/DropdownMenu.js +12 -0
  42. package/dist/components/custom/DropdownMenu.js.map +1 -0
  43. package/dist/components/custom/Dropzone.d.ts +16 -0
  44. package/dist/components/custom/Dropzone.d.ts.map +1 -0
  45. package/dist/components/custom/Dropzone.js +158 -0
  46. package/dist/components/custom/Dropzone.js.map +1 -0
  47. package/dist/components/custom/EmptyView.d.ts +10 -0
  48. package/dist/components/custom/EmptyView.d.ts.map +1 -0
  49. package/dist/components/custom/EmptyView.js +10 -0
  50. package/dist/components/custom/EmptyView.js.map +1 -0
  51. package/dist/components/custom/ErrorView.d.ts +11 -0
  52. package/dist/components/custom/ErrorView.d.ts.map +1 -0
  53. package/dist/components/custom/ErrorView.js +55 -0
  54. package/dist/components/custom/ErrorView.js.map +1 -0
  55. package/dist/components/custom/ExternalLink.d.ts +12 -0
  56. package/dist/components/custom/ExternalLink.d.ts.map +1 -0
  57. package/dist/components/custom/ExternalLink.js +26 -0
  58. package/dist/components/custom/ExternalLink.js.map +1 -0
  59. package/dist/components/custom/FilterDropdown.d.ts +21 -0
  60. package/dist/components/custom/FilterDropdown.d.ts.map +1 -0
  61. package/dist/components/custom/FilterDropdown.js +81 -0
  62. package/dist/components/custom/FilterDropdown.js.map +1 -0
  63. package/dist/components/custom/Flex.d.ts +15 -0
  64. package/dist/components/custom/Flex.d.ts.map +1 -0
  65. package/dist/components/custom/Flex.js +19 -0
  66. package/dist/components/custom/Flex.js.map +1 -0
  67. package/dist/components/custom/Form.d.ts +39 -0
  68. package/dist/components/custom/Form.d.ts.map +1 -0
  69. package/dist/components/custom/Form.js +91 -0
  70. package/dist/components/custom/Form.js.map +1 -0
  71. package/dist/components/custom/Grid.d.ts +16 -0
  72. package/dist/components/custom/Grid.d.ts.map +1 -0
  73. package/dist/components/custom/Grid.js +29 -0
  74. package/dist/components/custom/Grid.js.map +1 -0
  75. package/dist/components/custom/Icon.d.ts +92 -0
  76. package/dist/components/custom/Icon.d.ts.map +1 -0
  77. package/dist/components/custom/Icon.js +77 -0
  78. package/dist/components/custom/Icon.js.map +1 -0
  79. package/dist/components/custom/Input.d.ts +9 -0
  80. package/dist/components/custom/Input.d.ts.map +1 -0
  81. package/dist/components/custom/Input.js +41 -0
  82. package/dist/components/custom/Input.js.map +1 -0
  83. package/dist/components/custom/KpiDisplay.d.ts +11 -0
  84. package/dist/components/custom/KpiDisplay.d.ts.map +1 -0
  85. package/dist/components/custom/KpiDisplay.js +10 -0
  86. package/dist/components/custom/KpiDisplay.js.map +1 -0
  87. package/dist/components/custom/LabelledProgress.d.ts +11 -0
  88. package/dist/components/custom/LabelledProgress.d.ts.map +1 -0
  89. package/dist/components/custom/LabelledProgress.js +44 -0
  90. package/dist/components/custom/LabelledProgress.js.map +1 -0
  91. package/dist/components/custom/Markdown.d.ts +9 -0
  92. package/dist/components/custom/Markdown.d.ts.map +1 -0
  93. package/dist/components/custom/Markdown.js +36 -0
  94. package/dist/components/custom/Markdown.js.map +1 -0
  95. package/dist/components/custom/Modal.d.ts +50 -0
  96. package/dist/components/custom/Modal.d.ts.map +1 -0
  97. package/dist/components/custom/Modal.js +83 -0
  98. package/dist/components/custom/Modal.js.map +1 -0
  99. package/dist/components/custom/MonospaceBlock.d.ts +9 -0
  100. package/dist/components/custom/MonospaceBlock.d.ts.map +1 -0
  101. package/dist/components/custom/MonospaceBlock.js +23 -0
  102. package/dist/components/custom/MonospaceBlock.js.map +1 -0
  103. package/dist/components/custom/PasswordInput.d.ts +9 -0
  104. package/dist/components/custom/PasswordInput.d.ts.map +1 -0
  105. package/dist/components/custom/PasswordInput.js +15 -0
  106. package/dist/components/custom/PasswordInput.js.map +1 -0
  107. package/dist/components/custom/ProgressTicker.d.ts +9 -0
  108. package/dist/components/custom/ProgressTicker.d.ts.map +1 -0
  109. package/dist/components/custom/ProgressTicker.js +32 -0
  110. package/dist/components/custom/ProgressTicker.js.map +1 -0
  111. package/dist/components/custom/RadioGroup.d.ts +2178 -0
  112. package/dist/components/custom/RadioGroup.d.ts.map +1 -0
  113. package/dist/components/custom/RadioGroup.js +128 -0
  114. package/dist/components/custom/RadioGroup.js.map +1 -0
  115. package/dist/components/custom/Select.d.ts +20 -0
  116. package/dist/components/custom/Select.d.ts.map +1 -0
  117. package/dist/components/custom/Select.js +10 -0
  118. package/dist/components/custom/Select.js.map +1 -0
  119. package/dist/components/custom/SelectCards.d.ts +16 -0
  120. package/dist/components/custom/SelectCards.d.ts.map +1 -0
  121. package/dist/components/custom/SelectCards.js +25 -0
  122. package/dist/components/custom/SelectCards.js.map +1 -0
  123. package/dist/components/custom/Slider.d.ts +2189 -0
  124. package/dist/components/custom/Slider.d.ts.map +1 -0
  125. package/dist/components/custom/Slider.js +12 -0
  126. package/dist/components/custom/Slider.js.map +1 -0
  127. package/dist/components/custom/SourceCode.d.ts +18 -0
  128. package/dist/components/custom/SourceCode.d.ts.map +1 -0
  129. package/dist/components/custom/SourceCode.js +29 -0
  130. package/dist/components/custom/SourceCode.js.map +1 -0
  131. package/dist/components/custom/StatusBar.d.ts +8 -0
  132. package/dist/components/custom/StatusBar.d.ts.map +1 -0
  133. package/dist/components/custom/StatusBar.js +10 -0
  134. package/dist/components/custom/StatusBar.js.map +1 -0
  135. package/dist/components/custom/Stepper.d.ts +20 -0
  136. package/dist/components/custom/Stepper.d.ts.map +1 -0
  137. package/dist/components/custom/Stepper.js +33 -0
  138. package/dist/components/custom/Stepper.js.map +1 -0
  139. package/dist/components/custom/Switch.d.ts +12 -0
  140. package/dist/components/custom/Switch.d.ts.map +1 -0
  141. package/dist/components/custom/Switch.js +9 -0
  142. package/dist/components/custom/Switch.js.map +1 -0
  143. package/dist/components/custom/Table.d.ts +18 -0
  144. package/dist/components/custom/Table.d.ts.map +1 -0
  145. package/dist/components/custom/Table.js +29 -0
  146. package/dist/components/custom/Table.js.map +1 -0
  147. package/dist/components/custom/Text.d.ts +143 -0
  148. package/dist/components/custom/Text.d.ts.map +1 -0
  149. package/dist/components/custom/Text.js +84 -0
  150. package/dist/components/custom/Text.js.map +1 -0
  151. package/dist/components/custom/TimePicker.d.ts +15 -0
  152. package/dist/components/custom/TimePicker.d.ts.map +1 -0
  153. package/dist/components/custom/TimePicker.js +37 -0
  154. package/dist/components/custom/TimePicker.js.map +1 -0
  155. package/dist/components/custom/Toast.d.ts +18 -0
  156. package/dist/components/custom/Toast.d.ts.map +1 -0
  157. package/dist/components/custom/Toast.js +26 -0
  158. package/dist/components/custom/Toast.js.map +1 -0
  159. package/dist/components/custom/Tooltip.d.ts +10 -0
  160. package/dist/components/custom/Tooltip.d.ts.map +1 -0
  161. package/dist/components/custom/Tooltip.js +16 -0
  162. package/dist/components/custom/Tooltip.js.map +1 -0
  163. package/dist/components/custom/TurnstileWidget.d.ts +26 -0
  164. package/dist/components/custom/TurnstileWidget.d.ts.map +1 -0
  165. package/dist/components/custom/TurnstileWidget.js +37 -0
  166. package/dist/components/custom/TurnstileWidget.js.map +1 -0
  167. package/dist/components/custom/VideoPlayer.d.ts +71 -0
  168. package/dist/components/custom/VideoPlayer.d.ts.map +1 -0
  169. package/dist/components/custom/VideoPlayer.js +287 -0
  170. package/dist/components/custom/VideoPlayer.js.map +1 -0
  171. package/dist/components/custom/index.d.ts +43 -0
  172. package/dist/components/custom/index.d.ts.map +1 -0
  173. package/dist/components/custom/index.js +43 -0
  174. package/dist/components/custom/index.js.map +1 -0
  175. package/dist/components/shadow-panda/Accordion.d.ts +14 -0
  176. package/dist/components/shadow-panda/Accordion.d.ts.map +1 -0
  177. package/dist/components/shadow-panda/Accordion.js +23 -0
  178. package/dist/components/shadow-panda/Accordion.js.map +1 -0
  179. package/dist/components/shadow-panda/Avatar.d.ts +11 -0
  180. package/dist/components/shadow-panda/Avatar.d.ts.map +1 -0
  181. package/dist/components/shadow-panda/Avatar.js +14 -0
  182. package/dist/components/shadow-panda/Avatar.js.map +1 -0
  183. package/dist/components/shadow-panda/DropdownMenu.d.ts +42 -0
  184. package/dist/components/shadow-panda/DropdownMenu.d.ts.map +1 -0
  185. package/dist/components/shadow-panda/DropdownMenu.js +56 -0
  186. package/dist/components/shadow-panda/DropdownMenu.js.map +1 -0
  187. package/dist/components/shadow-panda/Form.d.ts +22 -0
  188. package/dist/components/shadow-panda/Form.d.ts.map +1 -0
  189. package/dist/components/shadow-panda/Form.js +72 -0
  190. package/dist/components/shadow-panda/Form.js.map +1 -0
  191. package/dist/components/shadow-panda/Progress.d.ts +4 -0
  192. package/dist/components/shadow-panda/Progress.d.ts.map +1 -0
  193. package/dist/components/shadow-panda/Progress.js +14 -0
  194. package/dist/components/shadow-panda/Progress.js.map +1 -0
  195. package/dist/components/shadow-panda/Separator.d.ts +4 -0
  196. package/dist/components/shadow-panda/Separator.d.ts.map +1 -0
  197. package/dist/components/shadow-panda/Separator.js +11 -0
  198. package/dist/components/shadow-panda/Separator.js.map +1 -0
  199. package/dist/components/shadow-panda/Skeleton.d.ts +2 -0
  200. package/dist/components/shadow-panda/Skeleton.d.ts.map +1 -0
  201. package/dist/components/shadow-panda/Skeleton.js +4 -0
  202. package/dist/components/shadow-panda/Skeleton.js.map +1 -0
  203. package/dist/components/shadow-panda/Table.d.ts +11 -0
  204. package/dist/components/shadow-panda/Table.d.ts.map +1 -0
  205. package/dist/components/shadow-panda/Table.js +24 -0
  206. package/dist/components/shadow-panda/Table.js.map +1 -0
  207. package/dist/components/shadow-panda/Tabs.d.ts +13 -0
  208. package/dist/components/shadow-panda/Tabs.d.ts.map +1 -0
  209. package/dist/components/shadow-panda/Tabs.js +16 -0
  210. package/dist/components/shadow-panda/Tabs.js.map +1 -0
  211. package/dist/components/shadow-panda/Textarea.d.ts +9 -0
  212. package/dist/components/shadow-panda/Textarea.d.ts.map +1 -0
  213. package/dist/components/shadow-panda/Textarea.js +18 -0
  214. package/dist/components/shadow-panda/Textarea.js.map +1 -0
  215. package/dist/components/shadow-panda/Toaster.d.ts +2 -0
  216. package/dist/components/shadow-panda/Toaster.d.ts.map +1 -0
  217. package/dist/components/shadow-panda/Toaster.js +15 -0
  218. package/dist/components/shadow-panda/Toaster.js.map +1 -0
  219. package/dist/components/shadow-panda/Wrap.d.ts +2 -0
  220. package/dist/components/shadow-panda/Wrap.d.ts.map +1 -0
  221. package/dist/components/shadow-panda/Wrap.js +2 -0
  222. package/dist/components/shadow-panda/Wrap.js.map +1 -0
  223. package/dist/components/shadow-panda/_Alert.d.ts +6 -0
  224. package/dist/components/shadow-panda/_Alert.d.ts.map +1 -0
  225. package/dist/components/shadow-panda/_Alert.js +9 -0
  226. package/dist/components/shadow-panda/_Alert.js.map +1 -0
  227. package/dist/components/shadow-panda/_Badge.d.ts +4 -0
  228. package/dist/components/shadow-panda/_Badge.d.ts.map +1 -0
  229. package/dist/components/shadow-panda/_Badge.js +4 -0
  230. package/dist/components/shadow-panda/_Badge.js.map +1 -0
  231. package/dist/components/shadow-panda/_Button.d.ts +6 -0
  232. package/dist/components/shadow-panda/_Button.d.ts.map +1 -0
  233. package/dist/components/shadow-panda/_Button.js +12 -0
  234. package/dist/components/shadow-panda/_Button.js.map +1 -0
  235. package/dist/components/shadow-panda/_Card.d.ts +7 -0
  236. package/dist/components/shadow-panda/_Card.d.ts.map +1 -0
  237. package/dist/components/shadow-panda/_Card.js +14 -0
  238. package/dist/components/shadow-panda/_Card.js.map +1 -0
  239. package/dist/components/shadow-panda/_Checkbox.d.ts +4 -0
  240. package/dist/components/shadow-panda/_Checkbox.d.ts.map +1 -0
  241. package/dist/components/shadow-panda/_Checkbox.js +16 -0
  242. package/dist/components/shadow-panda/_Checkbox.js.map +1 -0
  243. package/dist/components/shadow-panda/_Command.d.ts +80 -0
  244. package/dist/components/shadow-panda/_Command.d.ts.map +1 -0
  245. package/dist/components/shadow-panda/_Command.js +38 -0
  246. package/dist/components/shadow-panda/_Command.js.map +1 -0
  247. package/dist/components/shadow-panda/_Dialog.d.ts +20 -0
  248. package/dist/components/shadow-panda/_Dialog.d.ts.map +1 -0
  249. package/dist/components/shadow-panda/_Dialog.js +27 -0
  250. package/dist/components/shadow-panda/_Dialog.js.map +1 -0
  251. package/dist/components/shadow-panda/_Input.d.ts +4 -0
  252. package/dist/components/shadow-panda/_Input.d.ts.map +1 -0
  253. package/dist/components/shadow-panda/_Input.js +4 -0
  254. package/dist/components/shadow-panda/_Input.js.map +1 -0
  255. package/dist/components/shadow-panda/_Label.d.ts +4 -0
  256. package/dist/components/shadow-panda/_Label.d.ts.map +1 -0
  257. package/dist/components/shadow-panda/_Label.js +4 -0
  258. package/dist/components/shadow-panda/_Label.js.map +1 -0
  259. package/dist/components/shadow-panda/_RadioGroup.d.ts +10 -0
  260. package/dist/components/shadow-panda/_RadioGroup.d.ts.map +1 -0
  261. package/dist/components/shadow-panda/_RadioGroup.js +20 -0
  262. package/dist/components/shadow-panda/_RadioGroup.js.map +1 -0
  263. package/dist/components/shadow-panda/_Select.d.ts +22 -0
  264. package/dist/components/shadow-panda/_Select.d.ts.map +1 -0
  265. package/dist/components/shadow-panda/_Select.js +35 -0
  266. package/dist/components/shadow-panda/_Select.js.map +1 -0
  267. package/dist/components/shadow-panda/_Slider.d.ts +12 -0
  268. package/dist/components/shadow-panda/_Slider.d.ts.map +1 -0
  269. package/dist/components/shadow-panda/_Slider.js +41 -0
  270. package/dist/components/shadow-panda/_Slider.js.map +1 -0
  271. package/dist/components/shadow-panda/_Toast.d.ts +7 -0
  272. package/dist/components/shadow-panda/_Toast.d.ts.map +1 -0
  273. package/dist/components/shadow-panda/_Toast.js +9 -0
  274. package/dist/components/shadow-panda/_Toast.js.map +1 -0
  275. package/dist/components/shadow-panda/_Tooltip.d.ts +12 -0
  276. package/dist/components/shadow-panda/_Tooltip.d.ts.map +1 -0
  277. package/dist/components/shadow-panda/_Tooltip.js +16 -0
  278. package/dist/components/shadow-panda/_Tooltip.js.map +1 -0
  279. package/dist/components/shadow-panda/index.d.ts +12 -0
  280. package/dist/components/shadow-panda/index.d.ts.map +1 -0
  281. package/dist/components/shadow-panda/index.js +12 -0
  282. package/dist/components/shadow-panda/index.js.map +1 -0
  283. package/dist/components/skeletons/Button.d.ts +3 -0
  284. package/dist/components/skeletons/Button.d.ts.map +1 -0
  285. package/dist/components/skeletons/Button.js +13 -0
  286. package/dist/components/skeletons/Button.js.map +1 -0
  287. package/dist/components/skeletons/Grid.d.ts +30 -0
  288. package/dist/components/skeletons/Grid.d.ts.map +1 -0
  289. package/dist/components/skeletons/Grid.js +29 -0
  290. package/dist/components/skeletons/Grid.js.map +1 -0
  291. package/dist/components/skeletons/Input.d.ts +3 -0
  292. package/dist/components/skeletons/Input.d.ts.map +1 -0
  293. package/dist/components/skeletons/Input.js +13 -0
  294. package/dist/components/skeletons/Input.js.map +1 -0
  295. package/dist/components/skeletons/Table.d.ts +7 -0
  296. package/dist/components/skeletons/Table.d.ts.map +1 -0
  297. package/dist/components/skeletons/Table.js +16 -0
  298. package/dist/components/skeletons/Table.js.map +1 -0
  299. package/dist/components/skeletons/Textarea.d.ts +3 -0
  300. package/dist/components/skeletons/Textarea.d.ts.map +1 -0
  301. package/dist/components/skeletons/Textarea.js +13 -0
  302. package/dist/components/skeletons/Textarea.js.map +1 -0
  303. package/dist/components/skeletons/index.d.ts +6 -0
  304. package/dist/components/skeletons/index.d.ts.map +1 -0
  305. package/dist/components/skeletons/index.js +6 -0
  306. package/dist/components/skeletons/index.js.map +1 -0
  307. package/dist/helpers.d.ts +38 -0
  308. package/dist/helpers.d.ts.map +1 -0
  309. package/dist/helpers.js +20 -0
  310. package/dist/helpers.js.map +1 -0
  311. package/dist/hooks/copy.d.ts +8 -0
  312. package/dist/hooks/copy.d.ts.map +1 -0
  313. package/dist/hooks/copy.js +14 -0
  314. package/dist/hooks/copy.js.map +1 -0
  315. package/dist/hooks/dropzone.d.ts +16 -0
  316. package/dist/hooks/dropzone.d.ts.map +1 -0
  317. package/dist/hooks/dropzone.js +23 -0
  318. package/dist/hooks/dropzone.js.map +1 -0
  319. package/dist/hooks/index.d.ts +6 -0
  320. package/dist/hooks/index.d.ts.map +1 -0
  321. package/dist/hooks/index.js +6 -0
  322. package/dist/hooks/index.js.map +1 -0
  323. package/dist/hooks/modal.d.ts +25 -0
  324. package/dist/hooks/modal.d.ts.map +1 -0
  325. package/dist/hooks/modal.js +50 -0
  326. package/dist/hooks/modal.js.map +1 -0
  327. package/dist/hooks/use-toast.d.ts +51 -0
  328. package/dist/hooks/use-toast.d.ts.map +1 -0
  329. package/dist/hooks/use-toast.js +153 -0
  330. package/dist/hooks/use-toast.js.map +1 -0
  331. package/dist/hooks/use-translations.d.ts +10 -0
  332. package/dist/hooks/use-translations.d.ts.map +1 -0
  333. package/dist/hooks/use-translations.js +14 -0
  334. package/dist/hooks/use-translations.js.map +1 -0
  335. package/dist/hooks/use-window-width.d.ts +2 -0
  336. package/dist/hooks/use-window-width.d.ts.map +1 -0
  337. package/dist/hooks/use-window-width.js +11 -0
  338. package/dist/hooks/use-window-width.js.map +1 -0
  339. package/dist/icons/index.d.ts +6 -0
  340. package/dist/icons/index.d.ts.map +1 -0
  341. package/dist/icons/index.js +5 -0
  342. package/dist/icons/index.js.map +1 -0
  343. package/dist/icons/react-icons.d.ts +12 -0
  344. package/dist/icons/react-icons.d.ts.map +1 -0
  345. package/dist/icons/react-icons.js +12 -0
  346. package/dist/icons/react-icons.js.map +1 -0
  347. package/dist/icons/style-provider.d.ts +3 -0
  348. package/dist/icons/style-provider.d.ts.map +1 -0
  349. package/dist/icons/style-provider.js +10 -0
  350. package/dist/icons/style-provider.js.map +1 -0
  351. package/dist/icons/svg/AccessDenied.d.ts +3 -0
  352. package/dist/icons/svg/AccessDenied.d.ts.map +1 -0
  353. package/dist/icons/svg/AccessDenied.js +6 -0
  354. package/dist/icons/svg/AccessDenied.js.map +1 -0
  355. package/dist/icons/svg/Empty.d.ts +3 -0
  356. package/dist/icons/svg/Empty.d.ts.map +1 -0
  357. package/dist/icons/svg/Empty.js +6 -0
  358. package/dist/icons/svg/Empty.js.map +1 -0
  359. package/dist/icons/svg/Error.d.ts +5 -0
  360. package/dist/icons/svg/Error.d.ts.map +1 -0
  361. package/dist/icons/svg/Error.js +6 -0
  362. package/dist/icons/svg/Error.js.map +1 -0
  363. package/dist/icons/svg/Logo.d.ts +9 -0
  364. package/dist/icons/svg/Logo.d.ts.map +1 -0
  365. package/dist/icons/svg/Logo.js +7 -0
  366. package/dist/icons/svg/Logo.js.map +1 -0
  367. package/dist/icons/svg/index.d.ts +5 -0
  368. package/dist/icons/svg/index.d.ts.map +1 -0
  369. package/dist/icons/svg/index.js +5 -0
  370. package/dist/icons/svg/index.js.map +1 -0
  371. package/dist/index.css +2 -0
  372. package/dist/index.d.ts +9 -0
  373. package/dist/index.d.ts.map +1 -0
  374. package/dist/index.js +9 -0
  375. package/dist/index.js.map +1 -0
  376. package/dist/panda.buildinfo.json +371 -0
  377. package/dist/panda.css +3400 -0
  378. package/dist/panda.d.ts +2 -0
  379. package/dist/panda.d.ts.map +1 -0
  380. package/dist/panda.js +289 -0
  381. package/dist/panda.js.map +1 -0
  382. package/dist/recipes/colors.d.ts +44 -0
  383. package/dist/recipes/colors.d.ts.map +1 -0
  384. package/dist/recipes/colors.js +228 -0
  385. package/dist/recipes/colors.js.map +1 -0
  386. package/dist/recipes/hover.d.ts +30 -0
  387. package/dist/recipes/hover.d.ts.map +1 -0
  388. package/dist/recipes/hover.js +177 -0
  389. package/dist/recipes/hover.js.map +1 -0
  390. package/dist/recipes/index.d.ts +3 -0
  391. package/dist/recipes/index.d.ts.map +1 -0
  392. package/dist/recipes/index.js +3 -0
  393. package/dist/recipes/index.js.map +1 -0
  394. package/dist/styled-system/css/conditions.mjs +34 -0
  395. package/dist/styled-system/css/css.d.mts +9 -0
  396. package/dist/styled-system/css/css.mjs +44 -0
  397. package/dist/styled-system/css/cva.d.mts +6 -0
  398. package/dist/styled-system/css/cva.mjs +85 -0
  399. package/dist/styled-system/css/cx.d.mts +5 -0
  400. package/dist/styled-system/css/cx.mjs +15 -0
  401. package/dist/styled-system/css/index.d.mts +5 -0
  402. package/dist/styled-system/css/index.mjs +4 -0
  403. package/dist/styled-system/css/sva.d.mts +4 -0
  404. package/dist/styled-system/css/sva.mjs +35 -0
  405. package/dist/styled-system/helpers.mjs +300 -0
  406. package/dist/styled-system/jsx/aspect-ratio.d.mts +10 -0
  407. package/dist/styled-system/jsx/aspect-ratio.mjs +14 -0
  408. package/dist/styled-system/jsx/bleed.d.mts +10 -0
  409. package/dist/styled-system/jsx/bleed.mjs +14 -0
  410. package/dist/styled-system/jsx/box.d.mts +10 -0
  411. package/dist/styled-system/jsx/box.mjs +14 -0
  412. package/dist/styled-system/jsx/center.d.mts +10 -0
  413. package/dist/styled-system/jsx/center.mjs +14 -0
  414. package/dist/styled-system/jsx/circle.d.mts +10 -0
  415. package/dist/styled-system/jsx/circle.mjs +14 -0
  416. package/dist/styled-system/jsx/container.d.mts +10 -0
  417. package/dist/styled-system/jsx/container.mjs +14 -0
  418. package/dist/styled-system/jsx/divider.d.mts +10 -0
  419. package/dist/styled-system/jsx/divider.mjs +14 -0
  420. package/dist/styled-system/jsx/factory-helper.mjs +22 -0
  421. package/dist/styled-system/jsx/factory.d.mts +3 -0
  422. package/dist/styled-system/jsx/factory.mjs +79 -0
  423. package/dist/styled-system/jsx/flex.d.mts +10 -0
  424. package/dist/styled-system/jsx/flex.mjs +14 -0
  425. package/dist/styled-system/jsx/float.d.mts +10 -0
  426. package/dist/styled-system/jsx/float.mjs +14 -0
  427. package/dist/styled-system/jsx/grid-item.d.mts +10 -0
  428. package/dist/styled-system/jsx/grid-item.mjs +14 -0
  429. package/dist/styled-system/jsx/grid.d.mts +10 -0
  430. package/dist/styled-system/jsx/grid.mjs +14 -0
  431. package/dist/styled-system/jsx/hstack.d.mts +10 -0
  432. package/dist/styled-system/jsx/hstack.mjs +14 -0
  433. package/dist/styled-system/jsx/index.d.mts +24 -0
  434. package/dist/styled-system/jsx/index.mjs +22 -0
  435. package/dist/styled-system/jsx/is-valid-prop.d.mts +5 -0
  436. package/dist/styled-system/jsx/is-valid-prop.mjs +17 -0
  437. package/dist/styled-system/jsx/link-box.d.mts +10 -0
  438. package/dist/styled-system/jsx/link-box.mjs +14 -0
  439. package/dist/styled-system/jsx/link-overlay.d.mts +10 -0
  440. package/dist/styled-system/jsx/link-overlay.mjs +14 -0
  441. package/dist/styled-system/jsx/spacer.d.mts +10 -0
  442. package/dist/styled-system/jsx/spacer.mjs +14 -0
  443. package/dist/styled-system/jsx/square.d.mts +10 -0
  444. package/dist/styled-system/jsx/square.mjs +14 -0
  445. package/dist/styled-system/jsx/stack.d.mts +10 -0
  446. package/dist/styled-system/jsx/stack.mjs +14 -0
  447. package/dist/styled-system/jsx/visually-hidden.d.mts +10 -0
  448. package/dist/styled-system/jsx/visually-hidden.mjs +14 -0
  449. package/dist/styled-system/jsx/vstack.d.mts +10 -0
  450. package/dist/styled-system/jsx/vstack.mjs +14 -0
  451. package/dist/styled-system/jsx/wrap.d.mts +10 -0
  452. package/dist/styled-system/jsx/wrap.mjs +14 -0
  453. package/dist/styled-system/patterns/aspect-ratio.d.mts +21 -0
  454. package/dist/styled-system/patterns/aspect-ratio.mjs +35 -0
  455. package/dist/styled-system/patterns/bleed.d.mts +22 -0
  456. package/dist/styled-system/patterns/bleed.mjs +19 -0
  457. package/dist/styled-system/patterns/box.d.mts +21 -0
  458. package/dist/styled-system/patterns/box.mjs +12 -0
  459. package/dist/styled-system/patterns/center.d.mts +21 -0
  460. package/dist/styled-system/patterns/center.mjs +18 -0
  461. package/dist/styled-system/patterns/circle.d.mts +21 -0
  462. package/dist/styled-system/patterns/circle.mjs +22 -0
  463. package/dist/styled-system/patterns/container.d.mts +21 -0
  464. package/dist/styled-system/patterns/container.mjs +18 -0
  465. package/dist/styled-system/patterns/divider.d.mts +23 -0
  466. package/dist/styled-system/patterns/divider.mjs +21 -0
  467. package/dist/styled-system/patterns/flex.d.mts +27 -0
  468. package/dist/styled-system/patterns/flex.mjs +23 -0
  469. package/dist/styled-system/patterns/float.d.mts +24 -0
  470. package/dist/styled-system/patterns/float.mjs +45 -0
  471. package/dist/styled-system/patterns/grid-item.d.mts +26 -0
  472. package/dist/styled-system/patterns/grid-item.mjs +22 -0
  473. package/dist/styled-system/patterns/grid.d.mts +25 -0
  474. package/dist/styled-system/patterns/grid.mjs +22 -0
  475. package/dist/styled-system/patterns/hstack.d.mts +22 -0
  476. package/dist/styled-system/patterns/hstack.mjs +20 -0
  477. package/dist/styled-system/patterns/index.d.mts +21 -0
  478. package/dist/styled-system/patterns/index.mjs +20 -0
  479. package/dist/styled-system/patterns/link-box.d.mts +21 -0
  480. package/dist/styled-system/patterns/link-box.mjs +19 -0
  481. package/dist/styled-system/patterns/link-overlay.d.mts +21 -0
  482. package/dist/styled-system/patterns/link-overlay.mjs +24 -0
  483. package/dist/styled-system/patterns/spacer.d.mts +21 -0
  484. package/dist/styled-system/patterns/spacer.mjs +18 -0
  485. package/dist/styled-system/patterns/square.d.mts +21 -0
  486. package/dist/styled-system/patterns/square.mjs +21 -0
  487. package/dist/styled-system/patterns/stack.d.mts +24 -0
  488. package/dist/styled-system/patterns/stack.mjs +20 -0
  489. package/dist/styled-system/patterns/visually-hidden.d.mts +21 -0
  490. package/dist/styled-system/patterns/visually-hidden.mjs +15 -0
  491. package/dist/styled-system/patterns/vstack.d.mts +22 -0
  492. package/dist/styled-system/patterns/vstack.mjs +20 -0
  493. package/dist/styled-system/patterns/wrap.d.mts +25 -0
  494. package/dist/styled-system/patterns/wrap.mjs +22 -0
  495. package/dist/styled-system/recipes/accordion.d.mts +27 -0
  496. package/dist/styled-system/recipes/accordion.mjs +66 -0
  497. package/dist/styled-system/recipes/alert-description.d.mts +27 -0
  498. package/dist/styled-system/recipes/alert-description.mjs +22 -0
  499. package/dist/styled-system/recipes/alert-dialog.d.mts +27 -0
  500. package/dist/styled-system/recipes/alert-dialog.mjs +114 -0
  501. package/dist/styled-system/recipes/alert-title.d.mts +27 -0
  502. package/dist/styled-system/recipes/alert-title.mjs +22 -0
  503. package/dist/styled-system/recipes/alert.d.mts +27 -0
  504. package/dist/styled-system/recipes/alert.mjs +29 -0
  505. package/dist/styled-system/recipes/avatar.d.mts +27 -0
  506. package/dist/styled-system/recipes/avatar.mjs +50 -0
  507. package/dist/styled-system/recipes/badge.d.mts +27 -0
  508. package/dist/styled-system/recipes/badge.mjs +31 -0
  509. package/dist/styled-system/recipes/blockquote.d.mts +27 -0
  510. package/dist/styled-system/recipes/blockquote.mjs +22 -0
  511. package/dist/styled-system/recipes/button.d.mts +28 -0
  512. package/dist/styled-system/recipes/button.mjs +40 -0
  513. package/dist/styled-system/recipes/calendar.d.mts +27 -0
  514. package/dist/styled-system/recipes/calendar.mjs +210 -0
  515. package/dist/styled-system/recipes/card-content.d.mts +27 -0
  516. package/dist/styled-system/recipes/card-content.mjs +22 -0
  517. package/dist/styled-system/recipes/card-description.d.mts +27 -0
  518. package/dist/styled-system/recipes/card-description.mjs +22 -0
  519. package/dist/styled-system/recipes/card-footer.d.mts +27 -0
  520. package/dist/styled-system/recipes/card-footer.mjs +22 -0
  521. package/dist/styled-system/recipes/card-header.d.mts +27 -0
  522. package/dist/styled-system/recipes/card-header.mjs +22 -0
  523. package/dist/styled-system/recipes/card-title.d.mts +27 -0
  524. package/dist/styled-system/recipes/card-title.mjs +22 -0
  525. package/dist/styled-system/recipes/card.d.mts +27 -0
  526. package/dist/styled-system/recipes/card.mjs +22 -0
  527. package/dist/styled-system/recipes/checkbox.d.mts +27 -0
  528. package/dist/styled-system/recipes/checkbox.mjs +42 -0
  529. package/dist/styled-system/recipes/collapsible.d.mts +27 -0
  530. package/dist/styled-system/recipes/collapsible.mjs +50 -0
  531. package/dist/styled-system/recipes/command-dialog.d.mts +27 -0
  532. package/dist/styled-system/recipes/command-dialog.mjs +42 -0
  533. package/dist/styled-system/recipes/command.d.mts +27 -0
  534. package/dist/styled-system/recipes/command.mjs +106 -0
  535. package/dist/styled-system/recipes/context-menu.d.mts +27 -0
  536. package/dist/styled-system/recipes/context-menu.mjs +162 -0
  537. package/dist/styled-system/recipes/create-recipe.d.mts +1 -0
  538. package/dist/styled-system/recipes/create-recipe.mjs +79 -0
  539. package/dist/styled-system/recipes/dialog.d.mts +27 -0
  540. package/dist/styled-system/recipes/dialog.mjs +106 -0
  541. package/dist/styled-system/recipes/dropdown-menu.d.mts +27 -0
  542. package/dist/styled-system/recipes/dropdown-menu.mjs +154 -0
  543. package/dist/styled-system/recipes/form-control.d.mts +27 -0
  544. package/dist/styled-system/recipes/form-control.mjs +22 -0
  545. package/dist/styled-system/recipes/form-description.d.mts +27 -0
  546. package/dist/styled-system/recipes/form-description.mjs +22 -0
  547. package/dist/styled-system/recipes/form-item.d.mts +27 -0
  548. package/dist/styled-system/recipes/form-item.mjs +22 -0
  549. package/dist/styled-system/recipes/form-label.d.mts +27 -0
  550. package/dist/styled-system/recipes/form-label.mjs +22 -0
  551. package/dist/styled-system/recipes/form-message.d.mts +27 -0
  552. package/dist/styled-system/recipes/form-message.mjs +22 -0
  553. package/dist/styled-system/recipes/h1.d.mts +27 -0
  554. package/dist/styled-system/recipes/h1.mjs +22 -0
  555. package/dist/styled-system/recipes/h2.d.mts +27 -0
  556. package/dist/styled-system/recipes/h2.mjs +22 -0
  557. package/dist/styled-system/recipes/h3.d.mts +27 -0
  558. package/dist/styled-system/recipes/h3.mjs +22 -0
  559. package/dist/styled-system/recipes/h4.d.mts +27 -0
  560. package/dist/styled-system/recipes/h4.mjs +22 -0
  561. package/dist/styled-system/recipes/hover-card.d.mts +27 -0
  562. package/dist/styled-system/recipes/hover-card.mjs +50 -0
  563. package/dist/styled-system/recipes/icon.d.mts +31 -0
  564. package/dist/styled-system/recipes/icon.mjs +52 -0
  565. package/dist/styled-system/recipes/index.d.mts +74 -0
  566. package/dist/styled-system/recipes/index.mjs +73 -0
  567. package/dist/styled-system/recipes/inline-code.d.mts +27 -0
  568. package/dist/styled-system/recipes/inline-code.mjs +22 -0
  569. package/dist/styled-system/recipes/input.d.mts +27 -0
  570. package/dist/styled-system/recipes/input.mjs +22 -0
  571. package/dist/styled-system/recipes/label.d.mts +27 -0
  572. package/dist/styled-system/recipes/label.mjs +22 -0
  573. package/dist/styled-system/recipes/large.d.mts +27 -0
  574. package/dist/styled-system/recipes/large.mjs +22 -0
  575. package/dist/styled-system/recipes/lead.d.mts +27 -0
  576. package/dist/styled-system/recipes/lead.mjs +22 -0
  577. package/dist/styled-system/recipes/link.d.mts +27 -0
  578. package/dist/styled-system/recipes/link.mjs +22 -0
  579. package/dist/styled-system/recipes/list.d.mts +27 -0
  580. package/dist/styled-system/recipes/list.mjs +22 -0
  581. package/dist/styled-system/recipes/menubar.d.mts +27 -0
  582. package/dist/styled-system/recipes/menubar.mjs +162 -0
  583. package/dist/styled-system/recipes/muted.d.mts +27 -0
  584. package/dist/styled-system/recipes/muted.mjs +22 -0
  585. package/dist/styled-system/recipes/navigation-menu.d.mts +27 -0
  586. package/dist/styled-system/recipes/navigation-menu.mjs +98 -0
  587. package/dist/styled-system/recipes/p.d.mts +27 -0
  588. package/dist/styled-system/recipes/p.mjs +22 -0
  589. package/dist/styled-system/recipes/popover.d.mts +27 -0
  590. package/dist/styled-system/recipes/popover.mjs +58 -0
  591. package/dist/styled-system/recipes/progress.d.mts +27 -0
  592. package/dist/styled-system/recipes/progress.mjs +42 -0
  593. package/dist/styled-system/recipes/radio-group.d.mts +27 -0
  594. package/dist/styled-system/recipes/radio-group.mjs +58 -0
  595. package/dist/styled-system/recipes/scroll-area.d.mts +27 -0
  596. package/dist/styled-system/recipes/scroll-area.mjs +66 -0
  597. package/dist/styled-system/recipes/select.d.mts +27 -0
  598. package/dist/styled-system/recipes/select.mjs +106 -0
  599. package/dist/styled-system/recipes/separator.d.mts +27 -0
  600. package/dist/styled-system/recipes/separator.mjs +29 -0
  601. package/dist/styled-system/recipes/sheet.d.mts +27 -0
  602. package/dist/styled-system/recipes/sheet.mjs +125 -0
  603. package/dist/styled-system/recipes/skeleton.d.mts +27 -0
  604. package/dist/styled-system/recipes/skeleton.mjs +22 -0
  605. package/dist/styled-system/recipes/slider.d.mts +27 -0
  606. package/dist/styled-system/recipes/slider.mjs +58 -0
  607. package/dist/styled-system/recipes/small.d.mts +27 -0
  608. package/dist/styled-system/recipes/small.mjs +22 -0
  609. package/dist/styled-system/recipes/switch-recipe.d.mts +27 -0
  610. package/dist/styled-system/recipes/switch-recipe.mjs +42 -0
  611. package/dist/styled-system/recipes/table-body.d.mts +27 -0
  612. package/dist/styled-system/recipes/table-body.mjs +22 -0
  613. package/dist/styled-system/recipes/table-caption.d.mts +27 -0
  614. package/dist/styled-system/recipes/table-caption.mjs +22 -0
  615. package/dist/styled-system/recipes/table-cell.d.mts +27 -0
  616. package/dist/styled-system/recipes/table-cell.mjs +22 -0
  617. package/dist/styled-system/recipes/table-container.d.mts +27 -0
  618. package/dist/styled-system/recipes/table-container.mjs +22 -0
  619. package/dist/styled-system/recipes/table-footer.d.mts +27 -0
  620. package/dist/styled-system/recipes/table-footer.mjs +22 -0
  621. package/dist/styled-system/recipes/table-head.d.mts +27 -0
  622. package/dist/styled-system/recipes/table-head.mjs +22 -0
  623. package/dist/styled-system/recipes/table-header.d.mts +27 -0
  624. package/dist/styled-system/recipes/table-header.mjs +22 -0
  625. package/dist/styled-system/recipes/table-row.d.mts +27 -0
  626. package/dist/styled-system/recipes/table-row.mjs +22 -0
  627. package/dist/styled-system/recipes/table.d.mts +27 -0
  628. package/dist/styled-system/recipes/table.mjs +22 -0
  629. package/dist/styled-system/recipes/tabs.d.mts +27 -0
  630. package/dist/styled-system/recipes/tabs.mjs +58 -0
  631. package/dist/styled-system/recipes/textarea.d.mts +27 -0
  632. package/dist/styled-system/recipes/textarea.mjs +22 -0
  633. package/dist/styled-system/recipes/toast-viewport.d.mts +27 -0
  634. package/dist/styled-system/recipes/toast-viewport.mjs +22 -0
  635. package/dist/styled-system/recipes/toast.d.mts +27 -0
  636. package/dist/styled-system/recipes/toast.mjs +83 -0
  637. package/dist/styled-system/recipes/toggle.d.mts +28 -0
  638. package/dist/styled-system/recipes/toggle.mjs +35 -0
  639. package/dist/styled-system/recipes/tooltip.d.mts +27 -0
  640. package/dist/styled-system/recipes/tooltip.mjs +50 -0
  641. package/dist/styled-system/recipes/typography-table-container.d.mts +27 -0
  642. package/dist/styled-system/recipes/typography-table-container.mjs +22 -0
  643. package/dist/styled-system/recipes/typography-table.d.mts +27 -0
  644. package/dist/styled-system/recipes/typography-table.mjs +22 -0
  645. package/dist/styled-system/tokens/index.d.mts +9 -0
  646. package/dist/styled-system/tokens/index.mjs +2680 -0
  647. package/dist/styled-system/tokens/tokens.d.mts +63 -0
  648. package/dist/styled-system/types/composition.d.mts +111 -0
  649. package/dist/styled-system/types/conditions.d.mts +268 -0
  650. package/dist/styled-system/types/csstype.d.mts +21298 -0
  651. package/dist/styled-system/types/global.d.mts +19 -0
  652. package/dist/styled-system/types/index.d.mts +8 -0
  653. package/dist/styled-system/types/jsx.d.mts +52 -0
  654. package/dist/styled-system/types/parts.d.mts +8 -0
  655. package/dist/styled-system/types/pattern.d.mts +63 -0
  656. package/dist/styled-system/types/prop-type.d.mts +437 -0
  657. package/dist/styled-system/types/recipe.d.mts +158 -0
  658. package/dist/styled-system/types/selectors.d.mts +59 -0
  659. package/dist/styled-system/types/static-css.d.mts +47 -0
  660. package/dist/styled-system/types/style-props.d.mts +687 -0
  661. package/dist/styled-system/types/system-types.d.mts +93 -0
  662. package/dist/translations/en/common/common.d.ts +7 -0
  663. package/dist/translations/en/common/common.d.ts.map +1 -0
  664. package/dist/translations/en/common/common.js +7 -0
  665. package/dist/translations/en/common/common.js.map +1 -0
  666. package/dist/translations/en/index.d.ts +7 -0
  667. package/dist/translations/en/index.d.ts.map +1 -0
  668. package/dist/translations/en/index.js +6 -0
  669. package/dist/translations/en/index.js.map +1 -0
  670. package/dist/translations/formatters.d.ts +4 -0
  671. package/dist/translations/formatters.d.ts.map +1 -0
  672. package/dist/translations/formatters.js +7 -0
  673. package/dist/translations/formatters.js.map +1 -0
  674. package/dist/translations/i18n-react.d.ts +11 -0
  675. package/dist/translations/i18n-react.d.ts.map +1 -0
  676. package/dist/translations/i18n-react.js +10 -0
  677. package/dist/translations/i18n-react.js.map +1 -0
  678. package/dist/translations/i18n-types.d.ts +25 -0
  679. package/dist/translations/i18n-types.d.ts.map +1 -0
  680. package/dist/translations/i18n-types.js +2 -0
  681. package/dist/translations/i18n-types.js.map +1 -0
  682. package/dist/translations/i18n-util.async.d.ts +6 -0
  683. package/dist/translations/i18n-util.async.d.ts.map +1 -0
  684. package/dist/translations/i18n-util.async.js +16 -0
  685. package/dist/translations/i18n-util.async.js.map +1 -0
  686. package/dist/translations/i18n-util.d.ts +18 -0
  687. package/dist/translations/i18n-util.d.ts.map +1 -0
  688. package/dist/translations/i18n-util.js +18 -0
  689. package/dist/translations/i18n-util.js.map +1 -0
  690. package/dist/translations/i18n-util.sync.d.ts +5 -0
  691. package/dist/translations/i18n-util.sync.d.ts.map +1 -0
  692. package/dist/translations/i18n-util.sync.js +17 -0
  693. package/dist/translations/i18n-util.sync.js.map +1 -0
  694. package/package.json +89 -0
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ import type { ConditionalValue } from '../types/index.d.mts';
3
+ import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
+
5
+ interface DropdownMenuVariant {
6
+
7
+ }
8
+
9
+ type DropdownMenuVariantMap = {
10
+ [key in keyof DropdownMenuVariant]: Array<DropdownMenuVariant[key]>
11
+ }
12
+
13
+ export type DropdownMenuVariantProps = {
14
+ [key in keyof DropdownMenuVariant]?: ConditionalValue<DropdownMenuVariant[key]> | undefined
15
+ }
16
+
17
+ export interface DropdownMenuRecipe {
18
+ __type: DropdownMenuVariantProps
19
+ (props?: DropdownMenuVariantProps): Pretty<Record<"root" | "trigger" | "group" | "portal" | "sub" | "radioGroup" | "subTrigger" | "subContent" | "content" | "item" | "itemIndicator" | "checkboxItem" | "radioItem" | "label" | "separator" | "shortcut" | "root" | "trigger" | "group" | "portal" | "sub" | "radioGroup" | "subTrigger" | "subContent" | "content" | "item" | "itemIndicator" | "checkboxItem" | "radioItem" | "label" | "separator" | "shortcut", string>>
20
+ raw: (props?: DropdownMenuVariantProps) => DropdownMenuVariantProps
21
+ variantMap: DropdownMenuVariantMap
22
+ variantKeys: Array<keyof DropdownMenuVariant>
23
+ splitVariantProps<Props extends DropdownMenuVariantProps>(props: Props): [DropdownMenuVariantProps, Pretty<DistributiveOmit<Props, keyof DropdownMenuVariantProps>>]
24
+ }
25
+
26
+ /** Styles for the DropdownMenu component */
27
+ export declare const dropdownMenu: DropdownMenuRecipe
@@ -0,0 +1,154 @@
1
+ import { splitProps, getSlotCompoundVariant } from '../helpers.mjs';
2
+ import { createRecipe } from './create-recipe.mjs';
3
+
4
+ const dropdownMenuDefaultVariants = {}
5
+ const dropdownMenuCompoundVariants = []
6
+
7
+ const dropdownMenuSlotNames = [
8
+ [
9
+ "root",
10
+ "dropdownMenu__root"
11
+ ],
12
+ [
13
+ "trigger",
14
+ "dropdownMenu__trigger"
15
+ ],
16
+ [
17
+ "group",
18
+ "dropdownMenu__group"
19
+ ],
20
+ [
21
+ "portal",
22
+ "dropdownMenu__portal"
23
+ ],
24
+ [
25
+ "sub",
26
+ "dropdownMenu__sub"
27
+ ],
28
+ [
29
+ "radioGroup",
30
+ "dropdownMenu__radioGroup"
31
+ ],
32
+ [
33
+ "subTrigger",
34
+ "dropdownMenu__subTrigger"
35
+ ],
36
+ [
37
+ "subContent",
38
+ "dropdownMenu__subContent"
39
+ ],
40
+ [
41
+ "content",
42
+ "dropdownMenu__content"
43
+ ],
44
+ [
45
+ "item",
46
+ "dropdownMenu__item"
47
+ ],
48
+ [
49
+ "itemIndicator",
50
+ "dropdownMenu__itemIndicator"
51
+ ],
52
+ [
53
+ "checkboxItem",
54
+ "dropdownMenu__checkboxItem"
55
+ ],
56
+ [
57
+ "radioItem",
58
+ "dropdownMenu__radioItem"
59
+ ],
60
+ [
61
+ "label",
62
+ "dropdownMenu__label"
63
+ ],
64
+ [
65
+ "separator",
66
+ "dropdownMenu__separator"
67
+ ],
68
+ [
69
+ "shortcut",
70
+ "dropdownMenu__shortcut"
71
+ ],
72
+ [
73
+ "root",
74
+ "dropdownMenu__root"
75
+ ],
76
+ [
77
+ "trigger",
78
+ "dropdownMenu__trigger"
79
+ ],
80
+ [
81
+ "group",
82
+ "dropdownMenu__group"
83
+ ],
84
+ [
85
+ "portal",
86
+ "dropdownMenu__portal"
87
+ ],
88
+ [
89
+ "sub",
90
+ "dropdownMenu__sub"
91
+ ],
92
+ [
93
+ "radioGroup",
94
+ "dropdownMenu__radioGroup"
95
+ ],
96
+ [
97
+ "subTrigger",
98
+ "dropdownMenu__subTrigger"
99
+ ],
100
+ [
101
+ "subContent",
102
+ "dropdownMenu__subContent"
103
+ ],
104
+ [
105
+ "content",
106
+ "dropdownMenu__content"
107
+ ],
108
+ [
109
+ "item",
110
+ "dropdownMenu__item"
111
+ ],
112
+ [
113
+ "itemIndicator",
114
+ "dropdownMenu__itemIndicator"
115
+ ],
116
+ [
117
+ "checkboxItem",
118
+ "dropdownMenu__checkboxItem"
119
+ ],
120
+ [
121
+ "radioItem",
122
+ "dropdownMenu__radioItem"
123
+ ],
124
+ [
125
+ "label",
126
+ "dropdownMenu__label"
127
+ ],
128
+ [
129
+ "separator",
130
+ "dropdownMenu__separator"
131
+ ],
132
+ [
133
+ "shortcut",
134
+ "dropdownMenu__shortcut"
135
+ ]
136
+ ]
137
+ const dropdownMenuSlotFns = /* @__PURE__ */ dropdownMenuSlotNames.map(([slotName, slotKey]) => [slotName, createRecipe(slotKey, dropdownMenuDefaultVariants, getSlotCompoundVariant(dropdownMenuCompoundVariants, slotName))])
138
+
139
+ const dropdownMenuFn = (props = {}) => {
140
+ return Object.fromEntries(dropdownMenuSlotFns.map(([slotName, slotFn]) => [slotName, slotFn(props)]))
141
+ }
142
+
143
+ const dropdownMenuVariantKeys = []
144
+
145
+ export const dropdownMenu = /* @__PURE__ */ Object.assign(dropdownMenuFn, {
146
+ __recipe__: false,
147
+ __name__: 'dropdownMenu',
148
+ raw: (props) => props,
149
+ variantKeys: dropdownMenuVariantKeys,
150
+ variantMap: {},
151
+ splitVariantProps(props) {
152
+ return splitProps(props, dropdownMenuVariantKeys)
153
+ },
154
+ })
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ import type { ConditionalValue } from '../types/index.d.mts';
3
+ import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
+
5
+ interface FormControlVariant {
6
+
7
+ }
8
+
9
+ type FormControlVariantMap = {
10
+ [key in keyof FormControlVariant]: Array<FormControlVariant[key]>
11
+ }
12
+
13
+ export type FormControlVariantProps = {
14
+ [key in keyof FormControlVariant]?: ConditionalValue<FormControlVariant[key]> | undefined
15
+ }
16
+
17
+ export interface FormControlRecipe {
18
+ __type: FormControlVariantProps
19
+ (props?: FormControlVariantProps): string
20
+ raw: (props?: FormControlVariantProps) => FormControlVariantProps
21
+ variantMap: FormControlVariantMap
22
+ variantKeys: Array<keyof FormControlVariant>
23
+ splitVariantProps<Props extends FormControlVariantProps>(props: Props): [FormControlVariantProps, Pretty<DistributiveOmit<Props, keyof FormControlVariantProps>>]
24
+ }
25
+
26
+ /** Styles for the FormControl component */
27
+ export declare const formControl: FormControlRecipe
@@ -0,0 +1,22 @@
1
+ import { splitProps } from '../helpers.mjs';
2
+ import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
+
4
+ const formControlFn = /* @__PURE__ */ createRecipe('formControl', {}, [])
5
+
6
+ const formControlVariantMap = {}
7
+
8
+ const formControlVariantKeys = Object.keys(formControlVariantMap)
9
+
10
+ export const formControl = /* @__PURE__ */ Object.assign(formControlFn, {
11
+ __recipe__: true,
12
+ __name__: 'formControl',
13
+ raw: (props) => props,
14
+ variantKeys: formControlVariantKeys,
15
+ variantMap: formControlVariantMap,
16
+ merge(recipe) {
17
+ return mergeRecipes(this, recipe)
18
+ },
19
+ splitVariantProps(props) {
20
+ return splitProps(props, formControlVariantKeys)
21
+ },
22
+ })
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ import type { ConditionalValue } from '../types/index.d.mts';
3
+ import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
+
5
+ interface FormDescriptionVariant {
6
+
7
+ }
8
+
9
+ type FormDescriptionVariantMap = {
10
+ [key in keyof FormDescriptionVariant]: Array<FormDescriptionVariant[key]>
11
+ }
12
+
13
+ export type FormDescriptionVariantProps = {
14
+ [key in keyof FormDescriptionVariant]?: ConditionalValue<FormDescriptionVariant[key]> | undefined
15
+ }
16
+
17
+ export interface FormDescriptionRecipe {
18
+ __type: FormDescriptionVariantProps
19
+ (props?: FormDescriptionVariantProps): string
20
+ raw: (props?: FormDescriptionVariantProps) => FormDescriptionVariantProps
21
+ variantMap: FormDescriptionVariantMap
22
+ variantKeys: Array<keyof FormDescriptionVariant>
23
+ splitVariantProps<Props extends FormDescriptionVariantProps>(props: Props): [FormDescriptionVariantProps, Pretty<DistributiveOmit<Props, keyof FormDescriptionVariantProps>>]
24
+ }
25
+
26
+ /** Styles for the FormDescription component */
27
+ export declare const formDescription: FormDescriptionRecipe
@@ -0,0 +1,22 @@
1
+ import { splitProps } from '../helpers.mjs';
2
+ import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
+
4
+ const formDescriptionFn = /* @__PURE__ */ createRecipe('formDescription', {}, [])
5
+
6
+ const formDescriptionVariantMap = {}
7
+
8
+ const formDescriptionVariantKeys = Object.keys(formDescriptionVariantMap)
9
+
10
+ export const formDescription = /* @__PURE__ */ Object.assign(formDescriptionFn, {
11
+ __recipe__: true,
12
+ __name__: 'formDescription',
13
+ raw: (props) => props,
14
+ variantKeys: formDescriptionVariantKeys,
15
+ variantMap: formDescriptionVariantMap,
16
+ merge(recipe) {
17
+ return mergeRecipes(this, recipe)
18
+ },
19
+ splitVariantProps(props) {
20
+ return splitProps(props, formDescriptionVariantKeys)
21
+ },
22
+ })
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ import type { ConditionalValue } from '../types/index.d.mts';
3
+ import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
+
5
+ interface FormItemVariant {
6
+
7
+ }
8
+
9
+ type FormItemVariantMap = {
10
+ [key in keyof FormItemVariant]: Array<FormItemVariant[key]>
11
+ }
12
+
13
+ export type FormItemVariantProps = {
14
+ [key in keyof FormItemVariant]?: ConditionalValue<FormItemVariant[key]> | undefined
15
+ }
16
+
17
+ export interface FormItemRecipe {
18
+ __type: FormItemVariantProps
19
+ (props?: FormItemVariantProps): string
20
+ raw: (props?: FormItemVariantProps) => FormItemVariantProps
21
+ variantMap: FormItemVariantMap
22
+ variantKeys: Array<keyof FormItemVariant>
23
+ splitVariantProps<Props extends FormItemVariantProps>(props: Props): [FormItemVariantProps, Pretty<DistributiveOmit<Props, keyof FormItemVariantProps>>]
24
+ }
25
+
26
+ /** Styles for the FormItem component */
27
+ export declare const formItem: FormItemRecipe
@@ -0,0 +1,22 @@
1
+ import { splitProps } from '../helpers.mjs';
2
+ import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
+
4
+ const formItemFn = /* @__PURE__ */ createRecipe('formItem', {}, [])
5
+
6
+ const formItemVariantMap = {}
7
+
8
+ const formItemVariantKeys = Object.keys(formItemVariantMap)
9
+
10
+ export const formItem = /* @__PURE__ */ Object.assign(formItemFn, {
11
+ __recipe__: true,
12
+ __name__: 'formItem',
13
+ raw: (props) => props,
14
+ variantKeys: formItemVariantKeys,
15
+ variantMap: formItemVariantMap,
16
+ merge(recipe) {
17
+ return mergeRecipes(this, recipe)
18
+ },
19
+ splitVariantProps(props) {
20
+ return splitProps(props, formItemVariantKeys)
21
+ },
22
+ })
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ import type { ConditionalValue } from '../types/index.d.mts';
3
+ import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
+
5
+ interface FormLabelVariant {
6
+
7
+ }
8
+
9
+ type FormLabelVariantMap = {
10
+ [key in keyof FormLabelVariant]: Array<FormLabelVariant[key]>
11
+ }
12
+
13
+ export type FormLabelVariantProps = {
14
+ [key in keyof FormLabelVariant]?: ConditionalValue<FormLabelVariant[key]> | undefined
15
+ }
16
+
17
+ export interface FormLabelRecipe {
18
+ __type: FormLabelVariantProps
19
+ (props?: FormLabelVariantProps): string
20
+ raw: (props?: FormLabelVariantProps) => FormLabelVariantProps
21
+ variantMap: FormLabelVariantMap
22
+ variantKeys: Array<keyof FormLabelVariant>
23
+ splitVariantProps<Props extends FormLabelVariantProps>(props: Props): [FormLabelVariantProps, Pretty<DistributiveOmit<Props, keyof FormLabelVariantProps>>]
24
+ }
25
+
26
+ /** Styles for the FormLabel component */
27
+ export declare const formLabel: FormLabelRecipe
@@ -0,0 +1,22 @@
1
+ import { splitProps } from '../helpers.mjs';
2
+ import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
+
4
+ const formLabelFn = /* @__PURE__ */ createRecipe('formLabel', {}, [])
5
+
6
+ const formLabelVariantMap = {}
7
+
8
+ const formLabelVariantKeys = Object.keys(formLabelVariantMap)
9
+
10
+ export const formLabel = /* @__PURE__ */ Object.assign(formLabelFn, {
11
+ __recipe__: true,
12
+ __name__: 'formLabel',
13
+ raw: (props) => props,
14
+ variantKeys: formLabelVariantKeys,
15
+ variantMap: formLabelVariantMap,
16
+ merge(recipe) {
17
+ return mergeRecipes(this, recipe)
18
+ },
19
+ splitVariantProps(props) {
20
+ return splitProps(props, formLabelVariantKeys)
21
+ },
22
+ })
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ import type { ConditionalValue } from '../types/index.d.mts';
3
+ import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
+
5
+ interface FormMessageVariant {
6
+
7
+ }
8
+
9
+ type FormMessageVariantMap = {
10
+ [key in keyof FormMessageVariant]: Array<FormMessageVariant[key]>
11
+ }
12
+
13
+ export type FormMessageVariantProps = {
14
+ [key in keyof FormMessageVariant]?: ConditionalValue<FormMessageVariant[key]> | undefined
15
+ }
16
+
17
+ export interface FormMessageRecipe {
18
+ __type: FormMessageVariantProps
19
+ (props?: FormMessageVariantProps): string
20
+ raw: (props?: FormMessageVariantProps) => FormMessageVariantProps
21
+ variantMap: FormMessageVariantMap
22
+ variantKeys: Array<keyof FormMessageVariant>
23
+ splitVariantProps<Props extends FormMessageVariantProps>(props: Props): [FormMessageVariantProps, Pretty<DistributiveOmit<Props, keyof FormMessageVariantProps>>]
24
+ }
25
+
26
+ /** Styles for the FormMessage component */
27
+ export declare const formMessage: FormMessageRecipe
@@ -0,0 +1,22 @@
1
+ import { splitProps } from '../helpers.mjs';
2
+ import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
+
4
+ const formMessageFn = /* @__PURE__ */ createRecipe('formMessage', {}, [])
5
+
6
+ const formMessageVariantMap = {}
7
+
8
+ const formMessageVariantKeys = Object.keys(formMessageVariantMap)
9
+
10
+ export const formMessage = /* @__PURE__ */ Object.assign(formMessageFn, {
11
+ __recipe__: true,
12
+ __name__: 'formMessage',
13
+ raw: (props) => props,
14
+ variantKeys: formMessageVariantKeys,
15
+ variantMap: formMessageVariantMap,
16
+ merge(recipe) {
17
+ return mergeRecipes(this, recipe)
18
+ },
19
+ splitVariantProps(props) {
20
+ return splitProps(props, formMessageVariantKeys)
21
+ },
22
+ })
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ import type { ConditionalValue } from '../types/index.d.mts';
3
+ import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
+
5
+ interface H1Variant {
6
+
7
+ }
8
+
9
+ type H1VariantMap = {
10
+ [key in keyof H1Variant]: Array<H1Variant[key]>
11
+ }
12
+
13
+ export type H1VariantProps = {
14
+ [key in keyof H1Variant]?: ConditionalValue<H1Variant[key]> | undefined
15
+ }
16
+
17
+ export interface H1Recipe {
18
+ __type: H1VariantProps
19
+ (props?: H1VariantProps): string
20
+ raw: (props?: H1VariantProps) => H1VariantProps
21
+ variantMap: H1VariantMap
22
+ variantKeys: Array<keyof H1Variant>
23
+ splitVariantProps<Props extends H1VariantProps>(props: Props): [H1VariantProps, Pretty<DistributiveOmit<Props, keyof H1VariantProps>>]
24
+ }
25
+
26
+ /** Typography - h1 style */
27
+ export declare const h1: H1Recipe
@@ -0,0 +1,22 @@
1
+ import { splitProps } from '../helpers.mjs';
2
+ import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
+
4
+ const h1Fn = /* @__PURE__ */ createRecipe('h1', {}, [])
5
+
6
+ const h1VariantMap = {}
7
+
8
+ const h1VariantKeys = Object.keys(h1VariantMap)
9
+
10
+ export const h1 = /* @__PURE__ */ Object.assign(h1Fn, {
11
+ __recipe__: true,
12
+ __name__: 'h1',
13
+ raw: (props) => props,
14
+ variantKeys: h1VariantKeys,
15
+ variantMap: h1VariantMap,
16
+ merge(recipe) {
17
+ return mergeRecipes(this, recipe)
18
+ },
19
+ splitVariantProps(props) {
20
+ return splitProps(props, h1VariantKeys)
21
+ },
22
+ })
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ import type { ConditionalValue } from '../types/index.d.mts';
3
+ import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
+
5
+ interface H2Variant {
6
+
7
+ }
8
+
9
+ type H2VariantMap = {
10
+ [key in keyof H2Variant]: Array<H2Variant[key]>
11
+ }
12
+
13
+ export type H2VariantProps = {
14
+ [key in keyof H2Variant]?: ConditionalValue<H2Variant[key]> | undefined
15
+ }
16
+
17
+ export interface H2Recipe {
18
+ __type: H2VariantProps
19
+ (props?: H2VariantProps): string
20
+ raw: (props?: H2VariantProps) => H2VariantProps
21
+ variantMap: H2VariantMap
22
+ variantKeys: Array<keyof H2Variant>
23
+ splitVariantProps<Props extends H2VariantProps>(props: Props): [H2VariantProps, Pretty<DistributiveOmit<Props, keyof H2VariantProps>>]
24
+ }
25
+
26
+ /** Typography - h2 style */
27
+ export declare const h2: H2Recipe
@@ -0,0 +1,22 @@
1
+ import { splitProps } from '../helpers.mjs';
2
+ import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
+
4
+ const h2Fn = /* @__PURE__ */ createRecipe('h2', {}, [])
5
+
6
+ const h2VariantMap = {}
7
+
8
+ const h2VariantKeys = Object.keys(h2VariantMap)
9
+
10
+ export const h2 = /* @__PURE__ */ Object.assign(h2Fn, {
11
+ __recipe__: true,
12
+ __name__: 'h2',
13
+ raw: (props) => props,
14
+ variantKeys: h2VariantKeys,
15
+ variantMap: h2VariantMap,
16
+ merge(recipe) {
17
+ return mergeRecipes(this, recipe)
18
+ },
19
+ splitVariantProps(props) {
20
+ return splitProps(props, h2VariantKeys)
21
+ },
22
+ })
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ import type { ConditionalValue } from '../types/index.d.mts';
3
+ import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
+
5
+ interface H3Variant {
6
+
7
+ }
8
+
9
+ type H3VariantMap = {
10
+ [key in keyof H3Variant]: Array<H3Variant[key]>
11
+ }
12
+
13
+ export type H3VariantProps = {
14
+ [key in keyof H3Variant]?: ConditionalValue<H3Variant[key]> | undefined
15
+ }
16
+
17
+ export interface H3Recipe {
18
+ __type: H3VariantProps
19
+ (props?: H3VariantProps): string
20
+ raw: (props?: H3VariantProps) => H3VariantProps
21
+ variantMap: H3VariantMap
22
+ variantKeys: Array<keyof H3Variant>
23
+ splitVariantProps<Props extends H3VariantProps>(props: Props): [H3VariantProps, Pretty<DistributiveOmit<Props, keyof H3VariantProps>>]
24
+ }
25
+
26
+ /** Typography - h3 style */
27
+ export declare const h3: H3Recipe
@@ -0,0 +1,22 @@
1
+ import { splitProps } from '../helpers.mjs';
2
+ import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
+
4
+ const h3Fn = /* @__PURE__ */ createRecipe('h3', {}, [])
5
+
6
+ const h3VariantMap = {}
7
+
8
+ const h3VariantKeys = Object.keys(h3VariantMap)
9
+
10
+ export const h3 = /* @__PURE__ */ Object.assign(h3Fn, {
11
+ __recipe__: true,
12
+ __name__: 'h3',
13
+ raw: (props) => props,
14
+ variantKeys: h3VariantKeys,
15
+ variantMap: h3VariantMap,
16
+ merge(recipe) {
17
+ return mergeRecipes(this, recipe)
18
+ },
19
+ splitVariantProps(props) {
20
+ return splitProps(props, h3VariantKeys)
21
+ },
22
+ })
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ import type { ConditionalValue } from '../types/index.d.mts';
3
+ import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
+
5
+ interface H4Variant {
6
+
7
+ }
8
+
9
+ type H4VariantMap = {
10
+ [key in keyof H4Variant]: Array<H4Variant[key]>
11
+ }
12
+
13
+ export type H4VariantProps = {
14
+ [key in keyof H4Variant]?: ConditionalValue<H4Variant[key]> | undefined
15
+ }
16
+
17
+ export interface H4Recipe {
18
+ __type: H4VariantProps
19
+ (props?: H4VariantProps): string
20
+ raw: (props?: H4VariantProps) => H4VariantProps
21
+ variantMap: H4VariantMap
22
+ variantKeys: Array<keyof H4Variant>
23
+ splitVariantProps<Props extends H4VariantProps>(props: Props): [H4VariantProps, Pretty<DistributiveOmit<Props, keyof H4VariantProps>>]
24
+ }
25
+
26
+ /** Typography - h4 style */
27
+ export declare const h4: H4Recipe
@@ -0,0 +1,22 @@
1
+ import { splitProps } from '../helpers.mjs';
2
+ import { createRecipe, mergeRecipes } from './create-recipe.mjs';
3
+
4
+ const h4Fn = /* @__PURE__ */ createRecipe('h4', {}, [])
5
+
6
+ const h4VariantMap = {}
7
+
8
+ const h4VariantKeys = Object.keys(h4VariantMap)
9
+
10
+ export const h4 = /* @__PURE__ */ Object.assign(h4Fn, {
11
+ __recipe__: true,
12
+ __name__: 'h4',
13
+ raw: (props) => props,
14
+ variantKeys: h4VariantKeys,
15
+ variantMap: h4VariantMap,
16
+ merge(recipe) {
17
+ return mergeRecipes(this, recipe)
18
+ },
19
+ splitVariantProps(props) {
20
+ return splitProps(props, h4VariantKeys)
21
+ },
22
+ })
@@ -0,0 +1,27 @@
1
+ /* eslint-disable */
2
+ import type { ConditionalValue } from '../types/index.d.mts';
3
+ import type { DistributiveOmit, Pretty } from '../types/system-types.d.mts';
4
+
5
+ interface HoverCardVariant {
6
+
7
+ }
8
+
9
+ type HoverCardVariantMap = {
10
+ [key in keyof HoverCardVariant]: Array<HoverCardVariant[key]>
11
+ }
12
+
13
+ export type HoverCardVariantProps = {
14
+ [key in keyof HoverCardVariant]?: ConditionalValue<HoverCardVariant[key]> | undefined
15
+ }
16
+
17
+ export interface HoverCardRecipe {
18
+ __type: HoverCardVariantProps
19
+ (props?: HoverCardVariantProps): Pretty<Record<"root" | "trigger" | "content" | "root" | "trigger" | "content", string>>
20
+ raw: (props?: HoverCardVariantProps) => HoverCardVariantProps
21
+ variantMap: HoverCardVariantMap
22
+ variantKeys: Array<keyof HoverCardVariant>
23
+ splitVariantProps<Props extends HoverCardVariantProps>(props: Props): [HoverCardVariantProps, Pretty<DistributiveOmit<Props, keyof HoverCardVariantProps>>]
24
+ }
25
+
26
+ /** Styles for the HoverCard component */
27
+ export declare const hoverCard: HoverCardRecipe