@saas-ui/react 3.0.0-next.2 → 3.0.0-next.21

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 (1022) hide show
  1. package/CHANGELOG.md +124 -0
  2. package/dist/.tsbuildinfo.json +1 -0
  3. package/dist/colors.d.ts +1 -0
  4. package/dist/colors.js +1 -0
  5. package/dist/components/accordion/accordion.d.ts +14 -0
  6. package/dist/components/accordion/accordion.js +15 -0
  7. package/dist/components/accordion/accordion.recipe.d.ts +75 -0
  8. package/dist/components/accordion/accordion.recipe.js +139 -0
  9. package/dist/components/accordion/index.d.ts +1 -0
  10. package/dist/components/accordion/index.js +1 -0
  11. package/dist/components/action-bar/action-bar.d.ts +16 -0
  12. package/dist/components/action-bar/action-bar.js +17 -0
  13. package/dist/components/action-bar/action-bar.recipe.d.ts +1 -0
  14. package/dist/components/action-bar/action-bar.recipe.js +56 -0
  15. package/dist/components/action-bar/index.d.ts +1 -0
  16. package/dist/components/action-bar/index.js +1 -0
  17. package/dist/components/alert/alert.d.ts +10 -0
  18. package/dist/components/alert/alert.js +9 -0
  19. package/dist/components/alert/alert.recipe.d.ts +120 -0
  20. package/dist/components/alert/alert.recipe.js +149 -0
  21. package/dist/components/alert/index.d.ts +1 -0
  22. package/dist/components/alert/index.js +1 -0
  23. package/dist/components/app-shell/app-shell.d.ts +40 -0
  24. package/dist/components/app-shell/app-shell.js +22 -0
  25. package/dist/components/app-shell/app-shell.recipe.d.ts +18 -0
  26. package/dist/components/app-shell/app-shell.recipe.js +45 -0
  27. package/dist/components/app-shell/index.d.ts +2 -0
  28. package/dist/components/app-shell/index.js +1 -0
  29. package/dist/components/aspect-ratio/index.d.ts +1 -0
  30. package/dist/components/aspect-ratio/index.js +1 -0
  31. package/dist/components/avatar/avatar.d.ts +17 -0
  32. package/dist/components/avatar/avatar.js +25 -0
  33. package/dist/components/avatar/avatar.recipe.d.ts +89 -0
  34. package/dist/components/avatar/avatar.recipe.js +130 -0
  35. package/dist/components/avatar/index.d.ts +2 -0
  36. package/dist/components/avatar/index.js +1 -0
  37. package/dist/components/back-button/back-button.d.ts +7 -0
  38. package/dist/components/back-button/back-button.js +14 -0
  39. package/dist/components/back-button/index.d.ts +2 -0
  40. package/dist/components/back-button/index.js +1 -0
  41. package/dist/components/badge/badge.recipe.d.ts +48 -0
  42. package/dist/components/badge/badge.recipe.js +66 -0
  43. package/dist/components/badge/index.d.ts +1 -0
  44. package/dist/components/badge/index.js +1 -0
  45. package/dist/components/bleed/index.d.ts +1 -0
  46. package/dist/components/bleed/index.js +1 -0
  47. package/dist/components/blockquote/blockquote.d.ts +9 -0
  48. package/dist/components/blockquote/blockquote.js +7 -0
  49. package/dist/components/blockquote/blockquote.recipe.d.ts +52 -0
  50. package/dist/components/blockquote/blockquote.recipe.js +77 -0
  51. package/dist/components/blockquote/index.d.ts +1 -0
  52. package/dist/components/blockquote/index.js +1 -0
  53. package/dist/components/box/index.d.ts +1 -0
  54. package/dist/components/box/index.js +1 -0
  55. package/dist/components/breadcrumb/breadcrumb.d.ts +10 -0
  56. package/dist/components/breadcrumb/breadcrumb.js +15 -0
  57. package/dist/components/breadcrumb/breadcrumb.recipe.d.ts +46 -0
  58. package/dist/components/breadcrumb/breadcrumb.recipe.js +90 -0
  59. package/dist/components/breadcrumb/index.d.ts +1 -0
  60. package/dist/components/breadcrumb/index.js +1 -0
  61. package/dist/components/button/button.recipe.d.ts +138 -0
  62. package/dist/components/button/button.recipe.js +182 -0
  63. package/dist/components/button/index.d.ts +2 -0
  64. package/dist/components/button/index.js +1 -0
  65. package/dist/components/button-group/index.d.ts +2 -0
  66. package/dist/components/button-group/index.js +1 -0
  67. package/dist/components/card/card.recipe.d.ts +70 -0
  68. package/dist/components/card/card.recipe.js +120 -0
  69. package/dist/components/card/index.js +2 -0
  70. package/dist/components/center/index.d.ts +1 -0
  71. package/dist/components/center/index.js +1 -0
  72. package/dist/components/checkbox/checkbox.d.ts +7 -0
  73. package/dist/components/checkbox/checkbox.js +7 -0
  74. package/dist/components/checkbox/checkbox.recipe.d.ts +80 -0
  75. package/dist/components/checkbox/checkbox.recipe.js +64 -0
  76. package/dist/components/checkbox/index.d.ts +2 -0
  77. package/dist/components/checkbox/index.js +1 -0
  78. package/dist/components/checkbox-card/checkbox-card.d.ts +12 -0
  79. package/dist/components/checkbox-card/checkbox-card.js +10 -0
  80. package/dist/components/checkbox-card/checkbox-card.recipe.d.ts +188 -0
  81. package/dist/components/checkbox-card/checkbox-card.recipe.js +201 -0
  82. package/dist/components/checkbox-card/index.d.ts +1 -0
  83. package/dist/components/checkbox-card/index.js +1 -0
  84. package/dist/components/checkmark/checkmark.recipe.d.ts +54 -0
  85. package/dist/components/checkmark/checkmark.recipe.js +80 -0
  86. package/dist/components/checkmark/index.d.ts +1 -0
  87. package/dist/components/checkmark/index.js +1 -0
  88. package/dist/components/client-only/index.d.ts +1 -0
  89. package/dist/components/client-only/index.js +1 -0
  90. package/dist/components/clipboard/clipboard.d.ts +22 -0
  91. package/dist/components/clipboard/clipboard.js +29 -0
  92. package/dist/components/clipboard/index.d.ts +3 -0
  93. package/dist/components/clipboard/index.js +2 -0
  94. package/dist/components/close-button/close-button.d.ts +4 -0
  95. package/dist/components/close-button/close-button.js +7 -0
  96. package/dist/components/close-button/index.d.ts +2 -0
  97. package/dist/components/close-button/index.js +1 -0
  98. package/dist/components/code/code.recipe.d.ts +48 -0
  99. package/dist/components/code/code.recipe.js +14 -0
  100. package/dist/components/code/index.d.ts +1 -0
  101. package/dist/components/code/index.js +1 -0
  102. package/dist/components/collapsible/collapsible.recipe.d.ts +1 -0
  103. package/dist/components/collapsible/collapsible.recipe.js +19 -0
  104. package/dist/components/color-swatch/index.d.ts +1 -0
  105. package/dist/components/color-swatch/index.js +1 -0
  106. package/dist/components/command/command.d.ts +14 -0
  107. package/dist/components/command/command.js +25 -0
  108. package/dist/components/command/command.recipe.d.ts +15 -0
  109. package/dist/components/command/command.recipe.js +34 -0
  110. package/dist/components/command/index.d.ts +1 -0
  111. package/dist/components/command/index.js +1 -0
  112. package/dist/components/container/container.recipe.d.ts +14 -0
  113. package/dist/components/container/container.recipe.js +25 -0
  114. package/dist/components/container/index.d.ts +1 -0
  115. package/dist/components/container/index.js +1 -0
  116. package/dist/components/data-list/data-list.recipe.d.ts +55 -0
  117. package/dist/components/data-list/data-list.recipe.js +78 -0
  118. package/dist/components/dialog/dialog.d.ts +21 -0
  119. package/dist/components/dialog/dialog.js +23 -0
  120. package/dist/components/dialog/dialog.recipe.d.ts +148 -0
  121. package/dist/components/dialog/dialog.recipe.js +219 -0
  122. package/dist/components/dialog/index.d.ts +1 -0
  123. package/dist/components/dialog/index.js +1 -0
  124. package/dist/components/drawer/drawer.d.ts +20 -0
  125. package/dist/components/drawer/drawer.js +24 -0
  126. package/dist/components/drawer/drawer.recipe.d.ts +113 -0
  127. package/dist/components/drawer/drawer.recipe.js +197 -0
  128. package/dist/components/drawer/index.d.ts +1 -0
  129. package/dist/components/drawer/index.js +1 -0
  130. package/dist/components/editable/editable.recipe.d.ts +37 -0
  131. package/dist/components/editable/editable.recipe.js +83 -0
  132. package/dist/components/editable/index.d.ts +1 -0
  133. package/dist/components/editable/index.js +1 -0
  134. package/dist/components/empty-state/empty-state.d.ts +7 -0
  135. package/dist/components/empty-state/empty-state.js +11 -0
  136. package/dist/components/empty-state/empty-state.recipe.d.ts +82 -0
  137. package/dist/components/empty-state/empty-state.recipe.js +130 -0
  138. package/dist/components/empty-state/index.d.ts +2 -0
  139. package/dist/components/empty-state/index.js +1 -0
  140. package/dist/components/env/index.d.ts +1 -0
  141. package/dist/components/env/index.js +1 -0
  142. package/dist/components/field/field.recipe.d.ts +29 -0
  143. package/dist/components/field/field.recipe.js +74 -0
  144. package/dist/components/fieldset/fieldset.recipe.d.ts +37 -0
  145. package/dist/components/fieldset/fieldset.recipe.js +59 -0
  146. package/dist/components/fieldset/index.d.ts +1 -0
  147. package/dist/components/fieldset/index.js +1 -0
  148. package/dist/components/file-upload/file-upload.d.ts +29 -0
  149. package/dist/components/file-upload/file-upload.js +46 -0
  150. package/dist/components/file-upload/file-upload.recipe.d.ts +1 -0
  151. package/dist/components/file-upload/file-upload.recipe.js +90 -0
  152. package/dist/components/file-upload/index.d.ts +2 -0
  153. package/dist/components/file-upload/index.js +2 -0
  154. package/dist/components/flex/index.d.ts +1 -0
  155. package/dist/components/flex/index.js +1 -0
  156. package/dist/components/float/index.d.ts +1 -0
  157. package/dist/components/float/index.js +1 -0
  158. package/dist/components/focus-trap/index.d.ts +1 -0
  159. package/dist/components/focus-trap/index.js +1 -0
  160. package/dist/components/for/index.d.ts +1 -0
  161. package/dist/components/for/index.js +1 -0
  162. package/dist/components/format/index.d.ts +1 -0
  163. package/dist/components/format/index.js +1 -0
  164. package/dist/components/grid/index.d.ts +1 -0
  165. package/dist/components/grid/index.js +1 -0
  166. package/dist/components/grid-list/grid-list.context.d.ts +1 -0
  167. package/dist/components/grid-list/grid-list.context.js +4 -0
  168. package/dist/components/grid-list/grid-list.d.ts +17 -0
  169. package/dist/components/grid-list/grid-list.js +7 -0
  170. package/dist/components/grid-list/grid-list.recipe.d.ts +60 -0
  171. package/dist/components/grid-list/grid-list.recipe.js +132 -0
  172. package/dist/components/grid-list/index.d.ts +1 -0
  173. package/dist/components/grid-list/index.js +1 -0
  174. package/dist/components/group/index.d.ts +1 -0
  175. package/dist/components/group/index.js +1 -0
  176. package/dist/components/heading/heading.recipe.d.ts +37 -0
  177. package/dist/components/heading/heading.recipe.js +26 -0
  178. package/dist/components/heading/index.d.ts +1 -0
  179. package/dist/components/heading/index.js +1 -0
  180. package/dist/components/highlight/index.d.ts +1 -0
  181. package/dist/components/highlight/index.js +1 -0
  182. package/dist/components/hover-card/hover-card.d.ts +11 -0
  183. package/dist/components/hover-card/hover-card.js +13 -0
  184. package/dist/components/hover-card/hover-card.recipe.d.ts +28 -0
  185. package/dist/components/hover-card/hover-card.recipe.js +70 -0
  186. package/dist/components/hover-card/index.d.ts +1 -0
  187. package/dist/components/hover-card/index.js +1 -0
  188. package/dist/components/icon/icon.recipe.d.ts +25 -0
  189. package/dist/components/icon/icon.recipe.js +27 -0
  190. package/dist/components/icon/index.d.ts +1 -0
  191. package/dist/components/icon/index.js +1 -0
  192. package/dist/components/icon-badge/icon-badge.d.ts +13 -0
  193. package/dist/components/icon-badge/icon-badge.js +23 -0
  194. package/dist/components/icon-badge/icon-badge.recipe.d.ts +43 -0
  195. package/dist/components/icon-badge/icon-badge.recipe.js +56 -0
  196. package/dist/components/icon-badge/index.d.ts +2 -0
  197. package/dist/components/icon-badge/index.js +1 -0
  198. package/dist/components/icon-button/icon-button.d.ts +4 -0
  199. package/dist/components/icon-button/icon-button.js +6 -0
  200. package/dist/components/icon-button/index.d.ts +1 -0
  201. package/dist/components/icon-button/index.js +1 -0
  202. package/dist/components/icons/create-icon.d.ts +27 -0
  203. package/dist/components/icons/create-icon.js +15 -0
  204. package/dist/components/icons/icons.d.ts +18 -0
  205. package/dist/components/icons/icons.js +74 -0
  206. package/dist/components/icons/index.d.ts +1 -0
  207. package/dist/components/icons/index.js +1 -0
  208. package/dist/components/image/index.d.ts +1 -0
  209. package/dist/components/image/index.js +1 -0
  210. package/dist/components/info-tip/index.d.ts +1 -0
  211. package/dist/components/info-tip/index.js +1 -0
  212. package/dist/components/info-tip/info-tip.d.ts +8 -0
  213. package/dist/components/info-tip/info-tip.js +9 -0
  214. package/dist/components/input/index.d.ts +2 -0
  215. package/dist/components/input/index.js +1 -0
  216. package/dist/components/input/input-addon.recipe.d.ts +56 -0
  217. package/dist/components/input/input-addon.recipe.js +36 -0
  218. package/dist/components/input/input.recipe.d.ts +66 -0
  219. package/dist/components/input/input.recipe.js +93 -0
  220. package/dist/components/kbd/index.d.ts +1 -0
  221. package/dist/components/kbd/index.js +1 -0
  222. package/dist/components/kbd/kbd.recipe.d.ts +36 -0
  223. package/dist/components/kbd/kbd.recipe.js +56 -0
  224. package/dist/components/link/index.d.ts +2 -0
  225. package/dist/components/link/index.js +1 -0
  226. package/dist/components/link/link.d.ts +10 -0
  227. package/dist/components/link/link.js +15 -0
  228. package/dist/components/link/link.recipe.d.ts +18 -0
  229. package/dist/components/link/link.recipe.js +34 -0
  230. package/dist/components/list/list.recipe.d.ts +38 -0
  231. package/dist/components/list/list.recipe.js +62 -0
  232. package/dist/components/loading-overlay/index.d.ts +2 -0
  233. package/dist/components/loading-overlay/index.js +2 -0
  234. package/dist/components/loading-overlay/loading-overlay.context.d.ts +1 -0
  235. package/dist/components/loading-overlay/loading-overlay.context.js +4 -0
  236. package/dist/components/loading-overlay/loading-overlay.d.ts +17 -0
  237. package/dist/components/loading-overlay/loading-overlay.js +16 -0
  238. package/dist/components/loading-overlay/loading-overlay.recipe.d.ts +35 -0
  239. package/dist/components/loading-overlay/loading-overlay.recipe.js +60 -0
  240. package/dist/components/locale/index.d.ts +1 -0
  241. package/dist/components/locale/index.js +1 -0
  242. package/dist/components/mark/index.d.ts +1 -0
  243. package/dist/components/mark/index.js +1 -0
  244. package/dist/components/mark/mark.recipe.d.ts +16 -0
  245. package/dist/components/mark/mark.recipe.js +25 -0
  246. package/dist/components/menu/index.d.ts +1 -0
  247. package/dist/components/menu/index.js +1 -0
  248. package/dist/components/menu/menu.d.ts +41 -0
  249. package/dist/components/menu/menu.js +47 -0
  250. package/dist/components/menu/menu.recipe.d.ts +55 -0
  251. package/dist/components/menu/menu.recipe.js +130 -0
  252. package/dist/components/native-select/index.d.ts +2 -0
  253. package/dist/components/native-select/index.js +1 -0
  254. package/dist/components/native-select/native-select.d.ts +7 -0
  255. package/dist/components/native-select/native-select.js +9 -0
  256. package/dist/components/native-select/native-select.recipe.d.ts +90 -0
  257. package/dist/components/native-select/native-select.recipe.js +134 -0
  258. package/dist/components/navbar/index.d.ts +1 -0
  259. package/dist/components/navbar/index.js +1 -0
  260. package/dist/components/navbar/navbar.context.d.ts +1 -0
  261. package/dist/components/navbar/navbar.context.js +4 -0
  262. package/dist/components/navbar/navbar.d.ts +14 -0
  263. package/dist/components/navbar/navbar.js +17 -0
  264. package/dist/components/navbar/navbar.recipe.d.ts +34 -0
  265. package/dist/components/navbar/navbar.recipe.js +108 -0
  266. package/dist/components/number-input/index.d.ts +2 -0
  267. package/dist/components/number-input/index.js +1 -0
  268. package/dist/components/number-input/number-input.d.ts +9 -0
  269. package/dist/components/number-input/number-input.js +8 -0
  270. package/dist/components/number-input/number-input.recipe.d.ts +144 -0
  271. package/dist/components/number-input/number-input.recipe.js +111 -0
  272. package/dist/components/page/index.d.ts +2 -0
  273. package/dist/components/page/index.js +2 -0
  274. package/dist/components/page/page.context.d.ts +7 -0
  275. package/dist/components/page/page.context.js +5 -0
  276. package/dist/components/page/page.d.ts +42 -0
  277. package/dist/components/page/page.js +50 -0
  278. package/dist/components/page/page.recipe.d.ts +58 -0
  279. package/dist/components/page/page.recipe.js +98 -0
  280. package/dist/components/pagination/index.d.ts +1 -0
  281. package/dist/components/pagination/index.js +1 -0
  282. package/dist/components/pagination/pagination.d.ts +22 -0
  283. package/dist/components/pagination/pagination.js +59 -0
  284. package/dist/components/password-input/index.d.ts +2 -0
  285. package/dist/components/password-input/index.js +1 -0
  286. package/dist/components/password-input/password-input.d.ts +15 -0
  287. package/dist/components/password-input/password-input.js +28 -0
  288. package/dist/components/persona/index.d.ts +4 -0
  289. package/dist/components/persona/index.js +2 -0
  290. package/dist/components/persona/persona-primitive.d.ts +77 -0
  291. package/dist/components/persona/persona-primitive.js +58 -0
  292. package/dist/components/persona/persona.context.d.ts +1 -0
  293. package/dist/components/persona/persona.context.js +4 -0
  294. package/dist/components/persona/persona.d.ts +63 -0
  295. package/dist/components/persona/persona.js +18 -0
  296. package/dist/components/persona/persona.recipe.d.ts +104 -0
  297. package/dist/components/persona/persona.recipe.js +106 -0
  298. package/dist/components/persona/presence.d.ts +20 -0
  299. package/dist/components/persona/presence.js +35 -0
  300. package/dist/components/pin-input/index.d.ts +2 -0
  301. package/dist/components/pin-input/index.js +1 -0
  302. package/dist/components/pin-input/pin-input.d.ts +8 -0
  303. package/dist/components/pin-input/pin-input.js +8 -0
  304. package/dist/components/pin-input/pin-input.recipe.d.ts +236 -0
  305. package/dist/components/pin-input/pin-input.recipe.js +32 -0
  306. package/dist/components/popover/index.d.ts +1 -0
  307. package/dist/components/popover/index.js +1 -0
  308. package/dist/components/popover/popover.d.ts +21 -0
  309. package/dist/components/popover/popover.js +23 -0
  310. package/dist/components/popover/popover.recipe.d.ts +24 -0
  311. package/dist/components/popover/popover.recipe.js +85 -0
  312. package/dist/components/portal/index.d.ts +1 -0
  313. package/dist/components/portal/index.js +1 -0
  314. package/dist/components/presence/index.d.ts +1 -0
  315. package/dist/components/presence/index.js +1 -0
  316. package/dist/components/progress/progress.recipe.d.ts +82 -0
  317. package/dist/components/progress/progress.recipe.js +120 -0
  318. package/dist/components/progress-circle/progress-circle.recipe.d.ts +49 -0
  319. package/dist/components/progress-circle/progress-circle.recipe.js +91 -0
  320. package/dist/components/qr-code/index.d.ts +2 -0
  321. package/dist/components/qr-code/index.js +1 -0
  322. package/dist/components/radio/index.d.ts +2 -0
  323. package/dist/components/radio/index.js +1 -0
  324. package/dist/components/radio/radio.d.ts +8 -0
  325. package/dist/components/radio/radio.js +8 -0
  326. package/dist/components/radio/radiomark.recipe.d.ts +56 -0
  327. package/dist/components/radio/radiomark.recipe.js +94 -0
  328. package/dist/components/radio-card/index.d.ts +1 -0
  329. package/dist/components/radio-card/index.js +1 -0
  330. package/dist/components/radio-card/radio-card.d.ts +19 -0
  331. package/dist/components/radio-card/radio-card.js +13 -0
  332. package/dist/components/radio-card/radio-card.recipe.d.ts +191 -0
  333. package/dist/components/radio-card/radio-card.recipe.js +209 -0
  334. package/dist/components/radio-group/radio-group.recipe.d.ts +77 -0
  335. package/dist/components/radio-group/radio-group.recipe.js +61 -0
  336. package/dist/components/radiomark/index.d.ts +1 -0
  337. package/dist/components/radiomark/index.js +1 -0
  338. package/dist/components/rating-group/rating-group.recipe.d.ts +24 -0
  339. package/dist/components/rating-group/rating-group.recipe.js +83 -0
  340. package/dist/components/search-input/index.d.ts +2 -0
  341. package/dist/components/search-input/index.js +1 -0
  342. package/dist/components/search-input/search-input.d.ts +12 -0
  343. package/dist/components/search-input/search-input.js +35 -0
  344. package/dist/components/section/index.d.ts +2 -0
  345. package/dist/components/section/index.js +2 -0
  346. package/dist/components/section/section.context.d.ts +1 -0
  347. package/dist/components/section/section.context.js +4 -0
  348. package/dist/components/section/section.d.ts +17 -0
  349. package/dist/components/section/section.js +13 -0
  350. package/dist/components/section/section.recipe.d.ts +27 -0
  351. package/dist/components/section/section.recipe.js +63 -0
  352. package/dist/components/segmented-control/index.d.ts +2 -0
  353. package/dist/components/segmented-control/index.js +1 -0
  354. package/dist/components/segmented-control/segment-group.recipe.d.ts +48 -0
  355. package/dist/components/segmented-control/segment-group.recipe.js +127 -0
  356. package/dist/components/segmented-control/segmented-control.d.ts +11 -0
  357. package/dist/components/segmented-control/segmented-control.js +17 -0
  358. package/dist/components/select/index.d.ts +1 -0
  359. package/dist/components/select/index.js +1 -0
  360. package/dist/components/select/namespace.d.ts +2 -0
  361. package/dist/components/select/namespace.js +1 -0
  362. package/dist/components/select/select.d.ts +25 -0
  363. package/dist/components/select/select.js +43 -0
  364. package/dist/components/select/select.recipe.d.ts +155 -0
  365. package/dist/components/select/select.recipe.js +284 -0
  366. package/dist/components/separator/index.d.ts +2 -0
  367. package/dist/components/separator/index.js +1 -0
  368. package/dist/components/separator/separator.recipe.d.ts +37 -0
  369. package/dist/components/separator/separator.recipe.js +50 -0
  370. package/dist/components/show/index.d.ts +1 -0
  371. package/dist/components/show/index.js +1 -0
  372. package/dist/components/sidebar/index.d.ts +3 -0
  373. package/dist/components/sidebar/index.js +3 -0
  374. package/dist/components/sidebar/sidebar-nav-item.recipe.d.ts +62 -0
  375. package/dist/components/sidebar/sidebar-nav-item.recipe.js +110 -0
  376. package/dist/components/sidebar/sidebar.context.d.ts +10 -0
  377. package/dist/components/sidebar/sidebar.context.js +7 -0
  378. package/dist/components/sidebar/sidebar.d.ts +77 -0
  379. package/dist/components/sidebar/sidebar.js +90 -0
  380. package/dist/components/sidebar/sidebar.recipe.d.ts +89 -0
  381. package/dist/components/sidebar/sidebar.recipe.js +236 -0
  382. package/dist/components/skeleton/index.d.ts +1 -0
  383. package/dist/components/skeleton/index.js +1 -0
  384. package/dist/components/skeleton/skeleton.d.ts +12 -0
  385. package/dist/components/skeleton/skeleton.js +14 -0
  386. package/dist/components/skeleton/skeleton.recipe.d.ts +40 -0
  387. package/dist/components/skeleton/skeleton.recipe.js +49 -0
  388. package/dist/components/skip-nav/index.d.ts +1 -0
  389. package/dist/components/skip-nav/index.js +1 -0
  390. package/dist/components/skip-nav-link/index.d.ts +1 -0
  391. package/dist/components/skip-nav-link/index.js +1 -0
  392. package/dist/components/skip-nav-link/skip-nav-link.recipe.d.ts +1 -0
  393. package/dist/components/skip-nav-link/skip-nav-link.recipe.js +31 -0
  394. package/dist/components/slider/index.d.ts +1 -0
  395. package/dist/components/slider/index.js +1 -0
  396. package/dist/components/slider/slider.d.ts +9 -0
  397. package/dist/components/slider/slider.js +18 -0
  398. package/dist/components/slider/slider.recipe.d.ts +101 -0
  399. package/dist/components/slider/slider.recipe.js +175 -0
  400. package/dist/components/spacer/index.d.ts +1 -0
  401. package/dist/components/spacer/index.js +1 -0
  402. package/dist/components/spinner/index.d.ts +2 -0
  403. package/dist/components/spinner/index.js +1 -0
  404. package/dist/components/spinner/spinner.d.ts +6 -0
  405. package/dist/components/spinner/spinner.js +10 -0
  406. package/dist/components/spinner/spinner.recipe.d.ts +22 -0
  407. package/dist/components/spinner/spinner.recipe.js +31 -0
  408. package/dist/components/stack/index.d.ts +1 -0
  409. package/dist/components/stack/index.js +1 -0
  410. package/dist/components/stat/index.d.ts +1 -0
  411. package/dist/components/stat/index.js +1 -0
  412. package/dist/components/stat/stat.d.ts +17 -0
  413. package/dist/components/stat/stat.js +21 -0
  414. package/dist/components/stat/stat.recipe.d.ts +19 -0
  415. package/dist/components/stat/stat.recipe.js +76 -0
  416. package/dist/components/status/index.d.ts +1 -0
  417. package/dist/components/status/index.js +1 -0
  418. package/dist/components/status/status.d.ts +14 -0
  419. package/dist/components/status/status.js +11 -0
  420. package/dist/components/status/status.recipe.d.ts +19 -0
  421. package/dist/components/status/status.recipe.js +44 -0
  422. package/dist/components/steps/index.d.ts +1 -0
  423. package/dist/components/steps/index.js +1 -0
  424. package/dist/components/steps/steps.d.ts +24 -0
  425. package/dist/components/steps/steps.js +30 -0
  426. package/dist/components/steps/steps.recipe.d.ts +142 -0
  427. package/dist/components/steps/steps.recipe.js +213 -0
  428. package/dist/components/switch/index.d.ts +2 -0
  429. package/dist/components/switch/index.js +1 -0
  430. package/dist/components/switch/switch.d.ts +14 -0
  431. package/dist/components/switch/switch.js +7 -0
  432. package/dist/components/switch/switch.recipe.d.ts +77 -0
  433. package/dist/components/switch/switch.recipe.js +156 -0
  434. package/dist/components/table/table.recipe.d.ts +121 -0
  435. package/dist/components/table/table.recipe.js +161 -0
  436. package/dist/components/tabs/index.d.ts +1 -0
  437. package/dist/components/tabs/index.js +1 -0
  438. package/dist/components/tabs/tabs.recipe.d.ts +243 -0
  439. package/dist/components/tabs/tabs.recipe.js +312 -0
  440. package/dist/components/tag/index.d.ts +1 -0
  441. package/dist/components/tag/index.js +1 -0
  442. package/dist/components/tag/tag.d.ts +8 -0
  443. package/dist/components/tag/tag.js +7 -0
  444. package/dist/components/tag/tag.recipe.d.ts +95 -0
  445. package/dist/components/tag/tag.recipe.js +154 -0
  446. package/dist/components/textarea/index.d.ts +2 -0
  447. package/dist/components/textarea/index.js +1 -0
  448. package/dist/components/textarea/textarea.recipe.d.ts +65 -0
  449. package/dist/components/textarea/textarea.recipe.js +90 -0
  450. package/dist/components/timeline/timeline.recipe.d.ts +62 -0
  451. package/dist/components/timeline/timeline.recipe.js +134 -0
  452. package/dist/components/toaster/index.d.ts +2 -0
  453. package/dist/components/toaster/index.js +1 -0
  454. package/dist/components/toaster/toast.recipe.d.ts +1 -0
  455. package/dist/components/toaster/toast.recipe.js +90 -0
  456. package/dist/components/toaster/toaster.d.ts +6 -0
  457. package/dist/components/toaster/toaster.js +42 -0
  458. package/dist/components/toggle/index.d.ts +1 -0
  459. package/dist/components/toggle/index.js +1 -0
  460. package/dist/components/toggle-group/index.d.ts +1 -0
  461. package/dist/components/toggle-group/index.js +1 -0
  462. package/dist/components/toggle-tip/index.d.ts +1 -0
  463. package/dist/components/toggle-tip/index.js +1 -0
  464. package/dist/components/toggle-tip/toggle-tip.d.ts +27 -0
  465. package/dist/components/toggle-tip/toggle-tip.js +8 -0
  466. package/dist/components/tooltip/index.d.ts +1 -0
  467. package/dist/components/tooltip/index.js +1 -0
  468. package/dist/components/tooltip/tooltip.d.ts +10 -0
  469. package/dist/components/tooltip/tooltip.js +10 -0
  470. package/dist/components/tooltip/tooltip.recipe.d.ts +10 -0
  471. package/dist/components/tooltip/tooltip.recipe.js +52 -0
  472. package/dist/components/typography/index.d.ts +1 -0
  473. package/dist/components/typography/index.js +1 -0
  474. package/dist/components/wrap/index.d.ts +1 -0
  475. package/dist/components/wrap/index.js +1 -0
  476. package/dist/index.d.ts +118 -1500
  477. package/dist/index.js +113 -2923
  478. package/dist/preset.d.ts +3 -6
  479. package/dist/preset.js +10 -11
  480. package/dist/provider/index.d.ts +3 -0
  481. package/dist/provider/index.js +2 -0
  482. package/dist/provider/sui-provider.d.ts +13 -0
  483. package/dist/provider/sui-provider.js +12 -0
  484. package/dist/provider/use-link.d.ts +2 -0
  485. package/dist/provider/use-link.js +9 -0
  486. package/dist/styled-system/create-recipe-context.d.ts +17 -0
  487. package/dist/styled-system/create-recipe-context.js +52 -0
  488. package/dist/styled-system/create-slot-recipe-context.d.ts +35 -0
  489. package/dist/styled-system/create-slot-recipe-context.js +90 -0
  490. package/dist/styled-system/empty.d.ts +3 -0
  491. package/dist/styled-system/empty.js +2 -0
  492. package/dist/styled-system/factory.types.d.ts +7 -0
  493. package/dist/styled-system/factory.types.js +1 -0
  494. package/dist/theme/animation-styles.d.ts +1 -0
  495. package/dist/theme/animation-styles.js +49 -0
  496. package/dist/theme/breakpoints.d.ts +10 -0
  497. package/dist/theme/breakpoints.js +8 -0
  498. package/dist/theme/conditions.d.ts +17 -0
  499. package/dist/theme/conditions.js +18 -0
  500. package/dist/theme/fluid-font-sizes.d.ts +0 -0
  501. package/dist/theme/fluid-font-sizes.js +61 -0
  502. package/dist/theme/global-css.d.ts +1 -0
  503. package/dist/theme/global-css.js +58 -0
  504. package/dist/theme/index.d.ts +1 -0
  505. package/dist/theme/index.js +72 -0
  506. package/dist/theme/layer-styles.d.ts +1 -0
  507. package/dist/theme/layer-styles.js +125 -0
  508. package/dist/theme/recipes.d.ts +835 -0
  509. package/dist/theme/recipes.js +44 -0
  510. package/dist/theme/semantic-tokens/colors.d.ts +1292 -0
  511. package/dist/theme/semantic-tokens/colors.js +684 -0
  512. package/dist/theme/semantic-tokens/radii.d.ts +44 -0
  513. package/dist/theme/semantic-tokens/radii.js +39 -0
  514. package/dist/theme/semantic-tokens/shadows.d.ts +50 -0
  515. package/dist/theme/semantic-tokens/shadows.js +51 -0
  516. package/dist/theme/slot-recipes.d.ts +3803 -0
  517. package/dist/theme/slot-recipes.js +106 -0
  518. package/dist/theme/text-styles.d.ts +1 -0
  519. package/dist/theme/text-styles.js +38 -0
  520. package/dist/theme/tokens/animations.d.ts +14 -0
  521. package/dist/theme/tokens/animations.js +7 -0
  522. package/dist/theme/tokens/aspect-ratios.d.ts +20 -0
  523. package/dist/theme/tokens/aspect-ratios.js +9 -0
  524. package/dist/theme/tokens/blurs.d.ts +26 -0
  525. package/dist/theme/tokens/blurs.js +11 -0
  526. package/dist/theme/tokens/borders.d.ts +17 -0
  527. package/dist/theme/tokens/borders.js +8 -0
  528. package/dist/theme/tokens/colors.d.ts +1 -3
  529. package/dist/theme/tokens/colors.js +319 -7
  530. package/dist/theme/tokens/cursor.d.ts +26 -0
  531. package/dist/theme/tokens/cursor.js +11 -0
  532. package/dist/theme/tokens/durations.d.ts +23 -0
  533. package/dist/theme/tokens/durations.js +10 -0
  534. package/dist/theme/tokens/easings.d.ts +20 -0
  535. package/dist/theme/tokens/easings.js +9 -0
  536. package/dist/theme/tokens/font-sizes.d.ts +44 -0
  537. package/dist/theme/tokens/font-sizes.js +18 -0
  538. package/dist/theme/tokens/font-weights.d.ts +29 -0
  539. package/dist/theme/tokens/font-weights.js +12 -0
  540. package/dist/theme/tokens/fonts.d.ts +11 -0
  541. package/dist/theme/tokens/fonts.js +13 -0
  542. package/dist/theme/tokens/keyframes.d.ts +1 -0
  543. package/dist/theme/tokens/keyframes.js +157 -0
  544. package/dist/theme/tokens/letter-spacing.d.ts +17 -0
  545. package/dist/theme/tokens/letter-spacing.js +8 -0
  546. package/dist/theme/tokens/line-heights.d.ts +41 -0
  547. package/dist/theme/tokens/line-heights.js +17 -0
  548. package/dist/theme/tokens/radius.d.ts +32 -0
  549. package/dist/theme/tokens/radius.js +15 -0
  550. package/dist/theme/tokens/sizes.d.ts +257 -0
  551. package/dist/theme/tokens/sizes.js +66 -0
  552. package/dist/theme/tokens/spacing.d.ts +101 -0
  553. package/dist/theme/tokens/spacing.js +37 -0
  554. package/dist/theme/tokens/z-indices.d.ts +53 -0
  555. package/dist/theme/tokens/z-indices.js +32 -0
  556. package/dist/theme/utilities.d.ts +10 -0
  557. package/dist/theme/utilities.js +49 -0
  558. package/dist/theme/utils.d.ts +19 -0
  559. package/dist/theme/utils.js +34 -0
  560. package/dist/types.d.ts +7 -0
  561. package/dist/types.js +1 -0
  562. package/package.json +17 -19
  563. package/dist/accordion/index.cjs +0 -204
  564. package/dist/accordion/index.d.cts +0 -29
  565. package/dist/accordion/index.d.ts +0 -29
  566. package/dist/accordion/index.js +0 -43
  567. package/dist/action-bar/index.cjs +0 -224
  568. package/dist/action-bar/index.d.cts +0 -33
  569. package/dist/action-bar/index.d.ts +0 -33
  570. package/dist/action-bar/index.js +0 -39
  571. package/dist/alert/index.cjs +0 -234
  572. package/dist/alert/index.d.cts +0 -14
  573. package/dist/alert/index.d.ts +0 -14
  574. package/dist/alert/index.js +0 -47
  575. package/dist/app-shell/index.cjs +0 -68
  576. package/dist/app-shell/index.d.cts +0 -30
  577. package/dist/app-shell/index.d.ts +0 -30
  578. package/dist/app-shell/index.js +0 -45
  579. package/dist/aspect-ratio/index.cjs +0 -31
  580. package/dist/aspect-ratio/index.d.cts +0 -1
  581. package/dist/aspect-ratio/index.d.ts +0 -1
  582. package/dist/aspect-ratio/index.js +0 -10
  583. package/dist/avatar/index.cjs +0 -70
  584. package/dist/avatar/index.d.cts +0 -20
  585. package/dist/avatar/index.d.ts +0 -20
  586. package/dist/avatar/index.js +0 -43
  587. package/dist/back-button/index.cjs +0 -227
  588. package/dist/back-button/index.d.cts +0 -11
  589. package/dist/back-button/index.d.ts +0 -11
  590. package/dist/back-button/index.js +0 -191
  591. package/dist/badge/index.cjs +0 -33
  592. package/dist/badge/index.d.cts +0 -1
  593. package/dist/badge/index.d.ts +0 -1
  594. package/dist/badge/index.js +0 -11
  595. package/dist/bleed/index.cjs +0 -31
  596. package/dist/bleed/index.d.cts +0 -2
  597. package/dist/bleed/index.d.ts +0 -2
  598. package/dist/bleed/index.js +0 -9
  599. package/dist/blockquote/index.cjs +0 -59
  600. package/dist/blockquote/index.d.cts +0 -12
  601. package/dist/blockquote/index.d.ts +0 -12
  602. package/dist/blockquote/index.js +0 -23
  603. package/dist/box/index.cjs +0 -31
  604. package/dist/box/index.d.cts +0 -3
  605. package/dist/box/index.d.ts +0 -3
  606. package/dist/box/index.js +0 -10
  607. package/dist/breadcrumb/index.cjs +0 -58
  608. package/dist/breadcrumb/index.d.cts +0 -23
  609. package/dist/breadcrumb/index.d.ts +0 -23
  610. package/dist/breadcrumb/index.js +0 -35
  611. package/dist/button/index.cjs +0 -31
  612. package/dist/button/index.d.cts +0 -1
  613. package/dist/button/index.d.ts +0 -1
  614. package/dist/button/index.js +0 -8
  615. package/dist/button-group/index.cjs +0 -31
  616. package/dist/button-group/index.d.cts +0 -1
  617. package/dist/button-group/index.d.ts +0 -1
  618. package/dist/button-group/index.js +0 -8
  619. package/dist/card/index.cjs +0 -32
  620. package/dist/card/index.d.cts +0 -1
  621. package/dist/card/index.js +0 -9
  622. package/dist/center/index.cjs +0 -31
  623. package/dist/center/index.d.cts +0 -3
  624. package/dist/center/index.d.ts +0 -3
  625. package/dist/center/index.js +0 -9
  626. package/dist/checkbox/index.cjs +0 -45
  627. package/dist/checkbox/index.d.cts +0 -11
  628. package/dist/checkbox/index.d.ts +0 -11
  629. package/dist/checkbox/index.js +0 -19
  630. package/dist/checkbox-card/index.cjs +0 -66
  631. package/dist/checkbox-card/index.d.cts +0 -15
  632. package/dist/checkbox-card/index.d.ts +0 -15
  633. package/dist/checkbox-card/index.js +0 -40
  634. package/dist/checkmark/index.cjs +0 -31
  635. package/dist/checkmark/index.d.cts +0 -1
  636. package/dist/checkmark/index.d.ts +0 -1
  637. package/dist/checkmark/index.js +0 -7
  638. package/dist/chunk-2Q6YNPRO.js +0 -151
  639. package/dist/chunk-4F7N63LO.js +0 -43
  640. package/dist/chunk-A4CVFWTP.js +0 -27
  641. package/dist/chunk-AX3QDODM.js +0 -136
  642. package/dist/chunk-BFWNUE2X.js +0 -15
  643. package/dist/chunk-EZNMWDPR.js +0 -28
  644. package/dist/chunk-GMRF4UIJ.js +0 -159
  645. package/dist/chunk-HBX3KIPQ.js +0 -135
  646. package/dist/chunk-KNFGYOLD.js +0 -332
  647. package/dist/chunk-M5ROLN3M.js +0 -8903
  648. package/dist/chunk-RTMS5TJN.js +0 -10
  649. package/dist/chunk-V5WPZT25.js +0 -135
  650. package/dist/client-only/index.cjs +0 -31
  651. package/dist/client-only/index.d.cts +0 -1
  652. package/dist/client-only/index.d.ts +0 -1
  653. package/dist/client-only/index.js +0 -9
  654. package/dist/clipboard/index.cjs +0 -234
  655. package/dist/clipboard/index.d.cts +0 -28
  656. package/dist/clipboard/index.d.ts +0 -28
  657. package/dist/clipboard/index.js +0 -63
  658. package/dist/close-button/index.cjs +0 -194
  659. package/dist/close-button/index.d.cts +0 -9
  660. package/dist/close-button/index.d.ts +0 -9
  661. package/dist/close-button/index.js +0 -19
  662. package/dist/code/index.cjs +0 -31
  663. package/dist/code/index.d.cts +0 -3
  664. package/dist/code/index.d.ts +0 -3
  665. package/dist/code/index.js +0 -8
  666. package/dist/collapsible/index.cjs +0 -31
  667. package/dist/collapsible/index.js +0 -8
  668. package/dist/color-picker/index.cjs +0 -31
  669. package/dist/color-picker/index.js +0 -8
  670. package/dist/color-swatch/index.cjs +0 -35
  671. package/dist/color-swatch/index.d.cts +0 -3
  672. package/dist/color-swatch/index.d.ts +0 -3
  673. package/dist/color-swatch/index.js +0 -14
  674. package/dist/command/index.cjs +0 -61
  675. package/dist/command/index.d.cts +0 -36
  676. package/dist/command/index.d.ts +0 -36
  677. package/dist/command/index.js +0 -38
  678. package/dist/container/index.cjs +0 -31
  679. package/dist/container/index.d.cts +0 -1
  680. package/dist/container/index.d.ts +0 -1
  681. package/dist/container/index.js +0 -8
  682. package/dist/data-list/index.cjs +0 -33
  683. package/dist/data-list/index.js +0 -9
  684. package/dist/dialog/index.cjs +0 -249
  685. package/dist/dialog/index.d.cts +0 -46
  686. package/dist/dialog/index.d.ts +0 -46
  687. package/dist/dialog/index.js +0 -226
  688. package/dist/drawer/index.cjs +0 -239
  689. package/dist/drawer/index.d.cts +0 -44
  690. package/dist/drawer/index.d.ts +0 -44
  691. package/dist/drawer/index.js +0 -216
  692. package/dist/editable/index.cjs +0 -31
  693. package/dist/editable/index.d.cts +0 -3
  694. package/dist/editable/index.d.ts +0 -3
  695. package/dist/editable/index.js +0 -8
  696. package/dist/empty-state/index.cjs +0 -50
  697. package/dist/empty-state/index.d.cts +0 -11
  698. package/dist/empty-state/index.d.ts +0 -11
  699. package/dist/empty-state/index.js +0 -29
  700. package/dist/env/index.cjs +0 -33
  701. package/dist/env/index.d.cts +0 -1
  702. package/dist/env/index.d.ts +0 -1
  703. package/dist/env/index.js +0 -12
  704. package/dist/field/index.cjs +0 -35
  705. package/dist/field/index.js +0 -10
  706. package/dist/fieldset/index.cjs +0 -33
  707. package/dist/fieldset/index.d.cts +0 -4
  708. package/dist/fieldset/index.d.ts +0 -4
  709. package/dist/fieldset/index.js +0 -9
  710. package/dist/file-upload/index.cjs +0 -303
  711. package/dist/file-upload/index.d.cts +0 -46
  712. package/dist/file-upload/index.d.ts +0 -46
  713. package/dist/file-upload/index.js +0 -272
  714. package/dist/flex/index.cjs +0 -31
  715. package/dist/flex/index.d.cts +0 -1
  716. package/dist/flex/index.d.ts +0 -1
  717. package/dist/flex/index.js +0 -10
  718. package/dist/float/index.cjs +0 -31
  719. package/dist/float/index.d.cts +0 -1
  720. package/dist/float/index.d.ts +0 -1
  721. package/dist/float/index.js +0 -10
  722. package/dist/focus-trap/index.cjs +0 -31
  723. package/dist/focus-trap/index.d.cts +0 -1
  724. package/dist/focus-trap/index.d.ts +0 -1
  725. package/dist/focus-trap/index.js +0 -8
  726. package/dist/for/index.cjs +0 -31
  727. package/dist/for/index.d.cts +0 -4
  728. package/dist/for/index.d.ts +0 -4
  729. package/dist/for/index.js +0 -10
  730. package/dist/format/index.cjs +0 -33
  731. package/dist/format/index.d.cts +0 -1
  732. package/dist/format/index.d.ts +0 -1
  733. package/dist/format/index.js +0 -12
  734. package/dist/grid/index.cjs +0 -31
  735. package/dist/grid/index.d.cts +0 -1
  736. package/dist/grid/index.d.ts +0 -1
  737. package/dist/grid/index.js +0 -10
  738. package/dist/grid-list/index.cjs +0 -68
  739. package/dist/grid-list/index.d.cts +0 -88
  740. package/dist/grid-list/index.d.ts +0 -88
  741. package/dist/grid-list/index.js +0 -45
  742. package/dist/group/index.cjs +0 -31
  743. package/dist/group/index.d.cts +0 -1
  744. package/dist/group/index.d.ts +0 -1
  745. package/dist/group/index.js +0 -10
  746. package/dist/heading/index.cjs +0 -31
  747. package/dist/heading/index.d.cts +0 -3
  748. package/dist/heading/index.d.ts +0 -3
  749. package/dist/heading/index.js +0 -8
  750. package/dist/highlight/index.cjs +0 -31
  751. package/dist/highlight/index.d.cts +0 -1
  752. package/dist/highlight/index.d.ts +0 -1
  753. package/dist/highlight/index.js +0 -10
  754. package/dist/hover-card/index.cjs +0 -66
  755. package/dist/hover-card/index.d.cts +0 -21
  756. package/dist/hover-card/index.d.ts +0 -21
  757. package/dist/hover-card/index.js +0 -33
  758. package/dist/icon/index.cjs +0 -31
  759. package/dist/icon/index.d.cts +0 -1
  760. package/dist/icon/index.d.ts +0 -1
  761. package/dist/icon/index.js +0 -8
  762. package/dist/icon-badge/index.cjs +0 -70
  763. package/dist/icon-badge/index.d.cts +0 -16
  764. package/dist/icon-badge/index.d.ts +0 -16
  765. package/dist/icon-badge/index.js +0 -38
  766. package/dist/icon-button/index.cjs +0 -53
  767. package/dist/icon-button/index.d.cts +0 -8
  768. package/dist/icon-button/index.d.ts +0 -8
  769. package/dist/icon-button/index.js +0 -8
  770. package/dist/icon-button-CR4hDxYi.d.cts +0 -6
  771. package/dist/icon-button-CR4hDxYi.d.ts +0 -6
  772. package/dist/icons/index.cjs +0 -193
  773. package/dist/icons/index.d.cts +0 -23
  774. package/dist/icons/index.d.ts +0 -23
  775. package/dist/icons/index.js +0 -42
  776. package/dist/image/index.cjs +0 -31
  777. package/dist/image/index.d.cts +0 -2
  778. package/dist/image/index.d.ts +0 -2
  779. package/dist/image/index.js +0 -8
  780. package/dist/index.cjs +0 -12205
  781. package/dist/index.d.cts +0 -1500
  782. package/dist/info-tip/index.cjs +0 -306
  783. package/dist/info-tip/index.d.cts +0 -38
  784. package/dist/info-tip/index.d.ts +0 -38
  785. package/dist/info-tip/index.js +0 -128
  786. package/dist/input/index.cjs +0 -39
  787. package/dist/input/index.d.cts +0 -1
  788. package/dist/input/index.d.ts +0 -1
  789. package/dist/input/index.js +0 -18
  790. package/dist/kbd/index.cjs +0 -31
  791. package/dist/kbd/index.d.cts +0 -3
  792. package/dist/kbd/index.d.ts +0 -3
  793. package/dist/kbd/index.js +0 -8
  794. package/dist/link/index.cjs +0 -71
  795. package/dist/link/index.d.cts +0 -13
  796. package/dist/link/index.d.ts +0 -13
  797. package/dist/link/index.js +0 -36
  798. package/dist/list/index.cjs +0 -31
  799. package/dist/list/index.js +0 -8
  800. package/dist/loader/index.cjs +0 -31
  801. package/dist/loader/index.js +0 -8
  802. package/dist/loading-overlay/index.cjs +0 -87
  803. package/dist/loading-overlay/index.d.cts +0 -31
  804. package/dist/loading-overlay/index.d.ts +0 -31
  805. package/dist/loading-overlay/index.js +0 -66
  806. package/dist/locale/index.cjs +0 -33
  807. package/dist/locale/index.d.cts +0 -1
  808. package/dist/locale/index.d.ts +0 -1
  809. package/dist/locale/index.js +0 -12
  810. package/dist/mark/index.cjs +0 -31
  811. package/dist/mark/index.d.cts +0 -2
  812. package/dist/mark/index.d.ts +0 -2
  813. package/dist/mark/index.js +0 -8
  814. package/dist/menu/index.cjs +0 -249
  815. package/dist/menu/index.d.cts +0 -40
  816. package/dist/menu/index.d.ts +0 -40
  817. package/dist/menu/index.js +0 -101
  818. package/dist/native-select/index.cjs +0 -185
  819. package/dist/native-select/index.d.cts +0 -10
  820. package/dist/native-select/index.d.ts +0 -10
  821. package/dist/native-select/index.js +0 -22
  822. package/dist/navbar/index.cjs +0 -111
  823. package/dist/navbar/index.d.cts +0 -21
  824. package/dist/navbar/index.d.ts +0 -21
  825. package/dist/navbar/index.js +0 -78
  826. package/dist/number-input/index.cjs +0 -67
  827. package/dist/number-input/index.d.cts +0 -13
  828. package/dist/number-input/index.d.ts +0 -13
  829. package/dist/number-input/index.js +0 -40
  830. package/dist/page/index.cjs +0 -196
  831. package/dist/page/index.d.cts +0 -50
  832. package/dist/page/index.d.ts +0 -50
  833. package/dist/page/index.js +0 -167
  834. package/dist/pagination/index.cjs +0 -260
  835. package/dist/pagination/index.d.cts +0 -43
  836. package/dist/pagination/index.d.ts +0 -43
  837. package/dist/pagination/index.js +0 -223
  838. package/dist/password-input/index.cjs +0 -284
  839. package/dist/password-input/index.d.cts +0 -18
  840. package/dist/password-input/index.d.ts +0 -18
  841. package/dist/password-input/index.js +0 -230
  842. package/dist/persona/index.cjs +0 -247
  843. package/dist/persona/index.d.cts +0 -230
  844. package/dist/persona/index.d.ts +0 -230
  845. package/dist/persona/index.js +0 -212
  846. package/dist/pin-input/index.cjs +0 -52
  847. package/dist/pin-input/index.d.cts +0 -12
  848. package/dist/pin-input/index.d.ts +0 -12
  849. package/dist/pin-input/index.js +0 -27
  850. package/dist/popover/index.cjs +0 -259
  851. package/dist/popover/index.d.cts +0 -37
  852. package/dist/popover/index.d.ts +0 -37
  853. package/dist/popover/index.js +0 -226
  854. package/dist/portal/index.cjs +0 -31
  855. package/dist/portal/index.d.cts +0 -3
  856. package/dist/portal/index.d.ts +0 -3
  857. package/dist/portal/index.js +0 -10
  858. package/dist/presence/index.cjs +0 -31
  859. package/dist/presence/index.d.cts +0 -1
  860. package/dist/presence/index.d.ts +0 -1
  861. package/dist/presence/index.js +0 -8
  862. package/dist/preset.cjs +0 -9240
  863. package/dist/preset.d.cts +0 -6
  864. package/dist/progress/index.cjs +0 -31
  865. package/dist/progress/index.js +0 -8
  866. package/dist/progress-circle/index.cjs +0 -31
  867. package/dist/progress-circle/index.js +0 -8
  868. package/dist/qr-code/index.cjs +0 -31
  869. package/dist/qr-code/index.d.cts +0 -3
  870. package/dist/qr-code/index.d.ts +0 -3
  871. package/dist/qr-code/index.js +0 -8
  872. package/dist/radio/index.cjs +0 -46
  873. package/dist/radio/index.d.cts +0 -10
  874. package/dist/radio/index.d.ts +0 -10
  875. package/dist/radio/index.js +0 -21
  876. package/dist/radio-card/index.cjs +0 -75
  877. package/dist/radio-card/index.d.cts +0 -31
  878. package/dist/radio-card/index.d.ts +0 -31
  879. package/dist/radio-card/index.js +0 -52
  880. package/dist/radio-group/index.cjs +0 -31
  881. package/dist/radio-group/index.js +0 -8
  882. package/dist/radiomark/index.cjs +0 -31
  883. package/dist/radiomark/index.d.cts +0 -2
  884. package/dist/radiomark/index.d.ts +0 -2
  885. package/dist/radiomark/index.js +0 -10
  886. package/dist/rating-group/index.cjs +0 -31
  887. package/dist/rating-group/index.js +0 -8
  888. package/dist/search-input/index.cjs +0 -274
  889. package/dist/search-input/index.d.cts +0 -15
  890. package/dist/search-input/index.d.ts +0 -15
  891. package/dist/search-input/index.js +0 -119
  892. package/dist/segmented-control/index.cjs +0 -61
  893. package/dist/segmented-control/index.d.cts +0 -14
  894. package/dist/segmented-control/index.d.ts +0 -14
  895. package/dist/segmented-control/index.js +0 -36
  896. package/dist/select/index.cjs +0 -286
  897. package/dist/select/index.d.cts +0 -33
  898. package/dist/select/index.d.ts +0 -33
  899. package/dist/select/index.js +0 -137
  900. package/dist/separator/index.cjs +0 -31
  901. package/dist/separator/index.d.cts +0 -3
  902. package/dist/separator/index.d.ts +0 -3
  903. package/dist/separator/index.js +0 -8
  904. package/dist/show/index.cjs +0 -31
  905. package/dist/show/index.d.cts +0 -1
  906. package/dist/show/index.d.ts +0 -1
  907. package/dist/show/index.js +0 -10
  908. package/dist/sidebar/index.cjs +0 -168
  909. package/dist/sidebar/index.d.cts +0 -90
  910. package/dist/sidebar/index.d.ts +0 -90
  911. package/dist/sidebar/index.js +0 -142
  912. package/dist/skeleton/index.cjs +0 -61
  913. package/dist/skeleton/index.d.cts +0 -17
  914. package/dist/skeleton/index.d.ts +0 -17
  915. package/dist/skeleton/index.js +0 -34
  916. package/dist/skip-nav/index.cjs +0 -33
  917. package/dist/skip-nav/index.d.cts +0 -1
  918. package/dist/skip-nav/index.d.ts +0 -1
  919. package/dist/skip-nav/index.js +0 -12
  920. package/dist/skip-nav-link/index.cjs +0 -33
  921. package/dist/skip-nav-link/index.d.cts +0 -3
  922. package/dist/skip-nav-link/index.d.ts +0 -3
  923. package/dist/skip-nav-link/index.js +0 -11
  924. package/dist/slider/index.cjs +0 -62
  925. package/dist/slider/index.d.cts +0 -13
  926. package/dist/slider/index.d.ts +0 -13
  927. package/dist/slider/index.js +0 -36
  928. package/dist/spacer/index.cjs +0 -31
  929. package/dist/spacer/index.d.cts +0 -1
  930. package/dist/spacer/index.d.ts +0 -1
  931. package/dist/spacer/index.js +0 -9
  932. package/dist/spinner/index.cjs +0 -44
  933. package/dist/spinner/index.d.cts +0 -10
  934. package/dist/spinner/index.d.ts +0 -10
  935. package/dist/spinner/index.js +0 -18
  936. package/dist/stack/index.cjs +0 -31
  937. package/dist/stack/index.d.cts +0 -1
  938. package/dist/stack/index.d.ts +0 -1
  939. package/dist/stack/index.js +0 -9
  940. package/dist/stat/index.cjs +0 -83
  941. package/dist/stat/index.d.cts +0 -29
  942. package/dist/stat/index.d.ts +0 -29
  943. package/dist/stat/index.js +0 -50
  944. package/dist/status/index.cjs +0 -45
  945. package/dist/status/index.d.cts +0 -18
  946. package/dist/status/index.d.ts +0 -18
  947. package/dist/status/index.js +0 -20
  948. package/dist/steps/index.cjs +0 -221
  949. package/dist/steps/index.d.cts +0 -31
  950. package/dist/steps/index.d.ts +0 -31
  951. package/dist/steps/index.js +0 -198
  952. package/dist/switch/index.cjs +0 -48
  953. package/dist/switch/index.d.cts +0 -18
  954. package/dist/switch/index.d.ts +0 -18
  955. package/dist/switch/index.js +0 -23
  956. package/dist/table/index.cjs +0 -31
  957. package/dist/table/index.js +0 -8
  958. package/dist/tabs/index.cjs +0 -37
  959. package/dist/tabs/index.d.cts +0 -3
  960. package/dist/tabs/index.d.ts +0 -3
  961. package/dist/tabs/index.js +0 -15
  962. package/dist/tag/index.cjs +0 -53
  963. package/dist/tag/index.d.cts +0 -12
  964. package/dist/tag/index.d.ts +0 -12
  965. package/dist/tag/index.js +0 -27
  966. package/dist/textarea/index.cjs +0 -31
  967. package/dist/textarea/index.d.cts +0 -1
  968. package/dist/textarea/index.d.ts +0 -1
  969. package/dist/textarea/index.js +0 -7
  970. package/dist/theme/tokens/colors.cjs +0 -349
  971. package/dist/theme/tokens/colors.d.cts +0 -856
  972. package/dist/timeline/index.cjs +0 -31
  973. package/dist/timeline/index.js +0 -7
  974. package/dist/toaster/index.cjs +0 -264
  975. package/dist/toaster/index.d.cts +0 -235
  976. package/dist/toaster/index.d.ts +0 -235
  977. package/dist/toaster/index.js +0 -241
  978. package/dist/toggle/index.cjs +0 -31
  979. package/dist/toggle/index.d.cts +0 -3
  980. package/dist/toggle/index.d.ts +0 -3
  981. package/dist/toggle/index.js +0 -8
  982. package/dist/toggle-tip/index.cjs +0 -296
  983. package/dist/toggle-tip/index.d.cts +0 -32
  984. package/dist/toggle-tip/index.d.ts +0 -32
  985. package/dist/toggle-tip/index.js +0 -263
  986. package/dist/tooltip/index.cjs +0 -58
  987. package/dist/tooltip/index.d.cts +0 -14
  988. package/dist/tooltip/index.d.ts +0 -14
  989. package/dist/tooltip/index.js +0 -33
  990. package/dist/typography/index.cjs +0 -37
  991. package/dist/typography/index.d.cts +0 -1
  992. package/dist/typography/index.d.ts +0 -1
  993. package/dist/typography/index.js +0 -16
  994. package/dist/visually-hidden/index.cjs +0 -31
  995. package/dist/visually-hidden/index.js +0 -8
  996. /package/dist/{card → components/card}/index.d.ts +0 -0
  997. /package/dist/{collapsible → components/collapsible}/index.d.ts +0 -0
  998. /package/dist/{collapsible/index.d.cts → components/collapsible/index.js} +0 -0
  999. /package/dist/{color-picker → components/color-picker}/index.d.ts +0 -0
  1000. /package/dist/{color-picker/index.d.cts → components/color-picker/index.js} +0 -0
  1001. /package/dist/{data-list → components/data-list}/index.d.ts +0 -0
  1002. /package/dist/{data-list/index.d.cts → components/data-list/index.js} +0 -0
  1003. /package/dist/{field → components/field}/index.d.ts +0 -0
  1004. /package/dist/{field/index.d.cts → components/field/index.js} +0 -0
  1005. /package/dist/{list → components/list}/index.d.ts +0 -0
  1006. /package/dist/{list/index.d.cts → components/list/index.js} +0 -0
  1007. /package/dist/{loader → components/loader}/index.d.ts +0 -0
  1008. /package/dist/{loader/index.d.cts → components/loader/index.js} +0 -0
  1009. /package/dist/{progress → components/progress}/index.d.ts +0 -0
  1010. /package/dist/{progress/index.d.cts → components/progress/index.js} +0 -0
  1011. /package/dist/{progress-circle → components/progress-circle}/index.d.ts +0 -0
  1012. /package/dist/{progress-circle/index.d.cts → components/progress-circle/index.js} +0 -0
  1013. /package/dist/{radio-group → components/radio-group}/index.d.ts +0 -0
  1014. /package/dist/{radio-group/index.d.cts → components/radio-group/index.js} +0 -0
  1015. /package/dist/{rating-group → components/rating-group}/index.d.ts +0 -0
  1016. /package/dist/{rating-group/index.d.cts → components/rating-group/index.js} +0 -0
  1017. /package/dist/{table → components/table}/index.d.ts +0 -0
  1018. /package/dist/{table/index.d.cts → components/table/index.js} +0 -0
  1019. /package/dist/{timeline → components/timeline}/index.d.ts +0 -0
  1020. /package/dist/{timeline/index.d.cts → components/timeline/index.js} +0 -0
  1021. /package/dist/{visually-hidden → components/visually-hidden}/index.d.ts +0 -0
  1022. /package/dist/{visually-hidden/index.d.cts → components/visually-hidden/index.js} +0 -0
package/dist/index.d.ts CHANGED
@@ -1,1500 +1,118 @@
1
- export { defaultConfig, system as defaultSystem } from './preset.js';
2
- import * as _chakra_ui_react from '@chakra-ui/react';
3
- import { ChakraProviderProps, ButtonProps, Blockquote as Blockquote$1, RecipeProps as RecipeProps$1, RecipeDefinition, SlotRecipeProps as SlotRecipeProps$2, Drawer, EmptyState as EmptyState$1, HTMLChakraProps as HTMLChakraProps$1, ImageProps as ImageProps$1, InputProps as InputProps$2 } from '@chakra-ui/react';
4
- export { createSystem } from '@chakra-ui/react';
5
- import * as react_jsx_runtime from 'react/jsx-runtime';
6
- import * as react from 'react';
7
- import react__default from 'react';
8
- import { Accordion } from '@chakra-ui/react/accordion';
9
- import { ActionBar } from '@chakra-ui/react/action-bar';
10
- import { Alert as Alert$1 } from '@chakra-ui/react/alert';
11
- import { HTMLChakraProps, SlotRecipeProps as SlotRecipeProps$1, SystemStyleObject, RecipeVariantProps, UnstyledProp, RecipeProps as RecipeProps$2, Token } from '@chakra-ui/react/styled-system';
12
- import { Avatar as Avatar$1 } from '@chakra-ui/react/avatar';
13
- import { GroupProps } from '@chakra-ui/react/group';
14
- export { Group } from '@chakra-ui/react/group';
15
- import { BadgeProps } from '@chakra-ui/react/badge';
16
- export { Badge, BadgeProps, BadgePropsProvider } from '@chakra-ui/react/badge';
17
- import { Breadcrumb } from '@chakra-ui/react/breadcrumb';
18
- import { ButtonProps as ButtonProps$1 } from '@chakra-ui/react/button';
19
- export { Button, ButtonGroup, ButtonGroupProps, ButtonProps } from '@chakra-ui/react/button';
20
- export { Card } from '@chakra-ui/react/card';
21
- import { Checkbox as Checkbox$1 } from '@chakra-ui/react/checkbox';
22
- export { Checkmark, CheckmarkProps } from '@chakra-ui/react/checkmark';
23
- import { CheckboxCard as CheckboxCard$1 } from '@chakra-ui/react/checkbox-card';
24
- import { Clipboard } from '@chakra-ui/react/clipboard';
25
- import { InputProps as InputProps$1, InputGroupProps } from '@chakra-ui/react/input';
26
- export { Input, InputAddon, InputAddonProps, InputElement, InputElementProps, InputGroup, InputGroupProps, InputProps, InputPropsProvider } from '@chakra-ui/react/input';
27
- export { Container, ContainerProps } from '@chakra-ui/react/container';
28
- export { Code, CodeProps } from '@chakra-ui/react/code';
29
- export { Collapsible } from '@chakra-ui/react/collapsible';
30
- export { DataList, useDataListStyles } from '@chakra-ui/react/data-list';
31
- import * as _ark_ui_react from '@ark-ui/react';
32
- import { Dialog } from '@chakra-ui/react/dialog';
33
- import { DialogContext } from '@ark-ui/react/dialog';
34
- export { Editable } from '@chakra-ui/react/editable';
35
- import { FileUpload } from '@chakra-ui/react/file-upload';
36
- export { useFileUploadContext } from '@chakra-ui/react/file-upload';
37
- export { Field, useFieldContext, useFieldStyles } from '@chakra-ui/react/field';
38
- export { Fieldset, useFieldsetContext } from '@chakra-ui/react/fieldset';
39
- import { GridList } from '@saas-ui/core/grid-list';
40
- import { TextProps } from '@chakra-ui/react/typography';
41
- export { Em, EmProps, Heading, HeadingProps, Mark, Strong, StrongProps, Text, TextProps } from '@chakra-ui/react/typography';
42
- import { HoverCard } from '@chakra-ui/react/hover-card';
43
- export { Icon, IconProps } from '@chakra-ui/react/icon';
44
- export { Image, ImageProps } from '@chakra-ui/react/image';
45
- import { Popover } from '@chakra-ui/react/popover';
46
- export { Kbd, KbdProps } from '@chakra-ui/react/kbd';
47
- import { LinkProps } from '@chakra-ui/react/link';
48
- export { LinkProps } from '@chakra-ui/react/link';
49
- export { Loader } from '@chakra-ui/react/loader';
50
- export { List } from '@chakra-ui/react/list';
51
- import { SpinnerProps as SpinnerProps$1 } from '@chakra-ui/react/spinner';
52
- import { PresenceBaseProps } from '@ark-ui/react/presence';
53
- import { Navbar } from '@saas-ui/core/navbar';
54
- import { NativeSelect as NativeSelect$1 } from '@chakra-ui/react/native-select';
55
- import { NumberInput as NumberInput$1 } from '@chakra-ui/react/number-input';
56
- import { Menu } from '@chakra-ui/react/menu';
57
- import { Pagination } from '@chakra-ui/react/pagination';
58
- import { PinInput as PinInput$1 } from '@chakra-ui/react/pin-input';
59
- export { Progress } from '@chakra-ui/react/progress';
60
- export { ProgressCircle } from '@chakra-ui/react/progress-circle';
61
- import { RadioGroup } from '@chakra-ui/react/radio-group';
62
- export { RadioGroup } from '@chakra-ui/react/radio-group';
63
- import { RadioCard } from '@chakra-ui/react/radio-card';
64
- export { RatingGroup } from '@chakra-ui/react/rating-group';
65
- import { CollectionItem } from '@chakra-ui/react/collection';
66
- import { Select } from '@chakra-ui/react/select';
67
- export { Separator, SeparatorProps } from '@chakra-ui/react/separator';
68
- import { CircleProps } from '@chakra-ui/react/box';
69
- export { Box, BoxProps } from '@chakra-ui/react/box';
70
- import { SkeletonProps as SkeletonProps$1 } from '@chakra-ui/react/skeleton';
71
- import { SegmentGroup } from '@chakra-ui/react/segment-group';
72
- import * as _saas_ui_core_sidebar from '@saas-ui/core/sidebar';
73
- import { Sidebar } from '@saas-ui/core/sidebar';
74
- export { useSidebar } from '@saas-ui/core/sidebar';
75
- export { SkipNavContent, SkipNavContentProps, SkipNavLink, SkipNavLinkProps } from '@chakra-ui/react/skip-nav';
76
- import { Slider as Slider$1 } from '@chakra-ui/react/slider';
77
- import { Status as Status$2 } from '@chakra-ui/react/status';
78
- import { Stat } from '@chakra-ui/react/stat';
79
- import { Steps, useStepsContext } from '@chakra-ui/react/steps';
80
- import { Switch as Switch$1 } from '@chakra-ui/react/switch';
81
- export { Table } from '@chakra-ui/react/table';
82
- export { Tabs, useTabsContext, useTabsStyles } from '@chakra-ui/react/tabs';
83
- import { Tag as Tag$1 } from '@chakra-ui/react/tag';
84
- export { Timeline } from '@chakra-ui/react/timeline';
85
- import { CreateToasterProps } from '@chakra-ui/react/toast';
86
- import { Tooltip as Tooltip$1 } from '@chakra-ui/react/tooltip';
87
- export { Textarea, TextareaProps } from '@chakra-ui/react/textarea';
88
- export { AspectRatio, AspectRatioProps } from '@chakra-ui/react/aspect-ratio';
89
- export { Bleed, BleedProps } from '@chakra-ui/react/bleed';
90
- export { Center, CenterProps } from '@chakra-ui/react/center';
91
- export { ClientOnly } from '@chakra-ui/react/client-only';
92
- export { ColorPicker } from '@chakra-ui/react/color-picker';
93
- export { ColorSwatch } from '@chakra-ui/react/color-swatch';
94
- export { EnvironmentContext, EnvironmentProvider, EnvironmentProviderProps, RootNode, useEnvironmentContext } from '@chakra-ui/react/env';
95
- export { Float } from '@chakra-ui/react/float';
96
- export { FocusTrap } from '@chakra-ui/react/focus-trap';
97
- export { FormatByte, FormatByteProps, FormatNumber, FormatNumberProps } from '@chakra-ui/react/format';
98
- export { Grid, GridProps } from '@chakra-ui/react/grid';
99
- export { Highlight } from '@chakra-ui/react/highlight';
100
- export { Portal } from '@chakra-ui/react/portal';
101
- export { Presence, PresenceProps } from '@chakra-ui/react/presence';
102
- export { QrCode } from '@chakra-ui/react/qr-code';
103
- export { Show } from '@chakra-ui/react/show';
104
- export { Spacer } from '@chakra-ui/react/spacer';
105
- export { Stack, StackProps } from '@chakra-ui/react/stack';
106
- export { Toggle } from '@chakra-ui/react/toggle';
107
- export { VisuallyHidden } from '@chakra-ui/react/visually-hidden';
108
- export { Wrap, WrapProps } from '@chakra-ui/react/wrap';
109
-
110
- interface SuiContextValue {
111
- linkComponent?: react.ElementType<any>;
112
- }
113
- declare const SuiContext: react.Context<SuiContextValue>;
114
- interface SuiProviderProps extends ChakraProviderProps {
115
- linkComponent?: react.ElementType<any>;
116
- children: react.ReactNode;
117
- onError?: (error: Error, errorInfo: react.ErrorInfo) => void;
118
- }
119
- declare function SuiProvider(props: SuiProviderProps): react_jsx_runtime.JSX.Element;
120
- declare const useSui: () => SuiContextValue;
121
-
122
- declare function useLink(): react__default.ElementType;
123
-
124
- interface ItemTriggerProps extends Accordion.ItemTriggerProps {
125
- indicatorIcon?: react.ReactNode;
126
- indicatorPlacement?: 'start' | 'end';
127
- }
128
- declare const ItemTrigger: react.ForwardRefExoticComponent<ItemTriggerProps & react.RefAttributes<HTMLButtonElement>>;
129
- interface ItemContentProps extends Accordion.ItemContentProps {
130
- }
131
- declare const ItemContent: react.ForwardRefExoticComponent<ItemContentProps & react.RefAttributes<HTMLDivElement>>;
132
- declare const Root$9: react.ForwardRefExoticComponent<Accordion.RootProps & react.RefAttributes<HTMLDivElement>>;
133
- declare const Item$2: react.ForwardRefExoticComponent<Accordion.ItemProps & react.RefAttributes<HTMLDivElement>>;
134
- type RootProps$9 = Accordion.RootProps;
135
- type ItemProps$1 = Accordion.ItemProps;
136
-
137
- declare const accordion_ItemContent: typeof ItemContent;
138
- type accordion_ItemContentProps = ItemContentProps;
139
- declare const accordion_ItemTrigger: typeof ItemTrigger;
140
- type accordion_ItemTriggerProps = ItemTriggerProps;
141
- declare namespace accordion {
142
- export { Item$2 as Item, accordion_ItemContent as ItemContent, type accordion_ItemContentProps as ItemContentProps, type ItemProps$1 as ItemProps, accordion_ItemTrigger as ItemTrigger, type accordion_ItemTriggerProps as ItemTriggerProps, Root$9 as Root, type RootProps$9 as RootProps };
143
- }
144
-
145
- interface ActionBarContentProps extends ActionBar.ContentProps {
146
- portalled?: boolean;
147
- portalRef?: React.RefObject<HTMLElement>;
148
- }
149
- declare const Root$8: react.FC<ActionBar.RootProps>;
150
- declare const SelectionTrigger: react.ForwardRefExoticComponent<ActionBar.SelectionTriggerProps & react.RefAttributes<HTMLButtonElement>>;
151
- declare const Separator: react.ForwardRefExoticComponent<ActionBar.SeparatorProps & react.RefAttributes<HTMLDivElement>>;
152
- declare const Content$4: react.ForwardRefExoticComponent<ActionBarContentProps & react.RefAttributes<HTMLDivElement>>;
153
- declare const CloseButton$4: react.ForwardRefExoticComponent<ActionBar.CloseTriggerProps & react.RefAttributes<HTMLButtonElement>>;
154
- type RootProps$8 = ActionBar.RootProps;
155
- type SelectionTriggerProps = ActionBar.SelectionTriggerProps;
156
- type SeparatorProps = ActionBar.SeparatorProps;
157
- type ContentProps$4 = ActionBarContentProps;
158
- type CloseTriggerProps = ActionBar.CloseTriggerProps;
159
-
160
- type actionBar_CloseTriggerProps = CloseTriggerProps;
161
- declare const actionBar_SelectionTrigger: typeof SelectionTrigger;
162
- type actionBar_SelectionTriggerProps = SelectionTriggerProps;
163
- declare const actionBar_Separator: typeof Separator;
164
- type actionBar_SeparatorProps = SeparatorProps;
165
- declare namespace actionBar {
166
- export { CloseButton$4 as CloseButton, type actionBar_CloseTriggerProps as CloseTriggerProps, Content$4 as Content, type ContentProps$4 as ContentProps, Root$8 as Root, type RootProps$8 as RootProps, actionBar_SelectionTrigger as SelectionTrigger, type actionBar_SelectionTriggerProps as SelectionTriggerProps, actionBar_Separator as Separator, type actionBar_SeparatorProps as SeparatorProps };
167
- }
168
-
169
- interface AlertProps extends Omit<Alert$1.RootProps, 'title'> {
170
- startElement?: React.ReactNode;
171
- endElement?: React.ReactNode;
172
- title?: React.ReactNode;
173
- icon?: React.ReactElement;
174
- closable?: boolean;
175
- onClose?: () => void;
176
- }
177
- declare const Alert: react.ForwardRefExoticComponent<AlertProps & react.RefAttributes<HTMLDivElement>>;
178
-
179
- interface AppShellProps extends HTMLChakraProps<'div'> {
180
- /**
181
- * The top header navigation
182
- */
183
- header?: React.ReactNode;
184
- /**
185
- * Main sidebar, positioned on the left
186
- */
187
- sidebar?: React.ReactElement;
188
- /**
189
- * Secondary sidebar, positioned on the right
190
- */
191
- aside?: React.ReactNode;
192
- /**
193
- * The footer
194
- */
195
- footer?: React.ReactNode;
196
- /**
197
- * The main content
198
- */
199
- children: React.ReactNode;
200
- }
201
- interface AppShellRootProps extends Omit<AppShellProps, 'position'>, SlotRecipeProps$1<'suiAppShell'> {
202
- }
203
- declare const AppShell: react.ForwardRefExoticComponent<AppShellRootProps & react.RefAttributes<HTMLDivElement>>;
204
-
205
- type ImageProps = React.ImgHTMLAttributes<HTMLImageElement>;
206
- interface AvatarProps extends Avatar$1.RootProps {
207
- name?: string;
208
- src?: string;
209
- srcSet?: string;
210
- loading?: ImageProps['loading'];
211
- icon?: React.ReactElement;
212
- fallback?: React.ReactNode;
213
- }
214
- declare const Avatar: react.ForwardRefExoticComponent<AvatarProps & react.RefAttributes<HTMLDivElement>>;
215
- interface AvatarGroupProps extends GroupProps, SlotRecipeProps$1<'avatar'> {
216
- }
217
- declare const AvatarGroup: react.ForwardRefExoticComponent<AvatarGroupProps & react.RefAttributes<HTMLDivElement>>;
218
-
219
- interface BackButtonProps extends ButtonProps {
220
- 'aria-label'?: string;
221
- href?: string;
222
- children?: React.ReactNode;
223
- }
224
- declare const BackButton: react.ForwardRefExoticComponent<BackButtonProps & react.RefAttributes<HTMLButtonElement>>;
225
-
226
- interface BlockquoteProps extends Blockquote$1.RootProps {
227
- cite?: react.ReactNode;
228
- citeUrl?: string;
229
- icon?: react.ReactNode;
230
- showDash?: boolean;
231
- }
232
- declare const Blockquote: react.ForwardRefExoticComponent<BlockquoteProps & react.RefAttributes<HTMLDivElement>>;
233
-
234
- interface RootProps$7 extends Breadcrumb.RootProps {
235
- separator?: React.ReactNode;
236
- separatorGap?: SystemStyleObject['gap'];
237
- }
238
- declare const Root$7: react.ForwardRefExoticComponent<RootProps$7 & react.RefAttributes<HTMLDivElement>>;
239
- declare const Link$1: react.ForwardRefExoticComponent<Breadcrumb.LinkProps & react.RefAttributes<HTMLAnchorElement>>;
240
- declare const CurrentLink: react.ForwardRefExoticComponent<Breadcrumb.CurrentLinkProps & react.RefAttributes<HTMLElement>>;
241
- declare const Ellipsis$1: react.ForwardRefExoticComponent<Breadcrumb.EllipsisProps & react.RefAttributes<HTMLElement>>;
242
-
243
- declare const breadcrumb_CurrentLink: typeof CurrentLink;
244
- declare namespace breadcrumb {
245
- export { breadcrumb_CurrentLink as CurrentLink, Ellipsis$1 as Ellipsis, Link$1 as Link, Root$7 as Root, type RootProps$7 as RootProps };
246
- }
247
-
248
- interface CheckboxProps extends Checkbox$1.RootProps {
249
- icon?: React.ReactNode;
250
- inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
251
- rootRef?: React.Ref<HTMLLabelElement>;
252
- }
253
- declare const Checkbox: react.ForwardRefExoticComponent<CheckboxProps & react.RefAttributes<HTMLInputElement>>;
254
-
255
- interface CheckboxCardProps extends CheckboxCard$1.RootProps {
256
- icon?: React.ReactElement;
257
- label?: React.ReactNode;
258
- description?: React.ReactNode;
259
- addon?: React.ReactNode;
260
- indicator?: React.ReactNode | null;
261
- indicatorPlacement?: 'start' | 'end' | 'inside';
262
- inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
263
- }
264
- declare const CheckboxCard: react.ForwardRefExoticComponent<CheckboxCardProps & react.RefAttributes<HTMLInputElement>>;
265
-
266
- interface IconButtonProps extends ButtonProps$1 {
267
- }
268
- declare const IconButton: react.ForwardRefExoticComponent<IconButtonProps & react.RefAttributes<HTMLButtonElement>>;
269
-
270
- interface ClipboardButtonProps extends ButtonProps$1 {
271
- icon?: react.ReactNode;
272
- copiedIcon?: react.ReactNode;
273
- copied?: string;
274
- }
275
- declare const ClipboardButton: react.ForwardRefExoticComponent<ClipboardButtonProps & react.RefAttributes<HTMLButtonElement>>;
276
- interface ClipboardIconButtonProps extends IconButtonProps {
277
- icon?: react.ReactNode;
278
- copiedIcon?: react.ReactNode;
279
- }
280
- declare const ClipboardIconButton: react.ForwardRefExoticComponent<ClipboardIconButtonProps & react.RefAttributes<HTMLButtonElement>>;
281
- declare const ClipboardInput: react.ForwardRefExoticComponent<InputProps$1 & react.RefAttributes<HTMLInputElement>>;
282
- declare const ClipboardRoot: react.ForwardRefExoticComponent<Clipboard.RootProps & react.RefAttributes<HTMLDivElement>>;
283
- declare const ClipboardLabel: react.ForwardRefExoticComponent<Clipboard.LabelProps & react.RefAttributes<HTMLLabelElement>>;
284
-
285
- type ClipboardRootProps = Clipboard.RootProps;
286
-
287
- declare namespace clipboard {
288
- export { ClipboardButton as Button, ClipboardIconButton as IconButton, ClipboardInput as Input, ClipboardLabel as Label, ClipboardRoot as Root, type ClipboardRootProps as RootProps };
289
- }
290
-
291
- interface CloseButtonProps extends IconButtonProps {
292
- }
293
- declare const CloseButton$3: react.ForwardRefExoticComponent<CloseButtonProps & react.RefAttributes<HTMLButtonElement>>;
294
-
295
- type RecipeProps<T, DefaultRecipe> = RecipeProps$1<T> extends {
296
- recipe?: RecipeDefinition;
297
- } ? RecipeProps$1<T> & DefaultRecipe : RecipeProps$1<T>;
298
- type SlotRecipeProps<T, DefaultSlotRecipe> = SlotRecipeProps$2<T> extends {
299
- variant?: any;
300
- } ? SlotRecipeProps$2<T> : SlotRecipeProps$2<T> & DefaultSlotRecipe;
301
-
302
- declare const commandRecipe: _chakra_ui_react.RecipeDefinition<{
303
- size: {
304
- sm: {
305
- fontSize: "xs";
306
- };
307
- md: {
308
- fontSize: "sm";
309
- };
310
- lg: {
311
- fontSize: "md";
312
- };
313
- };
314
- }>;
315
- type CommandVariantProps = RecipeVariantProps<typeof commandRecipe>;
316
-
317
- interface CommandBaseProps extends RecipeProps<'suiCommand', CommandVariantProps>, UnstyledProp {
318
- }
319
- interface CommandProps extends HTMLChakraProps<'span'>, CommandBaseProps, CommandVariantProps {
320
- /**
321
- * The modifiers to use for the command.
322
- * @default ['then', 'or', '+']
323
- */
324
- modifiers?: Array<string>;
325
- }
326
- declare const Command: react.FC<CommandProps>;
327
-
328
- interface ContentProps$3 extends Dialog.ContentProps {
329
- portalled?: boolean;
330
- portalRef?: React.RefObject<HTMLElement>;
331
- backdrop?: boolean;
332
- }
333
- declare const Content$3: react.ForwardRefExoticComponent<ContentProps$3 & react.RefAttributes<HTMLDivElement>>;
334
- declare const CloseButton$2: react.ForwardRefExoticComponent<Dialog.CloseTriggerProps & react.RefAttributes<HTMLButtonElement>>;
335
- declare const CloseTrigger$2: react.ForwardRefExoticComponent<Dialog.CloseTriggerProps & react.RefAttributes<HTMLButtonElement>>;
336
- type RootProps$6 = Dialog.RootProps;
337
- declare const Root$6: react.FC<Dialog.RootProps>;
338
- declare const Context$2: (props: _ark_ui_react.DialogContextProps) => react.ReactNode;
339
- declare const Footer$2: react.ForwardRefExoticComponent<Dialog.FooterProps & react.RefAttributes<HTMLDivElement>>;
340
- declare const Header$2: react.ForwardRefExoticComponent<Dialog.HeaderProps & react.RefAttributes<HTMLDivElement>>;
341
- declare const Body$2: react.ForwardRefExoticComponent<Dialog.BodyProps & react.RefAttributes<HTMLDivElement>>;
342
- declare const Backdrop$1: react.ForwardRefExoticComponent<Dialog.BackdropProps & react.RefAttributes<HTMLDivElement>>;
343
- declare const Title$2: react.ForwardRefExoticComponent<Dialog.TitleProps & react.RefAttributes<HTMLDivElement>>;
344
- declare const Description$2: react.ForwardRefExoticComponent<Dialog.DescriptionProps & react.RefAttributes<HTMLDivElement>>;
345
- declare const Trigger$4: react.ForwardRefExoticComponent<Dialog.TriggerProps & react.RefAttributes<HTMLButtonElement>>;
346
- declare const ActionTrigger$1: react.ForwardRefExoticComponent<Dialog.ActionTriggerProps & react.RefAttributes<HTMLButtonElement>>;
347
-
348
- declare const dialog_DialogContext: typeof DialogContext;
349
- declare namespace dialog {
350
- export { ActionTrigger$1 as ActionTrigger, Backdrop$1 as Backdrop, Body$2 as Body, CloseButton$2 as CloseButton, CloseTrigger$2 as CloseTrigger, Content$3 as Content, type ContentProps$3 as ContentProps, Context$2 as Context, Description$2 as Description, dialog_DialogContext as DialogContext, Footer$2 as Footer, Header$2 as Header, Root$6 as Root, type RootProps$6 as RootProps, Title$2 as Title, Trigger$4 as Trigger };
351
- }
352
-
353
- interface ContentProps$2 extends Drawer.ContentProps {
354
- portalled?: boolean;
355
- portalRef?: React.RefObject<HTMLElement>;
356
- offset?: Drawer.ContentProps['padding'];
357
- }
358
- declare const Content$2: react.ForwardRefExoticComponent<ContentProps$2 & react.RefAttributes<HTMLDivElement>>;
359
- declare const CloseButton$1: react.ForwardRefExoticComponent<Drawer.CloseTriggerProps & react.RefAttributes<HTMLButtonElement>>;
360
- declare const CloseTrigger$1: react.ForwardRefExoticComponent<Drawer.CloseTriggerProps & react.RefAttributes<HTMLButtonElement>>;
361
- declare const Trigger$3: react.ForwardRefExoticComponent<Drawer.TriggerProps & react.RefAttributes<HTMLButtonElement>>;
362
- declare const Root$5: react.FC<Drawer.RootProps>;
363
- declare const Footer$1: react.ForwardRefExoticComponent<Drawer.FooterProps & react.RefAttributes<HTMLDivElement>>;
364
- declare const Header$1: react.ForwardRefExoticComponent<Drawer.HeaderProps & react.RefAttributes<HTMLDivElement>>;
365
- declare const Body$1: react.ForwardRefExoticComponent<Drawer.BodyProps & react.RefAttributes<HTMLDivElement>>;
366
- declare const Backdrop: react.ForwardRefExoticComponent<Drawer.BackdropProps & react.RefAttributes<HTMLDivElement>>;
367
- declare const Description$1: react.ForwardRefExoticComponent<Drawer.DescriptionProps & react.RefAttributes<HTMLDivElement>>;
368
- declare const Title$1: react.ForwardRefExoticComponent<Drawer.TitleProps & react.RefAttributes<HTMLDivElement>>;
369
- declare const ActionTrigger: react.ForwardRefExoticComponent<Drawer.ActionTriggerProps & react.RefAttributes<HTMLButtonElement>>;
370
- declare const Context$1: (props: _ark_ui_react.DialogContextProps) => react.ReactNode;
371
- type RootProps$5 = Drawer.RootProps;
372
-
373
- declare const drawer_ActionTrigger: typeof ActionTrigger;
374
- declare const drawer_Backdrop: typeof Backdrop;
375
- declare namespace drawer {
376
- export { drawer_ActionTrigger as ActionTrigger, drawer_Backdrop as Backdrop, Body$1 as Body, CloseButton$1 as CloseButton, CloseTrigger$1 as CloseTrigger, Content$2 as Content, type ContentProps$2 as ContentProps, Context$1 as Context, Description$1 as Description, Footer$1 as Footer, Header$1 as Header, Root$5 as Root, type RootProps$5 as RootProps, Title$1 as Title, Trigger$3 as Trigger };
377
- }
378
-
379
- interface EmptyStateProps extends EmptyState$1.RootProps {
380
- title: string;
381
- description?: string;
382
- icon?: React.ReactNode;
383
- }
384
- declare const EmptyState: react.ForwardRefExoticComponent<EmptyStateProps & react.RefAttributes<HTMLDivElement>>;
385
-
386
- interface RootProps$4 extends FileUpload.RootProps {
387
- inputProps?: react.InputHTMLAttributes<HTMLInputElement>;
388
- }
389
- declare const Root$4: react.ForwardRefExoticComponent<RootProps$4 & react.RefAttributes<HTMLInputElement>>;
390
- interface DropzoneProps extends FileUpload.DropzoneProps {
391
- }
392
- declare const Dropzone: react.ForwardRefExoticComponent<DropzoneProps & react.RefAttributes<HTMLInputElement>>;
393
- interface VisibilityProps {
394
- showSize?: boolean;
395
- clearable?: boolean;
396
- }
397
- interface ListProps extends VisibilityProps, FileUpload.ItemGroupProps {
398
- files?: File[];
399
- }
400
- declare const List: react.ForwardRefExoticComponent<ListProps & react.RefAttributes<HTMLUListElement>>;
401
- type Assign<T, U> = Omit<T, keyof U> & U;
402
- interface InputProps extends Assign<ButtonProps$1, RecipeProps$2<'input'>> {
403
- placeholder?: react.ReactNode;
404
- }
405
- declare const Input: react.ForwardRefExoticComponent<InputProps & react.RefAttributes<HTMLButtonElement>>;
406
- declare const Label$1: react.ForwardRefExoticComponent<FileUpload.LabelProps & react.RefAttributes<HTMLLabelElement>>;
407
- declare const ClearTrigger: react.ForwardRefExoticComponent<_chakra_ui_react.FileUploadClearTriggerProps & react.RefAttributes<HTMLButtonElement>>;
408
- declare const Trigger$2: react.ForwardRefExoticComponent<FileUpload.TriggerProps & react.RefAttributes<HTMLButtonElement>>;
409
-
410
- declare const fileUpload_ClearTrigger: typeof ClearTrigger;
411
- declare const fileUpload_Dropzone: typeof Dropzone;
412
- type fileUpload_DropzoneProps = DropzoneProps;
413
- declare const fileUpload_Input: typeof Input;
414
- type fileUpload_InputProps = InputProps;
415
- declare const fileUpload_List: typeof List;
416
- declare namespace fileUpload {
417
- export { fileUpload_ClearTrigger as ClearTrigger, fileUpload_Dropzone as Dropzone, type fileUpload_DropzoneProps as DropzoneProps, fileUpload_Input as Input, type fileUpload_InputProps as InputProps, Label$1 as Label, fileUpload_List as List, Root$4 as Root, type RootProps$4 as RootProps, Trigger$2 as Trigger };
418
- }
419
-
420
- declare const gridListSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"cell" | "root" | "item" | "header", {
421
- interactive: {
422
- true: {
423
- item: {
424
- cursor: "button";
425
- transitionProperty: "bg";
426
- transitionDuration: "fast";
427
- _hover: {
428
- bg: "bg.subtle";
429
- };
430
- _active: {
431
- bg: "bg.subtle";
432
- };
433
- };
434
- };
435
- };
436
- variant: {
437
- simple: {};
438
- rounded: {
439
- item: {
440
- borderRadius: "md";
441
- mb: number;
442
- };
443
- };
444
- };
445
- size: {
446
- sm: {
447
- root: {
448
- textStyle: "sm";
449
- py: number;
450
- };
451
- item: {
452
- py: number;
453
- px: number;
454
- gap: number;
455
- };
456
- header: {
457
- py: number;
458
- px: number;
459
- };
460
- };
461
- md: {
462
- root: {
463
- textStyle: "md";
464
- py: number;
465
- };
466
- item: {
467
- py: number;
468
- px: number;
469
- gap: number;
470
- };
471
- header: {
472
- py: number;
473
- px: number;
474
- };
475
- };
476
- };
477
- }>;
478
- type GridListVariantProps = RecipeVariantProps<typeof gridListSlotRecipe>;
479
-
480
- interface GridListRootProps extends GridList.RootProps, HTMLChakraProps<'div'>, SlotRecipeProps<'suiGridList', GridListVariantProps> {
481
- }
482
- declare const GridListRoot: react.ForwardRefExoticComponent<GridListRootProps & react.RefAttributes<HTMLDivElement>>;
483
- interface GridListItemProps extends GridList.ItemProps, HTMLChakraProps<'div'> {
484
- }
485
- declare const GridListItem: react.ForwardRefExoticComponent<GridListItemProps & react.RefAttributes<HTMLDivElement>>;
486
- interface GridListHeaderProps extends GridList.HeaderProps, HTMLChakraProps<'header'> {
487
- }
488
- declare const GridListHeader: react.ForwardRefExoticComponent<GridListHeaderProps & react.RefAttributes<HTMLDivElement>>;
489
- interface GridListCellProps extends GridList.CellProps, HTMLChakraProps<'div'> {
490
- }
491
- declare const GridListCell: react.ForwardRefExoticComponent<GridListCellProps & react.RefAttributes<HTMLDivElement>>;
492
-
493
- declare namespace gridList {
494
- export { GridListCell as Cell, type GridListCellProps as CellProps, GridListHeader as Header, type GridListHeaderProps as HeaderProps, GridListItem as Item, type GridListItemProps as ItemProps, GridListRoot as Root, type GridListRootProps as RootProps };
495
- }
496
-
497
- interface ContentProps$1 extends HoverCard.ContentProps {
498
- portalled?: boolean;
499
- portalRef?: react.RefObject<HTMLElement>;
500
- }
501
- declare const Content$1: react.ForwardRefExoticComponent<ContentProps$1 & react.RefAttributes<HTMLDivElement>>;
502
- declare const Arrow$1: react.ForwardRefExoticComponent<HoverCard.ArrowProps & react.RefAttributes<HTMLDivElement>>;
503
- declare const Root$3: react.FC<HoverCard.RootProps>;
504
- declare const Trigger$1: react.ForwardRefExoticComponent<HoverCard.TriggerProps & react.RefAttributes<HTMLButtonElement>>;
505
-
506
- declare namespace hoverCard {
507
- export { Arrow$1 as Arrow, Content$1 as Content, Root$3 as Root, Trigger$1 as Trigger };
508
- }
509
-
510
- interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps$2<'suiIconBadge'> {
511
- /**
512
- * The icon to display
513
- */
514
- icon: react.ReactNode;
515
- /**
516
- * A11y: A label that describes the icon
517
- */
518
- 'aria-label'?: string;
519
- }
520
- declare const IconBadge: react.ForwardRefExoticComponent<IconBadgeProps & react.RefAttributes<HTMLDivElement>>;
521
-
522
- interface ContentProps extends Popover.ContentProps {
523
- portalled?: boolean;
524
- portalRef?: react.RefObject<HTMLElement>;
525
- }
526
- declare const Content: react.ForwardRefExoticComponent<ContentProps & react.RefAttributes<HTMLDivElement>>;
527
- declare const Arrow: react.ForwardRefExoticComponent<Popover.ArrowProps & react.RefAttributes<HTMLDivElement>>;
528
- declare const CloseButton: react.ForwardRefExoticComponent<Popover.CloseTriggerProps & react.RefAttributes<HTMLButtonElement>>;
529
- declare const CloseTrigger: react.ForwardRefExoticComponent<Popover.CloseTriggerProps & react.RefAttributes<HTMLButtonElement>>;
530
- declare const Title: react.ForwardRefExoticComponent<Popover.TitleProps & react.RefAttributes<HTMLDivElement>>;
531
- declare const Description: react.ForwardRefExoticComponent<Popover.DescriptionProps & react.RefAttributes<HTMLDivElement>>;
532
- declare const Footer: react.ForwardRefExoticComponent<Popover.FooterProps & react.RefAttributes<HTMLDivElement>>;
533
- declare const Header: react.ForwardRefExoticComponent<Popover.HeaderProps & react.RefAttributes<HTMLDivElement>>;
534
- declare const Root$2: react.FC<Popover.RootProps>;
535
- declare const Body: react.ForwardRefExoticComponent<Popover.BodyProps & react.RefAttributes<HTMLDivElement>>;
536
- declare const Trigger: react.ForwardRefExoticComponent<Popover.TriggerProps & react.RefAttributes<HTMLButtonElement>>;
537
- type RootProps$3 = Popover.RootProps;
538
-
539
- declare const popover_Arrow: typeof Arrow;
540
- declare const popover_Body: typeof Body;
541
- declare const popover_CloseButton: typeof CloseButton;
542
- declare const popover_CloseTrigger: typeof CloseTrigger;
543
- declare const popover_Content: typeof Content;
544
- declare const popover_Description: typeof Description;
545
- declare const popover_Footer: typeof Footer;
546
- declare const popover_Header: typeof Header;
547
- declare const popover_Title: typeof Title;
548
- declare const popover_Trigger: typeof Trigger;
549
- declare namespace popover {
550
- export { popover_Arrow as Arrow, popover_Body as Body, popover_CloseButton as CloseButton, popover_CloseTrigger as CloseTrigger, popover_Content as Content, popover_Description as Description, popover_Footer as Footer, popover_Header as Header, Root$2 as Root, type RootProps$3 as RootProps, popover_Title as Title, popover_Trigger as Trigger };
551
- }
552
-
553
- interface ToggleTipProps extends RootProps$3 {
554
- /**
555
- * Whether to show the arrow.
556
- * @default true
557
- */
558
- showArrow?: boolean;
559
- /**
560
- * Whether to portall the content.
561
- * @default true
562
- */
563
- portalled?: boolean;
564
- /**
565
- * The ref to the portal.
566
- */
567
- portalRef?: react.RefObject<HTMLElement>;
568
- /**
569
- * The content to display in the tooltip.
570
- */
571
- content?: react.ReactNode;
572
- /**
573
- * The trigger element.
574
- */
575
- children: react.ReactNode;
576
- }
577
- declare const ToggleTip: react.ForwardRefExoticComponent<ToggleTipProps & react.RefAttributes<HTMLDivElement>>;
578
-
579
- interface InfoTipProps extends Omit<ToggleTipProps, 'content'> {
580
- children: react.ReactNode;
581
- icon?: react.ReactNode;
582
- 'aria-label'?: string;
583
- }
584
- declare const InfoTip: react.ForwardRefExoticComponent<InfoTipProps & react.RefAttributes<HTMLDivElement>>;
585
-
586
- /**
587
- * Chakra UI `Link` component wrapped in a router specific link component.
588
- * Falls back to a plain `Link` if no Saas UI context is available or no `linkComponent` is configured
589
- * The router link component can be configured in `SaasProvider`.
590
- * @see https://saas-ui.dev/docs/core/getting-started
591
- */
592
- declare const Link: react__default.ForwardRefExoticComponent<LinkProps & react__default.RefAttributes<HTMLAnchorElement>>;
593
-
594
- interface SpinnerProps extends SpinnerProps$1 {
595
- loading?: boolean;
596
- children?: React.ReactNode;
597
- }
598
- declare const Spinner: react.ForwardRefExoticComponent<SpinnerProps & react.RefAttributes<HTMLDivElement>>;
599
-
600
- interface LoadingOverlayProps extends HTMLChakraProps$1<'div'>, SlotRecipeProps$2<'suiLoadingOverlay'>, PresenceBaseProps {
601
- /**
602
- * Show or hide the LoadingOverlay.
603
- * @default true
604
- */
605
- loading?: boolean;
606
- }
607
- declare const LoadingOverlayRoot: react__default.ForwardRefExoticComponent<LoadingOverlayProps & react__default.RefAttributes<HTMLDivElement>>;
608
- declare const LoadingOverlaySpinner: react__default.ForwardRefExoticComponent<SpinnerProps & react__default.RefAttributes<HTMLDivElement>>;
609
- interface LoadingTextProps extends HTMLChakraProps$1<'p'> {
610
- }
611
- declare const LoadingOverlayText: react__default.ForwardRefExoticComponent<LoadingTextProps & react__default.RefAttributes<HTMLParagraphElement>>;
612
-
613
- declare namespace loadingOverlay {
614
- export { LoadingOverlayRoot as Root, type LoadingOverlayProps as RootProps, LoadingOverlaySpinner as Spinner, LoadingOverlayText as Text, type LoadingTextProps as TextProps };
615
- }
616
-
617
- interface NavbarRootProps extends Navbar.RootProps, SlotRecipeProps$2<'suiNavbar'>, Omit<HTMLChakraProps$1<'div'>, keyof Navbar.RootProps> {
618
- }
619
- declare const NavbarRoot: react.ForwardRefExoticComponent<Omit<NavbarRootProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
620
- declare const NavbarBrand: react.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react.RefAttributes<HTMLDivElement>>;
621
- declare const NavbarContent: react.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react.RefAttributes<HTMLDivElement>>;
622
- declare const NavbarItem: react.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react.DetailedHTMLProps<react.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react.RefAttributes<HTMLLIElement>>;
623
- interface NavbarLinkProps extends HTMLChakraProps$1<'a'> {
624
- active?: boolean;
625
- }
626
- declare const NavbarLink: react.ForwardRefExoticComponent<NavbarLinkProps & react.RefAttributes<HTMLAnchorElement>>;
627
-
628
- declare namespace navbar {
629
- export { NavbarBrand as Brand, NavbarContent as Content, NavbarItem as Item, NavbarLink as Link, NavbarRoot as Root, type NavbarRootProps as RootProps };
630
- }
631
-
632
- interface NativeSelectProps extends NativeSelect$1.RootProps {
633
- icon?: react.ReactNode;
634
- placeholder?: string;
635
- }
636
- declare const NativeSelect: react.ForwardRefExoticComponent<NativeSelectProps & react.RefAttributes<HTMLDivElement>>;
637
-
638
- interface NumberInputProps extends Omit<NumberInput$1.RootProps, 'children'> {
639
- rootRef?: React.Ref<HTMLDivElement>;
640
- hideControls?: boolean;
641
- startElement?: React.ReactNode;
642
- endElement?: React.ReactNode;
643
- inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
644
- }
645
- declare const NumberInput: react.ForwardRefExoticComponent<NumberInputProps & react.RefAttributes<HTMLInputElement>>;
646
-
647
- interface MenuContentProps extends Menu.ContentProps {
648
- portalled?: boolean;
649
- portalRef?: React.RefObject<HTMLElement>;
650
- }
651
- declare const MenuContent: react.ForwardRefExoticComponent<MenuContentProps & react.RefAttributes<HTMLDivElement>>;
652
- declare const MenuArrow: react.ForwardRefExoticComponent<Menu.ArrowProps & react.RefAttributes<HTMLDivElement>>;
653
- declare const MenuCheckboxItem: react.ForwardRefExoticComponent<Menu.CheckboxItemProps & react.RefAttributes<HTMLDivElement>>;
654
- declare const MenuRadioItem: react.ForwardRefExoticComponent<Menu.RadioItemProps & react.RefAttributes<HTMLDivElement>>;
655
- declare const MenuItemGroup: react.ForwardRefExoticComponent<Menu.ItemGroupProps & react.RefAttributes<HTMLDivElement>>;
656
- interface MenuTriggerItemProps extends Menu.ItemProps {
657
- startIcon?: React.ReactNode;
658
- }
659
- declare const MenuTriggerItem: react.ForwardRefExoticComponent<MenuTriggerItemProps & react.RefAttributes<HTMLDivElement>>;
660
- interface MenuButtonProps extends ButtonProps$1, Menu.TriggerProps {
661
- }
662
- declare const MenuButton: react.ForwardRefExoticComponent<MenuButtonProps & react.RefAttributes<HTMLButtonElement>>;
663
- declare const MenuRadioItemGroup: react.ForwardRefExoticComponent<Menu.RadioItemGroupProps & react.RefAttributes<HTMLDivElement>>;
664
- declare const MenuContextTrigger: react.ForwardRefExoticComponent<Menu.ContextTriggerProps & react.RefAttributes<HTMLElement>>;
665
- declare const MenuRoot: react.FC<Menu.RootProps>;
666
- declare const MenuSeparator: react.ForwardRefExoticComponent<Menu.SeparatorProps & react.RefAttributes<HTMLDivElement>>;
667
- declare const MenuContext: (props: _ark_ui_react.MenuContextProps) => react.ReactNode;
668
- declare const MenuItem: react.ForwardRefExoticComponent<Menu.ItemProps & react.RefAttributes<HTMLDivElement>>;
669
- declare const MenuItemText: react.ForwardRefExoticComponent<Menu.ItemTextProps & react.RefAttributes<HTMLDivElement>>;
670
- declare const MenuItemCommand: react.ForwardRefExoticComponent<Menu.CommandProps & react.RefAttributes<HTMLElement>>;
671
- declare const MenuTrigger: react.ForwardRefExoticComponent<Menu.TriggerProps & react.RefAttributes<HTMLButtonElement>>;
672
-
673
- type MenuRootProps = Menu.RootProps;
674
- type MenuTriggerProps = Menu.TriggerProps;
675
- type MenuItemProps = Menu.ItemProps;
676
-
677
- declare namespace menu {
678
- export { MenuArrow as Arrow, MenuButton as Button, type MenuButtonProps as ButtonProps, MenuCheckboxItem as CheckboxItem, MenuContent as Content, type MenuContentProps as ContentProps, MenuContext as Context, MenuContextTrigger as ContextTrigger, MenuItem as Item, MenuItemCommand as ItemCommand, MenuItemGroup as ItemGroup, type MenuItemProps as ItemProps, MenuItemText as ItemText, MenuRadioItem as RadioItem, MenuRadioItemGroup as RadioItemGroup, MenuRoot as Root, type MenuRootProps as RootProps, MenuSeparator as Separator, MenuTrigger as Trigger, MenuTriggerItem as TriggerItem, type MenuTriggerItemProps as TriggerItemProps, type MenuTriggerProps as TriggerProps };
679
- }
680
-
681
- interface PageOptions {
682
- children?: react__default.ReactNode;
683
- loading?: boolean;
684
- skeleton?: react__default.ReactNode;
685
- }
686
- interface PageRootProps extends PageOptions, HTMLChakraProps$1<'main'>, SlotRecipeProps$2<'suiPage'> {
687
- }
688
- declare const PageRoot: react__default.ForwardRefExoticComponent<PageRootProps & react__default.RefAttributes<HTMLDivElement>>;
689
- interface PageHeaderProps extends Omit<HTMLChakraProps$1<'header'>, 'title' | 'children'> {
690
- /**
691
- * Page header navigation
692
- * Typically breadcrumbs or backbutton.
693
- */
694
- nav?: react__default.ReactNode;
695
- /**
696
- * Page header title
697
- */
698
- title?: react__default.ReactNode;
699
- /**
700
- * Page header description
701
- */
702
- description?: react__default.ReactNode;
703
- /**
704
- * Page header actions, typically a toolbar
705
- */
706
- actions?: react__default.ReactNode;
707
- /**
708
- * Page header footer
709
- */
710
- footer?: react__default.ReactNode;
711
- }
712
- declare const PageHeader: react__default.ForwardRefExoticComponent<PageHeaderProps & react__default.RefAttributes<HTMLDivElement>>;
713
- declare const PageHeaderSection: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
714
- declare const PageTitle: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
715
- declare const PageDescription: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
716
- interface PageBodyProps extends HTMLChakraProps$1<'div'> {
717
- }
718
- declare const PageBody: react__default.ForwardRefExoticComponent<PageBodyProps & react__default.RefAttributes<HTMLDivElement>>;
719
-
720
- declare namespace page {
721
- export { PageBody as Body, type PageBodyProps as BodyProps, PageDescription as Description, PageHeader as Header, type PageHeaderProps as HeaderProps, PageHeaderSection as HeaderSection, PageRoot as Root, type PageRootProps as RootProps, PageTitle as Title };
722
- }
723
-
724
- declare const usePageStyles: () => Record<string, _chakra_ui_react.SystemStyleObject>;
725
-
726
- type PaginationVariant = 'outline' | 'solid' | 'subtle';
727
- interface RootProps$2 extends Omit<Pagination.RootProps, 'type'> {
728
- size?: ButtonProps$1['size'];
729
- variant?: PaginationVariant;
730
- }
731
- declare const Root$1: react.ForwardRefExoticComponent<RootProps$2 & react.RefAttributes<HTMLDivElement>>;
732
- declare const Ellipsis: react.ForwardRefExoticComponent<Pagination.EllipsisProps & react.RefAttributes<HTMLDivElement>>;
733
- declare const Item$1: react.ForwardRefExoticComponent<Pagination.ItemProps & react.RefAttributes<HTMLButtonElement>>;
734
- declare const PrevButton: react.ForwardRefExoticComponent<Pagination.PrevTriggerProps & react.RefAttributes<HTMLButtonElement>>;
735
- declare const NextButton: react.ForwardRefExoticComponent<Pagination.NextTriggerProps & react.RefAttributes<HTMLButtonElement>>;
736
- declare const Items: (props: React.HTMLAttributes<HTMLElement>) => react_jsx_runtime.JSX.Element;
737
- interface PageTextProps extends TextProps {
738
- format?: 'short' | 'compact' | 'long';
739
- }
740
- declare const PageText: react.ForwardRefExoticComponent<PageTextProps & react.RefAttributes<HTMLParagraphElement>>;
741
- declare const PrevTrigger: react.ForwardRefExoticComponent<Pagination.PrevTriggerProps & react.RefAttributes<HTMLButtonElement>>;
742
- declare const NextTrigger: react.ForwardRefExoticComponent<Pagination.NextTriggerProps & react.RefAttributes<HTMLButtonElement>>;
743
- declare const Context: (props: _ark_ui_react.PaginationContextProps) => react.ReactNode;
744
-
745
- declare const pagination_Context: typeof Context;
746
- declare const pagination_Ellipsis: typeof Ellipsis;
747
- declare const pagination_Items: typeof Items;
748
- declare const pagination_NextButton: typeof NextButton;
749
- declare const pagination_NextTrigger: typeof NextTrigger;
750
- declare const pagination_PageText: typeof PageText;
751
- type pagination_PageTextProps = PageTextProps;
752
- declare const pagination_PrevButton: typeof PrevButton;
753
- declare const pagination_PrevTrigger: typeof PrevTrigger;
754
- declare namespace pagination {
755
- export { pagination_Context as Context, pagination_Ellipsis as Ellipsis, Item$1 as Item, pagination_Items as Items, pagination_NextButton as NextButton, pagination_NextTrigger as NextTrigger, pagination_PageText as PageText, type pagination_PageTextProps as PageTextProps, pagination_PrevButton as PrevButton, pagination_PrevTrigger as PrevTrigger, Root$1 as Root, type RootProps$2 as RootProps };
756
- }
757
-
758
- interface PasswordInputProps extends InputProps$1, PasswordVisibilityProps {
759
- rootProps?: InputGroupProps;
760
- }
761
- declare const PasswordInput: react.ForwardRefExoticComponent<PasswordInputProps & react.RefAttributes<HTMLInputElement>>;
762
- interface PasswordVisibilityProps {
763
- defaultVisible?: boolean;
764
- visible?: boolean;
765
- onVisibleChange?: (visible: boolean) => void;
766
- visibilityIcon?: {
767
- on: React.ReactNode;
768
- off: React.ReactNode;
769
- };
770
- }
771
-
772
- declare const personaSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"label" | "presence" | "root" | "avatar" | "details" | "secondaryLabel" | "tertiaryLabel", {
773
- size: {
774
- '2xs': {
775
- details: {
776
- ms: number;
777
- };
778
- label: {
779
- fontSize: "xs";
780
- };
781
- secondaryLabel: {
782
- display: "none";
783
- };
784
- tertiaryLabel: {
785
- display: "none";
786
- };
787
- };
788
- xs: {
789
- details: {
790
- ms: number;
791
- };
792
- label: {
793
- fontSize: "xs";
794
- };
795
- secondaryLabel: {
796
- display: "none";
797
- };
798
- tertiaryLabel: {
799
- display: "none";
800
- };
801
- };
802
- sm: {
803
- details: {
804
- ms: number;
805
- };
806
- label: {
807
- fontSize: "sm";
808
- };
809
- secondaryLabel: {
810
- fontSize: "xs";
811
- };
812
- tertiaryLabel: {
813
- display: "none";
814
- };
815
- };
816
- md: {
817
- details: {
818
- ms: number;
819
- };
820
- label: {
821
- fontSize: "sm";
822
- };
823
- secondaryLabel: {
824
- fontSize: "xs";
825
- };
826
- tertiaryLabel: {
827
- display: "none";
828
- };
829
- };
830
- lg: {
831
- details: {
832
- ms: number;
833
- };
834
- label: {
835
- fontSize: "md";
836
- };
837
- secondaryLabel: {
838
- fontSize: "sm";
839
- };
840
- tertiaryLabel: {
841
- fontSize: "sm";
842
- };
843
- };
844
- xl: {
845
- details: {
846
- ms: number;
847
- };
848
- label: {
849
- fontSize: "lg";
850
- };
851
- secondaryLabel: {
852
- fontSize: "md";
853
- };
854
- tertiaryLabel: {
855
- fontSize: "md";
856
- };
857
- };
858
- '2xl': {
859
- details: {
860
- ms: number;
861
- };
862
- label: {
863
- fontSize: "xl";
864
- };
865
- secondaryLabel: {
866
- fontSize: "lg";
867
- };
868
- tertiaryLabel: {
869
- fontSize: "lg";
870
- };
871
- };
872
- };
873
- }>;
874
- type PersonaVariantProps = RecipeVariantProps<typeof personaSlotRecipe>;
875
-
876
- type PersonaPresence = 'online' | 'offline' | 'busy' | 'dnd' | 'away';
877
- interface PersonaPresenceConfig {
878
- label: string;
879
- color: string;
880
- }
881
- type PersonaPresenceOptions<P extends string = PersonaPresence> = Record<P, PersonaPresenceConfig>;
882
- /**
883
- * The presence configuration object.
884
- *
885
- * Default presence values: online, offline, busy, dnd, away
886
- *
887
- * You can overwrite colors in the theme semantic tokens.
888
- * theme.semanticTokens.colors['presence.online'] = 'cyan.500'
889
- *
890
- * Or add a custom presence value
891
- * theme.semanticTokens.colors['presence.vacay'] = 'blue.500'
892
- *
893
- * @see Docs https://saas-ui.dev/docs/components/data-display/persona
894
- */
895
- declare const defaultPersonaPresenceOptions: PersonaPresenceOptions;
896
-
897
- interface PersonaRootProps extends HTMLChakraProps$1<'div'>, SlotRecipeProps$2<'suiPersona'>, PersonaVariantProps {
898
- /**
899
- * Indicates that a person is out of office. Changes the presence badge style.
900
- */
901
- outOfOffice?: boolean;
902
- /**
903
- * The presence status of the person
904
- */
905
- presence?: PersonaPresence;
906
- }
907
- interface PersonaAvatarOptions {
908
- /**
909
- * The name of the person in the avatar.
910
- *
911
- * - if `src` has loaded, the name will be used as the `alt` attribute of the `img`
912
- * - If `src` is not loaded, the name will be used to create the initials
913
- */
914
- name?: string;
915
- }
916
- interface PersonaAvatarProps$1 extends PersonaAvatarOptions, AvatarProps {
917
- src?: string;
918
- srcSet?: string;
919
- loading?: ImageProps$1['loading'];
920
- icon?: react__default.ReactElement;
921
- fallback?: react__default.ReactNode;
922
- getInitials?: (name?: string | null) => string | null;
923
- }
924
-
925
- interface PersonaOptions {
926
- /**
927
- * The name of the person in the avatar.
928
- *
929
- * - if `src` has loaded, the name will be used as the `alt` attribute of the `img`
930
- * - If `src` is not loaded, the name will be used to create the initials
931
- */
932
- name?: string;
933
- /**
934
- * The presence status of the person
935
- *
936
- * If set will add an AvatarBadge with color configured in `Presence`
937
- * Default presence options:
938
- * - online
939
- * - offline
940
- * - busy
941
- * - dnd
942
- * - away
943
- */
944
- presence?: PersonaPresence;
945
- /**
946
- * The icon shown in the AvatarBadge
947
- */
948
- presenceIcon?: react.ReactNode;
949
- /**
950
- * Indicates that a person is out of office. Changes the presence badge style.
951
- */
952
- isOutOfOffice?: boolean;
953
- /**
954
- * Primary label of the persona, defaults to the name
955
- */
956
- label?: react.ReactNode;
957
- /**
958
- * Secondary label, usually the role of the person
959
- * Only visible from md size and up.
960
- */
961
- secondaryLabel?: react.ReactNode;
962
- /**
963
- * Tertiary label, usually the status of the person.
964
- * Only visible from lg size and up.
965
- */
966
- tertiaryLabel?: react.ReactNode;
967
- /**
968
- * Hide the persona details next to the avatar.
969
- */
970
- hideDetails?: boolean;
971
- }
972
- interface PersonaProps extends PersonaOptions, Omit<PersonaAvatarProps$1, 'size'>, Omit<PersonaRootProps, 'presence'>, PersonaVariantProps {
973
- }
974
- /**
975
- * The wrapper component that handles default composition.
976
- *
977
- * @see Docs https://saas-ui.dev/docs/components/data-display/persona
978
- */
979
- declare const Persona: react.ForwardRefExoticComponent<PersonaProps & react.RefAttributes<HTMLDivElement>>;
980
- interface PersonaAvatarProps extends Omit<PersonaProps, 'hideDetails' | 'label' | 'secondaryLabel' | 'tertiaryLabel' | 'children'> {
981
- }
982
- declare const PersonaAvatar: react.ForwardRefExoticComponent<PersonaAvatarProps & react.RefAttributes<HTMLDivElement>>;
983
-
984
- interface PinInputProps extends PinInput$1.RootProps {
985
- rootRef?: React.Ref<HTMLDivElement>;
986
- pinLength?: number;
987
- inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
988
- attached?: boolean;
989
- }
990
- declare const PinInput: react.ForwardRefExoticComponent<PinInputProps & react.RefAttributes<HTMLInputElement>>;
991
-
992
- interface RadioProps extends RadioGroup.ItemProps {
993
- rootRef?: React.Ref<HTMLDivElement>;
994
- inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
995
- }
996
- declare const Radio: react.ForwardRefExoticComponent<RadioProps & react.RefAttributes<HTMLInputElement>>;
997
-
998
- interface RadioCardItemProps extends RadioCard.ItemProps {
999
- icon?: React.ReactElement;
1000
- label?: React.ReactNode;
1001
- description?: React.ReactNode;
1002
- addon?: React.ReactNode;
1003
- indicator?: React.ReactNode | null;
1004
- indicatorPlacement?: 'start' | 'end' | 'inside';
1005
- inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
1006
- }
1007
- declare const RadioCardItem: react.ForwardRefExoticComponent<RadioCardItemProps & react.RefAttributes<HTMLInputElement>>;
1008
- declare const RadioCardRoot: react.ForwardRefExoticComponent<RadioCard.RootProps & react.RefAttributes<HTMLDivElement>>;
1009
- declare const RadioCardLabel: react.ForwardRefExoticComponent<RadioCard.LabelProps & react.RefAttributes<HTMLDivElement>>;
1010
- declare const RadioCardItemIndicator: react.ForwardRefExoticComponent<RadioCard.ItemIndicatorProps & react.RefAttributes<HTMLSpanElement>>;
1011
-
1012
- type ItemProps = RadioCardItemProps;
1013
- type RootProps$1 = RadioCard.RootProps;
1014
- type LabelProps = RadioCard.LabelProps;
1015
- type ItemIndicatorProps = RadioCard.ItemIndicatorProps;
1016
-
1017
- type radioCard_ItemIndicatorProps = ItemIndicatorProps;
1018
- type radioCard_ItemProps = ItemProps;
1019
- type radioCard_LabelProps = LabelProps;
1020
- declare namespace radioCard {
1021
- export { RadioCardItem as Item, RadioCardItemIndicator as ItemIndicator, type radioCard_ItemIndicatorProps as ItemIndicatorProps, type radioCard_ItemProps as ItemProps, RadioCardLabel as Label, type radioCard_LabelProps as LabelProps, RadioCardRoot as Root, type RootProps$1 as RootProps };
1022
- }
1023
-
1024
- interface SearchInputProps extends InputProps$2 {
1025
- value?: string;
1026
- defaultValue?: string;
1027
- placeholder?: string;
1028
- icon?: react__default.ReactElement;
1029
- resetIcon?: react__default.ReactElement;
1030
- endElement?: react__default.ReactElement;
1031
- onReset?: () => void;
1032
- }
1033
- declare const SearchInput: react__default.ForwardRefExoticComponent<SearchInputProps & react__default.RefAttributes<HTMLInputElement>>;
1034
-
1035
- interface SelectTriggerProps extends Select.ControlProps {
1036
- clearable?: boolean;
1037
- }
1038
- declare const SelectTrigger: react.ForwardRefExoticComponent<SelectTriggerProps & react.RefAttributes<HTMLButtonElement>>;
1039
- interface SelectContentProps extends Select.ContentProps {
1040
- portalled?: boolean;
1041
- portalRef?: React.RefObject<HTMLElement>;
1042
- }
1043
- declare const SelectContent: react.ForwardRefExoticComponent<SelectContentProps & react.RefAttributes<HTMLDivElement>>;
1044
- declare const SelectItem: react.ForwardRefExoticComponent<Select.ItemProps & react.RefAttributes<HTMLDivElement>>;
1045
- interface SelectValueTextProps extends Omit<Select.ValueTextProps, 'children'> {
1046
- children?(items: CollectionItem[]): React.ReactNode;
1047
- }
1048
- declare const SelectValueText: react.ForwardRefExoticComponent<SelectValueTextProps & react.RefAttributes<HTMLSpanElement>>;
1049
- interface SelectRootProps<T> extends Select.RootProps<T> {
1050
- }
1051
- declare const SelectRoot: <T extends CollectionItem>(props: SelectRootProps<T> & React.RefAttributes<HTMLDivElement>) => React.ReactElement;
1052
- interface SelectItemGroupProps extends Select.ItemGroupProps {
1053
- label: React.ReactNode;
1054
- }
1055
- declare const SelectItemGroup: react.ForwardRefExoticComponent<SelectItemGroupProps & react.RefAttributes<HTMLDivElement>>;
1056
- declare const SelectLabel: react.ForwardRefExoticComponent<Select.LabelProps & react.RefAttributes<HTMLLabelElement>>;
1057
- declare const SelectItemText: react.ForwardRefExoticComponent<Select.ItemTextProps & react.RefAttributes<HTMLDivElement>>;
1058
-
1059
- declare namespace namespace {
1060
- export { SelectContent as Content, type SelectContentProps as ContentProps, SelectItem as Item, SelectItemGroup as ItemGroup, type SelectItemGroupProps as ItemGroupProps, SelectItemText as ItemText, SelectLabel as Label, SelectRoot as Root, type SelectRootProps as RootProps, SelectTrigger as Trigger, type SelectTriggerProps as TriggerProps, SelectValueText as ValueText, type SelectValueTextProps as ValueTextProps };
1061
- }
1062
-
1063
- interface SkeletonCircleProps extends SkeletonProps$1 {
1064
- size?: CircleProps['size'];
1065
- }
1066
- declare const SkeletonCircle: (props: SkeletonCircleProps) => react_jsx_runtime.JSX.Element;
1067
- interface SkeletonTextProps extends SkeletonProps$1 {
1068
- noOfLines?: number;
1069
- }
1070
- declare const SkeletonText: react.ForwardRefExoticComponent<SkeletonTextProps & react.RefAttributes<HTMLDivElement>>;
1071
- type SkeletonProps = SkeletonProps$1;
1072
- declare const Skeleton: react.ForwardRefExoticComponent<SkeletonProps$1 & react.RefAttributes<HTMLDivElement>>;
1073
-
1074
- interface Item {
1075
- value: string;
1076
- label: React.ReactNode;
1077
- disabled?: boolean;
1078
- }
1079
- interface SegmentedControlProps extends SegmentGroup.RootProps {
1080
- items: Array<string | Item>;
1081
- }
1082
- declare const SegmentedControl: react.ForwardRefExoticComponent<SegmentedControlProps & react.RefAttributes<HTMLDivElement>>;
1083
-
1084
- interface SidebarProviderProps extends Sidebar.ProviderProps, Omit<SlotRecipeProps$1<'suiSidebar'>, 'mode'> {
1085
- }
1086
- declare const SidebarProvider: (props: SidebarProviderProps) => react_jsx_runtime.JSX.Element;
1087
- interface SidebarRootProps extends Sidebar.RootProps, HTMLChakraProps<'div'> {
1088
- }
1089
- /**
1090
- * Side navigation, commonly used as the primary navigation
1091
- *
1092
- * @see Docs https://saas-ui.dev/docs/components/layout/sidebar
1093
- */
1094
- declare const SidebarRoot: react__default.ForwardRefExoticComponent<SidebarRootProps & react__default.RefAttributes<HTMLDivElement>>;
1095
- interface SidebarTriggerProps extends HTMLChakraProps<'button'> {
1096
- }
1097
- /**
1098
- * Button that toggles the sidebar visibility.
1099
- *
1100
- * @see Docs https://saas-ui.dev/docs/components/layout/sidebar
1101
- */
1102
- declare const SidebarTrigger: react__default.ForwardRefExoticComponent<SidebarTriggerProps & react__default.RefAttributes<HTMLButtonElement>>;
1103
- interface SidebarFlyoutTriggerProps extends HTMLChakraProps<'button'> {
1104
- }
1105
- /**
1106
- * Opens the sidebar when hovering over the trigger.
1107
- *
1108
- * @see Docs https://saas-ui.dev/docs/components/layout/sidebar
1109
- */
1110
- declare const SidebarFlyoutTrigger: react__default.ForwardRefExoticComponent<SidebarFlyoutTriggerProps & react__default.RefAttributes<HTMLButtonElement>>;
1111
- /**
1112
- * Overlay shown when sidebar is open on mobile.
1113
- *
1114
- * @see Docs https://saas-ui.dev/docs/components/layout/sidebar
1115
- */
1116
- declare const SidebarBackdrop: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
1117
- /**
1118
- * Sidebar header section.
1119
- *
1120
- * @see Docs https://saas-ui.dev/docs/components/layout/sidebar
1121
- */
1122
- declare const SidebarHeader: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
1123
- /**
1124
- * Sidebar body section, used for the main content of the sidebar.
1125
- *
1126
- * @see Docs https://saas-ui.dev/docs/components/layout/sidebar
1127
- */
1128
- declare const SidebarBody: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
1129
- /**
1130
- * Sidebar footer section.
1131
- *
1132
- * @see Docs https://saas-ui.dev/docs/components/layout/sidebar
1133
- */
1134
- declare const SidebarFooter: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
1135
- /**
1136
- * Sidebar track section.
1137
- *
1138
- * @see Docs https://saas-ui.dev/docs/components/layout/sidebar
1139
- */
1140
- declare const SidebarTrack: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
1141
- declare const SidebarGroup: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
1142
- declare const SidebarGroupHeader: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
1143
- declare const SidebarGroupTitle: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLHeadingElement>>;
1144
- declare const SidebarGroupEndElement: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
1145
- declare const SidebarGroupContent: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
1146
- interface SidebarNavItemProps extends SlotRecipeProps$1<'suiSidebarNavItem'>, HTMLChakraProps<'div'> {
1147
- }
1148
- declare const SidebarNavItem: react__default.ForwardRefExoticComponent<SidebarNavItemProps & react__default.RefAttributes<HTMLDivElement>>;
1149
- interface SidebarNavButtonProps extends Sidebar.NavButtonProps, HTMLChakraProps<'button'> {
1150
- active?: boolean;
1151
- }
1152
- declare const SidebarNavButton: react__default.ForwardRefExoticComponent<SidebarNavButtonProps & react__default.RefAttributes<HTMLButtonElement>>;
1153
- declare const SidebarNavButtonEndElement: react__default.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "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" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "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" | "color" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "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" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "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" | "opacity" | "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" | "printColorAdjust" | "quotes" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "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" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react__default.RefAttributes<HTMLDivElement>>;
1154
- declare const SidebarContext: (props: {
1155
- children: (context: _saas_ui_core_sidebar.UseSidebarReturn) => react__default.ReactNode;
1156
- }) => react__default.ReactNode;
1157
-
1158
- declare namespace sidebar {
1159
- export { SidebarBackdrop as Backdrop, SidebarBody as Body, SidebarContext as Context, SidebarFlyoutTrigger as FlyoutTrigger, type SidebarFlyoutTriggerProps as FlyoutTriggerProps, SidebarFooter as Footer, SidebarGroup as Group, SidebarGroupContent as GroupContent, SidebarGroupEndElement as GroupEndElement, SidebarGroupHeader as GroupHeader, SidebarGroupTitle as GroupTitle, SidebarHeader as Header, SidebarNavButton as NavButton, SidebarNavButtonEndElement as NavButtonEndElement, type SidebarNavButtonProps as NavButtonProps, SidebarNavItem as NavItem, type SidebarNavItemProps as NavItemProps, SidebarProvider as Provider, SidebarRoot as Root, type SidebarRootProps as RootProps, SidebarTrack as Track, SidebarTrigger as Trigger, type SidebarTriggerProps as TriggerProps };
1160
- }
1161
-
1162
- declare const useSidebarStyles: () => Record<string, _chakra_ui_react.SystemStyleObject>;
1163
- declare const useSidebarItemStyles: () => Record<string, _chakra_ui_react.SystemStyleObject>;
1164
-
1165
- interface SliderProps extends Slider$1.RootProps {
1166
- marks?: Array<number | {
1167
- value: number;
1168
- label: React.ReactNode;
1169
- }>;
1170
- label?: React.ReactNode;
1171
- }
1172
- declare const Slider: react.ForwardRefExoticComponent<SliderProps & react.RefAttributes<HTMLDivElement>>;
1173
-
1174
- type StatusTokens = Extract<Token, `colors.status.${string}`>;
1175
- interface StatusProps extends Status$2.RootProps {
1176
- /**
1177
- * The status value, used to determine the color of the status
1178
- * colors can be configured as semantic tokens under the `colors.status` key.
1179
- */
1180
- value?: StatusTokens extends never ? string : StatusTokens;
1181
- }
1182
- /**
1183
- * Status component
1184
- */
1185
- declare const Status$1: react.ForwardRefExoticComponent<StatusProps & react.RefAttributes<HTMLDivElement>>;
1186
-
1187
- interface StatValueTextProps extends Stat.ValueTextProps {
1188
- value?: number;
1189
- formatOptions?: Intl.NumberFormatOptions;
1190
- }
1191
- declare const StatValueText: react.ForwardRefExoticComponent<StatValueTextProps & react.RefAttributes<HTMLDivElement>>;
1192
- declare const StatUpTrend: react.ForwardRefExoticComponent<BadgeProps & react.RefAttributes<HTMLDivElement>>;
1193
- declare const StatDownTrend: react.ForwardRefExoticComponent<BadgeProps & react.RefAttributes<HTMLDivElement>>;
1194
- declare const Root: react.ForwardRefExoticComponent<Stat.RootProps & react.RefAttributes<HTMLDListElement>>;
1195
- declare const Label: react.ForwardRefExoticComponent<Stat.LabelProps & react.RefAttributes<HTMLElement>>;
1196
- declare const HelpText: react.ForwardRefExoticComponent<Stat.HelpTextProps & react.RefAttributes<HTMLElement>>;
1197
- declare const ValueUnit: react.ForwardRefExoticComponent<Stat.ValueUnitProps & react.RefAttributes<HTMLElement>>;
1198
- type RootProps = Stat.RootProps;
1199
- type ValueTextProps = StatValueTextProps;
1200
-
1201
- declare const stat_HelpText: typeof HelpText;
1202
- declare const stat_Label: typeof Label;
1203
- declare const stat_Root: typeof Root;
1204
- type stat_RootProps = RootProps;
1205
- type stat_ValueTextProps = ValueTextProps;
1206
- declare const stat_ValueUnit: typeof ValueUnit;
1207
- declare namespace stat {
1208
- export { StatDownTrend as DownTrend, stat_HelpText as HelpText, stat_Label as Label, stat_Root as Root, type stat_RootProps as RootProps, StatUpTrend as UpTrend, StatValueText as ValueText, type stat_ValueTextProps as ValueTextProps, stat_ValueUnit as ValueUnit };
1209
- }
1210
-
1211
- interface StepInfoProps {
1212
- title?: React.ReactNode;
1213
- description?: React.ReactNode;
1214
- }
1215
- interface StepsItemProps extends Omit<Steps.ItemProps, 'title'>, StepInfoProps {
1216
- completedIcon?: React.ReactNode;
1217
- icon?: React.ReactNode;
1218
- }
1219
- declare const StepsItem: (props: StepsItemProps) => react_jsx_runtime.JSX.Element;
1220
- interface StepsIndicatorProps {
1221
- completedIcon: React.ReactNode;
1222
- icon?: React.ReactNode;
1223
- }
1224
- declare const StepsIndicator: (props: StepsIndicatorProps) => react_jsx_runtime.JSX.Element;
1225
- declare const StepsList: react.ForwardRefExoticComponent<Steps.ListProps & react.RefAttributes<HTMLDivElement>>;
1226
- type StepsRootProps = Steps.RootProps;
1227
- declare const StepsRoot: react.ForwardRefExoticComponent<Steps.RootProps & react.RefAttributes<HTMLDivElement>>;
1228
- declare const StepsContent: react.ForwardRefExoticComponent<Steps.ContentProps & react.RefAttributes<HTMLDivElement>>;
1229
- declare const StepsCompletedContent: react.ForwardRefExoticComponent<Steps.CompletedContentProps & react.RefAttributes<HTMLDivElement>>;
1230
- declare const StepsNextTrigger: (props: Steps.NextTriggerProps) => react_jsx_runtime.JSX.Element;
1231
- declare const StepsPrevTrigger: (props: Steps.PrevTriggerProps) => react_jsx_runtime.JSX.Element;
1232
-
1233
- declare namespace steps {
1234
- export { StepsCompletedContent as CompletedContent, StepsContent as Content, StepsIndicator as Indicator, type StepsIndicatorProps as IndicatorProps, StepsItem as Item, type StepsItemProps as ItemProps, StepsList as List, StepsNextTrigger as NextTrigger, StepsPrevTrigger as PrevTrigger, StepsRoot as Root, type StepsRootProps as RootProps, useStepsContext as useContext };
1235
- }
1236
-
1237
- interface SwitchProps extends Switch$1.RootProps {
1238
- inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
1239
- rootRef?: React.Ref<HTMLLabelElement>;
1240
- trackLabel?: {
1241
- on: React.ReactNode;
1242
- off: React.ReactNode;
1243
- };
1244
- thumbLabel?: {
1245
- on: React.ReactNode;
1246
- off: React.ReactNode;
1247
- };
1248
- }
1249
- declare const Switch: react.ForwardRefExoticComponent<SwitchProps & react.RefAttributes<HTMLInputElement>>;
1250
-
1251
- interface TagProps extends Tag$1.RootProps {
1252
- startElement?: React.ReactNode;
1253
- endElement?: React.ReactNode;
1254
- onClose?: VoidFunction;
1255
- closable?: boolean;
1256
- }
1257
- declare const Tag: react.ForwardRefExoticComponent<TagProps & react.RefAttributes<HTMLSpanElement>>;
1258
-
1259
- type NonNullable<T> = T extends null | undefined ? never : T;
1260
- type Required<T> = {
1261
- [P in keyof T]-?: NonNullable<T[P]>;
1262
- };
1263
- type Direction = "ltr" | "rtl";
1264
- interface CommonProperties {
1265
- /**
1266
- * The unique identifier of the machine.
1267
- */
1268
- id: string;
1269
- /**
1270
- * A root node to correctly resolve document in custom environments. E.x.: Iframes, Electron.
1271
- */
1272
- getRootNode?: (() => ShadowRoot | Document | Node) | undefined;
1273
- }
1274
-
1275
- type Type = "success" | "error" | "loading" | "info" | (string & {});
1276
- type Placement = "top-start" | "top" | "top-end" | "bottom-start" | "bottom" | "bottom-end";
1277
- type Status = "visible" | "dismissing" | "unmounted";
1278
- interface StatusChangeDetails {
1279
- /**
1280
- * The status of the toast
1281
- */
1282
- status: Status;
1283
- /**
1284
- * The reason for the status change
1285
- */
1286
- src?: string | undefined;
1287
- }
1288
- interface ActionOptions {
1289
- /**
1290
- * The label of the action
1291
- */
1292
- label: string;
1293
- /**
1294
- * The function to call when the action is clicked
1295
- */
1296
- onClick: () => void;
1297
- }
1298
- interface Options<T = any> {
1299
- /**
1300
- * The title of the toast.
1301
- */
1302
- title?: T | undefined;
1303
- /**
1304
- * The description of the toast.
1305
- */
1306
- description?: T | undefined;
1307
- /**
1308
- * The duration the toast will be visible
1309
- */
1310
- duration?: number | undefined;
1311
- /**
1312
- * The duration for the toast to kept alive before it is removed.
1313
- * Useful for exit transitions.
1314
- */
1315
- removeDelay?: number | undefined;
1316
- /**
1317
- * The unique id of the toast
1318
- */
1319
- id?: string | undefined;
1320
- /**
1321
- * The type of the toast
1322
- */
1323
- type?: Type | undefined;
1324
- /**
1325
- * Function called when the toast is visible
1326
- */
1327
- onStatusChange?: ((details: StatusChangeDetails) => void) | undefined;
1328
- /**
1329
- * The action of the toast
1330
- */
1331
- action?: ActionOptions | undefined;
1332
- /**
1333
- * Whether the toast is closable
1334
- */
1335
- closable?: boolean | undefined;
1336
- /**
1337
- * The metadata of the toast
1338
- */
1339
- meta?: Record<string, any> | undefined;
1340
- }
1341
- interface ToastProps<T = any> extends Omit<CommonProperties, "id">, Options<T> {
1342
- /**
1343
- * The direction of the toast
1344
- */
1345
- dir?: Direction | undefined;
1346
- /**
1347
- * The gap of the toast
1348
- */
1349
- gap?: number;
1350
- }
1351
- interface ToastStoreProps {
1352
- /**
1353
- * The placement of the toast
1354
- * @default "bottom"
1355
- */
1356
- placement?: Placement | undefined;
1357
- /**
1358
- * The maximum number of toasts
1359
- * @default 24
1360
- */
1361
- max?: number | undefined;
1362
- /**
1363
- * Whether to overlap the toasts
1364
- */
1365
- overlap?: boolean | undefined;
1366
- /**
1367
- * The duration of the toast.
1368
- * By default, it is determined by the type of the toast.
1369
- */
1370
- duration?: number | undefined;
1371
- /**
1372
- * The gap between the toasts
1373
- * @default 16
1374
- */
1375
- gap?: number | undefined;
1376
- /**
1377
- * The offset from the safe environment edge of the viewport
1378
- * @default "1rem"
1379
- */
1380
- offsets?: string | Record<"left" | "right" | "bottom" | "top", string> | undefined;
1381
- /**
1382
- * The hotkey that will move focus to the toast group
1383
- * @default '["altKey", "KeyT"]'
1384
- */
1385
- hotkey?: string[] | undefined;
1386
- /**
1387
- * The duration for the toast to kept alive before it is removed.
1388
- * Useful for exit transitions.
1389
- *
1390
- * @default 200
1391
- */
1392
- removeDelay?: number | undefined;
1393
- /**
1394
- * Whether to pause toast when the user leaves the browser tab
1395
- * @default false
1396
- */
1397
- pauseOnPageIdle?: boolean | undefined;
1398
- }
1399
- interface ToastStore<V = any> {
1400
- /**
1401
- * The attributes of the toast store
1402
- */
1403
- attrs: Required<ToastStoreProps>;
1404
- /**
1405
- * Subscribe to the toast store
1406
- */
1407
- subscribe: (subscriber: (...args: any[]) => void) => VoidFunction;
1408
- /**
1409
- * Create a new toast with the given options
1410
- */
1411
- create: (data: Options<V>) => string;
1412
- /**
1413
- * Update an existing toast with new properties
1414
- */
1415
- update: (id: string, data: Partial<ToastProps<V>>) => string;
1416
- /**
1417
- * Remove a toast by its ID
1418
- */
1419
- remove: (id: string) => void;
1420
- /**
1421
- * Dismiss a toast by its ID. If no ID is provided, dismisses all toasts
1422
- */
1423
- dismiss: (id?: string) => void;
1424
- /**
1425
- * Create an error toast with the given options
1426
- */
1427
- error: (data: Options<V>) => void;
1428
- /**
1429
- * Create a success toast with the given options
1430
- */
1431
- success: (data: Options<V>) => void;
1432
- /**
1433
- * Create an info toast with the given options
1434
- */
1435
- info: (data: Options<V>) => void;
1436
- /**
1437
- * Create a warning toast with the given options
1438
- */
1439
- warning: (data: Options<V>) => void;
1440
- /**
1441
- * Create a loading toast with the given options
1442
- */
1443
- loading: (data: Options<V>) => void;
1444
- /**
1445
- * Get all currently visible toasts
1446
- */
1447
- getVisibleToasts: () => Partial<ToastProps<V>>[];
1448
- /**
1449
- * Get the total number of toasts
1450
- */
1451
- getCount: () => number;
1452
- /**
1453
- * Create a toast that tracks a promise's state
1454
- */
1455
- promise: <T>(promise: Promise<T> | (() => Promise<T>), options: PromiseOptions<T, V>, shared?: Omit<Options<V>, "type">) => {
1456
- id: string | undefined;
1457
- unwrap: () => Promise<T>;
1458
- } | undefined;
1459
- /**
1460
- * Pause a toast's auto-dismiss timer. If no ID is provided, pauses all toasts
1461
- */
1462
- pause: (id?: string) => void;
1463
- /**
1464
- * Resume a toast's auto-dismiss timer. If no ID is provided, resumes all toasts
1465
- */
1466
- resume: (id?: string) => void;
1467
- /**
1468
- * Check if a toast with the given ID is currently visible
1469
- */
1470
- isVisible: (id: string) => boolean;
1471
- /**
1472
- * Check if a toast with the given ID has been dismissed
1473
- */
1474
- isDismissed: (id: string) => boolean;
1475
- }
1476
- type MaybeFunction<Value, Args> = Value | ((arg: Args) => Value);
1477
- interface PromiseOptions<V, O = any> {
1478
- loading?: Omit<Options<O>, "type">;
1479
- success?: MaybeFunction<Omit<Options<O>, "type">, V>;
1480
- error?: MaybeFunction<Omit<Options<O>, "type">, unknown>;
1481
- finally?: (() => void | Promise<void>) | undefined;
1482
- }
1483
-
1484
- declare let toast: ToastStore<any>;
1485
- interface ToasterProps extends Partial<CreateToasterProps> {
1486
- closable?: boolean;
1487
- }
1488
- declare const Toaster: (props?: ToasterProps) => react_jsx_runtime.JSX.Element;
1489
-
1490
- interface TooltipProps extends Tooltip$1.RootProps {
1491
- showArrow?: boolean;
1492
- portalled?: boolean;
1493
- portalRef?: React.RefObject<HTMLElement>;
1494
- content: React.ReactNode;
1495
- contentProps?: Tooltip$1.ContentProps;
1496
- disabled?: boolean;
1497
- }
1498
- declare const Tooltip: react.ForwardRefExoticComponent<TooltipProps & react.RefAttributes<HTMLDivElement>>;
1499
-
1500
- export { accordion as Accordion, actionBar as ActionBar, Alert, type AlertProps, AppShell, type AppShellProps, Avatar, AvatarGroup, type AvatarProps, BackButton, type BackButtonProps, Blockquote, type BlockquoteProps, breadcrumb as Breadcrumb, Checkbox, CheckboxCard, type CheckboxCardProps, type CheckboxProps, clipboard as Clipboard, CloseButton$3 as CloseButton, type CloseButtonProps, Command, dialog as Dialog, drawer as Drawer, EmptyState, type EmptyStateProps, fileUpload as FileUpload, gridList as GridList, hoverCard as HoverCard, IconBadge, IconButton, type IconButtonProps, InfoTip, type InfoTipProps, Link, loadingOverlay as LoadingOverlay, menu as Menu, NativeSelect, type NativeSelectProps, navbar as Navbar, NumberInput, type NumberInputProps, page as Page, pagination as Pagination, PasswordInput, type PasswordInputProps, Persona, PersonaAvatar, type PersonaAvatarProps, type PersonaPresence, type PersonaPresenceConfig, type PersonaProps, PinInput, type PinInputProps, popover as Popover, Radio, radioCard as RadioCard, type RadioProps, SearchInput, type SearchInputProps, SegmentedControl, type SegmentedControlProps, namespace as Select, sidebar as Sidebar, Skeleton, SkeletonCircle, type SkeletonCircleProps, type SkeletonProps, SkeletonText, type SkeletonTextProps, Slider, type SliderProps, Spinner, type SpinnerProps, stat as Stat, Status$1 as Status, type StatusProps, steps as Steps, SuiContext, type SuiContextValue, SuiProvider, type SuiProviderProps, Switch, type SwitchProps, Tag, type TagProps, Toaster, type ToasterProps, ToggleTip, type ToggleTipProps, Tooltip, type TooltipProps, defaultPersonaPresenceOptions, toast, useLink, usePageStyles, useSidebarItemStyles, useSidebarStyles, useSui };
1
+ export { defaultSystem, defaultConfig } from './preset.ts';
2
+ export { createSystem, defineAnimationStyles, defineConditions, defineConfig, defineGlobalStyles, defineKeyframes, defineLayerStyles, defineRecipe, defineSemanticTokens, defineSlotRecipe, defineStyle, defineTextStyles, defineTokens, chakra, createRecipeContext, createSlotRecipeContext, useRecipe, useSlotRecipe, useChakraContext, useToken, } from '@chakra-ui/react/styled-system';
3
+ export type { RecipeProps, SlotRecipeProps, RecipeDefinition, SlotRecipeDefinition, HTMLChakraProps, } from '@chakra-ui/react/styled-system';
4
+ export { useMediaQuery, useBreakpoint, useBreakpointValue, useControllableState, useDisclosure, createListCollection, createContext, mergeRefs, } from '@chakra-ui/react';
5
+ export type { UseDisclosureProps, UseDisclosureReturn, UseControllableStateProps, UseBreakpointOptions, UseBreakpointValueOptions, } from '@chakra-ui/react';
6
+ export { SuiProvider, SuiContext, useLink, useSui } from './provider/index.ts';
7
+ export type { SuiContextValue, SuiProviderProps } from './provider/index.ts';
8
+ export { Accordion } from './components/accordion/index.ts';
9
+ export { ActionBar } from './components/action-bar/index.ts';
10
+ export { Alert, type AlertProps } from './components/alert/index.ts';
11
+ export { AppShell, type AppShellProps } from './components/app-shell/index.ts';
12
+ export { Avatar, AvatarGroup, type AvatarProps, } from './components/avatar/index.ts';
13
+ export { Badge, BadgePropsProvider, type BadgeProps, } from './components/badge/index.ts';
14
+ export { BackButton, type BackButtonProps, } from './components/back-button/index.ts';
15
+ export { Blockquote, type BlockquoteProps, } from './components/blockquote/index.ts';
16
+ export { Breadcrumb } from './components/breadcrumb/index.ts';
17
+ export { Button, type ButtonProps } from './components/button/index.ts';
18
+ export { ButtonGroup, type ButtonGroupProps, } from './components/button-group/index.ts';
19
+ export { Card } from './components/card/index.ts';
20
+ export { Checkbox, type CheckboxProps } from './components/checkbox/index.ts';
21
+ export { Checkmark, type CheckmarkProps } from './components/checkmark/index.ts';
22
+ export { CheckboxCard, type CheckboxCardProps, } from './components/checkbox-card/index.ts';
23
+ export { Clipboard } from './components/clipboard/index.ts';
24
+ export { useClipboard } from './components/clipboard/index.ts';
25
+ export type { UseClipboardReturn } from './components/clipboard/index.ts';
26
+ export { CloseButton, type CloseButtonProps, } from './components/close-button/index.ts';
27
+ export { Container, type ContainerProps } from './components/container/index.ts';
28
+ export { Code, type CodeProps } from './components/code/index.ts';
29
+ export { Collapsible } from './components/collapsible/index.ts';
30
+ export { Command } from './components/command/index.ts';
31
+ export { DataList, useDataListStyles } from './components/data-list/index.ts';
32
+ export { Dialog } from './components/dialog/index.ts';
33
+ export { Drawer } from './components/drawer/index.ts';
34
+ export { Editable } from './components/editable/index.ts';
35
+ export { EmptyState, type EmptyStateProps, } from './components/empty-state/index.ts';
36
+ export { FileUpload, useFileUploadContext, } from './components/file-upload/index.ts';
37
+ export { Field, useFieldContext, useFieldStyles, } from './components/field/index.ts';
38
+ export { Fieldset, useFieldsetContext } from './components/fieldset/index.ts';
39
+ export { GridList } from './components/grid-list/index.ts';
40
+ export { Heading, type HeadingProps } from './components/heading/index.ts';
41
+ export { HoverCard } from './components/hover-card/index.ts';
42
+ export { createIcon } from './components/icons/create-icon.tsx';
43
+ export { Icon, type IconProps } from './components/icon/index.ts';
44
+ export { IconBadge } from './components/icon-badge/index.ts';
45
+ export { IconButton, type IconButtonProps, } from './components/icon-button/index.ts';
46
+ export { Image, type ImageProps } from './components/image/index.ts';
47
+ export { Input, InputAddon, InputElement, InputPropsProvider, InputGroup, type InputAddonProps, type InputElementProps, type InputGroupProps, type InputProps, } from './components/input/index.ts';
48
+ export { InfoTip, type InfoTipProps } from './components/info-tip/index.ts';
49
+ export { Kbd, type KbdProps } from './components/kbd/index.ts';
50
+ export { Link, type LinkProps } from './components/link/index.ts';
51
+ export { Loader } from './components/loader/index.ts';
52
+ export { List } from './components/list/index.ts';
53
+ export { LoadingOverlay } from './components/loading-overlay/index.ts';
54
+ export { Mark } from './components/mark/index.ts';
55
+ export { Navbar } from './components/navbar/index.ts';
56
+ export { NativeSelect, type NativeSelectProps, } from './components/native-select/index.ts';
57
+ export { NumberInput, type NumberInputProps, } from './components/number-input/index.ts';
58
+ export { Menu } from './components/menu/index.ts';
59
+ export { Page, usePageStyles } from './components/page/index.ts';
60
+ export { Pagination } from './components/pagination/index.ts';
61
+ export { PasswordInput, type PasswordInputProps, } from './components/password-input/index.ts';
62
+ export { Persona, PersonaAvatar, type PersonaPresence, type PersonaAvatarProps, type PersonaPresenceConfig, type PersonaProps, defaultPersonaPresenceOptions, } from './components/persona/index.ts';
63
+ export { PinInput, type PinInputProps } from './components/pin-input/index.ts';
64
+ export { Popover } from './components/popover/index.ts';
65
+ export { Progress } from './components/progress/index.ts';
66
+ export { ProgressCircle } from './components/progress-circle/index.ts';
67
+ export { Radio, type RadioProps } from './components/radio/index.ts';
68
+ export { RadioGroup } from './components/radio-group/index.ts';
69
+ export { RadioCard } from './components/radio-card/index.ts';
70
+ export { RatingGroup } from './components/rating-group/index.ts';
71
+ export { SearchInput, type SearchInputProps, } from './components/search-input/index.ts';
72
+ export { Select } from './components/select/index.ts';
73
+ export { Separator, type SeparatorProps } from './components/separator/index.ts';
74
+ export { Skeleton, type SkeletonProps, SkeletonCircle, type SkeletonCircleProps, SkeletonText, type SkeletonTextProps, } from './components/skeleton/index.ts';
75
+ export { SegmentedControl, type SegmentedControlProps, } from './components/segmented-control/index.ts';
76
+ export { Sidebar, useSidebar, useSidebarItemStyles, useSidebarStyles, } from './components/sidebar/index.ts';
77
+ export { SkipNavLink, type SkipNavLinkProps, SkipNavContent, type SkipNavContentProps, } from './components/skip-nav/index.ts';
78
+ export { Slider, type SliderProps } from './components/slider/index.ts';
79
+ export { Spinner, type SpinnerProps } from './components/spinner/index.ts';
80
+ export { Status, type StatusProps } from './components/status/index.ts';
81
+ export { Stat } from './components/stat/index.ts';
82
+ export { Steps } from './components/steps/index.ts';
83
+ export { Switch, type SwitchProps } from './components/switch/index.ts';
84
+ export { Table } from './components/table/index.ts';
85
+ export { Tabs, useTabsContext, useTabsStyles } from './components/tabs/index.ts';
86
+ export { Tag, type TagProps } from './components/tag/index.ts';
87
+ export { Timeline } from './components/timeline/index.ts';
88
+ export { Toaster, type ToasterProps, toast, } from './components/toaster/index.ts';
89
+ export { Tooltip, type TooltipProps } from './components/tooltip/index.ts';
90
+ export { Textarea, type TextareaProps } from './components/textarea/index.ts';
91
+ export { ToggleTip, type ToggleTipProps, } from './components/toggle-tip/index.ts';
92
+ export { AspectRatio, type AspectRatioProps, } from './components/aspect-ratio/index.ts';
93
+ export { Bleed, type BleedProps } from './components/bleed/index.ts';
94
+ export { Box, type BoxProps, Span, type SpanProps, } from './components/box/index.ts';
95
+ export { Center, type CenterProps } from './components/center/index.ts';
96
+ export { ClientOnly } from './components/client-only/index.ts';
97
+ export { ColorPicker } from './components/color-picker/index.ts';
98
+ export { ColorSwatch } from './components/color-swatch/index.ts';
99
+ export { type EnvironmentContext, EnvironmentProvider, type EnvironmentProviderProps, type RootNode, useEnvironmentContext, } from './components/env/index.ts';
100
+ export { Float } from './components/float/index.ts';
101
+ export { FocusTrap } from './components/focus-trap/index.ts';
102
+ export { FormatByte, type FormatByteProps, FormatNumber, type FormatNumberProps, } from './components/format/index.ts';
103
+ export { Grid, type GridProps, SimpleGrid, type SimpleGridProps, GridItem, type GridItemProps, } from './components/grid/index.ts';
104
+ export { Group, type GroupProps } from './components/group/index.ts';
105
+ export { Highlight, type HighlightProps } from './components/highlight/index.ts';
106
+ export { Portal, type PortalProps } from './components/portal/index.ts';
107
+ export { Presence, type PresenceProps } from './components/presence/index.ts';
108
+ export { QrCode, useQrCode } from './components/qr-code/index.ts';
109
+ export type { UseQrCodeProps, UseQrCodeReturn, } from './components/qr-code/index.ts';
110
+ export { Section, useSectionStyles } from './components/section/index.ts';
111
+ export { Show, type ShowProps } from './components/show/index.ts';
112
+ export { Spacer, type SpacerProps } from './components/spacer/index.ts';
113
+ export { Stack, type StackProps, HStack, VStack, StackSeparator, type StackSeparatorProps, } from './components/stack/index.ts';
114
+ export { Toggle } from './components/toggle/index.ts';
115
+ export { Em, type EmProps, Strong, type StrongProps, Text, type TextProps, } from './components/typography/index.ts';
116
+ export { VisuallyHidden } from './components/visually-hidden/index.ts';
117
+ export { Wrap, type WrapProps } from './components/wrap/index.ts';
118
+ export { Flex, type FlexProps } from './components/flex/index.ts';