@okam/stack-ui 1.44.3 → 1.44.4

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 (943) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/components/Accordion/components/AccordionItem.d.ts +2 -3
  3. package/components/Accordion/components/AriaAccordionItem.d.ts +1 -2
  4. package/components/Accordion/hooks/useAccordionState.d.ts +2 -3
  5. package/components/Accordion/index.d.ts +1 -2
  6. package/components/Accordion/interface.d.ts +6 -8
  7. package/components/Alerts/components/AlertsCloseButton.d.ts +9 -3
  8. package/components/Alerts/components/AlertsItem.d.ts +1 -2
  9. package/components/Alerts/index.d.ts +1 -2
  10. package/components/Alerts/interface.d.ts +1 -2
  11. package/components/Box/index.d.ts +9 -5
  12. package/components/Box/interface.d.ts +1 -2
  13. package/components/Button/index.d.ts +15 -9
  14. package/components/Button/interface.d.ts +4 -4
  15. package/components/Calendar/RangeCalendar.d.ts +0 -1
  16. package/components/Calendar/components/CalendarCell.d.ts +0 -1
  17. package/components/Calendar/components/CalendarGrid.d.ts +0 -1
  18. package/components/Calendar/components/NavigationButtons.d.ts +1 -2
  19. package/components/Calendar/index.d.ts +0 -1
  20. package/components/Calendar/interface.d.ts +3 -4
  21. package/components/Calendar/utils/getIsDateOutsideRange.d.ts +0 -1
  22. package/components/Carousel/a11y/CarouselA11yAnnouncer.d.ts +1 -2
  23. package/components/Carousel/a11y/interface.d.ts +0 -1
  24. package/components/Carousel/a11y/useCarouselA11yAnnouncer.d.ts +0 -1
  25. package/components/Carousel/components/LegacyCarousel.d.ts +1 -2
  26. package/components/Carousel/index.d.ts +1 -2
  27. package/components/Carousel/interface.d.ts +1 -2
  28. package/components/Carousel/navigation/CarouselNextNavigation.d.ts +1 -2
  29. package/components/Carousel/navigation/CarouselPrevNavigation.d.ts +1 -2
  30. package/components/Carousel/navigation/LegacyCarouselNavigationButton.d.ts +19 -8
  31. package/components/Carousel/navigation/interface.d.ts +0 -1
  32. package/components/Carousel/navigation/useCarouselNextNavigation.d.ts +0 -1
  33. package/components/Carousel/navigation/useCarouselPrevNavigation.d.ts +0 -1
  34. package/components/Carousel/pagination/CarouselPagination.d.ts +1 -2
  35. package/components/Carousel/pagination/CarouselPaginationBullet.d.ts +1 -2
  36. package/components/Carousel/pagination/CarouselPaginationFraction.d.ts +1 -2
  37. package/components/Carousel/pagination/interface.d.ts +1 -2
  38. package/components/Carousel/pagination/useCarouselPagination.d.ts +0 -1
  39. package/components/Carousel/pagination/useCarouselPaginationBullet.d.ts +0 -1
  40. package/components/Carousel/pagination/useCarouselPaginationFraction.d.ts +1 -2
  41. package/components/Carousel/swiper/CarouselSlide.d.ts +1 -2
  42. package/components/Carousel/swiper/CarouselSwiper.d.ts +1 -2
  43. package/components/Carousel/swiper/interface.d.ts +4 -5
  44. package/components/Carousel/swiper/useCarouselSlide.d.ts +1 -2
  45. package/components/Carousel/swiper/useCarouselSwiper.d.ts +0 -1
  46. package/components/Date/index.d.ts +1 -2
  47. package/components/Date/interface.d.ts +0 -1
  48. package/components/Dialog/index.d.ts +0 -1
  49. package/components/Dialog/interface.d.ts +0 -1
  50. package/components/Icon/index.d.ts +1 -2
  51. package/components/Icon/interface.d.ts +2 -2
  52. package/components/Lightbox/index.d.ts +1 -2
  53. package/components/Lightbox/interface.d.ts +2 -2
  54. package/components/Menu/Menu.d.ts +1 -2
  55. package/components/Menu/MenuSidePanel.d.ts +1 -2
  56. package/components/Menu/components/InnerContent.d.ts +1 -2
  57. package/components/Menu/components/MenuItems.d.ts +1 -2
  58. package/components/Menu/components/TabContainer.d.ts +1 -2
  59. package/components/Menu/interface.d.ts +9 -10
  60. package/components/Modal/components/ModalDialog.d.ts +1 -2
  61. package/components/Modal/components/ModalOverlay.d.ts +1 -2
  62. package/components/Modal/index.d.ts +1 -2
  63. package/components/Modal/interface.d.ts +3 -3
  64. package/components/Node/index.d.ts +2 -3
  65. package/components/Node/interface.d.ts +1 -2
  66. package/components/Popover/components/Button.d.ts +1 -2
  67. package/components/Popover/index.d.ts +1 -3
  68. package/components/Popover/interface.d.ts +0 -1
  69. package/components/PrintButton/index.d.ts +1 -2
  70. package/components/PrintButton/interface.d.ts +1 -2
  71. package/components/ShareButton/index.d.ts +2 -4
  72. package/components/ShareButton/interface.d.ts +4 -5
  73. package/components/ShareButton/utils/generateUtmTags.d.ts +1 -1
  74. package/components/ShareButton/utils/useFacebookShareUrl.d.ts +1 -1
  75. package/components/ShareButton/utils/useLinkedinShareUrl.d.ts +1 -1
  76. package/components/ShareButton/utils/useMailToShareUrl.d.ts +1 -1
  77. package/components/ShareButton/utils/useWindow.d.ts +1 -1
  78. package/components/ShareButton/utils/useXShareUrl.d.ts +1 -1
  79. package/components/SidePanel/index.d.ts +1 -2
  80. package/components/SidePanel/interface.d.ts +5 -5
  81. package/components/SkipToMain/index.d.ts +9 -11
  82. package/components/SkipToMain/interface.d.ts +0 -1
  83. package/components/TabList/components/Tab.d.ts +1 -2
  84. package/components/TabList/components/TabItem.d.ts +2 -3
  85. package/components/TabList/components/TabPanel.d.ts +1 -2
  86. package/components/TabList/index.d.ts +0 -1
  87. package/components/TabList/interface.d.ts +4 -4
  88. package/components/TagGroup/components/Tag.d.ts +1 -2
  89. package/components/TagGroup/components/TagItem.d.ts +2 -3
  90. package/components/TagGroup/index.d.ts +1 -2
  91. package/components/TagGroup/interface.d.ts +3 -4
  92. package/components/Typography/index.d.ts +5 -5
  93. package/components/Typography/interface.d.ts +1 -2
  94. package/components/Video/index.d.ts +1 -2
  95. package/components/Video/interface.d.ts +0 -1
  96. package/components/WysiwygBlock/index.d.ts +1 -2
  97. package/components/WysiwygBlock/interface.d.ts +1 -2
  98. package/components/fields/Checkbox/Checkbox.interface.d.ts +1 -2
  99. package/components/fields/Checkbox/index.d.ts +3 -5
  100. package/components/fields/CheckboxGroup/components/CheckboxGroupItem/index.d.ts +3 -5
  101. package/components/fields/CheckboxGroup/index.d.ts +1 -2
  102. package/components/fields/CheckboxGroup/interface.d.ts +1 -2
  103. package/components/fields/ComboBox/components/ComboBoxButton.d.ts +6 -2
  104. package/components/fields/ComboBox/hooks/useComboBoxFiltering.d.ts +12 -13
  105. package/components/fields/ComboBox/index.d.ts +3 -4
  106. package/components/fields/ComboBox/interface.d.ts +0 -1
  107. package/components/fields/DatePicker/DateRangePicker.d.ts +0 -1
  108. package/components/fields/DatePicker/components/CalendarPopover.d.ts +0 -1
  109. package/components/fields/DatePicker/components/DateField.d.ts +0 -1
  110. package/components/fields/DatePicker/components/Wrapper.d.ts +6 -2
  111. package/components/fields/DatePicker/index.d.ts +0 -1
  112. package/components/fields/DatePicker/interface.d.ts +2 -2
  113. package/components/fields/ListBox/components/ListBoxSection.d.ts +1 -2
  114. package/components/fields/ListBox/index.d.ts +15 -7
  115. package/components/fields/ListBox/interface.d.ts +0 -1
  116. package/components/fields/Option/index.d.ts +1 -2
  117. package/components/fields/Option/interface.d.ts +0 -1
  118. package/components/fields/Radio/Radio.interface.d.ts +2 -4
  119. package/components/fields/Radio/index.d.ts +2 -4
  120. package/components/fields/RadioGroup/index.d.ts +1 -2
  121. package/components/fields/RadioGroup/interface.d.ts +1 -2
  122. package/components/fields/SearchField/index.d.ts +1 -2
  123. package/components/fields/SearchField/interface.d.ts +1 -2
  124. package/components/fields/Select/Select.d.ts +3 -5
  125. package/components/fields/Select/Select.interface.d.ts +4 -4
  126. package/components/fields/Select/components/Listbox.d.ts +2 -3
  127. package/components/fields/Select/components/Listbox.interface.d.ts +13 -17
  128. package/components/fields/Select/components/Popover.d.ts +1 -2
  129. package/components/fields/Select/components/Popover.interface.d.ts +1 -2
  130. package/components/fields/Select/components/{useListboxSections.d.ts → getListboxSections.d.ts} +3 -4
  131. package/components/fields/SelectItem/SelectItem.d.ts +1 -2
  132. package/components/fields/SelectItem/SelectItem.interface.d.ts +0 -1
  133. package/components/fields/TextArea/index.d.ts +3 -5
  134. package/components/fields/TextInputField/index.d.ts +3 -5
  135. package/components/fields/TextInputField/interface.d.ts +0 -1
  136. package/components/icons/ArrowDown.d.ts +3 -3
  137. package/components/icons/ArrowLeft.d.ts +3 -3
  138. package/components/icons/ArrowRight.d.ts +3 -3
  139. package/components/icons/Check.d.ts +3 -3
  140. package/components/icons/ChevronLeft.d.ts +3 -3
  141. package/components/icons/ChevronRight.d.ts +3 -3
  142. package/components/icons/CloseBtn.d.ts +3 -3
  143. package/components/icons/ErrorIcon.d.ts +3 -3
  144. package/components/icons/Facebook.d.ts +3 -3
  145. package/components/icons/FacebookColored.d.ts +3 -3
  146. package/components/icons/FacebookRounded.d.ts +3 -3
  147. package/components/icons/Globe.d.ts +3 -3
  148. package/components/icons/IconFallback.d.ts +3 -3
  149. package/components/icons/Instagram.d.ts +3 -3
  150. package/components/icons/InstagramColored.d.ts +3 -3
  151. package/components/icons/Link.d.ts +3 -3
  152. package/components/icons/LinkedIn.d.ts +3 -3
  153. package/components/icons/Mail.d.ts +3 -3
  154. package/components/icons/Plus.d.ts +3 -3
  155. package/components/icons/Print.d.ts +3 -3
  156. package/components/icons/Search.d.ts +3 -3
  157. package/components/icons/Share.d.ts +3 -3
  158. package/components/icons/Twitter.d.ts +3 -3
  159. package/components/icons/TwitterColored.d.ts +3 -3
  160. package/components/icons/Upload.d.ts +3 -3
  161. package/components/icons/X.d.ts +3 -3
  162. package/components/icons/YouTube.d.ts +3 -3
  163. package/components/icons/YouTubeColored.d.ts +3 -3
  164. package/examples/PageLayout/index.d.ts +1 -1
  165. package/helpers/mergeDefaultComponentProps.d.ts +0 -1
  166. package/hooks/useLabelledOverlay/index.d.ts +0 -1
  167. package/hooks/useLabelledOverlay/interface.d.ts +0 -1
  168. package/index.d.ts +87 -87
  169. package/index.js +1 -1
  170. package/index.mjs +214 -214
  171. package/index10.js +1 -1
  172. package/index10.mjs +44 -49
  173. package/index100.js +1 -2
  174. package/index100.mjs +14 -8
  175. package/index101.js +1 -2
  176. package/index101.mjs +16 -8
  177. package/index102.js +1 -2
  178. package/index102.mjs +16 -8
  179. package/index103.js +1 -2
  180. package/index103.mjs +49 -8
  181. package/index104.js +1 -1
  182. package/index104.mjs +10 -24
  183. package/index105.js +1 -2
  184. package/index105.mjs +73 -10
  185. package/index106.js +1 -2
  186. package/index106.mjs +10 -19
  187. package/index107.js +1 -2
  188. package/index107.mjs +15 -51
  189. package/index108.js +1 -2
  190. package/index108.mjs +12 -42
  191. package/index109.js +1 -2
  192. package/index109.mjs +19 -13
  193. package/index11.js +1 -1
  194. package/index11.mjs +12 -58
  195. package/index110.js +1 -2
  196. package/index110.mjs +12 -37
  197. package/index111.js +1 -2
  198. package/index111.mjs +15 -16
  199. package/index112.js +1 -2
  200. package/index112.mjs +15 -28
  201. package/index113.js +1 -2
  202. package/index113.mjs +15 -24
  203. package/index114.js +1 -2
  204. package/index114.mjs +13 -14
  205. package/index115.js +1 -2
  206. package/index115.mjs +13 -13
  207. package/index116.js +1 -2
  208. package/index116.mjs +15 -36
  209. package/index117.js +1 -1
  210. package/index117.mjs +17 -4
  211. package/index119.js +2 -6
  212. package/index119.mjs +81 -92
  213. package/index12.js +1 -1
  214. package/index12.mjs +12 -59
  215. package/index120.js +1 -1
  216. package/index120.mjs +15 -70
  217. package/index121.js +1 -1
  218. package/index121.mjs +10 -41
  219. package/index122.js +2 -51
  220. package/index122.mjs +56 -89
  221. package/index123.js +1 -64
  222. package/index123.mjs +38 -228
  223. package/index124.js +2 -10
  224. package/index124.mjs +9 -71
  225. package/index125.js +2 -1
  226. package/index125.mjs +13 -45
  227. package/index126.js +2 -1
  228. package/index126.mjs +14 -13
  229. package/index127.js +1 -6
  230. package/index127.mjs +14 -49
  231. package/index128.js +2 -5
  232. package/index128.mjs +25 -87
  233. package/index129.js +2 -1
  234. package/index129.mjs +38 -6
  235. package/index13.js +1 -1
  236. package/index13.mjs +69 -52
  237. package/index130.js +1 -12
  238. package/index130.mjs +14 -40
  239. package/index131.js +2 -1
  240. package/index131.mjs +35 -94
  241. package/index132.js +2 -1
  242. package/index132.mjs +24 -13
  243. package/index133.js +1 -1
  244. package/index133.mjs +14 -8
  245. package/index134.js +1 -1
  246. package/index134.mjs +7 -29
  247. package/index135.js +1 -1
  248. package/index135.mjs +7 -13
  249. package/index136.js +1 -7
  250. package/index136.mjs +16 -19
  251. package/index137.js +1 -15
  252. package/index137.mjs +31 -71
  253. package/index138.js +2 -1
  254. package/index138.mjs +9 -7
  255. package/index139.js +2 -9
  256. package/index139.mjs +10 -15
  257. package/index14.js +1 -1
  258. package/index14.mjs +17 -11
  259. package/index140.js +1 -41
  260. package/index140.mjs +23 -105
  261. package/index141.js +2 -47
  262. package/index141.mjs +46 -101
  263. package/index142.js +1 -16
  264. package/index142.mjs +52 -25
  265. package/index143.js +6 -20
  266. package/index143.mjs +77 -59
  267. package/index144.js +1 -1
  268. package/index144.mjs +66 -38
  269. package/index145.js +1 -2
  270. package/index145.mjs +41 -49
  271. package/index146.js +51 -1
  272. package/index146.mjs +90 -22
  273. package/index147.js +64 -2
  274. package/index147.mjs +227 -8
  275. package/index148.js +10 -2
  276. package/index148.mjs +70 -12
  277. package/index149.js +1 -1
  278. package/index149.mjs +40 -235
  279. package/index15.js +1 -1
  280. package/index15.mjs +18 -76
  281. package/index150.js +1 -1
  282. package/index150.mjs +13 -52
  283. package/index151.js +6 -1
  284. package/index151.mjs +48 -10
  285. package/index152.js +5 -1
  286. package/index152.mjs +88 -4
  287. package/index153.js +1 -1
  288. package/index153.mjs +6 -11
  289. package/index154.js +12 -1
  290. package/index154.mjs +39 -13
  291. package/index155.js +1 -2
  292. package/index155.mjs +93 -36
  293. package/index156.js +1 -2
  294. package/index156.mjs +12 -23
  295. package/index157.js +1 -1
  296. package/index157.mjs +8 -48
  297. package/index158.js +1 -1
  298. package/index158.mjs +27 -18
  299. package/index159.js +1 -1
  300. package/index159.mjs +12 -37
  301. package/index16.js +1 -1
  302. package/index16.mjs +60 -63
  303. package/index160.js +7 -1
  304. package/index160.mjs +18 -18
  305. package/index161.js +15 -1
  306. package/index161.mjs +70 -39
  307. package/index162.js +1 -2
  308. package/index162.mjs +7 -13
  309. package/index163.js +9 -2
  310. package/index163.mjs +15 -26
  311. package/index164.js +41 -2
  312. package/index164.mjs +106 -39
  313. package/index165.js +47 -1
  314. package/index165.mjs +101 -22
  315. package/index166.js +16 -1
  316. package/index166.mjs +24 -45
  317. package/index167.js +20 -1
  318. package/index167.mjs +76 -26
  319. package/index168.js +1 -1
  320. package/index168.mjs +41 -40
  321. package/index169.js +1 -2
  322. package/index169.mjs +11 -57
  323. package/index17.js +1 -1
  324. package/index17.mjs +28 -18
  325. package/index170.js +1 -1
  326. package/index170.mjs +7 -39
  327. package/index171.js +2 -1
  328. package/index171.mjs +47 -30
  329. package/index172.js +1 -2
  330. package/index172.mjs +11 -9
  331. package/index18.js +1 -1
  332. package/index18.mjs +24 -18
  333. package/index19.js +1 -1
  334. package/index19.mjs +8 -8
  335. package/index2.js +1 -1
  336. package/index2.mjs +30 -139
  337. package/index20.js +1 -1
  338. package/index20.mjs +7 -7
  339. package/index21.js +1 -1
  340. package/index21.mjs +13 -13
  341. package/index22.js +1 -1
  342. package/index22.mjs +12 -14
  343. package/index23.js +1 -1
  344. package/index23.mjs +37 -47
  345. package/index24.js +1 -1
  346. package/index24.mjs +16 -19
  347. package/index25.js +1 -1
  348. package/index25.mjs +13 -17
  349. package/index26.js +1 -1
  350. package/index26.mjs +39 -165
  351. package/index27.js +1 -1
  352. package/index27.mjs +50 -111
  353. package/index28.js +1 -1
  354. package/index28.mjs +17 -63
  355. package/index29.js +1 -1
  356. package/index29.mjs +104 -27
  357. package/index3.js +1 -2
  358. package/index3.mjs +34 -20
  359. package/index30.js +1 -1
  360. package/index30.mjs +28 -105
  361. package/index31.js +1 -1
  362. package/index31.mjs +94 -131
  363. package/index32.js +1 -1
  364. package/index32.mjs +105 -192
  365. package/index33.js +1 -1
  366. package/index33.mjs +32 -110
  367. package/index34.js +1 -1
  368. package/index34.mjs +110 -22
  369. package/index35.js +1 -1
  370. package/index35.mjs +18 -67
  371. package/index36.js +1 -1
  372. package/index36.mjs +68 -147
  373. package/index37.js +1 -1
  374. package/index37.mjs +149 -20
  375. package/index38.js +1 -1
  376. package/index38.mjs +136 -53
  377. package/index39.js +1 -1
  378. package/index39.mjs +34 -44
  379. package/index4.js +1 -2
  380. package/index4.mjs +43 -22
  381. package/index40.js +1 -1
  382. package/index40.mjs +64 -19
  383. package/index41.js +1 -1
  384. package/index41.mjs +19 -18
  385. package/index42.js +1 -1
  386. package/index42.mjs +15 -15
  387. package/index43.js +1 -1
  388. package/index43.mjs +65 -14
  389. package/index44.js +1 -1
  390. package/index44.mjs +161 -30
  391. package/index45.js +1 -1
  392. package/index45.mjs +7 -33
  393. package/index46.js +1 -1
  394. package/index46.mjs +141 -126
  395. package/index47.js +1 -1
  396. package/index47.mjs +196 -9
  397. package/index48.js +1 -1
  398. package/index48.mjs +29 -47
  399. package/index49.js +1 -1
  400. package/index49.mjs +58 -20
  401. package/index5.js +2 -1
  402. package/index5.mjs +47 -31
  403. package/index50.js +1 -1
  404. package/index50.mjs +133 -7
  405. package/index51.js +1 -1
  406. package/index51.mjs +8 -21
  407. package/index52.js +1 -1
  408. package/index52.mjs +29 -32
  409. package/index53.js +1 -1
  410. package/index53.mjs +32 -39
  411. package/index54.js +1 -1
  412. package/index54.mjs +17 -46
  413. package/index55.js +1 -1
  414. package/index55.mjs +71 -36
  415. package/index56.js +1 -1
  416. package/index56.mjs +55 -27
  417. package/index57.js +1 -1
  418. package/index57.mjs +59 -18
  419. package/index58.js +1 -1
  420. package/index58.mjs +14 -137
  421. package/index59.js +1 -1
  422. package/index59.mjs +81 -111
  423. package/index6.js +1 -1
  424. package/index6.mjs +21 -63
  425. package/index60.js +1 -2
  426. package/index60.mjs +4 -42
  427. package/index61.js +1 -1
  428. package/index61.mjs +7 -65
  429. package/index62.js +1 -1
  430. package/index62.mjs +6 -72
  431. package/index63.js +2 -1
  432. package/index63.mjs +8 -5
  433. package/index64.js +2 -1
  434. package/index64.mjs +9 -8
  435. package/index65.js +2 -1
  436. package/index65.mjs +8 -8
  437. package/index66.js +2 -1
  438. package/index66.mjs +55 -5
  439. package/index67.js +2 -1
  440. package/index67.mjs +65 -5
  441. package/index68.js +2 -1
  442. package/index68.mjs +49 -5
  443. package/index69.js +2 -1
  444. package/index69.mjs +18 -5
  445. package/index7.js +1 -1
  446. package/index7.mjs +28 -19
  447. package/index70.js +2 -1
  448. package/index70.mjs +44 -11
  449. package/index71.js +2 -1
  450. package/index71.mjs +28 -12
  451. package/index72.js +2 -1
  452. package/index72.mjs +36 -13
  453. package/index73.js +2 -1
  454. package/index73.mjs +43 -45
  455. package/index74.js +2 -1
  456. package/index74.mjs +20 -8
  457. package/index75.js +2 -1
  458. package/index75.mjs +22 -71
  459. package/index76.js +2 -1
  460. package/index76.mjs +50 -8
  461. package/index77.js +2 -1
  462. package/index77.mjs +11 -13
  463. package/index78.js +2 -1
  464. package/index78.mjs +14 -10
  465. package/index79.js +2 -1
  466. package/index79.mjs +20 -17
  467. package/index8.js +1 -1
  468. package/index8.mjs +63 -59
  469. package/index80.js +1 -1
  470. package/index80.mjs +4 -11
  471. package/index81.js +2 -1
  472. package/index81.mjs +11 -13
  473. package/index82.js +2 -1
  474. package/index82.mjs +43 -13
  475. package/index83.js +2 -1
  476. package/index83.mjs +15 -13
  477. package/index84.js +2 -1
  478. package/index84.mjs +37 -11
  479. package/index85.js +2 -1
  480. package/index85.mjs +14 -11
  481. package/index86.js +2 -1
  482. package/index86.mjs +47 -13
  483. package/index87.js +2 -1
  484. package/index87.mjs +26 -14
  485. package/index88.js +1 -1
  486. package/index88.mjs +14 -20
  487. package/index89.js +1 -1
  488. package/index89.mjs +29 -16
  489. package/index9.js +1 -1
  490. package/index9.mjs +57 -82
  491. package/index90.js +1 -1
  492. package/index90.mjs +12 -13
  493. package/index91.js +1 -1
  494. package/index91.mjs +138 -45
  495. package/index92.js +1 -1
  496. package/index92.mjs +12 -36
  497. package/index93.js +1 -2
  498. package/index93.mjs +7 -12
  499. package/index94.js +1 -2
  500. package/index94.mjs +10 -11
  501. package/index95.js +1 -2
  502. package/index95.mjs +10 -14
  503. package/index96.js +1 -2
  504. package/index96.mjs +7 -45
  505. package/index97.js +1 -2
  506. package/index97.mjs +7 -30
  507. package/index98.js +1 -1
  508. package/index98.mjs +8 -2
  509. package/index99.js +1 -2
  510. package/index99.mjs +8 -9
  511. package/message.d.ts +2 -3
  512. package/package.json +17 -26
  513. package/providers/Accordion/index.d.ts +1 -2
  514. package/providers/Accordion/interface.d.ts +3 -5
  515. package/providers/Carousel/index.d.ts +0 -1
  516. package/providers/Carousel/interface.d.ts +2 -3
  517. package/providers/CheckboxGroup/index.d.ts +2 -3
  518. package/providers/CheckboxGroup/interface.d.ts +1 -2
  519. package/providers/Client/index.d.ts +0 -1
  520. package/providers/Client/interface.d.ts +7 -8
  521. package/providers/Menu/index.d.ts +1 -2
  522. package/providers/Menu/interface.d.ts +7 -8
  523. package/providers/RadioGroup/RadioGroup.d.ts +2 -3
  524. package/providers/RadioGroup/RadioGroup.interface.d.ts +0 -1
  525. package/providers/SidePanel/index.d.ts +0 -1
  526. package/providers/SidePanel/interface.d.ts +8 -8
  527. package/providers/Theme/hooks.d.ts +1 -2
  528. package/providers/Theme/index.d.ts +5 -6
  529. package/providers/Theme/interface.d.ts +11 -12
  530. package/providers/Theme/utils.d.ts +0 -1
  531. package/providers/Translation/index.d.ts +1 -2
  532. package/providers/Translation/interface.d.ts +6 -6
  533. package/providers/UserSearchQuery/index.d.ts +1 -2
  534. package/providers/UserSearchQuery/interface.d.ts +4 -4
  535. package/storybook/Lightbox/LightboxControlledState.d.ts +1 -2
  536. package/storybook/Menu/Menu.d.ts +16 -16
  537. package/storybook/Menu/NestedMenu.d.ts +1 -1
  538. package/storybook/Menu/mock.d.ts +0 -1
  539. package/storybook/SelectField/index.d.ts +1 -2
  540. package/storybook/ShareButtonExample/index.d.ts +1 -2
  541. package/theme/Accordion/index.d.ts +12 -161
  542. package/theme/Alerts/index.d.ts +132 -817
  543. package/theme/Box/index.d.ts +8 -126
  544. package/theme/Button/index.d.ts +2 -90
  545. package/theme/Calendar/index.d.ts +31 -631
  546. package/theme/Carousel/index.d.ts +15 -348
  547. package/theme/Checkbox/index.d.ts +8 -96
  548. package/theme/CheckboxGroup/index.d.ts +3 -19
  549. package/theme/ComboBox/index.d.ts +0 -1
  550. package/theme/DatePicker/index.d.ts +28 -126
  551. package/theme/Image/index.d.ts +1 -2
  552. package/theme/LightBox/index.d.ts +9 -247
  553. package/theme/ListBox/index.d.ts +109 -1871
  554. package/theme/Popover/index.d.ts +6 -138
  555. package/theme/PrintButton/index.d.ts +2 -2
  556. package/theme/Radio/index.d.ts +6 -66
  557. package/theme/RadioGroup/index.d.ts +3 -19
  558. package/theme/Search/index.d.ts +3 -19
  559. package/theme/ShareButton/index.d.ts +10 -106
  560. package/theme/SidePanel/index.d.ts +3 -3
  561. package/theme/SkipToMain/index.d.ts +3 -157
  562. package/theme/TabList/index.d.ts +13 -431
  563. package/theme/TagGroup/index.d.ts +40 -678
  564. package/theme/TextArea/index.d.ts +2 -18
  565. package/theme/TextInput/index.d.ts +13 -242
  566. package/theme/Typography/index.d.ts +2 -134
  567. package/theme/index.d.ts +1 -2
  568. package/transitions/AccordionTransition.d.ts +1 -2
  569. package/transitions/ModalTransition.d.ts +1 -2
  570. package/transitions/RenderWithOpacity.d.ts +1 -2
  571. package/transitions/RenderWithSlide.d.ts +1 -2
  572. package/transitions/SidePanelTransition.d.ts +1 -2
  573. package/types/components.d.ts +25 -5
  574. package/types/next-link.d.ts +3 -4
  575. package/types/react-stately.d.ts +1 -2
  576. package/components/Carousel/carousel.stories.d.ts +0 -13
  577. package/components/Popover/popover.stories.d.ts +0 -8
  578. package/components/TabList/tab-list.stories.d.ts +0 -12
  579. package/components/fields/ComboBox/combo-box.stories.d.ts +0 -15
  580. package/components/fields/ListBox/list-box.stories.d.ts +0 -17
  581. package/components/fields/TextInputField/text-input-field.stories.d.ts +0 -8
  582. package/index173.js +0 -2
  583. package/index173.mjs +0 -12
  584. package/index174.js +0 -1
  585. package/index174.mjs +0 -34
  586. package/index175.js +0 -1
  587. package/index175.mjs +0 -17
  588. package/index176.js +0 -1
  589. package/index176.mjs +0 -19
  590. package/index177.js +0 -1
  591. package/index177.mjs +0 -13
  592. package/index178.js +0 -2
  593. package/index178.mjs +0 -50
  594. package/index179.js +0 -1
  595. package/index179.mjs +0 -40
  596. package/index180.js +0 -1
  597. package/index180.mjs +0 -35
  598. package/index181.js +0 -1
  599. package/index181.mjs +0 -24
  600. package/index182.js +0 -1
  601. package/index182.mjs +0 -38
  602. package/index183.js +0 -1
  603. package/index183.mjs +0 -16
  604. package/index184.js +0 -1
  605. package/index184.mjs +0 -65
  606. package/index185.js +0 -1
  607. package/index185.mjs +0 -59
  608. package/index186.js +0 -1
  609. package/index186.mjs +0 -48
  610. package/index187.js +0 -1
  611. package/index187.mjs +0 -14
  612. package/index188.js +0 -1
  613. package/index188.mjs +0 -8
  614. package/index189.js +0 -2
  615. package/index189.mjs +0 -52
  616. package/index190.js +0 -1
  617. package/index190.mjs +0 -2027
  618. package/index191.js +0 -1
  619. package/index191.mjs +0 -62
  620. package/index192.js +0 -1
  621. package/index192.mjs +0 -191
  622. package/index193.js +0 -1
  623. package/index193.mjs +0 -206
  624. package/index194.js +0 -1
  625. package/index194.mjs +0 -67
  626. package/index195.js +0 -1
  627. package/index195.mjs +0 -146
  628. package/index196.js +0 -1
  629. package/index196.mjs +0 -127
  630. package/index197.js +0 -1
  631. package/index197.mjs +0 -227
  632. package/index198.js +0 -1
  633. package/index198.mjs +0 -193
  634. package/index199.js +0 -1
  635. package/index199.mjs +0 -72
  636. package/index200.js +0 -1
  637. package/index200.mjs +0 -282
  638. package/index201.js +0 -1
  639. package/index201.mjs +0 -101
  640. package/index202.js +0 -1
  641. package/index202.mjs +0 -191
  642. package/index203.js +0 -1
  643. package/index203.mjs +0 -87
  644. package/index204.js +0 -1
  645. package/index204.mjs +0 -61
  646. package/index205.js +0 -1
  647. package/index205.mjs +0 -129
  648. package/index206.js +0 -1
  649. package/index206.mjs +0 -119
  650. package/index207.js +0 -1
  651. package/index207.mjs +0 -125
  652. package/index208.js +0 -1
  653. package/index208.mjs +0 -75
  654. package/index209.js +0 -1
  655. package/index209.mjs +0 -113
  656. package/index210.js +0 -1
  657. package/index210.mjs +0 -55
  658. package/index211.js +0 -1
  659. package/index211.mjs +0 -96
  660. package/index212.js +0 -1
  661. package/index212.mjs +0 -73
  662. package/index213.js +0 -1
  663. package/index213.mjs +0 -59
  664. package/index214.js +0 -1
  665. package/index214.mjs +0 -102
  666. package/index215.js +0 -5
  667. package/index215.mjs +0 -83
  668. package/index216.js +0 -1
  669. package/index216.mjs +0 -14
  670. package/index217.js +0 -1
  671. package/index217.mjs +0 -127
  672. package/index218.js +0 -1
  673. package/index218.mjs +0 -137
  674. package/index219.js +0 -1
  675. package/index219.mjs +0 -78
  676. package/index220.js +0 -1
  677. package/index220.mjs +0 -17
  678. package/index221.js +0 -1
  679. package/index221.mjs +0 -98
  680. package/index222.js +0 -1
  681. package/index222.mjs +0 -109
  682. package/index223.js +0 -1
  683. package/index223.mjs +0 -7
  684. package/index224.js +0 -1
  685. package/index224.mjs +0 -6
  686. package/index225.js +0 -1
  687. package/index225.mjs +0 -128
  688. package/index226.js +0 -1
  689. package/index226.mjs +0 -32
  690. package/index227.js +0 -1
  691. package/index227.mjs +0 -54
  692. package/index228.js +0 -1
  693. package/index228.mjs +0 -47
  694. package/index229.js +0 -1
  695. package/index229.mjs +0 -40
  696. package/index230.js +0 -1
  697. package/index230.mjs +0 -116
  698. package/index231.js +0 -1
  699. package/index231.mjs +0 -80
  700. package/index232.js +0 -1
  701. package/index232.mjs +0 -104
  702. package/index233.js +0 -1
  703. package/index233.mjs +0 -100
  704. package/index234.js +0 -1
  705. package/index234.mjs +0 -133
  706. package/index235.js +0 -1
  707. package/index235.mjs +0 -193
  708. package/index236.js +0 -1
  709. package/index236.mjs +0 -6
  710. package/index237.js +0 -1
  711. package/index237.mjs +0 -28
  712. package/index238.js +0 -1
  713. package/index238.mjs +0 -50
  714. package/index239.js +0 -1
  715. package/index239.mjs +0 -8
  716. package/index240.js +0 -1
  717. package/index240.mjs +0 -27
  718. package/index241.js +0 -1
  719. package/index241.mjs +0 -15
  720. package/index242.js +0 -1
  721. package/index242.mjs +0 -7
  722. package/index243.js +0 -1
  723. package/index243.mjs +0 -17
  724. package/index244.js +0 -1
  725. package/index244.mjs +0 -45
  726. package/index245.js +0 -1
  727. package/index245.mjs +0 -61
  728. package/index246.js +0 -1
  729. package/index246.mjs +0 -46
  730. package/index247.js +0 -1
  731. package/index247.mjs +0 -35
  732. package/index248.js +0 -1
  733. package/index248.mjs +0 -34
  734. package/index249.js +0 -1
  735. package/index249.mjs +0 -17
  736. package/index250.js +0 -1
  737. package/index250.mjs +0 -13
  738. package/index251.js +0 -1
  739. package/index251.mjs +0 -32
  740. package/index252.js +0 -1
  741. package/index252.mjs +0 -18
  742. package/index253.js +0 -1
  743. package/index253.mjs +0 -12
  744. package/index254.js +0 -1
  745. package/index254.mjs +0 -9
  746. package/index255.js +0 -1
  747. package/index255.mjs +0 -8
  748. package/index256.js +0 -1
  749. package/index256.mjs +0 -10
  750. package/index257.js +0 -1
  751. package/index257.mjs +0 -32
  752. package/index258.js +0 -1
  753. package/index258.mjs +0 -20
  754. package/index259.js +0 -1
  755. package/index259.mjs +0 -47
  756. package/index260.js +0 -1
  757. package/index260.mjs +0 -11
  758. package/index261.js +0 -1
  759. package/index261.mjs +0 -19
  760. package/index262.js +0 -1
  761. package/index262.mjs +0 -5
  762. package/index263.js +0 -1
  763. package/index263.mjs +0 -22
  764. package/index264.js +0 -1
  765. package/index264.mjs +0 -37
  766. package/index265.js +0 -1
  767. package/index265.mjs +0 -25
  768. package/index266.js +0 -1
  769. package/index266.mjs +0 -12
  770. package/index267.js +0 -1
  771. package/index267.mjs +0 -6
  772. package/index268.js +0 -1
  773. package/index268.mjs +0 -39
  774. package/index269.js +0 -1
  775. package/index269.mjs +0 -8
  776. package/index270.js +0 -1
  777. package/index270.mjs +0 -32
  778. package/index271.js +0 -1
  779. package/index271.mjs +0 -9
  780. package/index272.js +0 -1
  781. package/index272.mjs +0 -12
  782. package/index273.js +0 -1
  783. package/index273.mjs +0 -136
  784. package/index274.js +0 -1
  785. package/index274.mjs +0 -46
  786. package/index275.js +0 -1
  787. package/index275.mjs +0 -234
  788. package/index276.js +0 -1
  789. package/index276.mjs +0 -128
  790. package/index277.js +0 -1
  791. package/index277.mjs +0 -75
  792. package/index278.js +0 -7
  793. package/index278.mjs +0 -442
  794. package/index279.js +0 -1
  795. package/index279.mjs +0 -61
  796. package/index280.js +0 -1
  797. package/index280.mjs +0 -57
  798. package/index281.js +0 -1
  799. package/index281.mjs +0 -30
  800. package/index282.js +0 -1
  801. package/index282.mjs +0 -34
  802. package/index283.js +0 -1
  803. package/index283.mjs +0 -147
  804. package/index284.js +0 -1
  805. package/index284.mjs +0 -216
  806. package/index285.js +0 -1
  807. package/index285.mjs +0 -25
  808. package/index286.js +0 -1
  809. package/index286.mjs +0 -52
  810. package/index287.js +0 -1
  811. package/index287.mjs +0 -49
  812. package/index288.js +0 -6
  813. package/index288.mjs +0 -116
  814. package/index289.js +0 -1
  815. package/index289.mjs +0 -74
  816. package/index290.js +0 -1
  817. package/index290.mjs +0 -77
  818. package/index291.js +0 -1
  819. package/index291.mjs +0 -10
  820. package/index292.js +0 -1
  821. package/index292.mjs +0 -14
  822. package/index293.js +0 -1
  823. package/index293.mjs +0 -7
  824. package/index294.js +0 -1
  825. package/index294.mjs +0 -6
  826. package/index295.js +0 -1
  827. package/index295.mjs +0 -7
  828. package/index296.js +0 -1
  829. package/index296.mjs +0 -7
  830. package/index297.js +0 -1
  831. package/index297.mjs +0 -7
  832. package/index298.js +0 -1
  833. package/index298.mjs +0 -7
  834. package/index299.js +0 -1
  835. package/index299.mjs +0 -7
  836. package/index300.js +0 -1
  837. package/index300.mjs +0 -7
  838. package/index301.js +0 -1
  839. package/index301.mjs +0 -7
  840. package/index302.js +0 -1
  841. package/index302.mjs +0 -7
  842. package/index303.js +0 -1
  843. package/index303.mjs +0 -7
  844. package/index304.js +0 -1
  845. package/index304.mjs +0 -7
  846. package/index305.js +0 -1
  847. package/index305.mjs +0 -7
  848. package/index306.js +0 -1
  849. package/index306.mjs +0 -7
  850. package/index307.js +0 -1
  851. package/index307.mjs +0 -7
  852. package/index308.js +0 -1
  853. package/index308.mjs +0 -7
  854. package/index309.js +0 -1
  855. package/index309.mjs +0 -7
  856. package/index310.js +0 -1
  857. package/index310.mjs +0 -7
  858. package/index311.js +0 -1
  859. package/index311.mjs +0 -7
  860. package/index312.js +0 -1
  861. package/index312.mjs +0 -7
  862. package/index313.js +0 -1
  863. package/index313.mjs +0 -7
  864. package/index314.js +0 -1
  865. package/index314.mjs +0 -7
  866. package/index315.js +0 -1
  867. package/index315.mjs +0 -7
  868. package/index316.js +0 -1
  869. package/index316.mjs +0 -7
  870. package/index317.js +0 -1
  871. package/index317.mjs +0 -7
  872. package/index318.js +0 -1
  873. package/index318.mjs +0 -7
  874. package/index319.js +0 -1
  875. package/index319.mjs +0 -7
  876. package/index320.js +0 -1
  877. package/index320.mjs +0 -7
  878. package/index321.js +0 -1
  879. package/index321.mjs +0 -7
  880. package/index322.js +0 -1
  881. package/index322.mjs +0 -7
  882. package/index323.js +0 -1
  883. package/index323.mjs +0 -7
  884. package/index324.js +0 -1
  885. package/index324.mjs +0 -7
  886. package/index325.js +0 -1
  887. package/index325.mjs +0 -7
  888. package/index326.js +0 -1
  889. package/index326.mjs +0 -7
  890. package/index327.js +0 -1
  891. package/index327.mjs +0 -7
  892. package/index328.js +0 -1
  893. package/index328.mjs +0 -7
  894. package/index329.js +0 -1
  895. package/index329.mjs +0 -24
  896. package/index330.js +0 -1
  897. package/index330.mjs +0 -32
  898. package/index331.js +0 -1
  899. package/index331.mjs +0 -66
  900. package/index332.js +0 -1
  901. package/index332.mjs +0 -18
  902. package/index333.js +0 -1
  903. package/index333.mjs +0 -53
  904. package/index334.js +0 -1
  905. package/index334.mjs +0 -9
  906. package/index335.js +0 -1
  907. package/index335.mjs +0 -30
  908. package/index336.js +0 -1
  909. package/index336.mjs +0 -90
  910. package/index337.js +0 -1
  911. package/index337.mjs +0 -12
  912. package/index338.js +0 -1
  913. package/index338.mjs +0 -28
  914. package/index339.js +0 -1
  915. package/index339.mjs +0 -36
  916. package/index340.js +0 -1
  917. package/index340.mjs +0 -9
  918. package/index341.js +0 -1
  919. package/index341.mjs +0 -9
  920. package/index342.js +0 -1
  921. package/index342.mjs +0 -32
  922. package/index343.js +0 -1
  923. package/index343.mjs +0 -69
  924. package/index344.js +0 -1
  925. package/index344.mjs +0 -57
  926. package/index345.js +0 -1
  927. package/index345.mjs +0 -57
  928. package/index346.js +0 -1
  929. package/index346.mjs +0 -284
  930. package/index347.js +0 -1
  931. package/index347.mjs +0 -23
  932. package/index348.js +0 -1
  933. package/index348.mjs +0 -6
  934. package/index349.js +0 -1
  935. package/index349.mjs +0 -7
  936. package/index350.js +0 -1
  937. package/index350.mjs +0 -11
  938. package/index351.js +0 -1
  939. package/index351.mjs +0 -8
  940. package/index352.js +0 -1
  941. package/index352.mjs +0 -33
  942. package/index353.js +0 -1
  943. package/index353.mjs +0 -170
@@ -1,5 +1,5 @@
1
1
  declare const listBoxTheme: {
2
- wrapper: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "flex flex-col gap-2", import('tailwind-variants/dist/config.js').TVConfig<unknown, {} | {}>, {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "flex flex-col gap-2", import('tailwind-variants/dist/config.js').TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
2
+ wrapper: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "flex flex-col gap-2", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "flex flex-col gap-2", unknown, unknown, undefined>>;
3
3
  label: import('tailwind-variants').TVReturnType<{} | {
4
4
  size: {
5
5
  h1: import('tailwind-merge').ClassNameValue | {};
@@ -33,73 +33,7 @@ declare const listBoxTheme: {
33
33
  left: import('tailwind-merge').ClassNameValue | {};
34
34
  right: import('tailwind-merge').ClassNameValue | {};
35
35
  };
36
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{} | {
37
- size: {
38
- h1: import('tailwind-merge').ClassNameValue | {};
39
- h2: import('tailwind-merge').ClassNameValue | {};
40
- h3: import('tailwind-merge').ClassNameValue | {};
41
- h4: import('tailwind-merge').ClassNameValue | {};
42
- h5: import('tailwind-merge').ClassNameValue | {};
43
- h6: import('tailwind-merge').ClassNameValue | {};
44
- leading: import('tailwind-merge').ClassNameValue | {};
45
- paragraph: import('tailwind-merge').ClassNameValue | {};
46
- footnotes: import('tailwind-merge').ClassNameValue | {};
47
- xs: import('tailwind-merge').ClassNameValue | {};
48
- };
49
- font: {
50
- body: import('tailwind-merge').ClassNameValue | {};
51
- };
52
- weight: {
53
- normal: import('tailwind-merge').ClassNameValue | {};
54
- light: import('tailwind-merge').ClassNameValue | {};
55
- bold: import('tailwind-merge').ClassNameValue | {};
56
- };
57
- color: {
58
- gray: import('tailwind-merge').ClassNameValue | {};
59
- white: import('tailwind-merge').ClassNameValue | {};
60
- };
61
- isError: {
62
- true: import('tailwind-merge').ClassNameValue | {};
63
- };
64
- align: {
65
- center: import('tailwind-merge').ClassNameValue | {};
66
- left: import('tailwind-merge').ClassNameValue | {};
67
- right: import('tailwind-merge').ClassNameValue | {};
68
- };
69
- }, {
70
- size: {
71
- h1: string;
72
- h2: string;
73
- h3: string;
74
- h4: string;
75
- h5: string;
76
- h6: string;
77
- leading: string;
78
- paragraph: string;
79
- footnotes: string;
80
- xs: string;
81
- };
82
- font: {
83
- body: string;
84
- };
85
- weight: {
86
- normal: string;
87
- light: string;
88
- bold: string;
89
- };
90
- color: {
91
- gray: string;
92
- white: string;
93
- };
94
- isError: {
95
- true: string;
96
- };
97
- align: {
98
- center: string;
99
- left: string;
100
- right: string;
101
- };
102
- }>, {
36
+ }, undefined, undefined, {
103
37
  size: {
104
38
  h1: string;
105
39
  h2: string;
@@ -165,73 +99,7 @@ declare const listBoxTheme: {
165
99
  left: string;
166
100
  right: string;
167
101
  };
168
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
169
- size: {
170
- h1: string;
171
- h2: string;
172
- h3: string;
173
- h4: string;
174
- h5: string;
175
- h6: string;
176
- leading: string;
177
- paragraph: string;
178
- footnotes: string;
179
- xs: string;
180
- };
181
- font: {
182
- body: string;
183
- };
184
- weight: {
185
- normal: string;
186
- light: string;
187
- bold: string;
188
- };
189
- color: {
190
- gray: string;
191
- white: string;
192
- };
193
- isError: {
194
- true: string;
195
- };
196
- align: {
197
- center: string;
198
- left: string;
199
- right: string;
200
- };
201
- }, {
202
- size: {
203
- h1: string;
204
- h2: string;
205
- h3: string;
206
- h4: string;
207
- h5: string;
208
- h6: string;
209
- leading: string;
210
- paragraph: string;
211
- footnotes: string;
212
- xs: string;
213
- };
214
- font: {
215
- body: string;
216
- };
217
- weight: {
218
- normal: string;
219
- light: string;
220
- bold: string;
221
- };
222
- color: {
223
- gray: string;
224
- white: string;
225
- };
226
- isError: {
227
- true: string;
228
- };
229
- align: {
230
- center: string;
231
- left: string;
232
- right: string;
233
- };
234
- }>, {
102
+ }, undefined, undefined, {
235
103
  size: {
236
104
  h1: string;
237
105
  h2: string;
@@ -297,76 +165,10 @@ declare const listBoxTheme: {
297
165
  left: string;
298
166
  right: string;
299
167
  };
300
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
301
- size: {
302
- h1: string;
303
- h2: string;
304
- h3: string;
305
- h4: string;
306
- h5: string;
307
- h6: string;
308
- leading: string;
309
- paragraph: string;
310
- footnotes: string;
311
- xs: string;
312
- };
313
- font: {
314
- body: string;
315
- };
316
- weight: {
317
- normal: string;
318
- light: string;
319
- bold: string;
320
- };
321
- color: {
322
- gray: string;
323
- white: string;
324
- };
325
- isError: {
326
- true: string;
327
- };
328
- align: {
329
- center: string;
330
- left: string;
331
- right: string;
332
- };
333
- }, {
334
- size: {
335
- h1: string;
336
- h2: string;
337
- h3: string;
338
- h4: string;
339
- h5: string;
340
- h6: string;
341
- leading: string;
342
- paragraph: string;
343
- footnotes: string;
344
- xs: string;
345
- };
346
- font: {
347
- body: string;
348
- };
349
- weight: {
350
- normal: string;
351
- light: string;
352
- bold: string;
353
- };
354
- color: {
355
- gray: string;
356
- white: string;
357
- };
358
- isError: {
359
- true: string;
360
- };
361
- align: {
362
- center: string;
363
- left: string;
364
- right: string;
365
- };
366
- }>, unknown, unknown, undefined>>>;
367
- list: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "flex flex-col gap-2", import('tailwind-variants/dist/config.js').TVConfig<unknown, {} | {}>, {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "flex flex-col gap-2", import('tailwind-variants/dist/config.js').TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
168
+ }, undefined, undefined, unknown, unknown, undefined>>>;
169
+ list: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "flex flex-col gap-2", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "flex flex-col gap-2", unknown, unknown, undefined>>;
368
170
  section: {
369
- wrapper: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "flex flex-col gap-2 pt-2 mb-2 border-t border-border first:border-t-0 first:pt-0 last:mb-0", import('tailwind-variants/dist/config.js').TVConfig<unknown, {} | {}>, {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "flex flex-col gap-2 pt-2 mb-2 border-t border-border first:border-t-0 first:pt-0 last:mb-0", import('tailwind-variants/dist/config.js').TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
171
+ wrapper: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "flex flex-col gap-2 pt-2 mb-2 border-t border-border first:border-t-0 first:pt-0 last:mb-0", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "flex flex-col gap-2 pt-2 mb-2 border-t border-border first:border-t-0 first:pt-0 last:mb-0", unknown, unknown, undefined>>;
370
172
  heading: import('tailwind-variants').TVReturnType<{} | {
371
173
  size: {
372
174
  h1: import('tailwind-merge').ClassNameValue | {};
@@ -400,40 +202,7 @@ declare const listBoxTheme: {
400
202
  left: import('tailwind-merge').ClassNameValue | {};
401
203
  right: import('tailwind-merge').ClassNameValue | {};
402
204
  };
403
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{} | {
404
- size: {
405
- h1: import('tailwind-merge').ClassNameValue | {};
406
- h2: import('tailwind-merge').ClassNameValue | {};
407
- h3: import('tailwind-merge').ClassNameValue | {};
408
- h4: import('tailwind-merge').ClassNameValue | {};
409
- h5: import('tailwind-merge').ClassNameValue | {};
410
- h6: import('tailwind-merge').ClassNameValue | {};
411
- leading: import('tailwind-merge').ClassNameValue | {};
412
- paragraph: import('tailwind-merge').ClassNameValue | {};
413
- footnotes: import('tailwind-merge').ClassNameValue | {};
414
- xs: import('tailwind-merge').ClassNameValue | {};
415
- };
416
- font: {
417
- body: import('tailwind-merge').ClassNameValue | {};
418
- };
419
- weight: {
420
- normal: import('tailwind-merge').ClassNameValue | {};
421
- light: import('tailwind-merge').ClassNameValue | {};
422
- bold: import('tailwind-merge').ClassNameValue | {};
423
- };
424
- color: {
425
- gray: import('tailwind-merge').ClassNameValue | {};
426
- white: import('tailwind-merge').ClassNameValue | {};
427
- };
428
- isError: {
429
- true: import('tailwind-merge').ClassNameValue | {};
430
- };
431
- align: {
432
- center: import('tailwind-merge').ClassNameValue | {};
433
- left: import('tailwind-merge').ClassNameValue | {};
434
- right: import('tailwind-merge').ClassNameValue | {};
435
- };
436
- }, {
205
+ }, undefined, undefined, {
437
206
  size: {
438
207
  h1: string;
439
208
  h2: string;
@@ -466,7 +235,7 @@ declare const listBoxTheme: {
466
235
  left: string;
467
236
  right: string;
468
237
  };
469
- }>, {
238
+ }, undefined, import('tailwind-variants').TVReturnType<{
470
239
  size: {
471
240
  h1: string;
472
241
  h2: string;
@@ -499,7 +268,7 @@ declare const listBoxTheme: {
499
268
  left: string;
500
269
  right: string;
501
270
  };
502
- }, undefined, import('tailwind-variants').TVReturnType<{
271
+ }, undefined, undefined, {
503
272
  size: {
504
273
  h1: string;
505
274
  h2: string;
@@ -532,7 +301,7 @@ declare const listBoxTheme: {
532
301
  left: string;
533
302
  right: string;
534
303
  };
535
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
304
+ }, undefined, import('tailwind-variants').TVReturnType<{
536
305
  size: {
537
306
  h1: string;
538
307
  h2: string;
@@ -565,173 +334,8 @@ declare const listBoxTheme: {
565
334
  left: string;
566
335
  right: string;
567
336
  };
568
- }, {
569
- size: {
570
- h1: string;
571
- h2: string;
572
- h3: string;
573
- h4: string;
574
- h5: string;
575
- h6: string;
576
- leading: string;
577
- paragraph: string;
578
- footnotes: string;
579
- xs: string;
580
- };
581
- font: {
582
- body: string;
583
- };
584
- weight: {
585
- normal: string;
586
- light: string;
587
- bold: string;
588
- };
589
- color: {
590
- gray: string;
591
- white: string;
592
- };
593
- isError: {
594
- true: string;
595
- };
596
- align: {
597
- center: string;
598
- left: string;
599
- right: string;
600
- };
601
- }>, {
602
- size: {
603
- h1: string;
604
- h2: string;
605
- h3: string;
606
- h4: string;
607
- h5: string;
608
- h6: string;
609
- leading: string;
610
- paragraph: string;
611
- footnotes: string;
612
- xs: string;
613
- };
614
- font: {
615
- body: string;
616
- };
617
- weight: {
618
- normal: string;
619
- light: string;
620
- bold: string;
621
- };
622
- color: {
623
- gray: string;
624
- white: string;
625
- };
626
- isError: {
627
- true: string;
628
- };
629
- align: {
630
- center: string;
631
- left: string;
632
- right: string;
633
- };
634
- }, undefined, import('tailwind-variants').TVReturnType<{
635
- size: {
636
- h1: string;
637
- h2: string;
638
- h3: string;
639
- h4: string;
640
- h5: string;
641
- h6: string;
642
- leading: string;
643
- paragraph: string;
644
- footnotes: string;
645
- xs: string;
646
- };
647
- font: {
648
- body: string;
649
- };
650
- weight: {
651
- normal: string;
652
- light: string;
653
- bold: string;
654
- };
655
- color: {
656
- gray: string;
657
- white: string;
658
- };
659
- isError: {
660
- true: string;
661
- };
662
- align: {
663
- center: string;
664
- left: string;
665
- right: string;
666
- };
667
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
668
- size: {
669
- h1: string;
670
- h2: string;
671
- h3: string;
672
- h4: string;
673
- h5: string;
674
- h6: string;
675
- leading: string;
676
- paragraph: string;
677
- footnotes: string;
678
- xs: string;
679
- };
680
- font: {
681
- body: string;
682
- };
683
- weight: {
684
- normal: string;
685
- light: string;
686
- bold: string;
687
- };
688
- color: {
689
- gray: string;
690
- white: string;
691
- };
692
- isError: {
693
- true: string;
694
- };
695
- align: {
696
- center: string;
697
- left: string;
698
- right: string;
699
- };
700
- }, {
701
- size: {
702
- h1: string;
703
- h2: string;
704
- h3: string;
705
- h4: string;
706
- h5: string;
707
- h6: string;
708
- leading: string;
709
- paragraph: string;
710
- footnotes: string;
711
- xs: string;
712
- };
713
- font: {
714
- body: string;
715
- };
716
- weight: {
717
- normal: string;
718
- light: string;
719
- bold: string;
720
- };
721
- color: {
722
- gray: string;
723
- white: string;
724
- };
725
- isError: {
726
- true: string;
727
- };
728
- align: {
729
- center: string;
730
- left: string;
731
- right: string;
732
- };
733
- }>, unknown, unknown, undefined>>>;
734
- group: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "flex flex-col gap-2", import('tailwind-variants/dist/config.js').TVConfig<unknown, {} | {}>, {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "flex flex-col gap-2", import('tailwind-variants/dist/config.js').TVConfig<unknown, {} | {}>, unknown, unknown, undefined>>;
337
+ }, undefined, undefined, unknown, unknown, undefined>>>;
338
+ group: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, "flex flex-col gap-2", {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, "flex flex-col gap-2", unknown, unknown, undefined>>;
735
339
  item: {
736
340
  option: import('tailwind-variants').TVReturnType<{
737
341
  isSelectable: {
@@ -756,30 +360,7 @@ declare const listBoxTheme: {
756
360
  allowsSelection: {
757
361
  true: string;
758
362
  };
759
- }, undefined, "p-1 rounded-md", import('tailwind-variants/dist/config.js').TVConfig<{
760
- isSelectable: {
761
- true: string;
762
- };
763
- isLink: {
764
- true: string;
765
- false: string;
766
- };
767
- isFocused: {
768
- true: string;
769
- };
770
- isFocusVisible: {
771
- true: string;
772
- };
773
- isSelected: {
774
- true: string;
775
- };
776
- isDisabled: {
777
- true: string;
778
- };
779
- allowsSelection: {
780
- true: string;
781
- };
782
- }, {
363
+ }, undefined, "p-1 rounded-md", {
783
364
  size: {
784
365
  h1: string;
785
366
  h2: string;
@@ -812,7 +393,7 @@ declare const listBoxTheme: {
812
393
  left: string;
813
394
  right: string;
814
395
  };
815
- }>, {
396
+ }, undefined, import('tailwind-variants').TVReturnType<{
816
397
  size: {
817
398
  h1: string;
818
399
  h2: string;
@@ -845,7 +426,7 @@ declare const listBoxTheme: {
845
426
  left: string;
846
427
  right: string;
847
428
  };
848
- }, undefined, import('tailwind-variants').TVReturnType<{
429
+ }, undefined, undefined, {
849
430
  size: {
850
431
  h1: string;
851
432
  h2: string;
@@ -878,7 +459,7 @@ declare const listBoxTheme: {
878
459
  left: string;
879
460
  right: string;
880
461
  };
881
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
462
+ }, undefined, import('tailwind-variants').TVReturnType<{
882
463
  size: {
883
464
  h1: string;
884
465
  h2: string;
@@ -911,40 +492,41 @@ declare const listBoxTheme: {
911
492
  left: string;
912
493
  right: string;
913
494
  };
914
- }, {
495
+ }, undefined, undefined, unknown, unknown, undefined>>>;
496
+ label: import('tailwind-variants').TVReturnType<{} | {
915
497
  size: {
916
- h1: string;
917
- h2: string;
918
- h3: string;
919
- h4: string;
920
- h5: string;
921
- h6: string;
922
- leading: string;
923
- paragraph: string;
924
- footnotes: string;
925
- xs: string;
498
+ h1: import('tailwind-merge').ClassNameValue | {};
499
+ h2: import('tailwind-merge').ClassNameValue | {};
500
+ h3: import('tailwind-merge').ClassNameValue | {};
501
+ h4: import('tailwind-merge').ClassNameValue | {};
502
+ h5: import('tailwind-merge').ClassNameValue | {};
503
+ h6: import('tailwind-merge').ClassNameValue | {};
504
+ leading: import('tailwind-merge').ClassNameValue | {};
505
+ paragraph: import('tailwind-merge').ClassNameValue | {};
506
+ footnotes: import('tailwind-merge').ClassNameValue | {};
507
+ xs: import('tailwind-merge').ClassNameValue | {};
926
508
  };
927
509
  font: {
928
- body: string;
510
+ body: import('tailwind-merge').ClassNameValue | {};
929
511
  };
930
512
  weight: {
931
- normal: string;
932
- light: string;
933
- bold: string;
513
+ normal: import('tailwind-merge').ClassNameValue | {};
514
+ light: import('tailwind-merge').ClassNameValue | {};
515
+ bold: import('tailwind-merge').ClassNameValue | {};
934
516
  };
935
517
  color: {
936
- gray: string;
937
- white: string;
518
+ gray: import('tailwind-merge').ClassNameValue | {};
519
+ white: import('tailwind-merge').ClassNameValue | {};
938
520
  };
939
521
  isError: {
940
- true: string;
522
+ true: import('tailwind-merge').ClassNameValue | {};
941
523
  };
942
524
  align: {
943
- center: string;
944
- left: string;
945
- right: string;
525
+ center: import('tailwind-merge').ClassNameValue | {};
526
+ left: import('tailwind-merge').ClassNameValue | {};
527
+ right: import('tailwind-merge').ClassNameValue | {};
946
528
  };
947
- }>, {
529
+ }, undefined, undefined, {
948
530
  size: {
949
531
  h1: string;
950
532
  h2: string;
@@ -1010,7 +592,7 @@ declare const listBoxTheme: {
1010
592
  left: string;
1011
593
  right: string;
1012
594
  };
1013
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
595
+ }, undefined, undefined, {
1014
596
  size: {
1015
597
  h1: string;
1016
598
  h2: string;
@@ -1043,7 +625,7 @@ declare const listBoxTheme: {
1043
625
  left: string;
1044
626
  right: string;
1045
627
  };
1046
- }, {
628
+ }, undefined, import('tailwind-variants').TVReturnType<{
1047
629
  size: {
1048
630
  h1: string;
1049
631
  h2: string;
@@ -1076,41 +658,8 @@ declare const listBoxTheme: {
1076
658
  left: string;
1077
659
  right: string;
1078
660
  };
1079
- }>, unknown, unknown, undefined>>>;
1080
- label: import('tailwind-variants').TVReturnType<{} | {
1081
- size: {
1082
- h1: import('tailwind-merge').ClassNameValue | {};
1083
- h2: import('tailwind-merge').ClassNameValue | {};
1084
- h3: import('tailwind-merge').ClassNameValue | {};
1085
- h4: import('tailwind-merge').ClassNameValue | {};
1086
- h5: import('tailwind-merge').ClassNameValue | {};
1087
- h6: import('tailwind-merge').ClassNameValue | {};
1088
- leading: import('tailwind-merge').ClassNameValue | {};
1089
- paragraph: import('tailwind-merge').ClassNameValue | {};
1090
- footnotes: import('tailwind-merge').ClassNameValue | {};
1091
- xs: import('tailwind-merge').ClassNameValue | {};
1092
- };
1093
- font: {
1094
- body: import('tailwind-merge').ClassNameValue | {};
1095
- };
1096
- weight: {
1097
- normal: import('tailwind-merge').ClassNameValue | {};
1098
- light: import('tailwind-merge').ClassNameValue | {};
1099
- bold: import('tailwind-merge').ClassNameValue | {};
1100
- };
1101
- color: {
1102
- gray: import('tailwind-merge').ClassNameValue | {};
1103
- white: import('tailwind-merge').ClassNameValue | {};
1104
- };
1105
- isError: {
1106
- true: import('tailwind-merge').ClassNameValue | {};
1107
- };
1108
- align: {
1109
- center: import('tailwind-merge').ClassNameValue | {};
1110
- left: import('tailwind-merge').ClassNameValue | {};
1111
- right: import('tailwind-merge').ClassNameValue | {};
1112
- };
1113
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{} | {
661
+ }, undefined, undefined, unknown, unknown, undefined>>>;
662
+ description: import('tailwind-variants').TVReturnType<{} | {
1114
663
  size: {
1115
664
  h1: import('tailwind-merge').ClassNameValue | {};
1116
665
  h2: import('tailwind-merge').ClassNameValue | {};
@@ -1143,7 +692,7 @@ declare const listBoxTheme: {
1143
692
  left: import('tailwind-merge').ClassNameValue | {};
1144
693
  right: import('tailwind-merge').ClassNameValue | {};
1145
694
  };
1146
- }, {
695
+ }, undefined, undefined, {
1147
696
  size: {
1148
697
  h1: string;
1149
698
  h2: string;
@@ -1176,7 +725,7 @@ declare const listBoxTheme: {
1176
725
  left: string;
1177
726
  right: string;
1178
727
  };
1179
- }>, {
728
+ }, undefined, import('tailwind-variants').TVReturnType<{
1180
729
  size: {
1181
730
  h1: string;
1182
731
  h2: string;
@@ -1209,7 +758,7 @@ declare const listBoxTheme: {
1209
758
  left: string;
1210
759
  right: string;
1211
760
  };
1212
- }, undefined, import('tailwind-variants').TVReturnType<{
761
+ }, undefined, undefined, {
1213
762
  size: {
1214
763
  h1: string;
1215
764
  h2: string;
@@ -1242,7 +791,7 @@ declare const listBoxTheme: {
1242
791
  left: string;
1243
792
  right: string;
1244
793
  };
1245
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
794
+ }, undefined, import('tailwind-variants').TVReturnType<{
1246
795
  size: {
1247
796
  h1: string;
1248
797
  h2: string;
@@ -1275,1115 +824,34 @@ declare const listBoxTheme: {
1275
824
  left: string;
1276
825
  right: string;
1277
826
  };
1278
- }, {
1279
- size: {
1280
- h1: string;
1281
- h2: string;
1282
- h3: string;
1283
- h4: string;
1284
- h5: string;
1285
- h6: string;
1286
- leading: string;
1287
- paragraph: string;
1288
- footnotes: string;
1289
- xs: string;
1290
- };
1291
- font: {
1292
- body: string;
1293
- };
1294
- weight: {
1295
- normal: string;
1296
- light: string;
1297
- bold: string;
1298
- };
1299
- color: {
1300
- gray: string;
1301
- white: string;
1302
- };
1303
- isError: {
1304
- true: string;
1305
- };
1306
- align: {
1307
- center: string;
1308
- left: string;
1309
- right: string;
1310
- };
1311
- }>, {
1312
- size: {
1313
- h1: string;
1314
- h2: string;
1315
- h3: string;
1316
- h4: string;
1317
- h5: string;
1318
- h6: string;
1319
- leading: string;
1320
- paragraph: string;
1321
- footnotes: string;
1322
- xs: string;
1323
- };
1324
- font: {
1325
- body: string;
1326
- };
1327
- weight: {
1328
- normal: string;
1329
- light: string;
1330
- bold: string;
1331
- };
1332
- color: {
1333
- gray: string;
1334
- white: string;
1335
- };
1336
- isError: {
1337
- true: string;
1338
- };
1339
- align: {
1340
- center: string;
1341
- left: string;
1342
- right: string;
1343
- };
1344
- }, undefined, import('tailwind-variants').TVReturnType<{
1345
- size: {
1346
- h1: string;
1347
- h2: string;
1348
- h3: string;
1349
- h4: string;
1350
- h5: string;
1351
- h6: string;
1352
- leading: string;
1353
- paragraph: string;
1354
- footnotes: string;
1355
- xs: string;
1356
- };
1357
- font: {
1358
- body: string;
1359
- };
1360
- weight: {
1361
- normal: string;
1362
- light: string;
1363
- bold: string;
1364
- };
1365
- color: {
1366
- gray: string;
1367
- white: string;
1368
- };
1369
- isError: {
1370
- true: string;
1371
- };
1372
- align: {
1373
- center: string;
1374
- left: string;
1375
- right: string;
1376
- };
1377
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
1378
- size: {
1379
- h1: string;
1380
- h2: string;
1381
- h3: string;
1382
- h4: string;
1383
- h5: string;
1384
- h6: string;
1385
- leading: string;
1386
- paragraph: string;
1387
- footnotes: string;
1388
- xs: string;
1389
- };
1390
- font: {
1391
- body: string;
1392
- };
1393
- weight: {
1394
- normal: string;
1395
- light: string;
1396
- bold: string;
1397
- };
1398
- color: {
1399
- gray: string;
1400
- white: string;
1401
- };
1402
- isError: {
1403
- true: string;
1404
- };
1405
- align: {
1406
- center: string;
1407
- left: string;
1408
- right: string;
1409
- };
1410
- }, {
1411
- size: {
1412
- h1: string;
1413
- h2: string;
1414
- h3: string;
1415
- h4: string;
1416
- h5: string;
1417
- h6: string;
1418
- leading: string;
1419
- paragraph: string;
1420
- footnotes: string;
1421
- xs: string;
1422
- };
1423
- font: {
1424
- body: string;
1425
- };
1426
- weight: {
1427
- normal: string;
1428
- light: string;
1429
- bold: string;
1430
- };
1431
- color: {
1432
- gray: string;
1433
- white: string;
1434
- };
1435
- isError: {
1436
- true: string;
1437
- };
1438
- align: {
1439
- center: string;
1440
- left: string;
1441
- right: string;
1442
- };
1443
- }>, unknown, unknown, undefined>>>;
1444
- description: import('tailwind-variants').TVReturnType<{} | {
1445
- size: {
1446
- h1: import('tailwind-merge').ClassNameValue | {};
1447
- h2: import('tailwind-merge').ClassNameValue | {};
1448
- h3: import('tailwind-merge').ClassNameValue | {};
1449
- h4: import('tailwind-merge').ClassNameValue | {};
1450
- h5: import('tailwind-merge').ClassNameValue | {};
1451
- h6: import('tailwind-merge').ClassNameValue | {};
1452
- leading: import('tailwind-merge').ClassNameValue | {};
1453
- paragraph: import('tailwind-merge').ClassNameValue | {};
1454
- footnotes: import('tailwind-merge').ClassNameValue | {};
1455
- xs: import('tailwind-merge').ClassNameValue | {};
1456
- };
1457
- font: {
1458
- body: import('tailwind-merge').ClassNameValue | {};
1459
- };
1460
- weight: {
1461
- normal: import('tailwind-merge').ClassNameValue | {};
1462
- light: import('tailwind-merge').ClassNameValue | {};
1463
- bold: import('tailwind-merge').ClassNameValue | {};
1464
- };
1465
- color: {
1466
- gray: import('tailwind-merge').ClassNameValue | {};
1467
- white: import('tailwind-merge').ClassNameValue | {};
1468
- };
1469
- isError: {
1470
- true: import('tailwind-merge').ClassNameValue | {};
1471
- };
1472
- align: {
1473
- center: import('tailwind-merge').ClassNameValue | {};
1474
- left: import('tailwind-merge').ClassNameValue | {};
1475
- right: import('tailwind-merge').ClassNameValue | {};
1476
- };
1477
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{} | {
1478
- size: {
1479
- h1: import('tailwind-merge').ClassNameValue | {};
1480
- h2: import('tailwind-merge').ClassNameValue | {};
1481
- h3: import('tailwind-merge').ClassNameValue | {};
1482
- h4: import('tailwind-merge').ClassNameValue | {};
1483
- h5: import('tailwind-merge').ClassNameValue | {};
1484
- h6: import('tailwind-merge').ClassNameValue | {};
1485
- leading: import('tailwind-merge').ClassNameValue | {};
1486
- paragraph: import('tailwind-merge').ClassNameValue | {};
1487
- footnotes: import('tailwind-merge').ClassNameValue | {};
1488
- xs: import('tailwind-merge').ClassNameValue | {};
1489
- };
1490
- font: {
1491
- body: import('tailwind-merge').ClassNameValue | {};
1492
- };
1493
- weight: {
1494
- normal: import('tailwind-merge').ClassNameValue | {};
1495
- light: import('tailwind-merge').ClassNameValue | {};
1496
- bold: import('tailwind-merge').ClassNameValue | {};
1497
- };
1498
- color: {
1499
- gray: import('tailwind-merge').ClassNameValue | {};
1500
- white: import('tailwind-merge').ClassNameValue | {};
1501
- };
1502
- isError: {
1503
- true: import('tailwind-merge').ClassNameValue | {};
1504
- };
1505
- align: {
1506
- center: import('tailwind-merge').ClassNameValue | {};
1507
- left: import('tailwind-merge').ClassNameValue | {};
1508
- right: import('tailwind-merge').ClassNameValue | {};
1509
- };
1510
- }, {
1511
- size: {
1512
- h1: string;
1513
- h2: string;
1514
- h3: string;
1515
- h4: string;
1516
- h5: string;
1517
- h6: string;
1518
- leading: string;
1519
- paragraph: string;
1520
- footnotes: string;
1521
- xs: string;
1522
- };
1523
- font: {
1524
- body: string;
1525
- };
1526
- weight: {
1527
- normal: string;
1528
- light: string;
1529
- bold: string;
1530
- };
1531
- color: {
1532
- gray: string;
1533
- white: string;
1534
- };
1535
- isError: {
1536
- true: string;
1537
- };
1538
- align: {
1539
- center: string;
1540
- left: string;
1541
- right: string;
1542
- };
1543
- }>, {
1544
- size: {
1545
- h1: string;
1546
- h2: string;
1547
- h3: string;
1548
- h4: string;
1549
- h5: string;
1550
- h6: string;
1551
- leading: string;
1552
- paragraph: string;
1553
- footnotes: string;
1554
- xs: string;
1555
- };
1556
- font: {
1557
- body: string;
1558
- };
1559
- weight: {
1560
- normal: string;
1561
- light: string;
1562
- bold: string;
1563
- };
1564
- color: {
1565
- gray: string;
1566
- white: string;
1567
- };
1568
- isError: {
1569
- true: string;
1570
- };
1571
- align: {
1572
- center: string;
1573
- left: string;
1574
- right: string;
1575
- };
1576
- }, undefined, import('tailwind-variants').TVReturnType<{
1577
- size: {
1578
- h1: string;
1579
- h2: string;
1580
- h3: string;
1581
- h4: string;
1582
- h5: string;
1583
- h6: string;
1584
- leading: string;
1585
- paragraph: string;
1586
- footnotes: string;
1587
- xs: string;
1588
- };
1589
- font: {
1590
- body: string;
1591
- };
1592
- weight: {
1593
- normal: string;
1594
- light: string;
1595
- bold: string;
1596
- };
1597
- color: {
1598
- gray: string;
1599
- white: string;
1600
- };
1601
- isError: {
1602
- true: string;
1603
- };
1604
- align: {
1605
- center: string;
1606
- left: string;
1607
- right: string;
1608
- };
1609
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
1610
- size: {
1611
- h1: string;
1612
- h2: string;
1613
- h3: string;
1614
- h4: string;
1615
- h5: string;
1616
- h6: string;
1617
- leading: string;
1618
- paragraph: string;
1619
- footnotes: string;
1620
- xs: string;
1621
- };
1622
- font: {
1623
- body: string;
1624
- };
1625
- weight: {
1626
- normal: string;
1627
- light: string;
1628
- bold: string;
1629
- };
1630
- color: {
1631
- gray: string;
1632
- white: string;
1633
- };
1634
- isError: {
1635
- true: string;
1636
- };
1637
- align: {
1638
- center: string;
1639
- left: string;
1640
- right: string;
1641
- };
1642
- }, {
1643
- size: {
1644
- h1: string;
1645
- h2: string;
1646
- h3: string;
1647
- h4: string;
1648
- h5: string;
1649
- h6: string;
1650
- leading: string;
1651
- paragraph: string;
1652
- footnotes: string;
1653
- xs: string;
1654
- };
1655
- font: {
1656
- body: string;
1657
- };
1658
- weight: {
1659
- normal: string;
1660
- light: string;
1661
- bold: string;
1662
- };
1663
- color: {
1664
- gray: string;
1665
- white: string;
1666
- };
1667
- isError: {
1668
- true: string;
1669
- };
1670
- align: {
1671
- center: string;
1672
- left: string;
1673
- right: string;
1674
- };
1675
- }>, {
1676
- size: {
1677
- h1: string;
1678
- h2: string;
1679
- h3: string;
1680
- h4: string;
1681
- h5: string;
1682
- h6: string;
1683
- leading: string;
1684
- paragraph: string;
1685
- footnotes: string;
1686
- xs: string;
1687
- };
1688
- font: {
1689
- body: string;
1690
- };
1691
- weight: {
1692
- normal: string;
1693
- light: string;
1694
- bold: string;
1695
- };
1696
- color: {
1697
- gray: string;
1698
- white: string;
1699
- };
1700
- isError: {
1701
- true: string;
1702
- };
1703
- align: {
1704
- center: string;
1705
- left: string;
1706
- right: string;
1707
- };
1708
- }, undefined, import('tailwind-variants').TVReturnType<{
1709
- size: {
1710
- h1: string;
1711
- h2: string;
1712
- h3: string;
1713
- h4: string;
1714
- h5: string;
1715
- h6: string;
1716
- leading: string;
1717
- paragraph: string;
1718
- footnotes: string;
1719
- xs: string;
1720
- };
1721
- font: {
1722
- body: string;
1723
- };
1724
- weight: {
1725
- normal: string;
1726
- light: string;
1727
- bold: string;
1728
- };
1729
- color: {
1730
- gray: string;
1731
- white: string;
1732
- };
1733
- isError: {
1734
- true: string;
1735
- };
1736
- align: {
1737
- center: string;
1738
- left: string;
1739
- right: string;
1740
- };
1741
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
1742
- size: {
1743
- h1: string;
1744
- h2: string;
1745
- h3: string;
1746
- h4: string;
1747
- h5: string;
1748
- h6: string;
1749
- leading: string;
1750
- paragraph: string;
1751
- footnotes: string;
1752
- xs: string;
1753
- };
1754
- font: {
1755
- body: string;
1756
- };
1757
- weight: {
1758
- normal: string;
1759
- light: string;
1760
- bold: string;
1761
- };
1762
- color: {
1763
- gray: string;
1764
- white: string;
1765
- };
1766
- isError: {
1767
- true: string;
1768
- };
1769
- align: {
1770
- center: string;
1771
- left: string;
1772
- right: string;
1773
- };
1774
- }, {
1775
- size: {
1776
- h1: string;
1777
- h2: string;
1778
- h3: string;
1779
- h4: string;
1780
- h5: string;
1781
- h6: string;
1782
- leading: string;
1783
- paragraph: string;
1784
- footnotes: string;
1785
- xs: string;
1786
- };
1787
- font: {
1788
- body: string;
1789
- };
1790
- weight: {
1791
- normal: string;
1792
- light: string;
1793
- bold: string;
1794
- };
1795
- color: {
1796
- gray: string;
1797
- white: string;
1798
- };
1799
- isError: {
1800
- true: string;
1801
- };
1802
- align: {
1803
- center: string;
1804
- left: string;
1805
- right: string;
1806
- };
1807
- }>, unknown, unknown, undefined>>>;
1808
- };
1809
- };
1810
- item: {
1811
- option: import('tailwind-variants').TVReturnType<{
1812
- isSelectable: {
1813
- true: string;
1814
- };
1815
- isLink: {
1816
- true: string;
1817
- false: string;
1818
- };
1819
- isFocused: {
1820
- true: string;
1821
- };
1822
- isFocusVisible: {
1823
- true: string;
1824
- };
1825
- isSelected: {
1826
- true: string;
1827
- };
1828
- isDisabled: {
1829
- true: string;
1830
- };
1831
- allowsSelection: {
1832
- true: string;
1833
- };
1834
- }, undefined, "p-1 rounded-md", import('tailwind-variants/dist/config.js').TVConfig<{
1835
- isSelectable: {
1836
- true: string;
1837
- };
1838
- isLink: {
1839
- true: string;
1840
- false: string;
1841
- };
1842
- isFocused: {
1843
- true: string;
1844
- };
1845
- isFocusVisible: {
1846
- true: string;
1847
- };
1848
- isSelected: {
1849
- true: string;
1850
- };
1851
- isDisabled: {
1852
- true: string;
1853
- };
1854
- allowsSelection: {
1855
- true: string;
1856
- };
1857
- }, {
1858
- size: {
1859
- h1: string;
1860
- h2: string;
1861
- h3: string;
1862
- h4: string;
1863
- h5: string;
1864
- h6: string;
1865
- leading: string;
1866
- paragraph: string;
1867
- footnotes: string;
1868
- xs: string;
1869
- };
1870
- font: {
1871
- body: string;
1872
- };
1873
- weight: {
1874
- normal: string;
1875
- light: string;
1876
- bold: string;
1877
- };
1878
- color: {
1879
- gray: string;
1880
- white: string;
1881
- };
1882
- isError: {
1883
- true: string;
1884
- };
1885
- align: {
1886
- center: string;
1887
- left: string;
1888
- right: string;
1889
- };
1890
- }>, {
1891
- size: {
1892
- h1: string;
1893
- h2: string;
1894
- h3: string;
1895
- h4: string;
1896
- h5: string;
1897
- h6: string;
1898
- leading: string;
1899
- paragraph: string;
1900
- footnotes: string;
1901
- xs: string;
1902
- };
1903
- font: {
1904
- body: string;
1905
- };
1906
- weight: {
1907
- normal: string;
1908
- light: string;
1909
- bold: string;
1910
- };
1911
- color: {
1912
- gray: string;
1913
- white: string;
1914
- };
1915
- isError: {
1916
- true: string;
1917
- };
1918
- align: {
1919
- center: string;
1920
- left: string;
1921
- right: string;
1922
- };
1923
- }, undefined, import('tailwind-variants').TVReturnType<{
1924
- size: {
1925
- h1: string;
1926
- h2: string;
1927
- h3: string;
1928
- h4: string;
1929
- h5: string;
1930
- h6: string;
1931
- leading: string;
1932
- paragraph: string;
1933
- footnotes: string;
1934
- xs: string;
1935
- };
1936
- font: {
1937
- body: string;
1938
- };
1939
- weight: {
1940
- normal: string;
1941
- light: string;
1942
- bold: string;
1943
- };
1944
- color: {
1945
- gray: string;
1946
- white: string;
1947
- };
1948
- isError: {
1949
- true: string;
1950
- };
1951
- align: {
1952
- center: string;
1953
- left: string;
1954
- right: string;
1955
- };
1956
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
1957
- size: {
1958
- h1: string;
1959
- h2: string;
1960
- h3: string;
1961
- h4: string;
1962
- h5: string;
1963
- h6: string;
1964
- leading: string;
1965
- paragraph: string;
1966
- footnotes: string;
1967
- xs: string;
1968
- };
1969
- font: {
1970
- body: string;
1971
- };
1972
- weight: {
1973
- normal: string;
1974
- light: string;
1975
- bold: string;
1976
- };
1977
- color: {
1978
- gray: string;
1979
- white: string;
1980
- };
1981
- isError: {
1982
- true: string;
1983
- };
1984
- align: {
1985
- center: string;
1986
- left: string;
1987
- right: string;
1988
- };
1989
- }, {
1990
- size: {
1991
- h1: string;
1992
- h2: string;
1993
- h3: string;
1994
- h4: string;
1995
- h5: string;
1996
- h6: string;
1997
- leading: string;
1998
- paragraph: string;
1999
- footnotes: string;
2000
- xs: string;
2001
- };
2002
- font: {
2003
- body: string;
2004
- };
2005
- weight: {
2006
- normal: string;
2007
- light: string;
2008
- bold: string;
2009
- };
2010
- color: {
2011
- gray: string;
2012
- white: string;
2013
- };
2014
- isError: {
2015
- true: string;
2016
- };
2017
- align: {
2018
- center: string;
2019
- left: string;
2020
- right: string;
2021
- };
2022
- }>, {
2023
- size: {
2024
- h1: string;
2025
- h2: string;
2026
- h3: string;
2027
- h4: string;
2028
- h5: string;
2029
- h6: string;
2030
- leading: string;
2031
- paragraph: string;
2032
- footnotes: string;
2033
- xs: string;
2034
- };
2035
- font: {
2036
- body: string;
2037
- };
2038
- weight: {
2039
- normal: string;
2040
- light: string;
2041
- bold: string;
2042
- };
2043
- color: {
2044
- gray: string;
2045
- white: string;
2046
- };
2047
- isError: {
2048
- true: string;
2049
- };
2050
- align: {
2051
- center: string;
2052
- left: string;
2053
- right: string;
2054
- };
2055
- }, undefined, import('tailwind-variants').TVReturnType<{
2056
- size: {
2057
- h1: string;
2058
- h2: string;
2059
- h3: string;
2060
- h4: string;
2061
- h5: string;
2062
- h6: string;
2063
- leading: string;
2064
- paragraph: string;
2065
- footnotes: string;
2066
- xs: string;
2067
- };
2068
- font: {
2069
- body: string;
2070
- };
2071
- weight: {
2072
- normal: string;
2073
- light: string;
2074
- bold: string;
2075
- };
2076
- color: {
2077
- gray: string;
2078
- white: string;
2079
- };
2080
- isError: {
2081
- true: string;
2082
- };
2083
- align: {
2084
- center: string;
2085
- left: string;
2086
- right: string;
2087
- };
2088
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
2089
- size: {
2090
- h1: string;
2091
- h2: string;
2092
- h3: string;
2093
- h4: string;
2094
- h5: string;
2095
- h6: string;
2096
- leading: string;
2097
- paragraph: string;
2098
- footnotes: string;
2099
- xs: string;
2100
- };
2101
- font: {
2102
- body: string;
2103
- };
2104
- weight: {
2105
- normal: string;
2106
- light: string;
2107
- bold: string;
2108
- };
2109
- color: {
2110
- gray: string;
2111
- white: string;
2112
- };
2113
- isError: {
2114
- true: string;
2115
- };
2116
- align: {
2117
- center: string;
2118
- left: string;
2119
- right: string;
2120
- };
2121
- }, {
2122
- size: {
2123
- h1: string;
2124
- h2: string;
2125
- h3: string;
2126
- h4: string;
2127
- h5: string;
2128
- h6: string;
2129
- leading: string;
2130
- paragraph: string;
2131
- footnotes: string;
2132
- xs: string;
2133
- };
2134
- font: {
2135
- body: string;
2136
- };
2137
- weight: {
2138
- normal: string;
2139
- light: string;
2140
- bold: string;
2141
- };
2142
- color: {
2143
- gray: string;
2144
- white: string;
2145
- };
2146
- isError: {
2147
- true: string;
2148
- };
2149
- align: {
2150
- center: string;
2151
- left: string;
2152
- right: string;
2153
- };
2154
- }>, unknown, unknown, undefined>>>;
2155
- label: import('tailwind-variants').TVReturnType<{} | {
2156
- size: {
2157
- h1: import('tailwind-merge').ClassNameValue | {};
2158
- h2: import('tailwind-merge').ClassNameValue | {};
2159
- h3: import('tailwind-merge').ClassNameValue | {};
2160
- h4: import('tailwind-merge').ClassNameValue | {};
2161
- h5: import('tailwind-merge').ClassNameValue | {};
2162
- h6: import('tailwind-merge').ClassNameValue | {};
2163
- leading: import('tailwind-merge').ClassNameValue | {};
2164
- paragraph: import('tailwind-merge').ClassNameValue | {};
2165
- footnotes: import('tailwind-merge').ClassNameValue | {};
2166
- xs: import('tailwind-merge').ClassNameValue | {};
2167
- };
2168
- font: {
2169
- body: import('tailwind-merge').ClassNameValue | {};
2170
- };
2171
- weight: {
2172
- normal: import('tailwind-merge').ClassNameValue | {};
2173
- light: import('tailwind-merge').ClassNameValue | {};
2174
- bold: import('tailwind-merge').ClassNameValue | {};
2175
- };
2176
- color: {
2177
- gray: import('tailwind-merge').ClassNameValue | {};
2178
- white: import('tailwind-merge').ClassNameValue | {};
2179
- };
2180
- isError: {
2181
- true: import('tailwind-merge').ClassNameValue | {};
2182
- };
2183
- align: {
2184
- center: import('tailwind-merge').ClassNameValue | {};
2185
- left: import('tailwind-merge').ClassNameValue | {};
2186
- right: import('tailwind-merge').ClassNameValue | {};
2187
- };
2188
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{} | {
2189
- size: {
2190
- h1: import('tailwind-merge').ClassNameValue | {};
2191
- h2: import('tailwind-merge').ClassNameValue | {};
2192
- h3: import('tailwind-merge').ClassNameValue | {};
2193
- h4: import('tailwind-merge').ClassNameValue | {};
2194
- h5: import('tailwind-merge').ClassNameValue | {};
2195
- h6: import('tailwind-merge').ClassNameValue | {};
2196
- leading: import('tailwind-merge').ClassNameValue | {};
2197
- paragraph: import('tailwind-merge').ClassNameValue | {};
2198
- footnotes: import('tailwind-merge').ClassNameValue | {};
2199
- xs: import('tailwind-merge').ClassNameValue | {};
2200
- };
2201
- font: {
2202
- body: import('tailwind-merge').ClassNameValue | {};
2203
- };
2204
- weight: {
2205
- normal: import('tailwind-merge').ClassNameValue | {};
2206
- light: import('tailwind-merge').ClassNameValue | {};
2207
- bold: import('tailwind-merge').ClassNameValue | {};
2208
- };
2209
- color: {
2210
- gray: import('tailwind-merge').ClassNameValue | {};
2211
- white: import('tailwind-merge').ClassNameValue | {};
2212
- };
2213
- isError: {
2214
- true: import('tailwind-merge').ClassNameValue | {};
2215
- };
2216
- align: {
2217
- center: import('tailwind-merge').ClassNameValue | {};
2218
- left: import('tailwind-merge').ClassNameValue | {};
2219
- right: import('tailwind-merge').ClassNameValue | {};
2220
- };
2221
- }, {
2222
- size: {
2223
- h1: string;
2224
- h2: string;
2225
- h3: string;
2226
- h4: string;
2227
- h5: string;
2228
- h6: string;
2229
- leading: string;
2230
- paragraph: string;
2231
- footnotes: string;
2232
- xs: string;
2233
- };
2234
- font: {
2235
- body: string;
2236
- };
2237
- weight: {
2238
- normal: string;
2239
- light: string;
2240
- bold: string;
2241
- };
2242
- color: {
2243
- gray: string;
2244
- white: string;
2245
- };
2246
- isError: {
827
+ }, undefined, undefined, unknown, unknown, undefined>>>;
828
+ };
829
+ };
830
+ item: {
831
+ option: import('tailwind-variants').TVReturnType<{
832
+ isSelectable: {
2247
833
  true: string;
2248
834
  };
2249
- align: {
2250
- center: string;
2251
- left: string;
2252
- right: string;
2253
- };
2254
- }>, {
2255
- size: {
2256
- h1: string;
2257
- h2: string;
2258
- h3: string;
2259
- h4: string;
2260
- h5: string;
2261
- h6: string;
2262
- leading: string;
2263
- paragraph: string;
2264
- footnotes: string;
2265
- xs: string;
2266
- };
2267
- font: {
2268
- body: string;
2269
- };
2270
- weight: {
2271
- normal: string;
2272
- light: string;
2273
- bold: string;
2274
- };
2275
- color: {
2276
- gray: string;
2277
- white: string;
2278
- };
2279
- isError: {
835
+ isLink: {
2280
836
  true: string;
837
+ false: string;
2281
838
  };
2282
- align: {
2283
- center: string;
2284
- left: string;
2285
- right: string;
2286
- };
2287
- }, undefined, import('tailwind-variants').TVReturnType<{
2288
- size: {
2289
- h1: string;
2290
- h2: string;
2291
- h3: string;
2292
- h4: string;
2293
- h5: string;
2294
- h6: string;
2295
- leading: string;
2296
- paragraph: string;
2297
- footnotes: string;
2298
- xs: string;
2299
- };
2300
- font: {
2301
- body: string;
2302
- };
2303
- weight: {
2304
- normal: string;
2305
- light: string;
2306
- bold: string;
2307
- };
2308
- color: {
2309
- gray: string;
2310
- white: string;
2311
- };
2312
- isError: {
839
+ isFocused: {
2313
840
  true: string;
2314
841
  };
2315
- align: {
2316
- center: string;
2317
- left: string;
2318
- right: string;
2319
- };
2320
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
2321
- size: {
2322
- h1: string;
2323
- h2: string;
2324
- h3: string;
2325
- h4: string;
2326
- h5: string;
2327
- h6: string;
2328
- leading: string;
2329
- paragraph: string;
2330
- footnotes: string;
2331
- xs: string;
2332
- };
2333
- font: {
2334
- body: string;
2335
- };
2336
- weight: {
2337
- normal: string;
2338
- light: string;
2339
- bold: string;
2340
- };
2341
- color: {
2342
- gray: string;
2343
- white: string;
2344
- };
2345
- isError: {
842
+ isFocusVisible: {
2346
843
  true: string;
2347
844
  };
2348
- align: {
2349
- center: string;
2350
- left: string;
2351
- right: string;
2352
- };
2353
- }, {
2354
- size: {
2355
- h1: string;
2356
- h2: string;
2357
- h3: string;
2358
- h4: string;
2359
- h5: string;
2360
- h6: string;
2361
- leading: string;
2362
- paragraph: string;
2363
- footnotes: string;
2364
- xs: string;
2365
- };
2366
- font: {
2367
- body: string;
2368
- };
2369
- weight: {
2370
- normal: string;
2371
- light: string;
2372
- bold: string;
2373
- };
2374
- color: {
2375
- gray: string;
2376
- white: string;
845
+ isSelected: {
846
+ true: string;
2377
847
  };
2378
- isError: {
848
+ isDisabled: {
2379
849
  true: string;
2380
850
  };
2381
- align: {
2382
- center: string;
2383
- left: string;
2384
- right: string;
851
+ allowsSelection: {
852
+ true: string;
2385
853
  };
2386
- }>, {
854
+ }, undefined, "p-1 rounded-md", {
2387
855
  size: {
2388
856
  h1: string;
2389
857
  h2: string;
@@ -2449,7 +917,7 @@ declare const listBoxTheme: {
2449
917
  left: string;
2450
918
  right: string;
2451
919
  };
2452
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
920
+ }, undefined, undefined, {
2453
921
  size: {
2454
922
  h1: string;
2455
923
  h2: string;
@@ -2482,7 +950,7 @@ declare const listBoxTheme: {
2482
950
  left: string;
2483
951
  right: string;
2484
952
  };
2485
- }, {
953
+ }, undefined, import('tailwind-variants').TVReturnType<{
2486
954
  size: {
2487
955
  h1: string;
2488
956
  h2: string;
@@ -2499,57 +967,24 @@ declare const listBoxTheme: {
2499
967
  body: string;
2500
968
  };
2501
969
  weight: {
2502
- normal: string;
2503
- light: string;
2504
- bold: string;
2505
- };
2506
- color: {
2507
- gray: string;
2508
- white: string;
2509
- };
2510
- isError: {
2511
- true: string;
2512
- };
2513
- align: {
2514
- center: string;
2515
- left: string;
2516
- right: string;
2517
- };
2518
- }>, unknown, unknown, undefined>>>;
2519
- description: import('tailwind-variants').TVReturnType<{} | {
2520
- size: {
2521
- h1: import('tailwind-merge').ClassNameValue | {};
2522
- h2: import('tailwind-merge').ClassNameValue | {};
2523
- h3: import('tailwind-merge').ClassNameValue | {};
2524
- h4: import('tailwind-merge').ClassNameValue | {};
2525
- h5: import('tailwind-merge').ClassNameValue | {};
2526
- h6: import('tailwind-merge').ClassNameValue | {};
2527
- leading: import('tailwind-merge').ClassNameValue | {};
2528
- paragraph: import('tailwind-merge').ClassNameValue | {};
2529
- footnotes: import('tailwind-merge').ClassNameValue | {};
2530
- xs: import('tailwind-merge').ClassNameValue | {};
2531
- };
2532
- font: {
2533
- body: import('tailwind-merge').ClassNameValue | {};
2534
- };
2535
- weight: {
2536
- normal: import('tailwind-merge').ClassNameValue | {};
2537
- light: import('tailwind-merge').ClassNameValue | {};
2538
- bold: import('tailwind-merge').ClassNameValue | {};
970
+ normal: string;
971
+ light: string;
972
+ bold: string;
2539
973
  };
2540
974
  color: {
2541
- gray: import('tailwind-merge').ClassNameValue | {};
2542
- white: import('tailwind-merge').ClassNameValue | {};
975
+ gray: string;
976
+ white: string;
2543
977
  };
2544
978
  isError: {
2545
- true: import('tailwind-merge').ClassNameValue | {};
979
+ true: string;
2546
980
  };
2547
981
  align: {
2548
- center: import('tailwind-merge').ClassNameValue | {};
2549
- left: import('tailwind-merge').ClassNameValue | {};
2550
- right: import('tailwind-merge').ClassNameValue | {};
982
+ center: string;
983
+ left: string;
984
+ right: string;
2551
985
  };
2552
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{} | {
986
+ }, undefined, undefined, unknown, unknown, undefined>>>;
987
+ label: import('tailwind-variants').TVReturnType<{} | {
2553
988
  size: {
2554
989
  h1: import('tailwind-merge').ClassNameValue | {};
2555
990
  h2: import('tailwind-merge').ClassNameValue | {};
@@ -2582,7 +1017,7 @@ declare const listBoxTheme: {
2582
1017
  left: import('tailwind-merge').ClassNameValue | {};
2583
1018
  right: import('tailwind-merge').ClassNameValue | {};
2584
1019
  };
2585
- }, {
1020
+ }, undefined, undefined, {
2586
1021
  size: {
2587
1022
  h1: string;
2588
1023
  h2: string;
@@ -2615,7 +1050,7 @@ declare const listBoxTheme: {
2615
1050
  left: string;
2616
1051
  right: string;
2617
1052
  };
2618
- }>, {
1053
+ }, undefined, import('tailwind-variants').TVReturnType<{
2619
1054
  size: {
2620
1055
  h1: string;
2621
1056
  h2: string;
@@ -2648,7 +1083,7 @@ declare const listBoxTheme: {
2648
1083
  left: string;
2649
1084
  right: string;
2650
1085
  };
2651
- }, undefined, import('tailwind-variants').TVReturnType<{
1086
+ }, undefined, undefined, {
2652
1087
  size: {
2653
1088
  h1: string;
2654
1089
  h2: string;
@@ -2681,7 +1116,7 @@ declare const listBoxTheme: {
2681
1116
  left: string;
2682
1117
  right: string;
2683
1118
  };
2684
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
1119
+ }, undefined, import('tailwind-variants').TVReturnType<{
2685
1120
  size: {
2686
1121
  h1: string;
2687
1122
  h2: string;
@@ -2714,40 +1149,41 @@ declare const listBoxTheme: {
2714
1149
  left: string;
2715
1150
  right: string;
2716
1151
  };
2717
- }, {
1152
+ }, undefined, undefined, unknown, unknown, undefined>>>;
1153
+ description: import('tailwind-variants').TVReturnType<{} | {
2718
1154
  size: {
2719
- h1: string;
2720
- h2: string;
2721
- h3: string;
2722
- h4: string;
2723
- h5: string;
2724
- h6: string;
2725
- leading: string;
2726
- paragraph: string;
2727
- footnotes: string;
2728
- xs: string;
1155
+ h1: import('tailwind-merge').ClassNameValue | {};
1156
+ h2: import('tailwind-merge').ClassNameValue | {};
1157
+ h3: import('tailwind-merge').ClassNameValue | {};
1158
+ h4: import('tailwind-merge').ClassNameValue | {};
1159
+ h5: import('tailwind-merge').ClassNameValue | {};
1160
+ h6: import('tailwind-merge').ClassNameValue | {};
1161
+ leading: import('tailwind-merge').ClassNameValue | {};
1162
+ paragraph: import('tailwind-merge').ClassNameValue | {};
1163
+ footnotes: import('tailwind-merge').ClassNameValue | {};
1164
+ xs: import('tailwind-merge').ClassNameValue | {};
2729
1165
  };
2730
1166
  font: {
2731
- body: string;
1167
+ body: import('tailwind-merge').ClassNameValue | {};
2732
1168
  };
2733
1169
  weight: {
2734
- normal: string;
2735
- light: string;
2736
- bold: string;
1170
+ normal: import('tailwind-merge').ClassNameValue | {};
1171
+ light: import('tailwind-merge').ClassNameValue | {};
1172
+ bold: import('tailwind-merge').ClassNameValue | {};
2737
1173
  };
2738
1174
  color: {
2739
- gray: string;
2740
- white: string;
1175
+ gray: import('tailwind-merge').ClassNameValue | {};
1176
+ white: import('tailwind-merge').ClassNameValue | {};
2741
1177
  };
2742
1178
  isError: {
2743
- true: string;
1179
+ true: import('tailwind-merge').ClassNameValue | {};
2744
1180
  };
2745
1181
  align: {
2746
- center: string;
2747
- left: string;
2748
- right: string;
1182
+ center: import('tailwind-merge').ClassNameValue | {};
1183
+ left: import('tailwind-merge').ClassNameValue | {};
1184
+ right: import('tailwind-merge').ClassNameValue | {};
2749
1185
  };
2750
- }>, {
1186
+ }, undefined, undefined, {
2751
1187
  size: {
2752
1188
  h1: string;
2753
1189
  h2: string;
@@ -2813,7 +1249,7 @@ declare const listBoxTheme: {
2813
1249
  left: string;
2814
1250
  right: string;
2815
1251
  };
2816
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
1252
+ }, undefined, undefined, {
2817
1253
  size: {
2818
1254
  h1: string;
2819
1255
  h2: string;
@@ -2846,7 +1282,7 @@ declare const listBoxTheme: {
2846
1282
  left: string;
2847
1283
  right: string;
2848
1284
  };
2849
- }, {
1285
+ }, undefined, import('tailwind-variants').TVReturnType<{
2850
1286
  size: {
2851
1287
  h1: string;
2852
1288
  h2: string;
@@ -2879,7 +1315,7 @@ declare const listBoxTheme: {
2879
1315
  left: string;
2880
1316
  right: string;
2881
1317
  };
2882
- }>, unknown, unknown, undefined>>>;
1318
+ }, undefined, undefined, unknown, unknown, undefined>>>;
2883
1319
  };
2884
1320
  errorMessage: import('tailwind-variants').TVReturnType<{} | {
2885
1321
  size: {
@@ -2914,73 +1350,7 @@ declare const listBoxTheme: {
2914
1350
  left: import('tailwind-merge').ClassNameValue | {};
2915
1351
  right: import('tailwind-merge').ClassNameValue | {};
2916
1352
  };
2917
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{} | {
2918
- size: {
2919
- h1: import('tailwind-merge').ClassNameValue | {};
2920
- h2: import('tailwind-merge').ClassNameValue | {};
2921
- h3: import('tailwind-merge').ClassNameValue | {};
2922
- h4: import('tailwind-merge').ClassNameValue | {};
2923
- h5: import('tailwind-merge').ClassNameValue | {};
2924
- h6: import('tailwind-merge').ClassNameValue | {};
2925
- leading: import('tailwind-merge').ClassNameValue | {};
2926
- paragraph: import('tailwind-merge').ClassNameValue | {};
2927
- footnotes: import('tailwind-merge').ClassNameValue | {};
2928
- xs: import('tailwind-merge').ClassNameValue | {};
2929
- };
2930
- font: {
2931
- body: import('tailwind-merge').ClassNameValue | {};
2932
- };
2933
- weight: {
2934
- normal: import('tailwind-merge').ClassNameValue | {};
2935
- light: import('tailwind-merge').ClassNameValue | {};
2936
- bold: import('tailwind-merge').ClassNameValue | {};
2937
- };
2938
- color: {
2939
- gray: import('tailwind-merge').ClassNameValue | {};
2940
- white: import('tailwind-merge').ClassNameValue | {};
2941
- };
2942
- isError: {
2943
- true: import('tailwind-merge').ClassNameValue | {};
2944
- };
2945
- align: {
2946
- center: import('tailwind-merge').ClassNameValue | {};
2947
- left: import('tailwind-merge').ClassNameValue | {};
2948
- right: import('tailwind-merge').ClassNameValue | {};
2949
- };
2950
- }, {
2951
- size: {
2952
- h1: string;
2953
- h2: string;
2954
- h3: string;
2955
- h4: string;
2956
- h5: string;
2957
- h6: string;
2958
- leading: string;
2959
- paragraph: string;
2960
- footnotes: string;
2961
- xs: string;
2962
- };
2963
- font: {
2964
- body: string;
2965
- };
2966
- weight: {
2967
- normal: string;
2968
- light: string;
2969
- bold: string;
2970
- };
2971
- color: {
2972
- gray: string;
2973
- white: string;
2974
- };
2975
- isError: {
2976
- true: string;
2977
- };
2978
- align: {
2979
- center: string;
2980
- left: string;
2981
- right: string;
2982
- };
2983
- }>, {
1353
+ }, undefined, undefined, {
2984
1354
  size: {
2985
1355
  h1: string;
2986
1356
  h2: string;
@@ -3046,73 +1416,7 @@ declare const listBoxTheme: {
3046
1416
  left: string;
3047
1417
  right: string;
3048
1418
  };
3049
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
3050
- size: {
3051
- h1: string;
3052
- h2: string;
3053
- h3: string;
3054
- h4: string;
3055
- h5: string;
3056
- h6: string;
3057
- leading: string;
3058
- paragraph: string;
3059
- footnotes: string;
3060
- xs: string;
3061
- };
3062
- font: {
3063
- body: string;
3064
- };
3065
- weight: {
3066
- normal: string;
3067
- light: string;
3068
- bold: string;
3069
- };
3070
- color: {
3071
- gray: string;
3072
- white: string;
3073
- };
3074
- isError: {
3075
- true: string;
3076
- };
3077
- align: {
3078
- center: string;
3079
- left: string;
3080
- right: string;
3081
- };
3082
- }, {
3083
- size: {
3084
- h1: string;
3085
- h2: string;
3086
- h3: string;
3087
- h4: string;
3088
- h5: string;
3089
- h6: string;
3090
- leading: string;
3091
- paragraph: string;
3092
- footnotes: string;
3093
- xs: string;
3094
- };
3095
- font: {
3096
- body: string;
3097
- };
3098
- weight: {
3099
- normal: string;
3100
- light: string;
3101
- bold: string;
3102
- };
3103
- color: {
3104
- gray: string;
3105
- white: string;
3106
- };
3107
- isError: {
3108
- true: string;
3109
- };
3110
- align: {
3111
- center: string;
3112
- left: string;
3113
- right: string;
3114
- };
3115
- }>, {
1419
+ }, undefined, undefined, {
3116
1420
  size: {
3117
1421
  h1: string;
3118
1422
  h2: string;
@@ -3178,72 +1482,6 @@ declare const listBoxTheme: {
3178
1482
  left: string;
3179
1483
  right: string;
3180
1484
  };
3181
- }, undefined, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
3182
- size: {
3183
- h1: string;
3184
- h2: string;
3185
- h3: string;
3186
- h4: string;
3187
- h5: string;
3188
- h6: string;
3189
- leading: string;
3190
- paragraph: string;
3191
- footnotes: string;
3192
- xs: string;
3193
- };
3194
- font: {
3195
- body: string;
3196
- };
3197
- weight: {
3198
- normal: string;
3199
- light: string;
3200
- bold: string;
3201
- };
3202
- color: {
3203
- gray: string;
3204
- white: string;
3205
- };
3206
- isError: {
3207
- true: string;
3208
- };
3209
- align: {
3210
- center: string;
3211
- left: string;
3212
- right: string;
3213
- };
3214
- }, {
3215
- size: {
3216
- h1: string;
3217
- h2: string;
3218
- h3: string;
3219
- h4: string;
3220
- h5: string;
3221
- h6: string;
3222
- leading: string;
3223
- paragraph: string;
3224
- footnotes: string;
3225
- xs: string;
3226
- };
3227
- font: {
3228
- body: string;
3229
- };
3230
- weight: {
3231
- normal: string;
3232
- light: string;
3233
- bold: string;
3234
- };
3235
- color: {
3236
- gray: string;
3237
- white: string;
3238
- };
3239
- isError: {
3240
- true: string;
3241
- };
3242
- align: {
3243
- center: string;
3244
- left: string;
3245
- right: string;
3246
- };
3247
- }>, unknown, unknown, undefined>>>;
1485
+ }, undefined, undefined, unknown, unknown, undefined>>>;
3248
1486
  };
3249
1487
  export default listBoxTheme;