kigumi 0.9.2 → 0.11.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 (373) hide show
  1. package/README.md +161 -7
  2. package/dist/chunk-7YQDWIMQ.js +1392 -0
  3. package/dist/{chunk-EAABDBX7.js → chunk-GRURPT7P.js} +8 -0
  4. package/dist/index.js +2344 -1867
  5. package/dist/install-WNMUCIB5.js +110 -0
  6. package/dist/templates/AGENTS.md +31 -14
  7. package/dist/templates/react/AnimatedImage/AnimatedImage.css.hbs +4 -1
  8. package/dist/templates/react/Animation/Animation.css.hbs +0 -4
  9. package/dist/templates/react/Avatar/Avatar.css.hbs +5 -1
  10. package/dist/templates/react/Avatar/Avatar.tsx.hbs +1 -1
  11. package/dist/templates/react/Badge/Badge.css.hbs +3 -1
  12. package/dist/templates/react/Badge/Badge.tsx.hbs +1 -1
  13. package/dist/templates/react/Breadcrumb/Breadcrumb.css.hbs +2 -3
  14. package/dist/templates/react/Breadcrumb/Breadcrumb.tsx.hbs +1 -1
  15. package/dist/templates/react/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
  16. package/dist/templates/react/BreadcrumbItem/BreadcrumbItem.tsx.hbs +1 -1
  17. package/dist/templates/react/Button/Button.css.hbs +6 -11
  18. package/dist/templates/react/Button/Button.jsx.hbs +13 -6
  19. package/dist/templates/react/Button/Button.tsx.hbs +24 -0
  20. package/dist/templates/react/ButtonGroup/ButtonGroup.css.hbs +2 -3
  21. package/dist/templates/react/ButtonGroup/ButtonGroup.tsx.hbs +1 -1
  22. package/dist/templates/react/Callout/Callout.css.hbs +3 -3
  23. package/dist/templates/react/Callout/Callout.tsx.hbs +1 -1
  24. package/dist/templates/react/Card/Card.css.hbs +5 -6
  25. package/dist/templates/react/Card/Card.tsx.hbs +1 -1
  26. package/dist/templates/react/Carousel/Carousel.css.hbs +13 -1
  27. package/dist/templates/react/CarouselItem/CarouselItem.css.hbs +1 -2
  28. package/dist/templates/react/CarouselItem/CarouselItem.tsx.hbs +2 -4
  29. package/dist/templates/react/Checkbox/Checkbox.css.hbs +9 -1
  30. package/dist/templates/react/ColorPicker/ColorPicker.css.hbs +22 -1
  31. package/dist/templates/react/ColorPicker/ColorPicker.tsx.hbs +15 -6
  32. package/dist/templates/react/Combobox/Combobox.css.hbs +19 -1
  33. package/dist/templates/react/Combobox/Combobox.tsx.hbs +3 -0
  34. package/dist/templates/react/Comparison/Comparison.css.hbs +8 -1
  35. package/dist/templates/react/CopyButton/CopyButton.css.hbs +9 -3
  36. package/dist/templates/react/Details/Details.css.hbs +9 -1
  37. package/dist/templates/react/Dialog/Dialog.css.hbs +12 -12
  38. package/dist/templates/react/Dialog/Dialog.jsx.hbs +0 -12
  39. package/dist/templates/react/Dialog/Dialog.tsx.hbs +0 -14
  40. package/dist/templates/react/Divider/Divider.css.hbs +3 -2
  41. package/dist/templates/react/Divider/Divider.tsx.hbs +10 -3
  42. package/dist/templates/react/Drawer/Drawer.css.hbs +13 -1
  43. package/dist/templates/react/Drawer/Drawer.jsx.hbs +0 -10
  44. package/dist/templates/react/Drawer/Drawer.tsx.hbs +0 -12
  45. package/dist/templates/react/Dropdown/Dropdown.css.hbs +5 -1
  46. package/dist/templates/react/Dropdown/Dropdown.tsx.hbs +3 -0
  47. package/dist/templates/react/DropdownItem/DropdownItem.css.hbs +7 -3
  48. package/dist/templates/react/DropdownItem/DropdownItem.tsx.hbs +3 -0
  49. package/dist/templates/react/FileInput/FileInput.css.hbs +15 -10
  50. package/dist/templates/react/FileInput/FileInput.jsx.hbs +7 -10
  51. package/dist/templates/react/FileInput/FileInput.tsx.hbs +0 -9
  52. package/dist/templates/react/FormatBytes/FormatBytes.css.hbs +0 -4
  53. package/dist/templates/react/FormatBytes/FormatBytes.tsx.hbs +10 -3
  54. package/dist/templates/react/FormatDate/FormatDate.css.hbs +0 -4
  55. package/dist/templates/react/FormatDate/FormatDate.tsx.hbs +13 -4
  56. package/dist/templates/react/FormatNumber/FormatNumber.css.hbs +0 -4
  57. package/dist/templates/react/FormatNumber/FormatNumber.tsx.hbs +10 -3
  58. package/dist/templates/react/Icon/Icon.css.hbs +28 -1
  59. package/dist/templates/react/Icon/Icon.jsx.hbs +5 -2
  60. package/dist/templates/react/Icon/Icon.tsx.hbs +9 -0
  61. package/dist/templates/react/Include/Include.css.hbs +0 -4
  62. package/dist/templates/react/Input/Input.css.hbs +8 -15
  63. package/dist/templates/react/Input/Input.jsx.hbs +22 -4
  64. package/dist/templates/react/Input/Input.tsx.hbs +51 -0
  65. package/dist/templates/react/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
  66. package/dist/templates/react/IntersectionObserver/IntersectionObserver.tsx.hbs +3 -0
  67. package/dist/templates/react/MutationObserver/MutationObserver.css.hbs +0 -4
  68. package/dist/templates/react/NumberInput/NumberInput.css.hbs +10 -10
  69. package/dist/templates/react/NumberInput/NumberInput.jsx.hbs +7 -7
  70. package/dist/templates/react/NumberInput/NumberInput.tsx.hbs +2 -2
  71. package/dist/templates/react/Option/Option.css.hbs +5 -3
  72. package/dist/templates/react/Option/Option.tsx.hbs +7 -1
  73. package/dist/templates/react/Page/Page.css.hbs +26 -1
  74. package/dist/templates/react/Page/Page.tsx.hbs +1 -1
  75. package/dist/templates/react/Popover/Popover.css.hbs +10 -1
  76. package/dist/templates/react/Popover/Popover.tsx.hbs +12 -2
  77. package/dist/templates/react/Popup/Popup.css.hbs +10 -1
  78. package/dist/templates/react/ProgressBar/ProgressBar.css.hbs +7 -1
  79. package/dist/templates/react/ProgressBar/ProgressBar.tsx.hbs +1 -1
  80. package/dist/templates/react/ProgressRing/ProgressRing.css.hbs +11 -1
  81. package/dist/templates/react/ProgressRing/ProgressRing.tsx.hbs +1 -1
  82. package/dist/templates/react/QrCode/QrCode.css.hbs +2 -3
  83. package/dist/templates/react/QrCode/QrCode.tsx.hbs +1 -1
  84. package/dist/templates/react/Radio/Radio.css.hbs +6 -1
  85. package/dist/templates/react/Radio/Radio.tsx.hbs +3 -0
  86. package/dist/templates/react/RadioGroup/RadioGroup.css.hbs +6 -3
  87. package/dist/templates/react/RadioGroup/RadioGroup.tsx.hbs +12 -0
  88. package/dist/templates/react/Rating/Rating.css.hbs +5 -1
  89. package/dist/templates/react/Rating/Rating.tsx.hbs +3 -0
  90. package/dist/templates/react/RelativeTime/RelativeTime.css.hbs +0 -4
  91. package/dist/templates/react/RelativeTime/RelativeTime.tsx.hbs +9 -4
  92. package/dist/templates/react/ResizeObserver/ResizeObserver.css.hbs +0 -4
  93. package/dist/templates/react/Scroller/Scroller.css.hbs +4 -1
  94. package/dist/templates/react/Scroller/Scroller.tsx.hbs +7 -1
  95. package/dist/templates/react/Select/Select.css.hbs +19 -1
  96. package/dist/templates/react/Select/Select.tsx.hbs +6 -0
  97. package/dist/templates/react/Skeleton/Skeleton.css.hbs +4 -1
  98. package/dist/templates/react/Skeleton/Skeleton.tsx.hbs +1 -1
  99. package/dist/templates/react/Slider/Slider.css.hbs +21 -1
  100. package/dist/templates/react/Slider/Slider.tsx.hbs +20 -2
  101. package/dist/templates/react/Sparkline/Sparkline.css.hbs +6 -3
  102. package/dist/templates/react/Sparkline/Sparkline.jsx.hbs +15 -18
  103. package/dist/templates/react/Sparkline/Sparkline.tsx.hbs +17 -22
  104. package/dist/templates/react/Spinner/Spinner.css.hbs +6 -1
  105. package/dist/templates/react/Spinner/Spinner.tsx.hbs +2 -4
  106. package/dist/templates/react/SplitPanel/SplitPanel.css.hbs +9 -1
  107. package/dist/templates/react/Switch/Switch.css.hbs +9 -1
  108. package/dist/templates/react/Tab/Tab.css.hbs +2 -3
  109. package/dist/templates/react/Tab/Tab.tsx.hbs +1 -1
  110. package/dist/templates/react/TabGroup/TabGroup.css.hbs +12 -1
  111. package/dist/templates/react/TabGroup/TabGroup.tsx.hbs +3 -0
  112. package/dist/templates/react/TabPanel/TabPanel.css.hbs +3 -1
  113. package/dist/templates/react/TabPanel/TabPanel.tsx.hbs +1 -1
  114. package/dist/templates/react/Tag/Tag.css.hbs +5 -3
  115. package/dist/templates/react/Tag/Tag.tsx.hbs +9 -2
  116. package/dist/templates/react/Textarea/Textarea.css.hbs +6 -3
  117. package/dist/templates/react/Tooltip/Tooltip.css.hbs +6 -1
  118. package/dist/templates/react/Tooltip/Tooltip.tsx.hbs +1 -4
  119. package/dist/templates/react/Tree/Tree.css.hbs +7 -1
  120. package/dist/templates/react/TreeItem/TreeItem.css.hbs +17 -1
  121. package/dist/templates/react/TreeItem/TreeItem.tsx.hbs +4 -4
  122. package/dist/templates/react/ZoomableFrame/ZoomableFrame.css.hbs +3 -3
  123. package/dist/templates/react/ZoomableFrame/ZoomableFrame.tsx.hbs +17 -2
  124. package/dist/templates/vue/AnimatedImage/AnimatedImage.css.hbs +4 -1
  125. package/dist/templates/vue/Animation/Animation.css.hbs +0 -4
  126. package/dist/templates/vue/Avatar/Avatar.css.hbs +5 -1
  127. package/dist/templates/vue/Badge/Badge.css.hbs +3 -1
  128. package/dist/templates/vue/Breadcrumb/Breadcrumb.css.hbs +2 -3
  129. package/dist/templates/vue/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
  130. package/dist/templates/vue/Button/Button.css.hbs +6 -11
  131. package/dist/templates/vue/ButtonGroup/ButtonGroup.css.hbs +2 -3
  132. package/dist/templates/vue/Callout/Callout.css.hbs +3 -3
  133. package/dist/templates/vue/Card/Card.css.hbs +5 -6
  134. package/dist/templates/vue/Carousel/Carousel.css.hbs +13 -1
  135. package/dist/templates/vue/CarouselItem/CarouselItem.css.hbs +1 -2
  136. package/dist/templates/vue/CarouselItem/CarouselItem.vue.hbs +1 -3
  137. package/dist/templates/vue/Checkbox/Checkbox.css.hbs +9 -1
  138. package/dist/templates/vue/ColorPicker/ColorPicker.css.hbs +22 -1
  139. package/dist/templates/vue/ColorPicker/ColorPicker.vue.hbs +1 -1
  140. package/dist/templates/vue/Combobox/Combobox.css.hbs +19 -1
  141. package/dist/templates/vue/Comparison/Comparison.css.hbs +8 -1
  142. package/dist/templates/vue/CopyButton/CopyButton.css.hbs +9 -3
  143. package/dist/templates/vue/Details/Details.css.hbs +9 -1
  144. package/dist/templates/vue/Dialog/Dialog.css.hbs +12 -12
  145. package/dist/templates/vue/Divider/Divider.css.hbs +3 -2
  146. package/dist/templates/vue/Drawer/Drawer.css.hbs +13 -1
  147. package/dist/templates/vue/Dropdown/Dropdown.css.hbs +5 -1
  148. package/dist/templates/vue/DropdownItem/DropdownItem.css.hbs +7 -3
  149. package/dist/templates/vue/FileInput/FileInput.css.hbs +15 -10
  150. package/dist/templates/vue/FormatBytes/FormatBytes.css.hbs +0 -4
  151. package/dist/templates/vue/FormatDate/FormatDate.css.hbs +0 -4
  152. package/dist/templates/vue/FormatNumber/FormatNumber.css.hbs +0 -4
  153. package/dist/templates/vue/Icon/Icon.css.hbs +28 -1
  154. package/dist/templates/vue/Include/Include.css.hbs +0 -4
  155. package/dist/templates/vue/Input/Input.css.hbs +8 -15
  156. package/dist/templates/vue/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
  157. package/dist/templates/vue/MutationObserver/MutationObserver.css.hbs +0 -4
  158. package/dist/templates/vue/NumberInput/NumberInput.css.hbs +10 -10
  159. package/dist/templates/vue/Option/Option.css.hbs +5 -3
  160. package/dist/templates/vue/Page/Page.css.hbs +26 -1
  161. package/dist/templates/vue/Popover/Popover.css.hbs +10 -1
  162. package/dist/templates/vue/Popup/Popup.css.hbs +10 -1
  163. package/dist/templates/vue/ProgressBar/ProgressBar.css.hbs +7 -1
  164. package/dist/templates/vue/ProgressRing/ProgressRing.css.hbs +11 -1
  165. package/dist/templates/vue/QrCode/QrCode.css.hbs +2 -3
  166. package/dist/templates/vue/Radio/Radio.css.hbs +6 -1
  167. package/dist/templates/vue/RadioGroup/RadioGroup.css.hbs +6 -3
  168. package/dist/templates/vue/Rating/Rating.css.hbs +5 -1
  169. package/dist/templates/vue/RelativeTime/RelativeTime.css.hbs +0 -4
  170. package/dist/templates/vue/ResizeObserver/ResizeObserver.css.hbs +0 -4
  171. package/dist/templates/vue/Scroller/Scroller.css.hbs +4 -1
  172. package/dist/templates/vue/Select/Select.css.hbs +19 -1
  173. package/dist/templates/vue/Skeleton/Skeleton.css.hbs +4 -1
  174. package/dist/templates/vue/Slider/Slider.css.hbs +21 -1
  175. package/dist/templates/vue/Sparkline/Sparkline.css.hbs +6 -3
  176. package/dist/templates/vue/Spinner/Spinner.css.hbs +6 -1
  177. package/dist/templates/vue/Spinner/Spinner.vue.hbs +1 -3
  178. package/dist/templates/vue/SplitPanel/SplitPanel.css.hbs +9 -1
  179. package/dist/templates/vue/Switch/Switch.css.hbs +9 -1
  180. package/dist/templates/vue/Tab/Tab.css.hbs +2 -3
  181. package/dist/templates/vue/TabGroup/TabGroup.css.hbs +12 -1
  182. package/dist/templates/vue/TabPanel/TabPanel.css.hbs +3 -1
  183. package/dist/templates/vue/Tag/Tag.css.hbs +5 -3
  184. package/dist/templates/vue/Textarea/Textarea.css.hbs +6 -3
  185. package/dist/templates/vue/Tooltip/Tooltip.css.hbs +6 -1
  186. package/dist/templates/vue/Tree/Tree.css.hbs +7 -1
  187. package/dist/templates/vue/TreeItem/TreeItem.css.hbs +17 -1
  188. package/dist/templates/vue/ZoomableFrame/ZoomableFrame.css.hbs +3 -3
  189. package/dist/{tier-QW5YWE4V.js → tier-SZRCJYZF.js} +1 -1
  190. package/package.json +6 -4
  191. package/templates/AGENTS.md +31 -14
  192. package/templates/react/AnimatedImage/AnimatedImage.css.hbs +4 -1
  193. package/templates/react/Animation/Animation.css.hbs +0 -4
  194. package/templates/react/Avatar/Avatar.css.hbs +5 -1
  195. package/templates/react/Avatar/Avatar.tsx.hbs +1 -1
  196. package/templates/react/Badge/Badge.css.hbs +3 -1
  197. package/templates/react/Badge/Badge.tsx.hbs +1 -1
  198. package/templates/react/Breadcrumb/Breadcrumb.css.hbs +2 -3
  199. package/templates/react/Breadcrumb/Breadcrumb.tsx.hbs +1 -1
  200. package/templates/react/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
  201. package/templates/react/BreadcrumbItem/BreadcrumbItem.tsx.hbs +1 -1
  202. package/templates/react/Button/Button.css.hbs +6 -11
  203. package/templates/react/Button/Button.jsx.hbs +13 -6
  204. package/templates/react/Button/Button.tsx.hbs +24 -0
  205. package/templates/react/ButtonGroup/ButtonGroup.css.hbs +2 -3
  206. package/templates/react/ButtonGroup/ButtonGroup.tsx.hbs +1 -1
  207. package/templates/react/Callout/Callout.css.hbs +3 -3
  208. package/templates/react/Callout/Callout.tsx.hbs +1 -1
  209. package/templates/react/Card/Card.css.hbs +5 -6
  210. package/templates/react/Card/Card.tsx.hbs +1 -1
  211. package/templates/react/Carousel/Carousel.css.hbs +13 -1
  212. package/templates/react/CarouselItem/CarouselItem.css.hbs +1 -2
  213. package/templates/react/CarouselItem/CarouselItem.tsx.hbs +2 -4
  214. package/templates/react/Checkbox/Checkbox.css.hbs +9 -1
  215. package/templates/react/ColorPicker/ColorPicker.css.hbs +22 -1
  216. package/templates/react/ColorPicker/ColorPicker.tsx.hbs +15 -6
  217. package/templates/react/Combobox/Combobox.css.hbs +19 -1
  218. package/templates/react/Combobox/Combobox.tsx.hbs +3 -0
  219. package/templates/react/Comparison/Comparison.css.hbs +8 -1
  220. package/templates/react/CopyButton/CopyButton.css.hbs +9 -3
  221. package/templates/react/Details/Details.css.hbs +9 -1
  222. package/templates/react/Dialog/Dialog.css.hbs +12 -12
  223. package/templates/react/Dialog/Dialog.jsx.hbs +0 -12
  224. package/templates/react/Dialog/Dialog.tsx.hbs +0 -14
  225. package/templates/react/Divider/Divider.css.hbs +3 -2
  226. package/templates/react/Divider/Divider.tsx.hbs +10 -3
  227. package/templates/react/Drawer/Drawer.css.hbs +13 -1
  228. package/templates/react/Drawer/Drawer.jsx.hbs +0 -10
  229. package/templates/react/Drawer/Drawer.tsx.hbs +0 -12
  230. package/templates/react/Dropdown/Dropdown.css.hbs +5 -1
  231. package/templates/react/Dropdown/Dropdown.tsx.hbs +3 -0
  232. package/templates/react/DropdownItem/DropdownItem.css.hbs +7 -3
  233. package/templates/react/DropdownItem/DropdownItem.tsx.hbs +3 -0
  234. package/templates/react/FileInput/FileInput.css.hbs +15 -10
  235. package/templates/react/FileInput/FileInput.jsx.hbs +7 -10
  236. package/templates/react/FileInput/FileInput.tsx.hbs +0 -9
  237. package/templates/react/FormatBytes/FormatBytes.css.hbs +0 -4
  238. package/templates/react/FormatBytes/FormatBytes.tsx.hbs +10 -3
  239. package/templates/react/FormatDate/FormatDate.css.hbs +0 -4
  240. package/templates/react/FormatDate/FormatDate.tsx.hbs +13 -4
  241. package/templates/react/FormatNumber/FormatNumber.css.hbs +0 -4
  242. package/templates/react/FormatNumber/FormatNumber.tsx.hbs +10 -3
  243. package/templates/react/Icon/Icon.css.hbs +28 -1
  244. package/templates/react/Icon/Icon.jsx.hbs +5 -2
  245. package/templates/react/Icon/Icon.tsx.hbs +9 -0
  246. package/templates/react/Include/Include.css.hbs +0 -4
  247. package/templates/react/Input/Input.css.hbs +8 -15
  248. package/templates/react/Input/Input.jsx.hbs +22 -4
  249. package/templates/react/Input/Input.tsx.hbs +51 -0
  250. package/templates/react/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
  251. package/templates/react/IntersectionObserver/IntersectionObserver.tsx.hbs +3 -0
  252. package/templates/react/MutationObserver/MutationObserver.css.hbs +0 -4
  253. package/templates/react/NumberInput/NumberInput.css.hbs +10 -10
  254. package/templates/react/NumberInput/NumberInput.jsx.hbs +7 -7
  255. package/templates/react/NumberInput/NumberInput.tsx.hbs +2 -2
  256. package/templates/react/Option/Option.css.hbs +5 -3
  257. package/templates/react/Option/Option.tsx.hbs +7 -1
  258. package/templates/react/Page/Page.css.hbs +26 -1
  259. package/templates/react/Page/Page.tsx.hbs +1 -1
  260. package/templates/react/Popover/Popover.css.hbs +10 -1
  261. package/templates/react/Popover/Popover.tsx.hbs +12 -2
  262. package/templates/react/Popup/Popup.css.hbs +10 -1
  263. package/templates/react/ProgressBar/ProgressBar.css.hbs +7 -1
  264. package/templates/react/ProgressBar/ProgressBar.tsx.hbs +1 -1
  265. package/templates/react/ProgressRing/ProgressRing.css.hbs +11 -1
  266. package/templates/react/ProgressRing/ProgressRing.tsx.hbs +1 -1
  267. package/templates/react/QrCode/QrCode.css.hbs +2 -3
  268. package/templates/react/QrCode/QrCode.tsx.hbs +1 -1
  269. package/templates/react/Radio/Radio.css.hbs +6 -1
  270. package/templates/react/Radio/Radio.tsx.hbs +3 -0
  271. package/templates/react/RadioGroup/RadioGroup.css.hbs +6 -3
  272. package/templates/react/RadioGroup/RadioGroup.tsx.hbs +12 -0
  273. package/templates/react/Rating/Rating.css.hbs +5 -1
  274. package/templates/react/Rating/Rating.tsx.hbs +3 -0
  275. package/templates/react/RelativeTime/RelativeTime.css.hbs +0 -4
  276. package/templates/react/RelativeTime/RelativeTime.tsx.hbs +9 -4
  277. package/templates/react/ResizeObserver/ResizeObserver.css.hbs +0 -4
  278. package/templates/react/Scroller/Scroller.css.hbs +4 -1
  279. package/templates/react/Scroller/Scroller.tsx.hbs +7 -1
  280. package/templates/react/Select/Select.css.hbs +19 -1
  281. package/templates/react/Select/Select.tsx.hbs +6 -0
  282. package/templates/react/Skeleton/Skeleton.css.hbs +4 -1
  283. package/templates/react/Skeleton/Skeleton.tsx.hbs +1 -1
  284. package/templates/react/Slider/Slider.css.hbs +21 -1
  285. package/templates/react/Slider/Slider.tsx.hbs +20 -2
  286. package/templates/react/Sparkline/Sparkline.css.hbs +6 -3
  287. package/templates/react/Sparkline/Sparkline.jsx.hbs +15 -18
  288. package/templates/react/Sparkline/Sparkline.tsx.hbs +17 -22
  289. package/templates/react/Spinner/Spinner.css.hbs +6 -1
  290. package/templates/react/Spinner/Spinner.tsx.hbs +2 -4
  291. package/templates/react/SplitPanel/SplitPanel.css.hbs +9 -1
  292. package/templates/react/Switch/Switch.css.hbs +9 -1
  293. package/templates/react/Tab/Tab.css.hbs +2 -3
  294. package/templates/react/Tab/Tab.tsx.hbs +1 -1
  295. package/templates/react/TabGroup/TabGroup.css.hbs +12 -1
  296. package/templates/react/TabGroup/TabGroup.tsx.hbs +3 -0
  297. package/templates/react/TabPanel/TabPanel.css.hbs +3 -1
  298. package/templates/react/TabPanel/TabPanel.tsx.hbs +1 -1
  299. package/templates/react/Tag/Tag.css.hbs +5 -3
  300. package/templates/react/Tag/Tag.tsx.hbs +9 -2
  301. package/templates/react/Textarea/Textarea.css.hbs +6 -3
  302. package/templates/react/Tooltip/Tooltip.css.hbs +6 -1
  303. package/templates/react/Tooltip/Tooltip.tsx.hbs +1 -4
  304. package/templates/react/Tree/Tree.css.hbs +7 -1
  305. package/templates/react/TreeItem/TreeItem.css.hbs +17 -1
  306. package/templates/react/TreeItem/TreeItem.tsx.hbs +4 -4
  307. package/templates/react/ZoomableFrame/ZoomableFrame.css.hbs +3 -3
  308. package/templates/react/ZoomableFrame/ZoomableFrame.tsx.hbs +17 -2
  309. package/templates/vue/AnimatedImage/AnimatedImage.css.hbs +4 -1
  310. package/templates/vue/Animation/Animation.css.hbs +0 -4
  311. package/templates/vue/Avatar/Avatar.css.hbs +5 -1
  312. package/templates/vue/Badge/Badge.css.hbs +3 -1
  313. package/templates/vue/Breadcrumb/Breadcrumb.css.hbs +2 -3
  314. package/templates/vue/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
  315. package/templates/vue/Button/Button.css.hbs +6 -11
  316. package/templates/vue/ButtonGroup/ButtonGroup.css.hbs +2 -3
  317. package/templates/vue/Callout/Callout.css.hbs +3 -3
  318. package/templates/vue/Card/Card.css.hbs +5 -6
  319. package/templates/vue/Carousel/Carousel.css.hbs +13 -1
  320. package/templates/vue/CarouselItem/CarouselItem.css.hbs +1 -2
  321. package/templates/vue/CarouselItem/CarouselItem.vue.hbs +1 -3
  322. package/templates/vue/Checkbox/Checkbox.css.hbs +9 -1
  323. package/templates/vue/ColorPicker/ColorPicker.css.hbs +22 -1
  324. package/templates/vue/ColorPicker/ColorPicker.vue.hbs +1 -1
  325. package/templates/vue/Combobox/Combobox.css.hbs +19 -1
  326. package/templates/vue/Comparison/Comparison.css.hbs +8 -1
  327. package/templates/vue/CopyButton/CopyButton.css.hbs +9 -3
  328. package/templates/vue/Details/Details.css.hbs +9 -1
  329. package/templates/vue/Dialog/Dialog.css.hbs +12 -12
  330. package/templates/vue/Divider/Divider.css.hbs +3 -2
  331. package/templates/vue/Drawer/Drawer.css.hbs +13 -1
  332. package/templates/vue/Dropdown/Dropdown.css.hbs +5 -1
  333. package/templates/vue/DropdownItem/DropdownItem.css.hbs +7 -3
  334. package/templates/vue/FileInput/FileInput.css.hbs +15 -10
  335. package/templates/vue/FormatBytes/FormatBytes.css.hbs +0 -4
  336. package/templates/vue/FormatDate/FormatDate.css.hbs +0 -4
  337. package/templates/vue/FormatNumber/FormatNumber.css.hbs +0 -4
  338. package/templates/vue/Icon/Icon.css.hbs +28 -1
  339. package/templates/vue/Include/Include.css.hbs +0 -4
  340. package/templates/vue/Input/Input.css.hbs +8 -15
  341. package/templates/vue/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
  342. package/templates/vue/MutationObserver/MutationObserver.css.hbs +0 -4
  343. package/templates/vue/NumberInput/NumberInput.css.hbs +10 -10
  344. package/templates/vue/Option/Option.css.hbs +5 -3
  345. package/templates/vue/Page/Page.css.hbs +26 -1
  346. package/templates/vue/Popover/Popover.css.hbs +10 -1
  347. package/templates/vue/Popup/Popup.css.hbs +10 -1
  348. package/templates/vue/ProgressBar/ProgressBar.css.hbs +7 -1
  349. package/templates/vue/ProgressRing/ProgressRing.css.hbs +11 -1
  350. package/templates/vue/QrCode/QrCode.css.hbs +2 -3
  351. package/templates/vue/Radio/Radio.css.hbs +6 -1
  352. package/templates/vue/RadioGroup/RadioGroup.css.hbs +6 -3
  353. package/templates/vue/Rating/Rating.css.hbs +5 -1
  354. package/templates/vue/RelativeTime/RelativeTime.css.hbs +0 -4
  355. package/templates/vue/ResizeObserver/ResizeObserver.css.hbs +0 -4
  356. package/templates/vue/Scroller/Scroller.css.hbs +4 -1
  357. package/templates/vue/Select/Select.css.hbs +19 -1
  358. package/templates/vue/Skeleton/Skeleton.css.hbs +4 -1
  359. package/templates/vue/Slider/Slider.css.hbs +21 -1
  360. package/templates/vue/Sparkline/Sparkline.css.hbs +6 -3
  361. package/templates/vue/Spinner/Spinner.css.hbs +6 -1
  362. package/templates/vue/Spinner/Spinner.vue.hbs +1 -3
  363. package/templates/vue/SplitPanel/SplitPanel.css.hbs +9 -1
  364. package/templates/vue/Switch/Switch.css.hbs +9 -1
  365. package/templates/vue/Tab/Tab.css.hbs +2 -3
  366. package/templates/vue/TabGroup/TabGroup.css.hbs +12 -1
  367. package/templates/vue/TabPanel/TabPanel.css.hbs +3 -1
  368. package/templates/vue/Tag/Tag.css.hbs +5 -3
  369. package/templates/vue/Textarea/Textarea.css.hbs +6 -3
  370. package/templates/vue/Tooltip/Tooltip.css.hbs +6 -1
  371. package/templates/vue/Tree/Tree.css.hbs +7 -1
  372. package/templates/vue/TreeItem/TreeItem.css.hbs +17 -1
  373. package/templates/vue/ZoomableFrame/ZoomableFrame.css.hbs +3 -3
package/README.md CHANGED
@@ -80,9 +80,11 @@ export WEBAWESOME_NPM_TOKEN=your_token
80
80
  Add components to your project:
81
81
 
82
82
  ```bash
83
- npx kigumi add <components> # Add specific components (e.g., button input card)
84
- npx kigumi add # Interactive component selector
85
- npx kigumi add --all # Add all 80+ components at once
83
+ npx kigumi add <components> # Add specific components (e.g., button input card)
84
+ npx kigumi add # Interactive component selector
85
+ npx kigumi add --all # Add all available components at once
86
+ npx kigumi add --from <url> # Install from a community registry
87
+ npx kigumi add <comp> --from <url> # Install specific component from community registry
86
88
  ```
87
89
 
88
90
  ### `theme`
@@ -90,9 +92,10 @@ npx kigumi add --all # Add all 80+ components at once
90
92
  Change [theme](https://webawesome.com/docs/themes), [palette](https://webawesome.com/docs/color-palettes), or brand color:
91
93
 
92
94
  ```bash
93
- npx kigumi theme [name] # Change theme (shows selector if name omitted)
94
- npx kigumi palette [name] # Change color palette
95
- npx kigumi brand [color] # Change brand color
95
+ npx kigumi theme [name] # Change theme (shows selector if name omitted)
96
+ npx kigumi theme install <name> --from <url> # Install a community theme
97
+ npx kigumi palette [name] # Change color palette
98
+ npx kigumi brand [color] # Change brand color
96
99
  ```
97
100
 
98
101
  ### `doctor`
@@ -106,12 +109,163 @@ npx kigumi doctor --dry-run # Report issues without fixing
106
109
 
107
110
  The doctor command automatically detects your tier (Free/Pro) and ensures all component imports use the correct package. Useful when upgrading from Free to Pro or encountering import errors.
108
111
 
112
+ ### `registry`
113
+
114
+ Manage community component and theme registries:
115
+
116
+ ```bash
117
+ npx kigumi registry init # Scaffold a new community registry
118
+ npx kigumi registry validate # Validate your registry.json
119
+ npx kigumi registry connect <url> # Connect a community registry to your project
120
+ npx kigumi registry list # List connected registries
121
+ npx kigumi registry remove <url> # Remove a registry
122
+ ```
123
+
124
+ ## Community Registries
125
+
126
+ Share custom components and themes with others via GitHub-based registries. A community registry is a GitHub repo containing a `registry.json` file that describes available components and themes.
127
+
128
+ ### Install from a Registry
129
+
130
+ ```bash
131
+ # Connect a registry (one-time)
132
+ npx kigumi registry connect https://github.com/user/my-registry
133
+
134
+ # Then install using the registry name
135
+ npx kigumi add button --from my-registry
136
+ npx kigumi theme install my-theme --from my-registry
137
+
138
+ # Full URLs also work directly
139
+ npx kigumi add button --from https://github.com/user/my-registry
140
+ ```
141
+
142
+ Private GitHub repos are supported via `GITHUB_TOKEN` or `gh auth`.
143
+
144
+ ### Create Your Own Registry
145
+
146
+ ```bash
147
+ # 1. Scaffold the registry
148
+ npx kigumi registry init
149
+ ```
150
+
151
+ This creates the following structure:
152
+
153
+ ```
154
+ my-registry/
155
+ ├── registry.json # Registry metadata (components + themes)
156
+ ├── components/
157
+ │ └── react/ # One directory per framework
158
+ └── themes/
159
+ ```
160
+
161
+ ### Add a Theme
162
+
163
+ Place your theme CSS in `themes/` and register it:
164
+
165
+ ```bash
166
+ # Create the theme file
167
+ mkdir -p themes/my-theme
168
+ # Add your CSS with Web Awesome custom properties (:root, .wa-dark)
169
+
170
+ # Register it in registry.json
171
+ npx kigumi registry add-theme
172
+ # Prompts for: slug, name, description, CSS file path
173
+ ```
174
+
175
+ A theme CSS file uses Web Awesome design tokens as CSS custom properties:
176
+
177
+ ```css
178
+ :root {
179
+ --wa-color-brand: #6200ee;
180
+ --wa-font-family-heading: 'Space Grotesk', sans-serif;
181
+ --wa-border-radius-scale: 0;
182
+ }
183
+ .wa-dark {
184
+ --wa-color-brand: #bb86fc;
185
+ --wa-color-surface-default: #1e1e1e;
186
+ }
187
+ ```
188
+
189
+ ### Add Components
190
+
191
+ Place your component files in `components/{framework}/` and register them:
192
+
193
+ ```bash
194
+ # Create the component
195
+ mkdir -p components/react/MyButton
196
+ # Add MyButton.tsx and MyButton.css
197
+
198
+ # Register it in registry.json
199
+ npx kigumi registry add-component
200
+ # Prompts for: slug, name, description, category, file paths, dependencies
201
+ ```
202
+
203
+ Components are pre-rendered files (`.tsx`, `.vue`, etc.) that get copied as-is into the consumer's project. They can use theme CSS variables — consumers install both the theme and components.
204
+
205
+ ### Validate and Publish
206
+
207
+ ```bash
208
+ npx kigumi registry validate # 6-check validation (schema, files, deps, extensions)
209
+ git push # Push to GitHub — done!
210
+ ```
211
+
212
+ ### registry.json Reference
213
+
214
+ ```json
215
+ {
216
+ "name": "my-registry",
217
+ "version": "1.0.0",
218
+ "frameworks": ["react"],
219
+ "components": {
220
+ "button": {
221
+ "name": "Button",
222
+ "description": "Custom button",
223
+ "category": "Actions",
224
+ "dependencies": [],
225
+ "files": {
226
+ "react": {
227
+ "component": "components/react/Button/Button.tsx",
228
+ "css": "components/react/Button/Button.css",
229
+ "test": "components/react/Button/Button.test.tsx",
230
+ "extras": []
231
+ }
232
+ }
233
+ }
234
+ },
235
+ "themes": {
236
+ "my-theme": {
237
+ "name": "My Theme",
238
+ "description": "A custom theme",
239
+ "files": {
240
+ "css": "themes/my-theme/theme.css",
241
+ "variables": "themes/my-theme/variables.css"
242
+ },
243
+ "extends": "default"
244
+ }
245
+ }
246
+ }
247
+ ```
248
+
249
+ | Field | Required | Description |
250
+ | -------------------------------------- | -------- | ------------------------------------------ |
251
+ | `name` | Yes | Registry name |
252
+ | `version` | Yes | Semver version (e.g. `1.0.0`) |
253
+ | `frameworks` | Yes | Array: `react`, `vue`, `svelte`, `angular` |
254
+ | `components[slug].files[fw].component` | Yes | Main component file path |
255
+ | `components[slug].files[fw].css` | No | CSS file path |
256
+ | `components[slug].files[fw].test` | No | Test file path |
257
+ | `components[slug].files[fw].extras` | No | Additional files (hooks, utils) |
258
+ | `components[slug].dependencies` | No | Other component slugs in this registry |
259
+ | `themes[slug].files.css` | Yes | Main theme CSS file |
260
+ | `themes[slug].files.variables` | No | CSS variables file |
261
+ | `themes[slug].extends` | No | Built-in theme to extend |
262
+
109
263
  ## Agent Skills
110
264
 
111
265
  Kigumi provides AI agent skills for transforming Web Awesome HTML to Kigumi components and for working with design tokens.
112
266
 
113
267
  ```bash
114
- npx skills add https://kigumi.style/skills
268
+ npx skills add https://kigumi.style
115
269
  ```
116
270
 
117
271
  ## Utility Classes