kigumi 0.9.2 → 0.10.0

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 (368) hide show
  1. package/dist/index.js +374 -69
  2. package/dist/templates/AGENTS.md +31 -14
  3. package/dist/templates/react/AnimatedImage/AnimatedImage.css.hbs +4 -1
  4. package/dist/templates/react/Animation/Animation.css.hbs +0 -4
  5. package/dist/templates/react/Avatar/Avatar.css.hbs +5 -1
  6. package/dist/templates/react/Avatar/Avatar.tsx.hbs +1 -1
  7. package/dist/templates/react/Badge/Badge.css.hbs +3 -1
  8. package/dist/templates/react/Badge/Badge.tsx.hbs +1 -1
  9. package/dist/templates/react/Breadcrumb/Breadcrumb.css.hbs +2 -3
  10. package/dist/templates/react/Breadcrumb/Breadcrumb.tsx.hbs +1 -1
  11. package/dist/templates/react/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
  12. package/dist/templates/react/BreadcrumbItem/BreadcrumbItem.tsx.hbs +1 -1
  13. package/dist/templates/react/Button/Button.css.hbs +6 -11
  14. package/dist/templates/react/Button/Button.jsx.hbs +13 -6
  15. package/dist/templates/react/Button/Button.tsx.hbs +24 -0
  16. package/dist/templates/react/ButtonGroup/ButtonGroup.css.hbs +2 -3
  17. package/dist/templates/react/ButtonGroup/ButtonGroup.tsx.hbs +1 -1
  18. package/dist/templates/react/Callout/Callout.css.hbs +3 -3
  19. package/dist/templates/react/Callout/Callout.tsx.hbs +1 -1
  20. package/dist/templates/react/Card/Card.css.hbs +5 -6
  21. package/dist/templates/react/Card/Card.tsx.hbs +1 -1
  22. package/dist/templates/react/Carousel/Carousel.css.hbs +13 -1
  23. package/dist/templates/react/CarouselItem/CarouselItem.css.hbs +1 -2
  24. package/dist/templates/react/CarouselItem/CarouselItem.tsx.hbs +2 -4
  25. package/dist/templates/react/Checkbox/Checkbox.css.hbs +9 -1
  26. package/dist/templates/react/ColorPicker/ColorPicker.css.hbs +22 -1
  27. package/dist/templates/react/ColorPicker/ColorPicker.tsx.hbs +15 -6
  28. package/dist/templates/react/Combobox/Combobox.css.hbs +19 -1
  29. package/dist/templates/react/Combobox/Combobox.tsx.hbs +3 -0
  30. package/dist/templates/react/Comparison/Comparison.css.hbs +8 -1
  31. package/dist/templates/react/CopyButton/CopyButton.css.hbs +9 -3
  32. package/dist/templates/react/Details/Details.css.hbs +9 -1
  33. package/dist/templates/react/Dialog/Dialog.css.hbs +12 -12
  34. package/dist/templates/react/Dialog/Dialog.jsx.hbs +0 -12
  35. package/dist/templates/react/Dialog/Dialog.tsx.hbs +0 -14
  36. package/dist/templates/react/Divider/Divider.css.hbs +3 -2
  37. package/dist/templates/react/Divider/Divider.tsx.hbs +10 -3
  38. package/dist/templates/react/Drawer/Drawer.css.hbs +13 -1
  39. package/dist/templates/react/Drawer/Drawer.jsx.hbs +0 -10
  40. package/dist/templates/react/Drawer/Drawer.tsx.hbs +0 -12
  41. package/dist/templates/react/Dropdown/Dropdown.css.hbs +5 -1
  42. package/dist/templates/react/Dropdown/Dropdown.tsx.hbs +3 -0
  43. package/dist/templates/react/DropdownItem/DropdownItem.css.hbs +7 -3
  44. package/dist/templates/react/DropdownItem/DropdownItem.tsx.hbs +3 -0
  45. package/dist/templates/react/FileInput/FileInput.css.hbs +15 -10
  46. package/dist/templates/react/FileInput/FileInput.jsx.hbs +7 -10
  47. package/dist/templates/react/FileInput/FileInput.tsx.hbs +0 -9
  48. package/dist/templates/react/FormatBytes/FormatBytes.css.hbs +0 -4
  49. package/dist/templates/react/FormatBytes/FormatBytes.tsx.hbs +10 -3
  50. package/dist/templates/react/FormatDate/FormatDate.css.hbs +0 -4
  51. package/dist/templates/react/FormatDate/FormatDate.tsx.hbs +13 -4
  52. package/dist/templates/react/FormatNumber/FormatNumber.css.hbs +0 -4
  53. package/dist/templates/react/FormatNumber/FormatNumber.tsx.hbs +10 -3
  54. package/dist/templates/react/Icon/Icon.css.hbs +28 -1
  55. package/dist/templates/react/Icon/Icon.jsx.hbs +5 -2
  56. package/dist/templates/react/Icon/Icon.tsx.hbs +9 -0
  57. package/dist/templates/react/Include/Include.css.hbs +0 -4
  58. package/dist/templates/react/Input/Input.css.hbs +8 -15
  59. package/dist/templates/react/Input/Input.jsx.hbs +22 -4
  60. package/dist/templates/react/Input/Input.tsx.hbs +51 -0
  61. package/dist/templates/react/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
  62. package/dist/templates/react/IntersectionObserver/IntersectionObserver.tsx.hbs +3 -0
  63. package/dist/templates/react/MutationObserver/MutationObserver.css.hbs +0 -4
  64. package/dist/templates/react/NumberInput/NumberInput.css.hbs +10 -10
  65. package/dist/templates/react/NumberInput/NumberInput.jsx.hbs +7 -7
  66. package/dist/templates/react/NumberInput/NumberInput.tsx.hbs +2 -2
  67. package/dist/templates/react/Option/Option.css.hbs +5 -3
  68. package/dist/templates/react/Option/Option.tsx.hbs +7 -1
  69. package/dist/templates/react/Page/Page.css.hbs +26 -1
  70. package/dist/templates/react/Page/Page.tsx.hbs +1 -1
  71. package/dist/templates/react/Popover/Popover.css.hbs +10 -1
  72. package/dist/templates/react/Popover/Popover.tsx.hbs +12 -2
  73. package/dist/templates/react/Popup/Popup.css.hbs +10 -1
  74. package/dist/templates/react/ProgressBar/ProgressBar.css.hbs +7 -1
  75. package/dist/templates/react/ProgressBar/ProgressBar.tsx.hbs +1 -1
  76. package/dist/templates/react/ProgressRing/ProgressRing.css.hbs +11 -1
  77. package/dist/templates/react/ProgressRing/ProgressRing.tsx.hbs +1 -1
  78. package/dist/templates/react/QrCode/QrCode.css.hbs +2 -3
  79. package/dist/templates/react/QrCode/QrCode.tsx.hbs +1 -1
  80. package/dist/templates/react/Radio/Radio.css.hbs +6 -1
  81. package/dist/templates/react/Radio/Radio.tsx.hbs +3 -0
  82. package/dist/templates/react/RadioGroup/RadioGroup.css.hbs +6 -3
  83. package/dist/templates/react/RadioGroup/RadioGroup.tsx.hbs +12 -0
  84. package/dist/templates/react/Rating/Rating.css.hbs +5 -1
  85. package/dist/templates/react/Rating/Rating.tsx.hbs +3 -0
  86. package/dist/templates/react/RelativeTime/RelativeTime.css.hbs +0 -4
  87. package/dist/templates/react/RelativeTime/RelativeTime.tsx.hbs +9 -4
  88. package/dist/templates/react/ResizeObserver/ResizeObserver.css.hbs +0 -4
  89. package/dist/templates/react/Scroller/Scroller.css.hbs +4 -1
  90. package/dist/templates/react/Scroller/Scroller.tsx.hbs +7 -1
  91. package/dist/templates/react/Select/Select.css.hbs +19 -1
  92. package/dist/templates/react/Select/Select.tsx.hbs +6 -0
  93. package/dist/templates/react/Skeleton/Skeleton.css.hbs +4 -1
  94. package/dist/templates/react/Skeleton/Skeleton.tsx.hbs +1 -1
  95. package/dist/templates/react/Slider/Slider.css.hbs +21 -1
  96. package/dist/templates/react/Slider/Slider.tsx.hbs +20 -2
  97. package/dist/templates/react/Sparkline/Sparkline.css.hbs +6 -3
  98. package/dist/templates/react/Sparkline/Sparkline.jsx.hbs +15 -18
  99. package/dist/templates/react/Sparkline/Sparkline.tsx.hbs +17 -22
  100. package/dist/templates/react/Spinner/Spinner.css.hbs +6 -1
  101. package/dist/templates/react/Spinner/Spinner.tsx.hbs +2 -4
  102. package/dist/templates/react/SplitPanel/SplitPanel.css.hbs +9 -1
  103. package/dist/templates/react/Switch/Switch.css.hbs +9 -1
  104. package/dist/templates/react/Tab/Tab.css.hbs +2 -3
  105. package/dist/templates/react/Tab/Tab.tsx.hbs +1 -1
  106. package/dist/templates/react/TabGroup/TabGroup.css.hbs +12 -1
  107. package/dist/templates/react/TabGroup/TabGroup.tsx.hbs +3 -0
  108. package/dist/templates/react/TabPanel/TabPanel.css.hbs +3 -1
  109. package/dist/templates/react/TabPanel/TabPanel.tsx.hbs +1 -1
  110. package/dist/templates/react/Tag/Tag.css.hbs +5 -3
  111. package/dist/templates/react/Tag/Tag.tsx.hbs +9 -2
  112. package/dist/templates/react/Textarea/Textarea.css.hbs +6 -3
  113. package/dist/templates/react/Tooltip/Tooltip.css.hbs +6 -1
  114. package/dist/templates/react/Tooltip/Tooltip.tsx.hbs +1 -4
  115. package/dist/templates/react/Tree/Tree.css.hbs +7 -1
  116. package/dist/templates/react/TreeItem/TreeItem.css.hbs +17 -1
  117. package/dist/templates/react/TreeItem/TreeItem.tsx.hbs +4 -4
  118. package/dist/templates/react/ZoomableFrame/ZoomableFrame.css.hbs +3 -3
  119. package/dist/templates/react/ZoomableFrame/ZoomableFrame.tsx.hbs +17 -2
  120. package/dist/templates/vue/AnimatedImage/AnimatedImage.css.hbs +4 -1
  121. package/dist/templates/vue/Animation/Animation.css.hbs +0 -4
  122. package/dist/templates/vue/Avatar/Avatar.css.hbs +5 -1
  123. package/dist/templates/vue/Badge/Badge.css.hbs +3 -1
  124. package/dist/templates/vue/Breadcrumb/Breadcrumb.css.hbs +2 -3
  125. package/dist/templates/vue/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
  126. package/dist/templates/vue/Button/Button.css.hbs +6 -11
  127. package/dist/templates/vue/ButtonGroup/ButtonGroup.css.hbs +2 -3
  128. package/dist/templates/vue/Callout/Callout.css.hbs +3 -3
  129. package/dist/templates/vue/Card/Card.css.hbs +5 -6
  130. package/dist/templates/vue/Carousel/Carousel.css.hbs +13 -1
  131. package/dist/templates/vue/CarouselItem/CarouselItem.css.hbs +1 -2
  132. package/dist/templates/vue/CarouselItem/CarouselItem.vue.hbs +1 -3
  133. package/dist/templates/vue/Checkbox/Checkbox.css.hbs +9 -1
  134. package/dist/templates/vue/ColorPicker/ColorPicker.css.hbs +22 -1
  135. package/dist/templates/vue/ColorPicker/ColorPicker.vue.hbs +1 -1
  136. package/dist/templates/vue/Combobox/Combobox.css.hbs +19 -1
  137. package/dist/templates/vue/Comparison/Comparison.css.hbs +8 -1
  138. package/dist/templates/vue/CopyButton/CopyButton.css.hbs +9 -3
  139. package/dist/templates/vue/Details/Details.css.hbs +9 -1
  140. package/dist/templates/vue/Dialog/Dialog.css.hbs +12 -12
  141. package/dist/templates/vue/Divider/Divider.css.hbs +3 -2
  142. package/dist/templates/vue/Drawer/Drawer.css.hbs +13 -1
  143. package/dist/templates/vue/Dropdown/Dropdown.css.hbs +5 -1
  144. package/dist/templates/vue/DropdownItem/DropdownItem.css.hbs +7 -3
  145. package/dist/templates/vue/FileInput/FileInput.css.hbs +15 -10
  146. package/dist/templates/vue/FormatBytes/FormatBytes.css.hbs +0 -4
  147. package/dist/templates/vue/FormatDate/FormatDate.css.hbs +0 -4
  148. package/dist/templates/vue/FormatNumber/FormatNumber.css.hbs +0 -4
  149. package/dist/templates/vue/Icon/Icon.css.hbs +28 -1
  150. package/dist/templates/vue/Include/Include.css.hbs +0 -4
  151. package/dist/templates/vue/Input/Input.css.hbs +8 -15
  152. package/dist/templates/vue/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
  153. package/dist/templates/vue/MutationObserver/MutationObserver.css.hbs +0 -4
  154. package/dist/templates/vue/NumberInput/NumberInput.css.hbs +10 -10
  155. package/dist/templates/vue/Option/Option.css.hbs +5 -3
  156. package/dist/templates/vue/Page/Page.css.hbs +26 -1
  157. package/dist/templates/vue/Popover/Popover.css.hbs +10 -1
  158. package/dist/templates/vue/Popup/Popup.css.hbs +10 -1
  159. package/dist/templates/vue/ProgressBar/ProgressBar.css.hbs +7 -1
  160. package/dist/templates/vue/ProgressRing/ProgressRing.css.hbs +11 -1
  161. package/dist/templates/vue/QrCode/QrCode.css.hbs +2 -3
  162. package/dist/templates/vue/Radio/Radio.css.hbs +6 -1
  163. package/dist/templates/vue/RadioGroup/RadioGroup.css.hbs +6 -3
  164. package/dist/templates/vue/Rating/Rating.css.hbs +5 -1
  165. package/dist/templates/vue/RelativeTime/RelativeTime.css.hbs +0 -4
  166. package/dist/templates/vue/ResizeObserver/ResizeObserver.css.hbs +0 -4
  167. package/dist/templates/vue/Scroller/Scroller.css.hbs +4 -1
  168. package/dist/templates/vue/Select/Select.css.hbs +19 -1
  169. package/dist/templates/vue/Skeleton/Skeleton.css.hbs +4 -1
  170. package/dist/templates/vue/Slider/Slider.css.hbs +21 -1
  171. package/dist/templates/vue/Sparkline/Sparkline.css.hbs +6 -3
  172. package/dist/templates/vue/Spinner/Spinner.css.hbs +6 -1
  173. package/dist/templates/vue/Spinner/Spinner.vue.hbs +1 -3
  174. package/dist/templates/vue/SplitPanel/SplitPanel.css.hbs +9 -1
  175. package/dist/templates/vue/Switch/Switch.css.hbs +9 -1
  176. package/dist/templates/vue/Tab/Tab.css.hbs +2 -3
  177. package/dist/templates/vue/TabGroup/TabGroup.css.hbs +12 -1
  178. package/dist/templates/vue/TabPanel/TabPanel.css.hbs +3 -1
  179. package/dist/templates/vue/Tag/Tag.css.hbs +5 -3
  180. package/dist/templates/vue/Textarea/Textarea.css.hbs +6 -3
  181. package/dist/templates/vue/Tooltip/Tooltip.css.hbs +6 -1
  182. package/dist/templates/vue/Tree/Tree.css.hbs +7 -1
  183. package/dist/templates/vue/TreeItem/TreeItem.css.hbs +17 -1
  184. package/dist/templates/vue/ZoomableFrame/ZoomableFrame.css.hbs +3 -3
  185. package/package.json +3 -3
  186. package/templates/AGENTS.md +31 -14
  187. package/templates/react/AnimatedImage/AnimatedImage.css.hbs +4 -1
  188. package/templates/react/Animation/Animation.css.hbs +0 -4
  189. package/templates/react/Avatar/Avatar.css.hbs +5 -1
  190. package/templates/react/Avatar/Avatar.tsx.hbs +1 -1
  191. package/templates/react/Badge/Badge.css.hbs +3 -1
  192. package/templates/react/Badge/Badge.tsx.hbs +1 -1
  193. package/templates/react/Breadcrumb/Breadcrumb.css.hbs +2 -3
  194. package/templates/react/Breadcrumb/Breadcrumb.tsx.hbs +1 -1
  195. package/templates/react/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
  196. package/templates/react/BreadcrumbItem/BreadcrumbItem.tsx.hbs +1 -1
  197. package/templates/react/Button/Button.css.hbs +6 -11
  198. package/templates/react/Button/Button.jsx.hbs +13 -6
  199. package/templates/react/Button/Button.tsx.hbs +24 -0
  200. package/templates/react/ButtonGroup/ButtonGroup.css.hbs +2 -3
  201. package/templates/react/ButtonGroup/ButtonGroup.tsx.hbs +1 -1
  202. package/templates/react/Callout/Callout.css.hbs +3 -3
  203. package/templates/react/Callout/Callout.tsx.hbs +1 -1
  204. package/templates/react/Card/Card.css.hbs +5 -6
  205. package/templates/react/Card/Card.tsx.hbs +1 -1
  206. package/templates/react/Carousel/Carousel.css.hbs +13 -1
  207. package/templates/react/CarouselItem/CarouselItem.css.hbs +1 -2
  208. package/templates/react/CarouselItem/CarouselItem.tsx.hbs +2 -4
  209. package/templates/react/Checkbox/Checkbox.css.hbs +9 -1
  210. package/templates/react/ColorPicker/ColorPicker.css.hbs +22 -1
  211. package/templates/react/ColorPicker/ColorPicker.tsx.hbs +15 -6
  212. package/templates/react/Combobox/Combobox.css.hbs +19 -1
  213. package/templates/react/Combobox/Combobox.tsx.hbs +3 -0
  214. package/templates/react/Comparison/Comparison.css.hbs +8 -1
  215. package/templates/react/CopyButton/CopyButton.css.hbs +9 -3
  216. package/templates/react/Details/Details.css.hbs +9 -1
  217. package/templates/react/Dialog/Dialog.css.hbs +12 -12
  218. package/templates/react/Dialog/Dialog.jsx.hbs +0 -12
  219. package/templates/react/Dialog/Dialog.tsx.hbs +0 -14
  220. package/templates/react/Divider/Divider.css.hbs +3 -2
  221. package/templates/react/Divider/Divider.tsx.hbs +10 -3
  222. package/templates/react/Drawer/Drawer.css.hbs +13 -1
  223. package/templates/react/Drawer/Drawer.jsx.hbs +0 -10
  224. package/templates/react/Drawer/Drawer.tsx.hbs +0 -12
  225. package/templates/react/Dropdown/Dropdown.css.hbs +5 -1
  226. package/templates/react/Dropdown/Dropdown.tsx.hbs +3 -0
  227. package/templates/react/DropdownItem/DropdownItem.css.hbs +7 -3
  228. package/templates/react/DropdownItem/DropdownItem.tsx.hbs +3 -0
  229. package/templates/react/FileInput/FileInput.css.hbs +15 -10
  230. package/templates/react/FileInput/FileInput.jsx.hbs +7 -10
  231. package/templates/react/FileInput/FileInput.tsx.hbs +0 -9
  232. package/templates/react/FormatBytes/FormatBytes.css.hbs +0 -4
  233. package/templates/react/FormatBytes/FormatBytes.tsx.hbs +10 -3
  234. package/templates/react/FormatDate/FormatDate.css.hbs +0 -4
  235. package/templates/react/FormatDate/FormatDate.tsx.hbs +13 -4
  236. package/templates/react/FormatNumber/FormatNumber.css.hbs +0 -4
  237. package/templates/react/FormatNumber/FormatNumber.tsx.hbs +10 -3
  238. package/templates/react/Icon/Icon.css.hbs +28 -1
  239. package/templates/react/Icon/Icon.jsx.hbs +5 -2
  240. package/templates/react/Icon/Icon.tsx.hbs +9 -0
  241. package/templates/react/Include/Include.css.hbs +0 -4
  242. package/templates/react/Input/Input.css.hbs +8 -15
  243. package/templates/react/Input/Input.jsx.hbs +22 -4
  244. package/templates/react/Input/Input.tsx.hbs +51 -0
  245. package/templates/react/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
  246. package/templates/react/IntersectionObserver/IntersectionObserver.tsx.hbs +3 -0
  247. package/templates/react/MutationObserver/MutationObserver.css.hbs +0 -4
  248. package/templates/react/NumberInput/NumberInput.css.hbs +10 -10
  249. package/templates/react/NumberInput/NumberInput.jsx.hbs +7 -7
  250. package/templates/react/NumberInput/NumberInput.tsx.hbs +2 -2
  251. package/templates/react/Option/Option.css.hbs +5 -3
  252. package/templates/react/Option/Option.tsx.hbs +7 -1
  253. package/templates/react/Page/Page.css.hbs +26 -1
  254. package/templates/react/Page/Page.tsx.hbs +1 -1
  255. package/templates/react/Popover/Popover.css.hbs +10 -1
  256. package/templates/react/Popover/Popover.tsx.hbs +12 -2
  257. package/templates/react/Popup/Popup.css.hbs +10 -1
  258. package/templates/react/ProgressBar/ProgressBar.css.hbs +7 -1
  259. package/templates/react/ProgressBar/ProgressBar.tsx.hbs +1 -1
  260. package/templates/react/ProgressRing/ProgressRing.css.hbs +11 -1
  261. package/templates/react/ProgressRing/ProgressRing.tsx.hbs +1 -1
  262. package/templates/react/QrCode/QrCode.css.hbs +2 -3
  263. package/templates/react/QrCode/QrCode.tsx.hbs +1 -1
  264. package/templates/react/Radio/Radio.css.hbs +6 -1
  265. package/templates/react/Radio/Radio.tsx.hbs +3 -0
  266. package/templates/react/RadioGroup/RadioGroup.css.hbs +6 -3
  267. package/templates/react/RadioGroup/RadioGroup.tsx.hbs +12 -0
  268. package/templates/react/Rating/Rating.css.hbs +5 -1
  269. package/templates/react/Rating/Rating.tsx.hbs +3 -0
  270. package/templates/react/RelativeTime/RelativeTime.css.hbs +0 -4
  271. package/templates/react/RelativeTime/RelativeTime.tsx.hbs +9 -4
  272. package/templates/react/ResizeObserver/ResizeObserver.css.hbs +0 -4
  273. package/templates/react/Scroller/Scroller.css.hbs +4 -1
  274. package/templates/react/Scroller/Scroller.tsx.hbs +7 -1
  275. package/templates/react/Select/Select.css.hbs +19 -1
  276. package/templates/react/Select/Select.tsx.hbs +6 -0
  277. package/templates/react/Skeleton/Skeleton.css.hbs +4 -1
  278. package/templates/react/Skeleton/Skeleton.tsx.hbs +1 -1
  279. package/templates/react/Slider/Slider.css.hbs +21 -1
  280. package/templates/react/Slider/Slider.tsx.hbs +20 -2
  281. package/templates/react/Sparkline/Sparkline.css.hbs +6 -3
  282. package/templates/react/Sparkline/Sparkline.jsx.hbs +15 -18
  283. package/templates/react/Sparkline/Sparkline.tsx.hbs +17 -22
  284. package/templates/react/Spinner/Spinner.css.hbs +6 -1
  285. package/templates/react/Spinner/Spinner.tsx.hbs +2 -4
  286. package/templates/react/SplitPanel/SplitPanel.css.hbs +9 -1
  287. package/templates/react/Switch/Switch.css.hbs +9 -1
  288. package/templates/react/Tab/Tab.css.hbs +2 -3
  289. package/templates/react/Tab/Tab.tsx.hbs +1 -1
  290. package/templates/react/TabGroup/TabGroup.css.hbs +12 -1
  291. package/templates/react/TabGroup/TabGroup.tsx.hbs +3 -0
  292. package/templates/react/TabPanel/TabPanel.css.hbs +3 -1
  293. package/templates/react/TabPanel/TabPanel.tsx.hbs +1 -1
  294. package/templates/react/Tag/Tag.css.hbs +5 -3
  295. package/templates/react/Tag/Tag.tsx.hbs +9 -2
  296. package/templates/react/Textarea/Textarea.css.hbs +6 -3
  297. package/templates/react/Tooltip/Tooltip.css.hbs +6 -1
  298. package/templates/react/Tooltip/Tooltip.tsx.hbs +1 -4
  299. package/templates/react/Tree/Tree.css.hbs +7 -1
  300. package/templates/react/TreeItem/TreeItem.css.hbs +17 -1
  301. package/templates/react/TreeItem/TreeItem.tsx.hbs +4 -4
  302. package/templates/react/ZoomableFrame/ZoomableFrame.css.hbs +3 -3
  303. package/templates/react/ZoomableFrame/ZoomableFrame.tsx.hbs +17 -2
  304. package/templates/vue/AnimatedImage/AnimatedImage.css.hbs +4 -1
  305. package/templates/vue/Animation/Animation.css.hbs +0 -4
  306. package/templates/vue/Avatar/Avatar.css.hbs +5 -1
  307. package/templates/vue/Badge/Badge.css.hbs +3 -1
  308. package/templates/vue/Breadcrumb/Breadcrumb.css.hbs +2 -3
  309. package/templates/vue/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
  310. package/templates/vue/Button/Button.css.hbs +6 -11
  311. package/templates/vue/ButtonGroup/ButtonGroup.css.hbs +2 -3
  312. package/templates/vue/Callout/Callout.css.hbs +3 -3
  313. package/templates/vue/Card/Card.css.hbs +5 -6
  314. package/templates/vue/Carousel/Carousel.css.hbs +13 -1
  315. package/templates/vue/CarouselItem/CarouselItem.css.hbs +1 -2
  316. package/templates/vue/CarouselItem/CarouselItem.vue.hbs +1 -3
  317. package/templates/vue/Checkbox/Checkbox.css.hbs +9 -1
  318. package/templates/vue/ColorPicker/ColorPicker.css.hbs +22 -1
  319. package/templates/vue/ColorPicker/ColorPicker.vue.hbs +1 -1
  320. package/templates/vue/Combobox/Combobox.css.hbs +19 -1
  321. package/templates/vue/Comparison/Comparison.css.hbs +8 -1
  322. package/templates/vue/CopyButton/CopyButton.css.hbs +9 -3
  323. package/templates/vue/Details/Details.css.hbs +9 -1
  324. package/templates/vue/Dialog/Dialog.css.hbs +12 -12
  325. package/templates/vue/Divider/Divider.css.hbs +3 -2
  326. package/templates/vue/Drawer/Drawer.css.hbs +13 -1
  327. package/templates/vue/Dropdown/Dropdown.css.hbs +5 -1
  328. package/templates/vue/DropdownItem/DropdownItem.css.hbs +7 -3
  329. package/templates/vue/FileInput/FileInput.css.hbs +15 -10
  330. package/templates/vue/FormatBytes/FormatBytes.css.hbs +0 -4
  331. package/templates/vue/FormatDate/FormatDate.css.hbs +0 -4
  332. package/templates/vue/FormatNumber/FormatNumber.css.hbs +0 -4
  333. package/templates/vue/Icon/Icon.css.hbs +28 -1
  334. package/templates/vue/Include/Include.css.hbs +0 -4
  335. package/templates/vue/Input/Input.css.hbs +8 -15
  336. package/templates/vue/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
  337. package/templates/vue/MutationObserver/MutationObserver.css.hbs +0 -4
  338. package/templates/vue/NumberInput/NumberInput.css.hbs +10 -10
  339. package/templates/vue/Option/Option.css.hbs +5 -3
  340. package/templates/vue/Page/Page.css.hbs +26 -1
  341. package/templates/vue/Popover/Popover.css.hbs +10 -1
  342. package/templates/vue/Popup/Popup.css.hbs +10 -1
  343. package/templates/vue/ProgressBar/ProgressBar.css.hbs +7 -1
  344. package/templates/vue/ProgressRing/ProgressRing.css.hbs +11 -1
  345. package/templates/vue/QrCode/QrCode.css.hbs +2 -3
  346. package/templates/vue/Radio/Radio.css.hbs +6 -1
  347. package/templates/vue/RadioGroup/RadioGroup.css.hbs +6 -3
  348. package/templates/vue/Rating/Rating.css.hbs +5 -1
  349. package/templates/vue/RelativeTime/RelativeTime.css.hbs +0 -4
  350. package/templates/vue/ResizeObserver/ResizeObserver.css.hbs +0 -4
  351. package/templates/vue/Scroller/Scroller.css.hbs +4 -1
  352. package/templates/vue/Select/Select.css.hbs +19 -1
  353. package/templates/vue/Skeleton/Skeleton.css.hbs +4 -1
  354. package/templates/vue/Slider/Slider.css.hbs +21 -1
  355. package/templates/vue/Sparkline/Sparkline.css.hbs +6 -3
  356. package/templates/vue/Spinner/Spinner.css.hbs +6 -1
  357. package/templates/vue/Spinner/Spinner.vue.hbs +1 -3
  358. package/templates/vue/SplitPanel/SplitPanel.css.hbs +9 -1
  359. package/templates/vue/Switch/Switch.css.hbs +9 -1
  360. package/templates/vue/Tab/Tab.css.hbs +2 -3
  361. package/templates/vue/TabGroup/TabGroup.css.hbs +12 -1
  362. package/templates/vue/TabPanel/TabPanel.css.hbs +3 -1
  363. package/templates/vue/Tag/Tag.css.hbs +5 -3
  364. package/templates/vue/Textarea/Textarea.css.hbs +6 -3
  365. package/templates/vue/Tooltip/Tooltip.css.hbs +6 -1
  366. package/templates/vue/Tree/Tree.css.hbs +7 -1
  367. package/templates/vue/TreeItem/TreeItem.css.hbs +17 -1
  368. package/templates/vue/ZoomableFrame/ZoomableFrame.css.hbs +3 -3
package/dist/index.js CHANGED
@@ -2485,6 +2485,55 @@ var LOCAL_REGISTRY = {
2485
2485
  type: "string",
2486
2486
  description: "Link relationship (when href is set)",
2487
2487
  required: false
2488
+ },
2489
+ {
2490
+ name: "type",
2491
+ type: "string",
2492
+ values: ["button", "submit", "reset"],
2493
+ default: "button",
2494
+ description: "The button's type for form submission"
2495
+ },
2496
+ {
2497
+ name: "name",
2498
+ type: "string",
2499
+ description: "The name of the button for form submission",
2500
+ required: false
2501
+ },
2502
+ {
2503
+ name: "value",
2504
+ type: "string",
2505
+ description: "The value of the button for form submission",
2506
+ required: false
2507
+ },
2508
+ {
2509
+ name: "formaction",
2510
+ type: "string",
2511
+ description: "Override the form's action attribute",
2512
+ required: false
2513
+ },
2514
+ {
2515
+ name: "formenctype",
2516
+ type: "string",
2517
+ description: "Override the form's enctype attribute",
2518
+ required: false
2519
+ },
2520
+ {
2521
+ name: "formmethod",
2522
+ type: "string",
2523
+ description: "Override the form's method attribute",
2524
+ required: false
2525
+ },
2526
+ {
2527
+ name: "formnovalidate",
2528
+ type: "boolean",
2529
+ default: "false",
2530
+ description: "Bypass form validation when this button submits"
2531
+ },
2532
+ {
2533
+ name: "formtarget",
2534
+ type: "string",
2535
+ description: "Override the form's target attribute",
2536
+ required: false
2488
2537
  }
2489
2538
  ],
2490
2539
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/button/button.js`,
@@ -2609,6 +2658,121 @@ var LOCAL_REGISTRY = {
2609
2658
  default: "false",
2610
2659
  description: "Adds a toggle button for password visibility",
2611
2660
  required: false
2661
+ },
2662
+ {
2663
+ name: "password-visible",
2664
+ type: "boolean",
2665
+ default: "false",
2666
+ description: "Shows the password as plain text when set"
2667
+ },
2668
+ {
2669
+ name: "readonly",
2670
+ type: "boolean",
2671
+ default: "false",
2672
+ description: "Makes the input readonly"
2673
+ },
2674
+ {
2675
+ name: "required",
2676
+ type: "boolean",
2677
+ default: "false",
2678
+ description: "Makes the input required"
2679
+ },
2680
+ {
2681
+ name: "name",
2682
+ type: "string",
2683
+ description: "The name of the input for form submission",
2684
+ required: false
2685
+ },
2686
+ {
2687
+ name: "pattern",
2688
+ type: "string",
2689
+ description: "A regular expression pattern the value must match",
2690
+ required: false
2691
+ },
2692
+ {
2693
+ name: "minlength",
2694
+ type: "number",
2695
+ description: "Minimum string length",
2696
+ required: false
2697
+ },
2698
+ {
2699
+ name: "maxlength",
2700
+ type: "number",
2701
+ description: "Maximum string length",
2702
+ required: false
2703
+ },
2704
+ {
2705
+ name: "min",
2706
+ type: "string",
2707
+ description: "Minimum value for numeric and date types",
2708
+ required: false
2709
+ },
2710
+ {
2711
+ name: "max",
2712
+ type: "string",
2713
+ description: "Maximum value for numeric and date types",
2714
+ required: false
2715
+ },
2716
+ {
2717
+ name: "step",
2718
+ type: "string",
2719
+ description: "Step increment for numeric types",
2720
+ required: false
2721
+ },
2722
+ {
2723
+ name: "without-spin-buttons",
2724
+ type: "boolean",
2725
+ default: "false",
2726
+ description: "Hides the browser's built-in spin buttons"
2727
+ },
2728
+ {
2729
+ name: "autocomplete",
2730
+ type: "string",
2731
+ description: "Hint for autocomplete behavior",
2732
+ required: false
2733
+ },
2734
+ {
2735
+ name: "autocapitalize",
2736
+ type: "string",
2737
+ values: ["off", "none", "on", "sentences", "words", "characters"],
2738
+ description: "Controls automatic capitalization",
2739
+ required: false
2740
+ },
2741
+ {
2742
+ name: "autocorrect",
2743
+ type: "string",
2744
+ values: ["off", "on"],
2745
+ description: "Hint for autocorrect behavior",
2746
+ required: false
2747
+ },
2748
+ {
2749
+ name: "autofocus",
2750
+ type: "boolean",
2751
+ default: "false",
2752
+ description: "Automatically focuses the input on page load"
2753
+ },
2754
+ {
2755
+ name: "inputmode",
2756
+ type: "string",
2757
+ values: [
2758
+ "none",
2759
+ "text",
2760
+ "decimal",
2761
+ "numeric",
2762
+ "tel",
2763
+ "search",
2764
+ "email",
2765
+ "url"
2766
+ ],
2767
+ description: "Hint for virtual keyboard type",
2768
+ required: false
2769
+ },
2770
+ {
2771
+ name: "enterkeyhint",
2772
+ type: "string",
2773
+ values: ["enter", "done", "go", "next", "previous", "search", "send"],
2774
+ description: "Hint for Enter key label on virtual keyboards",
2775
+ required: false
2612
2776
  }
2613
2777
  ],
2614
2778
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/input/input.js`,
@@ -3012,6 +3176,25 @@ var LOCAL_REGISTRY = {
3012
3176
  type: "boolean",
3013
3177
  default: "false",
3014
3178
  description: "Swaps the opacity of duotone icons"
3179
+ },
3180
+ {
3181
+ name: "rotate",
3182
+ type: "number",
3183
+ description: "Rotate the icon by this many degrees",
3184
+ required: false
3185
+ },
3186
+ {
3187
+ name: "flip",
3188
+ type: "string",
3189
+ values: ["horizontal", "vertical", "both"],
3190
+ description: "Flip the icon horizontally, vertically, or both",
3191
+ required: false
3192
+ },
3193
+ {
3194
+ name: "animation",
3195
+ type: "string",
3196
+ description: "The name of a built-in animation to apply",
3197
+ required: false
3015
3198
  }
3016
3199
  ],
3017
3200
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/icon/icon.js`,
@@ -3248,6 +3431,12 @@ var LOCAL_REGISTRY = {
3248
3431
  type: "boolean",
3249
3432
  default: "false",
3250
3433
  description: "Hides the format toggle button"
3434
+ },
3435
+ {
3436
+ name: "inline",
3437
+ type: "boolean",
3438
+ default: "false",
3439
+ description: "Renders the color picker inline instead of in a dropdown"
3251
3440
  }
3252
3441
  ],
3253
3442
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/color-picker/color-picker.js`,
@@ -3362,6 +3551,12 @@ var LOCAL_REGISTRY = {
3362
3551
  type: "boolean",
3363
3552
  default: "false",
3364
3553
  description: "Shows clear button"
3554
+ },
3555
+ {
3556
+ name: "value",
3557
+ type: "string",
3558
+ default: "''",
3559
+ description: "Current value of the combobox"
3365
3560
  }
3366
3561
  ],
3367
3562
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/combobox/combobox.js`,
@@ -3678,6 +3873,13 @@ var LOCAL_REGISTRY = {
3678
3873
  type: "boolean",
3679
3874
  default: "false",
3680
3875
  description: "Hoists the dropdown panel to the body"
3876
+ },
3877
+ {
3878
+ name: "size",
3879
+ type: "string",
3880
+ values: ["small", "medium", "large"],
3881
+ default: "medium",
3882
+ description: "Dropdown size"
3681
3883
  }
3682
3884
  ],
3683
3885
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/dropdown/dropdown.js`,
@@ -3723,6 +3925,13 @@ var LOCAL_REGISTRY = {
3723
3925
  type: "boolean",
3724
3926
  default: "false",
3725
3927
  description: "Draws the item in a loading state"
3928
+ },
3929
+ {
3930
+ name: "variant",
3931
+ type: "string",
3932
+ values: ["neutral", "danger"],
3933
+ default: "neutral",
3934
+ description: "The dropdown item variant"
3726
3935
  }
3727
3936
  ],
3728
3937
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/dropdown-item/dropdown-item.js`,
@@ -4001,6 +4210,11 @@ var LOCAL_REGISTRY = {
4001
4210
  type: "string",
4002
4211
  default: "0px",
4003
4212
  description: "Root element margin"
4213
+ },
4214
+ {
4215
+ name: "intersect-class",
4216
+ type: "string",
4217
+ description: "CSS class to apply when intersecting"
4004
4218
  }
4005
4219
  ],
4006
4220
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/intersection-observer/intersection-observer.js`,
@@ -4149,6 +4363,17 @@ var LOCAL_REGISTRY = {
4149
4363
  type: "boolean",
4150
4364
  default: "false",
4151
4365
  description: "Shows an arrow"
4366
+ },
4367
+ {
4368
+ name: "without-arrow",
4369
+ type: "boolean",
4370
+ default: "false",
4371
+ description: "Hides the arrow"
4372
+ },
4373
+ {
4374
+ name: "for",
4375
+ type: "string",
4376
+ description: "The ID of the element the popover is anchored to"
4152
4377
  }
4153
4378
  ],
4154
4379
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/popover/popover.js`,
@@ -4452,6 +4677,31 @@ var LOCAL_REGISTRY = {
4452
4677
  type: "boolean",
4453
4678
  default: "false",
4454
4679
  description: "Makes selection required"
4680
+ },
4681
+ {
4682
+ name: "orientation",
4683
+ type: "string",
4684
+ values: ["horizontal", "vertical"],
4685
+ default: "vertical",
4686
+ description: "Layout direction"
4687
+ },
4688
+ {
4689
+ name: "disabled",
4690
+ type: "boolean",
4691
+ default: "false",
4692
+ description: "Disables the group"
4693
+ },
4694
+ {
4695
+ name: "invalid",
4696
+ type: "boolean",
4697
+ default: "false",
4698
+ description: "Shows invalid/error state"
4699
+ },
4700
+ {
4701
+ name: "help-text",
4702
+ type: "string",
4703
+ default: "''",
4704
+ description: "Help text below the group"
4455
4705
  }
4456
4706
  ],
4457
4707
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/radio-group/radio-group.js`,
@@ -4484,6 +4734,13 @@ var LOCAL_REGISTRY = {
4484
4734
  values: ["small", "medium", "large"],
4485
4735
  default: "medium",
4486
4736
  description: "Radio size"
4737
+ },
4738
+ {
4739
+ name: "appearance",
4740
+ type: "string",
4741
+ values: ["default", "button"],
4742
+ default: "default",
4743
+ description: "Radio appearance style"
4487
4744
  }
4488
4745
  ],
4489
4746
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/radio/radio.js`,
@@ -4534,6 +4791,13 @@ var LOCAL_REGISTRY = {
4534
4791
  type: "boolean",
4535
4792
  default: "false",
4536
4793
  description: "Disables the rating"
4794
+ },
4795
+ {
4796
+ name: "size",
4797
+ type: "string",
4798
+ values: ["small", "medium", "large"],
4799
+ default: "medium",
4800
+ description: "Rating size"
4537
4801
  }
4538
4802
  ],
4539
4803
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/rating/rating.js`,
@@ -4605,6 +4869,18 @@ var LOCAL_REGISTRY = {
4605
4869
  type: "boolean",
4606
4870
  default: "false",
4607
4871
  description: "Shows shadow indicators"
4872
+ },
4873
+ {
4874
+ name: "without-scrollbar",
4875
+ type: "boolean",
4876
+ default: "false",
4877
+ description: "Hides the scrollbar"
4878
+ },
4879
+ {
4880
+ name: "without-shadow",
4881
+ type: "boolean",
4882
+ default: "false",
4883
+ description: "Hides shadow indicators"
4608
4884
  }
4609
4885
  ],
4610
4886
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/scroller/scroller.js`,
@@ -4717,6 +4993,18 @@ var LOCAL_REGISTRY = {
4717
4993
  type: "boolean",
4718
4994
  default: "false",
4719
4995
  description: "Makes selection required"
4996
+ },
4997
+ {
4998
+ name: "invalid",
4999
+ type: "boolean",
5000
+ default: "false",
5001
+ description: "Shows invalid/error state"
5002
+ },
5003
+ {
5004
+ name: "help-text",
5005
+ type: "string",
5006
+ default: "''",
5007
+ description: "Help text below the control"
4720
5008
  }
4721
5009
  ],
4722
5010
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/select/select.js`,
@@ -4743,6 +5031,18 @@ var LOCAL_REGISTRY = {
4743
5031
  type: "boolean",
4744
5032
  default: "false",
4745
5033
  description: "Disables the option"
5034
+ },
5035
+ {
5036
+ name: "selected",
5037
+ type: "boolean",
5038
+ default: "false",
5039
+ description: "Draws the option in a selected state"
5040
+ },
5041
+ {
5042
+ name: "label",
5043
+ type: "string",
5044
+ description: "A custom label for the option (used by select's display input)",
5045
+ required: false
4746
5046
  }
4747
5047
  ],
4748
5048
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/option/option.js`,
@@ -4822,17 +5122,60 @@ var LOCAL_REGISTRY = {
4822
5122
  description: "Step increment"
4823
5123
  },
4824
5124
  {
4825
- name: "tooltip",
5125
+ name: "orientation",
4826
5126
  type: "string",
4827
- values: ["top", "bottom", "none"],
4828
- default: "top",
4829
- description: "Tooltip position"
5127
+ values: ["horizontal", "vertical"],
5128
+ default: "horizontal",
5129
+ description: "The orientation of the slider"
4830
5130
  },
4831
5131
  {
4832
5132
  name: "disabled",
4833
5133
  type: "boolean",
4834
5134
  default: "false",
4835
5135
  description: "Disables the slider"
5136
+ },
5137
+ {
5138
+ name: "readonly",
5139
+ type: "boolean",
5140
+ default: "false",
5141
+ description: "Makes the slider readonly"
5142
+ },
5143
+ {
5144
+ name: "required",
5145
+ type: "boolean",
5146
+ default: "false",
5147
+ description: "Makes the slider required"
5148
+ },
5149
+ {
5150
+ name: "range",
5151
+ type: "boolean",
5152
+ default: "false",
5153
+ description: "Converts to a range slider with two thumbs"
5154
+ },
5155
+ {
5156
+ name: "with-markers",
5157
+ type: "boolean",
5158
+ default: "false",
5159
+ description: "Draws markers at each step"
5160
+ },
5161
+ {
5162
+ name: "with-tooltip",
5163
+ type: "boolean",
5164
+ default: "true",
5165
+ description: "Draws a tooltip above the thumb"
5166
+ },
5167
+ {
5168
+ name: "size",
5169
+ type: "string",
5170
+ values: ["small", "medium", "large"],
5171
+ default: "medium",
5172
+ description: "Slider size"
5173
+ },
5174
+ {
5175
+ name: "autofocus",
5176
+ type: "boolean",
5177
+ default: "false",
5178
+ description: "Automatically focuses the slider on page load"
4836
5179
  }
4837
5180
  ],
4838
5181
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/slider/slider.js`,
@@ -4991,6 +5334,11 @@ var LOCAL_REGISTRY = {
4991
5334
  type: "boolean",
4992
5335
  default: "false",
4993
5336
  description: "Disables scroll buttons"
5337
+ },
5338
+ {
5339
+ name: "active",
5340
+ type: "string",
5341
+ description: "The name of the active tab"
4994
5342
  }
4995
5343
  ],
4996
5344
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/tab-group/tab-group.js`,
@@ -5208,19 +5556,6 @@ var LOCAL_REGISTRY = {
5208
5556
  react: ["components/Tooltip.tsx", "types/tooltip.d.ts"]
5209
5557
  },
5210
5558
  props: [
5211
- {
5212
- name: "for",
5213
- type: "string",
5214
- default: "''",
5215
- description: "The id of the element the tooltip will target",
5216
- required: false
5217
- },
5218
- {
5219
- name: "content",
5220
- type: "string",
5221
- default: "''",
5222
- description: "Tooltip content"
5223
- },
5224
5559
  {
5225
5560
  name: "placement",
5226
5561
  type: "string",
@@ -5288,6 +5623,11 @@ var LOCAL_REGISTRY = {
5288
5623
  type: "number",
5289
5624
  default: "0",
5290
5625
  description: "Hide delay (ms)"
5626
+ },
5627
+ {
5628
+ name: "for",
5629
+ type: "string",
5630
+ description: "The ID of the element the tooltip is anchored to"
5291
5631
  }
5292
5632
  ],
5293
5633
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/tooltip/tooltip.js`,
@@ -5511,25 +5851,6 @@ var LOCAL_REGISTRY = {
5511
5851
  values: ["small", "medium", "large"],
5512
5852
  default: "medium",
5513
5853
  description: "Input size"
5514
- },
5515
- {
5516
- name: "appearance",
5517
- type: "string",
5518
- values: ["filled", "outlined", "filled-outlined"],
5519
- default: "outlined",
5520
- description: "Visual appearance"
5521
- },
5522
- {
5523
- name: "max-file-size",
5524
- type: "number",
5525
- description: "Maximum file size in bytes",
5526
- required: false
5527
- },
5528
- {
5529
- name: "max-files",
5530
- type: "number",
5531
- description: "Maximum number of files",
5532
- required: false
5533
5854
  }
5534
5855
  ],
5535
5856
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/file-input/file-input.js`,
@@ -5615,10 +5936,10 @@ var LOCAL_REGISTRY = {
5615
5936
  description: "Visual appearance"
5616
5937
  },
5617
5938
  {
5618
- name: "no-spin-buttons",
5939
+ name: "without-steppers",
5619
5940
  type: "boolean",
5620
5941
  default: "false",
5621
- description: "Hides the spin buttons"
5942
+ description: "Hides the stepper buttons"
5622
5943
  }
5623
5944
  ],
5624
5945
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/number-input/number-input.js`,
@@ -5638,51 +5959,35 @@ var LOCAL_REGISTRY = {
5638
5959
  {
5639
5960
  name: "data",
5640
5961
  type: "string",
5641
- description: "Comma-separated data points or JSON array",
5962
+ description: "Space-separated numeric data points",
5642
5963
  required: false
5643
5964
  },
5644
5965
  {
5645
- name: "type",
5966
+ name: "label",
5646
5967
  type: "string",
5647
- values: ["line", "bar", "area"],
5648
- default: "line",
5649
- description: "Chart type"
5650
- },
5651
- {
5652
- name: "width",
5653
- type: "number",
5654
- description: "Width in pixels",
5655
- required: false
5656
- },
5657
- {
5658
- name: "height",
5659
- type: "number",
5660
- description: "Height in pixels",
5968
+ description: "An accessible label for assistive devices",
5661
5969
  required: false
5662
5970
  },
5663
5971
  {
5664
- name: "color",
5972
+ name: "appearance",
5665
5973
  type: "string",
5666
- description: "Line/bar color",
5667
- required: false
5974
+ values: ["gradient", "line", "solid"],
5975
+ default: "line",
5976
+ description: "Visual style of the sparkline"
5668
5977
  },
5669
5978
  {
5670
- name: "fill-color",
5979
+ name: "trend",
5671
5980
  type: "string",
5672
- description: "Fill color (for area type)",
5981
+ values: ["positive", "negative", "neutral"],
5982
+ description: "Trend direction, used for coloring",
5673
5983
  required: false
5674
5984
  },
5675
5985
  {
5676
- name: "line-width",
5677
- type: "number",
5678
- default: "2",
5679
- description: "Line width in pixels"
5680
- },
5681
- {
5682
- name: "show-tooltip",
5683
- type: "boolean",
5684
- default: "false",
5685
- description: "Shows value tooltip on hover"
5986
+ name: "curve",
5987
+ type: "string",
5988
+ values: ["linear", "natural", "step"],
5989
+ default: "natural",
5990
+ description: "Interpolation curve style"
5686
5991
  }
5687
5992
  ],
5688
5993
  importPath: `${WEB_AWESOME_FREE_PACKAGE}/dist/components/sparkline/sparkline.js`,
@@ -6,13 +6,20 @@
6
6
 
7
7
  ```
8
8
  templates/
9
- └── react/
9
+ ├── react/
10
+ │ └── {Component}/
11
+ │ ├── {Component}.tsx.hbs # TypeScript (with interfaces)
12
+ │ ├── {Component}.jsx.hbs # JavaScript (with JSDoc)
13
+ │ ├── {Component}.test.tsx.hbs
14
+ │ ├── {Component}.test.jsx.hbs
15
+ │ └── {Component}.css.hbs
16
+ └── vue/
10
17
  └── {Component}/
11
- ├── {Component}.tsx.hbs # TypeScript (with interfaces)
12
- ├── {Component}.jsx.hbs # JavaScript (with JSDoc)
13
- ├── {Component}.test.tsx.hbs
14
- ├── {Component}.test.jsx.hbs
15
- └── {Component}.css.hbs
18
+ ├── {Component}.vue.hbs # TypeScript (Options API + defineExpose)
19
+ ├── {Component}.js.vue.hbs # JavaScript (no types)
20
+ ├── {Component}.test.ts.hbs
21
+ ├── {Component}.test.js.hbs
22
+ └── {Component}.css.hbs # Identical content to react CSS template
16
23
  ```
17
24
 
18
25
  ## Template Variables
@@ -196,13 +203,23 @@ export interface DialogProps extends Omit<HTMLAttributes<HTMLElement>, 'onLoad'
196
203
 
197
204
  1. **Check Web Awesome docs** at `https://webawesome.com/docs/components/{name}`
198
205
  2. **Update registry** in `src/utils/registry.ts`
199
- 3. **Create template folder** in `templates/react/{Name}/`
200
- 4. **Create all files:**
206
+ 3. **Create template folders** in `templates/react/{Name}/` and `templates/vue/{Name}/`
207
+ 4. **Create all files — both frameworks:**
208
+
209
+ React (`templates/react/{Name}/`):
201
210
  - `{Name}.tsx.hbs` (TypeScript)
202
211
  - `{Name}.jsx.hbs` (JavaScript)
203
212
  - `{Name}.test.tsx.hbs`
204
213
  - `{Name}.test.jsx.hbs`
205
214
  - `{Name}.css.hbs`
215
+
216
+ Vue (`templates/vue/{Name}/`):
217
+ - `{Name}.vue.hbs` (TypeScript)
218
+ - `{Name}.js.vue.hbs` (JavaScript)
219
+ - `{Name}.test.ts.hbs`
220
+ - `{Name}.test.js.hbs`
221
+ - `{Name}.css.hbs` (same content as React CSS template)
222
+
206
223
  5. **Build and test:**
207
224
  ```bash
208
225
  pnpm build
@@ -213,12 +230,12 @@ export interface DialogProps extends Omit<HTMLAttributes<HTMLElement>, 'onLoad'
213
230
 
214
231
  ## Reference Templates
215
232
 
216
- | Pattern | Example |
217
- | ------------------------- | -------------------------------- |
218
- | Simple | `Button/Button.tsx.hbs` |
219
- | Complex (events) | `Dialog/Dialog.tsx.hbs` |
220
- | Complex (two-way binding) | `Input/Input.tsx.hbs` |
221
- | Sub-components | `Breadcrumb/`, `BreadcrumbItem/` |
233
+ | Pattern | React | Vue |
234
+ | ------------------------- | -------------------------------- | -------------------------------- |
235
+ | Simple | `Button/Button.tsx.hbs` | `Button/Button.vue.hbs` |
236
+ | Complex (events) | `Dialog/Dialog.tsx.hbs` | `Dialog/Dialog.vue.hbs` |
237
+ | Complex (two-way binding) | `Input/Input.tsx.hbs` | `Input/Input.vue.hbs` |
238
+ | Sub-components | `Breadcrumb/`, `BreadcrumbItem/` | `Breadcrumb/`, `BreadcrumbItem/` |
222
239
 
223
240
  ---
224
241
 
@@ -3,8 +3,11 @@
3
3
  * Documentation: https://webawesome.com/docs/components/animated-image
4
4
  *
5
5
  * CSS Custom Properties:
6
- * (No custom properties defined for this component)
6
+ * --control-box-size: Size of the icon box that holds the play/pause controls
7
+ * --icon-size: Size of the play/pause icons inside the control box
7
8
  *
9
+ * CSS Parts:
10
+ * control-box — Container surrounding the pause/play icons and their background
8
11
  */
9
12
  .AnimatedImage {
10
13
  /* Add your custom styles here */