@saas-ui/react 3.0.0-next.4 → 3.0.0-next.41

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 (963) hide show
  1. package/LICENSE +21 -0
  2. package/dist/.tsbuildinfo.json +1 -1
  3. package/dist/colors.d.ts +1 -1
  4. package/dist/colors.js +1 -8
  5. package/dist/components/absolute-center/index.d.ts +1 -0
  6. package/dist/components/absolute-center/index.js +1 -0
  7. package/dist/components/accordion/accordion.d.ts +14 -0
  8. package/dist/components/accordion/accordion.js +15 -0
  9. package/dist/components/accordion/accordion.recipe.d.ts +84 -0
  10. package/dist/components/accordion/accordion.recipe.js +148 -0
  11. package/dist/components/accordion/index.d.ts +1 -1
  12. package/dist/components/accordion/index.js +1 -9
  13. package/dist/components/action-bar/action-bar.d.ts +16 -0
  14. package/dist/components/action-bar/action-bar.js +17 -0
  15. package/dist/components/action-bar/action-bar.recipe.d.ts +1 -0
  16. package/dist/components/action-bar/action-bar.recipe.js +56 -0
  17. package/dist/components/action-bar/index.d.ts +1 -1
  18. package/dist/components/action-bar/index.js +1 -13
  19. package/dist/components/alert/alert.d.ts +10 -0
  20. package/dist/components/alert/alert.js +9 -0
  21. package/dist/components/alert/alert.recipe.d.ts +120 -0
  22. package/dist/components/alert/alert.recipe.js +149 -0
  23. package/dist/components/alert/index.d.ts +1 -2
  24. package/dist/components/alert/index.js +1 -13
  25. package/dist/components/app-shell/app-shell.d.ts +38 -0
  26. package/dist/components/app-shell/app-shell.js +22 -0
  27. package/dist/components/app-shell/app-shell.recipe.d.ts +13 -0
  28. package/dist/components/app-shell/app-shell.recipe.js +41 -0
  29. package/dist/components/app-shell/index.d.ts +2 -2
  30. package/dist/components/app-shell/index.js +1 -8
  31. package/dist/components/aspect-ratio/index.d.ts +1 -2
  32. package/dist/components/aspect-ratio/index.js +1 -8
  33. package/dist/components/avatar/avatar.d.ts +17 -0
  34. package/dist/components/avatar/avatar.js +25 -0
  35. package/dist/components/avatar/avatar.recipe.d.ts +88 -0
  36. package/dist/components/avatar/avatar.recipe.js +129 -0
  37. package/dist/components/avatar/index.d.ts +2 -3
  38. package/dist/components/avatar/index.js +1 -11
  39. package/dist/components/back-button/back-button.d.ts +7 -0
  40. package/dist/components/back-button/back-button.js +14 -0
  41. package/dist/components/back-button/index.d.ts +2 -2
  42. package/dist/components/back-button/index.js +1 -11
  43. package/dist/components/badge/badge.recipe.d.ts +48 -0
  44. package/dist/components/badge/badge.recipe.js +66 -0
  45. package/dist/components/badge/index.d.ts +1 -3
  46. package/dist/components/badge/index.js +1 -10
  47. package/dist/components/bleed/index.d.ts +1 -2
  48. package/dist/components/bleed/index.js +1 -8
  49. package/dist/components/blockquote/blockquote.d.ts +9 -0
  50. package/dist/components/blockquote/blockquote.js +7 -0
  51. package/dist/components/blockquote/blockquote.recipe.d.ts +52 -0
  52. package/dist/components/blockquote/blockquote.recipe.js +77 -0
  53. package/dist/components/blockquote/index.d.ts +1 -2
  54. package/dist/components/blockquote/index.js +1 -8
  55. package/dist/components/box/index.d.ts +1 -2
  56. package/dist/components/box/index.js +1 -8
  57. package/dist/components/breadcrumb/breadcrumb.d.ts +10 -0
  58. package/dist/components/breadcrumb/breadcrumb.js +15 -0
  59. package/dist/components/breadcrumb/breadcrumb.recipe.d.ts +46 -0
  60. package/dist/components/breadcrumb/breadcrumb.recipe.js +90 -0
  61. package/dist/components/breadcrumb/index.d.ts +1 -1
  62. package/dist/components/breadcrumb/index.js +1 -8
  63. package/dist/components/button/button.recipe.d.ts +141 -0
  64. package/dist/components/button/button.recipe.js +185 -0
  65. package/dist/components/button/index.d.ts +2 -2
  66. package/dist/components/button/index.js +1 -8
  67. package/dist/components/button-group/index.d.ts +2 -2
  68. package/dist/components/button-group/index.js +1 -8
  69. package/dist/components/card/card.recipe.d.ts +78 -0
  70. package/dist/components/card/card.recipe.js +133 -0
  71. package/dist/components/card/index.d.ts +1 -1
  72. package/dist/components/card/index.js +1 -9
  73. package/dist/components/center/index.d.ts +1 -2
  74. package/dist/components/center/index.js +1 -8
  75. package/dist/components/checkbox/checkbox.d.ts +7 -0
  76. package/dist/components/checkbox/checkbox.js +7 -0
  77. package/dist/components/checkbox/checkbox.recipe.d.ts +80 -0
  78. package/dist/components/checkbox/checkbox.recipe.js +64 -0
  79. package/dist/components/checkbox/index.d.ts +2 -2
  80. package/dist/components/checkbox/index.js +1 -8
  81. package/dist/components/checkbox-card/checkbox-card.d.ts +12 -0
  82. package/dist/components/checkbox-card/checkbox-card.js +10 -0
  83. package/dist/components/checkbox-card/checkbox-card.recipe.d.ts +188 -0
  84. package/dist/components/checkbox-card/checkbox-card.recipe.js +202 -0
  85. package/dist/components/checkbox-card/index.d.ts +1 -2
  86. package/dist/components/checkbox-card/index.js +1 -8
  87. package/dist/components/checkmark/checkmark.recipe.d.ts +54 -0
  88. package/dist/components/checkmark/checkmark.recipe.js +80 -0
  89. package/dist/components/checkmark/index.d.ts +1 -2
  90. package/dist/components/checkmark/index.js +1 -8
  91. package/dist/components/client-only/index.d.ts +1 -2
  92. package/dist/components/client-only/index.js +1 -8
  93. package/dist/components/clipboard/clipboard.d.ts +22 -0
  94. package/dist/components/clipboard/clipboard.js +29 -0
  95. package/dist/components/clipboard/index.d.ts +3 -1
  96. package/dist/components/clipboard/index.js +2 -13
  97. package/dist/components/close-button/close-button.d.ts +4 -0
  98. package/dist/components/close-button/close-button.js +7 -0
  99. package/dist/components/close-button/index.d.ts +2 -2
  100. package/dist/components/close-button/index.js +1 -12
  101. package/dist/components/code/code.recipe.d.ts +48 -0
  102. package/dist/components/code/code.recipe.js +14 -0
  103. package/dist/components/code/index.d.ts +1 -2
  104. package/dist/components/code/index.js +1 -8
  105. package/dist/components/collapsible/collapsible.recipe.d.ts +1 -0
  106. package/dist/components/collapsible/collapsible.recipe.js +19 -0
  107. package/dist/components/collapsible/index.d.ts +1 -1
  108. package/dist/components/collapsible/index.js +1 -8
  109. package/dist/components/color-mode/color-mode.d.ts +19 -0
  110. package/dist/components/color-mode/color-mode.js +35 -0
  111. package/dist/components/color-mode/index.d.ts +2 -0
  112. package/dist/components/color-mode/index.js +1 -0
  113. package/dist/components/color-picker/index.d.ts +1 -1
  114. package/dist/components/color-picker/index.js +1 -8
  115. package/dist/components/color-swatch/index.d.ts +1 -6
  116. package/dist/components/color-swatch/index.js +1 -12
  117. package/dist/components/combobox/combobox.recipe.d.ts +144 -0
  118. package/dist/components/combobox/combobox.recipe.js +292 -0
  119. package/dist/components/combobox/index.d.ts +1 -0
  120. package/dist/components/combobox/index.js +1 -0
  121. package/dist/components/command/command.d.ts +14 -0
  122. package/dist/components/command/command.js +25 -0
  123. package/dist/components/command/command.recipe.d.ts +15 -0
  124. package/dist/components/command/command.recipe.js +34 -0
  125. package/dist/components/command/index.d.ts +1 -1
  126. package/dist/components/command/index.js +1 -9
  127. package/dist/components/container/container.recipe.d.ts +14 -0
  128. package/dist/components/container/container.recipe.js +25 -0
  129. package/dist/components/container/index.d.ts +1 -2
  130. package/dist/components/container/index.js +1 -8
  131. package/dist/components/data-list/data-list.recipe.d.ts +55 -0
  132. package/dist/components/data-list/data-list.recipe.js +78 -0
  133. package/dist/components/data-list/index.d.ts +1 -2
  134. package/dist/components/data-list/index.js +1 -10
  135. package/dist/components/dialog/dialog.d.ts +21 -0
  136. package/dist/components/dialog/dialog.js +23 -0
  137. package/dist/components/dialog/dialog.recipe.d.ts +166 -0
  138. package/dist/components/dialog/dialog.recipe.js +256 -0
  139. package/dist/components/dialog/index.d.ts +1 -1
  140. package/dist/components/dialog/index.js +1 -13
  141. package/dist/components/drawer/drawer.d.ts +20 -0
  142. package/dist/components/drawer/drawer.js +24 -0
  143. package/dist/components/drawer/drawer.recipe.d.ts +113 -0
  144. package/dist/components/drawer/drawer.recipe.js +202 -0
  145. package/dist/components/drawer/index.d.ts +1 -1
  146. package/dist/components/drawer/index.js +1 -13
  147. package/dist/components/editable/editable.recipe.d.ts +37 -0
  148. package/dist/components/editable/editable.recipe.js +89 -0
  149. package/dist/components/editable/index.d.ts +1 -1
  150. package/dist/components/editable/index.js +1 -8
  151. package/dist/components/em/index.d.ts +1 -0
  152. package/dist/components/em/index.js +1 -0
  153. package/dist/components/empty-state/empty-state.d.ts +7 -0
  154. package/dist/components/empty-state/empty-state.js +12 -0
  155. package/dist/components/empty-state/empty-state.recipe.d.ts +83 -0
  156. package/dist/components/empty-state/empty-state.recipe.js +137 -0
  157. package/dist/components/empty-state/index.d.ts +2 -2
  158. package/dist/components/empty-state/index.js +1 -8
  159. package/dist/components/environment/index.d.ts +1 -0
  160. package/dist/components/environment/index.js +1 -0
  161. package/dist/components/field/field.recipe.d.ts +29 -0
  162. package/dist/components/field/field.recipe.js +74 -0
  163. package/dist/components/field/index.d.ts +1 -3
  164. package/dist/components/field/index.js +1 -12
  165. package/dist/components/fieldset/fieldset.recipe.d.ts +37 -0
  166. package/dist/components/fieldset/fieldset.recipe.js +59 -0
  167. package/dist/components/fieldset/index.d.ts +1 -2
  168. package/dist/components/fieldset/index.js +1 -10
  169. package/dist/components/file-upload/file-upload.d.ts +29 -0
  170. package/dist/components/file-upload/file-upload.js +46 -0
  171. package/dist/components/file-upload/file-upload.recipe.d.ts +1 -0
  172. package/dist/components/file-upload/file-upload.recipe.js +90 -0
  173. package/dist/components/file-upload/index.d.ts +2 -2
  174. package/dist/components/file-upload/index.js +2 -14
  175. package/dist/components/flex/index.d.ts +1 -2
  176. package/dist/components/flex/index.js +1 -10
  177. package/dist/components/float/index.d.ts +1 -2
  178. package/dist/components/float/index.js +1 -8
  179. package/dist/components/focus-trap/index.d.ts +1 -2
  180. package/dist/components/focus-trap/index.js +1 -8
  181. package/dist/components/for/index.d.ts +1 -2
  182. package/dist/components/for/index.js +1 -10
  183. package/dist/components/format/index.d.ts +1 -4
  184. package/dist/components/format/index.js +1 -10
  185. package/dist/components/grid/index.d.ts +1 -2
  186. package/dist/components/grid/index.js +1 -8
  187. package/dist/components/grid-list/grid-list.context.d.ts +1 -0
  188. package/dist/components/grid-list/grid-list.context.js +4 -0
  189. package/dist/components/grid-list/grid-list.d.ts +17 -0
  190. package/dist/components/grid-list/grid-list.js +7 -0
  191. package/dist/components/grid-list/grid-list.recipe.d.ts +60 -0
  192. package/dist/components/grid-list/grid-list.recipe.js +131 -0
  193. package/dist/components/grid-list/index.d.ts +1 -1
  194. package/dist/components/grid-list/index.js +1 -8
  195. package/dist/components/group/index.d.ts +1 -2
  196. package/dist/components/group/index.js +1 -8
  197. package/dist/components/heading/heading.recipe.d.ts +59 -0
  198. package/dist/components/heading/heading.recipe.js +70 -0
  199. package/dist/components/heading/index.d.ts +1 -2
  200. package/dist/components/heading/index.js +1 -8
  201. package/dist/components/highlight/index.d.ts +1 -2
  202. package/dist/components/highlight/index.js +1 -8
  203. package/dist/components/hover-card/hover-card.d.ts +11 -0
  204. package/dist/components/hover-card/hover-card.js +13 -0
  205. package/dist/components/hover-card/hover-card.recipe.d.ts +28 -0
  206. package/dist/components/hover-card/hover-card.recipe.js +70 -0
  207. package/dist/components/hover-card/index.d.ts +1 -1
  208. package/dist/components/hover-card/index.js +1 -8
  209. package/dist/components/icon/icon.recipe.d.ts +25 -0
  210. package/dist/components/icon/icon.recipe.js +27 -0
  211. package/dist/components/icon/index.d.ts +1 -2
  212. package/dist/components/icon/index.js +1 -8
  213. package/dist/components/icon-badge/icon-badge.d.ts +13 -0
  214. package/dist/components/icon-badge/icon-badge.js +23 -0
  215. package/dist/components/icon-badge/icon-badge.recipe.d.ts +43 -0
  216. package/dist/components/icon-badge/icon-badge.recipe.js +57 -0
  217. package/dist/components/icon-badge/index.d.ts +2 -2
  218. package/dist/components/icon-badge/index.js +1 -8
  219. package/dist/components/icon-button/icon-button.d.ts +4 -0
  220. package/dist/components/icon-button/icon-button.js +6 -0
  221. package/dist/components/icon-button/index.d.ts +1 -2
  222. package/dist/components/icon-button/index.js +1 -9
  223. package/dist/components/icons/create-icon.d.ts +27 -0
  224. package/dist/components/icons/create-icon.js +15 -0
  225. package/dist/components/icons/icons.d.ts +20 -0
  226. package/dist/components/icons/icons.js +82 -0
  227. package/dist/components/icons/index.d.ts +1 -18
  228. package/dist/components/icons/index.js +1 -43
  229. package/dist/components/image/index.d.ts +1 -2
  230. package/dist/components/image/index.js +1 -8
  231. package/dist/components/info-tip/index.d.ts +1 -2
  232. package/dist/components/info-tip/index.js +1 -16
  233. package/dist/components/info-tip/info-tip.d.ts +8 -0
  234. package/dist/components/info-tip/info-tip.js +9 -0
  235. package/dist/components/input/index.d.ts +2 -9
  236. package/dist/components/input/index.js +1 -16
  237. package/dist/components/input/input.recipe.d.ts +66 -0
  238. package/dist/components/input/input.recipe.js +93 -0
  239. package/dist/components/input-addon/index.d.ts +1 -0
  240. package/dist/components/input-addon/index.js +1 -0
  241. package/dist/components/input-addon/input-addon.recipe.d.ts +56 -0
  242. package/dist/components/input-addon/input-addon.recipe.js +36 -0
  243. package/dist/components/input-element/index.d.ts +1 -0
  244. package/dist/components/input-element/index.js +1 -0
  245. package/dist/components/input-group/index.d.ts +1 -0
  246. package/dist/components/input-group/index.js +1 -0
  247. package/dist/components/kbd/index.d.ts +1 -2
  248. package/dist/components/kbd/index.js +1 -8
  249. package/dist/components/kbd/kbd.recipe.d.ts +36 -0
  250. package/dist/components/kbd/kbd.recipe.js +56 -0
  251. package/dist/components/link/index.d.ts +2 -2
  252. package/dist/components/link/index.js +1 -9
  253. package/dist/components/link/link.d.ts +10 -0
  254. package/dist/components/link/link.js +15 -0
  255. package/dist/components/link/link.recipe.d.ts +18 -0
  256. package/dist/components/link/link.recipe.js +34 -0
  257. package/dist/components/link-box/index.d.ts +2 -0
  258. package/dist/components/link-box/index.js +1 -0
  259. package/dist/components/list/index.d.ts +1 -1
  260. package/dist/components/list/index.js +1 -8
  261. package/dist/components/list/list.recipe.d.ts +38 -0
  262. package/dist/components/list/list.recipe.js +62 -0
  263. package/dist/components/loader/index.d.ts +1 -1
  264. package/dist/components/loader/index.js +1 -8
  265. package/dist/components/loading-overlay/index.d.ts +2 -2
  266. package/dist/components/loading-overlay/index.js +2 -11
  267. package/dist/components/loading-overlay/loading-overlay.context.d.ts +1 -0
  268. package/dist/components/loading-overlay/loading-overlay.context.js +4 -0
  269. package/dist/components/loading-overlay/loading-overlay.d.ts +17 -0
  270. package/dist/components/loading-overlay/loading-overlay.js +16 -0
  271. package/dist/components/loading-overlay/loading-overlay.recipe.d.ts +26 -0
  272. package/dist/components/loading-overlay/loading-overlay.recipe.js +51 -0
  273. package/dist/components/locale/index.d.ts +1 -3
  274. package/dist/components/locale/index.js +1 -12
  275. package/dist/components/mark/index.d.ts +1 -1
  276. package/dist/components/mark/index.js +1 -8
  277. package/dist/components/mark/mark.recipe.d.ts +16 -0
  278. package/dist/components/mark/mark.recipe.js +25 -0
  279. package/dist/components/menu/index.d.ts +1 -1
  280. package/dist/components/menu/index.js +1 -11
  281. package/dist/components/menu/menu.d.ts +41 -0
  282. package/dist/components/menu/menu.js +48 -0
  283. package/dist/components/menu/menu.recipe.d.ts +58 -0
  284. package/dist/components/menu/menu.recipe.js +133 -0
  285. package/dist/components/native-select/index.d.ts +2 -2
  286. package/dist/components/native-select/index.js +1 -10
  287. package/dist/components/native-select/native-select.d.ts +7 -0
  288. package/dist/components/native-select/native-select.js +9 -0
  289. package/dist/components/native-select/native-select.recipe.d.ts +90 -0
  290. package/dist/components/native-select/native-select.recipe.js +134 -0
  291. package/dist/components/navbar/index.d.ts +1 -1
  292. package/dist/components/navbar/index.js +1 -9
  293. package/dist/components/navbar/navbar.context.d.ts +1 -0
  294. package/dist/components/navbar/navbar.context.js +4 -0
  295. package/dist/components/navbar/navbar.d.ts +15 -0
  296. package/dist/components/navbar/navbar.js +18 -0
  297. package/dist/components/navbar/navbar.recipe.d.ts +46 -0
  298. package/dist/components/navbar/navbar.recipe.js +124 -0
  299. package/dist/components/number-input/index.d.ts +2 -2
  300. package/dist/components/number-input/index.js +1 -9
  301. package/dist/components/number-input/number-input.d.ts +9 -0
  302. package/dist/components/number-input/number-input.js +8 -0
  303. package/dist/components/number-input/number-input.recipe.d.ts +144 -0
  304. package/dist/components/number-input/number-input.recipe.js +111 -0
  305. package/dist/components/page/index.d.ts +2 -2
  306. package/dist/components/page/index.js +2 -12
  307. package/dist/components/page/page.context.d.ts +7 -0
  308. package/dist/components/page/page.context.js +5 -0
  309. package/dist/components/page/page.d.ts +42 -0
  310. package/dist/components/page/page.js +50 -0
  311. package/dist/components/page/page.recipe.d.ts +61 -0
  312. package/dist/components/page/page.recipe.js +99 -0
  313. package/dist/components/pagination/index.d.ts +1 -1
  314. package/dist/components/pagination/index.js +1 -11
  315. package/dist/components/pagination/pagination.d.ts +22 -0
  316. package/dist/components/pagination/pagination.js +59 -0
  317. package/dist/components/password-input/index.d.ts +2 -2
  318. package/dist/components/password-input/index.js +1 -11
  319. package/dist/components/password-input/password-input.d.ts +15 -0
  320. package/dist/components/password-input/password-input.js +28 -0
  321. package/dist/components/persona/index.d.ts +3 -7
  322. package/dist/components/persona/index.js +2 -13
  323. package/dist/components/persona/persona-composed.d.ts +63 -0
  324. package/dist/components/persona/persona-composed.js +19 -0
  325. package/dist/components/persona/persona.context.d.ts +9 -0
  326. package/dist/components/persona/persona.context.js +4 -0
  327. package/dist/components/persona/persona.d.ts +77 -0
  328. package/dist/components/persona/persona.js +67 -0
  329. package/dist/components/persona/persona.recipe.d.ts +104 -0
  330. package/dist/components/persona/persona.recipe.js +106 -0
  331. package/dist/components/persona/presence.d.ts +20 -0
  332. package/dist/components/persona/presence.js +35 -0
  333. package/dist/components/pin-input/index.d.ts +2 -2
  334. package/dist/components/pin-input/index.js +1 -8
  335. package/dist/components/pin-input/pin-input.d.ts +8 -0
  336. package/dist/components/pin-input/pin-input.js +8 -0
  337. package/dist/components/pin-input/pin-input.recipe.d.ts +236 -0
  338. package/dist/components/pin-input/pin-input.recipe.js +32 -0
  339. package/dist/components/popover/index.d.ts +1 -1
  340. package/dist/components/popover/index.js +1 -13
  341. package/dist/components/popover/popover.d.ts +21 -0
  342. package/dist/components/popover/popover.js +23 -0
  343. package/dist/components/popover/popover.recipe.d.ts +24 -0
  344. package/dist/components/popover/popover.recipe.js +84 -0
  345. package/dist/components/portal/index.d.ts +1 -2
  346. package/dist/components/portal/index.js +1 -8
  347. package/dist/components/presence/index.d.ts +1 -2
  348. package/dist/components/presence/index.js +1 -8
  349. package/dist/components/progress/index.d.ts +1 -1
  350. package/dist/components/progress/index.js +1 -8
  351. package/dist/components/progress/progress.recipe.d.ts +82 -0
  352. package/dist/components/progress/progress.recipe.js +121 -0
  353. package/dist/components/progress-circle/index.d.ts +1 -1
  354. package/dist/components/progress-circle/index.js +1 -8
  355. package/dist/components/progress-circle/progress-circle.recipe.d.ts +49 -0
  356. package/dist/components/progress-circle/progress-circle.recipe.js +91 -0
  357. package/dist/components/qr-code/index.d.ts +2 -1
  358. package/dist/components/qr-code/index.js +1 -8
  359. package/dist/components/radio/index.d.ts +3 -2
  360. package/dist/components/radio/index.js +2 -8
  361. package/dist/components/radio/radio.d.ts +8 -0
  362. package/dist/components/radio/radio.js +8 -0
  363. package/dist/components/radio/radiomark.recipe.d.ts +56 -0
  364. package/dist/components/radio/radiomark.recipe.js +95 -0
  365. package/dist/components/radio-card/index.d.ts +1 -1
  366. package/dist/components/radio-card/index.js +1 -8
  367. package/dist/components/radio-card/radio-card.d.ts +19 -0
  368. package/dist/components/radio-card/radio-card.js +13 -0
  369. package/dist/components/radio-card/radio-card.recipe.d.ts +191 -0
  370. package/dist/components/radio-card/radio-card.recipe.js +209 -0
  371. package/dist/components/radio-group/index.d.ts +1 -1
  372. package/dist/components/radio-group/index.js +1 -8
  373. package/dist/components/radio-group/radio-group.recipe.d.ts +77 -0
  374. package/dist/components/radio-group/radio-group.recipe.js +61 -0
  375. package/dist/components/radiomark/index.d.ts +1 -2
  376. package/dist/components/radiomark/index.js +1 -10
  377. package/dist/components/rating-group/index.d.ts +1 -1
  378. package/dist/components/rating-group/index.js +1 -8
  379. package/dist/components/rating-group/rating-group.recipe.d.ts +24 -0
  380. package/dist/components/rating-group/rating-group.recipe.js +83 -0
  381. package/dist/components/search-input/index.d.ts +2 -2
  382. package/dist/components/search-input/index.js +1 -10
  383. package/dist/components/search-input/search-input.d.ts +12 -0
  384. package/dist/components/search-input/search-input.js +35 -0
  385. package/dist/components/section/index.d.ts +2 -0
  386. package/dist/components/section/index.js +2 -0
  387. package/dist/components/section/section.context.d.ts +1 -0
  388. package/dist/components/section/section.context.js +4 -0
  389. package/dist/components/section/section.d.ts +17 -0
  390. package/dist/components/section/section.js +13 -0
  391. package/dist/components/section/section.recipe.d.ts +27 -0
  392. package/dist/components/section/section.recipe.js +63 -0
  393. package/dist/components/segmented-control/index.d.ts +2 -2
  394. package/dist/components/segmented-control/index.js +1 -8
  395. package/dist/components/segmented-control/segment-group.recipe.d.ts +48 -0
  396. package/dist/components/segmented-control/segment-group.recipe.js +127 -0
  397. package/dist/components/segmented-control/segmented-control.d.ts +11 -0
  398. package/dist/components/segmented-control/segmented-control.js +17 -0
  399. package/dist/components/select/index.d.ts +1 -1
  400. package/dist/components/select/index.js +1 -13
  401. package/dist/components/select/namespace.d.ts +2 -0
  402. package/dist/components/select/namespace.js +1 -0
  403. package/dist/components/select/select.d.ts +26 -0
  404. package/dist/components/select/select.js +43 -0
  405. package/dist/components/select/select.recipe.d.ts +155 -0
  406. package/dist/components/select/select.recipe.js +285 -0
  407. package/dist/components/separator/index.d.ts +2 -2
  408. package/dist/components/separator/index.js +1 -8
  409. package/dist/components/separator/separator.recipe.d.ts +37 -0
  410. package/dist/components/separator/separator.recipe.js +50 -0
  411. package/dist/components/show/index.d.ts +1 -2
  412. package/dist/components/show/index.js +1 -8
  413. package/dist/components/sidebar/index.d.ts +3 -4
  414. package/dist/components/sidebar/index.js +3 -14
  415. package/dist/components/sidebar/sidebar-nav-item.recipe.d.ts +67 -0
  416. package/dist/components/sidebar/sidebar-nav-item.recipe.js +118 -0
  417. package/dist/components/sidebar/sidebar.context.d.ts +10 -0
  418. package/dist/components/sidebar/sidebar.context.js +7 -0
  419. package/dist/components/sidebar/sidebar.d.ts +84 -0
  420. package/dist/components/sidebar/sidebar.js +96 -0
  421. package/dist/components/sidebar/sidebar.recipe.d.ts +108 -0
  422. package/dist/components/sidebar/sidebar.recipe.js +280 -0
  423. package/dist/components/simple-grid/index.d.ts +1 -0
  424. package/dist/components/simple-grid/index.js +1 -0
  425. package/dist/components/skeleton/index.d.ts +1 -6
  426. package/dist/components/skeleton/index.js +1 -12
  427. package/dist/components/skeleton/skeleton.d.ts +12 -0
  428. package/dist/components/skeleton/skeleton.js +14 -0
  429. package/dist/components/skeleton/skeleton.recipe.d.ts +41 -0
  430. package/dist/components/skeleton/skeleton.recipe.js +50 -0
  431. package/dist/components/skip-nav/index.d.ts +1 -4
  432. package/dist/components/skip-nav/index.js +1 -10
  433. package/dist/components/skip-nav-link/index.d.ts +1 -4
  434. package/dist/components/skip-nav-link/index.js +1 -12
  435. package/dist/components/skip-nav-link/skip-nav-link.recipe.d.ts +1 -0
  436. package/dist/components/skip-nav-link/skip-nav-link.recipe.js +31 -0
  437. package/dist/components/slider/index.d.ts +1 -2
  438. package/dist/components/slider/index.js +1 -8
  439. package/dist/components/slider/slider.d.ts +9 -0
  440. package/dist/components/slider/slider.js +18 -0
  441. package/dist/components/slider/slider.recipe.d.ts +101 -0
  442. package/dist/components/slider/slider.recipe.js +175 -0
  443. package/dist/components/spacer/index.d.ts +1 -2
  444. package/dist/components/spacer/index.js +1 -8
  445. package/dist/components/span/index.d.ts +1 -0
  446. package/dist/components/span/index.js +1 -0
  447. package/dist/components/spinner/index.d.ts +2 -2
  448. package/dist/components/spinner/index.js +1 -8
  449. package/dist/components/spinner/spinner.d.ts +6 -0
  450. package/dist/components/spinner/spinner.js +10 -0
  451. package/dist/components/spinner/spinner.recipe.d.ts +22 -0
  452. package/dist/components/spinner/spinner.recipe.js +31 -0
  453. package/dist/components/stack/index.d.ts +1 -6
  454. package/dist/components/stack/index.js +1 -14
  455. package/dist/components/stat/index.d.ts +1 -1
  456. package/dist/components/stat/index.js +1 -8
  457. package/dist/components/stat/stat.d.ts +17 -0
  458. package/dist/components/stat/stat.js +21 -0
  459. package/dist/components/stat/stat.recipe.d.ts +19 -0
  460. package/dist/components/stat/stat.recipe.js +76 -0
  461. package/dist/components/status/index.d.ts +1 -2
  462. package/dist/components/status/index.js +1 -8
  463. package/dist/components/status/status.d.ts +14 -0
  464. package/dist/components/status/status.js +11 -0
  465. package/dist/components/status/status.recipe.d.ts +19 -0
  466. package/dist/components/status/status.recipe.js +44 -0
  467. package/dist/components/steps/index.d.ts +1 -1
  468. package/dist/components/steps/index.js +1 -10
  469. package/dist/components/steps/steps.d.ts +24 -0
  470. package/dist/components/steps/steps.js +30 -0
  471. package/dist/components/steps/steps.recipe.d.ts +142 -0
  472. package/dist/components/steps/steps.recipe.js +213 -0
  473. package/dist/components/strong/index.d.ts +1 -0
  474. package/dist/components/strong/index.js +1 -0
  475. package/dist/components/switch/index.d.ts +2 -2
  476. package/dist/components/switch/index.js +1 -8
  477. package/dist/components/switch/switch.d.ts +14 -0
  478. package/dist/components/switch/switch.js +7 -0
  479. package/dist/components/switch/switch.recipe.d.ts +77 -0
  480. package/dist/components/switch/switch.recipe.js +157 -0
  481. package/dist/components/table/index.d.ts +1 -1
  482. package/dist/components/table/index.js +1 -8
  483. package/dist/components/table/table.recipe.d.ts +121 -0
  484. package/dist/components/table/table.recipe.js +161 -0
  485. package/dist/components/tabs/index.d.ts +1 -4
  486. package/dist/components/tabs/index.js +1 -14
  487. package/dist/components/tabs/tabs.recipe.d.ts +263 -0
  488. package/dist/components/tabs/tabs.recipe.js +332 -0
  489. package/dist/components/tag/index.d.ts +1 -2
  490. package/dist/components/tag/index.js +1 -8
  491. package/dist/components/tag/tag.d.ts +8 -0
  492. package/dist/components/tag/tag.js +7 -0
  493. package/dist/components/tag/tag.recipe.d.ts +95 -0
  494. package/dist/components/tag/tag.recipe.js +154 -0
  495. package/dist/components/text/index.d.ts +1 -0
  496. package/dist/components/text/index.js +1 -0
  497. package/dist/components/textarea/index.d.ts +2 -2
  498. package/dist/components/textarea/index.js +1 -8
  499. package/dist/components/textarea/textarea.recipe.d.ts +65 -0
  500. package/dist/components/textarea/textarea.recipe.js +90 -0
  501. package/dist/components/timeline/index.d.ts +1 -1
  502. package/dist/components/timeline/index.js +1 -8
  503. package/dist/components/timeline/timeline.recipe.d.ts +62 -0
  504. package/dist/components/timeline/timeline.recipe.js +134 -0
  505. package/dist/components/toaster/index.d.ts +2 -3
  506. package/dist/components/toaster/index.js +1 -16
  507. package/dist/components/toaster/toast.recipe.d.ts +1 -0
  508. package/dist/components/toaster/toast.recipe.js +90 -0
  509. package/dist/components/toaster/toaster.d.ts +7 -0
  510. package/dist/components/toaster/toaster.js +42 -0
  511. package/dist/components/toggle/index.d.ts +1 -1
  512. package/dist/components/toggle/index.js +1 -8
  513. package/dist/components/toggle-group/index.d.ts +1 -0
  514. package/dist/components/toggle-group/index.js +1 -0
  515. package/dist/components/toggle-tip/index.d.ts +1 -2
  516. package/dist/components/toggle-tip/index.js +1 -14
  517. package/dist/components/toggle-tip/toggle-tip.d.ts +27 -0
  518. package/dist/components/toggle-tip/toggle-tip.js +8 -0
  519. package/dist/components/tooltip/index.d.ts +1 -2
  520. package/dist/components/tooltip/index.js +1 -8
  521. package/dist/components/tooltip/tooltip.d.ts +10 -0
  522. package/dist/components/tooltip/tooltip.js +10 -0
  523. package/dist/components/tooltip/tooltip.recipe.d.ts +10 -0
  524. package/dist/components/tooltip/tooltip.recipe.js +52 -0
  525. package/dist/components/visually-hidden/index.d.ts +1 -1
  526. package/dist/components/visually-hidden/index.js +1 -8
  527. package/dist/components/wrap/index.d.ts +1 -2
  528. package/dist/components/wrap/index.js +1 -8
  529. package/dist/index.d.ts +131 -235
  530. package/dist/index.js +124 -536
  531. package/dist/preset.d.ts +3 -3
  532. package/dist/preset.js +10 -12
  533. package/dist/provider/index.d.ts +3 -0
  534. package/dist/provider/index.js +2 -0
  535. package/dist/provider/sui-provider.d.ts +13 -0
  536. package/dist/provider/sui-provider.js +12 -0
  537. package/dist/provider/use-link.d.ts +2 -0
  538. package/dist/provider/use-link.js +9 -0
  539. package/dist/styled-system/create-recipe-context.d.ts +17 -0
  540. package/dist/styled-system/create-recipe-context.js +52 -0
  541. package/dist/styled-system/create-slot-recipe-context.d.ts +35 -0
  542. package/dist/styled-system/create-slot-recipe-context.js +90 -0
  543. package/dist/styled-system/empty.d.ts +3 -0
  544. package/dist/styled-system/empty.js +2 -0
  545. package/dist/styled-system/factory.types.d.ts +7 -0
  546. package/dist/styled-system/factory.types.js +1 -0
  547. package/dist/theme/animation-styles.d.ts +1 -0
  548. package/dist/theme/animation-styles.js +49 -0
  549. package/dist/theme/breakpoints.d.ts +10 -0
  550. package/dist/theme/breakpoints.js +8 -0
  551. package/dist/theme/conditions.d.ts +18 -0
  552. package/dist/theme/conditions.js +19 -0
  553. package/dist/theme/fluid-font-sizes.d.ts +0 -0
  554. package/dist/theme/fluid-font-sizes.js +61 -0
  555. package/dist/theme/global-css.d.ts +1 -0
  556. package/dist/theme/global-css.js +56 -0
  557. package/dist/theme/index.d.ts +1 -0
  558. package/dist/theme/index.js +72 -0
  559. package/dist/theme/layer-styles.d.ts +1 -0
  560. package/dist/theme/layer-styles.js +133 -0
  561. package/dist/theme/recipes.d.ts +861 -0
  562. package/dist/theme/recipes.js +44 -0
  563. package/dist/theme/semantic-tokens/colors.d.ts +1298 -0
  564. package/dist/theme/semantic-tokens/colors.js +687 -0
  565. package/dist/theme/semantic-tokens/radii.d.ts +44 -0
  566. package/dist/theme/semantic-tokens/radii.js +39 -0
  567. package/dist/theme/semantic-tokens/shadows.d.ts +56 -0
  568. package/dist/theme/semantic-tokens/shadows.js +57 -0
  569. package/dist/theme/slot-recipes.d.ts +4030 -0
  570. package/dist/theme/slot-recipes.js +108 -0
  571. package/dist/theme/text-styles.d.ts +1 -0
  572. package/dist/theme/text-styles.js +82 -0
  573. package/dist/theme/tokens/animations.d.ts +14 -0
  574. package/dist/theme/tokens/animations.js +7 -0
  575. package/dist/theme/tokens/aspect-ratios.d.ts +20 -0
  576. package/dist/theme/tokens/aspect-ratios.js +9 -0
  577. package/dist/theme/tokens/blurs.d.ts +26 -0
  578. package/dist/theme/tokens/blurs.js +11 -0
  579. package/dist/theme/tokens/borders.d.ts +17 -0
  580. package/dist/theme/tokens/borders.js +8 -0
  581. package/dist/theme/tokens/colors.d.ts +820 -0
  582. package/dist/theme/tokens/colors.js +306 -0
  583. package/dist/theme/tokens/cursor.d.ts +26 -0
  584. package/dist/theme/tokens/cursor.js +11 -0
  585. package/dist/theme/tokens/durations.d.ts +23 -0
  586. package/dist/theme/tokens/durations.js +10 -0
  587. package/dist/theme/tokens/easings.d.ts +20 -0
  588. package/dist/theme/tokens/easings.js +9 -0
  589. package/dist/theme/tokens/font-sizes.d.ts +44 -0
  590. package/dist/theme/tokens/font-sizes.js +18 -0
  591. package/dist/theme/tokens/font-weights.d.ts +29 -0
  592. package/dist/theme/tokens/font-weights.js +12 -0
  593. package/dist/theme/tokens/fonts.d.ts +11 -0
  594. package/dist/theme/tokens/fonts.js +13 -0
  595. package/dist/theme/tokens/keyframes.d.ts +1 -0
  596. package/dist/theme/tokens/keyframes.js +157 -0
  597. package/dist/theme/tokens/letter-spacing.d.ts +56 -0
  598. package/dist/theme/tokens/letter-spacing.js +21 -0
  599. package/dist/theme/tokens/line-heights.d.ts +77 -0
  600. package/dist/theme/tokens/line-heights.js +29 -0
  601. package/dist/theme/tokens/radius.d.ts +32 -0
  602. package/dist/theme/tokens/radius.js +15 -0
  603. package/dist/theme/tokens/sizes.d.ts +257 -0
  604. package/dist/theme/tokens/sizes.js +66 -0
  605. package/dist/theme/tokens/spacing.d.ts +101 -0
  606. package/dist/theme/tokens/spacing.js +37 -0
  607. package/dist/theme/tokens/z-indices.d.ts +53 -0
  608. package/dist/theme/tokens/z-indices.js +32 -0
  609. package/dist/theme/utilities.d.ts +10 -0
  610. package/dist/theme/utilities.js +49 -0
  611. package/dist/theme/utils.d.ts +19 -0
  612. package/dist/theme/utils.js +34 -0
  613. package/dist/types.d.ts +7 -0
  614. package/dist/types.js +1 -0
  615. package/package.json +23 -28
  616. package/CHANGELOG.md +0 -4003
  617. package/dist/_tsup-dts-rollup.d.cts +0 -15156
  618. package/dist/_tsup-dts-rollup.d.ts +0 -15156
  619. package/dist/chunk-27OMFCPD.js +0 -8
  620. package/dist/chunk-2YXHXL6J.js +0 -10
  621. package/dist/chunk-3CKGT42F.js +0 -10
  622. package/dist/chunk-3E6URZ5P.js +0 -23
  623. package/dist/chunk-3RHNNKPC.js +0 -51
  624. package/dist/chunk-46OCNELO.js +0 -10
  625. package/dist/chunk-4H66FBQW.js +0 -46
  626. package/dist/chunk-4N4SHDPB.js +0 -10
  627. package/dist/chunk-52XM5VXJ.js +0 -9
  628. package/dist/chunk-5HVAMQYO.js +0 -8
  629. package/dist/chunk-5OUNZEYB.js +0 -22
  630. package/dist/chunk-5RWFHB7W.js +0 -67
  631. package/dist/chunk-5YNHX4C7.js +0 -16
  632. package/dist/chunk-5ZKEXMBN.js +0 -36
  633. package/dist/chunk-6WZK2RBQ.js +0 -12
  634. package/dist/chunk-6YZ76Q2W.js +0 -8
  635. package/dist/chunk-7DF4NQNZ.js +0 -8
  636. package/dist/chunk-7HAGRXKM.js +0 -8
  637. package/dist/chunk-7MCVXFWM.js +0 -33
  638. package/dist/chunk-7PWVK3NL.js +0 -8
  639. package/dist/chunk-AHG5XKEK.js +0 -24
  640. package/dist/chunk-BDS3APRG.js +0 -56
  641. package/dist/chunk-BLSGOJQ7.js +0 -18
  642. package/dist/chunk-BSE7ZUP5.js +0 -10
  643. package/dist/chunk-BVISYY3B.js +0 -101
  644. package/dist/chunk-C5KFNMWU.js +0 -8
  645. package/dist/chunk-CQD32UVJ.js +0 -8
  646. package/dist/chunk-CRFTMIQA.js +0 -36
  647. package/dist/chunk-DHFAFRZ4.js +0 -8
  648. package/dist/chunk-DJNPK2LM.js +0 -60
  649. package/dist/chunk-EJOXGWHK.js +0 -115
  650. package/dist/chunk-EWATHRZA.js +0 -8
  651. package/dist/chunk-EWCBYJA7.js +0 -8
  652. package/dist/chunk-EZZW6JOU.js +0 -10
  653. package/dist/chunk-FD2V4Y66.js +0 -8
  654. package/dist/chunk-FN7TU5F5.js +0 -44
  655. package/dist/chunk-FPRTN3I7.js +0 -9
  656. package/dist/chunk-GDDJYUWM.js +0 -12
  657. package/dist/chunk-GSWLAOIM.js +0 -24
  658. package/dist/chunk-HHTTORZ6.js +0 -8
  659. package/dist/chunk-HHUVJRPT.js +0 -62
  660. package/dist/chunk-HJX66GFT.js +0 -118
  661. package/dist/chunk-HQVBJT5Y.js +0 -8
  662. package/dist/chunk-HREBIPVW.js +0 -36
  663. package/dist/chunk-HRFQMDUK.js +0 -71
  664. package/dist/chunk-HZX4AGO5.js +0 -8
  665. package/dist/chunk-I2J6U5Z4.js +0 -71
  666. package/dist/chunk-J5UCKCIO.js +0 -16
  667. package/dist/chunk-JL4MHGRE.js +0 -43
  668. package/dist/chunk-JMYI6YXR.js +0 -1
  669. package/dist/chunk-JR5RLXCK.js +0 -8
  670. package/dist/chunk-K3MFCSAW.js +0 -8
  671. package/dist/chunk-K7BMQECB.js +0 -39
  672. package/dist/chunk-KB6NR2HZ.js +0 -44
  673. package/dist/chunk-KFDVVTMT.js +0 -36
  674. package/dist/chunk-KH7E5C3C.js +0 -54
  675. package/dist/chunk-KRJG7H4W.js +0 -53
  676. package/dist/chunk-KTLWEUNW.js +0 -1
  677. package/dist/chunk-L4JB7UFV.js +0 -97
  678. package/dist/chunk-LFOA3DZO.js +0 -12
  679. package/dist/chunk-LGLJ2QUW.js +0 -8
  680. package/dist/chunk-LIOV5MU4.js +0 -20
  681. package/dist/chunk-LKPWSC6O.js +0 -36
  682. package/dist/chunk-LU2H6GWC.js +0 -10
  683. package/dist/chunk-M3DJWM6D.js +0 -8
  684. package/dist/chunk-MK3OG2I4.js +0 -19
  685. package/dist/chunk-MZ2RY4NU.js +0 -34
  686. package/dist/chunk-NCNHDETB.js +0 -8
  687. package/dist/chunk-NGGISORT.js +0 -29
  688. package/dist/chunk-NKUBVRXY.js +0 -8896
  689. package/dist/chunk-NLMFEUVO.js +0 -41
  690. package/dist/chunk-NSFGACD7.js +0 -38
  691. package/dist/chunk-OJZPPAT6.js +0 -26
  692. package/dist/chunk-OME35FUG.js +0 -151
  693. package/dist/chunk-OQU4LWZW.js +0 -8
  694. package/dist/chunk-PEJYADAS.js +0 -8
  695. package/dist/chunk-PEVIP5UT.js +0 -8
  696. package/dist/chunk-PIQURQGB.js +0 -8
  697. package/dist/chunk-PONMXNY4.js +0 -8
  698. package/dist/chunk-PZWP36YA.js +0 -21
  699. package/dist/chunk-QAAKAKP7.js +0 -326
  700. package/dist/chunk-QLN2CBY6.js +0 -8
  701. package/dist/chunk-QNKQFCKJ.js +0 -16
  702. package/dist/chunk-R2J5USV6.js +0 -12
  703. package/dist/chunk-RFBD2ZNL.js +0 -40
  704. package/dist/chunk-RTMS5TJN.js +0 -10
  705. package/dist/chunk-RYKJOZ3B.js +0 -27
  706. package/dist/chunk-TEQVVR3W.js +0 -8
  707. package/dist/chunk-TGEP2YAT.js +0 -10
  708. package/dist/chunk-TH6YCBEG.js +0 -8
  709. package/dist/chunk-TXIFPX2A.js +0 -230
  710. package/dist/chunk-TYGGMKHU.js +0 -177
  711. package/dist/chunk-TYMVLD3B.js +0 -14
  712. package/dist/chunk-U23VDAWJ.js +0 -143
  713. package/dist/chunk-U3EPRSD3.js +0 -20
  714. package/dist/chunk-UAX5344Y.js +0 -10
  715. package/dist/chunk-UEXUCHDD.js +0 -34
  716. package/dist/chunk-UIP2CHMU.js +0 -8
  717. package/dist/chunk-UZUMIWPJ.js +0 -10
  718. package/dist/chunk-WJZED26X.js +0 -28
  719. package/dist/chunk-WZUKOJGI.js +0 -20
  720. package/dist/chunk-XD7U6L2E.js +0 -10
  721. package/dist/chunk-XX2OY7LK.js +0 -10
  722. package/dist/chunk-Y2S4O4UY.js +0 -10
  723. package/dist/chunk-YHQ5JGCC.js +0 -1
  724. package/dist/chunk-YMCOU2N5.js +0 -8
  725. package/dist/chunk-YTTZX7ZE.js +0 -45
  726. package/dist/chunk-YX44E5NF.js +0 -60
  727. package/dist/chunk-Z3SWPGPQ.js +0 -20
  728. package/dist/chunk-ZJ2VD224.js +0 -113
  729. package/dist/chunk-ZNQNBTWF.js +0 -100
  730. package/dist/chunk-ZULBHMWG.js +0 -35
  731. package/dist/chunk-ZUT5GZTD.js +0 -46
  732. package/dist/colors.cjs +0 -351
  733. package/dist/colors.d.cts +0 -1
  734. package/dist/components/accordion/index.cjs +0 -204
  735. package/dist/components/accordion/index.d.cts +0 -1
  736. package/dist/components/action-bar/index.cjs +0 -223
  737. package/dist/components/action-bar/index.d.cts +0 -1
  738. package/dist/components/alert/index.cjs +0 -233
  739. package/dist/components/alert/index.d.cts +0 -2
  740. package/dist/components/app-shell/index.cjs +0 -68
  741. package/dist/components/app-shell/index.d.cts +0 -2
  742. package/dist/components/aspect-ratio/index.cjs +0 -31
  743. package/dist/components/aspect-ratio/index.d.cts +0 -2
  744. package/dist/components/avatar/index.cjs +0 -70
  745. package/dist/components/avatar/index.d.cts +0 -3
  746. package/dist/components/back-button/index.cjs +0 -227
  747. package/dist/components/back-button/index.d.cts +0 -2
  748. package/dist/components/badge/index.cjs +0 -33
  749. package/dist/components/badge/index.d.cts +0 -3
  750. package/dist/components/bleed/index.cjs +0 -31
  751. package/dist/components/bleed/index.d.cts +0 -2
  752. package/dist/components/blockquote/index.cjs +0 -59
  753. package/dist/components/blockquote/index.d.cts +0 -2
  754. package/dist/components/box/index.cjs +0 -31
  755. package/dist/components/box/index.d.cts +0 -2
  756. package/dist/components/breadcrumb/index.cjs +0 -58
  757. package/dist/components/breadcrumb/index.d.cts +0 -1
  758. package/dist/components/button/index.cjs +0 -31
  759. package/dist/components/button/index.d.cts +0 -2
  760. package/dist/components/button-group/index.cjs +0 -31
  761. package/dist/components/button-group/index.d.cts +0 -2
  762. package/dist/components/card/index.cjs +0 -32
  763. package/dist/components/card/index.d.cts +0 -1
  764. package/dist/components/center/index.cjs +0 -31
  765. package/dist/components/center/index.d.cts +0 -2
  766. package/dist/components/checkbox/index.cjs +0 -45
  767. package/dist/components/checkbox/index.d.cts +0 -2
  768. package/dist/components/checkbox-card/index.cjs +0 -66
  769. package/dist/components/checkbox-card/index.d.cts +0 -2
  770. package/dist/components/checkmark/index.cjs +0 -31
  771. package/dist/components/checkmark/index.d.cts +0 -2
  772. package/dist/components/client-only/index.cjs +0 -31
  773. package/dist/components/client-only/index.d.cts +0 -2
  774. package/dist/components/clipboard/index.cjs +0 -234
  775. package/dist/components/clipboard/index.d.cts +0 -1
  776. package/dist/components/close-button/index.cjs +0 -193
  777. package/dist/components/close-button/index.d.cts +0 -2
  778. package/dist/components/code/index.cjs +0 -31
  779. package/dist/components/code/index.d.cts +0 -2
  780. package/dist/components/collapsible/index.cjs +0 -31
  781. package/dist/components/collapsible/index.d.cts +0 -1
  782. package/dist/components/color-picker/index.cjs +0 -31
  783. package/dist/components/color-picker/index.d.cts +0 -1
  784. package/dist/components/color-swatch/index.cjs +0 -35
  785. package/dist/components/color-swatch/index.d.cts +0 -6
  786. package/dist/components/command/index.cjs +0 -61
  787. package/dist/components/command/index.d.cts +0 -1
  788. package/dist/components/container/index.cjs +0 -31
  789. package/dist/components/container/index.d.cts +0 -2
  790. package/dist/components/data-list/index.cjs +0 -33
  791. package/dist/components/data-list/index.d.cts +0 -2
  792. package/dist/components/dialog/index.cjs +0 -246
  793. package/dist/components/dialog/index.d.cts +0 -1
  794. package/dist/components/drawer/index.cjs +0 -238
  795. package/dist/components/drawer/index.d.cts +0 -1
  796. package/dist/components/editable/index.cjs +0 -31
  797. package/dist/components/editable/index.d.cts +0 -1
  798. package/dist/components/empty-state/index.cjs +0 -50
  799. package/dist/components/empty-state/index.d.cts +0 -2
  800. package/dist/components/env/index.cjs +0 -33
  801. package/dist/components/env/index.d.cts +0 -5
  802. package/dist/components/env/index.d.ts +0 -5
  803. package/dist/components/env/index.js +0 -10
  804. package/dist/components/field/index.cjs +0 -35
  805. package/dist/components/field/index.d.cts +0 -3
  806. package/dist/components/fieldset/index.cjs +0 -33
  807. package/dist/components/fieldset/index.d.cts +0 -2
  808. package/dist/components/file-upload/index.cjs +0 -302
  809. package/dist/components/file-upload/index.d.cts +0 -2
  810. package/dist/components/flex/index.cjs +0 -31
  811. package/dist/components/flex/index.d.cts +0 -2
  812. package/dist/components/float/index.cjs +0 -31
  813. package/dist/components/float/index.d.cts +0 -2
  814. package/dist/components/focus-trap/index.cjs +0 -31
  815. package/dist/components/focus-trap/index.d.cts +0 -2
  816. package/dist/components/for/index.cjs +0 -31
  817. package/dist/components/for/index.d.cts +0 -2
  818. package/dist/components/format/index.cjs +0 -33
  819. package/dist/components/format/index.d.cts +0 -4
  820. package/dist/components/grid/index.cjs +0 -31
  821. package/dist/components/grid/index.d.cts +0 -2
  822. package/dist/components/grid-list/index.cjs +0 -68
  823. package/dist/components/grid-list/index.d.cts +0 -1
  824. package/dist/components/group/index.cjs +0 -31
  825. package/dist/components/group/index.d.cts +0 -2
  826. package/dist/components/heading/index.cjs +0 -31
  827. package/dist/components/heading/index.d.cts +0 -2
  828. package/dist/components/highlight/index.cjs +0 -31
  829. package/dist/components/highlight/index.d.cts +0 -2
  830. package/dist/components/hover-card/index.cjs +0 -66
  831. package/dist/components/hover-card/index.d.cts +0 -1
  832. package/dist/components/icon/index.cjs +0 -31
  833. package/dist/components/icon/index.d.cts +0 -2
  834. package/dist/components/icon-badge/index.cjs +0 -70
  835. package/dist/components/icon-badge/index.d.cts +0 -2
  836. package/dist/components/icon-button/index.cjs +0 -53
  837. package/dist/components/icon-button/index.d.cts +0 -2
  838. package/dist/components/icons/index.cjs +0 -193
  839. package/dist/components/icons/index.d.cts +0 -18
  840. package/dist/components/image/index.cjs +0 -31
  841. package/dist/components/image/index.d.cts +0 -2
  842. package/dist/components/info-tip/index.cjs +0 -312
  843. package/dist/components/info-tip/index.d.cts +0 -2
  844. package/dist/components/input/index.cjs +0 -39
  845. package/dist/components/input/index.d.cts +0 -9
  846. package/dist/components/kbd/index.cjs +0 -31
  847. package/dist/components/kbd/index.d.cts +0 -2
  848. package/dist/components/link/index.cjs +0 -71
  849. package/dist/components/link/index.d.cts +0 -2
  850. package/dist/components/list/index.cjs +0 -31
  851. package/dist/components/list/index.d.cts +0 -1
  852. package/dist/components/loader/index.cjs +0 -31
  853. package/dist/components/loader/index.d.cts +0 -1
  854. package/dist/components/loading-overlay/index.cjs +0 -87
  855. package/dist/components/loading-overlay/index.d.cts +0 -2
  856. package/dist/components/locale/index.cjs +0 -33
  857. package/dist/components/locale/index.d.cts +0 -3
  858. package/dist/components/mark/index.cjs +0 -31
  859. package/dist/components/mark/index.d.cts +0 -1
  860. package/dist/components/menu/index.cjs +0 -249
  861. package/dist/components/menu/index.d.cts +0 -1
  862. package/dist/components/native-select/index.cjs +0 -185
  863. package/dist/components/native-select/index.d.cts +0 -2
  864. package/dist/components/navbar/index.cjs +0 -108
  865. package/dist/components/navbar/index.d.cts +0 -1
  866. package/dist/components/number-input/index.cjs +0 -67
  867. package/dist/components/number-input/index.d.cts +0 -2
  868. package/dist/components/page/index.cjs +0 -196
  869. package/dist/components/page/index.d.cts +0 -2
  870. package/dist/components/pagination/index.cjs +0 -257
  871. package/dist/components/pagination/index.d.cts +0 -1
  872. package/dist/components/password-input/index.cjs +0 -284
  873. package/dist/components/password-input/index.d.cts +0 -2
  874. package/dist/components/persona/index.cjs +0 -247
  875. package/dist/components/persona/index.d.cts +0 -7
  876. package/dist/components/pin-input/index.cjs +0 -52
  877. package/dist/components/pin-input/index.d.cts +0 -2
  878. package/dist/components/popover/index.cjs +0 -255
  879. package/dist/components/popover/index.d.cts +0 -1
  880. package/dist/components/portal/index.cjs +0 -31
  881. package/dist/components/portal/index.d.cts +0 -2
  882. package/dist/components/presence/index.cjs +0 -31
  883. package/dist/components/presence/index.d.cts +0 -2
  884. package/dist/components/progress/index.cjs +0 -31
  885. package/dist/components/progress/index.d.cts +0 -1
  886. package/dist/components/progress-circle/index.cjs +0 -31
  887. package/dist/components/progress-circle/index.d.cts +0 -1
  888. package/dist/components/qr-code/index.cjs +0 -31
  889. package/dist/components/qr-code/index.d.cts +0 -1
  890. package/dist/components/radio/index.cjs +0 -46
  891. package/dist/components/radio/index.d.cts +0 -2
  892. package/dist/components/radio-card/index.cjs +0 -75
  893. package/dist/components/radio-card/index.d.cts +0 -1
  894. package/dist/components/radio-group/index.cjs +0 -31
  895. package/dist/components/radio-group/index.d.cts +0 -1
  896. package/dist/components/radiomark/index.cjs +0 -31
  897. package/dist/components/radiomark/index.d.cts +0 -2
  898. package/dist/components/rating-group/index.cjs +0 -31
  899. package/dist/components/rating-group/index.d.cts +0 -1
  900. package/dist/components/search-input/index.cjs +0 -273
  901. package/dist/components/search-input/index.d.cts +0 -2
  902. package/dist/components/segmented-control/index.cjs +0 -61
  903. package/dist/components/segmented-control/index.d.cts +0 -2
  904. package/dist/components/select/index.cjs +0 -285
  905. package/dist/components/select/index.d.cts +0 -1
  906. package/dist/components/separator/index.cjs +0 -31
  907. package/dist/components/separator/index.d.cts +0 -2
  908. package/dist/components/show/index.cjs +0 -31
  909. package/dist/components/show/index.d.cts +0 -2
  910. package/dist/components/sidebar/index.cjs +0 -168
  911. package/dist/components/sidebar/index.d.cts +0 -4
  912. package/dist/components/skeleton/index.cjs +0 -61
  913. package/dist/components/skeleton/index.d.cts +0 -6
  914. package/dist/components/skip-nav/index.cjs +0 -33
  915. package/dist/components/skip-nav/index.d.cts +0 -4
  916. package/dist/components/skip-nav-link/index.cjs +0 -33
  917. package/dist/components/skip-nav-link/index.d.cts +0 -4
  918. package/dist/components/slider/index.cjs +0 -61
  919. package/dist/components/slider/index.d.cts +0 -2
  920. package/dist/components/spacer/index.cjs +0 -31
  921. package/dist/components/spacer/index.d.cts +0 -2
  922. package/dist/components/spinner/index.cjs +0 -44
  923. package/dist/components/spinner/index.d.cts +0 -2
  924. package/dist/components/stack/index.cjs +0 -37
  925. package/dist/components/stack/index.d.cts +0 -6
  926. package/dist/components/stat/index.cjs +0 -83
  927. package/dist/components/stat/index.d.cts +0 -1
  928. package/dist/components/status/index.cjs +0 -45
  929. package/dist/components/status/index.d.cts +0 -2
  930. package/dist/components/steps/index.cjs +0 -221
  931. package/dist/components/steps/index.d.cts +0 -1
  932. package/dist/components/switch/index.cjs +0 -48
  933. package/dist/components/switch/index.d.cts +0 -2
  934. package/dist/components/table/index.cjs +0 -31
  935. package/dist/components/table/index.d.cts +0 -1
  936. package/dist/components/tabs/index.cjs +0 -37
  937. package/dist/components/tabs/index.d.cts +0 -4
  938. package/dist/components/tag/index.cjs +0 -53
  939. package/dist/components/tag/index.d.cts +0 -2
  940. package/dist/components/textarea/index.cjs +0 -31
  941. package/dist/components/textarea/index.d.cts +0 -2
  942. package/dist/components/timeline/index.cjs +0 -31
  943. package/dist/components/timeline/index.d.cts +0 -1
  944. package/dist/components/toaster/index.cjs +0 -262
  945. package/dist/components/toaster/index.d.cts +0 -3
  946. package/dist/components/toggle/index.cjs +0 -31
  947. package/dist/components/toggle/index.d.cts +0 -1
  948. package/dist/components/toggle-tip/index.cjs +0 -302
  949. package/dist/components/toggle-tip/index.d.cts +0 -2
  950. package/dist/components/tooltip/index.cjs +0 -58
  951. package/dist/components/tooltip/index.d.cts +0 -2
  952. package/dist/components/typography/index.cjs +0 -37
  953. package/dist/components/typography/index.d.cts +0 -8
  954. package/dist/components/typography/index.d.ts +0 -8
  955. package/dist/components/typography/index.js +0 -14
  956. package/dist/components/visually-hidden/index.cjs +0 -31
  957. package/dist/components/visually-hidden/index.d.cts +0 -1
  958. package/dist/components/wrap/index.cjs +0 -31
  959. package/dist/components/wrap/index.d.cts +0 -2
  960. package/dist/index.cjs +0 -12225
  961. package/dist/index.d.cts +0 -235
  962. package/dist/preset.cjs +0 -9233
  963. package/dist/preset.d.cts +0 -3
@@ -0,0 +1,15 @@
1
+ import type { HTMLChakraProps, SlotRecipeProps } from '@chakra-ui/react';
2
+ import { Navbar } from '@saas-ui/core/navbar';
3
+ interface NavbarRootProps extends SlotRecipeProps<'suiNavbar'>, HTMLChakraProps<'div', Navbar.RootProps> {
4
+ }
5
+ declare const NavbarRoot: import("react").ForwardRefExoticComponent<Omit<NavbarRootProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
6
+ declare const NavbarBrand: import("react").ForwardRefExoticComponent<Omit<import("@chakra-ui/react").PatchHtmlProps<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "zIndex" | "opacity" | "cursor" | "page" | "container" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "animationRange" | "animationRangeStart" | "animationRangeEnd" | "animationTimeline" | "transformOrigin" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "WebkitUserSelect" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "anchorName" | "anchorScope" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "clipRule" | "color" | "colorInterpolationFilters" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "emptyCells" | "fieldSizing" | "fill" | "fillOpacity" | "fillRule" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "printColorAdjust" | "quotes" | "r" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textAnchor" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "x" | "y" | "zoom" | "alignmentBaseline" | "baselineShift" | "colorInterpolation" | "colorRendering" | "glyphOrientationVertical" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderEnd" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "borderSpacingX" | "borderSpacingY" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof import("@chakra-ui/react").PolymorphicProps> & Omit<import("@chakra-ui/react").JsxStyleProps, never> & import("@chakra-ui/react").PolymorphicProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ declare const NavbarContent: import("react").ForwardRefExoticComponent<Omit<import("@chakra-ui/react").PatchHtmlProps<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "zIndex" | "opacity" | "cursor" | "page" | "container" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "animationRange" | "animationRangeStart" | "animationRangeEnd" | "animationTimeline" | "transformOrigin" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "WebkitUserSelect" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "anchorName" | "anchorScope" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "clipRule" | "color" | "colorInterpolationFilters" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "emptyCells" | "fieldSizing" | "fill" | "fillOpacity" | "fillRule" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "printColorAdjust" | "quotes" | "r" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textAnchor" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "x" | "y" | "zoom" | "alignmentBaseline" | "baselineShift" | "colorInterpolation" | "colorRendering" | "glyphOrientationVertical" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderEnd" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "borderSpacingX" | "borderSpacingY" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof import("@chakra-ui/react").PolymorphicProps> & Omit<import("@chakra-ui/react").JsxStyleProps, never> & import("@chakra-ui/react").PolymorphicProps & import("react").RefAttributes<HTMLDivElement>>;
8
+ declare const NavbarItemGroup: import("react").ForwardRefExoticComponent<Omit<import("@chakra-ui/react").PatchHtmlProps<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref">>, "zIndex" | "opacity" | "cursor" | "page" | "container" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "animationRange" | "animationRangeStart" | "animationRangeEnd" | "animationTimeline" | "transformOrigin" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "WebkitUserSelect" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "anchorName" | "anchorScope" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "clipRule" | "color" | "colorInterpolationFilters" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "emptyCells" | "fieldSizing" | "fill" | "fillOpacity" | "fillRule" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "printColorAdjust" | "quotes" | "r" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textAnchor" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "x" | "y" | "zoom" | "alignmentBaseline" | "baselineShift" | "colorInterpolation" | "colorRendering" | "glyphOrientationVertical" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderEnd" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "borderSpacingX" | "borderSpacingY" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "css" | keyof import("@chakra-ui/react").PolymorphicProps> & Omit<import("@chakra-ui/react").JsxStyleProps, never> & import("@chakra-ui/react").PolymorphicProps & import("react").RefAttributes<HTMLUListElement>>;
9
+ declare const NavbarItem: import("react").ForwardRefExoticComponent<Omit<import("@chakra-ui/react").PatchHtmlProps<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref">>, "zIndex" | "opacity" | "cursor" | "value" | "page" | "container" | "_hover" | "_active" | "_focus" | "_focusWithin" | "_focusVisible" | "_disabled" | "_visited" | "_target" | "_readOnly" | "_readWrite" | "_empty" | "_checked" | "_enabled" | "_expanded" | "_highlighted" | "_complete" | "_incomplete" | "_dragging" | "_before" | "_after" | "_firstLetter" | "_firstLine" | "_marker" | "_selection" | "_file" | "_backdrop" | "_first" | "_last" | "_notFirst" | "_notLast" | "_only" | "_even" | "_odd" | "_peerFocus" | "_peerHover" | "_peerActive" | "_peerFocusWithin" | "_peerFocusVisible" | "_peerDisabled" | "_peerChecked" | "_peerInvalid" | "_peerExpanded" | "_peerPlaceholderShown" | "_groupFocus" | "_groupHover" | "_groupActive" | "_groupFocusWithin" | "_groupFocusVisible" | "_groupDisabled" | "_groupChecked" | "_groupExpanded" | "_groupInvalid" | "_indeterminate" | "_required" | "_valid" | "_invalid" | "_autofill" | "_inRange" | "_outOfRange" | "_placeholder" | "_placeholderShown" | "_pressed" | "_selected" | "_grabbed" | "_underValue" | "_overValue" | "_atValue" | "_default" | "_optional" | "_open" | "_closed" | "_fullscreen" | "_loading" | "_hidden" | "_current" | "_currentPage" | "_currentStep" | "_today" | "_unavailable" | "_rangeStart" | "_rangeEnd" | "_now" | "_topmost" | "_motionReduce" | "_motionSafe" | "_print" | "_landscape" | "_portrait" | "_dark" | "_light" | "_osDark" | "_osLight" | "_highContrast" | "_lessContrast" | "_moreContrast" | "_ltr" | "_rtl" | "_scrollbar" | "_scrollbarThumb" | "_scrollbarTrack" | "_horizontal" | "_vertical" | "_icon" | "_starting" | "sm" | "smOnly" | "smDown" | "md" | "mdOnly" | "mdDown" | "lg" | "lgOnly" | "lgDown" | "xl" | "xlOnly" | "xlDown" | "2xl" | "2xlOnly" | "2xlDown" | "smToMd" | "smToLg" | "smToXl" | "smTo2xl" | "mdToLg" | "mdToXl" | "mdTo2xl" | "lgToXl" | "lgTo2xl" | "xlTo2xl" | "base" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "animationRange" | "animationRangeStart" | "animationRangeEnd" | "animationTimeline" | "transformOrigin" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "WebkitUserSelect" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "anchorName" | "anchorScope" | "appearance" | "aspectRatio" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBlockStyle" | "borderBlockWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineColor" | "borderInlineEnd" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderInlineStyle" | "borderInlineWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "clipPath" | "clipRule" | "color" | "colorInterpolationFilters" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "content" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cx" | "cy" | "d" | "direction" | "display" | "dominantBaseline" | "emptyCells" | "fieldSizing" | "fill" | "fillOpacity" | "fillRule" | "filter" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "floodColor" | "floodOpacity" | "font" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontVariationSettings" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "height" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "interpolateSize" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lightingColor" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "marker" | "markerEnd" | "markerMid" | "markerStart" | "mask" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "positionAnchor" | "positionArea" | "positionTry" | "positionTryFallbacks" | "positionTryOrder" | "positionVisibility" | "printColorAdjust" | "quotes" | "r" | "resize" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "rx" | "ry" | "scale" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockEnd" | "scrollMarginBlockStart" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineEnd" | "scrollMarginInlineStart" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockEnd" | "scrollPaddingBlockStart" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineEnd" | "scrollPaddingInlineStart" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textAnchor" | "textBox" | "textBoxEdge" | "textBoxTrim" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textSpacingTrim" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "textWrapMode" | "textWrapStyle" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformStyle" | "transition" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "unicodeBidi" | "userSelect" | "vectorEffect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "x" | "y" | "zoom" | "alignmentBaseline" | "baselineShift" | "colorInterpolation" | "colorRendering" | "glyphOrientationVertical" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderEnd" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "ms" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "ps" | "paddingStart" | "pe" | "paddingEnd" | "px" | "paddingX" | "py" | "paddingY" | "textDecor" | "backgroundGradient" | "gradientFrom" | "gradientTo" | "gradientVia" | "borderInlineStartRadius" | "borderInlineEndRadius" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius" | "divideX" | "divideY" | "divideColor" | "divideStyle" | "boxShadowColor" | "blur" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "borderSpacingX" | "borderSpacingY" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | "key" | "hidden" | "css" | "title" | "popover" | "style" | "className" | "radioGroup" | "slot" | "onError" | "children" | "as" | "asChild" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture"> & Omit<import("@chakra-ui/react").JsxStyleProps, keyof Navbar.ItemProps> & Navbar.ItemProps & import("@chakra-ui/react").PolymorphicProps & import("react").RefAttributes<HTMLLIElement>>;
10
+ interface NavbarLinkProps extends HTMLChakraProps<'a', Navbar.LinkProps> {
11
+ active?: boolean;
12
+ }
13
+ declare const NavbarLink: import("react").ForwardRefExoticComponent<NavbarLinkProps & import("react").RefAttributes<HTMLAnchorElement>>;
14
+ export { NavbarRoot as Root, NavbarContent as Content, NavbarBrand as Brand, NavbarItemGroup as ItemGroup, NavbarItem as Item, NavbarLink as Link, };
15
+ export type { NavbarRootProps as RootProps };
@@ -0,0 +1,18 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { Navbar } from '@saas-ui/core/navbar';
4
+ import { useLink } from "../../provider/use-link.js";
5
+ import { withContext, withProvider } from "./navbar.context.js";
6
+ const NavbarRoot = withProvider(Navbar.Root, 'root');
7
+ const NavbarBrand = withContext(Navbar.Brand, 'brand');
8
+ const NavbarContent = withContext(Navbar.Content, 'content');
9
+ const NavbarItemGroup = withContext('ul', 'itemGroup');
10
+ const NavbarItem = withContext(Navbar.Item, 'item');
11
+ const NavbarLink = withContext(forwardRef((props, ref) => {
12
+ const Link = useLink();
13
+ const { active, ...rest } = props;
14
+ return (_jsx(Navbar.Link, { asChild: true, ...rest, ref: ref, children: _jsx(Link, { "data-active": active ? '' : undefined, ...props }) }));
15
+ }), 'link', {
16
+ forwardAsChild: true,
17
+ });
18
+ export { NavbarRoot as Root, NavbarContent as Content, NavbarBrand as Brand, NavbarItemGroup as ItemGroup, NavbarItem as Item, NavbarLink as Link, };
@@ -0,0 +1,46 @@
1
+ export declare const navbarSlotRecipe: import("@chakra-ui/react").SlotRecipeDefinition<"content" | "link" | "root" | "item" | "itemGroup" | "brand", {
2
+ variant: {
3
+ neutral: {
4
+ root: {
5
+ bg: "bg.panel";
6
+ color: "fg";
7
+ };
8
+ };
9
+ solid: {
10
+ root: {
11
+ bg: "colorPalette.solid";
12
+ color: "colorPalette.contrast";
13
+ };
14
+ link: {
15
+ _hover: {
16
+ bg: "colorPalette.contrast/10";
17
+ };
18
+ };
19
+ };
20
+ glass: {
21
+ root: {
22
+ bg: "bg.overlay";
23
+ backdropFilter: "var(--overlay-effect)";
24
+ color: "fg";
25
+ };
26
+ };
27
+ };
28
+ size: {
29
+ md: {
30
+ root: {
31
+ fontSize: "sm";
32
+ };
33
+ content: {
34
+ px: {
35
+ base: number;
36
+ lg: number;
37
+ };
38
+ gap: number;
39
+ };
40
+ link: {
41
+ px: number;
42
+ h: number;
43
+ };
44
+ };
45
+ };
46
+ }>;
@@ -0,0 +1,124 @@
1
+ import { defineSlotRecipe } from '@chakra-ui/react';
2
+ export const navbarSlotRecipe = defineSlotRecipe({
3
+ className: 'sui-navbar',
4
+ slots: ['root', 'content', 'brand', 'itemGroup', 'item', 'link'],
5
+ base: {
6
+ root: {
7
+ display: 'flex',
8
+ zIndex: 'layer-3',
9
+ width: 'full',
10
+ height: 'auto',
11
+ alignItems: 'center',
12
+ justifyContent: 'center',
13
+ top: 0,
14
+ insetX: 0,
15
+ transitionProperty: 'common',
16
+ transitionDuration: 'moderate',
17
+ transitionTimingFunction: 'ease-in-out',
18
+ _hidden: {
19
+ transform: 'translateY(-100%)',
20
+ },
21
+ },
22
+ content: {
23
+ display: 'flex',
24
+ alignItems: 'center',
25
+ justifyContent: 'space-between',
26
+ width: 'full',
27
+ height: 'var(--navbar-height)',
28
+ flexWrap: 'nowrap',
29
+ },
30
+ brand: {
31
+ display: 'flex',
32
+ alignItems: 'center',
33
+ justifyContent: 'flex-start',
34
+ height: 'full',
35
+ bg: 'transparent',
36
+ textDecoration: 'none',
37
+ color: 'inherit',
38
+ whiteSpace: 'nowrap',
39
+ boxSizing: 'border-box',
40
+ },
41
+ itemGroup: {
42
+ display: 'flex',
43
+ alignItems: 'center',
44
+ justifyContent: 'flex-start',
45
+ height: 'full',
46
+ bg: 'transparent',
47
+ },
48
+ link: {
49
+ bg: 'transparent',
50
+ color: 'currentColor',
51
+ display: 'inline-flex',
52
+ alignItems: 'center',
53
+ justifyContent: 'center',
54
+ textDecoration: 'none',
55
+ whiteSpace: 'nowrap',
56
+ boxSizing: 'border-box',
57
+ borderRadius: 'control.md',
58
+ transitionProperty: 'common',
59
+ transitionDuration: 'moderate',
60
+ lineHeight: 1,
61
+ _focusVisible: {
62
+ outline: 'none',
63
+ boxShadow: 'outline',
64
+ },
65
+ _hover: {
66
+ bg: 'bg.muted',
67
+ textDecoration: 'none',
68
+ },
69
+ _active: {
70
+ fontWeight: 'semibold',
71
+ },
72
+ },
73
+ },
74
+ variants: {
75
+ variant: {
76
+ neutral: {
77
+ root: {
78
+ bg: 'bg.panel',
79
+ color: 'fg',
80
+ },
81
+ },
82
+ solid: {
83
+ root: {
84
+ bg: 'colorPalette.solid',
85
+ color: 'colorPalette.contrast',
86
+ },
87
+ link: {
88
+ _hover: {
89
+ bg: 'colorPalette.contrast/10',
90
+ },
91
+ },
92
+ },
93
+ glass: {
94
+ root: {
95
+ bg: 'bg.overlay',
96
+ backdropFilter: 'var(--overlay-effect)',
97
+ color: 'fg',
98
+ },
99
+ },
100
+ },
101
+ size: {
102
+ md: {
103
+ root: {
104
+ fontSize: 'sm',
105
+ },
106
+ content: {
107
+ px: {
108
+ base: 4,
109
+ lg: 6,
110
+ },
111
+ gap: 4,
112
+ },
113
+ link: {
114
+ px: 3,
115
+ h: 8,
116
+ },
117
+ },
118
+ },
119
+ },
120
+ defaultVariants: {
121
+ variant: 'neutral',
122
+ size: 'md',
123
+ },
124
+ });
@@ -1,2 +1,2 @@
1
- export { NumberInput_alias_1 as NumberInput } from '../../_tsup-dts-rollup.js';
2
- export { NumberInputProps_alias_1 as NumberInputProps } from '../../_tsup-dts-rollup.js';
1
+ export { NumberInput } from './number-input.tsx';
2
+ export type { NumberInputProps } from './number-input.tsx';
@@ -1,9 +1 @@
1
- 'use client'
2
- import {
3
- NumberInput
4
- } from "../../chunk-RFBD2ZNL.js";
5
- import "../../chunk-BLSGOJQ7.js";
6
- import "../../chunk-RTMS5TJN.js";
7
- export {
8
- NumberInput
9
- };
1
+ export { NumberInput } from "./number-input.js";
@@ -0,0 +1,9 @@
1
+ import { NumberInput as ChakraNumberInput } from '@chakra-ui/react/number-input';
2
+ export interface NumberInputProps extends Omit<ChakraNumberInput.RootProps, 'children'> {
3
+ rootRef?: React.Ref<HTMLDivElement>;
4
+ hideControls?: boolean;
5
+ startElement?: React.ReactNode;
6
+ endElement?: React.ReactNode;
7
+ inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
8
+ }
9
+ export declare const NumberInput: import("react").ForwardRefExoticComponent<NumberInputProps & import("react").RefAttributes<HTMLInputElement>>;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from 'react';
3
+ import { NumberInput as ChakraNumberInput } from '@chakra-ui/react/number-input';
4
+ import { InputGroup } from "../input-group/index.js";
5
+ export const NumberInput = forwardRef(function NumberInput(props, ref) {
6
+ const { hideControls, startElement, endElement, inputProps, rootRef, ...rest } = props;
7
+ return (_jsxs(ChakraNumberInput.Root, { ref: rootRef, ...rest, children: [_jsx(InputGroup, { startElement: startElement, endElement: endElement, width: "full", children: _jsx(ChakraNumberInput.Input, { ref: ref, ...inputProps }) }), !hideControls && !endElement ? (_jsxs(ChakraNumberInput.Control, { children: [_jsx(ChakraNumberInput.IncrementTrigger, {}), _jsx(ChakraNumberInput.DecrementTrigger, {})] })) : null] }));
8
+ });
@@ -0,0 +1,144 @@
1
+ export declare const numberInputSlotRecipe: import("@chakra-ui/react").SlotRecipeDefinition<"label" | "control" | "root" | "input" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber", {
2
+ size: {
3
+ xs: {
4
+ input: {
5
+ borderRadius: "control.sm";
6
+ textStyle: "xs";
7
+ px: "2";
8
+ '--input-height': "sizes.6";
9
+ };
10
+ control: {
11
+ fontSize: "2xs";
12
+ '--stepper-width': "sizes.4";
13
+ };
14
+ };
15
+ sm: {
16
+ input: {
17
+ borderRadius: "control.md";
18
+ textStyle: "sm";
19
+ px: "2.5";
20
+ '--input-height': "sizes.7";
21
+ };
22
+ control: {
23
+ fontSize: "xs";
24
+ '--stepper-width': "sizes.5";
25
+ };
26
+ };
27
+ md: {
28
+ input: {
29
+ borderRadius: "control.md";
30
+ textStyle: "sm";
31
+ px: "3";
32
+ '--input-height': "sizes.8";
33
+ };
34
+ control: {
35
+ fontSize: "sm";
36
+ '--stepper-width': "sizes.6";
37
+ };
38
+ };
39
+ lg: {
40
+ input: {
41
+ borderRadius: "control.lg";
42
+ textStyle: "md";
43
+ px: "4.5";
44
+ '--input-height': "sizes.10";
45
+ };
46
+ control: {
47
+ fontSize: "sm";
48
+ '--stepper-width': "sizes.6";
49
+ };
50
+ };
51
+ };
52
+ variant: {
53
+ outline: {
54
+ input: {
55
+ bg: "transparent";
56
+ borderWidth: "1px";
57
+ borderColor: "border";
58
+ focusVisibleRing: "inside";
59
+ focusRingWidth: "0";
60
+ _hover: {
61
+ borderColor: "border.emphasized";
62
+ _focusVisible: {
63
+ borderColor: "var(--focus-ring-color)";
64
+ };
65
+ };
66
+ } | {
67
+ borderWidth: "1px";
68
+ borderColor: "transparent";
69
+ bg: "bg.muted";
70
+ focusVisibleRing: "inside";
71
+ } | {
72
+ bg: "transparent";
73
+ borderBottomWidth: "1px";
74
+ borderBottomColor: "border";
75
+ borderRadius: "0";
76
+ px: "0";
77
+ _focusVisible: {
78
+ borderColor: "var(--focus-color)";
79
+ boxShadow: "0px 1px 0px 0px var(--focus-color)";
80
+ };
81
+ };
82
+ };
83
+ subtle: {
84
+ input: {
85
+ bg: "transparent";
86
+ borderWidth: "1px";
87
+ borderColor: "border";
88
+ focusVisibleRing: "inside";
89
+ focusRingWidth: "0";
90
+ _hover: {
91
+ borderColor: "border.emphasized";
92
+ _focusVisible: {
93
+ borderColor: "var(--focus-ring-color)";
94
+ };
95
+ };
96
+ } | {
97
+ borderWidth: "1px";
98
+ borderColor: "transparent";
99
+ bg: "bg.muted";
100
+ focusVisibleRing: "inside";
101
+ } | {
102
+ bg: "transparent";
103
+ borderBottomWidth: "1px";
104
+ borderBottomColor: "border";
105
+ borderRadius: "0";
106
+ px: "0";
107
+ _focusVisible: {
108
+ borderColor: "var(--focus-color)";
109
+ boxShadow: "0px 1px 0px 0px var(--focus-color)";
110
+ };
111
+ };
112
+ };
113
+ flushed: {
114
+ input: {
115
+ bg: "transparent";
116
+ borderWidth: "1px";
117
+ borderColor: "border";
118
+ focusVisibleRing: "inside";
119
+ focusRingWidth: "0";
120
+ _hover: {
121
+ borderColor: "border.emphasized";
122
+ _focusVisible: {
123
+ borderColor: "var(--focus-ring-color)";
124
+ };
125
+ };
126
+ } | {
127
+ borderWidth: "1px";
128
+ borderColor: "transparent";
129
+ bg: "bg.muted";
130
+ focusVisibleRing: "inside";
131
+ } | {
132
+ bg: "transparent";
133
+ borderBottomWidth: "1px";
134
+ borderBottomColor: "border";
135
+ borderRadius: "0";
136
+ px: "0";
137
+ _focusVisible: {
138
+ borderColor: "var(--focus-color)";
139
+ boxShadow: "0px 1px 0px 0px var(--focus-color)";
140
+ };
141
+ };
142
+ };
143
+ };
144
+ }>;