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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1022) hide show
  1. package/CHANGELOG.md +118 -0
  2. package/dist/.tsbuildinfo.json +1 -0
  3. package/dist/colors.d.ts +1 -0
  4. package/dist/colors.js +1 -0
  5. package/dist/components/accordion/accordion.d.ts +14 -0
  6. package/dist/components/accordion/accordion.js +15 -0
  7. package/dist/components/accordion/accordion.recipe.d.ts +75 -0
  8. package/dist/components/accordion/accordion.recipe.js +139 -0
  9. package/dist/components/accordion/index.d.ts +1 -0
  10. package/dist/components/accordion/index.js +1 -0
  11. package/dist/components/action-bar/action-bar.d.ts +16 -0
  12. package/dist/components/action-bar/action-bar.js +17 -0
  13. package/dist/components/action-bar/action-bar.recipe.d.ts +1 -0
  14. package/dist/components/action-bar/action-bar.recipe.js +56 -0
  15. package/dist/components/action-bar/index.d.ts +1 -0
  16. package/dist/components/action-bar/index.js +1 -0
  17. package/dist/components/alert/alert.d.ts +10 -0
  18. package/dist/components/alert/alert.js +9 -0
  19. package/dist/components/alert/alert.recipe.d.ts +120 -0
  20. package/dist/components/alert/alert.recipe.js +149 -0
  21. package/dist/components/alert/index.d.ts +1 -0
  22. package/dist/components/alert/index.js +1 -0
  23. package/dist/components/app-shell/app-shell.d.ts +40 -0
  24. package/dist/components/app-shell/app-shell.js +22 -0
  25. package/dist/components/app-shell/app-shell.recipe.d.ts +18 -0
  26. package/dist/components/app-shell/app-shell.recipe.js +45 -0
  27. package/dist/components/app-shell/index.d.ts +2 -0
  28. package/dist/components/app-shell/index.js +1 -0
  29. package/dist/components/aspect-ratio/index.d.ts +1 -0
  30. package/dist/components/aspect-ratio/index.js +1 -0
  31. package/dist/components/avatar/avatar.d.ts +17 -0
  32. package/dist/components/avatar/avatar.js +25 -0
  33. package/dist/components/avatar/avatar.recipe.d.ts +89 -0
  34. package/dist/components/avatar/avatar.recipe.js +130 -0
  35. package/dist/components/avatar/index.d.ts +2 -0
  36. package/dist/components/avatar/index.js +1 -0
  37. package/dist/components/back-button/back-button.d.ts +7 -0
  38. package/dist/components/back-button/back-button.js +14 -0
  39. package/dist/components/back-button/index.d.ts +2 -0
  40. package/dist/components/back-button/index.js +1 -0
  41. package/dist/components/badge/badge.recipe.d.ts +48 -0
  42. package/dist/components/badge/badge.recipe.js +66 -0
  43. package/dist/components/badge/index.d.ts +1 -0
  44. package/dist/components/badge/index.js +1 -0
  45. package/dist/components/bleed/index.d.ts +1 -0
  46. package/dist/components/bleed/index.js +1 -0
  47. package/dist/components/blockquote/blockquote.d.ts +9 -0
  48. package/dist/components/blockquote/blockquote.js +7 -0
  49. package/dist/components/blockquote/blockquote.recipe.d.ts +52 -0
  50. package/dist/components/blockquote/blockquote.recipe.js +77 -0
  51. package/dist/components/blockquote/index.d.ts +1 -0
  52. package/dist/components/blockquote/index.js +1 -0
  53. package/dist/components/box/index.d.ts +1 -0
  54. package/dist/components/box/index.js +1 -0
  55. package/dist/components/breadcrumb/breadcrumb.d.ts +10 -0
  56. package/dist/components/breadcrumb/breadcrumb.js +15 -0
  57. package/dist/components/breadcrumb/breadcrumb.recipe.d.ts +46 -0
  58. package/dist/components/breadcrumb/breadcrumb.recipe.js +90 -0
  59. package/dist/components/breadcrumb/index.d.ts +1 -0
  60. package/dist/components/breadcrumb/index.js +1 -0
  61. package/dist/components/button/button.recipe.d.ts +138 -0
  62. package/dist/components/button/button.recipe.js +182 -0
  63. package/dist/components/button/index.d.ts +2 -0
  64. package/dist/components/button/index.js +1 -0
  65. package/dist/components/button-group/index.d.ts +2 -0
  66. package/dist/components/button-group/index.js +1 -0
  67. package/dist/components/card/card.recipe.d.ts +70 -0
  68. package/dist/components/card/card.recipe.js +120 -0
  69. package/dist/components/card/index.js +2 -0
  70. package/dist/components/center/index.d.ts +1 -0
  71. package/dist/components/center/index.js +1 -0
  72. package/dist/components/checkbox/checkbox.d.ts +7 -0
  73. package/dist/components/checkbox/checkbox.js +7 -0
  74. package/dist/components/checkbox/checkbox.recipe.d.ts +80 -0
  75. package/dist/components/checkbox/checkbox.recipe.js +64 -0
  76. package/dist/components/checkbox/index.d.ts +2 -0
  77. package/dist/components/checkbox/index.js +1 -0
  78. package/dist/components/checkbox-card/checkbox-card.d.ts +12 -0
  79. package/dist/components/checkbox-card/checkbox-card.js +10 -0
  80. package/dist/components/checkbox-card/checkbox-card.recipe.d.ts +188 -0
  81. package/dist/components/checkbox-card/checkbox-card.recipe.js +201 -0
  82. package/dist/components/checkbox-card/index.d.ts +1 -0
  83. package/dist/components/checkbox-card/index.js +1 -0
  84. package/dist/components/checkmark/checkmark.recipe.d.ts +54 -0
  85. package/dist/components/checkmark/checkmark.recipe.js +80 -0
  86. package/dist/components/checkmark/index.d.ts +1 -0
  87. package/dist/components/checkmark/index.js +1 -0
  88. package/dist/components/client-only/index.d.ts +1 -0
  89. package/dist/components/client-only/index.js +1 -0
  90. package/dist/components/clipboard/clipboard.d.ts +22 -0
  91. package/dist/components/clipboard/clipboard.js +29 -0
  92. package/dist/components/clipboard/index.d.ts +3 -0
  93. package/dist/components/clipboard/index.js +2 -0
  94. package/dist/components/close-button/close-button.d.ts +4 -0
  95. package/dist/components/close-button/close-button.js +7 -0
  96. package/dist/components/close-button/index.d.ts +2 -0
  97. package/dist/components/close-button/index.js +1 -0
  98. package/dist/components/code/code.recipe.d.ts +48 -0
  99. package/dist/components/code/code.recipe.js +14 -0
  100. package/dist/components/code/index.d.ts +1 -0
  101. package/dist/components/code/index.js +1 -0
  102. package/dist/components/collapsible/collapsible.recipe.d.ts +1 -0
  103. package/dist/components/collapsible/collapsible.recipe.js +19 -0
  104. package/dist/components/color-swatch/index.d.ts +1 -0
  105. package/dist/components/color-swatch/index.js +1 -0
  106. package/dist/components/command/command.d.ts +14 -0
  107. package/dist/components/command/command.js +25 -0
  108. package/dist/components/command/command.recipe.d.ts +15 -0
  109. package/dist/components/command/command.recipe.js +34 -0
  110. package/dist/components/command/index.d.ts +1 -0
  111. package/dist/components/command/index.js +1 -0
  112. package/dist/components/container/container.recipe.d.ts +14 -0
  113. package/dist/components/container/container.recipe.js +25 -0
  114. package/dist/components/container/index.d.ts +1 -0
  115. package/dist/components/container/index.js +1 -0
  116. package/dist/components/data-list/data-list.recipe.d.ts +55 -0
  117. package/dist/components/data-list/data-list.recipe.js +78 -0
  118. package/dist/components/dialog/dialog.d.ts +21 -0
  119. package/dist/components/dialog/dialog.js +23 -0
  120. package/dist/components/dialog/dialog.recipe.d.ts +148 -0
  121. package/dist/components/dialog/dialog.recipe.js +219 -0
  122. package/dist/components/dialog/index.d.ts +1 -0
  123. package/dist/components/dialog/index.js +1 -0
  124. package/dist/components/drawer/drawer.d.ts +20 -0
  125. package/dist/components/drawer/drawer.js +24 -0
  126. package/dist/components/drawer/drawer.recipe.d.ts +113 -0
  127. package/dist/components/drawer/drawer.recipe.js +197 -0
  128. package/dist/components/drawer/index.d.ts +1 -0
  129. package/dist/components/drawer/index.js +1 -0
  130. package/dist/components/editable/editable.recipe.d.ts +37 -0
  131. package/dist/components/editable/editable.recipe.js +83 -0
  132. package/dist/components/editable/index.d.ts +1 -0
  133. package/dist/components/editable/index.js +1 -0
  134. package/dist/components/empty-state/empty-state.d.ts +7 -0
  135. package/dist/components/empty-state/empty-state.js +11 -0
  136. package/dist/components/empty-state/empty-state.recipe.d.ts +82 -0
  137. package/dist/components/empty-state/empty-state.recipe.js +130 -0
  138. package/dist/components/empty-state/index.d.ts +2 -0
  139. package/dist/components/empty-state/index.js +1 -0
  140. package/dist/components/env/index.d.ts +1 -0
  141. package/dist/components/env/index.js +1 -0
  142. package/dist/components/field/field.recipe.d.ts +29 -0
  143. package/dist/components/field/field.recipe.js +74 -0
  144. package/dist/components/fieldset/fieldset.recipe.d.ts +37 -0
  145. package/dist/components/fieldset/fieldset.recipe.js +59 -0
  146. package/dist/components/fieldset/index.d.ts +1 -0
  147. package/dist/components/fieldset/index.js +1 -0
  148. package/dist/components/file-upload/file-upload.d.ts +29 -0
  149. package/dist/components/file-upload/file-upload.js +46 -0
  150. package/dist/components/file-upload/file-upload.recipe.d.ts +1 -0
  151. package/dist/components/file-upload/file-upload.recipe.js +90 -0
  152. package/dist/components/file-upload/index.d.ts +2 -0
  153. package/dist/components/file-upload/index.js +2 -0
  154. package/dist/components/flex/index.d.ts +1 -0
  155. package/dist/components/flex/index.js +1 -0
  156. package/dist/components/float/index.d.ts +1 -0
  157. package/dist/components/float/index.js +1 -0
  158. package/dist/components/focus-trap/index.d.ts +1 -0
  159. package/dist/components/focus-trap/index.js +1 -0
  160. package/dist/components/for/index.d.ts +1 -0
  161. package/dist/components/for/index.js +1 -0
  162. package/dist/components/format/index.d.ts +1 -0
  163. package/dist/components/format/index.js +1 -0
  164. package/dist/components/grid/index.d.ts +1 -0
  165. package/dist/components/grid/index.js +1 -0
  166. package/dist/components/grid-list/grid-list.context.d.ts +1 -0
  167. package/dist/components/grid-list/grid-list.context.js +4 -0
  168. package/dist/components/grid-list/grid-list.d.ts +17 -0
  169. package/dist/components/grid-list/grid-list.js +7 -0
  170. package/dist/components/grid-list/grid-list.recipe.d.ts +60 -0
  171. package/dist/components/grid-list/grid-list.recipe.js +132 -0
  172. package/dist/components/grid-list/index.d.ts +1 -0
  173. package/dist/components/grid-list/index.js +1 -0
  174. package/dist/components/group/index.d.ts +1 -0
  175. package/dist/components/group/index.js +1 -0
  176. package/dist/components/heading/heading.recipe.d.ts +37 -0
  177. package/dist/components/heading/heading.recipe.js +26 -0
  178. package/dist/components/heading/index.d.ts +1 -0
  179. package/dist/components/heading/index.js +1 -0
  180. package/dist/components/highlight/index.d.ts +1 -0
  181. package/dist/components/highlight/index.js +1 -0
  182. package/dist/components/hover-card/hover-card.d.ts +11 -0
  183. package/dist/components/hover-card/hover-card.js +13 -0
  184. package/dist/components/hover-card/hover-card.recipe.d.ts +28 -0
  185. package/dist/components/hover-card/hover-card.recipe.js +70 -0
  186. package/dist/components/hover-card/index.d.ts +1 -0
  187. package/dist/components/hover-card/index.js +1 -0
  188. package/dist/components/icon/icon.recipe.d.ts +25 -0
  189. package/dist/components/icon/icon.recipe.js +27 -0
  190. package/dist/components/icon/index.d.ts +1 -0
  191. package/dist/components/icon/index.js +1 -0
  192. package/dist/components/icon-badge/icon-badge.d.ts +13 -0
  193. package/dist/components/icon-badge/icon-badge.js +23 -0
  194. package/dist/components/icon-badge/icon-badge.recipe.d.ts +43 -0
  195. package/dist/components/icon-badge/icon-badge.recipe.js +56 -0
  196. package/dist/components/icon-badge/index.d.ts +2 -0
  197. package/dist/components/icon-badge/index.js +1 -0
  198. package/dist/components/icon-button/icon-button.d.ts +4 -0
  199. package/dist/components/icon-button/icon-button.js +6 -0
  200. package/dist/components/icon-button/index.d.ts +1 -0
  201. package/dist/components/icon-button/index.js +1 -0
  202. package/dist/components/icons/create-icon.d.ts +27 -0
  203. package/dist/components/icons/create-icon.js +15 -0
  204. package/dist/components/icons/icons.d.ts +18 -0
  205. package/dist/components/icons/icons.js +74 -0
  206. package/dist/components/icons/index.d.ts +1 -0
  207. package/dist/components/icons/index.js +1 -0
  208. package/dist/components/image/index.d.ts +1 -0
  209. package/dist/components/image/index.js +1 -0
  210. package/dist/components/info-tip/index.d.ts +1 -0
  211. package/dist/components/info-tip/index.js +1 -0
  212. package/dist/components/info-tip/info-tip.d.ts +8 -0
  213. package/dist/components/info-tip/info-tip.js +9 -0
  214. package/dist/components/input/index.d.ts +2 -0
  215. package/dist/components/input/index.js +1 -0
  216. package/dist/components/input/input-addon.recipe.d.ts +56 -0
  217. package/dist/components/input/input-addon.recipe.js +36 -0
  218. package/dist/components/input/input.recipe.d.ts +66 -0
  219. package/dist/components/input/input.recipe.js +93 -0
  220. package/dist/components/kbd/index.d.ts +1 -0
  221. package/dist/components/kbd/index.js +1 -0
  222. package/dist/components/kbd/kbd.recipe.d.ts +36 -0
  223. package/dist/components/kbd/kbd.recipe.js +56 -0
  224. package/dist/components/link/index.d.ts +2 -0
  225. package/dist/components/link/index.js +1 -0
  226. package/dist/components/link/link.d.ts +10 -0
  227. package/dist/components/link/link.js +15 -0
  228. package/dist/components/link/link.recipe.d.ts +18 -0
  229. package/dist/components/link/link.recipe.js +34 -0
  230. package/dist/components/list/list.recipe.d.ts +38 -0
  231. package/dist/components/list/list.recipe.js +62 -0
  232. package/dist/components/loading-overlay/index.d.ts +2 -0
  233. package/dist/components/loading-overlay/index.js +2 -0
  234. package/dist/components/loading-overlay/loading-overlay.context.d.ts +1 -0
  235. package/dist/components/loading-overlay/loading-overlay.context.js +4 -0
  236. package/dist/components/loading-overlay/loading-overlay.d.ts +17 -0
  237. package/dist/components/loading-overlay/loading-overlay.js +16 -0
  238. package/dist/components/loading-overlay/loading-overlay.recipe.d.ts +35 -0
  239. package/dist/components/loading-overlay/loading-overlay.recipe.js +60 -0
  240. package/dist/components/locale/index.d.ts +1 -0
  241. package/dist/components/locale/index.js +1 -0
  242. package/dist/components/mark/index.d.ts +1 -0
  243. package/dist/components/mark/index.js +1 -0
  244. package/dist/components/mark/mark.recipe.d.ts +16 -0
  245. package/dist/components/mark/mark.recipe.js +25 -0
  246. package/dist/components/menu/index.d.ts +1 -0
  247. package/dist/components/menu/index.js +1 -0
  248. package/dist/components/menu/menu.d.ts +41 -0
  249. package/dist/components/menu/menu.js +47 -0
  250. package/dist/components/menu/menu.recipe.d.ts +55 -0
  251. package/dist/components/menu/menu.recipe.js +130 -0
  252. package/dist/components/native-select/index.d.ts +2 -0
  253. package/dist/components/native-select/index.js +1 -0
  254. package/dist/components/native-select/native-select.d.ts +7 -0
  255. package/dist/components/native-select/native-select.js +9 -0
  256. package/dist/components/native-select/native-select.recipe.d.ts +90 -0
  257. package/dist/components/native-select/native-select.recipe.js +134 -0
  258. package/dist/components/navbar/index.d.ts +1 -0
  259. package/dist/components/navbar/index.js +1 -0
  260. package/dist/components/navbar/navbar.context.d.ts +1 -0
  261. package/dist/components/navbar/navbar.context.js +4 -0
  262. package/dist/components/navbar/navbar.d.ts +14 -0
  263. package/dist/components/navbar/navbar.js +17 -0
  264. package/dist/components/navbar/navbar.recipe.d.ts +34 -0
  265. package/dist/components/navbar/navbar.recipe.js +108 -0
  266. package/dist/components/number-input/index.d.ts +2 -0
  267. package/dist/components/number-input/index.js +1 -0
  268. package/dist/components/number-input/number-input.d.ts +9 -0
  269. package/dist/components/number-input/number-input.js +8 -0
  270. package/dist/components/number-input/number-input.recipe.d.ts +144 -0
  271. package/dist/components/number-input/number-input.recipe.js +111 -0
  272. package/dist/components/page/index.d.ts +2 -0
  273. package/dist/components/page/index.js +2 -0
  274. package/dist/components/page/page.context.d.ts +7 -0
  275. package/dist/components/page/page.context.js +5 -0
  276. package/dist/components/page/page.d.ts +42 -0
  277. package/dist/components/page/page.js +50 -0
  278. package/dist/components/page/page.recipe.d.ts +58 -0
  279. package/dist/components/page/page.recipe.js +98 -0
  280. package/dist/components/pagination/index.d.ts +1 -0
  281. package/dist/components/pagination/index.js +1 -0
  282. package/dist/components/pagination/pagination.d.ts +22 -0
  283. package/dist/components/pagination/pagination.js +59 -0
  284. package/dist/components/password-input/index.d.ts +2 -0
  285. package/dist/components/password-input/index.js +1 -0
  286. package/dist/components/password-input/password-input.d.ts +15 -0
  287. package/dist/components/password-input/password-input.js +28 -0
  288. package/dist/components/persona/index.d.ts +4 -0
  289. package/dist/components/persona/index.js +2 -0
  290. package/dist/components/persona/persona-primitive.d.ts +77 -0
  291. package/dist/components/persona/persona-primitive.js +58 -0
  292. package/dist/components/persona/persona.context.d.ts +1 -0
  293. package/dist/components/persona/persona.context.js +4 -0
  294. package/dist/components/persona/persona.d.ts +63 -0
  295. package/dist/components/persona/persona.js +18 -0
  296. package/dist/components/persona/persona.recipe.d.ts +104 -0
  297. package/dist/components/persona/persona.recipe.js +106 -0
  298. package/dist/components/persona/presence.d.ts +20 -0
  299. package/dist/components/persona/presence.js +35 -0
  300. package/dist/components/pin-input/index.d.ts +2 -0
  301. package/dist/components/pin-input/index.js +1 -0
  302. package/dist/components/pin-input/pin-input.d.ts +8 -0
  303. package/dist/components/pin-input/pin-input.js +8 -0
  304. package/dist/components/pin-input/pin-input.recipe.d.ts +236 -0
  305. package/dist/components/pin-input/pin-input.recipe.js +32 -0
  306. package/dist/components/popover/index.d.ts +1 -0
  307. package/dist/components/popover/index.js +1 -0
  308. package/dist/components/popover/popover.d.ts +21 -0
  309. package/dist/components/popover/popover.js +23 -0
  310. package/dist/components/popover/popover.recipe.d.ts +24 -0
  311. package/dist/components/popover/popover.recipe.js +85 -0
  312. package/dist/components/portal/index.d.ts +1 -0
  313. package/dist/components/portal/index.js +1 -0
  314. package/dist/components/presence/index.d.ts +1 -0
  315. package/dist/components/presence/index.js +1 -0
  316. package/dist/components/progress/progress.recipe.d.ts +82 -0
  317. package/dist/components/progress/progress.recipe.js +120 -0
  318. package/dist/components/progress-circle/progress-circle.recipe.d.ts +49 -0
  319. package/dist/components/progress-circle/progress-circle.recipe.js +91 -0
  320. package/dist/components/qr-code/index.d.ts +2 -0
  321. package/dist/components/qr-code/index.js +1 -0
  322. package/dist/components/radio/index.d.ts +2 -0
  323. package/dist/components/radio/index.js +1 -0
  324. package/dist/components/radio/radio.d.ts +8 -0
  325. package/dist/components/radio/radio.js +8 -0
  326. package/dist/components/radio/radiomark.recipe.d.ts +56 -0
  327. package/dist/components/radio/radiomark.recipe.js +94 -0
  328. package/dist/components/radio-card/index.d.ts +1 -0
  329. package/dist/components/radio-card/index.js +1 -0
  330. package/dist/components/radio-card/radio-card.d.ts +19 -0
  331. package/dist/components/radio-card/radio-card.js +13 -0
  332. package/dist/components/radio-card/radio-card.recipe.d.ts +191 -0
  333. package/dist/components/radio-card/radio-card.recipe.js +209 -0
  334. package/dist/components/radio-group/radio-group.recipe.d.ts +77 -0
  335. package/dist/components/radio-group/radio-group.recipe.js +61 -0
  336. package/dist/components/radiomark/index.d.ts +1 -0
  337. package/dist/components/radiomark/index.js +1 -0
  338. package/dist/components/rating-group/rating-group.recipe.d.ts +24 -0
  339. package/dist/components/rating-group/rating-group.recipe.js +83 -0
  340. package/dist/components/search-input/index.d.ts +2 -0
  341. package/dist/components/search-input/index.js +1 -0
  342. package/dist/components/search-input/search-input.d.ts +12 -0
  343. package/dist/components/search-input/search-input.js +35 -0
  344. package/dist/components/section/index.d.ts +2 -0
  345. package/dist/components/section/index.js +2 -0
  346. package/dist/components/section/section.context.d.ts +1 -0
  347. package/dist/components/section/section.context.js +4 -0
  348. package/dist/components/section/section.d.ts +17 -0
  349. package/dist/components/section/section.js +13 -0
  350. package/dist/components/section/section.recipe.d.ts +27 -0
  351. package/dist/components/section/section.recipe.js +63 -0
  352. package/dist/components/segmented-control/index.d.ts +2 -0
  353. package/dist/components/segmented-control/index.js +1 -0
  354. package/dist/components/segmented-control/segment-group.recipe.d.ts +48 -0
  355. package/dist/components/segmented-control/segment-group.recipe.js +127 -0
  356. package/dist/components/segmented-control/segmented-control.d.ts +11 -0
  357. package/dist/components/segmented-control/segmented-control.js +17 -0
  358. package/dist/components/select/index.d.ts +1 -0
  359. package/dist/components/select/index.js +1 -0
  360. package/dist/components/select/namespace.d.ts +2 -0
  361. package/dist/components/select/namespace.js +1 -0
  362. package/dist/components/select/select.d.ts +25 -0
  363. package/dist/components/select/select.js +43 -0
  364. package/dist/components/select/select.recipe.d.ts +155 -0
  365. package/dist/components/select/select.recipe.js +284 -0
  366. package/dist/components/separator/index.d.ts +2 -0
  367. package/dist/components/separator/index.js +1 -0
  368. package/dist/components/separator/separator.recipe.d.ts +37 -0
  369. package/dist/components/separator/separator.recipe.js +50 -0
  370. package/dist/components/show/index.d.ts +1 -0
  371. package/dist/components/show/index.js +1 -0
  372. package/dist/components/sidebar/index.d.ts +3 -0
  373. package/dist/components/sidebar/index.js +3 -0
  374. package/dist/components/sidebar/sidebar-nav-item.recipe.d.ts +62 -0
  375. package/dist/components/sidebar/sidebar-nav-item.recipe.js +110 -0
  376. package/dist/components/sidebar/sidebar.context.d.ts +10 -0
  377. package/dist/components/sidebar/sidebar.context.js +7 -0
  378. package/dist/components/sidebar/sidebar.d.ts +77 -0
  379. package/dist/components/sidebar/sidebar.js +90 -0
  380. package/dist/components/sidebar/sidebar.recipe.d.ts +89 -0
  381. package/dist/components/sidebar/sidebar.recipe.js +236 -0
  382. package/dist/components/skeleton/index.d.ts +1 -0
  383. package/dist/components/skeleton/index.js +1 -0
  384. package/dist/components/skeleton/skeleton.d.ts +12 -0
  385. package/dist/components/skeleton/skeleton.js +14 -0
  386. package/dist/components/skeleton/skeleton.recipe.d.ts +40 -0
  387. package/dist/components/skeleton/skeleton.recipe.js +49 -0
  388. package/dist/components/skip-nav/index.d.ts +1 -0
  389. package/dist/components/skip-nav/index.js +1 -0
  390. package/dist/components/skip-nav-link/index.d.ts +1 -0
  391. package/dist/components/skip-nav-link/index.js +1 -0
  392. package/dist/components/skip-nav-link/skip-nav-link.recipe.d.ts +1 -0
  393. package/dist/components/skip-nav-link/skip-nav-link.recipe.js +31 -0
  394. package/dist/components/slider/index.d.ts +1 -0
  395. package/dist/components/slider/index.js +1 -0
  396. package/dist/components/slider/slider.d.ts +9 -0
  397. package/dist/components/slider/slider.js +18 -0
  398. package/dist/components/slider/slider.recipe.d.ts +101 -0
  399. package/dist/components/slider/slider.recipe.js +175 -0
  400. package/dist/components/spacer/index.d.ts +1 -0
  401. package/dist/components/spacer/index.js +1 -0
  402. package/dist/components/spinner/index.d.ts +2 -0
  403. package/dist/components/spinner/index.js +1 -0
  404. package/dist/components/spinner/spinner.d.ts +6 -0
  405. package/dist/components/spinner/spinner.js +10 -0
  406. package/dist/components/spinner/spinner.recipe.d.ts +22 -0
  407. package/dist/components/spinner/spinner.recipe.js +31 -0
  408. package/dist/components/stack/index.d.ts +1 -0
  409. package/dist/components/stack/index.js +1 -0
  410. package/dist/components/stat/index.d.ts +1 -0
  411. package/dist/components/stat/index.js +1 -0
  412. package/dist/components/stat/stat.d.ts +17 -0
  413. package/dist/components/stat/stat.js +21 -0
  414. package/dist/components/stat/stat.recipe.d.ts +19 -0
  415. package/dist/components/stat/stat.recipe.js +76 -0
  416. package/dist/components/status/index.d.ts +1 -0
  417. package/dist/components/status/index.js +1 -0
  418. package/dist/components/status/status.d.ts +14 -0
  419. package/dist/components/status/status.js +11 -0
  420. package/dist/components/status/status.recipe.d.ts +19 -0
  421. package/dist/components/status/status.recipe.js +44 -0
  422. package/dist/components/steps/index.d.ts +1 -0
  423. package/dist/components/steps/index.js +1 -0
  424. package/dist/components/steps/steps.d.ts +24 -0
  425. package/dist/components/steps/steps.js +30 -0
  426. package/dist/components/steps/steps.recipe.d.ts +142 -0
  427. package/dist/components/steps/steps.recipe.js +213 -0
  428. package/dist/components/switch/index.d.ts +2 -0
  429. package/dist/components/switch/index.js +1 -0
  430. package/dist/components/switch/switch.d.ts +14 -0
  431. package/dist/components/switch/switch.js +7 -0
  432. package/dist/components/switch/switch.recipe.d.ts +77 -0
  433. package/dist/components/switch/switch.recipe.js +156 -0
  434. package/dist/components/table/table.recipe.d.ts +121 -0
  435. package/dist/components/table/table.recipe.js +161 -0
  436. package/dist/components/tabs/index.d.ts +1 -0
  437. package/dist/components/tabs/index.js +1 -0
  438. package/dist/components/tabs/tabs.recipe.d.ts +243 -0
  439. package/dist/components/tabs/tabs.recipe.js +312 -0
  440. package/dist/components/tag/index.d.ts +1 -0
  441. package/dist/components/tag/index.js +1 -0
  442. package/dist/components/tag/tag.d.ts +8 -0
  443. package/dist/components/tag/tag.js +7 -0
  444. package/dist/components/tag/tag.recipe.d.ts +95 -0
  445. package/dist/components/tag/tag.recipe.js +154 -0
  446. package/dist/components/textarea/index.d.ts +2 -0
  447. package/dist/components/textarea/index.js +1 -0
  448. package/dist/components/textarea/textarea.recipe.d.ts +65 -0
  449. package/dist/components/textarea/textarea.recipe.js +90 -0
  450. package/dist/components/timeline/timeline.recipe.d.ts +62 -0
  451. package/dist/components/timeline/timeline.recipe.js +134 -0
  452. package/dist/components/toaster/index.d.ts +2 -0
  453. package/dist/components/toaster/index.js +1 -0
  454. package/dist/components/toaster/toast.recipe.d.ts +1 -0
  455. package/dist/components/toaster/toast.recipe.js +90 -0
  456. package/dist/components/toaster/toaster.d.ts +6 -0
  457. package/dist/components/toaster/toaster.js +42 -0
  458. package/dist/components/toggle/index.d.ts +1 -0
  459. package/dist/components/toggle/index.js +1 -0
  460. package/dist/components/toggle-group/index.d.ts +1 -0
  461. package/dist/components/toggle-group/index.js +1 -0
  462. package/dist/components/toggle-tip/index.d.ts +1 -0
  463. package/dist/components/toggle-tip/index.js +1 -0
  464. package/dist/components/toggle-tip/toggle-tip.d.ts +27 -0
  465. package/dist/components/toggle-tip/toggle-tip.js +8 -0
  466. package/dist/components/tooltip/index.d.ts +1 -0
  467. package/dist/components/tooltip/index.js +1 -0
  468. package/dist/components/tooltip/tooltip.d.ts +10 -0
  469. package/dist/components/tooltip/tooltip.js +10 -0
  470. package/dist/components/tooltip/tooltip.recipe.d.ts +10 -0
  471. package/dist/components/tooltip/tooltip.recipe.js +52 -0
  472. package/dist/components/typography/index.d.ts +1 -0
  473. package/dist/components/typography/index.js +1 -0
  474. package/dist/components/wrap/index.d.ts +1 -0
  475. package/dist/components/wrap/index.js +1 -0
  476. package/dist/index.d.ts +118 -1500
  477. package/dist/index.js +113 -2923
  478. package/dist/preset.d.ts +3 -6
  479. package/dist/preset.js +10 -11
  480. package/dist/provider/index.d.ts +3 -0
  481. package/dist/provider/index.js +2 -0
  482. package/dist/provider/sui-provider.d.ts +13 -0
  483. package/dist/provider/sui-provider.js +12 -0
  484. package/dist/provider/use-link.d.ts +2 -0
  485. package/dist/provider/use-link.js +9 -0
  486. package/dist/styled-system/create-recipe-context.d.ts +17 -0
  487. package/dist/styled-system/create-recipe-context.js +52 -0
  488. package/dist/styled-system/create-slot-recipe-context.d.ts +35 -0
  489. package/dist/styled-system/create-slot-recipe-context.js +90 -0
  490. package/dist/styled-system/empty.d.ts +3 -0
  491. package/dist/styled-system/empty.js +2 -0
  492. package/dist/styled-system/factory.types.d.ts +7 -0
  493. package/dist/styled-system/factory.types.js +1 -0
  494. package/dist/theme/animation-styles.d.ts +1 -0
  495. package/dist/theme/animation-styles.js +49 -0
  496. package/dist/theme/breakpoints.d.ts +10 -0
  497. package/dist/theme/breakpoints.js +8 -0
  498. package/dist/theme/conditions.d.ts +17 -0
  499. package/dist/theme/conditions.js +18 -0
  500. package/dist/theme/fluid-font-sizes.d.ts +0 -0
  501. package/dist/theme/fluid-font-sizes.js +61 -0
  502. package/dist/theme/global-css.d.ts +1 -0
  503. package/dist/theme/global-css.js +58 -0
  504. package/dist/theme/index.d.ts +1 -0
  505. package/dist/theme/index.js +72 -0
  506. package/dist/theme/layer-styles.d.ts +1 -0
  507. package/dist/theme/layer-styles.js +125 -0
  508. package/dist/theme/recipes.d.ts +835 -0
  509. package/dist/theme/recipes.js +44 -0
  510. package/dist/theme/semantic-tokens/colors.d.ts +1292 -0
  511. package/dist/theme/semantic-tokens/colors.js +684 -0
  512. package/dist/theme/semantic-tokens/radii.d.ts +44 -0
  513. package/dist/theme/semantic-tokens/radii.js +39 -0
  514. package/dist/theme/semantic-tokens/shadows.d.ts +50 -0
  515. package/dist/theme/semantic-tokens/shadows.js +51 -0
  516. package/dist/theme/slot-recipes.d.ts +3803 -0
  517. package/dist/theme/slot-recipes.js +106 -0
  518. package/dist/theme/text-styles.d.ts +1 -0
  519. package/dist/theme/text-styles.js +38 -0
  520. package/dist/theme/tokens/animations.d.ts +14 -0
  521. package/dist/theme/tokens/animations.js +7 -0
  522. package/dist/theme/tokens/aspect-ratios.d.ts +20 -0
  523. package/dist/theme/tokens/aspect-ratios.js +9 -0
  524. package/dist/theme/tokens/blurs.d.ts +26 -0
  525. package/dist/theme/tokens/blurs.js +11 -0
  526. package/dist/theme/tokens/borders.d.ts +17 -0
  527. package/dist/theme/tokens/borders.js +8 -0
  528. package/dist/theme/tokens/colors.d.ts +1 -3
  529. package/dist/theme/tokens/colors.js +319 -7
  530. package/dist/theme/tokens/cursor.d.ts +26 -0
  531. package/dist/theme/tokens/cursor.js +11 -0
  532. package/dist/theme/tokens/durations.d.ts +23 -0
  533. package/dist/theme/tokens/durations.js +10 -0
  534. package/dist/theme/tokens/easings.d.ts +20 -0
  535. package/dist/theme/tokens/easings.js +9 -0
  536. package/dist/theme/tokens/font-sizes.d.ts +44 -0
  537. package/dist/theme/tokens/font-sizes.js +18 -0
  538. package/dist/theme/tokens/font-weights.d.ts +29 -0
  539. package/dist/theme/tokens/font-weights.js +12 -0
  540. package/dist/theme/tokens/fonts.d.ts +11 -0
  541. package/dist/theme/tokens/fonts.js +13 -0
  542. package/dist/theme/tokens/keyframes.d.ts +1 -0
  543. package/dist/theme/tokens/keyframes.js +157 -0
  544. package/dist/theme/tokens/letter-spacing.d.ts +17 -0
  545. package/dist/theme/tokens/letter-spacing.js +8 -0
  546. package/dist/theme/tokens/line-heights.d.ts +41 -0
  547. package/dist/theme/tokens/line-heights.js +17 -0
  548. package/dist/theme/tokens/radius.d.ts +32 -0
  549. package/dist/theme/tokens/radius.js +15 -0
  550. package/dist/theme/tokens/sizes.d.ts +257 -0
  551. package/dist/theme/tokens/sizes.js +66 -0
  552. package/dist/theme/tokens/spacing.d.ts +101 -0
  553. package/dist/theme/tokens/spacing.js +37 -0
  554. package/dist/theme/tokens/z-indices.d.ts +53 -0
  555. package/dist/theme/tokens/z-indices.js +32 -0
  556. package/dist/theme/utilities.d.ts +10 -0
  557. package/dist/theme/utilities.js +49 -0
  558. package/dist/theme/utils.d.ts +19 -0
  559. package/dist/theme/utils.js +34 -0
  560. package/dist/types.d.ts +7 -0
  561. package/dist/types.js +1 -0
  562. package/package.json +17 -19
  563. package/dist/accordion/index.cjs +0 -204
  564. package/dist/accordion/index.d.cts +0 -29
  565. package/dist/accordion/index.d.ts +0 -29
  566. package/dist/accordion/index.js +0 -43
  567. package/dist/action-bar/index.cjs +0 -224
  568. package/dist/action-bar/index.d.cts +0 -33
  569. package/dist/action-bar/index.d.ts +0 -33
  570. package/dist/action-bar/index.js +0 -39
  571. package/dist/alert/index.cjs +0 -234
  572. package/dist/alert/index.d.cts +0 -14
  573. package/dist/alert/index.d.ts +0 -14
  574. package/dist/alert/index.js +0 -47
  575. package/dist/app-shell/index.cjs +0 -68
  576. package/dist/app-shell/index.d.cts +0 -30
  577. package/dist/app-shell/index.d.ts +0 -30
  578. package/dist/app-shell/index.js +0 -45
  579. package/dist/aspect-ratio/index.cjs +0 -31
  580. package/dist/aspect-ratio/index.d.cts +0 -1
  581. package/dist/aspect-ratio/index.d.ts +0 -1
  582. package/dist/aspect-ratio/index.js +0 -10
  583. package/dist/avatar/index.cjs +0 -70
  584. package/dist/avatar/index.d.cts +0 -20
  585. package/dist/avatar/index.d.ts +0 -20
  586. package/dist/avatar/index.js +0 -43
  587. package/dist/back-button/index.cjs +0 -227
  588. package/dist/back-button/index.d.cts +0 -11
  589. package/dist/back-button/index.d.ts +0 -11
  590. package/dist/back-button/index.js +0 -191
  591. package/dist/badge/index.cjs +0 -33
  592. package/dist/badge/index.d.cts +0 -1
  593. package/dist/badge/index.d.ts +0 -1
  594. package/dist/badge/index.js +0 -11
  595. package/dist/bleed/index.cjs +0 -31
  596. package/dist/bleed/index.d.cts +0 -2
  597. package/dist/bleed/index.d.ts +0 -2
  598. package/dist/bleed/index.js +0 -9
  599. package/dist/blockquote/index.cjs +0 -59
  600. package/dist/blockquote/index.d.cts +0 -12
  601. package/dist/blockquote/index.d.ts +0 -12
  602. package/dist/blockquote/index.js +0 -23
  603. package/dist/box/index.cjs +0 -31
  604. package/dist/box/index.d.cts +0 -3
  605. package/dist/box/index.d.ts +0 -3
  606. package/dist/box/index.js +0 -10
  607. package/dist/breadcrumb/index.cjs +0 -58
  608. package/dist/breadcrumb/index.d.cts +0 -23
  609. package/dist/breadcrumb/index.d.ts +0 -23
  610. package/dist/breadcrumb/index.js +0 -35
  611. package/dist/button/index.cjs +0 -31
  612. package/dist/button/index.d.cts +0 -1
  613. package/dist/button/index.d.ts +0 -1
  614. package/dist/button/index.js +0 -8
  615. package/dist/button-group/index.cjs +0 -31
  616. package/dist/button-group/index.d.cts +0 -1
  617. package/dist/button-group/index.d.ts +0 -1
  618. package/dist/button-group/index.js +0 -8
  619. package/dist/card/index.cjs +0 -32
  620. package/dist/card/index.d.cts +0 -1
  621. package/dist/card/index.js +0 -9
  622. package/dist/center/index.cjs +0 -31
  623. package/dist/center/index.d.cts +0 -3
  624. package/dist/center/index.d.ts +0 -3
  625. package/dist/center/index.js +0 -9
  626. package/dist/checkbox/index.cjs +0 -45
  627. package/dist/checkbox/index.d.cts +0 -11
  628. package/dist/checkbox/index.d.ts +0 -11
  629. package/dist/checkbox/index.js +0 -19
  630. package/dist/checkbox-card/index.cjs +0 -66
  631. package/dist/checkbox-card/index.d.cts +0 -15
  632. package/dist/checkbox-card/index.d.ts +0 -15
  633. package/dist/checkbox-card/index.js +0 -40
  634. package/dist/checkmark/index.cjs +0 -31
  635. package/dist/checkmark/index.d.cts +0 -1
  636. package/dist/checkmark/index.d.ts +0 -1
  637. package/dist/checkmark/index.js +0 -7
  638. package/dist/chunk-2Q6YNPRO.js +0 -151
  639. package/dist/chunk-4F7N63LO.js +0 -43
  640. package/dist/chunk-A4CVFWTP.js +0 -27
  641. package/dist/chunk-AX3QDODM.js +0 -136
  642. package/dist/chunk-BFWNUE2X.js +0 -15
  643. package/dist/chunk-EZNMWDPR.js +0 -28
  644. package/dist/chunk-GMRF4UIJ.js +0 -159
  645. package/dist/chunk-HBX3KIPQ.js +0 -135
  646. package/dist/chunk-KNFGYOLD.js +0 -332
  647. package/dist/chunk-M5ROLN3M.js +0 -8903
  648. package/dist/chunk-RTMS5TJN.js +0 -10
  649. package/dist/chunk-V5WPZT25.js +0 -135
  650. package/dist/client-only/index.cjs +0 -31
  651. package/dist/client-only/index.d.cts +0 -1
  652. package/dist/client-only/index.d.ts +0 -1
  653. package/dist/client-only/index.js +0 -9
  654. package/dist/clipboard/index.cjs +0 -234
  655. package/dist/clipboard/index.d.cts +0 -28
  656. package/dist/clipboard/index.d.ts +0 -28
  657. package/dist/clipboard/index.js +0 -63
  658. package/dist/close-button/index.cjs +0 -194
  659. package/dist/close-button/index.d.cts +0 -9
  660. package/dist/close-button/index.d.ts +0 -9
  661. package/dist/close-button/index.js +0 -19
  662. package/dist/code/index.cjs +0 -31
  663. package/dist/code/index.d.cts +0 -3
  664. package/dist/code/index.d.ts +0 -3
  665. package/dist/code/index.js +0 -8
  666. package/dist/collapsible/index.cjs +0 -31
  667. package/dist/collapsible/index.js +0 -8
  668. package/dist/color-picker/index.cjs +0 -31
  669. package/dist/color-picker/index.js +0 -8
  670. package/dist/color-swatch/index.cjs +0 -35
  671. package/dist/color-swatch/index.d.cts +0 -3
  672. package/dist/color-swatch/index.d.ts +0 -3
  673. package/dist/color-swatch/index.js +0 -14
  674. package/dist/command/index.cjs +0 -61
  675. package/dist/command/index.d.cts +0 -36
  676. package/dist/command/index.d.ts +0 -36
  677. package/dist/command/index.js +0 -38
  678. package/dist/container/index.cjs +0 -31
  679. package/dist/container/index.d.cts +0 -1
  680. package/dist/container/index.d.ts +0 -1
  681. package/dist/container/index.js +0 -8
  682. package/dist/data-list/index.cjs +0 -33
  683. package/dist/data-list/index.js +0 -9
  684. package/dist/dialog/index.cjs +0 -249
  685. package/dist/dialog/index.d.cts +0 -46
  686. package/dist/dialog/index.d.ts +0 -46
  687. package/dist/dialog/index.js +0 -226
  688. package/dist/drawer/index.cjs +0 -239
  689. package/dist/drawer/index.d.cts +0 -44
  690. package/dist/drawer/index.d.ts +0 -44
  691. package/dist/drawer/index.js +0 -216
  692. package/dist/editable/index.cjs +0 -31
  693. package/dist/editable/index.d.cts +0 -3
  694. package/dist/editable/index.d.ts +0 -3
  695. package/dist/editable/index.js +0 -8
  696. package/dist/empty-state/index.cjs +0 -50
  697. package/dist/empty-state/index.d.cts +0 -11
  698. package/dist/empty-state/index.d.ts +0 -11
  699. package/dist/empty-state/index.js +0 -29
  700. package/dist/env/index.cjs +0 -33
  701. package/dist/env/index.d.cts +0 -1
  702. package/dist/env/index.d.ts +0 -1
  703. package/dist/env/index.js +0 -12
  704. package/dist/field/index.cjs +0 -35
  705. package/dist/field/index.js +0 -10
  706. package/dist/fieldset/index.cjs +0 -33
  707. package/dist/fieldset/index.d.cts +0 -4
  708. package/dist/fieldset/index.d.ts +0 -4
  709. package/dist/fieldset/index.js +0 -9
  710. package/dist/file-upload/index.cjs +0 -303
  711. package/dist/file-upload/index.d.cts +0 -46
  712. package/dist/file-upload/index.d.ts +0 -46
  713. package/dist/file-upload/index.js +0 -272
  714. package/dist/flex/index.cjs +0 -31
  715. package/dist/flex/index.d.cts +0 -1
  716. package/dist/flex/index.d.ts +0 -1
  717. package/dist/flex/index.js +0 -10
  718. package/dist/float/index.cjs +0 -31
  719. package/dist/float/index.d.cts +0 -1
  720. package/dist/float/index.d.ts +0 -1
  721. package/dist/float/index.js +0 -10
  722. package/dist/focus-trap/index.cjs +0 -31
  723. package/dist/focus-trap/index.d.cts +0 -1
  724. package/dist/focus-trap/index.d.ts +0 -1
  725. package/dist/focus-trap/index.js +0 -8
  726. package/dist/for/index.cjs +0 -31
  727. package/dist/for/index.d.cts +0 -4
  728. package/dist/for/index.d.ts +0 -4
  729. package/dist/for/index.js +0 -10
  730. package/dist/format/index.cjs +0 -33
  731. package/dist/format/index.d.cts +0 -1
  732. package/dist/format/index.d.ts +0 -1
  733. package/dist/format/index.js +0 -12
  734. package/dist/grid/index.cjs +0 -31
  735. package/dist/grid/index.d.cts +0 -1
  736. package/dist/grid/index.d.ts +0 -1
  737. package/dist/grid/index.js +0 -10
  738. package/dist/grid-list/index.cjs +0 -68
  739. package/dist/grid-list/index.d.cts +0 -88
  740. package/dist/grid-list/index.d.ts +0 -88
  741. package/dist/grid-list/index.js +0 -45
  742. package/dist/group/index.cjs +0 -31
  743. package/dist/group/index.d.cts +0 -1
  744. package/dist/group/index.d.ts +0 -1
  745. package/dist/group/index.js +0 -10
  746. package/dist/heading/index.cjs +0 -31
  747. package/dist/heading/index.d.cts +0 -3
  748. package/dist/heading/index.d.ts +0 -3
  749. package/dist/heading/index.js +0 -8
  750. package/dist/highlight/index.cjs +0 -31
  751. package/dist/highlight/index.d.cts +0 -1
  752. package/dist/highlight/index.d.ts +0 -1
  753. package/dist/highlight/index.js +0 -10
  754. package/dist/hover-card/index.cjs +0 -66
  755. package/dist/hover-card/index.d.cts +0 -21
  756. package/dist/hover-card/index.d.ts +0 -21
  757. package/dist/hover-card/index.js +0 -33
  758. package/dist/icon/index.cjs +0 -31
  759. package/dist/icon/index.d.cts +0 -1
  760. package/dist/icon/index.d.ts +0 -1
  761. package/dist/icon/index.js +0 -8
  762. package/dist/icon-badge/index.cjs +0 -70
  763. package/dist/icon-badge/index.d.cts +0 -16
  764. package/dist/icon-badge/index.d.ts +0 -16
  765. package/dist/icon-badge/index.js +0 -38
  766. package/dist/icon-button/index.cjs +0 -53
  767. package/dist/icon-button/index.d.cts +0 -8
  768. package/dist/icon-button/index.d.ts +0 -8
  769. package/dist/icon-button/index.js +0 -8
  770. package/dist/icon-button-CR4hDxYi.d.cts +0 -6
  771. package/dist/icon-button-CR4hDxYi.d.ts +0 -6
  772. package/dist/icons/index.cjs +0 -193
  773. package/dist/icons/index.d.cts +0 -23
  774. package/dist/icons/index.d.ts +0 -23
  775. package/dist/icons/index.js +0 -42
  776. package/dist/image/index.cjs +0 -31
  777. package/dist/image/index.d.cts +0 -2
  778. package/dist/image/index.d.ts +0 -2
  779. package/dist/image/index.js +0 -8
  780. package/dist/index.cjs +0 -12205
  781. package/dist/index.d.cts +0 -1500
  782. package/dist/info-tip/index.cjs +0 -306
  783. package/dist/info-tip/index.d.cts +0 -38
  784. package/dist/info-tip/index.d.ts +0 -38
  785. package/dist/info-tip/index.js +0 -128
  786. package/dist/input/index.cjs +0 -39
  787. package/dist/input/index.d.cts +0 -1
  788. package/dist/input/index.d.ts +0 -1
  789. package/dist/input/index.js +0 -18
  790. package/dist/kbd/index.cjs +0 -31
  791. package/dist/kbd/index.d.cts +0 -3
  792. package/dist/kbd/index.d.ts +0 -3
  793. package/dist/kbd/index.js +0 -8
  794. package/dist/link/index.cjs +0 -71
  795. package/dist/link/index.d.cts +0 -13
  796. package/dist/link/index.d.ts +0 -13
  797. package/dist/link/index.js +0 -36
  798. package/dist/list/index.cjs +0 -31
  799. package/dist/list/index.js +0 -8
  800. package/dist/loader/index.cjs +0 -31
  801. package/dist/loader/index.js +0 -8
  802. package/dist/loading-overlay/index.cjs +0 -87
  803. package/dist/loading-overlay/index.d.cts +0 -31
  804. package/dist/loading-overlay/index.d.ts +0 -31
  805. package/dist/loading-overlay/index.js +0 -66
  806. package/dist/locale/index.cjs +0 -33
  807. package/dist/locale/index.d.cts +0 -1
  808. package/dist/locale/index.d.ts +0 -1
  809. package/dist/locale/index.js +0 -12
  810. package/dist/mark/index.cjs +0 -31
  811. package/dist/mark/index.d.cts +0 -2
  812. package/dist/mark/index.d.ts +0 -2
  813. package/dist/mark/index.js +0 -8
  814. package/dist/menu/index.cjs +0 -249
  815. package/dist/menu/index.d.cts +0 -40
  816. package/dist/menu/index.d.ts +0 -40
  817. package/dist/menu/index.js +0 -101
  818. package/dist/native-select/index.cjs +0 -185
  819. package/dist/native-select/index.d.cts +0 -10
  820. package/dist/native-select/index.d.ts +0 -10
  821. package/dist/native-select/index.js +0 -22
  822. package/dist/navbar/index.cjs +0 -111
  823. package/dist/navbar/index.d.cts +0 -21
  824. package/dist/navbar/index.d.ts +0 -21
  825. package/dist/navbar/index.js +0 -78
  826. package/dist/number-input/index.cjs +0 -67
  827. package/dist/number-input/index.d.cts +0 -13
  828. package/dist/number-input/index.d.ts +0 -13
  829. package/dist/number-input/index.js +0 -40
  830. package/dist/page/index.cjs +0 -196
  831. package/dist/page/index.d.cts +0 -50
  832. package/dist/page/index.d.ts +0 -50
  833. package/dist/page/index.js +0 -167
  834. package/dist/pagination/index.cjs +0 -260
  835. package/dist/pagination/index.d.cts +0 -43
  836. package/dist/pagination/index.d.ts +0 -43
  837. package/dist/pagination/index.js +0 -223
  838. package/dist/password-input/index.cjs +0 -284
  839. package/dist/password-input/index.d.cts +0 -18
  840. package/dist/password-input/index.d.ts +0 -18
  841. package/dist/password-input/index.js +0 -230
  842. package/dist/persona/index.cjs +0 -247
  843. package/dist/persona/index.d.cts +0 -230
  844. package/dist/persona/index.d.ts +0 -230
  845. package/dist/persona/index.js +0 -212
  846. package/dist/pin-input/index.cjs +0 -52
  847. package/dist/pin-input/index.d.cts +0 -12
  848. package/dist/pin-input/index.d.ts +0 -12
  849. package/dist/pin-input/index.js +0 -27
  850. package/dist/popover/index.cjs +0 -259
  851. package/dist/popover/index.d.cts +0 -37
  852. package/dist/popover/index.d.ts +0 -37
  853. package/dist/popover/index.js +0 -226
  854. package/dist/portal/index.cjs +0 -31
  855. package/dist/portal/index.d.cts +0 -3
  856. package/dist/portal/index.d.ts +0 -3
  857. package/dist/portal/index.js +0 -10
  858. package/dist/presence/index.cjs +0 -31
  859. package/dist/presence/index.d.cts +0 -1
  860. package/dist/presence/index.d.ts +0 -1
  861. package/dist/presence/index.js +0 -8
  862. package/dist/preset.cjs +0 -9240
  863. package/dist/preset.d.cts +0 -6
  864. package/dist/progress/index.cjs +0 -31
  865. package/dist/progress/index.js +0 -8
  866. package/dist/progress-circle/index.cjs +0 -31
  867. package/dist/progress-circle/index.js +0 -8
  868. package/dist/qr-code/index.cjs +0 -31
  869. package/dist/qr-code/index.d.cts +0 -3
  870. package/dist/qr-code/index.d.ts +0 -3
  871. package/dist/qr-code/index.js +0 -8
  872. package/dist/radio/index.cjs +0 -46
  873. package/dist/radio/index.d.cts +0 -10
  874. package/dist/radio/index.d.ts +0 -10
  875. package/dist/radio/index.js +0 -21
  876. package/dist/radio-card/index.cjs +0 -75
  877. package/dist/radio-card/index.d.cts +0 -31
  878. package/dist/radio-card/index.d.ts +0 -31
  879. package/dist/radio-card/index.js +0 -52
  880. package/dist/radio-group/index.cjs +0 -31
  881. package/dist/radio-group/index.js +0 -8
  882. package/dist/radiomark/index.cjs +0 -31
  883. package/dist/radiomark/index.d.cts +0 -2
  884. package/dist/radiomark/index.d.ts +0 -2
  885. package/dist/radiomark/index.js +0 -10
  886. package/dist/rating-group/index.cjs +0 -31
  887. package/dist/rating-group/index.js +0 -8
  888. package/dist/search-input/index.cjs +0 -274
  889. package/dist/search-input/index.d.cts +0 -15
  890. package/dist/search-input/index.d.ts +0 -15
  891. package/dist/search-input/index.js +0 -119
  892. package/dist/segmented-control/index.cjs +0 -61
  893. package/dist/segmented-control/index.d.cts +0 -14
  894. package/dist/segmented-control/index.d.ts +0 -14
  895. package/dist/segmented-control/index.js +0 -36
  896. package/dist/select/index.cjs +0 -286
  897. package/dist/select/index.d.cts +0 -33
  898. package/dist/select/index.d.ts +0 -33
  899. package/dist/select/index.js +0 -137
  900. package/dist/separator/index.cjs +0 -31
  901. package/dist/separator/index.d.cts +0 -3
  902. package/dist/separator/index.d.ts +0 -3
  903. package/dist/separator/index.js +0 -8
  904. package/dist/show/index.cjs +0 -31
  905. package/dist/show/index.d.cts +0 -1
  906. package/dist/show/index.d.ts +0 -1
  907. package/dist/show/index.js +0 -10
  908. package/dist/sidebar/index.cjs +0 -168
  909. package/dist/sidebar/index.d.cts +0 -90
  910. package/dist/sidebar/index.d.ts +0 -90
  911. package/dist/sidebar/index.js +0 -142
  912. package/dist/skeleton/index.cjs +0 -61
  913. package/dist/skeleton/index.d.cts +0 -17
  914. package/dist/skeleton/index.d.ts +0 -17
  915. package/dist/skeleton/index.js +0 -34
  916. package/dist/skip-nav/index.cjs +0 -33
  917. package/dist/skip-nav/index.d.cts +0 -1
  918. package/dist/skip-nav/index.d.ts +0 -1
  919. package/dist/skip-nav/index.js +0 -12
  920. package/dist/skip-nav-link/index.cjs +0 -33
  921. package/dist/skip-nav-link/index.d.cts +0 -3
  922. package/dist/skip-nav-link/index.d.ts +0 -3
  923. package/dist/skip-nav-link/index.js +0 -11
  924. package/dist/slider/index.cjs +0 -62
  925. package/dist/slider/index.d.cts +0 -13
  926. package/dist/slider/index.d.ts +0 -13
  927. package/dist/slider/index.js +0 -36
  928. package/dist/spacer/index.cjs +0 -31
  929. package/dist/spacer/index.d.cts +0 -1
  930. package/dist/spacer/index.d.ts +0 -1
  931. package/dist/spacer/index.js +0 -9
  932. package/dist/spinner/index.cjs +0 -44
  933. package/dist/spinner/index.d.cts +0 -10
  934. package/dist/spinner/index.d.ts +0 -10
  935. package/dist/spinner/index.js +0 -18
  936. package/dist/stack/index.cjs +0 -31
  937. package/dist/stack/index.d.cts +0 -1
  938. package/dist/stack/index.d.ts +0 -1
  939. package/dist/stack/index.js +0 -9
  940. package/dist/stat/index.cjs +0 -83
  941. package/dist/stat/index.d.cts +0 -29
  942. package/dist/stat/index.d.ts +0 -29
  943. package/dist/stat/index.js +0 -50
  944. package/dist/status/index.cjs +0 -45
  945. package/dist/status/index.d.cts +0 -18
  946. package/dist/status/index.d.ts +0 -18
  947. package/dist/status/index.js +0 -20
  948. package/dist/steps/index.cjs +0 -221
  949. package/dist/steps/index.d.cts +0 -31
  950. package/dist/steps/index.d.ts +0 -31
  951. package/dist/steps/index.js +0 -198
  952. package/dist/switch/index.cjs +0 -48
  953. package/dist/switch/index.d.cts +0 -18
  954. package/dist/switch/index.d.ts +0 -18
  955. package/dist/switch/index.js +0 -23
  956. package/dist/table/index.cjs +0 -31
  957. package/dist/table/index.js +0 -8
  958. package/dist/tabs/index.cjs +0 -37
  959. package/dist/tabs/index.d.cts +0 -3
  960. package/dist/tabs/index.d.ts +0 -3
  961. package/dist/tabs/index.js +0 -15
  962. package/dist/tag/index.cjs +0 -53
  963. package/dist/tag/index.d.cts +0 -12
  964. package/dist/tag/index.d.ts +0 -12
  965. package/dist/tag/index.js +0 -27
  966. package/dist/textarea/index.cjs +0 -31
  967. package/dist/textarea/index.d.cts +0 -1
  968. package/dist/textarea/index.d.ts +0 -1
  969. package/dist/textarea/index.js +0 -7
  970. package/dist/theme/tokens/colors.cjs +0 -349
  971. package/dist/theme/tokens/colors.d.cts +0 -856
  972. package/dist/timeline/index.cjs +0 -31
  973. package/dist/timeline/index.js +0 -7
  974. package/dist/toaster/index.cjs +0 -264
  975. package/dist/toaster/index.d.cts +0 -235
  976. package/dist/toaster/index.d.ts +0 -235
  977. package/dist/toaster/index.js +0 -241
  978. package/dist/toggle/index.cjs +0 -31
  979. package/dist/toggle/index.d.cts +0 -3
  980. package/dist/toggle/index.d.ts +0 -3
  981. package/dist/toggle/index.js +0 -8
  982. package/dist/toggle-tip/index.cjs +0 -296
  983. package/dist/toggle-tip/index.d.cts +0 -32
  984. package/dist/toggle-tip/index.d.ts +0 -32
  985. package/dist/toggle-tip/index.js +0 -263
  986. package/dist/tooltip/index.cjs +0 -58
  987. package/dist/tooltip/index.d.cts +0 -14
  988. package/dist/tooltip/index.d.ts +0 -14
  989. package/dist/tooltip/index.js +0 -33
  990. package/dist/typography/index.cjs +0 -37
  991. package/dist/typography/index.d.cts +0 -1
  992. package/dist/typography/index.d.ts +0 -1
  993. package/dist/typography/index.js +0 -16
  994. package/dist/visually-hidden/index.cjs +0 -31
  995. package/dist/visually-hidden/index.js +0 -8
  996. /package/dist/{card → components/card}/index.d.ts +0 -0
  997. /package/dist/{collapsible → components/collapsible}/index.d.ts +0 -0
  998. /package/dist/{collapsible/index.d.cts → components/collapsible/index.js} +0 -0
  999. /package/dist/{color-picker → components/color-picker}/index.d.ts +0 -0
  1000. /package/dist/{color-picker/index.d.cts → components/color-picker/index.js} +0 -0
  1001. /package/dist/{data-list → components/data-list}/index.d.ts +0 -0
  1002. /package/dist/{data-list/index.d.cts → components/data-list/index.js} +0 -0
  1003. /package/dist/{field → components/field}/index.d.ts +0 -0
  1004. /package/dist/{field/index.d.cts → components/field/index.js} +0 -0
  1005. /package/dist/{list → components/list}/index.d.ts +0 -0
  1006. /package/dist/{list/index.d.cts → components/list/index.js} +0 -0
  1007. /package/dist/{loader → components/loader}/index.d.ts +0 -0
  1008. /package/dist/{loader/index.d.cts → components/loader/index.js} +0 -0
  1009. /package/dist/{progress → components/progress}/index.d.ts +0 -0
  1010. /package/dist/{progress/index.d.cts → components/progress/index.js} +0 -0
  1011. /package/dist/{progress-circle → components/progress-circle}/index.d.ts +0 -0
  1012. /package/dist/{progress-circle/index.d.cts → components/progress-circle/index.js} +0 -0
  1013. /package/dist/{radio-group → components/radio-group}/index.d.ts +0 -0
  1014. /package/dist/{radio-group/index.d.cts → components/radio-group/index.js} +0 -0
  1015. /package/dist/{rating-group → components/rating-group}/index.d.ts +0 -0
  1016. /package/dist/{rating-group/index.d.cts → components/rating-group/index.js} +0 -0
  1017. /package/dist/{table → components/table}/index.d.ts +0 -0
  1018. /package/dist/{table/index.d.cts → components/table/index.js} +0 -0
  1019. /package/dist/{timeline → components/timeline}/index.d.ts +0 -0
  1020. /package/dist/{timeline/index.d.cts → components/timeline/index.js} +0 -0
  1021. /package/dist/{visually-hidden → components/visually-hidden}/index.d.ts +0 -0
  1022. /package/dist/{visually-hidden/index.d.cts → components/visually-hidden/index.js} +0 -0
@@ -1,22 +0,0 @@
1
- 'use client'
2
- import {
3
- ChevronDownIcon
4
- } from "../chunk-AX3QDODM.js";
5
- import "../chunk-RTMS5TJN.js";
6
-
7
- // src/components/native-select/native-select.tsx
8
- import * as React from "react";
9
- import { NativeSelect as Select } from "@chakra-ui/react/native-select";
10
- import { jsx, jsxs } from "react/jsx-runtime";
11
- var NativeSelect = React.forwardRef(
12
- function NativeSelect2(props, ref) {
13
- const { icon = /* @__PURE__ */ jsx(ChevronDownIcon, {}), placeholder, children, ...rest } = props;
14
- return /* @__PURE__ */ jsx(Select.Root, { ref, ...rest, children: /* @__PURE__ */ jsxs(Select.Field, { placeholder, children: [
15
- children,
16
- /* @__PURE__ */ jsx(Select.Indicator, { children: icon })
17
- ] }) });
18
- }
19
- );
20
- export {
21
- NativeSelect
22
- };
@@ -1,111 +0,0 @@
1
- 'use client'
2
- "use strict";
3
- var __create = Object.create;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf;
8
- var __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __export = (target, all) => {
10
- for (var name in all)
11
- __defProp(target, name, { get: all[name], enumerable: true });
12
- };
13
- var __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from === "object" || typeof from === "function") {
15
- for (let key of __getOwnPropNames(from))
16
- if (!__hasOwnProp.call(to, key) && key !== except)
17
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
18
- }
19
- return to;
20
- };
21
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
- // If the importer is in node compatibility mode or this is not an ESM
23
- // file that has been converted to a CommonJS file using a Babel-
24
- // compatible transform (i.e. "__esModule" has not been set), then set
25
- // "default" to the CommonJS "module.exports" for node compatibility.
26
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
27
- mod
28
- ));
29
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
-
31
- // src/components/navbar/index.ts
32
- var navbar_exports2 = {};
33
- __export(navbar_exports2, {
34
- Navbar: () => navbar_exports
35
- });
36
- module.exports = __toCommonJS(navbar_exports2);
37
-
38
- // src/components/navbar/navbar.tsx
39
- var navbar_exports = {};
40
- __export(navbar_exports, {
41
- Brand: () => NavbarBrand,
42
- Content: () => NavbarContent,
43
- Item: () => NavbarItem,
44
- Link: () => NavbarLink,
45
- Root: () => NavbarRoot
46
- });
47
- var import_react4 = require("react");
48
- var import_navbar = require("@saas-ui/core/navbar");
49
-
50
- // src/provider/use-link.tsx
51
- var import_react2 = require("@chakra-ui/react");
52
-
53
- // src/provider/sui-provider.tsx
54
- var React = __toESM(require("react"), 1);
55
- var import_react = require("@chakra-ui/react");
56
- var import_jsx_runtime = require("react/jsx-runtime");
57
- var SuiContext = React.createContext({});
58
- var useSui = () => React.useContext(SuiContext);
59
-
60
- // src/provider/use-link.tsx
61
- function useLink() {
62
- const context = useSui();
63
- if (context == null ? void 0 : context.linkComponent) {
64
- return context.linkComponent;
65
- }
66
- return import_react2.chakra.a;
67
- }
68
-
69
- // src/components/navbar/navbar.context.ts
70
- var import_react3 = require("@chakra-ui/react");
71
- var {
72
- withProvider,
73
- withContext,
74
- useStyles: useNavbarStyles
75
- } = (0, import_react3.createSlotRecipeContext)({
76
- key: "suiNavbar"
77
- });
78
-
79
- // src/components/navbar/navbar.tsx
80
- var import_jsx_runtime2 = require("react/jsx-runtime");
81
- var NavbarRoot = withProvider(
82
- import_navbar.Navbar.Root,
83
- "root"
84
- );
85
- var NavbarBrand = withContext(
86
- import_navbar.Navbar.Brand,
87
- "brand"
88
- );
89
- var NavbarContent = withContext(
90
- import_navbar.Navbar.Content,
91
- "content"
92
- );
93
- var NavbarItem = withContext(
94
- import_navbar.Navbar.Item,
95
- "item"
96
- );
97
- var NavbarLink = withContext(
98
- (0, import_react4.forwardRef)((props, ref) => {
99
- const Link = useLink();
100
- const { active, ...rest } = props;
101
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_navbar.Navbar.Link, { asChild: true, ...rest, ref, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(Link, { "data-active": active ? "" : void 0, ...props }) });
102
- }),
103
- "link",
104
- {
105
- forwardAsChild: true
106
- }
107
- );
108
- // Annotate the CommonJS export names for ESM import in node:
109
- 0 && (module.exports = {
110
- Navbar
111
- });
@@ -1,21 +0,0 @@
1
- import * as _chakra_ui_react from '@chakra-ui/react';
2
- import { SlotRecipeProps, HTMLChakraProps } from '@chakra-ui/react';
3
- import * as react from 'react';
4
- import { Navbar } from '@saas-ui/core/navbar';
5
-
6
- interface NavbarRootProps extends Navbar.RootProps, SlotRecipeProps<'suiNavbar'>, Omit<HTMLChakraProps<'div'>, keyof Navbar.RootProps> {
7
- }
8
- declare const NavbarRoot: react.ForwardRefExoticComponent<Omit<NavbarRootProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
9
- declare const NavbarBrand: react.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "filter" | "fill" | "blur" | "resize" | "base" | "p" | "clipPath" | "marker" | "mask" | "ms" | "font" | "height" | "color" | "translate" | "transition" | "width" | "content" | "_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" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "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" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react.RefAttributes<HTMLDivElement>>;
10
- declare const NavbarContent: react.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "filter" | "fill" | "blur" | "resize" | "base" | "p" | "clipPath" | "marker" | "mask" | "ms" | "font" | "height" | "color" | "translate" | "transition" | "width" | "content" | "_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" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "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" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react.RefAttributes<HTMLDivElement>>;
11
- declare const NavbarItem: react.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react.DetailedHTMLProps<react.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref">>, "filter" | "fill" | "blur" | "resize" | "base" | "p" | "clipPath" | "marker" | "mask" | "ms" | "font" | "height" | "color" | "translate" | "transition" | "width" | "content" | "_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" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "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" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react.RefAttributes<HTMLLIElement>>;
12
- interface NavbarLinkProps extends HTMLChakraProps<'a'> {
13
- active?: boolean;
14
- }
15
- declare const NavbarLink: react.ForwardRefExoticComponent<NavbarLinkProps & react.RefAttributes<HTMLAnchorElement>>;
16
-
17
- declare namespace navbar {
18
- export { NavbarBrand as Brand, NavbarContent as Content, NavbarItem as Item, NavbarLink as Link, NavbarRoot as Root, type NavbarRootProps as RootProps };
19
- }
20
-
21
- export { navbar as Navbar };
@@ -1,21 +0,0 @@
1
- import * as _chakra_ui_react from '@chakra-ui/react';
2
- import { SlotRecipeProps, HTMLChakraProps } from '@chakra-ui/react';
3
- import * as react from 'react';
4
- import { Navbar } from '@saas-ui/core/navbar';
5
-
6
- interface NavbarRootProps extends Navbar.RootProps, SlotRecipeProps<'suiNavbar'>, Omit<HTMLChakraProps<'div'>, keyof Navbar.RootProps> {
7
- }
8
- declare const NavbarRoot: react.ForwardRefExoticComponent<Omit<NavbarRootProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
9
- declare const NavbarBrand: react.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "filter" | "fill" | "blur" | "resize" | "base" | "p" | "clipPath" | "marker" | "mask" | "ms" | "font" | "height" | "color" | "translate" | "transition" | "width" | "content" | "_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" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "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" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react.RefAttributes<HTMLDivElement>>;
10
- declare const NavbarContent: react.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">>, "filter" | "fill" | "blur" | "resize" | "base" | "p" | "clipPath" | "marker" | "mask" | "ms" | "font" | "height" | "color" | "translate" | "transition" | "width" | "content" | "_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" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "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" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react.RefAttributes<HTMLDivElement>>;
11
- declare const NavbarItem: react.ForwardRefExoticComponent<Omit<_chakra_ui_react.PatchHtmlProps<Omit<react.DetailedHTMLProps<react.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref">>, "filter" | "fill" | "blur" | "resize" | "base" | "p" | "clipPath" | "marker" | "mask" | "ms" | "font" | "height" | "color" | "translate" | "transition" | "width" | "content" | "_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" | "page" | "container" | "css" | "WebkitAppearance" | "WebkitBorderBefore" | "WebkitBorderBeforeColor" | "WebkitBorderBeforeStyle" | "WebkitBorderBeforeWidth" | "WebkitBoxReflect" | "WebkitLineClamp" | "WebkitMask" | "WebkitMaskAttachment" | "WebkitMaskClip" | "WebkitMaskComposite" | "WebkitMaskImage" | "WebkitMaskOrigin" | "WebkitMaskPosition" | "WebkitMaskPositionX" | "WebkitMaskPositionY" | "WebkitMaskRepeat" | "WebkitMaskRepeatX" | "WebkitMaskRepeatY" | "WebkitMaskSize" | "WebkitOverflowScrolling" | "WebkitTapHighlightColor" | "WebkitTextFillColor" | "WebkitTextStroke" | "WebkitTextStrokeColor" | "WebkitTextStrokeWidth" | "WebkitTouchCallout" | "WebkitUserModify" | "accentColor" | "alignContent" | "alignItems" | "alignSelf" | "alignTracks" | "all" | "animation" | "animationComposition" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationRange" | "animationRangeEnd" | "animationRangeStart" | "animationTimingFunction" | "animationTimeline" | "appearance" | "aspectRatio" | "azimuth" | "backdropFilter" | "backfaceVisibility" | "background" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "blockSize" | "border" | "borderBlock" | "borderBlockColor" | "borderBlockStyle" | "borderBlockWidth" | "borderBlockEnd" | "borderBlockEndColor" | "borderBlockEndStyle" | "borderBlockEndWidth" | "borderBlockStart" | "borderBlockStartColor" | "borderBlockStartStyle" | "borderBlockStartWidth" | "borderBottom" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderImage" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderInline" | "borderInlineEnd" | "borderInlineColor" | "borderInlineStyle" | "borderInlineWidth" | "borderInlineEndColor" | "borderInlineEndStyle" | "borderInlineEndWidth" | "borderInlineStart" | "borderInlineStartColor" | "borderInlineStartStyle" | "borderInlineStartWidth" | "borderLeft" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRadius" | "borderRight" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTop" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "borderWidth" | "bottom" | "boxAlign" | "boxDecorationBreak" | "boxDirection" | "boxFlex" | "boxFlexGroup" | "boxLines" | "boxOrdinalGroup" | "boxOrient" | "boxPack" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "captionSide" | "caret" | "caretColor" | "caretShape" | "clear" | "clip" | "colorScheme" | "columnCount" | "columnFill" | "columnGap" | "columnRule" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "columns" | "contain" | "containIntrinsicSize" | "containIntrinsicBlockSize" | "containIntrinsicHeight" | "containIntrinsicInlineSize" | "containIntrinsicWidth" | "containerName" | "containerType" | "contentVisibility" | "counterIncrement" | "counterReset" | "counterSet" | "cursor" | "direction" | "display" | "emptyCells" | "flex" | "flexBasis" | "flexDirection" | "flexFlow" | "flexGrow" | "flexShrink" | "flexWrap" | "float" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontLanguageOverride" | "fontOpticalSizing" | "fontPalette" | "fontVariationSettings" | "fontSize" | "fontSizeAdjust" | "fontSmooth" | "fontStretch" | "fontStyle" | "fontSynthesis" | "fontSynthesisPosition" | "fontSynthesisSmallCaps" | "fontSynthesisStyle" | "fontSynthesisWeight" | "fontVariant" | "fontVariantAlternates" | "fontVariantCaps" | "fontVariantEastAsian" | "fontVariantEmoji" | "fontVariantLigatures" | "fontVariantNumeric" | "fontVariantPosition" | "fontWeight" | "forcedColorAdjust" | "gap" | "grid" | "gridArea" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumn" | "gridColumnEnd" | "gridColumnGap" | "gridColumnStart" | "gridGap" | "gridRow" | "gridRowEnd" | "gridRowGap" | "gridRowStart" | "gridTemplate" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "hangingPunctuation" | "hyphenateCharacter" | "hyphenateLimitChars" | "hyphens" | "imageOrientation" | "imageRendering" | "imageResolution" | "imeMode" | "initialLetter" | "initialLetterAlign" | "inlineSize" | "inputSecurity" | "inset" | "insetBlock" | "insetBlockEnd" | "insetBlockStart" | "insetInline" | "insetInlineEnd" | "insetInlineStart" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "justifyTracks" | "left" | "letterSpacing" | "lineBreak" | "lineClamp" | "lineHeight" | "lineHeightStep" | "listStyle" | "listStyleImage" | "listStylePosition" | "listStyleType" | "margin" | "marginBlock" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInline" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "marginTrim" | "maskBorder" | "maskBorderMode" | "maskBorderOutset" | "maskBorderRepeat" | "maskBorderSlice" | "maskBorderSource" | "maskBorderWidth" | "maskClip" | "maskComposite" | "maskImage" | "maskMode" | "maskOrigin" | "maskPosition" | "maskRepeat" | "maskSize" | "maskType" | "masonryAutoFlow" | "mathDepth" | "mathShift" | "mathStyle" | "maxBlockSize" | "maxHeight" | "maxInlineSize" | "maxLines" | "maxWidth" | "minBlockSize" | "minHeight" | "minInlineSize" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "offset" | "offsetAnchor" | "offsetDistance" | "offsetPath" | "offsetPosition" | "offsetRotate" | "opacity" | "order" | "orphans" | "outline" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflow" | "overflowAnchor" | "overflowBlock" | "overflowClipBox" | "overflowClipMargin" | "overflowInline" | "overflowWrap" | "overflowX" | "overflowY" | "overlay" | "overscrollBehavior" | "overscrollBehaviorBlock" | "overscrollBehaviorInline" | "overscrollBehaviorX" | "overscrollBehaviorY" | "padding" | "paddingBlock" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInline" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "paintOrder" | "perspective" | "perspectiveOrigin" | "placeContent" | "placeItems" | "placeSelf" | "pointerEvents" | "position" | "printColorAdjust" | "quotes" | "right" | "rotate" | "rowGap" | "rubyAlign" | "rubyMerge" | "rubyPosition" | "scale" | "scrollbarColor" | "scrollbarGutter" | "scrollbarWidth" | "scrollBehavior" | "scrollMargin" | "scrollMarginBlock" | "scrollMarginBlockStart" | "scrollMarginBlockEnd" | "scrollMarginBottom" | "scrollMarginInline" | "scrollMarginInlineStart" | "scrollMarginInlineEnd" | "scrollMarginLeft" | "scrollMarginRight" | "scrollMarginTop" | "scrollPadding" | "scrollPaddingBlock" | "scrollPaddingBlockStart" | "scrollPaddingBlockEnd" | "scrollPaddingBottom" | "scrollPaddingInline" | "scrollPaddingInlineStart" | "scrollPaddingInlineEnd" | "scrollPaddingLeft" | "scrollPaddingRight" | "scrollPaddingTop" | "scrollSnapAlign" | "scrollSnapCoordinate" | "scrollSnapDestination" | "scrollSnapPointsX" | "scrollSnapPointsY" | "scrollSnapStop" | "scrollSnapType" | "scrollSnapTypeX" | "scrollSnapTypeY" | "scrollTimeline" | "scrollTimelineAxis" | "scrollTimelineName" | "shapeImageThreshold" | "shapeMargin" | "shapeOutside" | "tabSize" | "tableLayout" | "textAlign" | "textAlignLast" | "textCombineUpright" | "textDecoration" | "textDecorationColor" | "textDecorationLine" | "textDecorationSkip" | "textDecorationSkipInk" | "textDecorationStyle" | "textDecorationThickness" | "textEmphasis" | "textEmphasisColor" | "textEmphasisPosition" | "textEmphasisStyle" | "textIndent" | "textJustify" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textSizeAdjust" | "textTransform" | "textUnderlineOffset" | "textUnderlinePosition" | "textWrap" | "timelineScope" | "top" | "touchAction" | "transform" | "transformBox" | "transformOrigin" | "transformStyle" | "transitionBehavior" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "unicodeBidi" | "userSelect" | "verticalAlign" | "viewTimeline" | "viewTimelineAxis" | "viewTimelineInset" | "viewTimelineName" | "viewTransitionName" | "visibility" | "whiteSpace" | "whiteSpaceCollapse" | "widows" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "zoom" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "bg" | "bgColor" | "bgSize" | "bgPos" | "bgRepeat" | "bgAttachment" | "bgClip" | "bgGradient" | "bgImg" | "bgImage" | "borderStart" | "borderX" | "borderY" | "borderStartColor" | "borderEndColor" | "borderStartStyle" | "borderEndStyle" | "rounded" | "roundedTopLeft" | "roundedStartStart" | "borderTopStartRadius" | "roundedEndStart" | "borderBottomStartRadius" | "roundedTopRight" | "roundedStartEnd" | "borderTopEndRadius" | "roundedEndEnd" | "borderBottomEndRadius" | "roundedBottomLeft" | "roundedBottomRight" | "roundedStart" | "borderStartRadius" | "roundedEnd" | "borderEndRadius" | "roundedTop" | "roundedBottom" | "roundedLeft" | "roundedRight" | "borderXWidth" | "borderStartWidth" | "borderEndWidth" | "borderYWidth" | "shadow" | "shadowColor" | "blendMode" | "bgBlendMode" | "gapY" | "gapX" | "flexDir" | "w" | "h" | "minW" | "minH" | "maxW" | "maxH" | "overscroll" | "overscrollX" | "overscrollY" | "scrollPaddingX" | "scrollPaddingY" | "listStylePos" | "listStyleImg" | "pos" | "insetX" | "insetY" | "insetStart" | "insetEnd" | "m" | "mt" | "mr" | "mb" | "ml" | "marginStart" | "me" | "marginEnd" | "mx" | "marginX" | "my" | "marginY" | "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" | "brightness" | "contrast" | "grayscale" | "hueRotate" | "invert" | "saturate" | "sepia" | "dropShadow" | "backdropBlur" | "backdropBrightness" | "backdropContrast" | "backdropGrayscale" | "backdropHueRotate" | "backdropInvert" | "backdropOpacity" | "backdropSaturate" | "backdropSepia" | "focusRing" | "focusVisibleRing" | "focusRingColor" | "focusRingOffset" | "focusRingWidth" | "focusRingStyle" | "boxSize" | "hideFrom" | "hideBelow" | "scrollbar" | "scrollMarginX" | "scrollMarginY" | "scrollSnapStrictness" | "scrollSnapMargin" | "scrollSnapMarginTop" | "scrollSnapMarginBottom" | "scrollSnapMarginLeft" | "scrollSnapMarginRight" | "ring" | "ringColor" | "ringOffset" | "ringOffsetColor" | "ringInset" | "skewX" | "skewY" | "scaleX" | "scaleY" | "spaceXReverse" | "spaceX" | "spaceYReverse" | "spaceY" | "rotateX" | "rotateY" | "translateX" | "translateY" | "truncate" | "srOnly" | "debug" | "colorPalette" | "textStyle" | "layerStyle" | "animationStyle" | keyof _chakra_ui_react.PolymorphicProps> & Omit<_chakra_ui_react.JsxStyleProps, never> & _chakra_ui_react.PolymorphicProps & react.RefAttributes<HTMLLIElement>>;
12
- interface NavbarLinkProps extends HTMLChakraProps<'a'> {
13
- active?: boolean;
14
- }
15
- declare const NavbarLink: react.ForwardRefExoticComponent<NavbarLinkProps & react.RefAttributes<HTMLAnchorElement>>;
16
-
17
- declare namespace navbar {
18
- export { NavbarBrand as Brand, NavbarContent as Content, NavbarItem as Item, NavbarLink as Link, NavbarRoot as Root, type NavbarRootProps as RootProps };
19
- }
20
-
21
- export { navbar as Navbar };
@@ -1,78 +0,0 @@
1
- 'use client'
2
- import {
3
- __export
4
- } from "../chunk-RTMS5TJN.js";
5
-
6
- // src/components/navbar/navbar.tsx
7
- var navbar_exports = {};
8
- __export(navbar_exports, {
9
- Brand: () => NavbarBrand,
10
- Content: () => NavbarContent,
11
- Item: () => NavbarItem,
12
- Link: () => NavbarLink,
13
- Root: () => NavbarRoot
14
- });
15
- import { forwardRef } from "react";
16
- import { Navbar } from "@saas-ui/core/navbar";
17
-
18
- // src/provider/use-link.tsx
19
- import { chakra } from "@chakra-ui/react";
20
-
21
- // src/provider/sui-provider.tsx
22
- import * as React from "react";
23
- import { ChakraProvider } from "@chakra-ui/react";
24
- import { jsx } from "react/jsx-runtime";
25
- var SuiContext = React.createContext({});
26
- var useSui = () => React.useContext(SuiContext);
27
-
28
- // src/provider/use-link.tsx
29
- function useLink() {
30
- const context = useSui();
31
- if (context == null ? void 0 : context.linkComponent) {
32
- return context.linkComponent;
33
- }
34
- return chakra.a;
35
- }
36
-
37
- // src/components/navbar/navbar.context.ts
38
- import { createSlotRecipeContext } from "@chakra-ui/react";
39
- var {
40
- withProvider,
41
- withContext,
42
- useStyles: useNavbarStyles
43
- } = createSlotRecipeContext({
44
- key: "suiNavbar"
45
- });
46
-
47
- // src/components/navbar/navbar.tsx
48
- import { jsx as jsx2 } from "react/jsx-runtime";
49
- var NavbarRoot = withProvider(
50
- Navbar.Root,
51
- "root"
52
- );
53
- var NavbarBrand = withContext(
54
- Navbar.Brand,
55
- "brand"
56
- );
57
- var NavbarContent = withContext(
58
- Navbar.Content,
59
- "content"
60
- );
61
- var NavbarItem = withContext(
62
- Navbar.Item,
63
- "item"
64
- );
65
- var NavbarLink = withContext(
66
- forwardRef((props, ref) => {
67
- const Link = useLink();
68
- const { active, ...rest } = props;
69
- return /* @__PURE__ */ jsx2(Navbar.Link, { asChild: true, ...rest, ref, children: /* @__PURE__ */ jsx2(Link, { "data-active": active ? "" : void 0, ...props }) });
70
- }),
71
- "link",
72
- {
73
- forwardAsChild: true
74
- }
75
- );
76
- export {
77
- navbar_exports as Navbar
78
- };
@@ -1,67 +0,0 @@
1
- 'use client'
2
- "use strict";
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
-
21
- // src/components/number-input/index.ts
22
- var number_input_exports = {};
23
- __export(number_input_exports, {
24
- NumberInput: () => NumberInput
25
- });
26
- module.exports = __toCommonJS(number_input_exports);
27
-
28
- // src/components/number-input/number-input.tsx
29
- var import_react = require("react");
30
- var import_number_input = require("@chakra-ui/react/number-input");
31
-
32
- // src/components/input/index.ts
33
- var import_input = require("@chakra-ui/react/input");
34
-
35
- // src/components/number-input/number-input.tsx
36
- var import_jsx_runtime = require("react/jsx-runtime");
37
- var NumberInput = (0, import_react.forwardRef)(
38
- function NumberInput2(props, ref) {
39
- const {
40
- hideControls,
41
- startElement,
42
- endElement,
43
- inputProps,
44
- rootRef,
45
- ...rest
46
- } = props;
47
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_number_input.NumberInput.Root, { ref: rootRef, ...rest, children: [
48
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
- import_input.InputGroup,
50
- {
51
- startElement,
52
- endElement,
53
- width: "full",
54
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_number_input.NumberInput.Input, { ref, ...inputProps })
55
- }
56
- ),
57
- !hideControls && !endElement ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_number_input.NumberInput.Control, { children: [
58
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_number_input.NumberInput.IncrementTrigger, {}),
59
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_number_input.NumberInput.DecrementTrigger, {})
60
- ] }) : null
61
- ] });
62
- }
63
- );
64
- // Annotate the CommonJS export names for ESM import in node:
65
- 0 && (module.exports = {
66
- NumberInput
67
- });