@skewedaspect/sleekspace-ui 0.2.0-beta.1 → 0.2.0-beta.3

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 (536) hide show
  1. package/dist/components/Accordion/SkAccordion.vue.d.ts +65 -0
  2. package/dist/components/Accordion/SkAccordionItem.vue.d.ts +52 -0
  3. package/dist/components/Accordion/index.d.ts +3 -0
  4. package/dist/components/Accordion/types.d.ts +3 -0
  5. package/dist/components/Alert/SkAlert.vue.d.ts +39 -0
  6. package/dist/components/Alert/types.d.ts +4 -0
  7. package/dist/components/Avatar/SkAvatar.vue.d.ts +75 -0
  8. package/dist/components/Avatar/index.d.ts +2 -0
  9. package/dist/components/Avatar/types.d.ts +20 -0
  10. package/dist/components/Breadcrumbs/SkBreadcrumbItem.vue.d.ts +51 -0
  11. package/dist/components/Breadcrumbs/SkBreadcrumbSeparator.vue.d.ts +13 -0
  12. package/dist/components/Breadcrumbs/SkBreadcrumbs.vue.d.ts +24 -0
  13. package/dist/components/Breadcrumbs/index.d.ts +4 -0
  14. package/dist/components/Breadcrumbs/types.d.ts +18 -0
  15. package/dist/components/Button/SkButton.vue.d.ts +97 -0
  16. package/dist/components/Button/types.d.ts +5 -0
  17. package/dist/components/Card/SkCard.vue.d.ts +88 -0
  18. package/dist/components/Card/types.d.ts +2 -0
  19. package/dist/components/Checkbox/SkCheckbox.vue.d.ts +71 -0
  20. package/dist/components/Checkbox/index.d.ts +2 -0
  21. package/dist/components/Checkbox/types.d.ts +3 -0
  22. package/dist/components/Collapsible/SkCollapsible.vue.d.ts +70 -0
  23. package/dist/components/Collapsible/index.d.ts +2 -0
  24. package/dist/components/Collapsible/types.d.ts +2 -0
  25. package/dist/components/Divider/SkDivider.vue.d.ts +39 -0
  26. package/dist/components/Divider/types.d.ts +8 -0
  27. package/dist/components/Dropdown/SkDropdown.vue.d.ts +63 -0
  28. package/dist/components/Dropdown/SkDropdownMenuItem.vue.d.ts +32 -0
  29. package/dist/components/Dropdown/SkDropdownMenuSeparator.vue.d.ts +2 -0
  30. package/dist/components/Dropdown/SkDropdownSubmenu.vue.d.ts +34 -0
  31. package/dist/components/Dropdown/index.d.ts +5 -0
  32. package/dist/components/Dropdown/types.d.ts +4 -0
  33. package/dist/components/Field/SkField.vue.d.ts +99 -0
  34. package/dist/components/Field/index.d.ts +2 -0
  35. package/dist/components/Field/types.d.ts +1 -0
  36. package/dist/components/Group/SkGroup.vue.d.ts +29 -0
  37. package/dist/components/Group/types.d.ts +4 -0
  38. package/dist/components/Input/SkInput.vue.d.ts +84 -0
  39. package/dist/components/Input/index.d.ts +2 -0
  40. package/dist/components/Input/types.d.ts +4 -0
  41. package/dist/components/Listbox/SkListbox.vue.d.ts +62 -0
  42. package/dist/components/Listbox/SkListboxItem.vue.d.ts +34 -0
  43. package/dist/components/Listbox/SkListboxSeparator.vue.d.ts +2 -0
  44. package/dist/components/Listbox/index.d.ts +4 -0
  45. package/dist/components/Listbox/types.d.ts +3 -0
  46. package/dist/components/Modal/SkModal.vue.d.ts +108 -0
  47. package/dist/components/Modal/index.d.ts +2 -0
  48. package/dist/components/Modal/types.d.ts +3 -0
  49. package/dist/components/NavBar/SkNavBar.vue.d.ts +40 -0
  50. package/dist/components/NavBar/index.d.ts +2 -0
  51. package/dist/components/NavBar/types.d.ts +6 -0
  52. package/dist/components/NumberInput/SkNumberInput.vue.d.ts +93 -0
  53. package/dist/components/NumberInput/index.d.ts +2 -0
  54. package/dist/components/NumberInput/types.d.ts +3 -0
  55. package/dist/components/Page/SkPage.vue.d.ts +55 -0
  56. package/dist/components/Page/index.d.ts +2 -0
  57. package/dist/components/Page/types.d.ts +13 -0
  58. package/dist/components/Pagination/SkPagination.vue.d.ts +79 -0
  59. package/dist/components/Pagination/SkPaginationItem.vue.d.ts +44 -0
  60. package/dist/components/Pagination/index.d.ts +3 -0
  61. package/dist/components/Pagination/types.d.ts +24 -0
  62. package/dist/components/Panel/SkPanel.vue.d.ts +55 -0
  63. package/dist/components/Panel/types.d.ts +3 -0
  64. package/dist/components/Popover/SkPopover.vue.d.ts +94 -0
  65. package/dist/components/Popover/index.d.ts +2 -0
  66. package/dist/components/Popover/types.d.ts +4 -0
  67. package/dist/components/Progress/SkProgress.vue.d.ts +66 -0
  68. package/dist/components/Progress/index.d.ts +2 -0
  69. package/dist/components/Progress/types.d.ts +22 -0
  70. package/dist/components/Radio/SkRadio.vue.d.ts +59 -0
  71. package/dist/components/Radio/SkRadioGroup.vue.d.ts +85 -0
  72. package/dist/components/Radio/index.d.ts +3 -0
  73. package/dist/components/Radio/types.d.ts +4 -0
  74. package/dist/components/Sidebar/SkSidebar.vue.d.ts +38 -0
  75. package/dist/components/Sidebar/SkSidebarItem.vue.d.ts +37 -0
  76. package/dist/components/Sidebar/SkSidebarSection.vue.d.ts +44 -0
  77. package/dist/components/Sidebar/types.d.ts +2 -0
  78. package/dist/components/Skeleton/SkSkeleton.vue.d.ts +55 -0
  79. package/dist/components/Skeleton/index.d.ts +2 -0
  80. package/dist/components/Skeleton/types.d.ts +21 -0
  81. package/dist/components/Slider/SkSlider.vue.d.ts +100 -0
  82. package/dist/components/Slider/index.d.ts +2 -0
  83. package/dist/components/Slider/types.d.ts +32 -0
  84. package/dist/components/Spinner/SkSpinner.vue.d.ts +39 -0
  85. package/dist/components/Spinner/index.d.ts +2 -0
  86. package/dist/components/Spinner/types.d.ts +16 -0
  87. package/dist/components/Switch/SkSwitch.vue.d.ts +120 -0
  88. package/dist/components/Switch/index.d.ts +2 -0
  89. package/dist/components/Switch/types.d.ts +3 -0
  90. package/dist/components/Table/SkTable.vue.d.ts +86 -0
  91. package/dist/components/Table/index.d.ts +2 -0
  92. package/dist/components/Table/types.d.ts +3 -0
  93. package/dist/components/Tabs/SkTab.vue.d.ts +49 -0
  94. package/dist/components/Tabs/SkTabList.vue.d.ts +28 -0
  95. package/dist/components/Tabs/SkTabPanel.vue.d.ts +33 -0
  96. package/dist/components/Tabs/SkTabPanels.vue.d.ts +17 -0
  97. package/dist/components/Tabs/SkTabs.vue.d.ts +60 -0
  98. package/dist/components/Tabs/types.d.ts +5 -0
  99. package/dist/components/Tag/SkTag.vue.d.ts +58 -0
  100. package/dist/components/Tag/types.d.ts +8 -0
  101. package/dist/components/TagsInput/SkTagsInput.vue.d.ts +77 -0
  102. package/dist/components/TagsInput/index.d.ts +2 -0
  103. package/dist/components/TagsInput/types.d.ts +3 -0
  104. package/dist/components/Textarea/SkTextarea.vue.d.ts +85 -0
  105. package/dist/components/Textarea/index.d.ts +2 -0
  106. package/dist/components/Textarea/types.d.ts +3 -0
  107. package/dist/components/Theme/SkTheme.vue.d.ts +20 -0
  108. package/dist/components/Theme/types.d.ts +16 -0
  109. package/dist/components/Theme/useTheme.d.ts +84 -0
  110. package/dist/components/Toast/SkToast.vue.d.ts +42 -0
  111. package/dist/components/Toast/SkToastProvider.vue.d.ts +62 -0
  112. package/dist/components/Toast/index.d.ts +3 -0
  113. package/dist/components/Toast/types.d.ts +35 -0
  114. package/dist/components/Toast/useToast.d.ts +33 -0
  115. package/dist/components/Tooltip/SkTooltip.vue.d.ts +81 -0
  116. package/dist/components/Tooltip/SkTooltipProvider.vue.d.ts +70 -0
  117. package/dist/components/Tooltip/index.d.ts +3 -0
  118. package/dist/components/Tooltip/types.d.ts +4 -0
  119. package/dist/composables/useCustomColors.d.ts +74 -0
  120. package/dist/composables/useCustomColors.test.d.ts +1 -0
  121. package/dist/composables/usePortalContext.d.ts +75 -0
  122. package/dist/composables/usePortalContext.test.d.ts +1 -0
  123. package/dist/index.d.ts +149 -0
  124. package/dist/sleekspace-ui.css +2 -16
  125. package/dist/sleekspace-ui.es.js +43 -42
  126. package/dist/sleekspace-ui.umd.js +43 -42
  127. package/dist/tokens.css +968 -0
  128. package/dist/types.d.ts +29 -0
  129. package/docs/components/accordion/_meta.yaml +9 -0
  130. package/docs/components/accordion/custom-colors.md +20 -0
  131. package/docs/components/accordion/intro.md +8 -0
  132. package/docs/components/accordion/kinds.md +30 -0
  133. package/docs/components/accordion/multiple.md +28 -0
  134. package/docs/components/accordion/real-world.md +31 -0
  135. package/docs/components/accordion/usage.md +28 -0
  136. package/docs/components/alert/_meta.yaml +10 -0
  137. package/docs/components/alert/custom-colors.md +30 -0
  138. package/docs/components/alert/custom-icons.md +17 -0
  139. package/docs/components/alert/intro.md +8 -0
  140. package/docs/components/alert/kinds.md +24 -0
  141. package/docs/components/alert/prominent.md +16 -0
  142. package/docs/components/alert/rich-content.md +19 -0
  143. package/docs/components/alert/usage.md +12 -0
  144. package/docs/components/avatar/_meta.yaml +10 -0
  145. package/docs/components/avatar/custom-colors.md +14 -0
  146. package/docs/components/avatar/images.md +12 -0
  147. package/docs/components/avatar/intro.md +8 -0
  148. package/docs/components/avatar/kinds.md +16 -0
  149. package/docs/components/avatar/real-world.md +25 -0
  150. package/docs/components/avatar/sizes.md +14 -0
  151. package/docs/components/avatar/usage.md +15 -0
  152. package/docs/components/breadcrumbs/_meta.yaml +9 -0
  153. package/docs/components/breadcrumbs/custom-colors.md +14 -0
  154. package/docs/components/breadcrumbs/intro.md +8 -0
  155. package/docs/components/breadcrumbs/kinds.md +16 -0
  156. package/docs/components/breadcrumbs/real-world.md +33 -0
  157. package/docs/components/breadcrumbs/separators.md +13 -0
  158. package/docs/components/breadcrumbs/usage.md +15 -0
  159. package/docs/components/card/_meta.yaml +10 -0
  160. package/docs/components/card/intro.md +8 -0
  161. package/docs/components/card/kinds.md +24 -0
  162. package/docs/components/card/media.md +25 -0
  163. package/docs/components/card/neon-kinds.md +24 -0
  164. package/docs/components/card/no-decoration.md +15 -0
  165. package/docs/components/card/scrollable.md +23 -0
  166. package/docs/components/card/usage.md +12 -0
  167. package/docs/components/checkbox/_meta.yaml +11 -0
  168. package/docs/components/checkbox/color-kinds.md +17 -0
  169. package/docs/components/checkbox/custom-colors.md +21 -0
  170. package/docs/components/checkbox/form-example.md +24 -0
  171. package/docs/components/checkbox/intro.md +8 -0
  172. package/docs/components/checkbox/kinds.md +16 -0
  173. package/docs/components/checkbox/sizes.md +13 -0
  174. package/docs/components/checkbox/states.md +14 -0
  175. package/docs/components/checkbox/usage.md +17 -0
  176. package/docs/components/collapsible/_meta.yaml +9 -0
  177. package/docs/components/collapsible/accessibility.md +6 -0
  178. package/docs/components/collapsible/custom-colors.md +16 -0
  179. package/docs/components/collapsible/custom-trigger.md +35 -0
  180. package/docs/components/collapsible/intro.md +8 -0
  181. package/docs/components/collapsible/kinds.md +16 -0
  182. package/docs/components/collapsible/usage.md +22 -0
  183. package/docs/components/divider/_meta.yaml +10 -0
  184. package/docs/components/divider/accessibility.md +6 -0
  185. package/docs/components/divider/intro.md +8 -0
  186. package/docs/components/divider/kinds.md +16 -0
  187. package/docs/components/divider/orientation.md +18 -0
  188. package/docs/components/divider/sizes.md +24 -0
  189. package/docs/components/divider/usage.md +14 -0
  190. package/docs/components/divider/variants.md +14 -0
  191. package/docs/components/dropdown/_meta.yaml +11 -0
  192. package/docs/components/dropdown/accessibility.md +6 -0
  193. package/docs/components/dropdown/custom-colors.md +17 -0
  194. package/docs/components/dropdown/custom-trigger.md +18 -0
  195. package/docs/components/dropdown/intro.md +8 -0
  196. package/docs/components/dropdown/kinds.md +23 -0
  197. package/docs/components/dropdown/positioning.md +23 -0
  198. package/docs/components/dropdown/submenus.md +28 -0
  199. package/docs/components/dropdown/usage.md +24 -0
  200. package/docs/components/field/_meta.yaml +10 -0
  201. package/docs/components/field/accessibility.md +6 -0
  202. package/docs/components/field/description.md +15 -0
  203. package/docs/components/field/intro.md +8 -0
  204. package/docs/components/field/label-position.md +16 -0
  205. package/docs/components/field/required.md +12 -0
  206. package/docs/components/field/usage.md +19 -0
  207. package/docs/components/field/validation.md +32 -0
  208. package/docs/components/group/_meta.yaml +7 -0
  209. package/docs/components/group/accessibility.md +6 -0
  210. package/docs/components/group/intro.md +8 -0
  211. package/docs/components/group/orientation.md +22 -0
  212. package/docs/components/group/usage.md +14 -0
  213. package/docs/components/input/_meta.yaml +11 -0
  214. package/docs/components/input/accessibility.md +6 -0
  215. package/docs/components/input/custom-colors.md +21 -0
  216. package/docs/components/input/intro.md +8 -0
  217. package/docs/components/input/kinds.md +16 -0
  218. package/docs/components/input/sizes.md +13 -0
  219. package/docs/components/input/states.md +12 -0
  220. package/docs/components/input/types.md +15 -0
  221. package/docs/components/input/usage.md +17 -0
  222. package/docs/components/listbox/_meta.yaml +12 -0
  223. package/docs/components/listbox/color-kinds.md +27 -0
  224. package/docs/components/listbox/custom-colors.md +18 -0
  225. package/docs/components/listbox/form-example.md +36 -0
  226. package/docs/components/listbox/intro.md +8 -0
  227. package/docs/components/listbox/kinds.md +30 -0
  228. package/docs/components/listbox/separators.md +19 -0
  229. package/docs/components/listbox/sizes.md +24 -0
  230. package/docs/components/listbox/states.md +19 -0
  231. package/docs/components/listbox/usage.md +23 -0
  232. package/docs/components/modal/_meta.yaml +13 -0
  233. package/docs/components/modal/close-behaviors.md +49 -0
  234. package/docs/components/modal/confirmation.md +19 -0
  235. package/docs/components/modal/controlled-state.md +29 -0
  236. package/docs/components/modal/custom-colors.md +25 -0
  237. package/docs/components/modal/custom-trigger.md +28 -0
  238. package/docs/components/modal/form-modal.md +23 -0
  239. package/docs/components/modal/intro.md +8 -0
  240. package/docs/components/modal/kinds.md +30 -0
  241. package/docs/components/modal/sizes.md +21 -0
  242. package/docs/components/modal/usage.md +15 -0
  243. package/docs/components/navbar/_meta.yaml +11 -0
  244. package/docs/components/navbar/complex-layouts.md +34 -0
  245. package/docs/components/navbar/custom-colors.md +24 -0
  246. package/docs/components/navbar/icons.md +33 -0
  247. package/docs/components/navbar/intro.md +8 -0
  248. package/docs/components/navbar/kinds.md +24 -0
  249. package/docs/components/navbar/neon-colors.md +24 -0
  250. package/docs/components/navbar/sticky.md +22 -0
  251. package/docs/components/navbar/usage.md +25 -0
  252. package/docs/components/number-input/_meta.yaml +12 -0
  253. package/docs/components/number-input/color-kinds.md +17 -0
  254. package/docs/components/number-input/custom-colors.md +21 -0
  255. package/docs/components/number-input/form-example.md +55 -0
  256. package/docs/components/number-input/intro.md +8 -0
  257. package/docs/components/number-input/kinds.md +16 -0
  258. package/docs/components/number-input/min-max-step.md +11 -0
  259. package/docs/components/number-input/sizes.md +13 -0
  260. package/docs/components/number-input/states.md +12 -0
  261. package/docs/components/number-input/usage.md +18 -0
  262. package/docs/components/page/_meta.yaml +9 -0
  263. package/docs/components/page/custom-width.md +17 -0
  264. package/docs/components/page/fixed-header.md +17 -0
  265. package/docs/components/page/intro.md +8 -0
  266. package/docs/components/page/real-world.md +37 -0
  267. package/docs/components/page/sidebar-position.md +18 -0
  268. package/docs/components/page/usage.md +33 -0
  269. package/docs/components/pagination/_meta.yaml +12 -0
  270. package/docs/components/pagination/config-options.md +17 -0
  271. package/docs/components/pagination/custom-colors.md +15 -0
  272. package/docs/components/pagination/intro.md +8 -0
  273. package/docs/components/pagination/kinds.md +13 -0
  274. package/docs/components/pagination/sizes.md +14 -0
  275. package/docs/components/pagination/states.md +10 -0
  276. package/docs/components/pagination/table-example.md +28 -0
  277. package/docs/components/pagination/usage.md +10 -0
  278. package/docs/components/pagination/variants.md +13 -0
  279. package/docs/components/panel/_meta.yaml +10 -0
  280. package/docs/components/panel/custom-colors.md +18 -0
  281. package/docs/components/panel/decoration.md +20 -0
  282. package/docs/components/panel/intro.md +8 -0
  283. package/docs/components/panel/kinds.md +23 -0
  284. package/docs/components/panel/scrollable.md +18 -0
  285. package/docs/components/panel/sizes.md +20 -0
  286. package/docs/components/panel/usage.md +13 -0
  287. package/docs/components/popover/_meta.yaml +9 -0
  288. package/docs/components/popover/arrow.md +15 -0
  289. package/docs/components/popover/custom-colors.md +19 -0
  290. package/docs/components/popover/intro.md +8 -0
  291. package/docs/components/popover/kinds.md +24 -0
  292. package/docs/components/popover/positioning.md +36 -0
  293. package/docs/components/popover/usage.md +15 -0
  294. package/docs/components/progress/_meta.yaml +10 -0
  295. package/docs/components/progress/custom-colors.md +14 -0
  296. package/docs/components/progress/indeterminate.md +11 -0
  297. package/docs/components/progress/intro.md +8 -0
  298. package/docs/components/progress/kinds.md +16 -0
  299. package/docs/components/progress/sizes.md +14 -0
  300. package/docs/components/progress/usage.md +13 -0
  301. package/docs/components/progress/value-label.md +12 -0
  302. package/docs/components/radio/_meta.yaml +10 -0
  303. package/docs/components/radio/custom-colors.md +24 -0
  304. package/docs/components/radio/intro.md +8 -0
  305. package/docs/components/radio/kinds.md +23 -0
  306. package/docs/components/radio/orientation.md +22 -0
  307. package/docs/components/radio/sizes.md +23 -0
  308. package/docs/components/radio/states.md +21 -0
  309. package/docs/components/radio/usage.md +21 -0
  310. package/docs/components/sidebar/_meta.yaml +10 -0
  311. package/docs/components/sidebar/active-state.md +35 -0
  312. package/docs/components/sidebar/custom-colors.md +20 -0
  313. package/docs/components/sidebar/intro.md +8 -0
  314. package/docs/components/sidebar/kinds.md +22 -0
  315. package/docs/components/sidebar/router.md +24 -0
  316. package/docs/components/sidebar/sections.md +24 -0
  317. package/docs/components/sidebar/usage.md +25 -0
  318. package/docs/components/skeleton/_meta.yaml +8 -0
  319. package/docs/components/skeleton/animations.md +17 -0
  320. package/docs/components/skeleton/composition.md +22 -0
  321. package/docs/components/skeleton/intro.md +8 -0
  322. package/docs/components/skeleton/usage.md +12 -0
  323. package/docs/components/skeleton/variants.md +17 -0
  324. package/docs/components/slider/_meta.yaml +12 -0
  325. package/docs/components/slider/accessibility.md +6 -0
  326. package/docs/components/slider/custom-colors.md +14 -0
  327. package/docs/components/slider/intro.md +8 -0
  328. package/docs/components/slider/kinds.md +16 -0
  329. package/docs/components/slider/range.md +16 -0
  330. package/docs/components/slider/sizes.md +14 -0
  331. package/docs/components/slider/step.md +13 -0
  332. package/docs/components/slider/usage.md +16 -0
  333. package/docs/components/slider/vertical.md +14 -0
  334. package/docs/components/spinner/_meta.yaml +10 -0
  335. package/docs/components/spinner/accessibility.md +6 -0
  336. package/docs/components/spinner/custom-colors.md +13 -0
  337. package/docs/components/spinner/intro.md +8 -0
  338. package/docs/components/spinner/kinds.md +16 -0
  339. package/docs/components/spinner/sizes.md +14 -0
  340. package/docs/components/spinner/usage.md +10 -0
  341. package/docs/components/spinner/variants.md +12 -0
  342. package/docs/components/switch/_meta.yaml +12 -0
  343. package/docs/components/switch/accessibility.md +6 -0
  344. package/docs/components/switch/custom-colors.md +29 -0
  345. package/docs/components/switch/disabled.md +11 -0
  346. package/docs/components/switch/dynamic-labels.md +12 -0
  347. package/docs/components/switch/intro.md +8 -0
  348. package/docs/components/switch/kinds.md +16 -0
  349. package/docs/components/switch/sizes.md +14 -0
  350. package/docs/components/switch/thumb-color.md +16 -0
  351. package/docs/components/switch/usage.md +18 -0
  352. package/docs/components/table/_meta.yaml +12 -0
  353. package/docs/components/table/accessibility.md +6 -0
  354. package/docs/components/table/borders.md +17 -0
  355. package/docs/components/table/hoverable.md +26 -0
  356. package/docs/components/table/intro.md +8 -0
  357. package/docs/components/table/kinds.md +18 -0
  358. package/docs/components/table/striped.md +28 -0
  359. package/docs/components/table/subtle.md +26 -0
  360. package/docs/components/table/usage.md +30 -0
  361. package/docs/components/table/variants.md +23 -0
  362. package/docs/components/tabs/_meta.yaml +10 -0
  363. package/docs/components/tabs/accessibility.md +6 -0
  364. package/docs/components/tabs/custom-colors.md +23 -0
  365. package/docs/components/tabs/icons.md +23 -0
  366. package/docs/components/tabs/intro.md +8 -0
  367. package/docs/components/tabs/kinds.md +30 -0
  368. package/docs/components/tabs/usage.md +38 -0
  369. package/docs/components/tabs/vertical.md +23 -0
  370. package/docs/components/tag/_meta.yaml +11 -0
  371. package/docs/components/tag/accessibility.md +6 -0
  372. package/docs/components/tag/custom-colors.md +32 -0
  373. package/docs/components/tag/intro.md +8 -0
  374. package/docs/components/tag/kinds.md +16 -0
  375. package/docs/components/tag/removable.md +33 -0
  376. package/docs/components/tag/sizes.md +13 -0
  377. package/docs/components/tag/usage.md +13 -0
  378. package/docs/components/tag/variants.md +13 -0
  379. package/docs/components/tags-input/_meta.yaml +13 -0
  380. package/docs/components/tags-input/color-kinds.md +17 -0
  381. package/docs/components/tags-input/custom-colors.md +21 -0
  382. package/docs/components/tags-input/form-example.md +30 -0
  383. package/docs/components/tags-input/intro.md +8 -0
  384. package/docs/components/tags-input/kinds.md +16 -0
  385. package/docs/components/tags-input/max-tags.md +10 -0
  386. package/docs/components/tags-input/sizes.md +13 -0
  387. package/docs/components/tags-input/states.md +10 -0
  388. package/docs/components/tags-input/tag-customization.md +17 -0
  389. package/docs/components/tags-input/usage.md +17 -0
  390. package/docs/components/textarea/_meta.yaml +12 -0
  391. package/docs/components/textarea/color-kinds.md +17 -0
  392. package/docs/components/textarea/custom-colors.md +21 -0
  393. package/docs/components/textarea/form-example.md +37 -0
  394. package/docs/components/textarea/intro.md +8 -0
  395. package/docs/components/textarea/kinds.md +16 -0
  396. package/docs/components/textarea/rows.md +12 -0
  397. package/docs/components/textarea/sizes.md +13 -0
  398. package/docs/components/textarea/states.md +12 -0
  399. package/docs/components/textarea/usage.md +17 -0
  400. package/docs/components/theme/_meta.yaml +9 -0
  401. package/docs/components/theme/available-themes.md +16 -0
  402. package/docs/components/theme/intro.md +8 -0
  403. package/docs/components/theme/nested-themes.md +16 -0
  404. package/docs/components/theme/portal-components.md +19 -0
  405. package/docs/components/theme/programmatic-switching.md +19 -0
  406. package/docs/components/theme/usage.md +16 -0
  407. package/docs/components/toast/_meta.yaml +11 -0
  408. package/docs/components/toast/dismiss.md +15 -0
  409. package/docs/components/toast/duration.md +23 -0
  410. package/docs/components/toast/intro.md +8 -0
  411. package/docs/components/toast/kinds.md +13 -0
  412. package/docs/components/toast/real-world.md +23 -0
  413. package/docs/components/toast/setup.md +16 -0
  414. package/docs/components/toast/usage.md +18 -0
  415. package/docs/components/toast/with-title.md +14 -0
  416. package/docs/components/tooltip/_meta.yaml +14 -0
  417. package/docs/components/tooltip/alignment.md +24 -0
  418. package/docs/components/tooltip/app-level-provider.md +21 -0
  419. package/docs/components/tooltip/arrow.md +21 -0
  420. package/docs/components/tooltip/custom-colors.md +24 -0
  421. package/docs/components/tooltip/delay.md +27 -0
  422. package/docs/components/tooltip/intro.md +8 -0
  423. package/docs/components/tooltip/kinds.md +27 -0
  424. package/docs/components/tooltip/positioning.md +24 -0
  425. package/docs/components/tooltip/provider.md +26 -0
  426. package/docs/components/tooltip/real-world.md +32 -0
  427. package/docs/components/tooltip/usage.md +15 -0
  428. package/docs/guides/ai-llms.md +63 -0
  429. package/docs/guides/design-tokens/_meta.yaml +14 -0
  430. package/docs/guides/design-tokens/advanced.md +60 -0
  431. package/docs/guides/design-tokens/architecture.md +11 -0
  432. package/docs/guides/design-tokens/best-practices.md +21 -0
  433. package/docs/guides/design-tokens/component-tokens.md +37 -0
  434. package/docs/guides/design-tokens/foundation-colors.md +13 -0
  435. package/docs/guides/design-tokens/foundation-other.md +41 -0
  436. package/docs/guides/design-tokens/intro.md +19 -0
  437. package/docs/guides/design-tokens/semantic-kinds.md +33 -0
  438. package/docs/guides/design-tokens/semantic-states.md +55 -0
  439. package/docs/guides/design-tokens/themes.md +38 -0
  440. package/docs/guides/design-tokens/usage.md +55 -0
  441. package/package.json +3 -5
  442. package/src/components/Accordion/SkAccordion.vue +51 -37
  443. package/src/components/Accordion/SkAccordionItem.vue +40 -20
  444. package/src/components/Alert/SkAlert.vue +37 -27
  445. package/src/components/Avatar/SkAvatar.vue +69 -10
  446. package/src/components/Breadcrumbs/SkBreadcrumbItem.vue +63 -1
  447. package/src/components/Breadcrumbs/SkBreadcrumbSeparator.vue +32 -3
  448. package/src/components/Breadcrumbs/SkBreadcrumbs.vue +36 -0
  449. package/src/components/Button/SkButton.vue +83 -17
  450. package/src/components/Card/SkCard.vue +84 -17
  451. package/src/components/Checkbox/SkCheckbox.vue +52 -12
  452. package/src/components/Collapsible/SkCollapsible.vue +65 -27
  453. package/src/components/Divider/SkDivider.vue +51 -11
  454. package/src/components/Dropdown/SkDropdown.vue +54 -11
  455. package/src/components/Dropdown/SkDropdownMenuItem.vue +25 -6
  456. package/src/components/Dropdown/SkDropdownMenuSeparator.vue +16 -2
  457. package/src/components/Dropdown/SkDropdownSubmenu.vue +30 -8
  458. package/src/components/Field/SkField.vue +83 -15
  459. package/src/components/Group/SkGroup.vue +24 -9
  460. package/src/components/Input/SkInput.vue +77 -15
  461. package/src/components/Listbox/SkListbox.vue +48 -10
  462. package/src/components/Listbox/SkListboxItem.vue +28 -7
  463. package/src/components/Listbox/SkListboxSeparator.vue +16 -2
  464. package/src/components/Modal/SkModal.vue +85 -36
  465. package/src/components/NavBar/SkNavBar.vue +39 -9
  466. package/src/components/NumberInput/SkNumberInput.vue +85 -16
  467. package/src/components/Page/SkPage.vue +55 -6
  468. package/src/components/Pagination/SkPagination.vue +88 -0
  469. package/src/components/Pagination/SkPaginationItem.vue +51 -1
  470. package/src/components/Panel/SkPanel.vue +46 -12
  471. package/src/components/Popover/SkPopover.vue +91 -36
  472. package/src/components/Progress/SkProgress.vue +74 -10
  473. package/src/components/Radio/SkRadio.vue +48 -12
  474. package/src/components/Radio/SkRadioGroup.vue +69 -13
  475. package/src/components/Sidebar/SkSidebar.vue +36 -29
  476. package/src/components/Sidebar/SkSidebarItem.vue +34 -9
  477. package/src/components/Sidebar/SkSidebarSection.vue +22 -8
  478. package/src/components/Skeleton/SkSkeleton.vue +75 -8
  479. package/src/components/Slider/SkSlider.vue +91 -15
  480. package/src/components/Spinner/SkSpinner.vue +50 -6
  481. package/src/components/Switch/SkSwitch.vue +98 -35
  482. package/src/components/Table/SkTable.vue +79 -15
  483. package/src/components/Tabs/SkTab.vue +41 -11
  484. package/src/components/Tabs/SkTabList.vue +24 -8
  485. package/src/components/Tabs/SkTabPanel.vue +31 -9
  486. package/src/components/Tabs/SkTabPanels.vue +21 -4
  487. package/src/components/Tabs/SkTabs.vue +49 -37
  488. package/src/components/Tag/SkTag.vue +57 -32
  489. package/src/components/TagsInput/SkTagsInput.vue +75 -14
  490. package/src/components/Textarea/SkTextarea.vue +78 -15
  491. package/src/components/Theme/SkTheme.vue +27 -3
  492. package/src/components/Theme/types.ts +14 -5
  493. package/src/components/Toast/SkToast.vue +56 -9
  494. package/src/components/Toast/SkToastProvider.vue +43 -17
  495. package/src/components/Tooltip/SkTooltip.vue +66 -35
  496. package/src/components/Tooltip/SkTooltipProvider.vue +36 -36
  497. package/src/composables/usePortalContext.test.ts +2 -0
  498. package/src/styles/components/_alert.scss +0 -22
  499. package/web-types.json +302 -282
  500. package/docs/components/accordion.md +0 -92
  501. package/docs/components/alert.md +0 -72
  502. package/docs/components/avatar.md +0 -69
  503. package/docs/components/breadcrumbs.md +0 -65
  504. package/docs/components/button.md +0 -110
  505. package/docs/components/card.md +0 -87
  506. package/docs/components/checkbox.md +0 -77
  507. package/docs/components/collapsible.md +0 -71
  508. package/docs/components/divider.md +0 -62
  509. package/docs/components/dropdown.md +0 -88
  510. package/docs/components/field.md +0 -80
  511. package/docs/components/group.md +0 -41
  512. package/docs/components/input.md +0 -84
  513. package/docs/components/listbox.md +0 -82
  514. package/docs/components/modal.md +0 -101
  515. package/docs/components/navbar.md +0 -64
  516. package/docs/components/number-input.md +0 -78
  517. package/docs/components/page.md +0 -77
  518. package/docs/components/pagination.md +0 -88
  519. package/docs/components/panel.md +0 -74
  520. package/docs/components/popover.md +0 -93
  521. package/docs/components/progress.md +0 -76
  522. package/docs/components/radio.md +0 -86
  523. package/docs/components/sidebar.md +0 -74
  524. package/docs/components/skeleton.md +0 -76
  525. package/docs/components/slider.md +0 -94
  526. package/docs/components/spinner.md +0 -59
  527. package/docs/components/switch.md +0 -97
  528. package/docs/components/table.md +0 -91
  529. package/docs/components/tabs.md +0 -108
  530. package/docs/components/tag.md +0 -75
  531. package/docs/components/tags-input.md +0 -88
  532. package/docs/components/textarea.md +0 -80
  533. package/docs/components/theme.md +0 -65
  534. package/docs/components/toast.md +0 -95
  535. package/docs/components/tooltip.md +0 -90
  536. package/docs/guides/design-tokens.md +0 -105
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "@skewedaspect/sleekspace-ui",
4
- "version": "0.2.0",
4
+ "version": "0.2.0-beta.2",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -14,7 +14,7 @@
14
14
  {
15
15
  "name": "type",
16
16
  "required": false,
17
- "description": "Single or multiple open items",
17
+ "description": "Controls whether one or multiple accordion items can be open simultaneously.\nIn 'single' mode, opening a new item automatically closes the previously open item.\nIn 'multiple' mode, users can expand any number of items independently.",
18
18
  "value": {
19
19
  "kind": "expression",
20
20
  "type": "SkAccordionType"
@@ -24,7 +24,7 @@
24
24
  {
25
25
  "name": "modelValue",
26
26
  "required": false,
27
- "description": "Controlled state (v-model)",
27
+ "description": "The value(s) of currently open accordion item(s). Use with `v-model` for two-way binding.\nIn 'single' mode, this is a string matching one item's `value` prop.\nIn 'multiple' mode, this is an array of strings matching multiple items' `value` props.",
28
28
  "value": {
29
29
  "kind": "expression",
30
30
  "type": "union"
@@ -34,7 +34,7 @@
34
34
  {
35
35
  "name": "collapsible",
36
36
  "required": false,
37
- "description": "Allow closing all items (single mode only)",
37
+ "description": "When true and in 'single' mode, allows all items to be collapsed by clicking the open item again.\nWhen false, one item must always remain open (the first click selects, subsequent clicks don't collapse).\nThis prop has no effect in 'multiple' mode where items are always independently collapsible.",
38
38
  "value": {
39
39
  "kind": "expression",
40
40
  "type": "boolean"
@@ -44,7 +44,7 @@
44
44
  {
45
45
  "name": "kind",
46
46
  "required": false,
47
- "description": "Semantic color kind",
47
+ "description": "Semantic color kind that controls the accordion's header and border colors. The kind is automatically\ninherited by all child SkAccordionItem components unless they specify their own kind.\nSemantic kinds (neutral, primary, accent, etc.) adapt to your theme.",
48
48
  "value": {
49
49
  "kind": "expression",
50
50
  "type": "SkAccordionKind"
@@ -54,7 +54,7 @@
54
54
  {
55
55
  "name": "disabled",
56
56
  "required": false,
57
- "description": "Disable all items",
57
+ "description": "When true, disables all accordion items. Items cannot be expanded or collapsed, and\nthe accordion appears with reduced opacity. Individual items can also be disabled\nindependently via their own `disabled` prop.",
58
58
  "value": {
59
59
  "kind": "expression",
60
60
  "type": "boolean"
@@ -84,7 +84,7 @@
84
84
  {
85
85
  "name": "value",
86
86
  "required": true,
87
- "description": "Required unique identifier",
87
+ "description": "A unique identifier for this accordion item. This value is used by the parent SkAccordion\nto track which item(s) are currently open. Must be unique among siblings within the same\naccordion. The value is exposed in v-model bindings on the parent accordion.",
88
88
  "value": {
89
89
  "kind": "expression",
90
90
  "type": "string"
@@ -93,7 +93,7 @@
93
93
  {
94
94
  "name": "title",
95
95
  "required": false,
96
- "description": "Title text (overridden by title slot)",
96
+ "description": "Text displayed in the accordion item's header/trigger button. This is the clickable\narea that expands or collapses the content. Can be overridden with the `title` slot\nfor custom header content including icons, badges, or formatted text.",
97
97
  "value": {
98
98
  "kind": "expression",
99
99
  "type": "string"
@@ -103,7 +103,7 @@
103
103
  {
104
104
  "name": "disabled",
105
105
  "required": false,
106
- "description": "Disable this item",
106
+ "description": "When true, this specific accordion item cannot be expanded or collapsed. The item\nappears with reduced opacity and the cursor changes to not-allowed. If the item\nwas already open when disabled, it remains in its current state.",
107
107
  "value": {
108
108
  "kind": "expression",
109
109
  "type": "boolean"
@@ -113,7 +113,7 @@
113
113
  {
114
114
  "name": "kind",
115
115
  "required": false,
116
- "description": "Override parent kind",
116
+ "description": "Overrides the semantic color kind inherited from the parent SkAccordion. Use this\nto highlight specific items differently, such as marking one section as 'warning'\nor 'danger'. When not specified, the item uses the parent accordion's kind.",
117
117
  "value": {
118
118
  "kind": "expression",
119
119
  "type": "SkAccordionKind"
@@ -141,7 +141,7 @@
141
141
  {
142
142
  "name": "kind",
143
143
  "required": false,
144
- "description": "Semantic kind determining the alert color and icon (info, success, warning, danger)",
144
+ "description": "Semantic kind that determines the alert's color scheme and default icon. Each kind\nconveys a different meaning: 'info' for general information, 'success' for positive\nconfirmations, 'warning' for cautionary messages, and 'danger' for errors or critical issues.",
145
145
  "value": {
146
146
  "kind": "expression",
147
147
  "type": "SkAlertKind"
@@ -151,7 +151,7 @@
151
151
  {
152
152
  "name": "prominent",
153
153
  "required": false,
154
- "description": "Whether to use prominent styling with darker background and bolder appearance",
154
+ "description": "When true, applies prominent styling with a more vivid background color and stronger\nvisual presence. Use prominent alerts for critical messages that require immediate\nuser attention, such as errors or important warnings.",
155
155
  "value": {
156
156
  "kind": "expression",
157
157
  "type": "boolean"
@@ -179,7 +179,7 @@
179
179
  {
180
180
  "name": "src",
181
181
  "required": false,
182
- "description": "Image source URL",
182
+ "description": "URL of the avatar image to display. When provided, the component attempts to load and display\nthis image. If the image fails to load (404, network error, etc.), the component automatically\nfalls back to initials or the default icon. Supports any valid image URL including data URIs.",
183
183
  "value": {
184
184
  "kind": "expression",
185
185
  "type": "string"
@@ -189,7 +189,7 @@
189
189
  {
190
190
  "name": "alt",
191
191
  "required": false,
192
- "description": "Alt text for image",
192
+ "description": "Alternative text for the avatar image, used for accessibility. Screen readers announce this\ntext, so provide meaningful descriptions like \"Jane Doe's profile photo\" rather than generic\ntext like \"avatar\". Only applies when displaying an image.",
193
193
  "value": {
194
194
  "kind": "expression",
195
195
  "type": "string"
@@ -199,7 +199,7 @@
199
199
  {
200
200
  "name": "initials",
201
201
  "required": false,
202
- "description": "Fallback initials (1-2 characters)",
202
+ "description": "Fallback text to display when no image is provided or the image fails to load. Typically\na user's initials (first and last name letters). Automatically truncated to 2 characters\nand uppercased. If neither src nor initials are provided, displays the default user icon.",
203
203
  "value": {
204
204
  "kind": "expression",
205
205
  "type": "string"
@@ -209,7 +209,7 @@
209
209
  {
210
210
  "name": "kind",
211
211
  "required": false,
212
- "description": "Semantic color kind",
212
+ "description": "Semantic color kind that controls the avatar's background and text colors when displaying\ninitials or the fallback icon. Has no visible effect when displaying an image. Semantic kinds\n(neutral, primary, accent, info, success, warning, danger) adapt to your theme.",
213
213
  "value": {
214
214
  "kind": "expression",
215
215
  "type": "ComponentKind"
@@ -219,7 +219,7 @@
219
219
  {
220
220
  "name": "size",
221
221
  "required": false,
222
- "description": "Avatar size",
222
+ "description": "Avatar size controlling both dimensions and text/icon scaling. Available sizes: 'xs' (extra\nsmall, 24px), 'sm' (small, 32px), 'md' (medium, 40px), 'lg' (large, 48px), 'xl' (extra large,\n64px), '2xl' (double extra large, 80px). Choose based on context: 'sm' for lists, 'lg' for\nprofile headers, 'xl' for profile pages.",
223
223
  "value": {
224
224
  "kind": "expression",
225
225
  "type": "SkAvatarSize"
@@ -229,7 +229,7 @@
229
229
  {
230
230
  "name": "baseColor",
231
231
  "required": false,
232
- "description": "Custom background color (overrides kind)",
232
+ "description": "Custom background color that overrides the kind's default. Use for brand colors, user-selected\ncolors, or dynamically generated colors based on user ID. Accepts any valid CSS color value.\nOnly visible when displaying initials or the fallback icon.",
233
233
  "value": {
234
234
  "kind": "expression",
235
235
  "type": "string"
@@ -239,7 +239,7 @@
239
239
  {
240
240
  "name": "textColor",
241
241
  "required": false,
242
- "description": "Custom text color",
242
+ "description": "Custom text/icon color that overrides the kind's default. Should provide sufficient contrast\nagainst baseColor for accessibility. Accepts any valid CSS color value. Only visible when\ndisplaying initials or the fallback icon.",
243
243
  "value": {
244
244
  "kind": "expression",
245
245
  "type": "string"
@@ -264,15 +264,17 @@
264
264
  {
265
265
  "name": "to",
266
266
  "required": false,
267
+ "description": "Vue Router destination for client-side navigation. When provided, the item renders as a\n`RouterLink` component. Accepts any valid `RouteLocationRaw` value including path strings,\nnamed routes, and route objects with params.",
267
268
  "value": {
268
269
  "kind": "expression",
269
- "type": "union"
270
+ "type": "TSIndexedAccessType"
270
271
  },
271
272
  "default": "undefined"
272
273
  },
273
274
  {
274
275
  "name": "href",
275
276
  "required": false,
277
+ "description": "URL for standard anchor link navigation. When provided (and `to` is not set), the item\nrenders as an `<a>` element. Use this for external links or non-Vue-Router navigation.",
276
278
  "value": {
277
279
  "kind": "expression",
278
280
  "type": "string"
@@ -282,6 +284,7 @@
282
284
  {
283
285
  "name": "current",
284
286
  "required": false,
287
+ "description": "When true, marks this item as the current page in the breadcrumb trail. The item renders\nas a non-interactive `<span>` and receives `aria-current=\"page\"` for accessibility.\nTypically used on the last item in the breadcrumb list.",
285
288
  "value": {
286
289
  "kind": "expression",
287
290
  "type": "boolean"
@@ -291,6 +294,7 @@
291
294
  {
292
295
  "name": "disabled",
293
296
  "required": false,
297
+ "description": "When true, the item is disabled and cannot be interacted with. The item renders as a\nnon-interactive `<span>` with reduced opacity. Use for items that represent inaccessible\nor locked sections of the application.",
294
298
  "value": {
295
299
  "kind": "expression",
296
300
  "type": "boolean"
@@ -318,6 +322,7 @@
318
322
  {
319
323
  "name": "separator",
320
324
  "required": false,
325
+ "description": "Custom separator character or string to display. When not provided, inherits the separator\nfrom the parent `SkBreadcrumbs` component. Use this to override specific separators while\nkeeping others consistent with the parent setting.",
321
326
  "value": {
322
327
  "kind": "expression",
323
328
  "type": "string"
@@ -353,22 +358,24 @@
353
358
  "default": "undefined"
354
359
  },
355
360
  {
356
- "name": "separator",
361
+ "name": "kind",
357
362
  "required": false,
363
+ "description": "Semantic color kind that controls the appearance of breadcrumb links. The kind affects link colors\nfor normal, hover, and active states. All child `SkBreadcrumbItem` components inherit this kind.",
358
364
  "value": {
359
365
  "kind": "expression",
360
- "type": "string"
366
+ "type": "TSIndexedAccessType"
361
367
  },
362
- "default": "'/'"
368
+ "default": "'neutral'"
363
369
  },
364
370
  {
365
- "name": "kind",
371
+ "name": "separator",
366
372
  "required": false,
373
+ "description": "Character or string displayed between breadcrumb items. Common separators include '/', '>', and\nunicode characters like '\\u203A' (single right-pointing angle quotation mark). Can be overridden\non individual `SkBreadcrumbSeparator` components for custom patterns.",
367
374
  "value": {
368
375
  "kind": "expression",
369
- "type": "SkBreadcrumbsKind"
376
+ "type": "string"
370
377
  },
371
- "default": "'neutral'"
378
+ "default": "'/'"
372
379
  }
373
380
  ],
374
381
  "source": {
@@ -383,7 +390,7 @@
383
390
  {
384
391
  "name": "type",
385
392
  "required": false,
386
- "description": "HTML button type attribute",
393
+ "description": "The HTML `type` attribute for the button element. Only applies when rendering as a `<button>`\n(i.e., when neither `href` nor `to` props are provided). Use 'submit' for form submission\nbuttons and 'reset' for form reset buttons.",
387
394
  "value": {
388
395
  "kind": "expression",
389
396
  "type": "SkButtonType"
@@ -393,7 +400,7 @@
393
400
  {
394
401
  "name": "kind",
395
402
  "required": false,
396
- "description": "Semantic color kind",
403
+ "description": "Semantic color kind that controls the button's color scheme. Semantic kinds (neutral, primary,\naccent, etc.) adapt to your theme colors, while color kinds (neon-blue, neon-purple, etc.)\nprovide fixed branding colors that remain consistent across themes.",
397
404
  "value": {
398
405
  "kind": "expression",
399
406
  "type": "SkButtonKind"
@@ -403,7 +410,7 @@
403
410
  {
404
411
  "name": "variant",
405
412
  "required": false,
406
- "description": "Visual variant style",
413
+ "description": "Visual variant that determines the button's styling approach. 'solid' provides a filled\nbackground, 'outline' shows a bordered button with transparent background, and 'ghost'\nrenders a minimal button with no background or border until hovered.",
407
414
  "value": {
408
415
  "kind": "expression",
409
416
  "type": "SkButtonVariant"
@@ -413,7 +420,7 @@
413
420
  {
414
421
  "name": "size",
415
422
  "required": false,
416
- "description": "Button size",
423
+ "description": "Button size controlling padding, font size, and overall dimensions. Available sizes:\n'sm' (small, compact), 'md' (medium, default), 'lg' (large), 'xl' (extra large).\nIcon-only buttons automatically adjust to square proportions at each size.",
417
424
  "value": {
418
425
  "kind": "expression",
419
426
  "type": "SkButtonSize"
@@ -423,7 +430,7 @@
423
430
  {
424
431
  "name": "disabled",
425
432
  "required": false,
426
- "description": "Disabled state",
433
+ "description": "When true, disables the button preventing all user interaction. The button appears with\nreduced opacity and the cursor changes to not-allowed. Also disables any navigation\nfor link-style buttons.",
427
434
  "value": {
428
435
  "kind": "expression",
429
436
  "type": "boolean"
@@ -433,7 +440,7 @@
433
440
  {
434
441
  "name": "loading",
435
442
  "required": false,
436
- "description": "Loading state with spinner",
443
+ "description": "When true, displays a loading spinner and disables the button. The button content remains\nvisible but dimmed while the spinner overlays it. Use this to indicate async operations\nlike form submissions or data fetching.",
437
444
  "value": {
438
445
  "kind": "expression",
439
446
  "type": "boolean"
@@ -443,7 +450,7 @@
443
450
  {
444
451
  "name": "pressed",
445
452
  "required": false,
446
- "description": "Toggle pressed state",
453
+ "description": "Toggle state for buttons used as toggle controls. When true, applies the pressed visual\nstate and sets `aria-pressed=\"true\"` for accessibility. Use with `@click` to toggle\nthe value for toolbar buttons or toggle switches.",
447
454
  "value": {
448
455
  "kind": "expression",
449
456
  "type": "boolean"
@@ -453,7 +460,7 @@
453
460
  {
454
461
  "name": "href",
455
462
  "required": false,
456
- "description": "Href for anchor tag rendering",
463
+ "description": "URL for the button to navigate to. When provided, the button renders as an `<a>` element\ninstead of a `<button>`. Use for external links or simple navigation that doesn't require\nVue Router.",
457
464
  "value": {
458
465
  "kind": "expression",
459
466
  "type": "string"
@@ -463,7 +470,7 @@
463
470
  {
464
471
  "name": "to",
465
472
  "required": false,
466
- "description": "Route for router-link rendering",
473
+ "description": "Vue Router route for the button to navigate to. When provided, the button renders as a\n`<router-link>` component. Accepts either a string path or a route location object with\nname, params, and query properties.",
467
474
  "value": {
468
475
  "kind": "expression",
469
476
  "type": "union"
@@ -497,7 +504,7 @@
497
504
  {
498
505
  "name": "kind",
499
506
  "required": false,
500
- "description": "Semantic color kind for the card",
507
+ "description": "Semantic color kind that controls the card's border color and decorative accent stripe.\nSemantic kinds (neutral, primary, accent, etc.) automatically adapt to your current theme,\nwhile color kinds (neon-blue, neon-purple, etc.) provide fixed branding colors.",
501
508
  "value": {
502
509
  "kind": "expression",
503
510
  "type": "SkCardKind"
@@ -507,7 +514,7 @@
507
514
  {
508
515
  "name": "size",
509
516
  "required": false,
510
- "description": "Size of the card affecting padding and spacing",
517
+ "description": "Controls the internal padding of the card's content areas. Larger sizes provide more\nbreathing room, while smaller sizes create compact layouts. The header, content, and\nfooter sections all respect this sizing. Available: 'sm', 'md', 'lg', 'xl'.",
511
518
  "value": {
512
519
  "kind": "expression",
513
520
  "type": "SkPanelSize"
@@ -517,7 +524,7 @@
517
524
  {
518
525
  "name": "showDecoration",
519
526
  "required": false,
520
- "description": "Whether to show the decorative accent border (when not explicitly disabled by noDecoration)",
527
+ "description": "When true, displays a colored accent stripe along the top edge of the card.\nCan be explicitly set to override the default behavior. Takes precedence over\n`noDecoration` when explicitly set to true.",
521
528
  "value": {
522
529
  "kind": "expression",
523
530
  "type": "boolean"
@@ -527,7 +534,7 @@
527
534
  {
528
535
  "name": "noDecoration",
529
536
  "required": false,
530
- "description": "Explicitly disable the decorative accent border",
537
+ "description": "When true, explicitly disables the decorative accent stripe. Use this for cleaner\ncard appearances where the color accent is not needed. This is overridden if\n`showDecoration` is explicitly set to true.",
531
538
  "value": {
532
539
  "kind": "expression",
533
540
  "type": "boolean"
@@ -537,7 +544,7 @@
537
544
  {
538
545
  "name": "noBorder",
539
546
  "required": false,
540
- "description": "Whether to hide the card border entirely",
547
+ "description": "When true, removes the border entirely from the card. Useful for flat card designs\nor when cards are displayed on contrasting backgrounds. Note: This automatically\ndisables the decoration stripe since it's part of the border styling.",
541
548
  "value": {
542
549
  "kind": "expression",
543
550
  "type": "boolean"
@@ -547,7 +554,7 @@
547
554
  {
548
555
  "name": "title",
549
556
  "required": false,
550
- "description": "Optional title text displayed in the header section",
557
+ "description": "Title text displayed prominently in the card header section. The title is rendered\nas an h3 element for proper document semantics. For more complex headers, use the\n`header` slot instead of or alongside this prop.",
551
558
  "value": {
552
559
  "kind": "expression",
553
560
  "type": "string"
@@ -557,7 +564,7 @@
557
564
  {
558
565
  "name": "headerColor",
559
566
  "required": false,
560
- "description": "Custom background color for the card header",
567
+ "description": "Custom CSS background color for the header section only. Accepts any valid CSS color\nvalue (hex, rgb, oklch, etc.). Use this to create visual distinction between the\nheader and content areas, or to match brand colors.",
561
568
  "value": {
562
569
  "kind": "expression",
563
570
  "type": "string"
@@ -567,7 +574,7 @@
567
574
  {
568
575
  "name": "scrollable",
569
576
  "required": false,
570
- "description": "Makes the content area scrollable (card needs a constrained height)",
577
+ "description": "When true, makes the content area scrollable with a fixed maximum height. The card\nitself must have a constrained height (via CSS or parent container) for scrolling\nto take effect. Header and footer remain fixed while content scrolls.",
571
578
  "value": {
572
579
  "kind": "expression",
573
580
  "type": "boolean"
@@ -601,7 +608,7 @@
601
608
  {
602
609
  "name": "kind",
603
610
  "required": false,
604
- "description": "Semantic color kind",
611
+ "description": "Semantic color kind that controls the checkbox appearance when checked. Semantic kinds\n(neutral, primary, accent, etc.) adapt to your theme, while color kinds (neon-blue,\nneon-purple, etc.) provide fixed branding colors.",
605
612
  "value": {
606
613
  "kind": "expression",
607
614
  "type": "SkCheckboxKind"
@@ -611,7 +618,7 @@
611
618
  {
612
619
  "name": "size",
613
620
  "required": false,
614
- "description": "Checkbox size",
621
+ "description": "Checkbox size. Controls both the checkbox box dimensions and the label text size.\nAvailable sizes: 'sm' (small), 'md' (medium), 'lg' (large), 'xl' (extra large).",
615
622
  "value": {
616
623
  "kind": "expression",
617
624
  "type": "SkCheckboxSize"
@@ -621,7 +628,7 @@
621
628
  {
622
629
  "name": "disabled",
623
630
  "required": false,
624
- "description": "Disabled state",
631
+ "description": "When true, the checkbox is disabled and cannot be interacted with. The checkbox\nappears with reduced opacity and the cursor changes to not-allowed.",
625
632
  "value": {
626
633
  "kind": "expression",
627
634
  "type": "boolean"
@@ -631,7 +638,7 @@
631
638
  {
632
639
  "name": "required",
633
640
  "required": false,
634
- "description": "Required for form validation",
641
+ "description": "When true, marks the checkbox as required for form validation. This does not\nadd visual indication—use a SkField wrapper for required field styling.",
635
642
  "value": {
636
643
  "kind": "expression",
637
644
  "type": "boolean"
@@ -641,7 +648,7 @@
641
648
  {
642
649
  "name": "name",
643
650
  "required": false,
644
- "description": "Form field name",
651
+ "description": "The form field name used when submitting the checkbox value in a form.\nRequired for native form submission.",
645
652
  "value": {
646
653
  "kind": "expression",
647
654
  "type": "string"
@@ -651,7 +658,7 @@
651
658
  {
652
659
  "name": "label",
653
660
  "required": false,
654
- "description": "Label text (can be overridden by default slot)",
661
+ "description": "Label text displayed next to the checkbox. Can be overridden by the default slot\nfor custom label content (icons, formatted text, etc.).",
655
662
  "value": {
656
663
  "kind": "expression",
657
664
  "type": "string"
@@ -676,7 +683,7 @@
676
683
  {
677
684
  "name": "open",
678
685
  "required": false,
679
- "description": "Controlled state (v-model:open)",
686
+ "description": "Controls the expanded/collapsed state of the component. Use with `v-model:open` for\ntwo-way binding. When true, the content is visible; when false, it's hidden. If not\nprovided, the component manages its own state internally starting with `defaultOpen`.",
680
687
  "value": {
681
688
  "kind": "expression",
682
689
  "type": "boolean"
@@ -686,7 +693,7 @@
686
693
  {
687
694
  "name": "defaultOpen",
688
695
  "required": false,
689
- "description": "Initial uncontrolled state",
696
+ "description": "The initial expanded state when the component is first rendered in uncontrolled mode.\nOnly applies when the `open` prop is not provided. After initial render, the component\nmanages its own state.",
690
697
  "value": {
691
698
  "kind": "expression",
692
699
  "type": "boolean"
@@ -696,7 +703,7 @@
696
703
  {
697
704
  "name": "disabled",
698
705
  "required": false,
699
- "description": "Disable interaction",
706
+ "description": "When true, disables the trigger and prevents state changes. The current expanded/collapsed\nstate is preserved but cannot be changed by user interaction. The trigger element appears\nwith reduced opacity and cursor changes to not-allowed.",
700
707
  "value": {
701
708
  "kind": "expression",
702
709
  "type": "boolean"
@@ -706,7 +713,7 @@
706
713
  {
707
714
  "name": "kind",
708
715
  "required": false,
709
- "description": "Semantic color kind",
716
+ "description": "Semantic color kind that controls the default trigger button appearance. Semantic kinds\n(neutral, primary, accent, etc.) adapt to your theme, while color kinds provide fixed\nbranding colors. Only applies when using the default trigger; ignored when using the\ntrigger slot.",
710
717
  "value": {
711
718
  "kind": "expression",
712
719
  "type": "SkCollapsibleKind"
@@ -716,7 +723,7 @@
716
723
  {
717
724
  "name": "triggerText",
718
725
  "required": false,
719
- "description": "Text for default trigger",
726
+ "description": "Label text for the default trigger button. Displayed alongside the animated chevron\nicon. Only applies when the trigger slot is not provided. For more control over the\ntrigger appearance, use the trigger slot instead.",
720
727
  "value": {
721
728
  "kind": "expression",
722
729
  "type": "string"
@@ -749,7 +756,7 @@
749
756
  {
750
757
  "name": "orientation",
751
758
  "required": false,
752
- "description": "Orientation of the divider line (horizontal or vertical)",
759
+ "description": "Controls the direction of the divider line. Use 'horizontal' for separating\nvertically stacked content (the divider spans width), or 'vertical' for\nseparating horizontally arranged elements (the divider spans height).",
753
760
  "value": {
754
761
  "kind": "expression",
755
762
  "type": "SkDividerOrientation"
@@ -759,7 +766,7 @@
759
766
  {
760
767
  "name": "kind",
761
768
  "required": false,
762
- "description": "Semantic color kind for the divider",
769
+ "description": "Semantic color kind that controls the divider's line color. Semantic kinds\n(neutral, primary, accent, etc.) adapt to your theme. Use colored dividers\nsparingly to draw attention to important content boundaries.",
763
770
  "value": {
764
771
  "kind": "expression",
765
772
  "type": "ComponentKind"
@@ -769,7 +776,7 @@
769
776
  {
770
777
  "name": "variant",
771
778
  "required": false,
772
- "description": "Visual variant (subtle for lighter appearance)",
779
+ "description": "Visual intensity variant for the divider. The default variant provides a\nclearly visible line, while 'subtle' reduces opacity for a softer, less\nprominent separation that doesn't compete with content for attention.",
773
780
  "value": {
774
781
  "kind": "expression",
775
782
  "type": "SkDividerVariant"
@@ -779,7 +786,7 @@
779
786
  {
780
787
  "name": "size",
781
788
  "required": false,
782
- "description": "Size of the divider (controls thickness and spacing)",
789
+ "description": "Controls the thickness of the divider line and the spacing (margin) around it.\nLarger sizes create bolder visual breaks between content sections, while smaller\nsizes provide minimal separation. Available: 'sm', 'md', 'lg', 'xl'.",
783
790
  "value": {
784
791
  "kind": "expression",
785
792
  "type": "ComponentSize"
@@ -799,7 +806,7 @@
799
806
  {
800
807
  "name": "kind",
801
808
  "required": false,
802
- "description": "Semantic color kind",
809
+ "description": "Semantic color kind that controls the menu's accent colors for hover states and\nfocus indicators. The kind is inherited by nested SkDropdownSubmenu components\nunless they specify their own kind.",
803
810
  "value": {
804
811
  "kind": "expression",
805
812
  "type": "SkDropdownKind"
@@ -809,7 +816,7 @@
809
816
  {
810
817
  "name": "triggerText",
811
818
  "required": false,
812
- "description": "Text for default trigger button (use trigger slot for custom trigger)",
819
+ "description": "Text displayed on the default trigger button. Only used when the trigger slot\nis not provided. For custom trigger elements (icons, avatar buttons, etc.),\nuse the trigger slot instead.",
813
820
  "value": {
814
821
  "kind": "expression",
815
822
  "type": "string"
@@ -819,7 +826,7 @@
819
826
  {
820
827
  "name": "side",
821
828
  "required": false,
822
- "description": "Side of the trigger to position menu",
829
+ "description": "Which side of the trigger element to position the dropdown menu. The menu\nwill automatically flip to the opposite side if there isn't enough space.\nThe caret icon on the default trigger rotates to match this direction.",
823
830
  "value": {
824
831
  "kind": "expression",
825
832
  "type": "SkDropdownSide"
@@ -829,7 +836,7 @@
829
836
  {
830
837
  "name": "align",
831
838
  "required": false,
832
- "description": "Alignment relative to trigger",
839
+ "description": "Horizontal alignment of the dropdown menu relative to the trigger. 'start'\naligns the menu's left edge with the trigger's left edge, 'center' centers\nthe menu, and 'end' aligns right edges.",
833
840
  "value": {
834
841
  "kind": "expression",
835
842
  "type": "SkDropdownAlign"
@@ -839,7 +846,7 @@
839
846
  {
840
847
  "name": "sideOffset",
841
848
  "required": false,
842
- "description": "Offset from the trigger in pixels",
849
+ "description": "Distance in pixels between the trigger element and the dropdown menu.\nIncrease for more visual separation or decrease for a tighter connection\nto the trigger element.",
843
850
  "value": {
844
851
  "kind": "expression",
845
852
  "type": "number"
@@ -867,7 +874,7 @@
867
874
  {
868
875
  "name": "disabled",
869
876
  "required": false,
870
- "description": "Disabled state",
877
+ "description": "When true, the menu item is visually dimmed and cannot be interacted with.\nDisabled items are skipped during keyboard navigation. Use for actions that\nare temporarily unavailable based on application state.",
871
878
  "value": {
872
879
  "kind": "expression",
873
880
  "type": "boolean"
@@ -905,7 +912,7 @@
905
912
  {
906
913
  "name": "triggerText",
907
914
  "required": true,
908
- "description": "Text for submenu trigger",
915
+ "description": "The label text displayed on the submenu trigger item. This appears as a menu\nitem in the parent menu with a right-pointing caret indicating it opens a submenu.",
909
916
  "value": {
910
917
  "kind": "expression",
911
918
  "type": "string"
@@ -914,7 +921,7 @@
914
921
  {
915
922
  "name": "kind",
916
923
  "required": false,
917
- "description": "Semantic color kind (inherits from parent dropdown if not set)",
924
+ "description": "Semantic color kind for the submenu content. When not specified, the submenu\nautomatically inherits the kind from its parent SkDropdown, ensuring visual\nconsistency throughout nested menu structures.",
918
925
  "value": {
919
926
  "kind": "expression",
920
927
  "type": "SkDropdownKind"
@@ -939,7 +946,7 @@
939
946
  {
940
947
  "name": "label",
941
948
  "required": false,
942
- "description": "Label text for the field",
949
+ "description": "Label text displayed above or beside the input. The label is automatically associated\nwith the input via the `for` attribute using the generated or provided ID. Leave empty\nfor inputs that don't need a visible label (use aria-label on the input instead).",
943
950
  "value": {
944
951
  "kind": "expression",
945
952
  "type": "string"
@@ -949,7 +956,7 @@
949
956
  {
950
957
  "name": "description",
951
958
  "required": false,
952
- "description": "Description/help text",
959
+ "description": "Help text displayed below the input providing additional context or instructions.\nWhen an error message is present, the description is hidden and replaced by the error.\nConnected to the input via aria-describedby for screen reader accessibility.",
953
960
  "value": {
954
961
  "kind": "expression",
955
962
  "type": "string"
@@ -959,7 +966,7 @@
959
966
  {
960
967
  "name": "error",
961
968
  "required": false,
962
- "description": "Error message (overrides description when present)",
969
+ "description": "Error message displayed below the input in a danger/red color. When present, replaces\nthe description text and sets aria-invalid=\"true\" on the input. Typically populated\nfrom form validation results.",
963
970
  "value": {
964
971
  "kind": "expression",
965
972
  "type": "string"
@@ -969,7 +976,7 @@
969
976
  {
970
977
  "name": "required",
971
978
  "required": false,
972
- "description": "Required field indicator",
979
+ "description": "When true, displays a red asterisk (*) after the label to indicate the field is required.\nThis is a visual indicator only—you must also set the `required` attribute on the input\nitself for form validation.",
973
980
  "value": {
974
981
  "kind": "expression",
975
982
  "type": "boolean"
@@ -979,7 +986,7 @@
979
986
  {
980
987
  "name": "labelPosition",
981
988
  "required": false,
982
- "description": "Label position",
989
+ "description": "Position of the label relative to the input. 'top' places the label above the input\n(default, best for most forms). 'left' places the label to the left of the input\n(useful for horizontal form layouts or settings panels).",
983
990
  "value": {
984
991
  "kind": "expression",
985
992
  "type": "SkFieldLabelPosition"
@@ -989,7 +996,7 @@
989
996
  {
990
997
  "name": "id",
991
998
  "required": false,
992
- "description": "Custom field ID (auto-generated if not provided)",
999
+ "description": "Custom ID for the field. When provided, this ID is passed to the slotted input and\nused for label association. When not provided, a unique ID is auto-generated. Use\ncustom IDs when you need to reference the input from elsewhere in your code.",
993
1000
  "value": {
994
1001
  "kind": "expression",
995
1002
  "type": "string"
@@ -999,7 +1006,7 @@
999
1006
  {
1000
1007
  "name": "state",
1001
1008
  "required": false,
1002
- "description": "Validation state (true = valid, false = invalid, null/undefined = neutral)",
1009
+ "description": "Validation state that controls the visual kind of the child input. `true` applies the\n`validKind` (default: 'success'), `false` applies the `invalidKind` (default: 'danger'),\nand `null`/`undefined` lets the input use its own kind prop. Child inputs automatically\ninherit this via provide/inject.",
1003
1010
  "value": {
1004
1011
  "kind": "expression",
1005
1012
  "type": "union"
@@ -1009,7 +1016,7 @@
1009
1016
  {
1010
1017
  "name": "validKind",
1011
1018
  "required": false,
1012
- "description": "Kind to use when state is true (valid)",
1019
+ "description": "Semantic kind to apply to the child input when `state` is `true` (valid). Typically\n'success' for green styling indicating valid input. The kind is provided to child\ninputs via Vue's provide/inject system.",
1013
1020
  "value": {
1014
1021
  "kind": "expression",
1015
1022
  "type": "string"
@@ -1019,7 +1026,7 @@
1019
1026
  {
1020
1027
  "name": "invalidKind",
1021
1028
  "required": false,
1022
- "description": "Kind to use when state is false (invalid)",
1029
+ "description": "Semantic kind to apply to the child input when `state` is `false` (invalid). Typically\n'danger' for red styling indicating validation errors. The kind is provided to child\ninputs via Vue's provide/inject system.",
1023
1030
  "value": {
1024
1031
  "kind": "expression",
1025
1032
  "type": "string"
@@ -1044,7 +1051,7 @@
1044
1051
  {
1045
1052
  "name": "orientation",
1046
1053
  "required": false,
1047
- "description": "Orientation for arranging child elements (horizontal or vertical)",
1054
+ "description": "Controls how child elements are arranged within the group. Use 'horizontal' for\nside-by-side layouts (like button groups or inline form controls), or 'vertical'\nfor stacked layouts (like form field groups or menu items).",
1048
1055
  "value": {
1049
1056
  "kind": "expression",
1050
1057
  "type": "SkGroupOrientation"
@@ -1069,7 +1076,7 @@
1069
1076
  {
1070
1077
  "name": "type",
1071
1078
  "required": false,
1072
- "description": "Input type",
1079
+ "description": "The HTML input type attribute controlling the input behavior and keyboard on mobile devices.\nCommon types include 'text', 'email', 'password', 'tel', 'url', 'search', and 'number'.\nNote: For numeric inputs with stepper buttons, consider using SkNumberInput instead.",
1073
1080
  "value": {
1074
1081
  "kind": "expression",
1075
1082
  "type": "SkInputType"
@@ -1079,7 +1086,7 @@
1079
1086
  {
1080
1087
  "name": "kind",
1081
1088
  "required": false,
1082
- "description": "Semantic color kind (useful for validation states)",
1089
+ "description": "Semantic color kind for the input border and focus ring. Use semantic kinds like 'success'\nor 'danger' to indicate validation states. When used inside an SkField with a `state` prop,\nthe field's kind automatically overrides this value.",
1083
1090
  "value": {
1084
1091
  "kind": "expression",
1085
1092
  "type": "SkInputKind"
@@ -1089,7 +1096,7 @@
1089
1096
  {
1090
1097
  "name": "size",
1091
1098
  "required": false,
1092
- "description": "Input size",
1099
+ "description": "Input size controlling height, padding, and font size. Available sizes: 'sm' (small,\ncompact forms), 'md' (medium, default), 'lg' (large), 'xl' (extra large, prominent inputs).",
1093
1100
  "value": {
1094
1101
  "kind": "expression",
1095
1102
  "type": "SkInputSize"
@@ -1099,7 +1106,7 @@
1099
1106
  {
1100
1107
  "name": "placeholder",
1101
1108
  "required": false,
1102
- "description": "Placeholder text",
1109
+ "description": "Placeholder text displayed when the input is empty. Use to provide hints about expected\ninput format or example values. The placeholder disappears when the user begins typing.",
1103
1110
  "value": {
1104
1111
  "kind": "expression",
1105
1112
  "type": "string"
@@ -1109,7 +1116,7 @@
1109
1116
  {
1110
1117
  "name": "disabled",
1111
1118
  "required": false,
1112
- "description": "Disabled state",
1119
+ "description": "When true, disables the input preventing all user interaction. The input appears with\nreduced opacity and the cursor changes to not-allowed. Disabled inputs are excluded\nfrom form submission.",
1113
1120
  "value": {
1114
1121
  "kind": "expression",
1115
1122
  "type": "boolean"
@@ -1119,7 +1126,7 @@
1119
1126
  {
1120
1127
  "name": "readonly",
1121
1128
  "required": false,
1122
- "description": "Read-only state",
1129
+ "description": "When true, makes the input read-only. The user can select and copy text but cannot\nmodify it. Unlike disabled, read-only inputs are still included in form submission\nand maintain normal visual appearance.",
1123
1130
  "value": {
1124
1131
  "kind": "expression",
1125
1132
  "type": "boolean"
@@ -1129,7 +1136,7 @@
1129
1136
  {
1130
1137
  "name": "required",
1131
1138
  "required": false,
1132
- "description": "Required for form validation",
1139
+ "description": "When true, marks the input as required for form validation. The browser will prevent\nform submission if the input is empty. For visual required indicators, wrap the input\nin an SkField component with `required` prop.",
1133
1140
  "value": {
1134
1141
  "kind": "expression",
1135
1142
  "type": "boolean"
@@ -1139,7 +1146,7 @@
1139
1146
  {
1140
1147
  "name": "name",
1141
1148
  "required": false,
1142
- "description": "Form field name",
1149
+ "description": "The form field name used when submitting the input value. Required for native form\nsubmission and useful for form libraries that track fields by name.",
1143
1150
  "value": {
1144
1151
  "kind": "expression",
1145
1152
  "type": "string"
@@ -1149,7 +1156,7 @@
1149
1156
  {
1150
1157
  "name": "autocomplete",
1151
1158
  "required": false,
1152
- "description": "Autocomplete hint",
1159
+ "description": "Autocomplete hint for the browser's autofill feature. Common values include 'off',\n'email', 'username', 'current-password', 'new-password', 'given-name', 'family-name',\n'street-address', etc. See MDN for the complete list of valid values.",
1153
1160
  "value": {
1154
1161
  "kind": "expression",
1155
1162
  "type": "string"
@@ -1169,7 +1176,7 @@
1169
1176
  {
1170
1177
  "name": "kind",
1171
1178
  "required": false,
1172
- "description": "Semantic color kind",
1179
+ "description": "Semantic color kind that controls the input border, focus ring, and selected\nitem highlight appearance. When used inside SkField, inherits the field's\nkind if not explicitly set.",
1173
1180
  "value": {
1174
1181
  "kind": "expression",
1175
1182
  "type": "SkListboxKind"
@@ -1179,7 +1186,7 @@
1179
1186
  {
1180
1187
  "name": "size",
1181
1188
  "required": false,
1182
- "description": "Input size",
1189
+ "description": "Size of the input field and dropdown content. Controls the input height,\ntext size, and option item dimensions. Available sizes: 'sm' (small),\n'md' (medium), 'lg' (large).",
1183
1190
  "value": {
1184
1191
  "kind": "expression",
1185
1192
  "type": "SkListboxSize"
@@ -1189,7 +1196,7 @@
1189
1196
  {
1190
1197
  "name": "placeholder",
1191
1198
  "required": false,
1192
- "description": "Placeholder text",
1199
+ "description": "Placeholder text displayed in the input field when no option is selected\nand no search text is entered. Use to guide users on what type of selection\nto make or to indicate the field purpose.",
1193
1200
  "value": {
1194
1201
  "kind": "expression",
1195
1202
  "type": "string"
@@ -1199,7 +1206,7 @@
1199
1206
  {
1200
1207
  "name": "disabled",
1201
1208
  "required": false,
1202
- "description": "Disabled state",
1209
+ "description": "When true, the listbox is disabled and cannot be interacted with. The input\nfield is non-editable and the dropdown cannot be opened. The component\nappears with reduced opacity and the cursor changes to not-allowed.",
1203
1210
  "value": {
1204
1211
  "kind": "expression",
1205
1212
  "type": "boolean"
@@ -1224,7 +1231,7 @@
1224
1231
  {
1225
1232
  "name": "value",
1226
1233
  "required": true,
1227
- "description": "Value for this item",
1234
+ "description": "The value this option represents. When selected, the parent SkListbox's v-model\nwill be set to this value. Can be a string, number, or object for complex data.\nMust be unique within the listbox to ensure proper selection behavior.",
1228
1235
  "value": {
1229
1236
  "kind": "expression",
1230
1237
  "type": "union"
@@ -1233,7 +1240,7 @@
1233
1240
  {
1234
1241
  "name": "disabled",
1235
1242
  "required": false,
1236
- "description": "Disabled state",
1243
+ "description": "When true, this option is disabled and cannot be selected. The item appears\nwith reduced opacity and is skipped during keyboard navigation. Use for\ntemporarily unavailable options that should still be visible.",
1237
1244
  "value": {
1238
1245
  "kind": "expression",
1239
1246
  "type": "boolean"
@@ -1266,7 +1273,7 @@
1266
1273
  {
1267
1274
  "name": "kind",
1268
1275
  "required": false,
1269
- "description": "Semantic color kind for the modal",
1276
+ "description": "Semantic color kind that controls the modal's accent colors, including the header,\nclose button, and any kind-styled elements within the modal. Semantic kinds\n(neutral, primary, accent, etc.) adapt to your theme.",
1270
1277
  "value": {
1271
1278
  "kind": "expression",
1272
1279
  "type": "ComponentKind"
@@ -1276,7 +1283,7 @@
1276
1283
  {
1277
1284
  "name": "size",
1278
1285
  "required": false,
1279
- "description": "Size of the modal (width)",
1286
+ "description": "Size of the modal dialog, controlling its maximum width. Use 'sm' for simple\nconfirmations, 'md' for standard forms, 'lg' for complex content, and 'xl' for\ndashboards or data-heavy dialogs.",
1280
1287
  "value": {
1281
1288
  "kind": "expression",
1282
1289
  "type": "ComponentSize"
@@ -1286,7 +1293,7 @@
1286
1293
  {
1287
1294
  "name": "title",
1288
1295
  "required": false,
1289
- "description": "Title text displayed in the header",
1296
+ "description": "Title text displayed in the modal header. When provided, a header section with\nthe title and close button is automatically rendered. Can be overridden with\nthe title slot for custom header content.",
1290
1297
  "value": {
1291
1298
  "kind": "expression",
1292
1299
  "type": "string"
@@ -1296,7 +1303,7 @@
1296
1303
  {
1297
1304
  "name": "triggerText",
1298
1305
  "required": false,
1299
- "description": "Text for the default trigger button",
1306
+ "description": "Text label for the default trigger button. When provided (and no trigger slot is\nused), renders an SkButton that opens the modal when clicked. Omit both this and\nthe trigger slot to control the modal programmatically via v-model:open.",
1300
1307
  "value": {
1301
1308
  "kind": "expression",
1302
1309
  "type": "string"
@@ -1306,7 +1313,7 @@
1306
1313
  {
1307
1314
  "name": "open",
1308
1315
  "required": false,
1309
- "description": "Whether the modal is open (v-model:open)",
1316
+ "description": "Controls whether the modal is open. Use with `v-model:open` for two-way binding.\nSet to true to open the modal programmatically, false to close it. The modal\ncan also be closed via the close button, Escape key, or overlay click.",
1310
1317
  "value": {
1311
1318
  "kind": "expression",
1312
1319
  "type": "boolean"
@@ -1316,7 +1323,7 @@
1316
1323
  {
1317
1324
  "name": "closeOnEscape",
1318
1325
  "required": false,
1319
- "description": "Whether pressing Escape closes the modal (default: true)",
1326
+ "description": "Whether pressing the Escape key closes the modal. Set to false for important\ndialogs where accidental dismissal should be prevented, such as unsaved form\ndata or critical confirmations.",
1320
1327
  "value": {
1321
1328
  "kind": "expression",
1322
1329
  "type": "boolean"
@@ -1326,7 +1333,7 @@
1326
1333
  {
1327
1334
  "name": "closeOnOverlay",
1328
1335
  "required": false,
1329
- "description": "Whether clicking the overlay closes the modal (default: true)",
1336
+ "description": "Whether clicking the overlay (dark backdrop) closes the modal. Set to false to\nrequire users to interact with modal buttons rather than dismissing accidentally.",
1330
1337
  "value": {
1331
1338
  "kind": "expression",
1332
1339
  "type": "boolean"
@@ -1336,7 +1343,7 @@
1336
1343
  {
1337
1344
  "name": "noCloseOnEscape",
1338
1345
  "required": false,
1339
- "description": "Prevent closing on Escape key (alternative to :close-on-escape=\"false\")",
1346
+ "description": "Boolean shorthand to prevent closing on Escape key. Equivalent to\n`:close-on-escape=\"false\"`. Use when you prefer attribute syntax over bound values.",
1340
1347
  "value": {
1341
1348
  "kind": "expression",
1342
1349
  "type": "boolean"
@@ -1346,7 +1353,7 @@
1346
1353
  {
1347
1354
  "name": "noCloseOnOverlay",
1348
1355
  "required": false,
1349
- "description": "Prevent closing on overlay click (alternative to :close-on-overlay=\"false\")",
1356
+ "description": "Boolean shorthand to prevent closing on overlay click. Equivalent to\n`:close-on-overlay=\"false\"`. Use when you prefer attribute syntax over bound values.",
1350
1357
  "value": {
1351
1358
  "kind": "expression",
1352
1359
  "type": "boolean"
@@ -1385,7 +1392,7 @@
1385
1392
  {
1386
1393
  "name": "kind",
1387
1394
  "required": false,
1388
- "description": "Semantic color kind for the navbar",
1395
+ "description": "Semantic color kind that controls the navbar's background and text colors. Use semantic kinds\nlike 'primary' or 'accent' to match your theme, or color kinds like 'neon-blue' for fixed\nbranding colors. The kind affects the entire navbar including all three slot areas.",
1389
1396
  "value": {
1390
1397
  "kind": "expression",
1391
1398
  "type": "SkNavBarKind"
@@ -1395,7 +1402,7 @@
1395
1402
  {
1396
1403
  "name": "sticky",
1397
1404
  "required": false,
1398
- "description": "Whether the navbar sticks to the top of the viewport when scrolling",
1405
+ "description": "When true, the navbar uses CSS `position: sticky` to remain fixed at the top of the viewport\nas the user scrolls down the page. The navbar will overlay page content below it. Set to false\nfor a navbar that scrolls with the page content.",
1399
1406
  "value": {
1400
1407
  "kind": "expression",
1401
1408
  "type": "boolean"
@@ -1426,7 +1433,7 @@
1426
1433
  {
1427
1434
  "name": "kind",
1428
1435
  "required": false,
1429
- "description": "Semantic color kind (useful for validation states)",
1436
+ "description": "Semantic color kind for the input border and focus ring. Use semantic kinds like\n'success' or 'danger' to indicate validation states. When used inside an SkField\nwith a `state` prop, the field's kind automatically overrides this value.",
1430
1437
  "value": {
1431
1438
  "kind": "expression",
1432
1439
  "type": "SkNumberInputKind"
@@ -1436,7 +1443,7 @@
1436
1443
  {
1437
1444
  "name": "size",
1438
1445
  "required": false,
1439
- "description": "Input size",
1446
+ "description": "Input size controlling height, padding, font size, and stepper button dimensions.\nAvailable sizes: 'sm' (small, compact forms), 'md' (medium, default), 'lg' (large),\n'xl' (extra large).",
1440
1447
  "value": {
1441
1448
  "kind": "expression",
1442
1449
  "type": "SkNumberInputSize"
@@ -1446,7 +1453,7 @@
1446
1453
  {
1447
1454
  "name": "placeholder",
1448
1455
  "required": false,
1449
- "description": "Placeholder text",
1456
+ "description": "Placeholder text displayed when the input is empty or has no value. Use to indicate\nexpected format (e.g., \"0.00\" for currency) or provide a hint about the field's purpose.",
1450
1457
  "value": {
1451
1458
  "kind": "expression",
1452
1459
  "type": "string"
@@ -1456,7 +1463,7 @@
1456
1463
  {
1457
1464
  "name": "disabled",
1458
1465
  "required": false,
1459
- "description": "Disabled state",
1466
+ "description": "When true, disables the input and stepper buttons preventing all user interaction.\nThe component appears with reduced opacity and the cursor changes to not-allowed.\nDisabled inputs are excluded from form submission.",
1460
1467
  "value": {
1461
1468
  "kind": "expression",
1462
1469
  "type": "boolean"
@@ -1466,7 +1473,7 @@
1466
1473
  {
1467
1474
  "name": "readonly",
1468
1475
  "required": false,
1469
- "description": "Read-only state",
1476
+ "description": "When true, makes the input read-only. The user can select and copy the value but\ncannot modify it via typing or stepper buttons. Unlike disabled, read-only inputs\nare still included in form submission.",
1470
1477
  "value": {
1471
1478
  "kind": "expression",
1472
1479
  "type": "boolean"
@@ -1476,7 +1483,7 @@
1476
1483
  {
1477
1484
  "name": "required",
1478
1485
  "required": false,
1479
- "description": "Required for form validation",
1486
+ "description": "When true, marks the input as required for form validation. The browser will prevent\nform submission if the input is empty. For visual required indicators, wrap the input\nin an SkField component with `required` prop.",
1480
1487
  "value": {
1481
1488
  "kind": "expression",
1482
1489
  "type": "boolean"
@@ -1486,7 +1493,7 @@
1486
1493
  {
1487
1494
  "name": "name",
1488
1495
  "required": false,
1489
- "description": "Form field name",
1496
+ "description": "The form field name used when submitting the input value. Required for native form\nsubmission and useful for form libraries that track fields by name.",
1490
1497
  "value": {
1491
1498
  "kind": "expression",
1492
1499
  "type": "string"
@@ -1496,7 +1503,7 @@
1496
1503
  {
1497
1504
  "name": "min",
1498
1505
  "required": false,
1499
- "description": "Minimum value",
1506
+ "description": "Minimum allowed value. The stepper buttons will not decrement below this value, and\nmanual input will be constrained on blur. Use to enforce business rules like positive\nquantities or minimum prices.",
1500
1507
  "value": {
1501
1508
  "kind": "expression",
1502
1509
  "type": "number"
@@ -1506,7 +1513,7 @@
1506
1513
  {
1507
1514
  "name": "max",
1508
1515
  "required": false,
1509
- "description": "Maximum value",
1516
+ "description": "Maximum allowed value. The stepper buttons will not increment above this value, and\nmanual input will be constrained on blur. Use to enforce limits like maximum quantity\nor inventory caps.",
1510
1517
  "value": {
1511
1518
  "kind": "expression",
1512
1519
  "type": "number"
@@ -1516,7 +1523,7 @@
1516
1523
  {
1517
1524
  "name": "step",
1518
1525
  "required": false,
1519
- "description": "Step increment/decrement amount",
1526
+ "description": "The increment/decrement step amount when using stepper buttons or arrow keys. Use\nfractional values like 0.01 for currency or 0.1 for percentages. Pressing Shift while\nstepping may multiply the step for faster navigation.",
1520
1527
  "value": {
1521
1528
  "kind": "expression",
1522
1529
  "type": "number"
@@ -1536,7 +1543,7 @@
1536
1543
  {
1537
1544
  "name": "sidebarPosition",
1538
1545
  "required": false,
1539
- "description": "Sidebar position",
1546
+ "description": "Controls which side of the page the sidebar appears on. The sidebar slot content\nwill be positioned on the specified side, with the main content area filling the\nremaining space. Has no effect if the sidebar slot is not provided.",
1540
1547
  "value": {
1541
1548
  "kind": "expression",
1542
1549
  "type": "SkPageSidebarPosition"
@@ -1546,7 +1553,7 @@
1546
1553
  {
1547
1554
  "name": "fixedHeader",
1548
1555
  "required": false,
1549
- "description": "Fixed header (stays at top when scrolling)",
1556
+ "description": "When true, the header remains fixed at the top of the viewport while the main\ncontent scrolls beneath it. Useful for keeping navigation always accessible.\nThe content area adjusts its top padding to prevent overlap with the fixed header.",
1550
1557
  "value": {
1551
1558
  "kind": "expression",
1552
1559
  "type": "boolean"
@@ -1556,7 +1563,7 @@
1556
1563
  {
1557
1564
  "name": "fixedFooter",
1558
1565
  "required": false,
1559
- "description": "Fixed footer (stays at bottom when scrolling)",
1566
+ "description": "When true, the footer remains fixed at the bottom of the viewport while the main\ncontent scrolls above it. Useful for persistent action bars or important links.\nThe content area adjusts its bottom padding to prevent overlap with the fixed footer.",
1560
1567
  "value": {
1561
1568
  "kind": "expression",
1562
1569
  "type": "boolean"
@@ -1566,7 +1573,7 @@
1566
1573
  {
1567
1574
  "name": "sidebarWidth",
1568
1575
  "required": false,
1569
- "description": "Custom sidebar width",
1576
+ "description": "Custom width for the sidebar region. Accepts any valid CSS width value (px, rem, %, etc.).\nWhen not specified, the sidebar uses the default width defined in the design tokens.\nOnly applies when the sidebar slot is provided.",
1570
1577
  "value": {
1571
1578
  "kind": "expression",
1572
1579
  "type": "string"
@@ -1616,44 +1623,48 @@
1616
1623
  "default": "undefined"
1617
1624
  },
1618
1625
  {
1619
- "name": "disabled",
1620
- "required": false,
1626
+ "name": "total",
1627
+ "required": true,
1628
+ "description": "The total number of pages available. This is a required prop that determines\nhow many page numbers to display and when to show ellipsis indicators.",
1621
1629
  "value": {
1622
1630
  "kind": "expression",
1623
- "type": "boolean"
1624
- },
1625
- "default": "false"
1631
+ "type": "number"
1632
+ }
1626
1633
  },
1627
1634
  {
1628
- "name": "variant",
1635
+ "name": "modelValue",
1629
1636
  "required": false,
1637
+ "description": "The current active page number. Use with `v-model` for two-way binding. Page\nnumbers are 1-indexed, so the first page is 1, not 0.",
1630
1638
  "value": {
1631
1639
  "kind": "expression",
1632
- "type": "SkPaginationVariant"
1640
+ "type": "number"
1633
1641
  },
1634
- "default": "'solid'"
1642
+ "default": "1"
1635
1643
  },
1636
1644
  {
1637
- "name": "size",
1645
+ "name": "siblingCount",
1638
1646
  "required": false,
1647
+ "description": "The number of sibling pages to show on each side of the current page. For example,\nif the current page is 5 and siblingCount is 1, pages 4 and 6 will be shown.\nHigher values show more page numbers but take up more space.",
1639
1648
  "value": {
1640
1649
  "kind": "expression",
1641
- "type": "SkPaginationSize"
1650
+ "type": "number"
1642
1651
  },
1643
- "default": "'md'"
1652
+ "default": "1"
1644
1653
  },
1645
1654
  {
1646
- "name": "kind",
1655
+ "name": "showFirstLast",
1647
1656
  "required": false,
1657
+ "description": "Whether to show the \"first page\" and \"last page\" navigation buttons. These\nbuttons allow users to jump directly to page 1 or the final page. Set to false\nfor a more compact pagination layout.",
1648
1658
  "value": {
1649
1659
  "kind": "expression",
1650
- "type": "SkPaginationKind"
1660
+ "type": "boolean"
1651
1661
  },
1652
- "default": "'neutral'"
1662
+ "default": "true"
1653
1663
  },
1654
1664
  {
1655
1665
  "name": "showPrevNext",
1656
1666
  "required": false,
1667
+ "description": "Whether to show the \"previous\" and \"next\" navigation buttons. These buttons\nallow single-page navigation forward or backward. Typically left enabled for\nstandard pagination behavior.",
1657
1668
  "value": {
1658
1669
  "kind": "expression",
1659
1670
  "type": "boolean"
@@ -1661,39 +1672,44 @@
1661
1672
  "default": "true"
1662
1673
  },
1663
1674
  {
1664
- "name": "showFirstLast",
1675
+ "name": "kind",
1665
1676
  "required": false,
1677
+ "description": "Semantic color kind that controls the pagination appearance. Affects the active\npage indicator and navigation button colors. Semantic kinds (neutral, primary,\naccent, etc.) adapt to your theme.",
1666
1678
  "value": {
1667
1679
  "kind": "expression",
1668
- "type": "boolean"
1680
+ "type": "TSIndexedAccessType"
1669
1681
  },
1670
- "default": "true"
1682
+ "default": "'neutral'"
1671
1683
  },
1672
1684
  {
1673
- "name": "siblingCount",
1685
+ "name": "size",
1674
1686
  "required": false,
1687
+ "description": "Size of the pagination buttons. Controls both the button dimensions and text size.\nAvailable sizes: 'xs' (extra small), 'sm' (small), 'md' (medium), 'lg' (large), 'xl' (extra large).",
1675
1688
  "value": {
1676
1689
  "kind": "expression",
1677
- "type": "number"
1690
+ "type": "TSIndexedAccessType"
1678
1691
  },
1679
- "default": "1"
1692
+ "default": "'md'"
1680
1693
  },
1681
1694
  {
1682
- "name": "total",
1683
- "required": true,
1695
+ "name": "variant",
1696
+ "required": false,
1697
+ "description": "Visual style variant for the pagination buttons. Choose 'solid' for filled buttons,\n'outline' for bordered buttons, 'subtle' for lightly tinted backgrounds, or 'ghost'\nfor transparent buttons that only show color on hover.",
1684
1698
  "value": {
1685
1699
  "kind": "expression",
1686
- "type": "number"
1687
- }
1700
+ "type": "TSIndexedAccessType"
1701
+ },
1702
+ "default": "'solid'"
1688
1703
  },
1689
1704
  {
1690
- "name": "modelValue",
1705
+ "name": "disabled",
1691
1706
  "required": false,
1707
+ "description": "When true, the entire pagination component is disabled. All buttons become\nnon-interactive and appear with reduced opacity. The cursor changes to not-allowed.",
1692
1708
  "value": {
1693
1709
  "kind": "expression",
1694
- "type": "number"
1710
+ "type": "boolean"
1695
1711
  },
1696
- "default": "1"
1712
+ "default": "false"
1697
1713
  }
1698
1714
  ],
1699
1715
  "events": [
@@ -1713,6 +1729,7 @@
1713
1729
  {
1714
1730
  "name": "page",
1715
1731
  "required": false,
1732
+ "description": "The page number this item represents. Required for 'page', 'prev', 'next', 'first',\nand 'last' types. When clicked, this value is emitted to navigate to that page.\nNot needed for 'ellipsis' type items.",
1716
1733
  "value": {
1717
1734
  "kind": "expression",
1718
1735
  "type": "number"
@@ -1722,6 +1739,7 @@
1722
1739
  {
1723
1740
  "name": "active",
1724
1741
  "required": false,
1742
+ "description": "Whether this item is the currently active page. Only applicable to 'page' type items.\nActive items receive distinct styling and include aria-current=\"page\" for accessibility.",
1725
1743
  "value": {
1726
1744
  "kind": "expression",
1727
1745
  "type": "boolean"
@@ -1731,6 +1749,7 @@
1731
1749
  {
1732
1750
  "name": "disabled",
1733
1751
  "required": false,
1752
+ "description": "When true, the item is disabled and cannot be clicked. The item appears with\nreduced opacity and the cursor changes to not-allowed. Commonly used on\nprev/first buttons when on page 1, or next/last buttons when on the final page.",
1734
1753
  "value": {
1735
1754
  "kind": "expression",
1736
1755
  "type": "boolean"
@@ -1739,10 +1758,11 @@
1739
1758
  },
1740
1759
  {
1741
1760
  "name": "type",
1742
- "required": true,
1761
+ "required": false,
1762
+ "description": "The type of pagination item to render. Determines both the visual content and behavior:\n- 'page': Shows a page number button\n- 'prev': Shows a previous arrow (‹)\n- 'next': Shows a next arrow (›)\n- 'first': Shows a first-page arrow (‹‹)\n- 'last': Shows a last-page arrow (››)\n- 'ellipsis': Shows non-interactive dots (...)",
1743
1763
  "value": {
1744
1764
  "kind": "expression",
1745
- "type": "SkPaginationItemType"
1765
+ "type": "TSIndexedAccessType"
1746
1766
  },
1747
1767
  "default": "'page'"
1748
1768
  }
@@ -1764,7 +1784,7 @@
1764
1784
  {
1765
1785
  "name": "kind",
1766
1786
  "required": false,
1767
- "description": "Semantic color kind for the panel",
1787
+ "description": "Semantic color kind that controls the panel's border color and decorative accent stripe.\nSemantic kinds (neutral, primary, accent, etc.) automatically adapt to your current theme,\nwhile color kinds (neon-blue, neon-purple, etc.) provide fixed branding colors that remain\nconsistent across themes.",
1768
1788
  "value": {
1769
1789
  "kind": "expression",
1770
1790
  "type": "SkPanelKind"
@@ -1774,7 +1794,7 @@
1774
1794
  {
1775
1795
  "name": "size",
1776
1796
  "required": false,
1777
- "description": "Size affecting padding and spacing inside the panel",
1797
+ "description": "Controls the internal padding of the panel. Larger sizes provide more breathing room\nfor content, while smaller sizes create compact, dense layouts. Available sizes:\n'sm' (small), 'md' (medium), 'lg' (large), 'xl' (extra large).",
1778
1798
  "value": {
1779
1799
  "kind": "expression",
1780
1800
  "type": "SkPanelSize"
@@ -1784,7 +1804,7 @@
1784
1804
  {
1785
1805
  "name": "showDecoration",
1786
1806
  "required": false,
1787
- "description": "Whether to display the decorative accent border",
1807
+ "description": "When true, displays a colored accent stripe along the top edge of the panel.\nThe stripe color matches the selected `kind`. This decoration is automatically\ndisabled when `noBorder` is true since the decoration is part of the border styling.",
1788
1808
  "value": {
1789
1809
  "kind": "expression",
1790
1810
  "type": "boolean"
@@ -1794,7 +1814,7 @@
1794
1814
  {
1795
1815
  "name": "noBorder",
1796
1816
  "required": false,
1797
- "description": "Whether to remove the border entirely",
1817
+ "description": "When true, removes the border entirely from the panel, creating a borderless container.\nUseful for nested panels or when you want the panel background without visual boundaries.\nNote: Setting this to true automatically disables the decoration stripe.",
1798
1818
  "value": {
1799
1819
  "kind": "expression",
1800
1820
  "type": "boolean"
@@ -1819,7 +1839,7 @@
1819
1839
  {
1820
1840
  "name": "kind",
1821
1841
  "required": false,
1822
- "description": "Semantic color kind",
1842
+ "description": "Semantic color kind that controls the popover's header accent and overall color scheme.\nSemantic kinds (neutral, primary, accent, info, success, warning, danger) adapt to your\ntheme. Use 'neutral' for general popovers, or match the kind to contextual meaning\n(e.g., 'danger' for delete confirmations, 'success' for completion messages).",
1823
1843
  "value": {
1824
1844
  "kind": "expression",
1825
1845
  "type": "ComponentKind"
@@ -1829,7 +1849,7 @@
1829
1849
  {
1830
1850
  "name": "side",
1831
1851
  "required": false,
1832
- "description": "Which side of the trigger to show the popover",
1852
+ "description": "Which side of the trigger element to display the popover. The popover automatically\nrepositions if there isn't enough space on the preferred side. 'bottom' works well\nfor toolbars, 'right' for sidebar items, 'top' for footer elements.",
1833
1853
  "value": {
1834
1854
  "kind": "expression",
1835
1855
  "type": "SkPopoverSide"
@@ -1839,7 +1859,7 @@
1839
1859
  {
1840
1860
  "name": "align",
1841
1861
  "required": false,
1842
- "description": "Alignment along the side",
1862
+ "description": "Alignment of the popover along its side. 'center' centers the popover on the trigger,\n'start' aligns to the left/top edge, 'end' aligns to the right/bottom edge. Useful\nwhen triggers are near screen edges or when you want the arrow to point at a specific\npart of the trigger.",
1843
1863
  "value": {
1844
1864
  "kind": "expression",
1845
1865
  "type": "SkPopoverAlign"
@@ -1849,7 +1869,7 @@
1849
1869
  {
1850
1870
  "name": "sideOffset",
1851
1871
  "required": false,
1852
- "description": "Offset from the trigger in pixels",
1872
+ "description": "Distance in pixels between the popover and its trigger element. Increase for more\nvisual separation, decrease for tighter coupling. The arrow (if shown) bridges\nthis gap to maintain visual connection.",
1853
1873
  "value": {
1854
1874
  "kind": "expression",
1855
1875
  "type": "number"
@@ -1859,7 +1879,7 @@
1859
1879
  {
1860
1880
  "name": "showArrow",
1861
1881
  "required": false,
1862
- "description": "Whether to show the arrow pointing to the trigger",
1882
+ "description": "Whether to display a small arrow pointing from the popover toward its trigger element.\nArrows help visually anchor the popover to its trigger, especially important when\nmultiple triggers are close together. Disable for a cleaner, card-like appearance.",
1863
1883
  "value": {
1864
1884
  "kind": "expression",
1865
1885
  "type": "boolean"
@@ -1869,7 +1889,7 @@
1869
1889
  {
1870
1890
  "name": "title",
1871
1891
  "required": false,
1872
- "description": "Optional title displayed in the header",
1892
+ "description": "Optional title text displayed in the popover header. Creates a header section with\nthe title and close button (if closable). When omitted and no header slot is provided,\nno header is rendered, creating a content-only popover.",
1873
1893
  "value": {
1874
1894
  "kind": "expression",
1875
1895
  "type": "string"
@@ -1879,7 +1899,7 @@
1879
1899
  {
1880
1900
  "name": "closable",
1881
1901
  "required": false,
1882
- "description": "Whether to show a close button in the header",
1902
+ "description": "Whether to show an X close button in the header. Provides an obvious way for users\nto dismiss the popover beyond clicking outside. Automatically creates a header section\nif title is also set. Users can always close by clicking outside or pressing Escape.",
1883
1903
  "value": {
1884
1904
  "kind": "expression",
1885
1905
  "type": "boolean"
@@ -1889,7 +1909,7 @@
1889
1909
  {
1890
1910
  "name": "open",
1891
1911
  "required": false,
1892
- "description": "Control the open state (v-model)",
1912
+ "description": "Controls the popover's open state for two-way binding with `v-model:open`. When provided,\nyou control when the popover opens and closes. When omitted, the popover manages its own\nstate internally (opens on trigger click, closes on outside click or Escape).",
1893
1913
  "value": {
1894
1914
  "kind": "expression",
1895
1915
  "type": "boolean"
@@ -1928,7 +1948,7 @@
1928
1948
  {
1929
1949
  "name": "value",
1930
1950
  "required": false,
1931
- "description": "Progress value (0 to max). Use null or undefined for indeterminate state",
1951
+ "description": "The current progress value between 0 and `max`. Pass `null` or `undefined` to enable\nindeterminate mode, which displays an animated loading indicator instead of a specific\npercentage. Use indeterminate mode when the operation duration is unknown.",
1932
1952
  "value": {
1933
1953
  "kind": "expression",
1934
1954
  "type": "union"
@@ -1938,7 +1958,7 @@
1938
1958
  {
1939
1959
  "name": "max",
1940
1960
  "required": false,
1941
- "description": "Maximum value",
1961
+ "description": "The maximum value representing 100% completion. Adjust this when your progress is\nmeasured in units other than percentages (e.g., bytes downloaded, steps completed).\nThe percentage is calculated as `(value / max) * 100`.",
1942
1962
  "value": {
1943
1963
  "kind": "expression",
1944
1964
  "type": "number"
@@ -1948,7 +1968,7 @@
1948
1968
  {
1949
1969
  "name": "kind",
1950
1970
  "required": false,
1951
- "description": "Semantic color kind",
1971
+ "description": "Semantic color kind that controls the progress bar fill color. Semantic kinds\n(neutral, primary, accent, etc.) adapt to your theme, making it easy to indicate\nsuccess (primary/success), warning states, or danger levels.",
1952
1972
  "value": {
1953
1973
  "kind": "expression",
1954
1974
  "type": "ComponentKind"
@@ -1958,7 +1978,7 @@
1958
1978
  {
1959
1979
  "name": "size",
1960
1980
  "required": false,
1961
- "description": "Bar height size",
1981
+ "description": "Height size of the progress bar. Use 'sm' for inline or compact layouts, 'md' for\nstandard forms, and 'lg' or 'xl' for prominent progress displays.",
1962
1982
  "value": {
1963
1983
  "kind": "expression",
1964
1984
  "type": "SkProgressSize"
@@ -1968,7 +1988,7 @@
1968
1988
  {
1969
1989
  "name": "showValue",
1970
1990
  "required": false,
1971
- "description": "Show percentage label",
1991
+ "description": "When true, displays the current percentage value as a text label on the progress bar.\nThe label is automatically hidden in indeterminate mode since no percentage is available.",
1972
1992
  "value": {
1973
1993
  "kind": "expression",
1974
1994
  "type": "boolean"
@@ -1978,7 +1998,7 @@
1978
1998
  {
1979
1999
  "name": "valuePosition",
1980
2000
  "required": false,
1981
- "description": "Position of the value label",
2001
+ "description": "Position of the percentage label when `showValue` is true. Choose 'left' for\nleft-aligned, 'center' for centered over the bar, or 'right' for right-aligned.",
1982
2002
  "value": {
1983
2003
  "kind": "expression",
1984
2004
  "type": "SkProgressValuePosition"
@@ -1988,7 +2008,7 @@
1988
2008
  {
1989
2009
  "name": "baseColor",
1990
2010
  "required": false,
1991
- "description": "Custom bar color (overrides kind)",
2011
+ "description": "Custom color for the progress bar fill, overriding the `kind` color. Accepts any\nvalid CSS color value. Use OKLCH colors for consistency with the design system\n(e.g., \"oklch(0.7 0.2 145)\").",
1992
2012
  "value": {
1993
2013
  "kind": "expression",
1994
2014
  "type": "string"
@@ -1998,7 +2018,7 @@
1998
2018
  {
1999
2019
  "name": "trackColor",
2000
2020
  "required": false,
2001
- "description": "Custom track/background color",
2021
+ "description": "Custom color for the progress bar track (background), overriding the default track\ncolor. Accepts any valid CSS color value. Useful for creating custom color schemes\nor matching specific brand colors.",
2002
2022
  "value": {
2003
2023
  "kind": "expression",
2004
2024
  "type": "string"
@@ -2018,7 +2038,7 @@
2018
2038
  {
2019
2039
  "name": "value",
2020
2040
  "required": true,
2021
- "description": "Value for this radio option",
2041
+ "description": "The value this radio option represents. When selected, the parent SkRadioGroup's\nv-model will be set to this value. Must be unique within the radio group to ensure\nproper selection behavior.",
2022
2042
  "value": {
2023
2043
  "kind": "expression",
2024
2044
  "type": "union"
@@ -2027,7 +2047,7 @@
2027
2047
  {
2028
2048
  "name": "label",
2029
2049
  "required": false,
2030
- "description": "Label text (can be overridden by default slot)",
2050
+ "description": "Label text displayed next to the radio button. Can be overridden by the default\nslot for custom label content (icons, formatted text, etc.). If neither label\nnor slot content is provided, only the radio circle is rendered.",
2031
2051
  "value": {
2032
2052
  "kind": "expression",
2033
2053
  "type": "string"
@@ -2037,7 +2057,7 @@
2037
2057
  {
2038
2058
  "name": "disabled",
2039
2059
  "required": false,
2040
- "description": "Disabled state",
2060
+ "description": "When true, this radio option is disabled and cannot be selected. The radio\nbutton appears with reduced opacity and the cursor changes to not-allowed.\nDoes not affect other radio options in the same group.",
2041
2061
  "value": {
2042
2062
  "kind": "expression",
2043
2063
  "type": "boolean"
@@ -2047,7 +2067,7 @@
2047
2067
  {
2048
2068
  "name": "kind",
2049
2069
  "required": false,
2050
- "description": "Semantic color kind (inherits from parent if not set)",
2070
+ "description": "Semantic color kind that controls the radio button appearance when selected.\nIf not set, inherits from the parent SkRadioGroup's kind prop. Use to style\nindividual radio options differently from the group default.",
2051
2071
  "value": {
2052
2072
  "kind": "expression",
2053
2073
  "type": "SkRadioKind"
@@ -2057,7 +2077,7 @@
2057
2077
  {
2058
2078
  "name": "size",
2059
2079
  "required": false,
2060
- "description": "Size (inherits from parent if not set)",
2080
+ "description": "Radio button size. Controls both the radio circle dimensions and the label text\nsize. If not set, inherits from the parent SkRadioGroup's size prop.\nAvailable sizes: 'sm' (small), 'md' (medium), 'lg' (large), 'xl' (extra large).",
2061
2081
  "value": {
2062
2082
  "kind": "expression",
2063
2083
  "type": "SkRadioSize"
@@ -2082,7 +2102,7 @@
2082
2102
  {
2083
2103
  "name": "orientation",
2084
2104
  "required": false,
2085
- "description": "Orientation for layout",
2105
+ "description": "Layout orientation of the radio options. Controls how child SkRadio components\nare arranged. 'vertical' stacks options top to bottom, 'horizontal' arranges\nthem left to right. Keyboard arrow navigation adapts to match the orientation.",
2086
2106
  "value": {
2087
2107
  "kind": "expression",
2088
2108
  "type": "SkRadioGroupOrientation"
@@ -2092,7 +2112,7 @@
2092
2112
  {
2093
2113
  "name": "kind",
2094
2114
  "required": false,
2095
- "description": "Semantic color kind for all radios",
2115
+ "description": "Semantic color kind applied to all child SkRadio components. Sets the default\nappearance for the entire group. Individual radios can override this by setting\ntheir own `kind` prop.",
2096
2116
  "value": {
2097
2117
  "kind": "expression",
2098
2118
  "type": "SkRadioKind"
@@ -2102,7 +2122,7 @@
2102
2122
  {
2103
2123
  "name": "size",
2104
2124
  "required": false,
2105
- "description": "Size for all radios",
2125
+ "description": "Size applied to all child SkRadio components. Controls the radio circle\ndimensions and label text size for the entire group. Individual radios can\noverride this by setting their own `size` prop.\nAvailable sizes: 'sm' (small), 'md' (medium), 'lg' (large), 'xl' (extra large).",
2106
2126
  "value": {
2107
2127
  "kind": "expression",
2108
2128
  "type": "SkRadioSize"
@@ -2112,7 +2132,7 @@
2112
2132
  {
2113
2133
  "name": "disabled",
2114
2134
  "required": false,
2115
- "description": "Disabled state for entire group",
2135
+ "description": "When true, the entire radio group is disabled and no options can be selected.\nAll child radios appear with reduced opacity. Use for temporarily unavailable\nform fields or read-only states.",
2116
2136
  "value": {
2117
2137
  "kind": "expression",
2118
2138
  "type": "boolean"
@@ -2122,7 +2142,7 @@
2122
2142
  {
2123
2143
  "name": "required",
2124
2144
  "required": false,
2125
- "description": "Required for form validation",
2145
+ "description": "When true, marks the radio group as required for form validation. At least one\noption must be selected before the form can be submitted. This does not add\nvisual indication—use a SkField wrapper for required field styling.",
2126
2146
  "value": {
2127
2147
  "kind": "expression",
2128
2148
  "type": "boolean"
@@ -2132,7 +2152,7 @@
2132
2152
  {
2133
2153
  "name": "name",
2134
2154
  "required": false,
2135
- "description": "Form field name",
2155
+ "description": "The form field name used when submitting the selected value in a form.\nRequired for native form submission. The selected radio's value is submitted\nunder this name.",
2136
2156
  "value": {
2137
2157
  "kind": "expression",
2138
2158
  "type": "string"
@@ -2142,7 +2162,7 @@
2142
2162
  {
2143
2163
  "name": "loop",
2144
2164
  "required": false,
2145
- "description": "Enable circular keyboard navigation",
2165
+ "description": "Enables circular keyboard navigation within the group. When true, pressing\narrow down/right on the last option moves focus to the first option, and\nvice versa. When false, navigation stops at the boundaries.",
2146
2166
  "value": {
2147
2167
  "kind": "expression",
2148
2168
  "type": "boolean"
@@ -2167,7 +2187,7 @@
2167
2187
  {
2168
2188
  "name": "kind",
2169
2189
  "required": false,
2170
- "description": "Semantic color kind for the sidebar",
2190
+ "description": "Semantic color kind that controls the sidebar panel's background, border, and text colors.\nThe kind is passed to the underlying SkPanel component. Use semantic kinds like 'neutral'\nor 'primary' to match your theme, or use `baseColor`/`textColor` props for custom colors.",
2171
2191
  "value": {
2172
2192
  "kind": "expression",
2173
2193
  "type": "SkSidebarKind"
@@ -2177,7 +2197,7 @@
2177
2197
  {
2178
2198
  "name": "width",
2179
2199
  "required": false,
2180
- "description": "CSS width value for the sidebar",
2200
+ "description": "CSS width value for the sidebar. Accepts any valid CSS width including pixels, rems,\npercentages, or viewport units. The sidebar maintains this fixed width while the main\ncontent area fills the remaining space in a typical sidebar layout.",
2181
2201
  "value": {
2182
2202
  "kind": "expression",
2183
2203
  "type": "string"
@@ -2202,7 +2222,7 @@
2202
2222
  {
2203
2223
  "name": "as",
2204
2224
  "required": false,
2205
- "description": "HTML tag or component name to render as",
2225
+ "description": "The HTML element or Vue component to render as. Use 'a' for standard links, 'RouterLink'\nfor Vue Router navigation, 'button' for click actions, or any custom component. All\nadditional attributes (href, to, @click, etc.) are passed through via v-bind=\"$attrs\".",
2206
2226
  "value": {
2207
2227
  "kind": "expression",
2208
2228
  "type": "string"
@@ -2212,7 +2232,7 @@
2212
2232
  {
2213
2233
  "name": "active",
2214
2234
  "required": false,
2215
- "description": "Whether this item is currently active",
2235
+ "description": "When true, applies active/selected styling to indicate this is the current page or\nselected item. The active state uses a distinct background color and may include\nadditional visual indicators. You must manage this prop yourself based on your\nrouting logic (e.g., comparing against the current route path).",
2216
2236
  "value": {
2217
2237
  "kind": "expression",
2218
2238
  "type": "boolean"
@@ -2237,7 +2257,7 @@
2237
2257
  {
2238
2258
  "name": "title",
2239
2259
  "required": false,
2240
- "description": "Optional section heading",
2260
+ "description": "The heading text displayed above the section's navigation items. When provided, renders\nas an h3 element with muted styling to visually separate it from the navigation links.\nWhen omitted, the section renders without a heading, useful for ungrouped items or\nwhen you want spacing between groups without labels.",
2241
2261
  "value": {
2242
2262
  "kind": "expression",
2243
2263
  "type": "string"
@@ -2261,7 +2281,7 @@
2261
2281
  {
2262
2282
  "name": "variant",
2263
2283
  "required": false,
2264
- "description": "Shape variant",
2284
+ "description": "The shape variant that determines the skeleton's default proportions and styling.\n'text' creates a short-height line suitable for text placeholders. 'rectangular'\ncreates a flexible rectangle for images or content blocks. 'circular' creates a\nround shape for avatars. 'square' creates equal width/height with beveled corners.",
2265
2285
  "value": {
2266
2286
  "kind": "expression",
2267
2287
  "type": "SkSkeletonVariant"
@@ -2271,7 +2291,7 @@
2271
2291
  {
2272
2292
  "name": "width",
2273
2293
  "required": false,
2274
- "description": "Width (CSS value)",
2294
+ "description": "The width of the skeleton. Accepts any valid CSS width value (px, rem, %, etc.).\nFor responsive layouts, use percentage values. For fixed-size elements like avatars,\nuse pixel or rem values.",
2275
2295
  "value": {
2276
2296
  "kind": "expression",
2277
2297
  "type": "string"
@@ -2281,7 +2301,7 @@
2281
2301
  {
2282
2302
  "name": "height",
2283
2303
  "required": false,
2284
- "description": "Height (CSS value)",
2304
+ "description": "The height of the skeleton. Accepts any valid CSS height value. When not specified,\nthe height is determined by the variant (text has a small fixed height, circular and\nsquare match their width). Required for rectangular variant to have visible height.",
2285
2305
  "value": {
2286
2306
  "kind": "expression",
2287
2307
  "type": "string"
@@ -2291,7 +2311,7 @@
2291
2311
  {
2292
2312
  "name": "animation",
2293
2313
  "required": false,
2294
- "description": "Animation style",
2314
+ "description": "The loading animation style. 'shimmer' creates a moving gradient highlight effect\nthat sweeps across the skeleton. 'pulse' creates a fading opacity animation.\n'none' disables animation for static placeholders.",
2295
2315
  "value": {
2296
2316
  "kind": "expression",
2297
2317
  "type": "SkSkeletonAnimation"
@@ -2301,7 +2321,7 @@
2301
2321
  {
2302
2322
  "name": "corners",
2303
2323
  "required": false,
2304
- "description": "Custom corners to bevel (overrides variant default)",
2324
+ "description": "Array of corner positions to bevel, overriding the variant's default corner styling.\nUse this for skeletons that need to match specific card or panel layouts where only\ncertain corners are beveled. Options: 'top-left', 'top-right', 'bottom-right', 'bottom-left'.",
2305
2325
  "value": {
2306
2326
  "kind": "expression",
2307
2327
  "type": "Array"
@@ -2311,7 +2331,7 @@
2311
2331
  {
2312
2332
  "name": "bevel",
2313
2333
  "required": false,
2314
- "description": "Custom bevel size (CSS value, e.g. '0.5rem', '8px')",
2334
+ "description": "Custom bevel size for beveled corners. Accepts any valid CSS length value.\nOnly applies when `corners` prop is provided. Use this to match the bevel size\nof the component the skeleton is replacing.",
2315
2335
  "value": {
2316
2336
  "kind": "expression",
2317
2337
  "type": "string"
@@ -2331,7 +2351,7 @@
2331
2351
  {
2332
2352
  "name": "modelValue",
2333
2353
  "required": true,
2334
- "description": "Current value(s) of the slider",
2354
+ "description": "The current value(s) of the slider. Pass a single number for a standard slider,\nor an array of numbers to create a range slider with multiple thumbs. The number\nof thumbs automatically matches the length of the array.",
2335
2355
  "value": {
2336
2356
  "kind": "expression",
2337
2357
  "type": "union"
@@ -2340,7 +2360,7 @@
2340
2360
  {
2341
2361
  "name": "min",
2342
2362
  "required": false,
2343
- "description": "Minimum value",
2363
+ "description": "The minimum allowed value for the slider. The leftmost (or bottommost for vertical)\nposition of the thumb corresponds to this value. Values outside the min/max range\nare clamped automatically.",
2344
2364
  "value": {
2345
2365
  "kind": "expression",
2346
2366
  "type": "number"
@@ -2350,7 +2370,7 @@
2350
2370
  {
2351
2371
  "name": "max",
2352
2372
  "required": false,
2353
- "description": "Maximum value",
2373
+ "description": "The maximum allowed value for the slider. The rightmost (or topmost for vertical)\nposition of the thumb corresponds to this value. Values outside the min/max range\nare clamped automatically.",
2354
2374
  "value": {
2355
2375
  "kind": "expression",
2356
2376
  "type": "number"
@@ -2360,7 +2380,7 @@
2360
2380
  {
2361
2381
  "name": "step",
2362
2382
  "required": false,
2363
- "description": "Step increment",
2383
+ "description": "The granularity of the slider. The value will snap to multiples of this step.\nFor example, a step of 5 on a 0-100 slider allows values 0, 5, 10, ..., 100.\nUse smaller steps for fine-grained control or larger steps for discrete selections.",
2364
2384
  "value": {
2365
2385
  "kind": "expression",
2366
2386
  "type": "number"
@@ -2370,7 +2390,7 @@
2370
2390
  {
2371
2391
  "name": "kind",
2372
2392
  "required": false,
2373
- "description": "Semantic color kind",
2393
+ "description": "Semantic color kind that controls the filled track and thumb appearance. Semantic\nkinds (neutral, primary, accent, etc.) adapt to your theme. Use custom colors via\n`baseColor` and `thumbColor` props for branding-specific styling.",
2374
2394
  "value": {
2375
2395
  "kind": "expression",
2376
2396
  "type": "ComponentKind"
@@ -2380,7 +2400,7 @@
2380
2400
  {
2381
2401
  "name": "size",
2382
2402
  "required": false,
2383
- "description": "Slider size",
2403
+ "description": "Size of the slider track and thumb. Controls the visual thickness of the track\nand diameter of the thumb. Available sizes: 'sm' (small), 'md' (medium), 'lg' (large).",
2384
2404
  "value": {
2385
2405
  "kind": "expression",
2386
2406
  "type": "SkSliderSize"
@@ -2390,7 +2410,7 @@
2390
2410
  {
2391
2411
  "name": "orientation",
2392
2412
  "required": false,
2393
- "description": "Slider orientation",
2413
+ "description": "Orientation of the slider layout. Use 'horizontal' for left-to-right value increase,\nor 'vertical' for bottom-to-top value increase. Keyboard navigation arrows adapt\nautomatically based on orientation.",
2394
2414
  "value": {
2395
2415
  "kind": "expression",
2396
2416
  "type": "SkSliderOrientation"
@@ -2400,7 +2420,7 @@
2400
2420
  {
2401
2421
  "name": "disabled",
2402
2422
  "required": false,
2403
- "description": "Whether the slider is disabled",
2423
+ "description": "When true, the slider is disabled and cannot be interacted with. The slider\nappears with reduced opacity and the cursor changes to not-allowed. Thumb\npositions remain visible but cannot be moved.",
2404
2424
  "value": {
2405
2425
  "kind": "expression",
2406
2426
  "type": "boolean"
@@ -2410,7 +2430,7 @@
2410
2430
  {
2411
2431
  "name": "name",
2412
2432
  "required": false,
2413
- "description": "Name attribute for form submission",
2433
+ "description": "The form field name used when submitting the slider value in a form.\nRequired for native form submission. Each thumb value is submitted separately.",
2414
2434
  "value": {
2415
2435
  "kind": "expression",
2416
2436
  "type": "string"
@@ -2420,7 +2440,7 @@
2420
2440
  {
2421
2441
  "name": "minStepsBetweenThumbs",
2422
2442
  "required": false,
2423
- "description": "Minimum steps between thumbs for range slider",
2443
+ "description": "For range sliders (multiple thumbs), the minimum number of steps that must\nseparate adjacent thumbs. Prevents thumbs from overlapping or crossing each\nother. A value of 0 allows thumbs to touch but not cross.",
2424
2444
  "value": {
2425
2445
  "kind": "expression",
2426
2446
  "type": "number"
@@ -2430,7 +2450,7 @@
2430
2450
  {
2431
2451
  "name": "baseColor",
2432
2452
  "required": false,
2433
- "description": "Custom track color (overrides kind)",
2453
+ "description": "Custom color for the filled portion of the track. Overrides the `kind` prop\ncolor when set. Use any valid CSS color value (hex, rgb, oklch, etc.).\nFor complete customization, combine with `thumbColor`.",
2434
2454
  "value": {
2435
2455
  "kind": "expression",
2436
2456
  "type": "string"
@@ -2440,7 +2460,7 @@
2440
2460
  {
2441
2461
  "name": "thumbColor",
2442
2462
  "required": false,
2443
- "description": "Custom thumb color",
2463
+ "description": "Custom color for the slider thumb(s). Independent of the track color, allowing\ntwo-tone designs. Use any valid CSS color value. If not set, the thumb inherits\nstyling from the current theme.",
2444
2464
  "value": {
2445
2465
  "kind": "expression",
2446
2466
  "type": "string"
@@ -2465,7 +2485,7 @@
2465
2485
  {
2466
2486
  "name": "kind",
2467
2487
  "required": false,
2468
- "description": "Semantic color kind",
2488
+ "description": "Semantic color kind that controls the spinner color. Semantic kinds (neutral, primary,\naccent, etc.) adapt to your theme. Use 'primary' for general loading states, or match\nthe kind to the context (e.g., 'danger' when loading after an error action).",
2469
2489
  "value": {
2470
2490
  "kind": "expression",
2471
2491
  "type": "ComponentKind"
@@ -2475,7 +2495,7 @@
2475
2495
  {
2476
2496
  "name": "size",
2477
2497
  "required": false,
2478
- "description": "Spinner size",
2498
+ "description": "Size of the spinner. Controls both the spinner dimensions and animation scale.\nUse 'sm' for inline loading indicators (e.g., inside buttons), 'md' for standard\nloading states, and 'lg' or 'xl' for full-page or section loading overlays.",
2479
2499
  "value": {
2480
2500
  "kind": "expression",
2481
2501
  "type": "SkSpinnerSize"
@@ -2485,7 +2505,7 @@
2485
2505
  {
2486
2506
  "name": "variant",
2487
2507
  "required": false,
2488
- "description": "Animation variant",
2508
+ "description": "Animation variant that determines the spinner's visual style:\n- 'circular': Two concentric spinning arcs (default, most common)\n- 'dots': Three bouncing dots in sequence\n- 'crosshair': Rotating crosshair pattern (fits cyberpunk aesthetic)",
2489
2509
  "value": {
2490
2510
  "kind": "expression",
2491
2511
  "type": "SkSpinnerVariant"
@@ -2495,7 +2515,7 @@
2495
2515
  {
2496
2516
  "name": "color",
2497
2517
  "required": false,
2498
- "description": "Custom spinner color (overrides kind)",
2518
+ "description": "Custom color for the spinner, overriding the `kind` color. Accepts any valid CSS\ncolor value. Use \"currentColor\" to inherit the text color from the parent element,\nwhich is useful for spinners inside buttons or other colored containers.",
2499
2519
  "value": {
2500
2520
  "kind": "expression",
2501
2521
  "type": "string"
@@ -2515,7 +2535,7 @@
2515
2535
  {
2516
2536
  "name": "modelValue",
2517
2537
  "required": true,
2518
- "description": "Current state of the switch (true for on, false for off)",
2538
+ "description": "The current state of the switch. `true` means on (checked), `false` means off (unchecked).\nUse with `v-model` for two-way binding. Required prop that must be explicitly provided.",
2519
2539
  "value": {
2520
2540
  "kind": "expression",
2521
2541
  "type": "boolean"
@@ -2524,7 +2544,7 @@
2524
2544
  {
2525
2545
  "name": "label",
2526
2546
  "required": false,
2527
- "description": "Static label text (used as fallback for labelOn/labelOff if not provided)",
2547
+ "description": "Static label text displayed next to the switch. When `labelOn` or `labelOff` are not\nprovided, this label remains constant regardless of switch state. Can be overridden\nby the default slot for custom label content.",
2528
2548
  "value": {
2529
2549
  "kind": "expression",
2530
2550
  "type": "string"
@@ -2534,7 +2554,7 @@
2534
2554
  {
2535
2555
  "name": "labelOn",
2536
2556
  "required": false,
2537
- "description": "Label text displayed when switch is on (with animation if enabled)",
2557
+ "description": "Label text displayed when the switch is in the \"on\" (true) state. When provided along\nwith `labelOff`, the label animates between the two values as the switch toggles.\nFalls back to `label` prop if not provided.",
2538
2558
  "value": {
2539
2559
  "kind": "expression",
2540
2560
  "type": "string"
@@ -2544,7 +2564,7 @@
2544
2564
  {
2545
2565
  "name": "labelOff",
2546
2566
  "required": false,
2547
- "description": "Label text displayed when switch is off (with animation if enabled)",
2567
+ "description": "Label text displayed when the switch is in the \"off\" (false) state. When provided along\nwith `labelOn`, the label animates between the two values as the switch toggles.\nFalls back to `label` prop if not provided.",
2548
2568
  "value": {
2549
2569
  "kind": "expression",
2550
2570
  "type": "string"
@@ -2554,7 +2574,7 @@
2554
2574
  {
2555
2575
  "name": "kind",
2556
2576
  "required": false,
2557
- "description": "Semantic color kind for the switch background",
2577
+ "description": "Semantic color kind for the switch track (background). Controls the color when the\nswitch is in the \"on\" state. The \"off\" state uses a neutral muted color by default.",
2558
2578
  "value": {
2559
2579
  "kind": "expression",
2560
2580
  "type": "SkSwitchKind"
@@ -2564,7 +2584,7 @@
2564
2584
  {
2565
2585
  "name": "thumbKind",
2566
2586
  "required": false,
2567
- "description": "Semantic color kind for the switch thumb (overrides main kind)",
2587
+ "description": "Semantic color kind for the switch thumb (the sliding circle). When provided, overrides\nthe default thumb color derived from the main `kind`. Use for two-tone switch designs\nwhere the thumb should be a different color than the track.",
2568
2588
  "value": {
2569
2589
  "kind": "expression",
2570
2590
  "type": "SkSwitchKind"
@@ -2574,7 +2594,7 @@
2574
2594
  {
2575
2595
  "name": "size",
2576
2596
  "required": false,
2577
- "description": "Size of the switch control",
2597
+ "description": "Switch size controlling the track dimensions, thumb size, and label text size.\nAvailable sizes: 'sm' (small), 'md' (medium, default), 'lg' (large), 'xl' (extra large).",
2578
2598
  "value": {
2579
2599
  "kind": "expression",
2580
2600
  "type": "SkSwitchSize"
@@ -2584,7 +2604,7 @@
2584
2604
  {
2585
2605
  "name": "disabled",
2586
2606
  "required": false,
2587
- "description": "Whether the switch is disabled",
2607
+ "description": "When true, disables the switch preventing all user interaction. The switch appears\nwith reduced opacity and the cursor changes to not-allowed. Disabled switches are\nexcluded from form submission.",
2588
2608
  "value": {
2589
2609
  "kind": "expression",
2590
2610
  "type": "boolean"
@@ -2594,7 +2614,7 @@
2594
2614
  {
2595
2615
  "name": "disableLabelAnimation",
2596
2616
  "required": false,
2597
- "description": "Whether to disable the fade animation when labels change",
2617
+ "description": "When true, disables the fade animation when switching between `labelOn` and `labelOff`\nlabels. The label will change instantly instead of cross-fading. Has no effect if\nonly a static `label` is provided.",
2598
2618
  "value": {
2599
2619
  "kind": "expression",
2600
2620
  "type": "boolean"
@@ -2604,7 +2624,7 @@
2604
2624
  {
2605
2625
  "name": "name",
2606
2626
  "required": false,
2607
- "description": "Name attribute for form submission",
2627
+ "description": "The form field name used when submitting the switch value. When the switch is on,\nthe `value` prop is submitted under this name. When off, nothing is submitted\n(standard checkbox behavior).",
2608
2628
  "value": {
2609
2629
  "kind": "expression",
2610
2630
  "type": "string"
@@ -2614,7 +2634,7 @@
2614
2634
  {
2615
2635
  "name": "value",
2616
2636
  "required": false,
2617
- "description": "Value attribute for form submission",
2637
+ "description": "The value submitted with the form when the switch is on. Combined with the `name`\nprop for form submission. When the switch is off, this value is not submitted.",
2618
2638
  "value": {
2619
2639
  "kind": "expression",
2620
2640
  "type": "string"
@@ -2624,7 +2644,7 @@
2624
2644
  {
2625
2645
  "name": "required",
2626
2646
  "required": false,
2627
- "description": "Whether the switch is required in a form",
2647
+ "description": "When true, marks the switch as required for form validation. The browser will prevent\nform submission if the switch is not in the \"on\" state. Use for mandatory agreements\nor confirmations.",
2628
2648
  "value": {
2629
2649
  "kind": "expression",
2630
2650
  "type": "boolean"
@@ -2660,7 +2680,7 @@
2660
2680
  {
2661
2681
  "name": "name",
2662
2682
  "required": true,
2663
- "description": "Unique identifier matching the corresponding SkTabPanel",
2683
+ "description": "Unique identifier that links this tab trigger to its corresponding `SkTabPanel`. The `name`\nmust exactly match the `name` prop on the panel you want to display when this tab is active.\nCan be a string or number for flexibility with dynamic tab generation.",
2664
2684
  "value": {
2665
2685
  "kind": "expression",
2666
2686
  "type": "union"
@@ -2669,7 +2689,7 @@
2669
2689
  {
2670
2690
  "name": "label",
2671
2691
  "required": false,
2672
- "description": "Text label displayed in the tab (can be overridden by default slot)",
2692
+ "description": "Text label displayed in the tab button. Can be overridden by the default slot for custom\ncontent like icons with text or formatted labels.",
2673
2693
  "value": {
2674
2694
  "kind": "expression",
2675
2695
  "type": "string"
@@ -2679,7 +2699,7 @@
2679
2699
  {
2680
2700
  "name": "disabled",
2681
2701
  "required": false,
2682
- "description": "Whether the tab is disabled and unclickable",
2702
+ "description": "When true, the tab cannot be clicked or focused via keyboard. Disabled tabs are skipped\nduring arrow key navigation and appear with reduced opacity.",
2683
2703
  "value": {
2684
2704
  "kind": "expression",
2685
2705
  "type": "boolean"
@@ -2689,7 +2709,7 @@
2689
2709
  {
2690
2710
  "name": "kind",
2691
2711
  "required": false,
2692
- "description": "Semantic color kind (overrides parent tabs kind if provided)",
2712
+ "description": "Semantic color kind for this specific tab. When provided, overrides the `kind` set on the\nparent `SkTabs` component. Use this for highlighting important tabs or creating visual\nhierarchy within a tab bar.",
2693
2713
  "value": {
2694
2714
  "kind": "expression",
2695
2715
  "type": "ComponentKind"
@@ -2717,7 +2737,7 @@
2717
2737
  {
2718
2738
  "name": "orientation",
2719
2739
  "required": false,
2720
- "description": "Orientation for arranging tabs (overrides parent SkTabs orientation if provided)",
2740
+ "description": "Layout orientation for arranging tab triggers. When 'horizontal', tabs appear in a row\nwith left/right arrow key navigation. When 'vertical', tabs stack in a column with\nup/down arrow key navigation. If not provided, inherits from the parent `SkTabs` component.",
2721
2741
  "value": {
2722
2742
  "kind": "expression",
2723
2743
  "type": "SkTabsOrientation"
@@ -2742,7 +2762,7 @@
2742
2762
  {
2743
2763
  "name": "name",
2744
2764
  "required": true,
2745
- "description": "Unique identifier matching the corresponding SkTab",
2765
+ "description": "Unique identifier that links this panel to its corresponding `SkTab` trigger. The `name`\nmust exactly match the `name` prop on the tab that should activate this panel.",
2746
2766
  "value": {
2747
2767
  "kind": "expression",
2748
2768
  "type": "union"
@@ -2751,7 +2771,7 @@
2751
2771
  {
2752
2772
  "name": "keepAlive",
2753
2773
  "required": false,
2754
- "description": "Whether to keep panel mounted in DOM even when inactive",
2774
+ "description": "When true, the panel content remains mounted in the DOM even when the tab is inactive.\nThis is useful for preserving form state, scroll position, or expensive component state\nthat would otherwise be lost when switching tabs. Use sparingly as it increases memory usage.",
2755
2775
  "value": {
2756
2776
  "kind": "expression",
2757
2777
  "type": "boolean"
@@ -2789,7 +2809,7 @@
2789
2809
  {
2790
2810
  "name": "kind",
2791
2811
  "required": false,
2792
- "description": "Semantic color kind for the table",
2812
+ "description": "Semantic color kind that controls header backgrounds and accent colors. The kind\naffects the table header row styling and can subtly influence row hover colors.\nUse semantic kinds to match your application's color language.",
2793
2813
  "value": {
2794
2814
  "kind": "expression",
2795
2815
  "type": "SkTableKind"
@@ -2799,7 +2819,7 @@
2799
2819
  {
2800
2820
  "name": "variant",
2801
2821
  "required": false,
2802
- "description": "Visual variant style (default or compact)",
2822
+ "description": "Controls the table's density and spacing. 'default' provides comfortable spacing\nfor most use cases, 'compact' reduces padding for dense data displays, and\n'comfortable' increases spacing for enhanced readability.",
2803
2823
  "value": {
2804
2824
  "kind": "expression",
2805
2825
  "type": "SkTableVariant"
@@ -2809,7 +2829,7 @@
2809
2829
  {
2810
2830
  "name": "striped",
2811
2831
  "required": false,
2812
- "description": "Whether to alternate row background colors",
2832
+ "description": "When true, alternates row background colors (zebra striping) to improve\nreadability of wide tables. The striping color adapts to the table's kind\nand background context.",
2813
2833
  "value": {
2814
2834
  "kind": "expression",
2815
2835
  "type": "boolean"
@@ -2819,7 +2839,7 @@
2819
2839
  {
2820
2840
  "name": "hoverable",
2821
2841
  "required": false,
2822
- "description": "Whether rows highlight on hover",
2842
+ "description": "When true, rows highlight on mouse hover to help users track which row\nthey're viewing. Particularly useful for tables with many columns where\nthe eye can lose track across the row.",
2823
2843
  "value": {
2824
2844
  "kind": "expression",
2825
2845
  "type": "boolean"
@@ -2829,7 +2849,7 @@
2829
2849
  {
2830
2850
  "name": "bordered",
2831
2851
  "required": false,
2832
- "description": "Whether to show outer borders around the table",
2852
+ "description": "When true, displays a beveled border around the entire table. Disable for\na more minimal appearance or when embedding the table in a card that already\nprovides visual containment.",
2833
2853
  "value": {
2834
2854
  "kind": "expression",
2835
2855
  "type": "boolean"
@@ -2839,7 +2859,7 @@
2839
2859
  {
2840
2860
  "name": "innerBorders",
2841
2861
  "required": false,
2842
- "description": "Whether to show borders between cells and rows",
2862
+ "description": "When true, shows borders between individual cells and rows. Enable for\ngrid-like data where cell boundaries need clear visual separation. Disable\nfor a cleaner, more modern appearance.",
2843
2863
  "value": {
2844
2864
  "kind": "expression",
2845
2865
  "type": "boolean"
@@ -2849,7 +2869,7 @@
2849
2869
  {
2850
2870
  "name": "darkBackground",
2851
2871
  "required": false,
2852
- "description": "Whether the table has a dark background context",
2872
+ "description": "When true, adjusts the table colors for display on dark backgrounds. This\nensures proper contrast and visibility when the table is placed on dark\nsurfaces outside of the normal theme context.",
2853
2873
  "value": {
2854
2874
  "kind": "expression",
2855
2875
  "type": "boolean"
@@ -2859,7 +2879,7 @@
2859
2879
  {
2860
2880
  "name": "subtle",
2861
2881
  "required": false,
2862
- "description": "Whether to use subtle, lighter styling",
2882
+ "description": "When true, uses lighter, more subdued colors for the table styling. Useful\nwhen the table should not dominate the visual hierarchy or when displaying\nsecondary data alongside more prominent content.",
2863
2883
  "value": {
2864
2884
  "kind": "expression",
2865
2885
  "type": "boolean"
@@ -2884,7 +2904,7 @@
2884
2904
  {
2885
2905
  "name": "modelValue",
2886
2906
  "required": true,
2887
- "description": "Currently active tab identifier (matching a SkTab name)",
2907
+ "description": "The currently active tab identifier, matching the `name` prop of the corresponding `SkTab`\nand `SkTabPanel`. Use with `v-model` for two-way binding to control which tab is displayed.",
2888
2908
  "value": {
2889
2909
  "kind": "expression",
2890
2910
  "type": "union"
@@ -2893,7 +2913,7 @@
2893
2913
  {
2894
2914
  "name": "orientation",
2895
2915
  "required": false,
2896
- "description": "Orientation for tab layout (horizontal or vertical)",
2916
+ "description": "Layout orientation for the tab list. In 'horizontal' mode, tabs are arranged in a row and\narrow keys navigate left/right. In 'vertical' mode, tabs stack vertically and arrow keys\nnavigate up/down.",
2897
2917
  "value": {
2898
2918
  "kind": "expression",
2899
2919
  "type": "SkTabsOrientation"
@@ -2903,7 +2923,7 @@
2903
2923
  {
2904
2924
  "name": "placement",
2905
2925
  "required": false,
2906
- "description": "Placement of tabs relative to content (start, center, end)",
2926
+ "description": "Alignment of the tab list within its container. 'start' aligns tabs to the left (horizontal)\nor top (vertical), 'end' aligns to the opposite side. Useful for positioning tabs in\ndifferent layout contexts.",
2907
2927
  "value": {
2908
2928
  "kind": "expression",
2909
2929
  "type": "SkTabsPlacement"
@@ -2913,7 +2933,7 @@
2913
2933
  {
2914
2934
  "name": "kind",
2915
2935
  "required": false,
2916
- "description": "Semantic color kind for all tabs (can be overridden per tab)",
2936
+ "description": "Semantic color kind applied to all tabs in this group. Individual `SkTab` components can\noverride this with their own `kind` prop for mixed-color tab bars.",
2917
2937
  "value": {
2918
2938
  "kind": "expression",
2919
2939
  "type": "ComponentKind"
@@ -2923,7 +2943,7 @@
2923
2943
  {
2924
2944
  "name": "flush",
2925
2945
  "required": false,
2926
- "description": "Whether to use negative margins to align with parent container edges",
2946
+ "description": "When true, applies negative margins to align the tab list flush with the parent container's\nedges. Useful when the parent has padding but you want tabs to extend edge-to-edge.",
2927
2947
  "value": {
2928
2948
  "kind": "expression",
2929
2949
  "type": "boolean"
@@ -2953,7 +2973,7 @@
2953
2973
  {
2954
2974
  "name": "kind",
2955
2975
  "required": false,
2956
- "description": "Semantic color kind for the tag",
2976
+ "description": "Semantic color kind that controls the tag's color scheme. The kind determines both\nbackground and text colors across all variants. Use semantic kinds (primary, success,\ndanger, etc.) to convey meaning, or use accent for decorative highlighting.",
2957
2977
  "value": {
2958
2978
  "kind": "expression",
2959
2979
  "type": "ComponentKind"
@@ -2963,7 +2983,7 @@
2963
2983
  {
2964
2984
  "name": "variant",
2965
2985
  "required": false,
2966
- "description": "Visual variant style (solid, outline, subtle, or ghost)",
2986
+ "description": "Visual variant that controls how the tag is rendered. Choose based on visual hierarchy:\n'solid' for maximum emphasis with filled background, 'outline' for medium emphasis with\na border, 'subtle' for low emphasis with a tinted background, 'ghost' for minimal\npresence with just text color.",
2967
2987
  "value": {
2968
2988
  "kind": "expression",
2969
2989
  "type": "SkTagVariant"
@@ -2973,7 +2993,7 @@
2973
2993
  {
2974
2994
  "name": "size",
2975
2995
  "required": false,
2976
- "description": "Size of the tag affecting padding and font size",
2996
+ "description": "Controls the tag dimensions including padding, font size, and remove button size.\nAvailable sizes: 'sm' (compact), 'md' (default), 'lg' (prominent), 'xl' (maximum).",
2977
2997
  "value": {
2978
2998
  "kind": "expression",
2979
2999
  "type": "SkTagSize"
@@ -2983,7 +3003,7 @@
2983
3003
  {
2984
3004
  "name": "removable",
2985
3005
  "required": false,
2986
- "description": "Whether to show a remove button that emits a 'remove' event when clicked",
3006
+ "description": "When true, displays a small X button on the right side of the tag that emits a\n'remove' event when clicked. Useful for filter chips, multi-select displays, or\nany tags that can be dismissed by the user.",
2987
3007
  "value": {
2988
3008
  "kind": "expression",
2989
3009
  "type": "boolean"
@@ -3013,7 +3033,7 @@
3013
3033
  {
3014
3034
  "name": "kind",
3015
3035
  "required": false,
3016
- "description": "Semantic color kind for input",
3036
+ "description": "Semantic color kind that controls the input border and focus ring appearance.\nAlso sets the default color for tags unless overridden by `tagKind`. When used\ninside SkField, inherits the field's kind if not explicitly set.",
3017
3037
  "value": {
3018
3038
  "kind": "expression",
3019
3039
  "type": "SkTagsInputKind"
@@ -3023,7 +3043,7 @@
3023
3043
  {
3024
3044
  "name": "size",
3025
3045
  "required": false,
3026
- "description": "Input size",
3046
+ "description": "Size of the input field and tags. Controls the input height, tag size, and\ntext sizing throughout the component. Available sizes: 'sm' (small),\n'md' (medium), 'lg' (large).",
3027
3047
  "value": {
3028
3048
  "kind": "expression",
3029
3049
  "type": "SkTagsInputSize"
@@ -3033,7 +3053,7 @@
3033
3053
  {
3034
3054
  "name": "placeholder",
3035
3055
  "required": false,
3036
- "description": "Placeholder text",
3056
+ "description": "Placeholder text displayed in the input field when no text is being typed.\nVisible even when tags are present. Use to guide users on what type of\nvalues to enter.",
3037
3057
  "value": {
3038
3058
  "kind": "expression",
3039
3059
  "type": "string"
@@ -3043,7 +3063,7 @@
3043
3063
  {
3044
3064
  "name": "disabled",
3045
3065
  "required": false,
3046
- "description": "Disabled state",
3066
+ "description": "When true, the input is disabled and no tags can be added or removed.\nExisting tags remain visible but the delete buttons are non-functional.\nThe entire component appears with reduced opacity.",
3047
3067
  "value": {
3048
3068
  "kind": "expression",
3049
3069
  "type": "boolean"
@@ -3053,7 +3073,7 @@
3053
3073
  {
3054
3074
  "name": "max",
3055
3075
  "required": false,
3056
- "description": "Maximum number of tags",
3076
+ "description": "Maximum number of tags allowed. When the limit is reached, the input field\nis disabled (preventing new tags) but existing tags can still be removed.\nUseful for limiting selections in constrained contexts like form fields.",
3057
3077
  "value": {
3058
3078
  "kind": "expression",
3059
3079
  "type": "number"
@@ -3063,7 +3083,7 @@
3063
3083
  {
3064
3084
  "name": "addOnPaste",
3065
3085
  "required": false,
3066
- "description": "Add tags on paste",
3086
+ "description": "When true, pasting text containing separators (commas, semicolons, newlines)\nautomatically creates multiple tags. When false, pasted text is inserted as\na single value in the input field.",
3067
3087
  "value": {
3068
3088
  "kind": "expression",
3069
3089
  "type": "boolean"
@@ -3073,7 +3093,7 @@
3073
3093
  {
3074
3094
  "name": "tagKind",
3075
3095
  "required": false,
3076
- "description": "Kind for tag badges (inherits from input kind if not set)",
3096
+ "description": "Semantic color kind specifically for the tag badges. When not set, inherits\nfrom the `kind` prop. Use to differentiate tag appearance from the input\nstyling, such as colorful tags in a neutral-bordered input.",
3077
3097
  "value": {
3078
3098
  "kind": "expression",
3079
3099
  "type": "string"
@@ -3083,7 +3103,7 @@
3083
3103
  {
3084
3104
  "name": "tagVariant",
3085
3105
  "required": false,
3086
- "description": "Variant for tag badges",
3106
+ "description": "Visual variant for the tag badges. 'solid' renders filled tags with colored\nbackground, 'outline' shows bordered tags with transparent background, and\n'ghost' provides subtle tags with minimal styling.",
3087
3107
  "value": {
3088
3108
  "kind": "expression",
3089
3109
  "type": "union"
@@ -3103,7 +3123,7 @@
3103
3123
  {
3104
3124
  "name": "kind",
3105
3125
  "required": false,
3106
- "description": "Semantic color kind (useful for validation states)",
3126
+ "description": "Semantic color kind for the textarea border and focus ring. Use semantic kinds like\n'success' or 'danger' to indicate validation states. When used inside an SkField with\na `state` prop, the field's kind automatically overrides this value.",
3107
3127
  "value": {
3108
3128
  "kind": "expression",
3109
3129
  "type": "SkTextareaKind"
@@ -3113,7 +3133,7 @@
3113
3133
  {
3114
3134
  "name": "size",
3115
3135
  "required": false,
3116
- "description": "Textarea size",
3136
+ "description": "Textarea size controlling padding and font size. The height is primarily controlled\nby the `rows` prop. Available sizes: 'sm' (small), 'md' (medium, default), 'lg' (large),\n'xl' (extra large).",
3117
3137
  "value": {
3118
3138
  "kind": "expression",
3119
3139
  "type": "SkTextareaSize"
@@ -3123,7 +3143,7 @@
3123
3143
  {
3124
3144
  "name": "placeholder",
3125
3145
  "required": false,
3126
- "description": "Placeholder text",
3146
+ "description": "Placeholder text displayed when the textarea is empty. Use to provide hints about\nexpected content or formatting. The placeholder disappears when the user begins typing.",
3127
3147
  "value": {
3128
3148
  "kind": "expression",
3129
3149
  "type": "string"
@@ -3133,7 +3153,7 @@
3133
3153
  {
3134
3154
  "name": "disabled",
3135
3155
  "required": false,
3136
- "description": "Disabled state",
3156
+ "description": "When true, disables the textarea preventing all user interaction. The textarea appears\nwith reduced opacity and the cursor changes to not-allowed. Disabled textareas are\nexcluded from form submission.",
3137
3157
  "value": {
3138
3158
  "kind": "expression",
3139
3159
  "type": "boolean"
@@ -3143,7 +3163,7 @@
3143
3163
  {
3144
3164
  "name": "readonly",
3145
3165
  "required": false,
3146
- "description": "Read-only state",
3166
+ "description": "When true, makes the textarea read-only. The user can select and copy text but cannot\nmodify it. Unlike disabled, read-only textareas are still included in form submission\nand maintain normal visual appearance.",
3147
3167
  "value": {
3148
3168
  "kind": "expression",
3149
3169
  "type": "boolean"
@@ -3153,7 +3173,7 @@
3153
3173
  {
3154
3174
  "name": "required",
3155
3175
  "required": false,
3156
- "description": "Required for form validation",
3176
+ "description": "When true, marks the textarea as required for form validation. The browser will prevent\nform submission if the textarea is empty. For visual required indicators, wrap the\ntextarea in an SkField component with `required` prop.",
3157
3177
  "value": {
3158
3178
  "kind": "expression",
3159
3179
  "type": "boolean"
@@ -3163,7 +3183,7 @@
3163
3183
  {
3164
3184
  "name": "name",
3165
3185
  "required": false,
3166
- "description": "Form field name",
3186
+ "description": "The form field name used when submitting the textarea value. Required for native form\nsubmission and useful for form libraries that track fields by name.",
3167
3187
  "value": {
3168
3188
  "kind": "expression",
3169
3189
  "type": "string"
@@ -3173,7 +3193,7 @@
3173
3193
  {
3174
3194
  "name": "rows",
3175
3195
  "required": false,
3176
- "description": "Number of visible text rows",
3196
+ "description": "The number of visible text lines (rows) for the textarea. This sets the initial height\nof the textarea. Users can still resize it vertically if the CSS allows. Use more rows\nfor content that typically requires more space (e.g., descriptions, messages).",
3177
3197
  "value": {
3178
3198
  "kind": "expression",
3179
3199
  "type": "number"
@@ -3183,7 +3203,7 @@
3183
3203
  {
3184
3204
  "name": "autocomplete",
3185
3205
  "required": false,
3186
- "description": "Autocomplete hint",
3206
+ "description": "Autocomplete hint for the browser's autofill feature. For textareas, common values\ninclude 'off' to disable autofill, or 'street-address' for address fields. Most\nother autocomplete values are more relevant for single-line inputs.",
3187
3207
  "value": {
3188
3208
  "kind": "expression",
3189
3209
  "type": "string"
@@ -3203,7 +3223,7 @@
3203
3223
  {
3204
3224
  "name": "theme",
3205
3225
  "required": false,
3206
- "description": "Theme name controlling the overall color scheme (greyscale or colorful)",
3226
+ "description": "The active theme name that controls the color scheme for all child components.\nChanging this prop reactively updates the theme across the entire subtree.\nPortal components (dropdowns, modals, tooltips) automatically inherit this\ntheme even though they render outside the DOM hierarchy.",
3207
3227
  "value": {
3208
3228
  "kind": "expression",
3209
3229
  "type": "SkThemeName"
@@ -3228,7 +3248,7 @@
3228
3248
  {
3229
3249
  "name": "id",
3230
3250
  "required": true,
3231
- "description": "Toast ID for tracking",
3251
+ "description": "Unique identifier for this toast instance. Used internally for tracking and dismissing\nspecific toasts. Generated automatically by SkToastProvider when using useToast().",
3232
3252
  "value": {
3233
3253
  "kind": "expression",
3234
3254
  "type": "string"
@@ -3237,7 +3257,7 @@
3237
3257
  {
3238
3258
  "name": "kind",
3239
3259
  "required": true,
3240
- "description": "Semantic kind",
3260
+ "description": "Semantic color kind that determines the toast's visual appearance and icon. Each kind\ndisplays a contextually appropriate icon: info (circle-i), success (checkmark),\nwarning (triangle), danger (x-circle). The kind also sets the background and text colors.",
3241
3261
  "value": {
3242
3262
  "kind": "expression",
3243
3263
  "type": "SkToastKind"
@@ -3246,7 +3266,7 @@
3246
3266
  {
3247
3267
  "name": "title",
3248
3268
  "required": false,
3249
- "description": "Optional title",
3269
+ "description": "Optional bold title text displayed above the message. Use for brief headings like\n\"Success!\", \"Error\", or \"Warning\". When omitted, only the message is displayed.",
3250
3270
  "value": {
3251
3271
  "kind": "expression",
3252
3272
  "type": "string"
@@ -3255,7 +3275,7 @@
3255
3275
  {
3256
3276
  "name": "message",
3257
3277
  "required": true,
3258
- "description": "Toast message",
3278
+ "description": "The main toast message content. This is the primary text users will read, describing\nwhat happened or what action was taken. Keep messages concise and actionable.",
3259
3279
  "value": {
3260
3280
  "kind": "expression",
3261
3281
  "type": "string"
@@ -3264,7 +3284,7 @@
3264
3284
  {
3265
3285
  "name": "duration",
3266
3286
  "required": false,
3267
- "description": "Duration in ms (0 = no auto-dismiss)",
3287
+ "description": "Time in milliseconds before the toast automatically dismisses. Set to 0 or undefined\nto disable auto-dismiss and require manual closure. When set, a progress indicator\nmay show remaining time. Overrides the provider's default duration.",
3268
3288
  "value": {
3269
3289
  "kind": "expression",
3270
3290
  "type": "number"
@@ -3273,7 +3293,7 @@
3273
3293
  {
3274
3294
  "name": "closable",
3275
3295
  "required": true,
3276
- "description": "Whether to show close button",
3296
+ "description": "When true, displays an X button allowing users to manually dismiss the toast before\nthe duration expires. Essential for toasts with important information users may need\nmore time to read, or when auto-dismiss is disabled.",
3277
3297
  "value": {
3278
3298
  "kind": "expression",
3279
3299
  "type": "boolean"
@@ -3297,7 +3317,7 @@
3297
3317
  {
3298
3318
  "name": "position",
3299
3319
  "required": false,
3300
- "description": "Preset position for the viewport. If omitted, position via CSS/classes.",
3320
+ "description": "Preset position for the toast viewport on the screen. Controls where toasts appear\nand stack. Choose a position that doesn't obstruct important UI elements. Common\nchoices are 'bottom-right' for desktop apps and 'top-center' for mobile-first designs.\nWhen omitted, you can position the viewport via custom CSS instead.",
3301
3321
  "value": {
3302
3322
  "kind": "expression",
3303
3323
  "type": "SkToastPosition"
@@ -3307,7 +3327,7 @@
3307
3327
  {
3308
3328
  "name": "duration",
3309
3329
  "required": false,
3310
- "description": "Default duration (ms) before auto-dismiss.",
3330
+ "description": "Default duration in milliseconds before toasts automatically dismiss. Individual\ntoasts can override this value. Set to 0 to disable auto-dismiss by default,\nrequiring users to manually close each toast. Recommended range: 3000-7000ms.",
3311
3331
  "value": {
3312
3332
  "kind": "expression",
3313
3333
  "type": "number"
@@ -3317,7 +3337,7 @@
3317
3337
  {
3318
3338
  "name": "swipeDirection",
3319
3339
  "required": false,
3320
- "description": "Direction to swipe to dismiss.",
3340
+ "description": "Direction users can swipe to dismiss toasts on touch devices. The natural direction\noften matches the toast position - 'right' for right-positioned toasts, 'up' for\ntop-positioned, etc. Set to the direction that feels like \"dismissing\" the toast.",
3321
3341
  "value": {
3322
3342
  "kind": "expression",
3323
3343
  "type": "SkToastSwipeDirection"
@@ -3327,7 +3347,7 @@
3327
3347
  {
3328
3348
  "name": "swipeThreshold",
3329
3349
  "required": false,
3330
- "description": "Distance (px) to swipe before dismissing.",
3350
+ "description": "Minimum distance in pixels a user must swipe before the toast dismisses. Lower values\nmake dismissal easier but may cause accidental dismissals. Higher values require more\nintentional swipes. Balance based on your target devices and user needs.",
3331
3351
  "value": {
3332
3352
  "kind": "expression",
3333
3353
  "type": "number"
@@ -3337,7 +3357,7 @@
3337
3357
  {
3338
3358
  "name": "hotkey",
3339
3359
  "required": false,
3340
- "description": "Keyboard shortcut to focus toasts.",
3360
+ "description": "Keyboard shortcut(s) to focus the toast region for screen reader users and keyboard\nnavigation. When pressed, focus moves to the toast viewport. Use an array to define\nmultiple shortcuts. Keys use standard keyboard event key names.",
3341
3361
  "value": {
3342
3362
  "kind": "expression",
3343
3363
  "type": "Array"
@@ -3362,7 +3382,7 @@
3362
3382
  {
3363
3383
  "name": "kind",
3364
3384
  "required": false,
3365
- "description": "Semantic color kind",
3385
+ "description": "Semantic color kind that controls the tooltip's background and text colors. Semantic kinds\n(neutral, primary, accent, info, success, warning, danger) adapt to your theme. Use 'neutral'\nfor general hints, or match the kind to contextual meaning (e.g., 'warning' for caution tips).",
3366
3386
  "value": {
3367
3387
  "kind": "expression",
3368
3388
  "type": "ComponentKind"
@@ -3372,7 +3392,7 @@
3372
3392
  {
3373
3393
  "name": "variant",
3374
3394
  "required": false,
3375
- "description": "Visual variant",
3395
+ "description": "Visual variant that controls the tooltip's appearance. 'solid' shows a filled background\nwith the kind color, ideal for high-contrast visibility. 'outline' shows a bordered style\nwith transparent background, useful for subtle hints that don't distract from content.",
3376
3396
  "value": {
3377
3397
  "kind": "expression",
3378
3398
  "type": "union"
@@ -3382,7 +3402,7 @@
3382
3402
  {
3383
3403
  "name": "side",
3384
3404
  "required": false,
3385
- "description": "Which side of the trigger to show the tooltip",
3405
+ "description": "Which side of the trigger element to display the tooltip. The tooltip automatically\nflips to the opposite side if there isn't enough space. Common choices: 'top' for\nbuttons, 'right' for inline help icons, 'bottom' for navigation items.",
3386
3406
  "value": {
3387
3407
  "kind": "expression",
3388
3408
  "type": "SkTooltipSide"
@@ -3392,7 +3412,7 @@
3392
3412
  {
3393
3413
  "name": "align",
3394
3414
  "required": false,
3395
- "description": "Alignment along the side",
3415
+ "description": "Alignment of the tooltip along its side. 'center' centers the tooltip on the trigger,\n'start' aligns to the left/top edge, 'end' aligns to the right/bottom edge. Use 'start'\nor 'end' when the trigger is near a screen edge to prevent clipping.",
3396
3416
  "value": {
3397
3417
  "kind": "expression",
3398
3418
  "type": "union"
@@ -3402,7 +3422,7 @@
3402
3422
  {
3403
3423
  "name": "sideOffset",
3404
3424
  "required": false,
3405
- "description": "Offset from the trigger in pixels",
3425
+ "description": "Distance in pixels between the tooltip and its trigger element. Increase for more\nbreathing room, decrease for tighter coupling. The arrow (if shown) extends from\nthis offset toward the trigger.",
3406
3426
  "value": {
3407
3427
  "kind": "expression",
3408
3428
  "type": "number"
@@ -3412,7 +3432,7 @@
3412
3432
  {
3413
3433
  "name": "delayDuration",
3414
3434
  "required": false,
3415
- "description": "Delay before showing tooltip (ms). Only used in standalone mode.\nWhen inside SkTooltipProvider, the provider's delayDuration is used instead.",
3435
+ "description": "Delay in milliseconds before the tooltip appears after hovering the trigger. Only used\nin standalone mode - when inside SkTooltipProvider, the provider's delayDuration takes\nprecedence. Set to 0 for instant tooltips, or higher values to avoid accidental triggers.",
3416
3436
  "value": {
3417
3437
  "kind": "expression",
3418
3438
  "type": "number"
@@ -3422,7 +3442,7 @@
3422
3442
  {
3423
3443
  "name": "showArrow",
3424
3444
  "required": false,
3425
- "description": "Whether to show the arrow pointing to the trigger",
3445
+ "description": "Whether to display a small arrow pointing from the tooltip toward its trigger element.\nArrows help visually connect the tooltip to its trigger, especially useful when multiple\ninteractive elements are close together. Disable for a cleaner, more minimal appearance.",
3426
3446
  "value": {
3427
3447
  "kind": "expression",
3428
3448
  "type": "boolean"
@@ -3450,7 +3470,7 @@
3450
3470
  {
3451
3471
  "name": "delayDuration",
3452
3472
  "required": false,
3453
- "description": "The duration (ms) from when the pointer enters the trigger until the tooltip opens.",
3473
+ "description": "Delay in milliseconds from when the pointer enters a tooltip trigger until the tooltip\nopens. Applies to all SkTooltip components within this provider. A short delay (200-400ms)\nprevents tooltips from flashing when users move the mouse across the UI. Set to 0 for\ninstant tooltips, though this may feel jarring.",
3454
3474
  "value": {
3455
3475
  "kind": "expression",
3456
3476
  "type": "number"
@@ -3460,7 +3480,7 @@
3460
3480
  {
3461
3481
  "name": "skipDelayDuration",
3462
3482
  "required": false,
3463
- "description": "How much time (ms) a user has to enter another trigger without incurring a delay again.\nThis creates the \"skip delay\" behavior where moving between tooltips feels instant.",
3483
+ "description": "Time window in milliseconds during which moving to another tooltip skips the delay entirely.\nAfter showing one tooltip, if the user hovers another trigger within this window, it appears\ninstantly. This creates smooth \"scanning\" behavior when exploring a toolbar or menu. Set to\n0 to disable skip delay behavior.",
3464
3484
  "value": {
3465
3485
  "kind": "expression",
3466
3486
  "type": "number"
@@ -3470,7 +3490,7 @@
3470
3490
  {
3471
3491
  "name": "disableHoverableContent",
3472
3492
  "required": false,
3473
- "description": "When true, hovering over the tooltip content will close it (pointer must stay on trigger).",
3493
+ "description": "When true, moving the pointer from the trigger onto the tooltip content closes the tooltip.\nBy default, users can hover over tooltip content (useful for links or selectable text).\nEnable this for simpler tooltips where you want strict trigger-only behavior.",
3474
3494
  "value": {
3475
3495
  "kind": "expression",
3476
3496
  "type": "boolean"
@@ -3480,7 +3500,7 @@
3480
3500
  {
3481
3501
  "name": "disableClosingTrigger",
3482
3502
  "required": false,
3483
- "description": "When true, clicking on the trigger will not close the tooltip.",
3503
+ "description": "When true, clicking the trigger element does not close an open tooltip. By default,\nclicking the trigger dismisses the tooltip. Enable this if your trigger performs an\naction where the tooltip should remain visible for confirmation feedback.",
3484
3504
  "value": {
3485
3505
  "kind": "expression",
3486
3506
  "type": "boolean"
@@ -3490,7 +3510,7 @@
3490
3510
  {
3491
3511
  "name": "ignoreNonKeyboardFocus",
3492
3512
  "required": false,
3493
- "description": "When true, tooltips only open on keyboard focus (not mouse focus).\nMatches against :focus-visible selector.",
3513
+ "description": "When true, tooltips only appear on keyboard focus (Tab navigation), not on mouse focus.\nUses the `:focus-visible` heuristic to distinguish intentional keyboard focus from\nprogrammatic or mouse-triggered focus. Enable for reduced visual noise on mouse-heavy UIs.",
3494
3514
  "value": {
3495
3515
  "kind": "expression",
3496
3516
  "type": "boolean"
@@ -3500,7 +3520,7 @@
3500
3520
  {
3501
3521
  "name": "disabled",
3502
3522
  "required": false,
3503
- "description": "When true, disables all tooltips within this provider.",
3523
+ "description": "When true, completely disables all tooltips within this provider. Useful for temporarily\nsuppressing tooltips during certain UI states (like drag operations or touch interactions)\nor for user preference settings. Tooltips remain in the DOM but won't open.",
3504
3524
  "value": {
3505
3525
  "kind": "expression",
3506
3526
  "type": "boolean"