@saas-ui/react 3.0.0-next.5 → 3.0.0-next.50

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 (771) hide show
  1. package/LICENSE +21 -0
  2. package/dist/.tsbuildinfo.json +1 -1
  3. package/dist/colors.d.ts +1 -1
  4. package/dist/colors.js +1 -8
  5. package/dist/components/absolute-center/index.d.ts +1 -0
  6. package/dist/components/absolute-center/index.js +2 -0
  7. package/dist/components/accordion/accordion.d.ts +14 -0
  8. package/dist/components/accordion/accordion.js +15 -0
  9. package/dist/components/accordion/index.d.ts +1 -1
  10. package/dist/components/accordion/index.js +1 -9
  11. package/dist/components/action-bar/action-bar.d.ts +16 -0
  12. package/dist/components/action-bar/action-bar.js +18 -0
  13. package/dist/components/action-bar/index.d.ts +1 -1
  14. package/dist/components/action-bar/index.js +1 -13
  15. package/dist/components/alert/alert.d.ts +10 -0
  16. package/dist/components/alert/alert.js +9 -0
  17. package/dist/components/alert/index.d.ts +1 -2
  18. package/dist/components/alert/index.js +1 -13
  19. package/dist/components/app-shell/app-shell.d.ts +38 -0
  20. package/dist/components/app-shell/app-shell.js +22 -0
  21. package/dist/components/app-shell/index.d.ts +2 -2
  22. package/dist/components/app-shell/index.js +1 -8
  23. package/dist/components/aspect-ratio/index.d.ts +1 -2
  24. package/dist/components/aspect-ratio/index.js +2 -8
  25. package/dist/components/avatar/avatar.d.ts +17 -0
  26. package/dist/components/avatar/avatar.js +25 -0
  27. package/dist/components/avatar/index.d.ts +2 -3
  28. package/dist/components/avatar/index.js +1 -11
  29. package/dist/components/back-button/back-button.d.ts +7 -0
  30. package/dist/components/back-button/back-button.js +14 -0
  31. package/dist/components/back-button/index.d.ts +2 -2
  32. package/dist/components/back-button/index.js +1 -11
  33. package/dist/components/badge/index.d.ts +1 -3
  34. package/dist/components/badge/index.js +1 -10
  35. package/dist/components/bleed/index.d.ts +1 -2
  36. package/dist/components/bleed/index.js +1 -8
  37. package/dist/components/blockquote/blockquote.d.ts +10 -0
  38. package/dist/components/blockquote/blockquote.js +11 -0
  39. package/dist/components/blockquote/index.d.ts +1 -2
  40. package/dist/components/blockquote/index.js +1 -8
  41. package/dist/components/box/index.d.ts +1 -2
  42. package/dist/components/box/index.js +1 -8
  43. package/dist/components/breadcrumb/breadcrumb.d.ts +10 -0
  44. package/dist/components/breadcrumb/breadcrumb.js +15 -0
  45. package/dist/components/breadcrumb/index.d.ts +1 -1
  46. package/dist/components/breadcrumb/index.js +1 -8
  47. package/dist/components/button/index.d.ts +2 -2
  48. package/dist/components/button/index.js +1 -8
  49. package/dist/components/button-group/index.d.ts +2 -2
  50. package/dist/components/button-group/index.js +1 -8
  51. package/dist/components/card/index.d.ts +1 -1
  52. package/dist/components/card/index.js +1 -9
  53. package/dist/components/center/index.d.ts +1 -2
  54. package/dist/components/center/index.js +1 -8
  55. package/dist/components/checkbox/checkbox.d.ts +7 -0
  56. package/dist/components/checkbox/checkbox.js +8 -0
  57. package/dist/components/checkbox/index.d.ts +3 -2
  58. package/dist/components/checkbox/index.js +2 -8
  59. package/dist/components/checkbox-card/checkbox-card.d.ts +12 -0
  60. package/dist/components/checkbox-card/checkbox-card.js +11 -0
  61. package/dist/components/checkbox-card/index.d.ts +1 -2
  62. package/dist/components/checkbox-card/index.js +1 -8
  63. package/dist/components/checkmark/index.d.ts +1 -2
  64. package/dist/components/checkmark/index.js +1 -8
  65. package/dist/components/circle/index.d.ts +1 -0
  66. package/dist/components/circle/index.js +1 -0
  67. package/dist/components/client-only/index.d.ts +1 -2
  68. package/dist/components/client-only/index.js +1 -8
  69. package/dist/components/clipboard/clipboard.d.ts +22 -0
  70. package/dist/components/clipboard/clipboard.js +30 -0
  71. package/dist/components/clipboard/index.d.ts +3 -1
  72. package/dist/components/clipboard/index.js +2 -13
  73. package/dist/components/close-button/close-button.d.ts +4 -0
  74. package/dist/components/close-button/close-button.js +8 -0
  75. package/dist/components/close-button/index.d.ts +2 -2
  76. package/dist/components/close-button/index.js +1 -12
  77. package/dist/components/code/index.d.ts +1 -2
  78. package/dist/components/code/index.js +1 -8
  79. package/dist/components/code-block/index.d.ts +1 -0
  80. package/dist/components/code-block/index.js +1 -0
  81. package/dist/components/collapsible/index.d.ts +1 -1
  82. package/dist/components/collapsible/index.js +1 -8
  83. package/dist/components/color-mode/color-mode.d.ts +19 -0
  84. package/dist/components/color-mode/color-mode.js +35 -0
  85. package/dist/components/color-mode/index.d.ts +2 -0
  86. package/dist/components/color-mode/index.js +1 -0
  87. package/dist/components/color-picker/index.d.ts +1 -1
  88. package/dist/components/color-picker/index.js +1 -8
  89. package/dist/components/color-swatch/index.d.ts +1 -6
  90. package/dist/components/color-swatch/index.js +1 -12
  91. package/dist/components/combobox/index.d.ts +1 -0
  92. package/dist/components/combobox/index.js +1 -0
  93. package/dist/components/command/command.d.ts +14 -0
  94. package/dist/components/command/command.js +26 -0
  95. package/dist/components/command/index.d.ts +1 -1
  96. package/dist/components/command/index.js +1 -9
  97. package/dist/components/container/index.d.ts +1 -2
  98. package/dist/components/container/index.js +1 -8
  99. package/dist/components/data-list/index.d.ts +1 -2
  100. package/dist/components/data-list/index.js +1 -10
  101. package/dist/components/dialog/dialog.d.ts +21 -0
  102. package/dist/components/dialog/dialog.js +24 -0
  103. package/dist/components/dialog/index.d.ts +1 -1
  104. package/dist/components/dialog/index.js +1 -13
  105. package/dist/components/download-trigger/index.d.ts +1 -0
  106. package/dist/components/download-trigger/index.js +1 -0
  107. package/dist/components/drawer/drawer.d.ts +20 -0
  108. package/dist/components/drawer/drawer.js +25 -0
  109. package/dist/components/drawer/index.d.ts +1 -1
  110. package/dist/components/drawer/index.js +1 -13
  111. package/dist/components/editable/index.d.ts +1 -1
  112. package/dist/components/editable/index.js +1 -8
  113. package/dist/components/em/index.d.ts +1 -0
  114. package/dist/components/em/index.js +1 -0
  115. package/dist/components/empty-state/empty-state.d.ts +7 -0
  116. package/dist/components/empty-state/empty-state.js +13 -0
  117. package/dist/components/empty-state/index.d.ts +2 -2
  118. package/dist/components/empty-state/index.js +1 -8
  119. package/dist/components/environment/index.d.ts +1 -0
  120. package/dist/components/environment/index.js +1 -0
  121. package/dist/components/field/index.d.ts +1 -3
  122. package/dist/components/field/index.js +1 -12
  123. package/dist/components/fieldset/index.d.ts +1 -2
  124. package/dist/components/fieldset/index.js +1 -10
  125. package/dist/components/file-upload/file-upload.d.ts +29 -0
  126. package/dist/components/file-upload/file-upload.js +46 -0
  127. package/dist/components/file-upload/index.d.ts +2 -2
  128. package/dist/components/file-upload/index.js +2 -14
  129. package/dist/components/flex/index.d.ts +1 -2
  130. package/dist/components/flex/index.js +1 -10
  131. package/dist/components/float/index.d.ts +1 -2
  132. package/dist/components/float/index.js +1 -8
  133. package/dist/components/focus-trap/index.d.ts +1 -2
  134. package/dist/components/focus-trap/index.js +1 -8
  135. package/dist/components/for/index.d.ts +1 -2
  136. package/dist/components/for/index.js +1 -10
  137. package/dist/components/format/index.d.ts +1 -4
  138. package/dist/components/format/index.js +1 -10
  139. package/dist/components/grid/index.d.ts +1 -2
  140. package/dist/components/grid/index.js +1 -8
  141. package/dist/components/grid-list/grid-list.context.d.ts +1 -0
  142. package/dist/components/grid-list/grid-list.context.js +4 -0
  143. package/dist/components/grid-list/grid-list.d.ts +17 -0
  144. package/dist/components/grid-list/grid-list.js +8 -0
  145. package/dist/components/grid-list/index.d.ts +1 -1
  146. package/dist/components/grid-list/index.js +1 -8
  147. package/dist/components/group/index.d.ts +1 -2
  148. package/dist/components/group/index.js +1 -8
  149. package/dist/components/heading/index.d.ts +1 -2
  150. package/dist/components/heading/index.js +1 -8
  151. package/dist/components/highlight/index.d.ts +1 -2
  152. package/dist/components/highlight/index.js +1 -8
  153. package/dist/components/hover-card/hover-card.d.ts +11 -0
  154. package/dist/components/hover-card/hover-card.js +14 -0
  155. package/dist/components/hover-card/index.d.ts +1 -1
  156. package/dist/components/hover-card/index.js +1 -8
  157. package/dist/components/icon/index.d.ts +1 -2
  158. package/dist/components/icon/index.js +1 -8
  159. package/dist/components/icon-badge/icon-badge.d.ts +13 -0
  160. package/dist/components/icon-badge/icon-badge.js +23 -0
  161. package/dist/components/icon-badge/index.d.ts +2 -2
  162. package/dist/components/icon-badge/index.js +1 -8
  163. package/dist/components/icon-button/icon-button.d.ts +4 -0
  164. package/dist/components/icon-button/icon-button.js +7 -0
  165. package/dist/components/icon-button/index.d.ts +1 -2
  166. package/dist/components/icon-button/index.js +1 -9
  167. package/dist/components/icons/create-icon.d.ts +27 -0
  168. package/dist/components/icons/create-icon.js +15 -0
  169. package/dist/components/icons/icons.d.ts +20 -0
  170. package/dist/components/icons/icons.js +82 -0
  171. package/dist/components/icons/index.d.ts +1 -18
  172. package/dist/components/icons/index.js +1 -43
  173. package/dist/components/image/index.d.ts +1 -2
  174. package/dist/components/image/index.js +1 -8
  175. package/dist/components/info-tip/index.d.ts +1 -2
  176. package/dist/components/info-tip/index.js +1 -16
  177. package/dist/components/info-tip/info-tip.d.ts +8 -0
  178. package/dist/components/info-tip/info-tip.js +10 -0
  179. package/dist/components/input/index.d.ts +2 -9
  180. package/dist/components/input/index.js +1 -16
  181. package/dist/components/input-addon/index.d.ts +1 -0
  182. package/dist/components/input-addon/index.js +1 -0
  183. package/dist/components/input-element/index.d.ts +1 -0
  184. package/dist/components/input-element/index.js +1 -0
  185. package/dist/components/input-group/index.d.ts +1 -0
  186. package/dist/components/input-group/index.js +1 -0
  187. package/dist/components/kbd/index.d.ts +1 -2
  188. package/dist/components/kbd/index.js +1 -8
  189. package/dist/components/link/index.d.ts +2 -2
  190. package/dist/components/link/index.js +1 -9
  191. package/dist/components/link/link.d.ts +10 -0
  192. package/dist/components/link/link.js +16 -0
  193. package/dist/components/link-box/index.d.ts +2 -0
  194. package/dist/components/link-box/index.js +1 -0
  195. package/dist/components/list/index.d.ts +1 -1
  196. package/dist/components/list/index.js +1 -8
  197. package/dist/components/loader/index.d.ts +1 -1
  198. package/dist/components/loader/index.js +1 -8
  199. package/dist/components/loading-overlay/index.d.ts +2 -2
  200. package/dist/components/loading-overlay/index.js +2 -11
  201. package/dist/components/loading-overlay/loading-overlay.context.d.ts +1 -0
  202. package/dist/components/loading-overlay/loading-overlay.context.js +4 -0
  203. package/dist/components/loading-overlay/loading-overlay.d.ts +17 -0
  204. package/dist/components/loading-overlay/loading-overlay.js +17 -0
  205. package/dist/components/locale/index.d.ts +1 -3
  206. package/dist/components/locale/index.js +1 -12
  207. package/dist/components/mark/index.d.ts +1 -1
  208. package/dist/components/mark/index.js +1 -8
  209. package/dist/components/menu/index.d.ts +1 -1
  210. package/dist/components/menu/index.js +1 -11
  211. package/dist/components/menu/menu.d.ts +41 -0
  212. package/dist/components/menu/menu.js +48 -0
  213. package/dist/components/native-select/index.d.ts +2 -2
  214. package/dist/components/native-select/index.js +1 -10
  215. package/dist/components/native-select/native-select.d.ts +7 -0
  216. package/dist/components/native-select/native-select.js +9 -0
  217. package/dist/components/navbar/index.d.ts +1 -1
  218. package/dist/components/navbar/index.js +1 -9
  219. package/dist/components/navbar/navbar.context.d.ts +1 -0
  220. package/dist/components/navbar/navbar.context.js +4 -0
  221. package/dist/components/navbar/navbar.d.ts +15 -0
  222. package/dist/components/navbar/navbar.js +19 -0
  223. package/dist/components/number-input/index.d.ts +2 -2
  224. package/dist/components/number-input/index.js +1 -9
  225. package/dist/components/number-input/number-input.d.ts +9 -0
  226. package/dist/components/number-input/number-input.js +9 -0
  227. package/dist/components/page/index.d.ts +2 -2
  228. package/dist/components/page/index.js +2 -12
  229. package/dist/components/page/page.context.d.ts +7 -0
  230. package/dist/components/page/page.context.js +5 -0
  231. package/dist/components/page/page.d.ts +42 -0
  232. package/dist/components/page/page.js +50 -0
  233. package/dist/components/pagination/index.d.ts +1 -1
  234. package/dist/components/pagination/index.js +1 -11
  235. package/dist/components/pagination/pagination.d.ts +22 -0
  236. package/dist/components/pagination/pagination.js +60 -0
  237. package/dist/components/password-input/index.d.ts +2 -2
  238. package/dist/components/password-input/index.js +1 -11
  239. package/dist/components/password-input/password-input.d.ts +15 -0
  240. package/dist/components/password-input/password-input.js +28 -0
  241. package/dist/components/persona/index.d.ts +3 -7
  242. package/dist/components/persona/index.js +2 -13
  243. package/dist/components/persona/persona-composed.d.ts +63 -0
  244. package/dist/components/persona/persona-composed.js +19 -0
  245. package/dist/components/persona/persona.context.d.ts +9 -0
  246. package/dist/components/persona/persona.context.js +4 -0
  247. package/dist/components/persona/persona.d.ts +77 -0
  248. package/dist/components/persona/persona.js +67 -0
  249. package/dist/components/persona/presence.d.ts +20 -0
  250. package/dist/components/persona/presence.js +35 -0
  251. package/dist/components/pin-input/index.d.ts +2 -2
  252. package/dist/components/pin-input/index.js +1 -8
  253. package/dist/components/pin-input/pin-input.d.ts +8 -0
  254. package/dist/components/pin-input/pin-input.js +9 -0
  255. package/dist/components/popover/index.d.ts +1 -1
  256. package/dist/components/popover/index.js +1 -13
  257. package/dist/components/popover/popover.d.ts +21 -0
  258. package/dist/components/popover/popover.js +24 -0
  259. package/dist/components/portal/index.d.ts +1 -2
  260. package/dist/components/portal/index.js +1 -8
  261. package/dist/components/presence/index.d.ts +1 -2
  262. package/dist/components/presence/index.js +1 -8
  263. package/dist/components/progress/index.d.ts +1 -1
  264. package/dist/components/progress/index.js +1 -8
  265. package/dist/components/progress-circle/index.d.ts +1 -1
  266. package/dist/components/progress-circle/index.js +1 -8
  267. package/dist/components/qr-code/index.d.ts +2 -1
  268. package/dist/components/qr-code/index.js +1 -8
  269. package/dist/components/quote/index.d.ts +1 -0
  270. package/dist/components/quote/index.js +1 -0
  271. package/dist/components/radio/index.d.ts +3 -2
  272. package/dist/components/radio/index.js +2 -8
  273. package/dist/components/radio/radio.d.ts +8 -0
  274. package/dist/components/radio/radio.js +9 -0
  275. package/dist/components/radio-card/index.d.ts +1 -1
  276. package/dist/components/radio-card/index.js +1 -8
  277. package/dist/components/radio-card/radio-card.d.ts +19 -0
  278. package/dist/components/radio-card/radio-card.js +14 -0
  279. package/dist/components/radio-group/index.d.ts +1 -1
  280. package/dist/components/radio-group/index.js +1 -8
  281. package/dist/components/radiomark/index.d.ts +1 -2
  282. package/dist/components/radiomark/index.js +1 -10
  283. package/dist/components/rating-group/index.d.ts +1 -1
  284. package/dist/components/rating-group/index.js +1 -8
  285. package/dist/components/scroll-area/index.d.ts +1 -0
  286. package/dist/components/scroll-area/index.js +1 -0
  287. package/dist/components/search-input/index.d.ts +2 -2
  288. package/dist/components/search-input/index.js +1 -10
  289. package/dist/components/search-input/search-input.d.ts +12 -0
  290. package/dist/components/search-input/search-input.js +36 -0
  291. package/dist/components/section/index.d.ts +2 -0
  292. package/dist/components/section/index.js +2 -0
  293. package/dist/components/section/section.context.d.ts +1 -0
  294. package/dist/components/section/section.context.js +4 -0
  295. package/dist/components/section/section.d.ts +17 -0
  296. package/dist/components/section/section.js +13 -0
  297. package/dist/components/segmented-control/index.d.ts +2 -2
  298. package/dist/components/segmented-control/index.js +1 -8
  299. package/dist/components/segmented-control/segmented-control.d.ts +11 -0
  300. package/dist/components/segmented-control/segmented-control.js +17 -0
  301. package/dist/components/select/index.d.ts +1 -1
  302. package/dist/components/select/index.js +1 -13
  303. package/dist/components/select/namespace.d.ts +2 -0
  304. package/dist/components/select/namespace.js +1 -0
  305. package/dist/components/select/select.d.ts +26 -0
  306. package/dist/components/select/select.js +43 -0
  307. package/dist/components/separator/index.d.ts +2 -2
  308. package/dist/components/separator/index.js +1 -8
  309. package/dist/components/show/index.d.ts +1 -2
  310. package/dist/components/show/index.js +1 -8
  311. package/dist/components/sidebar/index.d.ts +3 -4
  312. package/dist/components/sidebar/index.js +3 -14
  313. package/dist/components/sidebar/sidebar.context.d.ts +10 -0
  314. package/dist/components/sidebar/sidebar.context.js +7 -0
  315. package/dist/components/sidebar/sidebar.d.ts +84 -0
  316. package/dist/components/sidebar/sidebar.js +97 -0
  317. package/dist/components/simple-grid/index.d.ts +1 -0
  318. package/dist/components/simple-grid/index.js +1 -0
  319. package/dist/components/skeleton/index.d.ts +1 -6
  320. package/dist/components/skeleton/index.js +1 -12
  321. package/dist/components/skeleton/skeleton.d.ts +12 -0
  322. package/dist/components/skeleton/skeleton.js +15 -0
  323. package/dist/components/skip-nav/index.d.ts +1 -4
  324. package/dist/components/skip-nav/index.js +1 -10
  325. package/dist/components/skip-nav-link/index.d.ts +1 -4
  326. package/dist/components/skip-nav-link/index.js +1 -12
  327. package/dist/components/slider/index.d.ts +1 -2
  328. package/dist/components/slider/index.js +1 -8
  329. package/dist/components/slider/slider.d.ts +9 -0
  330. package/dist/components/slider/slider.js +19 -0
  331. package/dist/components/spacer/index.d.ts +1 -2
  332. package/dist/components/spacer/index.js +1 -8
  333. package/dist/components/span/index.d.ts +1 -0
  334. package/dist/components/span/index.js +1 -0
  335. package/dist/components/spinner/index.d.ts +2 -2
  336. package/dist/components/spinner/index.js +1 -8
  337. package/dist/components/spinner/spinner.d.ts +6 -0
  338. package/dist/components/spinner/spinner.js +11 -0
  339. package/dist/components/square/index.d.ts +1 -0
  340. package/dist/components/square/index.js +1 -0
  341. package/dist/components/stack/index.d.ts +1 -6
  342. package/dist/components/stack/index.js +1 -14
  343. package/dist/components/stat/index.d.ts +1 -1
  344. package/dist/components/stat/index.js +1 -8
  345. package/dist/components/stat/stat.d.ts +17 -0
  346. package/dist/components/stat/stat.js +22 -0
  347. package/dist/components/status/index.d.ts +1 -2
  348. package/dist/components/status/index.js +1 -8
  349. package/dist/components/status/status.d.ts +14 -0
  350. package/dist/components/status/status.js +12 -0
  351. package/dist/components/steps/index.d.ts +2 -1
  352. package/dist/components/steps/index.js +2 -10
  353. package/dist/components/steps/steps.d.ts +24 -0
  354. package/dist/components/steps/steps.js +31 -0
  355. package/dist/components/sticky/index.d.ts +1 -0
  356. package/dist/components/sticky/index.js +1 -0
  357. package/dist/components/strong/index.d.ts +1 -0
  358. package/dist/components/strong/index.js +1 -0
  359. package/dist/components/switch/index.d.ts +2 -2
  360. package/dist/components/switch/index.js +1 -8
  361. package/dist/components/switch/switch.d.ts +14 -0
  362. package/dist/components/switch/switch.js +8 -0
  363. package/dist/components/table/index.d.ts +1 -1
  364. package/dist/components/table/index.js +1 -8
  365. package/dist/components/tabs/index.d.ts +1 -4
  366. package/dist/components/tabs/index.js +1 -14
  367. package/dist/components/tag/index.d.ts +1 -2
  368. package/dist/components/tag/index.js +1 -8
  369. package/dist/components/tag/tag.d.ts +8 -0
  370. package/dist/components/tag/tag.js +8 -0
  371. package/dist/components/text/index.d.ts +1 -0
  372. package/dist/components/text/index.js +1 -0
  373. package/dist/components/textarea/index.d.ts +2 -2
  374. package/dist/components/textarea/index.js +1 -8
  375. package/dist/components/theme/index.d.ts +2 -0
  376. package/dist/components/theme/index.js +1 -0
  377. package/dist/components/theme/theme.d.ts +40 -0
  378. package/dist/components/theme/theme.js +16 -0
  379. package/dist/components/timeline/index.d.ts +1 -1
  380. package/dist/components/timeline/index.js +1 -8
  381. package/dist/components/toaster/index.d.ts +2 -3
  382. package/dist/components/toaster/index.js +1 -16
  383. package/dist/components/toaster/toaster.d.ts +7 -0
  384. package/dist/components/toaster/toaster.js +42 -0
  385. package/dist/components/toggle/index.d.ts +1 -1
  386. package/dist/components/toggle/index.js +1 -8
  387. package/dist/components/toggle-group/index.d.ts +1 -0
  388. package/dist/components/toggle-group/index.js +1 -0
  389. package/dist/components/toggle-tip/index.d.ts +1 -2
  390. package/dist/components/toggle-tip/index.js +1 -14
  391. package/dist/components/toggle-tip/toggle-tip.d.ts +27 -0
  392. package/dist/components/toggle-tip/toggle-tip.js +9 -0
  393. package/dist/components/tooltip/index.d.ts +1 -2
  394. package/dist/components/tooltip/index.js +1 -8
  395. package/dist/components/tooltip/tooltip.d.ts +10 -0
  396. package/dist/components/tooltip/tooltip.js +11 -0
  397. package/dist/components/tree-view/index.d.ts +1 -0
  398. package/dist/components/tree-view/index.js +1 -0
  399. package/dist/components/visually-hidden/index.d.ts +1 -1
  400. package/dist/components/visually-hidden/index.js +1 -8
  401. package/dist/components/wrap/index.d.ts +1 -2
  402. package/dist/components/wrap/index.js +1 -8
  403. package/dist/index.d.ts +142 -240
  404. package/dist/index.js +135 -544
  405. package/dist/preset.d.ts +1 -3
  406. package/dist/preset.js +1 -12
  407. package/dist/provider/index.d.ts +3 -0
  408. package/dist/provider/index.js +2 -0
  409. package/dist/provider/sui-provider.d.ts +13 -0
  410. package/dist/provider/sui-provider.js +13 -0
  411. package/dist/provider/use-link.d.ts +2 -0
  412. package/dist/provider/use-link.js +9 -0
  413. package/dist/styled-system/create-recipe-context.d.ts +17 -0
  414. package/dist/styled-system/create-recipe-context.js +52 -0
  415. package/dist/styled-system/create-slot-recipe-context.d.ts +35 -0
  416. package/dist/styled-system/create-slot-recipe-context.js +93 -0
  417. package/dist/styled-system/empty.d.ts +3 -0
  418. package/dist/styled-system/empty.js +2 -0
  419. package/dist/styled-system/factory.types.d.ts +7 -0
  420. package/dist/styled-system/factory.types.js +1 -0
  421. package/dist/types.d.ts +7 -0
  422. package/dist/types.js +1 -0
  423. package/package.json +27 -31
  424. package/CHANGELOG.md +0 -4009
  425. package/dist/_tsup-dts-rollup.d.cts +0 -15170
  426. package/dist/_tsup-dts-rollup.d.ts +0 -15170
  427. package/dist/chunk-27OMFCPD.js +0 -8
  428. package/dist/chunk-2YXHXL6J.js +0 -10
  429. package/dist/chunk-3CKGT42F.js +0 -10
  430. package/dist/chunk-3E6URZ5P.js +0 -23
  431. package/dist/chunk-3RHNNKPC.js +0 -51
  432. package/dist/chunk-46OCNELO.js +0 -10
  433. package/dist/chunk-4H66FBQW.js +0 -46
  434. package/dist/chunk-4N4SHDPB.js +0 -10
  435. package/dist/chunk-52XM5VXJ.js +0 -9
  436. package/dist/chunk-5HVAMQYO.js +0 -8
  437. package/dist/chunk-5OUNZEYB.js +0 -22
  438. package/dist/chunk-5RWFHB7W.js +0 -67
  439. package/dist/chunk-5YNHX4C7.js +0 -16
  440. package/dist/chunk-5ZKEXMBN.js +0 -36
  441. package/dist/chunk-6WZK2RBQ.js +0 -12
  442. package/dist/chunk-6YZ76Q2W.js +0 -8
  443. package/dist/chunk-7DF4NQNZ.js +0 -8
  444. package/dist/chunk-7HAGRXKM.js +0 -8
  445. package/dist/chunk-7MCVXFWM.js +0 -33
  446. package/dist/chunk-7PWVK3NL.js +0 -8
  447. package/dist/chunk-AHG5XKEK.js +0 -24
  448. package/dist/chunk-BDS3APRG.js +0 -56
  449. package/dist/chunk-BLSGOJQ7.js +0 -18
  450. package/dist/chunk-BSE7ZUP5.js +0 -10
  451. package/dist/chunk-BVISYY3B.js +0 -101
  452. package/dist/chunk-C5KFNMWU.js +0 -8
  453. package/dist/chunk-CQD32UVJ.js +0 -8
  454. package/dist/chunk-CRFTMIQA.js +0 -36
  455. package/dist/chunk-DHFAFRZ4.js +0 -8
  456. package/dist/chunk-DJNPK2LM.js +0 -60
  457. package/dist/chunk-EJOXGWHK.js +0 -115
  458. package/dist/chunk-EWATHRZA.js +0 -8
  459. package/dist/chunk-EWCBYJA7.js +0 -8
  460. package/dist/chunk-EZZW6JOU.js +0 -10
  461. package/dist/chunk-FD2V4Y66.js +0 -8
  462. package/dist/chunk-FN7TU5F5.js +0 -44
  463. package/dist/chunk-FPRTN3I7.js +0 -9
  464. package/dist/chunk-GDDJYUWM.js +0 -12
  465. package/dist/chunk-GSWLAOIM.js +0 -24
  466. package/dist/chunk-HHTTORZ6.js +0 -8
  467. package/dist/chunk-HHUVJRPT.js +0 -62
  468. package/dist/chunk-HJX66GFT.js +0 -118
  469. package/dist/chunk-HQVBJT5Y.js +0 -8
  470. package/dist/chunk-HREBIPVW.js +0 -36
  471. package/dist/chunk-HRFQMDUK.js +0 -71
  472. package/dist/chunk-HZX4AGO5.js +0 -8
  473. package/dist/chunk-I2J6U5Z4.js +0 -71
  474. package/dist/chunk-J5UCKCIO.js +0 -16
  475. package/dist/chunk-JL4MHGRE.js +0 -43
  476. package/dist/chunk-JMYI6YXR.js +0 -1
  477. package/dist/chunk-JR5RLXCK.js +0 -8
  478. package/dist/chunk-K3MFCSAW.js +0 -8
  479. package/dist/chunk-K7BMQECB.js +0 -39
  480. package/dist/chunk-KB6NR2HZ.js +0 -44
  481. package/dist/chunk-KFDVVTMT.js +0 -36
  482. package/dist/chunk-KH7E5C3C.js +0 -54
  483. package/dist/chunk-KRJG7H4W.js +0 -53
  484. package/dist/chunk-KTLWEUNW.js +0 -1
  485. package/dist/chunk-L4JB7UFV.js +0 -97
  486. package/dist/chunk-LFOA3DZO.js +0 -12
  487. package/dist/chunk-LGLJ2QUW.js +0 -8
  488. package/dist/chunk-LIOV5MU4.js +0 -20
  489. package/dist/chunk-LKPWSC6O.js +0 -36
  490. package/dist/chunk-LU2H6GWC.js +0 -10
  491. package/dist/chunk-M3DJWM6D.js +0 -8
  492. package/dist/chunk-MK3OG2I4.js +0 -19
  493. package/dist/chunk-MZ2RY4NU.js +0 -34
  494. package/dist/chunk-NCNHDETB.js +0 -8
  495. package/dist/chunk-NGGISORT.js +0 -29
  496. package/dist/chunk-NKUBVRXY.js +0 -8896
  497. package/dist/chunk-NLMFEUVO.js +0 -41
  498. package/dist/chunk-NSFGACD7.js +0 -38
  499. package/dist/chunk-OJZPPAT6.js +0 -26
  500. package/dist/chunk-OME35FUG.js +0 -151
  501. package/dist/chunk-OQU4LWZW.js +0 -8
  502. package/dist/chunk-PEJYADAS.js +0 -8
  503. package/dist/chunk-PEVIP5UT.js +0 -8
  504. package/dist/chunk-PIQURQGB.js +0 -8
  505. package/dist/chunk-PONMXNY4.js +0 -8
  506. package/dist/chunk-PZWP36YA.js +0 -21
  507. package/dist/chunk-QAAKAKP7.js +0 -326
  508. package/dist/chunk-QLN2CBY6.js +0 -8
  509. package/dist/chunk-QNKQFCKJ.js +0 -16
  510. package/dist/chunk-R2J5USV6.js +0 -12
  511. package/dist/chunk-RFBD2ZNL.js +0 -40
  512. package/dist/chunk-RTMS5TJN.js +0 -10
  513. package/dist/chunk-RYKJOZ3B.js +0 -27
  514. package/dist/chunk-TEQVVR3W.js +0 -8
  515. package/dist/chunk-TGEP2YAT.js +0 -10
  516. package/dist/chunk-TH6YCBEG.js +0 -8
  517. package/dist/chunk-TXIFPX2A.js +0 -230
  518. package/dist/chunk-TYGGMKHU.js +0 -177
  519. package/dist/chunk-TYMVLD3B.js +0 -14
  520. package/dist/chunk-U23VDAWJ.js +0 -143
  521. package/dist/chunk-U3EPRSD3.js +0 -20
  522. package/dist/chunk-UAX5344Y.js +0 -10
  523. package/dist/chunk-UEXUCHDD.js +0 -34
  524. package/dist/chunk-UIP2CHMU.js +0 -8
  525. package/dist/chunk-UZUMIWPJ.js +0 -10
  526. package/dist/chunk-WJZED26X.js +0 -28
  527. package/dist/chunk-WZUKOJGI.js +0 -20
  528. package/dist/chunk-XD7U6L2E.js +0 -10
  529. package/dist/chunk-XX2OY7LK.js +0 -10
  530. package/dist/chunk-Y2S4O4UY.js +0 -10
  531. package/dist/chunk-YHQ5JGCC.js +0 -1
  532. package/dist/chunk-YMCOU2N5.js +0 -8
  533. package/dist/chunk-YTTZX7ZE.js +0 -45
  534. package/dist/chunk-YX44E5NF.js +0 -60
  535. package/dist/chunk-Z3SWPGPQ.js +0 -20
  536. package/dist/chunk-ZJ2VD224.js +0 -113
  537. package/dist/chunk-ZNQNBTWF.js +0 -100
  538. package/dist/chunk-ZULBHMWG.js +0 -35
  539. package/dist/chunk-ZUT5GZTD.js +0 -46
  540. package/dist/colors.cjs +0 -351
  541. package/dist/colors.d.cts +0 -1
  542. package/dist/components/accordion/index.cjs +0 -204
  543. package/dist/components/accordion/index.d.cts +0 -1
  544. package/dist/components/action-bar/index.cjs +0 -223
  545. package/dist/components/action-bar/index.d.cts +0 -1
  546. package/dist/components/alert/index.cjs +0 -233
  547. package/dist/components/alert/index.d.cts +0 -2
  548. package/dist/components/app-shell/index.cjs +0 -68
  549. package/dist/components/app-shell/index.d.cts +0 -2
  550. package/dist/components/aspect-ratio/index.cjs +0 -31
  551. package/dist/components/aspect-ratio/index.d.cts +0 -2
  552. package/dist/components/avatar/index.cjs +0 -70
  553. package/dist/components/avatar/index.d.cts +0 -3
  554. package/dist/components/back-button/index.cjs +0 -227
  555. package/dist/components/back-button/index.d.cts +0 -2
  556. package/dist/components/badge/index.cjs +0 -33
  557. package/dist/components/badge/index.d.cts +0 -3
  558. package/dist/components/bleed/index.cjs +0 -31
  559. package/dist/components/bleed/index.d.cts +0 -2
  560. package/dist/components/blockquote/index.cjs +0 -59
  561. package/dist/components/blockquote/index.d.cts +0 -2
  562. package/dist/components/box/index.cjs +0 -31
  563. package/dist/components/box/index.d.cts +0 -2
  564. package/dist/components/breadcrumb/index.cjs +0 -58
  565. package/dist/components/breadcrumb/index.d.cts +0 -1
  566. package/dist/components/button/index.cjs +0 -31
  567. package/dist/components/button/index.d.cts +0 -2
  568. package/dist/components/button-group/index.cjs +0 -31
  569. package/dist/components/button-group/index.d.cts +0 -2
  570. package/dist/components/card/index.cjs +0 -32
  571. package/dist/components/card/index.d.cts +0 -1
  572. package/dist/components/center/index.cjs +0 -31
  573. package/dist/components/center/index.d.cts +0 -2
  574. package/dist/components/checkbox/index.cjs +0 -45
  575. package/dist/components/checkbox/index.d.cts +0 -2
  576. package/dist/components/checkbox-card/index.cjs +0 -66
  577. package/dist/components/checkbox-card/index.d.cts +0 -2
  578. package/dist/components/checkmark/index.cjs +0 -31
  579. package/dist/components/checkmark/index.d.cts +0 -2
  580. package/dist/components/client-only/index.cjs +0 -31
  581. package/dist/components/client-only/index.d.cts +0 -2
  582. package/dist/components/clipboard/index.cjs +0 -234
  583. package/dist/components/clipboard/index.d.cts +0 -1
  584. package/dist/components/close-button/index.cjs +0 -193
  585. package/dist/components/close-button/index.d.cts +0 -2
  586. package/dist/components/code/index.cjs +0 -31
  587. package/dist/components/code/index.d.cts +0 -2
  588. package/dist/components/collapsible/index.cjs +0 -31
  589. package/dist/components/collapsible/index.d.cts +0 -1
  590. package/dist/components/color-picker/index.cjs +0 -31
  591. package/dist/components/color-picker/index.d.cts +0 -1
  592. package/dist/components/color-swatch/index.cjs +0 -35
  593. package/dist/components/color-swatch/index.d.cts +0 -6
  594. package/dist/components/command/index.cjs +0 -61
  595. package/dist/components/command/index.d.cts +0 -1
  596. package/dist/components/container/index.cjs +0 -31
  597. package/dist/components/container/index.d.cts +0 -2
  598. package/dist/components/data-list/index.cjs +0 -33
  599. package/dist/components/data-list/index.d.cts +0 -2
  600. package/dist/components/dialog/index.cjs +0 -246
  601. package/dist/components/dialog/index.d.cts +0 -1
  602. package/dist/components/drawer/index.cjs +0 -238
  603. package/dist/components/drawer/index.d.cts +0 -1
  604. package/dist/components/editable/index.cjs +0 -31
  605. package/dist/components/editable/index.d.cts +0 -1
  606. package/dist/components/empty-state/index.cjs +0 -50
  607. package/dist/components/empty-state/index.d.cts +0 -2
  608. package/dist/components/env/index.cjs +0 -33
  609. package/dist/components/env/index.d.cts +0 -5
  610. package/dist/components/env/index.d.ts +0 -5
  611. package/dist/components/env/index.js +0 -10
  612. package/dist/components/field/index.cjs +0 -35
  613. package/dist/components/field/index.d.cts +0 -3
  614. package/dist/components/fieldset/index.cjs +0 -33
  615. package/dist/components/fieldset/index.d.cts +0 -2
  616. package/dist/components/file-upload/index.cjs +0 -302
  617. package/dist/components/file-upload/index.d.cts +0 -2
  618. package/dist/components/flex/index.cjs +0 -31
  619. package/dist/components/flex/index.d.cts +0 -2
  620. package/dist/components/float/index.cjs +0 -31
  621. package/dist/components/float/index.d.cts +0 -2
  622. package/dist/components/focus-trap/index.cjs +0 -31
  623. package/dist/components/focus-trap/index.d.cts +0 -2
  624. package/dist/components/for/index.cjs +0 -31
  625. package/dist/components/for/index.d.cts +0 -2
  626. package/dist/components/format/index.cjs +0 -33
  627. package/dist/components/format/index.d.cts +0 -4
  628. package/dist/components/grid/index.cjs +0 -31
  629. package/dist/components/grid/index.d.cts +0 -2
  630. package/dist/components/grid-list/index.cjs +0 -68
  631. package/dist/components/grid-list/index.d.cts +0 -1
  632. package/dist/components/group/index.cjs +0 -31
  633. package/dist/components/group/index.d.cts +0 -2
  634. package/dist/components/heading/index.cjs +0 -31
  635. package/dist/components/heading/index.d.cts +0 -2
  636. package/dist/components/highlight/index.cjs +0 -31
  637. package/dist/components/highlight/index.d.cts +0 -2
  638. package/dist/components/hover-card/index.cjs +0 -66
  639. package/dist/components/hover-card/index.d.cts +0 -1
  640. package/dist/components/icon/index.cjs +0 -31
  641. package/dist/components/icon/index.d.cts +0 -2
  642. package/dist/components/icon-badge/index.cjs +0 -70
  643. package/dist/components/icon-badge/index.d.cts +0 -2
  644. package/dist/components/icon-button/index.cjs +0 -53
  645. package/dist/components/icon-button/index.d.cts +0 -2
  646. package/dist/components/icons/index.cjs +0 -193
  647. package/dist/components/icons/index.d.cts +0 -18
  648. package/dist/components/image/index.cjs +0 -31
  649. package/dist/components/image/index.d.cts +0 -2
  650. package/dist/components/info-tip/index.cjs +0 -312
  651. package/dist/components/info-tip/index.d.cts +0 -2
  652. package/dist/components/input/index.cjs +0 -39
  653. package/dist/components/input/index.d.cts +0 -9
  654. package/dist/components/kbd/index.cjs +0 -31
  655. package/dist/components/kbd/index.d.cts +0 -2
  656. package/dist/components/link/index.cjs +0 -71
  657. package/dist/components/link/index.d.cts +0 -2
  658. package/dist/components/list/index.cjs +0 -31
  659. package/dist/components/list/index.d.cts +0 -1
  660. package/dist/components/loader/index.cjs +0 -31
  661. package/dist/components/loader/index.d.cts +0 -1
  662. package/dist/components/loading-overlay/index.cjs +0 -87
  663. package/dist/components/loading-overlay/index.d.cts +0 -2
  664. package/dist/components/locale/index.cjs +0 -33
  665. package/dist/components/locale/index.d.cts +0 -3
  666. package/dist/components/mark/index.cjs +0 -31
  667. package/dist/components/mark/index.d.cts +0 -1
  668. package/dist/components/menu/index.cjs +0 -249
  669. package/dist/components/menu/index.d.cts +0 -1
  670. package/dist/components/native-select/index.cjs +0 -185
  671. package/dist/components/native-select/index.d.cts +0 -2
  672. package/dist/components/navbar/index.cjs +0 -108
  673. package/dist/components/navbar/index.d.cts +0 -1
  674. package/dist/components/number-input/index.cjs +0 -67
  675. package/dist/components/number-input/index.d.cts +0 -2
  676. package/dist/components/page/index.cjs +0 -196
  677. package/dist/components/page/index.d.cts +0 -2
  678. package/dist/components/pagination/index.cjs +0 -257
  679. package/dist/components/pagination/index.d.cts +0 -1
  680. package/dist/components/password-input/index.cjs +0 -284
  681. package/dist/components/password-input/index.d.cts +0 -2
  682. package/dist/components/persona/index.cjs +0 -247
  683. package/dist/components/persona/index.d.cts +0 -7
  684. package/dist/components/pin-input/index.cjs +0 -52
  685. package/dist/components/pin-input/index.d.cts +0 -2
  686. package/dist/components/popover/index.cjs +0 -255
  687. package/dist/components/popover/index.d.cts +0 -1
  688. package/dist/components/portal/index.cjs +0 -31
  689. package/dist/components/portal/index.d.cts +0 -2
  690. package/dist/components/presence/index.cjs +0 -31
  691. package/dist/components/presence/index.d.cts +0 -2
  692. package/dist/components/progress/index.cjs +0 -31
  693. package/dist/components/progress/index.d.cts +0 -1
  694. package/dist/components/progress-circle/index.cjs +0 -31
  695. package/dist/components/progress-circle/index.d.cts +0 -1
  696. package/dist/components/qr-code/index.cjs +0 -31
  697. package/dist/components/qr-code/index.d.cts +0 -1
  698. package/dist/components/radio/index.cjs +0 -46
  699. package/dist/components/radio/index.d.cts +0 -2
  700. package/dist/components/radio-card/index.cjs +0 -75
  701. package/dist/components/radio-card/index.d.cts +0 -1
  702. package/dist/components/radio-group/index.cjs +0 -31
  703. package/dist/components/radio-group/index.d.cts +0 -1
  704. package/dist/components/radiomark/index.cjs +0 -31
  705. package/dist/components/radiomark/index.d.cts +0 -2
  706. package/dist/components/rating-group/index.cjs +0 -31
  707. package/dist/components/rating-group/index.d.cts +0 -1
  708. package/dist/components/search-input/index.cjs +0 -273
  709. package/dist/components/search-input/index.d.cts +0 -2
  710. package/dist/components/segmented-control/index.cjs +0 -61
  711. package/dist/components/segmented-control/index.d.cts +0 -2
  712. package/dist/components/select/index.cjs +0 -285
  713. package/dist/components/select/index.d.cts +0 -1
  714. package/dist/components/separator/index.cjs +0 -31
  715. package/dist/components/separator/index.d.cts +0 -2
  716. package/dist/components/show/index.cjs +0 -31
  717. package/dist/components/show/index.d.cts +0 -2
  718. package/dist/components/sidebar/index.cjs +0 -168
  719. package/dist/components/sidebar/index.d.cts +0 -4
  720. package/dist/components/skeleton/index.cjs +0 -61
  721. package/dist/components/skeleton/index.d.cts +0 -6
  722. package/dist/components/skip-nav/index.cjs +0 -33
  723. package/dist/components/skip-nav/index.d.cts +0 -4
  724. package/dist/components/skip-nav-link/index.cjs +0 -33
  725. package/dist/components/skip-nav-link/index.d.cts +0 -4
  726. package/dist/components/slider/index.cjs +0 -61
  727. package/dist/components/slider/index.d.cts +0 -2
  728. package/dist/components/spacer/index.cjs +0 -31
  729. package/dist/components/spacer/index.d.cts +0 -2
  730. package/dist/components/spinner/index.cjs +0 -44
  731. package/dist/components/spinner/index.d.cts +0 -2
  732. package/dist/components/stack/index.cjs +0 -37
  733. package/dist/components/stack/index.d.cts +0 -6
  734. package/dist/components/stat/index.cjs +0 -83
  735. package/dist/components/stat/index.d.cts +0 -1
  736. package/dist/components/status/index.cjs +0 -45
  737. package/dist/components/status/index.d.cts +0 -2
  738. package/dist/components/steps/index.cjs +0 -221
  739. package/dist/components/steps/index.d.cts +0 -1
  740. package/dist/components/switch/index.cjs +0 -48
  741. package/dist/components/switch/index.d.cts +0 -2
  742. package/dist/components/table/index.cjs +0 -31
  743. package/dist/components/table/index.d.cts +0 -1
  744. package/dist/components/tabs/index.cjs +0 -37
  745. package/dist/components/tabs/index.d.cts +0 -4
  746. package/dist/components/tag/index.cjs +0 -53
  747. package/dist/components/tag/index.d.cts +0 -2
  748. package/dist/components/textarea/index.cjs +0 -31
  749. package/dist/components/textarea/index.d.cts +0 -2
  750. package/dist/components/timeline/index.cjs +0 -31
  751. package/dist/components/timeline/index.d.cts +0 -1
  752. package/dist/components/toaster/index.cjs +0 -262
  753. package/dist/components/toaster/index.d.cts +0 -3
  754. package/dist/components/toggle/index.cjs +0 -31
  755. package/dist/components/toggle/index.d.cts +0 -1
  756. package/dist/components/toggle-tip/index.cjs +0 -302
  757. package/dist/components/toggle-tip/index.d.cts +0 -2
  758. package/dist/components/tooltip/index.cjs +0 -58
  759. package/dist/components/tooltip/index.d.cts +0 -2
  760. package/dist/components/typography/index.cjs +0 -37
  761. package/dist/components/typography/index.d.cts +0 -8
  762. package/dist/components/typography/index.d.ts +0 -8
  763. package/dist/components/typography/index.js +0 -14
  764. package/dist/components/visually-hidden/index.cjs +0 -31
  765. package/dist/components/visually-hidden/index.d.cts +0 -1
  766. package/dist/components/wrap/index.cjs +0 -31
  767. package/dist/components/wrap/index.d.cts +0 -2
  768. package/dist/index.cjs +0 -12233
  769. package/dist/index.d.cts +0 -240
  770. package/dist/preset.cjs +0 -9233
  771. package/dist/preset.d.cts +0 -3
@@ -0,0 +1,17 @@
1
+ import * as React from 'react';
2
+ import { type HTMLChakraProps, type SlotRecipeProps } from '@chakra-ui/react';
3
+ interface SectionRootProps extends HTMLChakraProps<'div'>, SlotRecipeProps<'suiSection'> {
4
+ }
5
+ declare const SectionRoot: React.ForwardRefExoticComponent<SectionRootProps & React.RefAttributes<HTMLDivElement>>;
6
+ interface SectionBodyProps extends HTMLChakraProps<'div'> {
7
+ }
8
+ declare const SectionBody: React.ForwardRefExoticComponent<SectionBodyProps & React.RefAttributes<HTMLDivElement>>;
9
+ interface SectionHeaderProps extends Omit<HTMLChakraProps<'div'>, 'title'> {
10
+ title?: React.ReactNode;
11
+ description?: React.ReactNode;
12
+ }
13
+ declare const SectionHeader: React.ForwardRefExoticComponent<SectionHeaderProps & React.RefAttributes<HTMLDivElement>>;
14
+ declare const SectionTitle: React.ForwardRefExoticComponent<Omit<import("@chakra-ui/react").PatchHtmlProps<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>, "zIndex" | "opacity" | "cursor" | "page" | "container" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "animationRange" | "animationRangeStart" | "animationRangeEnd" | "animationTimeline" | "transformOrigin" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "WebkitUserSelect" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "anchorName" | "anchorScope" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "clipRule" | "color" | "colorInterpolationFilters" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "emptyCells" | "fieldSizing" | "fill" | "fillOpacity" | "fillRule" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "printColorAdjust" | "quotes" | "r" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textAnchor" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "x" | "y" | "zoom" | "alignmentBaseline" | "baselineShift" | "colorInterpolation" | "colorRendering" | "glyphOrientationVertical" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderEnd" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "borderSpacingX" | "borderSpacingY" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof import("@chakra-ui/react").PolymorphicProps> & Omit<import("@chakra-ui/react").JsxStyleProps, never> & import("@chakra-ui/react").PolymorphicProps & React.RefAttributes<HTMLHeadingElement>>;
15
+ declare const SectionDescription: React.ForwardRefExoticComponent<Omit<import("@chakra-ui/react").PatchHtmlProps<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "zIndex" | "opacity" | "cursor" | "page" | "container" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "animationRange" | "animationRangeStart" | "animationRangeEnd" | "animationTimeline" | "transformOrigin" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "WebkitUserSelect" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "anchorName" | "anchorScope" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "clipRule" | "color" | "colorInterpolationFilters" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "emptyCells" | "fieldSizing" | "fill" | "fillOpacity" | "fillRule" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "printColorAdjust" | "quotes" | "r" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textAnchor" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "x" | "y" | "zoom" | "alignmentBaseline" | "baselineShift" | "colorInterpolation" | "colorRendering" | "glyphOrientationVertical" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderEnd" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "borderSpacingX" | "borderSpacingY" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof import("@chakra-ui/react").PolymorphicProps> & Omit<import("@chakra-ui/react").JsxStyleProps, never> & import("@chakra-ui/react").PolymorphicProps & React.RefAttributes<HTMLDivElement>>;
16
+ export { SectionRoot as Root, SectionHeader as Header, SectionTitle as Title, SectionDescription as Description, SectionBody as Body, };
17
+ export type { SectionRootProps as RootProps, SectionHeaderProps as HeaderProps, SectionBodyProps as BodyProps, };
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import { chakra, } from '@chakra-ui/react';
4
+ import { withContext, withProvider } from "./section.context.js";
5
+ const SectionRoot = withProvider('div', 'root');
6
+ const SectionBody = withContext('div', 'body');
7
+ const SectionHeader = withContext((props) => {
8
+ const { title, description, children, ...rest } = props;
9
+ return (_jsxs(chakra.div, { ...rest, children: [typeof title === 'string' ? (_jsx(SectionTitle, { children: title })) : (title), typeof description === 'string' ? (_jsx(SectionDescription, { children: description })) : (description), children] }));
10
+ }, 'header');
11
+ const SectionTitle = withContext('h3', 'title');
12
+ const SectionDescription = withContext('div', 'description');
13
+ export { SectionRoot as Root, SectionHeader as Header, SectionTitle as Title, SectionDescription as Description, SectionBody as Body, };
@@ -1,2 +1,2 @@
1
- export { SegmentedControl_alias_1 as SegmentedControl } from '../../_tsup-dts-rollup.js';
2
- export { SegmentedControlProps_alias_1 as SegmentedControlProps } from '../../_tsup-dts-rollup.js';
1
+ export { SegmentedControl } from './segmented-control.tsx';
2
+ export type { SegmentedControlProps } from './segmented-control.tsx';
@@ -1,8 +1 @@
1
- 'use client'
2
- import {
3
- SegmentedControl
4
- } from "../../chunk-KFDVVTMT.js";
5
- import "../../chunk-RTMS5TJN.js";
6
- export {
7
- SegmentedControl
8
- };
1
+ export { SegmentedControl } from "./segmented-control.js";
@@ -0,0 +1,11 @@
1
+ import { SegmentGroup } from '@chakra-ui/react/segment-group';
2
+ interface Item {
3
+ value: string;
4
+ label: React.ReactNode;
5
+ disabled?: boolean;
6
+ }
7
+ export interface SegmentedControlProps extends SegmentGroup.RootProps {
8
+ items: Array<string | Item>;
9
+ }
10
+ export declare const SegmentedControl: import("react").ForwardRefExoticComponent<SegmentedControlProps & import("react").RefAttributes<HTMLDivElement>>;
11
+ export {};
@@ -0,0 +1,17 @@
1
+ 'use client';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import { forwardRef, useMemo } from 'react';
4
+ import { For } from '@chakra-ui/react/for';
5
+ import { SegmentGroup } from '@chakra-ui/react/segment-group';
6
+ function normalize(items) {
7
+ return items.map((item) => {
8
+ if (typeof item === 'string')
9
+ return { value: item, label: item };
10
+ return item;
11
+ });
12
+ }
13
+ export const SegmentedControl = forwardRef(function SegmentedControl(props, ref) {
14
+ const { items, ...rest } = props;
15
+ const data = useMemo(() => normalize(items), [items]);
16
+ return (_jsxs(SegmentGroup.Root, { ref: ref, ...rest, children: [_jsx(SegmentGroup.Indicator, {}), _jsx(For, { each: data, children: (item) => (_jsxs(SegmentGroup.Item, { value: item.value, disabled: item.disabled, children: [_jsx(SegmentGroup.ItemText, { children: item.label }), _jsx(SegmentGroup.ItemHiddenInput, {})] }, item.value)) })] }));
17
+ });
@@ -1 +1 @@
1
- export { Select_alias_1 as Select } from '../../_tsup-dts-rollup.js';
1
+ export * as Select from './namespace.ts';
@@ -1,13 +1 @@
1
- 'use client'
2
- import {
3
- namespace_exports
4
- } from "../../chunk-BVISYY3B.js";
5
- import "../../chunk-JMYI6YXR.js";
6
- import "../../chunk-WZUKOJGI.js";
7
- import "../../chunk-OJZPPAT6.js";
8
- import "../../chunk-5HVAMQYO.js";
9
- import "../../chunk-OME35FUG.js";
10
- import "../../chunk-RTMS5TJN.js";
11
- export {
12
- namespace_exports as Select
13
- };
1
+ export * as Select from "./namespace.js";
@@ -0,0 +1,2 @@
1
+ export { SelectRoot as Root, SelectTrigger as Trigger, SelectContent as Content, SelectItem as Item, SelectLabel as Label, SelectItemGroup as ItemGroup, SelectItemText as ItemText, SelectValueText as ValueText, } from './select.tsx';
2
+ export type { SelectRootProps as RootProps, SelectTriggerProps as TriggerProps, SelectContentProps as ContentProps, SelectItemGroupProps as ItemGroupProps, SelectValueTextProps as ValueTextProps, } from './select.tsx';
@@ -0,0 +1 @@
1
+ export { SelectRoot as Root, SelectTrigger as Trigger, SelectContent as Content, SelectItem as Item, SelectLabel as Label, SelectItemGroup as ItemGroup, SelectItemText as ItemText, SelectValueText as ValueText, } from "./select.js";
@@ -0,0 +1,26 @@
1
+ import type { CollectionItem, ListCollection } from '@chakra-ui/react/collection';
2
+ import { Select as SelectPrimitive } from '@chakra-ui/react/select';
3
+ export interface SelectTriggerProps extends SelectPrimitive.ControlProps {
4
+ clearable?: boolean;
5
+ }
6
+ export declare const SelectTrigger: import("react").ForwardRefExoticComponent<SelectTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
7
+ export interface SelectContentProps extends SelectPrimitive.ContentProps {
8
+ portalled?: boolean;
9
+ portalRef?: React.RefObject<HTMLElement>;
10
+ }
11
+ export declare const SelectContent: import("react").ForwardRefExoticComponent<SelectContentProps & import("react").RefAttributes<HTMLDivElement>>;
12
+ export declare const SelectItem: import("react").ForwardRefExoticComponent<SelectPrimitive.ItemProps & import("react").RefAttributes<HTMLDivElement>>;
13
+ export interface SelectValueTextProps extends Omit<SelectPrimitive.ValueTextProps, 'children'> {
14
+ children?(items: CollectionItem[]): React.ReactNode;
15
+ }
16
+ export declare const SelectValueText: import("react").ForwardRefExoticComponent<SelectValueTextProps & import("react").RefAttributes<HTMLSpanElement>>;
17
+ export interface SelectRootProps<T> extends SelectPrimitive.RootProps<T> {
18
+ collection: ListCollection<T>;
19
+ }
20
+ export declare const SelectRoot: <T extends CollectionItem = CollectionItem>(props: SelectRootProps<T> & React.RefAttributes<HTMLDivElement>) => React.ReactElement;
21
+ export interface SelectItemGroupProps extends SelectPrimitive.ItemGroupProps {
22
+ label: React.ReactNode;
23
+ }
24
+ export declare const SelectItemGroup: import("react").ForwardRefExoticComponent<SelectItemGroupProps & import("react").RefAttributes<HTMLDivElement>>;
25
+ export declare const SelectLabel: import("react").ForwardRefExoticComponent<SelectPrimitive.LabelProps & import("react").RefAttributes<HTMLLabelElement>>;
26
+ export declare const SelectItemText: import("react").ForwardRefExoticComponent<SelectPrimitive.ItemTextProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,43 @@
1
+ 'use client';
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ import { forwardRef } from 'react';
4
+ import { Portal } from '@chakra-ui/react/portal';
5
+ import { Select as SelectPrimitive } from '@chakra-ui/react/select';
6
+ import { CloseButton } from "../close-button/index.js";
7
+ export const SelectTrigger = forwardRef(function SelectTrigger(props, ref) {
8
+ const { children, clearable, ...rest } = props;
9
+ return (_jsxs(SelectPrimitive.Control, { ...rest, children: [_jsx(SelectPrimitive.Trigger, { ref: ref, children: children }), _jsxs(SelectPrimitive.IndicatorGroup, { children: [clearable && _jsx(SelectClearTrigger, {}), _jsx(SelectPrimitive.Indicator, {})] })] }));
10
+ });
11
+ const SelectClearTrigger = forwardRef(function SelectClearTrigger(props, ref) {
12
+ return (_jsx(SelectPrimitive.ClearTrigger, { asChild: true, ...props, ref: ref, children: _jsx(CloseButton, { size: "xs", variant: "plain", focusVisibleRing: "inside", focusRingWidth: "2px", pointerEvents: "auto" }) }));
13
+ });
14
+ export const SelectContent = forwardRef(function SelectContent(props, ref) {
15
+ const { portalled = true, portalRef, ...rest } = props;
16
+ return (_jsx(Portal, { disabled: !portalled, container: portalRef, children: _jsx(SelectPrimitive.Positioner, { children: _jsx(SelectPrimitive.Content, { ...rest, ref: ref }) }) }));
17
+ });
18
+ export const SelectItem = forwardRef(function SelectItem(props, ref) {
19
+ const { item, children, ...rest } = props;
20
+ return (_jsxs(SelectPrimitive.Item, { item: item, ...rest, ref: ref, children: [children, _jsx(SelectPrimitive.ItemIndicator, {})] }, item.value));
21
+ });
22
+ export const SelectValueText = forwardRef(function SelectValueText(props, ref) {
23
+ const { children, ...rest } = props;
24
+ return (_jsx(SelectPrimitive.ValueText, { ...rest, ref: ref, children: _jsx(SelectPrimitive.Context, { children: (select) => {
25
+ const items = select.selectedItems;
26
+ if (items.length === 0)
27
+ return props.placeholder;
28
+ if (children)
29
+ return children(items);
30
+ if (items.length === 1)
31
+ return select.collection.stringifyItem(items[0]);
32
+ return `${items.length} selected`;
33
+ } }) }));
34
+ });
35
+ export const SelectRoot = forwardRef(function SelectRoot(props, ref) {
36
+ return (_jsx(SelectPrimitive.Root, { ...props, ref: ref, positioning: { sameWidth: true, ...props.positioning } }));
37
+ });
38
+ export const SelectItemGroup = forwardRef(function SelectItemGroup(props, ref) {
39
+ const { children, label, ...rest } = props;
40
+ return (_jsxs(SelectPrimitive.ItemGroup, { ...rest, ref: ref, children: [_jsx(SelectPrimitive.ItemGroupLabel, { children: label }), children] }));
41
+ });
42
+ export const SelectLabel = SelectPrimitive.Label;
43
+ export const SelectItemText = SelectPrimitive.ItemText;
@@ -1,2 +1,2 @@
1
- export { Separator_alias_1 as Separator } from '../../_tsup-dts-rollup.js';
2
- export { SeparatorProps_alias_1 as SeparatorProps } from '../../_tsup-dts-rollup.js';
1
+ export { Separator } from '@chakra-ui/react/separator';
2
+ export type { SeparatorProps } from '@chakra-ui/react/separator';
@@ -1,8 +1 @@
1
- 'use client'
2
- import {
3
- Separator
4
- } from "../../chunk-27OMFCPD.js";
5
- import "../../chunk-RTMS5TJN.js";
6
- export {
7
- Separator
8
- };
1
+ export { Separator } from '@chakra-ui/react/separator';
@@ -1,2 +1 @@
1
- export { Show_alias_1 as Show } from '../../_tsup-dts-rollup.js';
2
- export { ShowProps_alias_1 as ShowProps } from '../../_tsup-dts-rollup.js';
1
+ export { Show, type ShowProps, } from '@chakra-ui/react/show';
@@ -1,8 +1 @@
1
- 'use client'
2
- import {
3
- Show
4
- } from "../../chunk-LU2H6GWC.js";
5
- import "../../chunk-RTMS5TJN.js";
6
- export {
7
- Show
8
- };
1
+ export { Show, } from '@chakra-ui/react/show';
@@ -1,4 +1,3 @@
1
- export { Sidebar_alias_1 as Sidebar } from '../../_tsup-dts-rollup.js';
2
- export { useSidebarStyles_alias_1 as useSidebarStyles } from '../../_tsup-dts-rollup.js';
3
- export { useSidebarItemStyles_alias_1 as useSidebarItemStyles } from '../../_tsup-dts-rollup.js';
4
- export { useSidebar_alias_1 as useSidebar } from '../../_tsup-dts-rollup.js';
1
+ export * as Sidebar from './sidebar.tsx';
2
+ export { useSidebarStyles, useSidebarItemStyles } from './sidebar.context.ts';
3
+ export { useSidebar } from '@saas-ui/core/sidebar';
@@ -1,14 +1,3 @@
1
- 'use client'
2
- import {
3
- sidebar_exports,
4
- useSidebar,
5
- useSidebarItemStyles,
6
- useSidebarStyles
7
- } from "../../chunk-U23VDAWJ.js";
8
- import "../../chunk-RTMS5TJN.js";
9
- export {
10
- sidebar_exports as Sidebar,
11
- useSidebar,
12
- useSidebarItemStyles,
13
- useSidebarStyles
14
- };
1
+ export * as Sidebar from "./sidebar.js";
2
+ export { useSidebarStyles, useSidebarItemStyles } from "./sidebar.context.js";
3
+ export { useSidebar } from '@saas-ui/core/sidebar';
@@ -0,0 +1,10 @@
1
+ export declare const withContext: <T, P_1>(Component: React.ElementType<any>, slot?: string | undefined, options?: import("@chakra-ui/react").WithContextOptions<P_1> | undefined) => import("react").ForwardRefExoticComponent<import("react").PropsWithoutRef<P_1> & import("react").RefAttributes<T>>, useRecipeResult: (props: any) => {
2
+ styles: Record<string, import("@chakra-ui/react").SystemStyleObject>;
3
+ classNames: Record<string, string>;
4
+ props: {
5
+ [x: string]: any;
6
+ [x: number]: any;
7
+ [x: symbol]: any;
8
+ };
9
+ }, StylesProvider: import("react").Provider<Record<string, import("@chakra-ui/react").SystemStyleObject>>, ClassNamesProvider: import("react").Provider<Record<string, string>>, useSidebarStyles: () => Record<string, import("@chakra-ui/react").SystemStyleObject>;
10
+ export declare const withItemProvider: <T, P>(Component: React.ElementType<any>, slot: string, options?: import("@chakra-ui/react").WithProviderOptions<P> | undefined) => import("react").ForwardRefExoticComponent<import("react").PropsWithoutRef<P> & import("react").RefAttributes<T>>, withItemContext: <T, P_1>(Component: React.ElementType<any>, slot?: string | undefined, options?: import("@chakra-ui/react").WithContextOptions<P_1> | undefined) => import("react").ForwardRefExoticComponent<import("react").PropsWithoutRef<P_1> & import("react").RefAttributes<T>>, useSidebarItemStyles: () => Record<string, import("@chakra-ui/react").SystemStyleObject>;
@@ -0,0 +1,7 @@
1
+ import { createSlotRecipeContext } from '@chakra-ui/react';
2
+ export const { withContext, useRecipeResult, StylesProvider, ClassNamesProvider, useStyles: useSidebarStyles, } = createSlotRecipeContext({
3
+ key: 'suiSidebar',
4
+ });
5
+ export const { withProvider: withItemProvider, withContext: withItemContext, useStyles: useSidebarItemStyles, } = createSlotRecipeContext({
6
+ key: 'suiSidebarNavItem',
7
+ });