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.
- package/README.md +161 -7
- package/dist/chunk-7YQDWIMQ.js +1392 -0
- package/dist/{chunk-EAABDBX7.js → chunk-GRURPT7P.js} +8 -0
- package/dist/index.js +2344 -1867
- package/dist/install-WNMUCIB5.js +110 -0
- package/dist/templates/AGENTS.md +31 -14
- package/dist/templates/react/AnimatedImage/AnimatedImage.css.hbs +4 -1
- package/dist/templates/react/Animation/Animation.css.hbs +0 -4
- package/dist/templates/react/Avatar/Avatar.css.hbs +5 -1
- package/dist/templates/react/Avatar/Avatar.tsx.hbs +1 -1
- package/dist/templates/react/Badge/Badge.css.hbs +3 -1
- package/dist/templates/react/Badge/Badge.tsx.hbs +1 -1
- package/dist/templates/react/Breadcrumb/Breadcrumb.css.hbs +2 -3
- package/dist/templates/react/Breadcrumb/Breadcrumb.tsx.hbs +1 -1
- package/dist/templates/react/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
- package/dist/templates/react/BreadcrumbItem/BreadcrumbItem.tsx.hbs +1 -1
- package/dist/templates/react/Button/Button.css.hbs +6 -11
- package/dist/templates/react/Button/Button.jsx.hbs +13 -6
- package/dist/templates/react/Button/Button.tsx.hbs +24 -0
- package/dist/templates/react/ButtonGroup/ButtonGroup.css.hbs +2 -3
- package/dist/templates/react/ButtonGroup/ButtonGroup.tsx.hbs +1 -1
- package/dist/templates/react/Callout/Callout.css.hbs +3 -3
- package/dist/templates/react/Callout/Callout.tsx.hbs +1 -1
- package/dist/templates/react/Card/Card.css.hbs +5 -6
- package/dist/templates/react/Card/Card.tsx.hbs +1 -1
- package/dist/templates/react/Carousel/Carousel.css.hbs +13 -1
- package/dist/templates/react/CarouselItem/CarouselItem.css.hbs +1 -2
- package/dist/templates/react/CarouselItem/CarouselItem.tsx.hbs +2 -4
- package/dist/templates/react/Checkbox/Checkbox.css.hbs +9 -1
- package/dist/templates/react/ColorPicker/ColorPicker.css.hbs +22 -1
- package/dist/templates/react/ColorPicker/ColorPicker.tsx.hbs +15 -6
- package/dist/templates/react/Combobox/Combobox.css.hbs +19 -1
- package/dist/templates/react/Combobox/Combobox.tsx.hbs +3 -0
- package/dist/templates/react/Comparison/Comparison.css.hbs +8 -1
- package/dist/templates/react/CopyButton/CopyButton.css.hbs +9 -3
- package/dist/templates/react/Details/Details.css.hbs +9 -1
- package/dist/templates/react/Dialog/Dialog.css.hbs +12 -12
- package/dist/templates/react/Dialog/Dialog.jsx.hbs +0 -12
- package/dist/templates/react/Dialog/Dialog.tsx.hbs +0 -14
- package/dist/templates/react/Divider/Divider.css.hbs +3 -2
- package/dist/templates/react/Divider/Divider.tsx.hbs +10 -3
- package/dist/templates/react/Drawer/Drawer.css.hbs +13 -1
- package/dist/templates/react/Drawer/Drawer.jsx.hbs +0 -10
- package/dist/templates/react/Drawer/Drawer.tsx.hbs +0 -12
- package/dist/templates/react/Dropdown/Dropdown.css.hbs +5 -1
- package/dist/templates/react/Dropdown/Dropdown.tsx.hbs +3 -0
- package/dist/templates/react/DropdownItem/DropdownItem.css.hbs +7 -3
- package/dist/templates/react/DropdownItem/DropdownItem.tsx.hbs +3 -0
- package/dist/templates/react/FileInput/FileInput.css.hbs +15 -10
- package/dist/templates/react/FileInput/FileInput.jsx.hbs +7 -10
- package/dist/templates/react/FileInput/FileInput.tsx.hbs +0 -9
- package/dist/templates/react/FormatBytes/FormatBytes.css.hbs +0 -4
- package/dist/templates/react/FormatBytes/FormatBytes.tsx.hbs +10 -3
- package/dist/templates/react/FormatDate/FormatDate.css.hbs +0 -4
- package/dist/templates/react/FormatDate/FormatDate.tsx.hbs +13 -4
- package/dist/templates/react/FormatNumber/FormatNumber.css.hbs +0 -4
- package/dist/templates/react/FormatNumber/FormatNumber.tsx.hbs +10 -3
- package/dist/templates/react/Icon/Icon.css.hbs +28 -1
- package/dist/templates/react/Icon/Icon.jsx.hbs +5 -2
- package/dist/templates/react/Icon/Icon.tsx.hbs +9 -0
- package/dist/templates/react/Include/Include.css.hbs +0 -4
- package/dist/templates/react/Input/Input.css.hbs +8 -15
- package/dist/templates/react/Input/Input.jsx.hbs +22 -4
- package/dist/templates/react/Input/Input.tsx.hbs +51 -0
- package/dist/templates/react/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
- package/dist/templates/react/IntersectionObserver/IntersectionObserver.tsx.hbs +3 -0
- package/dist/templates/react/MutationObserver/MutationObserver.css.hbs +0 -4
- package/dist/templates/react/NumberInput/NumberInput.css.hbs +10 -10
- package/dist/templates/react/NumberInput/NumberInput.jsx.hbs +7 -7
- package/dist/templates/react/NumberInput/NumberInput.tsx.hbs +2 -2
- package/dist/templates/react/Option/Option.css.hbs +5 -3
- package/dist/templates/react/Option/Option.tsx.hbs +7 -1
- package/dist/templates/react/Page/Page.css.hbs +26 -1
- package/dist/templates/react/Page/Page.tsx.hbs +1 -1
- package/dist/templates/react/Popover/Popover.css.hbs +10 -1
- package/dist/templates/react/Popover/Popover.tsx.hbs +12 -2
- package/dist/templates/react/Popup/Popup.css.hbs +10 -1
- package/dist/templates/react/ProgressBar/ProgressBar.css.hbs +7 -1
- package/dist/templates/react/ProgressBar/ProgressBar.tsx.hbs +1 -1
- package/dist/templates/react/ProgressRing/ProgressRing.css.hbs +11 -1
- package/dist/templates/react/ProgressRing/ProgressRing.tsx.hbs +1 -1
- package/dist/templates/react/QrCode/QrCode.css.hbs +2 -3
- package/dist/templates/react/QrCode/QrCode.tsx.hbs +1 -1
- package/dist/templates/react/Radio/Radio.css.hbs +6 -1
- package/dist/templates/react/Radio/Radio.tsx.hbs +3 -0
- package/dist/templates/react/RadioGroup/RadioGroup.css.hbs +6 -3
- package/dist/templates/react/RadioGroup/RadioGroup.tsx.hbs +12 -0
- package/dist/templates/react/Rating/Rating.css.hbs +5 -1
- package/dist/templates/react/Rating/Rating.tsx.hbs +3 -0
- package/dist/templates/react/RelativeTime/RelativeTime.css.hbs +0 -4
- package/dist/templates/react/RelativeTime/RelativeTime.tsx.hbs +9 -4
- package/dist/templates/react/ResizeObserver/ResizeObserver.css.hbs +0 -4
- package/dist/templates/react/Scroller/Scroller.css.hbs +4 -1
- package/dist/templates/react/Scroller/Scroller.tsx.hbs +7 -1
- package/dist/templates/react/Select/Select.css.hbs +19 -1
- package/dist/templates/react/Select/Select.tsx.hbs +6 -0
- package/dist/templates/react/Skeleton/Skeleton.css.hbs +4 -1
- package/dist/templates/react/Skeleton/Skeleton.tsx.hbs +1 -1
- package/dist/templates/react/Slider/Slider.css.hbs +21 -1
- package/dist/templates/react/Slider/Slider.tsx.hbs +20 -2
- package/dist/templates/react/Sparkline/Sparkline.css.hbs +6 -3
- package/dist/templates/react/Sparkline/Sparkline.jsx.hbs +15 -18
- package/dist/templates/react/Sparkline/Sparkline.tsx.hbs +17 -22
- package/dist/templates/react/Spinner/Spinner.css.hbs +6 -1
- package/dist/templates/react/Spinner/Spinner.tsx.hbs +2 -4
- package/dist/templates/react/SplitPanel/SplitPanel.css.hbs +9 -1
- package/dist/templates/react/Switch/Switch.css.hbs +9 -1
- package/dist/templates/react/Tab/Tab.css.hbs +2 -3
- package/dist/templates/react/Tab/Tab.tsx.hbs +1 -1
- package/dist/templates/react/TabGroup/TabGroup.css.hbs +12 -1
- package/dist/templates/react/TabGroup/TabGroup.tsx.hbs +3 -0
- package/dist/templates/react/TabPanel/TabPanel.css.hbs +3 -1
- package/dist/templates/react/TabPanel/TabPanel.tsx.hbs +1 -1
- package/dist/templates/react/Tag/Tag.css.hbs +5 -3
- package/dist/templates/react/Tag/Tag.tsx.hbs +9 -2
- package/dist/templates/react/Textarea/Textarea.css.hbs +6 -3
- package/dist/templates/react/Tooltip/Tooltip.css.hbs +6 -1
- package/dist/templates/react/Tooltip/Tooltip.tsx.hbs +1 -4
- package/dist/templates/react/Tree/Tree.css.hbs +7 -1
- package/dist/templates/react/TreeItem/TreeItem.css.hbs +17 -1
- package/dist/templates/react/TreeItem/TreeItem.tsx.hbs +4 -4
- package/dist/templates/react/ZoomableFrame/ZoomableFrame.css.hbs +3 -3
- package/dist/templates/react/ZoomableFrame/ZoomableFrame.tsx.hbs +17 -2
- package/dist/templates/vue/AnimatedImage/AnimatedImage.css.hbs +4 -1
- package/dist/templates/vue/Animation/Animation.css.hbs +0 -4
- package/dist/templates/vue/Avatar/Avatar.css.hbs +5 -1
- package/dist/templates/vue/Badge/Badge.css.hbs +3 -1
- package/dist/templates/vue/Breadcrumb/Breadcrumb.css.hbs +2 -3
- package/dist/templates/vue/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
- package/dist/templates/vue/Button/Button.css.hbs +6 -11
- package/dist/templates/vue/ButtonGroup/ButtonGroup.css.hbs +2 -3
- package/dist/templates/vue/Callout/Callout.css.hbs +3 -3
- package/dist/templates/vue/Card/Card.css.hbs +5 -6
- package/dist/templates/vue/Carousel/Carousel.css.hbs +13 -1
- package/dist/templates/vue/CarouselItem/CarouselItem.css.hbs +1 -2
- package/dist/templates/vue/CarouselItem/CarouselItem.vue.hbs +1 -3
- package/dist/templates/vue/Checkbox/Checkbox.css.hbs +9 -1
- package/dist/templates/vue/ColorPicker/ColorPicker.css.hbs +22 -1
- package/dist/templates/vue/ColorPicker/ColorPicker.vue.hbs +1 -1
- package/dist/templates/vue/Combobox/Combobox.css.hbs +19 -1
- package/dist/templates/vue/Comparison/Comparison.css.hbs +8 -1
- package/dist/templates/vue/CopyButton/CopyButton.css.hbs +9 -3
- package/dist/templates/vue/Details/Details.css.hbs +9 -1
- package/dist/templates/vue/Dialog/Dialog.css.hbs +12 -12
- package/dist/templates/vue/Divider/Divider.css.hbs +3 -2
- package/dist/templates/vue/Drawer/Drawer.css.hbs +13 -1
- package/dist/templates/vue/Dropdown/Dropdown.css.hbs +5 -1
- package/dist/templates/vue/DropdownItem/DropdownItem.css.hbs +7 -3
- package/dist/templates/vue/FileInput/FileInput.css.hbs +15 -10
- package/dist/templates/vue/FormatBytes/FormatBytes.css.hbs +0 -4
- package/dist/templates/vue/FormatDate/FormatDate.css.hbs +0 -4
- package/dist/templates/vue/FormatNumber/FormatNumber.css.hbs +0 -4
- package/dist/templates/vue/Icon/Icon.css.hbs +28 -1
- package/dist/templates/vue/Include/Include.css.hbs +0 -4
- package/dist/templates/vue/Input/Input.css.hbs +8 -15
- package/dist/templates/vue/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
- package/dist/templates/vue/MutationObserver/MutationObserver.css.hbs +0 -4
- package/dist/templates/vue/NumberInput/NumberInput.css.hbs +10 -10
- package/dist/templates/vue/Option/Option.css.hbs +5 -3
- package/dist/templates/vue/Page/Page.css.hbs +26 -1
- package/dist/templates/vue/Popover/Popover.css.hbs +10 -1
- package/dist/templates/vue/Popup/Popup.css.hbs +10 -1
- package/dist/templates/vue/ProgressBar/ProgressBar.css.hbs +7 -1
- package/dist/templates/vue/ProgressRing/ProgressRing.css.hbs +11 -1
- package/dist/templates/vue/QrCode/QrCode.css.hbs +2 -3
- package/dist/templates/vue/Radio/Radio.css.hbs +6 -1
- package/dist/templates/vue/RadioGroup/RadioGroup.css.hbs +6 -3
- package/dist/templates/vue/Rating/Rating.css.hbs +5 -1
- package/dist/templates/vue/RelativeTime/RelativeTime.css.hbs +0 -4
- package/dist/templates/vue/ResizeObserver/ResizeObserver.css.hbs +0 -4
- package/dist/templates/vue/Scroller/Scroller.css.hbs +4 -1
- package/dist/templates/vue/Select/Select.css.hbs +19 -1
- package/dist/templates/vue/Skeleton/Skeleton.css.hbs +4 -1
- package/dist/templates/vue/Slider/Slider.css.hbs +21 -1
- package/dist/templates/vue/Sparkline/Sparkline.css.hbs +6 -3
- package/dist/templates/vue/Spinner/Spinner.css.hbs +6 -1
- package/dist/templates/vue/Spinner/Spinner.vue.hbs +1 -3
- package/dist/templates/vue/SplitPanel/SplitPanel.css.hbs +9 -1
- package/dist/templates/vue/Switch/Switch.css.hbs +9 -1
- package/dist/templates/vue/Tab/Tab.css.hbs +2 -3
- package/dist/templates/vue/TabGroup/TabGroup.css.hbs +12 -1
- package/dist/templates/vue/TabPanel/TabPanel.css.hbs +3 -1
- package/dist/templates/vue/Tag/Tag.css.hbs +5 -3
- package/dist/templates/vue/Textarea/Textarea.css.hbs +6 -3
- package/dist/templates/vue/Tooltip/Tooltip.css.hbs +6 -1
- package/dist/templates/vue/Tree/Tree.css.hbs +7 -1
- package/dist/templates/vue/TreeItem/TreeItem.css.hbs +17 -1
- package/dist/templates/vue/ZoomableFrame/ZoomableFrame.css.hbs +3 -3
- package/dist/{tier-QW5YWE4V.js → tier-SZRCJYZF.js} +1 -1
- package/package.json +6 -4
- package/templates/AGENTS.md +31 -14
- package/templates/react/AnimatedImage/AnimatedImage.css.hbs +4 -1
- package/templates/react/Animation/Animation.css.hbs +0 -4
- package/templates/react/Avatar/Avatar.css.hbs +5 -1
- package/templates/react/Avatar/Avatar.tsx.hbs +1 -1
- package/templates/react/Badge/Badge.css.hbs +3 -1
- package/templates/react/Badge/Badge.tsx.hbs +1 -1
- package/templates/react/Breadcrumb/Breadcrumb.css.hbs +2 -3
- package/templates/react/Breadcrumb/Breadcrumb.tsx.hbs +1 -1
- package/templates/react/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
- package/templates/react/BreadcrumbItem/BreadcrumbItem.tsx.hbs +1 -1
- package/templates/react/Button/Button.css.hbs +6 -11
- package/templates/react/Button/Button.jsx.hbs +13 -6
- package/templates/react/Button/Button.tsx.hbs +24 -0
- package/templates/react/ButtonGroup/ButtonGroup.css.hbs +2 -3
- package/templates/react/ButtonGroup/ButtonGroup.tsx.hbs +1 -1
- package/templates/react/Callout/Callout.css.hbs +3 -3
- package/templates/react/Callout/Callout.tsx.hbs +1 -1
- package/templates/react/Card/Card.css.hbs +5 -6
- package/templates/react/Card/Card.tsx.hbs +1 -1
- package/templates/react/Carousel/Carousel.css.hbs +13 -1
- package/templates/react/CarouselItem/CarouselItem.css.hbs +1 -2
- package/templates/react/CarouselItem/CarouselItem.tsx.hbs +2 -4
- package/templates/react/Checkbox/Checkbox.css.hbs +9 -1
- package/templates/react/ColorPicker/ColorPicker.css.hbs +22 -1
- package/templates/react/ColorPicker/ColorPicker.tsx.hbs +15 -6
- package/templates/react/Combobox/Combobox.css.hbs +19 -1
- package/templates/react/Combobox/Combobox.tsx.hbs +3 -0
- package/templates/react/Comparison/Comparison.css.hbs +8 -1
- package/templates/react/CopyButton/CopyButton.css.hbs +9 -3
- package/templates/react/Details/Details.css.hbs +9 -1
- package/templates/react/Dialog/Dialog.css.hbs +12 -12
- package/templates/react/Dialog/Dialog.jsx.hbs +0 -12
- package/templates/react/Dialog/Dialog.tsx.hbs +0 -14
- package/templates/react/Divider/Divider.css.hbs +3 -2
- package/templates/react/Divider/Divider.tsx.hbs +10 -3
- package/templates/react/Drawer/Drawer.css.hbs +13 -1
- package/templates/react/Drawer/Drawer.jsx.hbs +0 -10
- package/templates/react/Drawer/Drawer.tsx.hbs +0 -12
- package/templates/react/Dropdown/Dropdown.css.hbs +5 -1
- package/templates/react/Dropdown/Dropdown.tsx.hbs +3 -0
- package/templates/react/DropdownItem/DropdownItem.css.hbs +7 -3
- package/templates/react/DropdownItem/DropdownItem.tsx.hbs +3 -0
- package/templates/react/FileInput/FileInput.css.hbs +15 -10
- package/templates/react/FileInput/FileInput.jsx.hbs +7 -10
- package/templates/react/FileInput/FileInput.tsx.hbs +0 -9
- package/templates/react/FormatBytes/FormatBytes.css.hbs +0 -4
- package/templates/react/FormatBytes/FormatBytes.tsx.hbs +10 -3
- package/templates/react/FormatDate/FormatDate.css.hbs +0 -4
- package/templates/react/FormatDate/FormatDate.tsx.hbs +13 -4
- package/templates/react/FormatNumber/FormatNumber.css.hbs +0 -4
- package/templates/react/FormatNumber/FormatNumber.tsx.hbs +10 -3
- package/templates/react/Icon/Icon.css.hbs +28 -1
- package/templates/react/Icon/Icon.jsx.hbs +5 -2
- package/templates/react/Icon/Icon.tsx.hbs +9 -0
- package/templates/react/Include/Include.css.hbs +0 -4
- package/templates/react/Input/Input.css.hbs +8 -15
- package/templates/react/Input/Input.jsx.hbs +22 -4
- package/templates/react/Input/Input.tsx.hbs +51 -0
- package/templates/react/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
- package/templates/react/IntersectionObserver/IntersectionObserver.tsx.hbs +3 -0
- package/templates/react/MutationObserver/MutationObserver.css.hbs +0 -4
- package/templates/react/NumberInput/NumberInput.css.hbs +10 -10
- package/templates/react/NumberInput/NumberInput.jsx.hbs +7 -7
- package/templates/react/NumberInput/NumberInput.tsx.hbs +2 -2
- package/templates/react/Option/Option.css.hbs +5 -3
- package/templates/react/Option/Option.tsx.hbs +7 -1
- package/templates/react/Page/Page.css.hbs +26 -1
- package/templates/react/Page/Page.tsx.hbs +1 -1
- package/templates/react/Popover/Popover.css.hbs +10 -1
- package/templates/react/Popover/Popover.tsx.hbs +12 -2
- package/templates/react/Popup/Popup.css.hbs +10 -1
- package/templates/react/ProgressBar/ProgressBar.css.hbs +7 -1
- package/templates/react/ProgressBar/ProgressBar.tsx.hbs +1 -1
- package/templates/react/ProgressRing/ProgressRing.css.hbs +11 -1
- package/templates/react/ProgressRing/ProgressRing.tsx.hbs +1 -1
- package/templates/react/QrCode/QrCode.css.hbs +2 -3
- package/templates/react/QrCode/QrCode.tsx.hbs +1 -1
- package/templates/react/Radio/Radio.css.hbs +6 -1
- package/templates/react/Radio/Radio.tsx.hbs +3 -0
- package/templates/react/RadioGroup/RadioGroup.css.hbs +6 -3
- package/templates/react/RadioGroup/RadioGroup.tsx.hbs +12 -0
- package/templates/react/Rating/Rating.css.hbs +5 -1
- package/templates/react/Rating/Rating.tsx.hbs +3 -0
- package/templates/react/RelativeTime/RelativeTime.css.hbs +0 -4
- package/templates/react/RelativeTime/RelativeTime.tsx.hbs +9 -4
- package/templates/react/ResizeObserver/ResizeObserver.css.hbs +0 -4
- package/templates/react/Scroller/Scroller.css.hbs +4 -1
- package/templates/react/Scroller/Scroller.tsx.hbs +7 -1
- package/templates/react/Select/Select.css.hbs +19 -1
- package/templates/react/Select/Select.tsx.hbs +6 -0
- package/templates/react/Skeleton/Skeleton.css.hbs +4 -1
- package/templates/react/Skeleton/Skeleton.tsx.hbs +1 -1
- package/templates/react/Slider/Slider.css.hbs +21 -1
- package/templates/react/Slider/Slider.tsx.hbs +20 -2
- package/templates/react/Sparkline/Sparkline.css.hbs +6 -3
- package/templates/react/Sparkline/Sparkline.jsx.hbs +15 -18
- package/templates/react/Sparkline/Sparkline.tsx.hbs +17 -22
- package/templates/react/Spinner/Spinner.css.hbs +6 -1
- package/templates/react/Spinner/Spinner.tsx.hbs +2 -4
- package/templates/react/SplitPanel/SplitPanel.css.hbs +9 -1
- package/templates/react/Switch/Switch.css.hbs +9 -1
- package/templates/react/Tab/Tab.css.hbs +2 -3
- package/templates/react/Tab/Tab.tsx.hbs +1 -1
- package/templates/react/TabGroup/TabGroup.css.hbs +12 -1
- package/templates/react/TabGroup/TabGroup.tsx.hbs +3 -0
- package/templates/react/TabPanel/TabPanel.css.hbs +3 -1
- package/templates/react/TabPanel/TabPanel.tsx.hbs +1 -1
- package/templates/react/Tag/Tag.css.hbs +5 -3
- package/templates/react/Tag/Tag.tsx.hbs +9 -2
- package/templates/react/Textarea/Textarea.css.hbs +6 -3
- package/templates/react/Tooltip/Tooltip.css.hbs +6 -1
- package/templates/react/Tooltip/Tooltip.tsx.hbs +1 -4
- package/templates/react/Tree/Tree.css.hbs +7 -1
- package/templates/react/TreeItem/TreeItem.css.hbs +17 -1
- package/templates/react/TreeItem/TreeItem.tsx.hbs +4 -4
- package/templates/react/ZoomableFrame/ZoomableFrame.css.hbs +3 -3
- package/templates/react/ZoomableFrame/ZoomableFrame.tsx.hbs +17 -2
- package/templates/vue/AnimatedImage/AnimatedImage.css.hbs +4 -1
- package/templates/vue/Animation/Animation.css.hbs +0 -4
- package/templates/vue/Avatar/Avatar.css.hbs +5 -1
- package/templates/vue/Badge/Badge.css.hbs +3 -1
- package/templates/vue/Breadcrumb/Breadcrumb.css.hbs +2 -3
- package/templates/vue/BreadcrumbItem/BreadcrumbItem.css.hbs +5 -3
- package/templates/vue/Button/Button.css.hbs +6 -11
- package/templates/vue/ButtonGroup/ButtonGroup.css.hbs +2 -3
- package/templates/vue/Callout/Callout.css.hbs +3 -3
- package/templates/vue/Card/Card.css.hbs +5 -6
- package/templates/vue/Carousel/Carousel.css.hbs +13 -1
- package/templates/vue/CarouselItem/CarouselItem.css.hbs +1 -2
- package/templates/vue/CarouselItem/CarouselItem.vue.hbs +1 -3
- package/templates/vue/Checkbox/Checkbox.css.hbs +9 -1
- package/templates/vue/ColorPicker/ColorPicker.css.hbs +22 -1
- package/templates/vue/ColorPicker/ColorPicker.vue.hbs +1 -1
- package/templates/vue/Combobox/Combobox.css.hbs +19 -1
- package/templates/vue/Comparison/Comparison.css.hbs +8 -1
- package/templates/vue/CopyButton/CopyButton.css.hbs +9 -3
- package/templates/vue/Details/Details.css.hbs +9 -1
- package/templates/vue/Dialog/Dialog.css.hbs +12 -12
- package/templates/vue/Divider/Divider.css.hbs +3 -2
- package/templates/vue/Drawer/Drawer.css.hbs +13 -1
- package/templates/vue/Dropdown/Dropdown.css.hbs +5 -1
- package/templates/vue/DropdownItem/DropdownItem.css.hbs +7 -3
- package/templates/vue/FileInput/FileInput.css.hbs +15 -10
- package/templates/vue/FormatBytes/FormatBytes.css.hbs +0 -4
- package/templates/vue/FormatDate/FormatDate.css.hbs +0 -4
- package/templates/vue/FormatNumber/FormatNumber.css.hbs +0 -4
- package/templates/vue/Icon/Icon.css.hbs +28 -1
- package/templates/vue/Include/Include.css.hbs +0 -4
- package/templates/vue/Input/Input.css.hbs +8 -15
- package/templates/vue/IntersectionObserver/IntersectionObserver.css.hbs +0 -4
- package/templates/vue/MutationObserver/MutationObserver.css.hbs +0 -4
- package/templates/vue/NumberInput/NumberInput.css.hbs +10 -10
- package/templates/vue/Option/Option.css.hbs +5 -3
- package/templates/vue/Page/Page.css.hbs +26 -1
- package/templates/vue/Popover/Popover.css.hbs +10 -1
- package/templates/vue/Popup/Popup.css.hbs +10 -1
- package/templates/vue/ProgressBar/ProgressBar.css.hbs +7 -1
- package/templates/vue/ProgressRing/ProgressRing.css.hbs +11 -1
- package/templates/vue/QrCode/QrCode.css.hbs +2 -3
- package/templates/vue/Radio/Radio.css.hbs +6 -1
- package/templates/vue/RadioGroup/RadioGroup.css.hbs +6 -3
- package/templates/vue/Rating/Rating.css.hbs +5 -1
- package/templates/vue/RelativeTime/RelativeTime.css.hbs +0 -4
- package/templates/vue/ResizeObserver/ResizeObserver.css.hbs +0 -4
- package/templates/vue/Scroller/Scroller.css.hbs +4 -1
- package/templates/vue/Select/Select.css.hbs +19 -1
- package/templates/vue/Skeleton/Skeleton.css.hbs +4 -1
- package/templates/vue/Slider/Slider.css.hbs +21 -1
- package/templates/vue/Sparkline/Sparkline.css.hbs +6 -3
- package/templates/vue/Spinner/Spinner.css.hbs +6 -1
- package/templates/vue/Spinner/Spinner.vue.hbs +1 -3
- package/templates/vue/SplitPanel/SplitPanel.css.hbs +9 -1
- package/templates/vue/Switch/Switch.css.hbs +9 -1
- package/templates/vue/Tab/Tab.css.hbs +2 -3
- package/templates/vue/TabGroup/TabGroup.css.hbs +12 -1
- package/templates/vue/TabPanel/TabPanel.css.hbs +3 -1
- package/templates/vue/Tag/Tag.css.hbs +5 -3
- package/templates/vue/Textarea/Textarea.css.hbs +6 -3
- package/templates/vue/Tooltip/Tooltip.css.hbs +6 -1
- package/templates/vue/Tree/Tree.css.hbs +7 -1
- package/templates/vue/TreeItem/TreeItem.css.hbs +17 -1
- 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>
|
|
84
|
-
npx kigumi add
|
|
85
|
-
npx kigumi add --all
|
|
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]
|
|
94
|
-
npx kigumi
|
|
95
|
-
npx kigumi
|
|
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
|
|
268
|
+
npx skills add https://kigumi.style
|
|
115
269
|
```
|
|
116
270
|
|
|
117
271
|
## Utility Classes
|