kigumi 0.2.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 +407 -0
- package/dist/chunk-FG4CIVPT.js +52 -0
- package/dist/chunk-IRCCX2A2.js +72 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +6119 -0
- package/dist/path-aliases-3OJ2RKTE.js +95 -0
- package/dist/path-aliases-44XMTAAA.js +89 -0
- package/dist/path-aliases-CNBMGBKE.js +98 -0
- package/dist/path-aliases-L6USUZ4R.js +91 -0
- package/dist/path-aliases-NX2TDEHO.js +92 -0
- package/dist/path-aliases-ZRNAAXX2.js +94 -0
- package/dist/project-config-3XEQHIUM.js +115 -0
- package/dist/project-config-4YGWM3KJ.js +92 -0
- package/dist/project-config-YLUSQM7U.js +108 -0
- package/dist/templates/AGENTS.md +214 -0
- package/dist/templates/react/AnimatedImage/AnimatedImage.css.hbs +19 -0
- package/dist/templates/react/AnimatedImage/AnimatedImage.jsx.hbs +64 -0
- package/dist/templates/react/AnimatedImage/AnimatedImage.test.jsx.hbs +29 -0
- package/dist/templates/react/AnimatedImage/AnimatedImage.test.tsx.hbs +14 -0
- package/dist/templates/react/AnimatedImage/AnimatedImage.tsx.hbs +68 -0
- package/dist/templates/react/Animation/Animation.css.hbs +18 -0
- package/dist/templates/react/Animation/Animation.jsx.hbs +100 -0
- package/dist/templates/react/Animation/Animation.test.jsx.hbs +37 -0
- package/dist/templates/react/Animation/Animation.test.tsx.hbs +14 -0
- package/dist/templates/react/Animation/Animation.tsx.hbs +127 -0
- package/dist/templates/react/Avatar/Avatar.css.hbs +20 -0
- package/dist/templates/react/Avatar/Avatar.jsx.hbs +65 -0
- package/dist/templates/react/Avatar/Avatar.test.jsx.hbs +33 -0
- package/dist/templates/react/Avatar/Avatar.test.tsx.hbs +14 -0
- package/dist/templates/react/Avatar/Avatar.tsx.hbs +71 -0
- package/dist/templates/react/Badge/Badge.css.hbs +18 -0
- package/dist/templates/react/Badge/Badge.jsx.hbs +46 -0
- package/dist/templates/react/Badge/Badge.test.jsx.hbs +28 -0
- package/dist/templates/react/Badge/Badge.test.tsx.hbs +14 -0
- package/dist/templates/react/Badge/Badge.tsx.hbs +50 -0
- package/dist/templates/react/Breadcrumb/Breadcrumb.css.hbs +18 -0
- package/dist/templates/react/Breadcrumb/Breadcrumb.jsx.hbs +48 -0
- package/dist/templates/react/Breadcrumb/Breadcrumb.test.jsx.hbs +34 -0
- package/dist/templates/react/Breadcrumb/Breadcrumb.test.tsx.hbs +14 -0
- package/dist/templates/react/Breadcrumb/Breadcrumb.tsx.hbs +49 -0
- package/dist/templates/react/BreadcrumbItem/BreadcrumbItem.css.hbs +21 -0
- package/dist/templates/react/BreadcrumbItem/BreadcrumbItem.jsx.hbs +55 -0
- package/dist/templates/react/BreadcrumbItem/BreadcrumbItem.test.jsx.hbs +36 -0
- package/dist/templates/react/BreadcrumbItem/BreadcrumbItem.test.tsx.hbs +14 -0
- package/dist/templates/react/BreadcrumbItem/BreadcrumbItem.tsx.hbs +58 -0
- package/dist/templates/react/Button/Button.css.hbs +23 -0
- package/dist/templates/react/Button/Button.jsx.hbs +106 -0
- package/dist/templates/react/Button/Button.test.jsx.hbs +23 -0
- package/dist/templates/react/Button/Button.test.tsx.hbs +14 -0
- package/dist/templates/react/Button/Button.tsx.hbs +131 -0
- package/dist/templates/react/Card/Card.css.hbs +21 -0
- package/dist/templates/react/Card/Card.jsx.hbs +33 -0
- package/dist/templates/react/Card/Card.test.jsx.hbs +23 -0
- package/dist/templates/react/Card/Card.test.tsx.hbs +14 -0
- package/dist/templates/react/Card/Card.tsx.hbs +41 -0
- package/dist/templates/react/Carousel/Carousel.css.hbs +28 -0
- package/dist/templates/react/Carousel/Carousel.jsx.hbs +81 -0
- package/dist/templates/react/Carousel/Carousel.test.jsx.hbs +25 -0
- package/dist/templates/react/Carousel/Carousel.test.tsx.hbs +14 -0
- package/dist/templates/react/Carousel/Carousel.tsx.hbs +108 -0
- package/dist/templates/react/CarouselItem/CarouselItem.css.hbs +18 -0
- package/dist/templates/react/CarouselItem/CarouselItem.jsx.hbs +28 -0
- package/dist/templates/react/CarouselItem/CarouselItem.test.jsx.hbs +21 -0
- package/dist/templates/react/CarouselItem/CarouselItem.test.tsx.hbs +14 -0
- package/dist/templates/react/CarouselItem/CarouselItem.tsx.hbs +33 -0
- package/dist/templates/react/Checkbox/Checkbox.css.hbs +24 -0
- package/dist/templates/react/Checkbox/Checkbox.jsx.hbs +80 -0
- package/dist/templates/react/Checkbox/Checkbox.test.jsx.hbs +25 -0
- package/dist/templates/react/Checkbox/Checkbox.test.tsx.hbs +14 -0
- package/dist/templates/react/Checkbox/Checkbox.tsx.hbs +113 -0
- package/dist/templates/react/ColorPicker/ColorPicker.css.hbs +37 -0
- package/dist/templates/react/ColorPicker/ColorPicker.jsx.hbs +72 -0
- package/dist/templates/react/ColorPicker/ColorPicker.test.jsx.hbs +25 -0
- package/dist/templates/react/ColorPicker/ColorPicker.test.tsx.hbs +14 -0
- package/dist/templates/react/ColorPicker/ColorPicker.tsx.hbs +157 -0
- package/dist/templates/react/Combobox/Combobox.css.hbs +32 -0
- package/dist/templates/react/Combobox/Combobox.jsx.hbs +67 -0
- package/dist/templates/react/Combobox/Combobox.test.jsx.hbs +19 -0
- package/dist/templates/react/Combobox/Combobox.test.tsx.hbs +14 -0
- package/dist/templates/react/Combobox/Combobox.tsx.hbs +154 -0
- package/dist/templates/react/Comparison/Comparison.css.hbs +23 -0
- package/dist/templates/react/Comparison/Comparison.jsx.hbs +27 -0
- package/dist/templates/react/Comparison/Comparison.test.jsx.hbs +27 -0
- package/dist/templates/react/Comparison/Comparison.test.tsx.hbs +14 -0
- package/dist/templates/react/Comparison/Comparison.tsx.hbs +32 -0
- package/dist/templates/react/CopyButton/CopyButton.css.hbs +25 -0
- package/dist/templates/react/CopyButton/CopyButton.jsx.hbs +49 -0
- package/dist/templates/react/CopyButton/CopyButton.test.jsx.hbs +16 -0
- package/dist/templates/react/CopyButton/CopyButton.test.tsx.hbs +14 -0
- package/dist/templates/react/CopyButton/CopyButton.tsx.hbs +71 -0
- package/dist/templates/react/Details/Details.css.hbs +24 -0
- package/dist/templates/react/Details/Details.jsx.hbs +66 -0
- package/dist/templates/react/Details/Details.test.jsx.hbs +27 -0
- package/dist/templates/react/Details/Details.test.tsx.hbs +14 -0
- package/dist/templates/react/Details/Details.tsx.hbs +111 -0
- package/dist/templates/react/Dialog/Dialog.css.hbs +28 -0
- package/dist/templates/react/Dialog/Dialog.jsx.hbs +115 -0
- package/dist/templates/react/Dialog/Dialog.test.jsx.hbs +29 -0
- package/dist/templates/react/Dialog/Dialog.test.tsx.hbs +14 -0
- package/dist/templates/react/Dialog/Dialog.tsx.hbs +165 -0
- package/dist/templates/react/Divider/Divider.css.hbs +21 -0
- package/dist/templates/react/Divider/Divider.jsx.hbs +24 -0
- package/dist/templates/react/Divider/Divider.test.jsx.hbs +16 -0
- package/dist/templates/react/Divider/Divider.test.tsx.hbs +14 -0
- package/dist/templates/react/Divider/Divider.tsx.hbs +24 -0
- package/dist/templates/react/Drawer/Drawer.css.hbs +28 -0
- package/dist/templates/react/Drawer/Drawer.jsx.hbs +75 -0
- package/dist/templates/react/Drawer/Drawer.test.jsx.hbs +27 -0
- package/dist/templates/react/Drawer/Drawer.test.tsx.hbs +14 -0
- package/dist/templates/react/Drawer/Drawer.tsx.hbs +99 -0
- package/dist/templates/react/Dropdown/Dropdown.css.hbs +20 -0
- package/dist/templates/react/Dropdown/Dropdown.jsx.hbs +78 -0
- package/dist/templates/react/Dropdown/Dropdown.test.jsx.hbs +18 -0
- package/dist/templates/react/Dropdown/Dropdown.test.tsx.hbs +14 -0
- package/dist/templates/react/Dropdown/Dropdown.tsx.hbs +104 -0
- package/dist/templates/react/DropdownItem/DropdownItem.css.hbs +23 -0
- package/dist/templates/react/DropdownItem/DropdownItem.jsx.hbs +41 -0
- package/dist/templates/react/DropdownItem/DropdownItem.test.jsx.hbs +18 -0
- package/dist/templates/react/DropdownItem/DropdownItem.test.tsx.hbs +14 -0
- package/dist/templates/react/DropdownItem/DropdownItem.tsx.hbs +56 -0
- package/dist/templates/react/FormatBytes/FormatBytes.css.hbs +18 -0
- package/dist/templates/react/FormatBytes/FormatBytes.jsx.hbs +25 -0
- package/dist/templates/react/FormatBytes/FormatBytes.test.jsx.hbs +16 -0
- package/dist/templates/react/FormatBytes/FormatBytes.test.tsx.hbs +14 -0
- package/dist/templates/react/FormatBytes/FormatBytes.tsx.hbs +27 -0
- package/dist/templates/react/FormatDate/FormatDate.css.hbs +18 -0
- package/dist/templates/react/FormatDate/FormatDate.jsx.hbs +18 -0
- package/dist/templates/react/FormatDate/FormatDate.test.jsx.hbs +11 -0
- package/dist/templates/react/FormatDate/FormatDate.test.tsx.hbs +14 -0
- package/dist/templates/react/FormatDate/FormatDate.tsx.hbs +45 -0
- package/dist/templates/react/FormatNumber/FormatNumber.css.hbs +18 -0
- package/dist/templates/react/FormatNumber/FormatNumber.jsx.hbs +18 -0
- package/dist/templates/react/FormatNumber/FormatNumber.test.jsx.hbs +16 -0
- package/dist/templates/react/FormatNumber/FormatNumber.test.tsx.hbs +14 -0
- package/dist/templates/react/FormatNumber/FormatNumber.tsx.hbs +41 -0
- package/dist/templates/react/Icon/Icon.css.hbs +22 -0
- package/dist/templates/react/Icon/Icon.jsx.hbs +83 -0
- package/dist/templates/react/Icon/Icon.test.jsx.hbs +35 -0
- package/dist/templates/react/Icon/Icon.test.tsx.hbs +14 -0
- package/dist/templates/react/Icon/Icon.tsx.hbs +93 -0
- package/dist/templates/react/Include/Include.css.hbs +18 -0
- package/dist/templates/react/Include/Include.jsx.hbs +40 -0
- package/dist/templates/react/Include/Include.test.jsx.hbs +16 -0
- package/dist/templates/react/Include/Include.test.tsx.hbs +14 -0
- package/dist/templates/react/Include/Include.tsx.hbs +53 -0
- package/dist/templates/react/Input/Input.css.hbs +25 -0
- package/dist/templates/react/Input/Input.jsx.hbs +126 -0
- package/dist/templates/react/Input/Input.test.jsx.hbs +23 -0
- package/dist/templates/react/Input/Input.test.tsx.hbs +14 -0
- package/dist/templates/react/Input/Input.tsx.hbs +154 -0
- package/dist/templates/react/IntersectionObserver/IntersectionObserver.css.hbs +18 -0
- package/dist/templates/react/IntersectionObserver/IntersectionObserver.jsx.hbs +38 -0
- package/dist/templates/react/IntersectionObserver/IntersectionObserver.test.jsx.hbs +15 -0
- package/dist/templates/react/IntersectionObserver/IntersectionObserver.test.tsx.hbs +14 -0
- package/dist/templates/react/IntersectionObserver/IntersectionObserver.tsx.hbs +55 -0
- package/dist/templates/react/KIGUMI_SETUP.md.hbs +52 -0
- package/dist/templates/react/MutationObserver/MutationObserver.css.hbs +18 -0
- package/dist/templates/react/MutationObserver/MutationObserver.jsx.hbs +38 -0
- package/dist/templates/react/MutationObserver/MutationObserver.test.jsx.hbs +15 -0
- package/dist/templates/react/MutationObserver/MutationObserver.test.tsx.hbs +14 -0
- package/dist/templates/react/MutationObserver/MutationObserver.tsx.hbs +55 -0
- package/dist/templates/react/Option/Option.css.hbs +21 -0
- package/dist/templates/react/Option/Option.jsx.hbs +20 -0
- package/dist/templates/react/Option/Option.test.jsx.hbs +11 -0
- package/dist/templates/react/Option/Option.test.tsx.hbs +14 -0
- package/dist/templates/react/Option/Option.tsx.hbs +27 -0
- package/dist/templates/react/Popover/Popover.css.hbs +25 -0
- package/dist/templates/react/Popover/Popover.jsx.hbs +68 -0
- package/dist/templates/react/Popover/Popover.test.jsx.hbs +18 -0
- package/dist/templates/react/Popover/Popover.test.tsx.hbs +14 -0
- package/dist/templates/react/Popover/Popover.tsx.hbs +101 -0
- package/dist/templates/react/Popup/Popup.css.hbs +25 -0
- package/dist/templates/react/Popup/Popup.jsx.hbs +45 -0
- package/dist/templates/react/Popup/Popup.test.jsx.hbs +17 -0
- package/dist/templates/react/Popup/Popup.test.tsx.hbs +14 -0
- package/dist/templates/react/Popup/Popup.tsx.hbs +83 -0
- package/dist/templates/react/ProgressBar/ProgressBar.css.hbs +22 -0
- package/dist/templates/react/ProgressBar/ProgressBar.jsx.hbs +20 -0
- package/dist/templates/react/ProgressBar/ProgressBar.test.jsx.hbs +16 -0
- package/dist/templates/react/ProgressBar/ProgressBar.test.tsx.hbs +14 -0
- package/dist/templates/react/ProgressBar/ProgressBar.tsx.hbs +29 -0
- package/dist/templates/react/ProgressRing/ProgressRing.css.hbs +26 -0
- package/dist/templates/react/ProgressRing/ProgressRing.jsx.hbs +20 -0
- package/dist/templates/react/ProgressRing/ProgressRing.test.jsx.hbs +16 -0
- package/dist/templates/react/ProgressRing/ProgressRing.test.tsx.hbs +14 -0
- package/dist/templates/react/ProgressRing/ProgressRing.tsx.hbs +27 -0
- package/dist/templates/react/QrCode/QrCode.css.hbs +18 -0
- package/dist/templates/react/QrCode/QrCode.jsx.hbs +18 -0
- package/dist/templates/react/QrCode/QrCode.test.jsx.hbs +11 -0
- package/dist/templates/react/QrCode/QrCode.test.tsx.hbs +14 -0
- package/dist/templates/react/QrCode/QrCode.tsx.hbs +35 -0
- package/dist/templates/react/Radio/Radio.css.hbs +21 -0
- package/dist/templates/react/Radio/Radio.jsx.hbs +20 -0
- package/dist/templates/react/Radio/Radio.test.jsx.hbs +11 -0
- package/dist/templates/react/Radio/Radio.test.tsx.hbs +14 -0
- package/dist/templates/react/Radio/Radio.tsx.hbs +31 -0
- package/dist/templates/react/RadioGroup/RadioGroup.css.hbs +22 -0
- package/dist/templates/react/RadioGroup/RadioGroup.jsx.hbs +49 -0
- package/dist/templates/react/RadioGroup/RadioGroup.test.jsx.hbs +17 -0
- package/dist/templates/react/RadioGroup/RadioGroup.test.tsx.hbs +14 -0
- package/dist/templates/react/RadioGroup/RadioGroup.tsx.hbs +79 -0
- package/dist/templates/react/Rating/Rating.css.hbs +20 -0
- package/dist/templates/react/Rating/Rating.jsx.hbs +48 -0
- package/dist/templates/react/Rating/Rating.test.jsx.hbs +18 -0
- package/dist/templates/react/Rating/Rating.test.tsx.hbs +14 -0
- package/dist/templates/react/Rating/Rating.tsx.hbs +78 -0
- package/dist/templates/react/RelativeTime/RelativeTime.css.hbs +18 -0
- package/dist/templates/react/RelativeTime/RelativeTime.jsx.hbs +18 -0
- package/dist/templates/react/RelativeTime/RelativeTime.test.jsx.hbs +11 -0
- package/dist/templates/react/RelativeTime/RelativeTime.test.tsx.hbs +14 -0
- package/dist/templates/react/RelativeTime/RelativeTime.tsx.hbs +29 -0
- package/dist/templates/react/ResizeObserver/ResizeObserver.css.hbs +18 -0
- package/dist/templates/react/ResizeObserver/ResizeObserver.jsx.hbs +38 -0
- package/dist/templates/react/ResizeObserver/ResizeObserver.test.jsx.hbs +15 -0
- package/dist/templates/react/ResizeObserver/ResizeObserver.test.tsx.hbs +14 -0
- package/dist/templates/react/ResizeObserver/ResizeObserver.tsx.hbs +45 -0
- package/dist/templates/react/Scroller/Scroller.css.hbs +19 -0
- package/dist/templates/react/Scroller/Scroller.jsx.hbs +20 -0
- package/dist/templates/react/Scroller/Scroller.test.jsx.hbs +11 -0
- package/dist/templates/react/Scroller/Scroller.test.tsx.hbs +14 -0
- package/dist/templates/react/Scroller/Scroller.tsx.hbs +29 -0
- package/dist/templates/react/Select/Select.css.hbs +32 -0
- package/dist/templates/react/Select/Select.jsx.hbs +79 -0
- package/dist/templates/react/Select/Select.test.jsx.hbs +20 -0
- package/dist/templates/react/Select/Select.test.tsx.hbs +14 -0
- package/dist/templates/react/Select/Select.tsx.hbs +140 -0
- package/dist/templates/react/Skeleton/Skeleton.css.hbs +19 -0
- package/dist/templates/react/Skeleton/Skeleton.jsx.hbs +18 -0
- package/dist/templates/react/Skeleton/Skeleton.test.jsx.hbs +11 -0
- package/dist/templates/react/Skeleton/Skeleton.test.tsx.hbs +14 -0
- package/dist/templates/react/Skeleton/Skeleton.tsx.hbs +23 -0
- package/dist/templates/react/Slider/Slider.css.hbs +26 -0
- package/dist/templates/react/Slider/Slider.jsx.hbs +50 -0
- package/dist/templates/react/Slider/Slider.test.jsx.hbs +19 -0
- package/dist/templates/react/Slider/Slider.test.tsx.hbs +14 -0
- package/dist/templates/react/Slider/Slider.tsx.hbs +100 -0
- package/dist/templates/react/Spinner/Spinner.css.hbs +21 -0
- package/dist/templates/react/Spinner/Spinner.jsx.hbs +18 -0
- package/dist/templates/react/Spinner/Spinner.test.jsx.hbs +11 -0
- package/dist/templates/react/Spinner/Spinner.test.tsx.hbs +14 -0
- package/dist/templates/react/Spinner/Spinner.tsx.hbs +20 -0
- package/dist/templates/react/SplitPanel/SplitPanel.css.hbs +24 -0
- package/dist/templates/react/SplitPanel/SplitPanel.jsx.hbs +38 -0
- package/dist/templates/react/SplitPanel/SplitPanel.test.jsx.hbs +16 -0
- package/dist/templates/react/SplitPanel/SplitPanel.test.tsx.hbs +14 -0
- package/dist/templates/react/SplitPanel/SplitPanel.tsx.hbs +55 -0
- package/dist/templates/react/Switch/Switch.css.hbs +24 -0
- package/dist/templates/react/Switch/Switch.jsx.hbs +51 -0
- package/dist/templates/react/Switch/Switch.test.jsx.hbs +19 -0
- package/dist/templates/react/Switch/Switch.test.tsx.hbs +14 -0
- package/dist/templates/react/Switch/Switch.tsx.hbs +83 -0
- package/dist/templates/react/Tab/Tab.css.hbs +18 -0
- package/dist/templates/react/Tab/Tab.jsx.hbs +20 -0
- package/dist/templates/react/Tab/Tab.test.jsx.hbs +11 -0
- package/dist/templates/react/Tab/Tab.test.tsx.hbs +14 -0
- package/dist/templates/react/Tab/Tab.tsx.hbs +27 -0
- package/dist/templates/react/TabGroup/TabGroup.css.hbs +27 -0
- package/dist/templates/react/TabGroup/TabGroup.jsx.hbs +42 -0
- package/dist/templates/react/TabGroup/TabGroup.test.jsx.hbs +11 -0
- package/dist/templates/react/TabGroup/TabGroup.test.tsx.hbs +14 -0
- package/dist/templates/react/TabGroup/TabGroup.tsx.hbs +57 -0
- package/dist/templates/react/TabPanel/TabPanel.css.hbs +18 -0
- package/dist/templates/react/TabPanel/TabPanel.jsx.hbs +20 -0
- package/dist/templates/react/TabPanel/TabPanel.test.jsx.hbs +11 -0
- package/dist/templates/react/TabPanel/TabPanel.test.tsx.hbs +14 -0
- package/dist/templates/react/TabPanel/TabPanel.tsx.hbs +27 -0
- package/dist/templates/react/Tag/Tag.css.hbs +21 -0
- package/dist/templates/react/Tag/Tag.jsx.hbs +41 -0
- package/dist/templates/react/Tag/Tag.test.jsx.hbs +11 -0
- package/dist/templates/react/Tag/Tag.test.tsx.hbs +14 -0
- package/dist/templates/react/Tag/Tag.tsx.hbs +60 -0
- package/dist/templates/react/Textarea/Textarea.css.hbs +22 -0
- package/dist/templates/react/Textarea/Textarea.jsx.hbs +58 -0
- package/dist/templates/react/Textarea/Textarea.test.jsx.hbs +11 -0
- package/dist/templates/react/Textarea/Textarea.test.tsx.hbs +14 -0
- package/dist/templates/react/Textarea/Textarea.tsx.hbs +114 -0
- package/dist/templates/react/Tooltip/Tooltip.css.hbs +21 -0
- package/dist/templates/react/Tooltip/Tooltip.jsx.hbs +63 -0
- package/dist/templates/react/Tooltip/Tooltip.test.jsx.hbs +15 -0
- package/dist/templates/react/Tooltip/Tooltip.test.tsx.hbs +14 -0
- package/dist/templates/react/Tooltip/Tooltip.tsx.hbs +104 -0
- package/dist/templates/react/Tree/Tree.css.hbs +22 -0
- package/dist/templates/react/Tree/Tree.jsx.hbs +41 -0
- package/dist/templates/react/Tree/Tree.test.jsx.hbs +11 -0
- package/dist/templates/react/Tree/Tree.test.tsx.hbs +14 -0
- package/dist/templates/react/Tree/Tree.tsx.hbs +52 -0
- package/dist/templates/react/TreeItem/TreeItem.css.hbs +32 -0
- package/dist/templates/react/TreeItem/TreeItem.jsx.hbs +57 -0
- package/dist/templates/react/TreeItem/TreeItem.test.jsx.hbs +11 -0
- package/dist/templates/react/TreeItem/TreeItem.test.tsx.hbs +14 -0
- package/dist/templates/react/TreeItem/TreeItem.tsx.hbs +87 -0
- package/dist/templates/react/ZoomableFrame/ZoomableFrame.css.hbs +21 -0
- package/dist/templates/react/ZoomableFrame/ZoomableFrame.jsx.hbs +52 -0
- package/dist/templates/react/ZoomableFrame/ZoomableFrame.test.jsx.hbs +11 -0
- package/dist/templates/react/ZoomableFrame/ZoomableFrame.test.tsx.hbs +14 -0
- package/dist/templates/react/ZoomableFrame/ZoomableFrame.tsx.hbs +92 -0
- package/dist/templates/react/vite-env.d.ts.hbs +21 -0
- package/dist/tier-2ZEZT6E3.js +12 -0
- package/dist/tier-GFXZQZUI.js +12 -0
- package/package.json +82 -0
- package/templates/AGENTS.md +214 -0
- package/templates/react/AnimatedImage/AnimatedImage.css.hbs +19 -0
- package/templates/react/AnimatedImage/AnimatedImage.jsx.hbs +64 -0
- package/templates/react/AnimatedImage/AnimatedImage.test.jsx.hbs +29 -0
- package/templates/react/AnimatedImage/AnimatedImage.test.tsx.hbs +14 -0
- package/templates/react/AnimatedImage/AnimatedImage.tsx.hbs +68 -0
- package/templates/react/Animation/Animation.css.hbs +18 -0
- package/templates/react/Animation/Animation.jsx.hbs +100 -0
- package/templates/react/Animation/Animation.test.jsx.hbs +37 -0
- package/templates/react/Animation/Animation.test.tsx.hbs +14 -0
- package/templates/react/Animation/Animation.tsx.hbs +127 -0
- package/templates/react/Avatar/Avatar.css.hbs +20 -0
- package/templates/react/Avatar/Avatar.jsx.hbs +65 -0
- package/templates/react/Avatar/Avatar.test.jsx.hbs +33 -0
- package/templates/react/Avatar/Avatar.test.tsx.hbs +14 -0
- package/templates/react/Avatar/Avatar.tsx.hbs +71 -0
- package/templates/react/Badge/Badge.css.hbs +18 -0
- package/templates/react/Badge/Badge.jsx.hbs +46 -0
- package/templates/react/Badge/Badge.test.jsx.hbs +28 -0
- package/templates/react/Badge/Badge.test.tsx.hbs +14 -0
- package/templates/react/Badge/Badge.tsx.hbs +50 -0
- package/templates/react/Breadcrumb/Breadcrumb.css.hbs +18 -0
- package/templates/react/Breadcrumb/Breadcrumb.jsx.hbs +48 -0
- package/templates/react/Breadcrumb/Breadcrumb.test.jsx.hbs +34 -0
- package/templates/react/Breadcrumb/Breadcrumb.test.tsx.hbs +14 -0
- package/templates/react/Breadcrumb/Breadcrumb.tsx.hbs +49 -0
- package/templates/react/BreadcrumbItem/BreadcrumbItem.css.hbs +21 -0
- package/templates/react/BreadcrumbItem/BreadcrumbItem.jsx.hbs +55 -0
- package/templates/react/BreadcrumbItem/BreadcrumbItem.test.jsx.hbs +36 -0
- package/templates/react/BreadcrumbItem/BreadcrumbItem.test.tsx.hbs +14 -0
- package/templates/react/BreadcrumbItem/BreadcrumbItem.tsx.hbs +58 -0
- package/templates/react/Button/Button.css.hbs +23 -0
- package/templates/react/Button/Button.jsx.hbs +106 -0
- package/templates/react/Button/Button.test.jsx.hbs +23 -0
- package/templates/react/Button/Button.test.tsx.hbs +14 -0
- package/templates/react/Button/Button.tsx.hbs +131 -0
- package/templates/react/Card/Card.css.hbs +21 -0
- package/templates/react/Card/Card.jsx.hbs +33 -0
- package/templates/react/Card/Card.test.jsx.hbs +23 -0
- package/templates/react/Card/Card.test.tsx.hbs +14 -0
- package/templates/react/Card/Card.tsx.hbs +41 -0
- package/templates/react/Carousel/Carousel.css.hbs +28 -0
- package/templates/react/Carousel/Carousel.jsx.hbs +81 -0
- package/templates/react/Carousel/Carousel.test.jsx.hbs +25 -0
- package/templates/react/Carousel/Carousel.test.tsx.hbs +14 -0
- package/templates/react/Carousel/Carousel.tsx.hbs +108 -0
- package/templates/react/CarouselItem/CarouselItem.css.hbs +18 -0
- package/templates/react/CarouselItem/CarouselItem.jsx.hbs +28 -0
- package/templates/react/CarouselItem/CarouselItem.test.jsx.hbs +21 -0
- package/templates/react/CarouselItem/CarouselItem.test.tsx.hbs +14 -0
- package/templates/react/CarouselItem/CarouselItem.tsx.hbs +33 -0
- package/templates/react/Checkbox/Checkbox.css.hbs +24 -0
- package/templates/react/Checkbox/Checkbox.jsx.hbs +80 -0
- package/templates/react/Checkbox/Checkbox.test.jsx.hbs +25 -0
- package/templates/react/Checkbox/Checkbox.test.tsx.hbs +14 -0
- package/templates/react/Checkbox/Checkbox.tsx.hbs +113 -0
- package/templates/react/ColorPicker/ColorPicker.css.hbs +37 -0
- package/templates/react/ColorPicker/ColorPicker.jsx.hbs +72 -0
- package/templates/react/ColorPicker/ColorPicker.test.jsx.hbs +25 -0
- package/templates/react/ColorPicker/ColorPicker.test.tsx.hbs +14 -0
- package/templates/react/ColorPicker/ColorPicker.tsx.hbs +157 -0
- package/templates/react/Combobox/Combobox.css.hbs +32 -0
- package/templates/react/Combobox/Combobox.jsx.hbs +67 -0
- package/templates/react/Combobox/Combobox.test.jsx.hbs +19 -0
- package/templates/react/Combobox/Combobox.test.tsx.hbs +14 -0
- package/templates/react/Combobox/Combobox.tsx.hbs +154 -0
- package/templates/react/Comparison/Comparison.css.hbs +23 -0
- package/templates/react/Comparison/Comparison.jsx.hbs +27 -0
- package/templates/react/Comparison/Comparison.test.jsx.hbs +27 -0
- package/templates/react/Comparison/Comparison.test.tsx.hbs +14 -0
- package/templates/react/Comparison/Comparison.tsx.hbs +32 -0
- package/templates/react/CopyButton/CopyButton.css.hbs +25 -0
- package/templates/react/CopyButton/CopyButton.jsx.hbs +49 -0
- package/templates/react/CopyButton/CopyButton.test.jsx.hbs +16 -0
- package/templates/react/CopyButton/CopyButton.test.tsx.hbs +14 -0
- package/templates/react/CopyButton/CopyButton.tsx.hbs +71 -0
- package/templates/react/Details/Details.css.hbs +24 -0
- package/templates/react/Details/Details.jsx.hbs +66 -0
- package/templates/react/Details/Details.test.jsx.hbs +27 -0
- package/templates/react/Details/Details.test.tsx.hbs +14 -0
- package/templates/react/Details/Details.tsx.hbs +111 -0
- package/templates/react/Dialog/Dialog.css.hbs +28 -0
- package/templates/react/Dialog/Dialog.jsx.hbs +115 -0
- package/templates/react/Dialog/Dialog.test.jsx.hbs +29 -0
- package/templates/react/Dialog/Dialog.test.tsx.hbs +14 -0
- package/templates/react/Dialog/Dialog.tsx.hbs +165 -0
- package/templates/react/Divider/Divider.css.hbs +21 -0
- package/templates/react/Divider/Divider.jsx.hbs +24 -0
- package/templates/react/Divider/Divider.test.jsx.hbs +16 -0
- package/templates/react/Divider/Divider.test.tsx.hbs +14 -0
- package/templates/react/Divider/Divider.tsx.hbs +24 -0
- package/templates/react/Drawer/Drawer.css.hbs +28 -0
- package/templates/react/Drawer/Drawer.jsx.hbs +75 -0
- package/templates/react/Drawer/Drawer.test.jsx.hbs +27 -0
- package/templates/react/Drawer/Drawer.test.tsx.hbs +14 -0
- package/templates/react/Drawer/Drawer.tsx.hbs +99 -0
- package/templates/react/Dropdown/Dropdown.css.hbs +20 -0
- package/templates/react/Dropdown/Dropdown.jsx.hbs +78 -0
- package/templates/react/Dropdown/Dropdown.test.jsx.hbs +18 -0
- package/templates/react/Dropdown/Dropdown.test.tsx.hbs +14 -0
- package/templates/react/Dropdown/Dropdown.tsx.hbs +104 -0
- package/templates/react/DropdownItem/DropdownItem.css.hbs +23 -0
- package/templates/react/DropdownItem/DropdownItem.jsx.hbs +41 -0
- package/templates/react/DropdownItem/DropdownItem.test.jsx.hbs +18 -0
- package/templates/react/DropdownItem/DropdownItem.test.tsx.hbs +14 -0
- package/templates/react/DropdownItem/DropdownItem.tsx.hbs +56 -0
- package/templates/react/FormatBytes/FormatBytes.css.hbs +18 -0
- package/templates/react/FormatBytes/FormatBytes.jsx.hbs +25 -0
- package/templates/react/FormatBytes/FormatBytes.test.jsx.hbs +16 -0
- package/templates/react/FormatBytes/FormatBytes.test.tsx.hbs +14 -0
- package/templates/react/FormatBytes/FormatBytes.tsx.hbs +27 -0
- package/templates/react/FormatDate/FormatDate.css.hbs +18 -0
- package/templates/react/FormatDate/FormatDate.jsx.hbs +18 -0
- package/templates/react/FormatDate/FormatDate.test.jsx.hbs +11 -0
- package/templates/react/FormatDate/FormatDate.test.tsx.hbs +14 -0
- package/templates/react/FormatDate/FormatDate.tsx.hbs +45 -0
- package/templates/react/FormatNumber/FormatNumber.css.hbs +18 -0
- package/templates/react/FormatNumber/FormatNumber.jsx.hbs +18 -0
- package/templates/react/FormatNumber/FormatNumber.test.jsx.hbs +16 -0
- package/templates/react/FormatNumber/FormatNumber.test.tsx.hbs +14 -0
- package/templates/react/FormatNumber/FormatNumber.tsx.hbs +41 -0
- package/templates/react/Icon/Icon.css.hbs +22 -0
- package/templates/react/Icon/Icon.jsx.hbs +83 -0
- package/templates/react/Icon/Icon.test.jsx.hbs +35 -0
- package/templates/react/Icon/Icon.test.tsx.hbs +14 -0
- package/templates/react/Icon/Icon.tsx.hbs +93 -0
- package/templates/react/Include/Include.css.hbs +18 -0
- package/templates/react/Include/Include.jsx.hbs +40 -0
- package/templates/react/Include/Include.test.jsx.hbs +16 -0
- package/templates/react/Include/Include.test.tsx.hbs +14 -0
- package/templates/react/Include/Include.tsx.hbs +53 -0
- package/templates/react/Input/Input.css.hbs +25 -0
- package/templates/react/Input/Input.jsx.hbs +126 -0
- package/templates/react/Input/Input.test.jsx.hbs +23 -0
- package/templates/react/Input/Input.test.tsx.hbs +14 -0
- package/templates/react/Input/Input.tsx.hbs +154 -0
- package/templates/react/IntersectionObserver/IntersectionObserver.css.hbs +18 -0
- package/templates/react/IntersectionObserver/IntersectionObserver.jsx.hbs +38 -0
- package/templates/react/IntersectionObserver/IntersectionObserver.test.jsx.hbs +15 -0
- package/templates/react/IntersectionObserver/IntersectionObserver.test.tsx.hbs +14 -0
- package/templates/react/IntersectionObserver/IntersectionObserver.tsx.hbs +55 -0
- package/templates/react/MutationObserver/MutationObserver.css.hbs +18 -0
- package/templates/react/MutationObserver/MutationObserver.jsx.hbs +38 -0
- package/templates/react/MutationObserver/MutationObserver.test.jsx.hbs +15 -0
- package/templates/react/MutationObserver/MutationObserver.test.tsx.hbs +14 -0
- package/templates/react/MutationObserver/MutationObserver.tsx.hbs +55 -0
- package/templates/react/Option/Option.css.hbs +21 -0
- package/templates/react/Option/Option.jsx.hbs +20 -0
- package/templates/react/Option/Option.test.jsx.hbs +11 -0
- package/templates/react/Option/Option.test.tsx.hbs +14 -0
- package/templates/react/Option/Option.tsx.hbs +27 -0
- package/templates/react/Popover/Popover.css.hbs +25 -0
- package/templates/react/Popover/Popover.jsx.hbs +68 -0
- package/templates/react/Popover/Popover.test.jsx.hbs +18 -0
- package/templates/react/Popover/Popover.test.tsx.hbs +14 -0
- package/templates/react/Popover/Popover.tsx.hbs +101 -0
- package/templates/react/Popup/Popup.css.hbs +25 -0
- package/templates/react/Popup/Popup.jsx.hbs +45 -0
- package/templates/react/Popup/Popup.test.jsx.hbs +17 -0
- package/templates/react/Popup/Popup.test.tsx.hbs +14 -0
- package/templates/react/Popup/Popup.tsx.hbs +83 -0
- package/templates/react/ProgressBar/ProgressBar.css.hbs +22 -0
- package/templates/react/ProgressBar/ProgressBar.jsx.hbs +20 -0
- package/templates/react/ProgressBar/ProgressBar.test.jsx.hbs +16 -0
- package/templates/react/ProgressBar/ProgressBar.test.tsx.hbs +14 -0
- package/templates/react/ProgressBar/ProgressBar.tsx.hbs +29 -0
- package/templates/react/ProgressRing/ProgressRing.css.hbs +26 -0
- package/templates/react/ProgressRing/ProgressRing.jsx.hbs +20 -0
- package/templates/react/ProgressRing/ProgressRing.test.jsx.hbs +16 -0
- package/templates/react/ProgressRing/ProgressRing.test.tsx.hbs +14 -0
- package/templates/react/ProgressRing/ProgressRing.tsx.hbs +27 -0
- package/templates/react/QrCode/QrCode.css.hbs +18 -0
- package/templates/react/QrCode/QrCode.jsx.hbs +18 -0
- package/templates/react/QrCode/QrCode.test.jsx.hbs +11 -0
- package/templates/react/QrCode/QrCode.test.tsx.hbs +14 -0
- package/templates/react/QrCode/QrCode.tsx.hbs +35 -0
- package/templates/react/Radio/Radio.css.hbs +21 -0
- package/templates/react/Radio/Radio.jsx.hbs +20 -0
- package/templates/react/Radio/Radio.test.jsx.hbs +11 -0
- package/templates/react/Radio/Radio.test.tsx.hbs +14 -0
- package/templates/react/Radio/Radio.tsx.hbs +31 -0
- package/templates/react/RadioGroup/RadioGroup.css.hbs +22 -0
- package/templates/react/RadioGroup/RadioGroup.jsx.hbs +49 -0
- package/templates/react/RadioGroup/RadioGroup.test.jsx.hbs +17 -0
- package/templates/react/RadioGroup/RadioGroup.test.tsx.hbs +14 -0
- package/templates/react/RadioGroup/RadioGroup.tsx.hbs +79 -0
- package/templates/react/Rating/Rating.css.hbs +20 -0
- package/templates/react/Rating/Rating.jsx.hbs +48 -0
- package/templates/react/Rating/Rating.test.jsx.hbs +18 -0
- package/templates/react/Rating/Rating.test.tsx.hbs +14 -0
- package/templates/react/Rating/Rating.tsx.hbs +78 -0
- package/templates/react/RelativeTime/RelativeTime.css.hbs +18 -0
- package/templates/react/RelativeTime/RelativeTime.jsx.hbs +18 -0
- package/templates/react/RelativeTime/RelativeTime.test.jsx.hbs +11 -0
- package/templates/react/RelativeTime/RelativeTime.test.tsx.hbs +14 -0
- package/templates/react/RelativeTime/RelativeTime.tsx.hbs +29 -0
- package/templates/react/ResizeObserver/ResizeObserver.css.hbs +18 -0
- package/templates/react/ResizeObserver/ResizeObserver.jsx.hbs +38 -0
- package/templates/react/ResizeObserver/ResizeObserver.test.jsx.hbs +15 -0
- package/templates/react/ResizeObserver/ResizeObserver.test.tsx.hbs +14 -0
- package/templates/react/ResizeObserver/ResizeObserver.tsx.hbs +45 -0
- package/templates/react/Scroller/Scroller.css.hbs +19 -0
- package/templates/react/Scroller/Scroller.jsx.hbs +20 -0
- package/templates/react/Scroller/Scroller.test.jsx.hbs +11 -0
- package/templates/react/Scroller/Scroller.test.tsx.hbs +14 -0
- package/templates/react/Scroller/Scroller.tsx.hbs +29 -0
- package/templates/react/Select/Select.css.hbs +32 -0
- package/templates/react/Select/Select.jsx.hbs +79 -0
- package/templates/react/Select/Select.test.jsx.hbs +20 -0
- package/templates/react/Select/Select.test.tsx.hbs +14 -0
- package/templates/react/Select/Select.tsx.hbs +140 -0
- package/templates/react/Skeleton/Skeleton.css.hbs +19 -0
- package/templates/react/Skeleton/Skeleton.jsx.hbs +18 -0
- package/templates/react/Skeleton/Skeleton.test.jsx.hbs +11 -0
- package/templates/react/Skeleton/Skeleton.test.tsx.hbs +14 -0
- package/templates/react/Skeleton/Skeleton.tsx.hbs +23 -0
- package/templates/react/Slider/Slider.css.hbs +26 -0
- package/templates/react/Slider/Slider.jsx.hbs +50 -0
- package/templates/react/Slider/Slider.test.jsx.hbs +19 -0
- package/templates/react/Slider/Slider.test.tsx.hbs +14 -0
- package/templates/react/Slider/Slider.tsx.hbs +100 -0
- package/templates/react/Spinner/Spinner.css.hbs +21 -0
- package/templates/react/Spinner/Spinner.jsx.hbs +18 -0
- package/templates/react/Spinner/Spinner.test.jsx.hbs +11 -0
- package/templates/react/Spinner/Spinner.test.tsx.hbs +14 -0
- package/templates/react/Spinner/Spinner.tsx.hbs +20 -0
- package/templates/react/SplitPanel/SplitPanel.css.hbs +24 -0
- package/templates/react/SplitPanel/SplitPanel.jsx.hbs +38 -0
- package/templates/react/SplitPanel/SplitPanel.test.jsx.hbs +16 -0
- package/templates/react/SplitPanel/SplitPanel.test.tsx.hbs +14 -0
- package/templates/react/SplitPanel/SplitPanel.tsx.hbs +55 -0
- package/templates/react/Switch/Switch.css.hbs +24 -0
- package/templates/react/Switch/Switch.jsx.hbs +51 -0
- package/templates/react/Switch/Switch.test.jsx.hbs +19 -0
- package/templates/react/Switch/Switch.test.tsx.hbs +14 -0
- package/templates/react/Switch/Switch.tsx.hbs +83 -0
- package/templates/react/Tab/Tab.css.hbs +18 -0
- package/templates/react/Tab/Tab.jsx.hbs +20 -0
- package/templates/react/Tab/Tab.test.jsx.hbs +11 -0
- package/templates/react/Tab/Tab.test.tsx.hbs +14 -0
- package/templates/react/Tab/Tab.tsx.hbs +27 -0
- package/templates/react/TabGroup/TabGroup.css.hbs +27 -0
- package/templates/react/TabGroup/TabGroup.jsx.hbs +42 -0
- package/templates/react/TabGroup/TabGroup.test.jsx.hbs +11 -0
- package/templates/react/TabGroup/TabGroup.test.tsx.hbs +14 -0
- package/templates/react/TabGroup/TabGroup.tsx.hbs +57 -0
- package/templates/react/TabPanel/TabPanel.css.hbs +18 -0
- package/templates/react/TabPanel/TabPanel.jsx.hbs +20 -0
- package/templates/react/TabPanel/TabPanel.test.jsx.hbs +11 -0
- package/templates/react/TabPanel/TabPanel.test.tsx.hbs +14 -0
- package/templates/react/TabPanel/TabPanel.tsx.hbs +27 -0
- package/templates/react/Tag/Tag.css.hbs +21 -0
- package/templates/react/Tag/Tag.jsx.hbs +41 -0
- package/templates/react/Tag/Tag.test.jsx.hbs +11 -0
- package/templates/react/Tag/Tag.test.tsx.hbs +14 -0
- package/templates/react/Tag/Tag.tsx.hbs +60 -0
- package/templates/react/Textarea/Textarea.css.hbs +22 -0
- package/templates/react/Textarea/Textarea.jsx.hbs +58 -0
- package/templates/react/Textarea/Textarea.test.jsx.hbs +11 -0
- package/templates/react/Textarea/Textarea.test.tsx.hbs +14 -0
- package/templates/react/Textarea/Textarea.tsx.hbs +114 -0
- package/templates/react/Tooltip/Tooltip.css.hbs +21 -0
- package/templates/react/Tooltip/Tooltip.jsx.hbs +63 -0
- package/templates/react/Tooltip/Tooltip.test.jsx.hbs +15 -0
- package/templates/react/Tooltip/Tooltip.test.tsx.hbs +14 -0
- package/templates/react/Tooltip/Tooltip.tsx.hbs +104 -0
- package/templates/react/Tree/Tree.css.hbs +22 -0
- package/templates/react/Tree/Tree.jsx.hbs +41 -0
- package/templates/react/Tree/Tree.test.jsx.hbs +11 -0
- package/templates/react/Tree/Tree.test.tsx.hbs +14 -0
- package/templates/react/Tree/Tree.tsx.hbs +52 -0
- package/templates/react/TreeItem/TreeItem.css.hbs +32 -0
- package/templates/react/TreeItem/TreeItem.jsx.hbs +57 -0
- package/templates/react/TreeItem/TreeItem.test.jsx.hbs +11 -0
- package/templates/react/TreeItem/TreeItem.test.tsx.hbs +14 -0
- package/templates/react/TreeItem/TreeItem.tsx.hbs +87 -0
- package/templates/react/ZoomableFrame/ZoomableFrame.css.hbs +21 -0
- package/templates/react/ZoomableFrame/ZoomableFrame.jsx.hbs +52 -0
- package/templates/react/ZoomableFrame/ZoomableFrame.test.jsx.hbs +11 -0
- package/templates/react/ZoomableFrame/ZoomableFrame.test.tsx.hbs +14 -0
- package/templates/react/ZoomableFrame/ZoomableFrame.tsx.hbs +92 -0
- package/templates/react/vite-env.d.ts.hbs +21 -0
package/README.md
ADDED
|
@@ -0,0 +1,407 @@
|
|
|
1
|
+
# Kigumi CLI
|
|
2
|
+
|
|
3
|
+
> Add Web Awesome components to your React, Vue, or Svelte project
|
|
4
|
+
|
|
5
|
+
Inspired by [shadcn/ui](https://ui.shadcn.com), Kigumi provides a seamless way to integrate Web Awesome components with framework-specific wrappers.
|
|
6
|
+
|
|
7
|
+
## β¨ Features
|
|
8
|
+
|
|
9
|
+
- π― **Framework Support**: React (Vue/Svelte coming soon)
|
|
10
|
+
- π¦ **Component Registry**: 40+ Web Awesome components
|
|
11
|
+
- π¨ **Theme System**: 11 themes + 9 color palettes
|
|
12
|
+
- π **Brand Colors**: Customize with your brand
|
|
13
|
+
- β‘ **Hot Reload**: Theme changes apply instantly
|
|
14
|
+
- π **TypeScript First**: Auto-generated types
|
|
15
|
+
- π§ **Free & Pro Tiers**: Flexible licensing
|
|
16
|
+
|
|
17
|
+
## π Quick Start
|
|
18
|
+
|
|
19
|
+
### React + Vite (Recommended)
|
|
20
|
+
|
|
21
|
+
#### 1. Create Project
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
npm create vite@latest my-app -- --template react
|
|
25
|
+
cd my-app
|
|
26
|
+
npm install
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
#### 2. Initialize Kigumi
|
|
30
|
+
|
|
31
|
+
**Free Tier**:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
npx kigumi init
|
|
35
|
+
# Interactive: Follow prompts for Framework β Theme β Palette β Brand
|
|
36
|
+
|
|
37
|
+
# Or non-interactive:
|
|
38
|
+
npx kigumi init --framework=react --theme=awesome --palette=default --brand=purple
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
**Pro Tier**:
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
npx kigumi init --framework=react --theme=brutalist --token=YOUR_PRO_TOKEN
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
> **Get Pro Token**: [webawesome.com](https://webawesome.com) β Settings β API Tokens
|
|
48
|
+
|
|
49
|
+
**What `init` does**:
|
|
50
|
+
|
|
51
|
+
- β
Creates `kigumi.config.json`
|
|
52
|
+
- β
Generates `src/lib/webawesome.ts` (theme setup)
|
|
53
|
+
- β
Generates `src/styles/theme.css` (customization)
|
|
54
|
+
- β
**Configures path aliases automatically** (`vite.config.ts` + `tsconfig.app.json`)
|
|
55
|
+
- β
Creates `.env` (Pro only, with token)
|
|
56
|
+
- β
Creates `.npmrc` (registry configuration)
|
|
57
|
+
- β
Installs Web Awesome package + `@types/react` (TypeScript)
|
|
58
|
+
- β
Generates TypeScript definitions (if TypeScript)
|
|
59
|
+
|
|
60
|
+
#### 3. Import Web Awesome
|
|
61
|
+
|
|
62
|
+
**`src/main.tsx`** (or `main.jsx`):
|
|
63
|
+
|
|
64
|
+
```tsx
|
|
65
|
+
import { createRoot } from 'react-dom/client';
|
|
66
|
+
import { App } from './App';
|
|
67
|
+
import '@/lib/webawesome'; // Add this line
|
|
68
|
+
|
|
69
|
+
createRoot(document.getElementById('root')!).render(<App />);
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
#### 4. Add Components
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
# Add single component
|
|
76
|
+
npx kigumi add button
|
|
77
|
+
|
|
78
|
+
# Add multiple components
|
|
79
|
+
npx kigumi add button input card dialog
|
|
80
|
+
|
|
81
|
+
# Interactive selection
|
|
82
|
+
npx kigumi add
|
|
83
|
+
|
|
84
|
+
# Add all components
|
|
85
|
+
npx kigumi add --all
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
#### 6. Use Components
|
|
89
|
+
|
|
90
|
+
**`src/App.tsx`**:
|
|
91
|
+
|
|
92
|
+
```tsx
|
|
93
|
+
import { Button, Input, Card } from '@/components/ui';
|
|
94
|
+
|
|
95
|
+
function App() {
|
|
96
|
+
return (
|
|
97
|
+
<Card>
|
|
98
|
+
<Input placeholder="Enter your name" />
|
|
99
|
+
<Button variant="brand">Submit</Button>
|
|
100
|
+
</Card>
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export default App;
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
#### 7. Start Dev Server
|
|
108
|
+
|
|
109
|
+
```bash
|
|
110
|
+
npm run dev
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
Open [http://localhost:5173](http://localhost:5173) π
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## π¦ CLI Commands
|
|
118
|
+
|
|
119
|
+
### `init` - Initialize Kigumi
|
|
120
|
+
|
|
121
|
+
```bash
|
|
122
|
+
npx kigumi init
|
|
123
|
+
|
|
124
|
+
# Non-interactive
|
|
125
|
+
npx kigumi init --framework=react --theme=awesome --token=YOUR_TOKEN
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
Initializes Kigumi in your project and installs dependencies automatically.
|
|
129
|
+
|
|
130
|
+
### `add [components...]` - Add Components
|
|
131
|
+
|
|
132
|
+
```bash
|
|
133
|
+
npx kigumi add button
|
|
134
|
+
npx kigumi add button input card
|
|
135
|
+
npx kigumi add --all
|
|
136
|
+
npx kigumi add button --overwrite
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
**Options**:
|
|
140
|
+
|
|
141
|
+
- `--all` - Add all available components
|
|
142
|
+
- `--overwrite` - Overwrite existing components
|
|
143
|
+
|
|
144
|
+
### `list` - List Components
|
|
145
|
+
|
|
146
|
+
```bash
|
|
147
|
+
npx kigumi list
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
Shows all available components with tier requirements.
|
|
151
|
+
|
|
152
|
+
### `theme` - Theme Management
|
|
153
|
+
|
|
154
|
+
```bash
|
|
155
|
+
# Show current theme
|
|
156
|
+
npx kigumi theme show
|
|
157
|
+
|
|
158
|
+
# List available themes
|
|
159
|
+
npx kigumi theme list
|
|
160
|
+
|
|
161
|
+
# Switch theme
|
|
162
|
+
npx kigumi theme set awesome
|
|
163
|
+
npx kigumi theme set brutalist
|
|
164
|
+
|
|
165
|
+
# Change palette
|
|
166
|
+
npx kigumi palette default
|
|
167
|
+
npx kigumi palette rudimentary
|
|
168
|
+
|
|
169
|
+
# Change brand color
|
|
170
|
+
npx kigumi brand purple
|
|
171
|
+
npx kigumi brand green
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
**Available Themes**:
|
|
175
|
+
|
|
176
|
+
| Theme | Tier | Style |
|
|
177
|
+
| --------- | ---- | ------------------- |
|
|
178
|
+
| awesome | Free | Web Awesome default |
|
|
179
|
+
| default | Free | Default theme |
|
|
180
|
+
| shoelace | Free | Shoelace theme |
|
|
181
|
+
| brutalist | Pro | Bold & raw |
|
|
182
|
+
| material | Pro | Material Design |
|
|
183
|
+
| ios | Pro | iOS style |
|
|
184
|
+
| fluent | Pro | Microsoft Fluent |
|
|
185
|
+
| nord | Pro | Nord color scheme |
|
|
186
|
+
| neon | Pro | Neon glow |
|
|
187
|
+
| coffee | Pro | Warm coffee tones |
|
|
188
|
+
| ocean | Pro | Ocean blues |
|
|
189
|
+
|
|
190
|
+
> **Note**: Pro tier themes are listed in `src/utils/tier-restrictions.ts` but may not all be available in the actual package yet.
|
|
191
|
+
|
|
192
|
+
**Available Palettes**: default, bright, subdued, high-contrast, low-contrast, warm, cool, rudimentary, vivid (all available for both tiers)
|
|
193
|
+
|
|
194
|
+
**Brand Colors**: blue, purple, green, red, orange, yellow, cyan, indigo, pink, gray
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
198
|
+
## π¨ Customization
|
|
199
|
+
|
|
200
|
+
Override Web Awesome design tokens in `src/styles/theme.css`:
|
|
201
|
+
|
|
202
|
+
```css
|
|
203
|
+
:root {
|
|
204
|
+
/* Spacing */
|
|
205
|
+
--wa-space-xs: 0.25rem;
|
|
206
|
+
--wa-space-s: 0.5rem;
|
|
207
|
+
--wa-space-m: 1rem;
|
|
208
|
+
|
|
209
|
+
/* Typography */
|
|
210
|
+
--wa-font-size-s: 0.875rem;
|
|
211
|
+
--wa-font-weight-bold: 700;
|
|
212
|
+
|
|
213
|
+
/* Brand color */
|
|
214
|
+
--wa-color-brand-fill-loud: #your-custom-color;
|
|
215
|
+
}
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
See [Web Awesome tokens](https://webawesome.com/docs/tokens) for all available tokens.
|
|
219
|
+
|
|
220
|
+
---
|
|
221
|
+
|
|
222
|
+
## π Free vs Pro
|
|
223
|
+
|
|
224
|
+
| Feature | Free | Pro |
|
|
225
|
+
| ------------------ | ---- | --- |
|
|
226
|
+
| **Themes** | 3 | 11 |
|
|
227
|
+
| **Palettes** | 9 | 9 |
|
|
228
|
+
| **Components** | 30+ | 40+ |
|
|
229
|
+
| **Pro Components** | β | β
|
|
|
230
|
+
|
|
231
|
+
**Pro-only components**: page, charts, combobox, data-grid, date-picker, file-input, toast, video
|
|
232
|
+
|
|
233
|
+
### Upgrading Free β Pro
|
|
234
|
+
|
|
235
|
+
1. Get Pro token from [webawesome.com](https://webawesome.com)
|
|
236
|
+
2. Run `npx kigumi init --token=YOUR_PRO_TOKEN`
|
|
237
|
+
3. Done! Existing components are automatically migrated
|
|
238
|
+
|
|
239
|
+
---
|
|
240
|
+
|
|
241
|
+
## π§ Configuration
|
|
242
|
+
|
|
243
|
+
`kigumi.config.json`:
|
|
244
|
+
|
|
245
|
+
```json
|
|
246
|
+
{
|
|
247
|
+
"framework": "react",
|
|
248
|
+
"typescript": true,
|
|
249
|
+
"componentsDir": "src/components/ui",
|
|
250
|
+
"utilsDir": "src/lib",
|
|
251
|
+
"theme": {
|
|
252
|
+
"selected": "awesome",
|
|
253
|
+
"palette": "default",
|
|
254
|
+
"brandColor": "purple"
|
|
255
|
+
},
|
|
256
|
+
"aliases": {
|
|
257
|
+
"@/components": "./src/components",
|
|
258
|
+
"@/lib": "./src/lib"
|
|
259
|
+
},
|
|
260
|
+
"webAwesome": {
|
|
261
|
+
"version": "^3.1.0"
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
**Tier Detection**: Automatically detected from `.env` file. If `WEBAWESOME_NPM_TOKEN` exists, Pro tier is used.
|
|
267
|
+
|
|
268
|
+
---
|
|
269
|
+
|
|
270
|
+
## π§ Development
|
|
271
|
+
|
|
272
|
+
### Code Quality Tools
|
|
273
|
+
|
|
274
|
+
This project uses automated code quality tools to ensure consistent, high-quality code:
|
|
275
|
+
|
|
276
|
+
- **ESLint**: Lints TypeScript/JavaScript code for errors and code quality issues
|
|
277
|
+
- **Prettier**: Formats code consistently across the entire codebase
|
|
278
|
+
- **Husky**: Manages Git hooks to enforce quality standards before commits
|
|
279
|
+
- **lint-staged**: Runs linting/formatting only on staged files for efficient pre-commit checks
|
|
280
|
+
|
|
281
|
+
### Available Scripts
|
|
282
|
+
|
|
283
|
+
```bash
|
|
284
|
+
# Linting
|
|
285
|
+
pnpm lint # Check for linting issues
|
|
286
|
+
pnpm lint:fix # Auto-fix linting issues
|
|
287
|
+
|
|
288
|
+
# Formatting
|
|
289
|
+
pnpm format # Format all code with Prettier
|
|
290
|
+
pnpm format:check # Check if code is formatted correctly
|
|
291
|
+
|
|
292
|
+
# Type Checking
|
|
293
|
+
pnpm type-check # Run TypeScript type checker
|
|
294
|
+
|
|
295
|
+
# Testing
|
|
296
|
+
pnpm test # Run all tests
|
|
297
|
+
pnpm test:watch # Run tests in watch mode
|
|
298
|
+
|
|
299
|
+
# Building
|
|
300
|
+
pnpm build # Build the CLI for distribution
|
|
301
|
+
pnpm dev # Run the CLI in development mode with watch
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
### Pre-Commit Hooks
|
|
305
|
+
|
|
306
|
+
All commits are automatically checked before being created:
|
|
307
|
+
|
|
308
|
+
1. **ESLint** runs on staged TypeScript files (errors block commits)
|
|
309
|
+
2. **Prettier** formats all staged files automatically
|
|
310
|
+
|
|
311
|
+
This ensures all committed code meets quality standards.
|
|
312
|
+
|
|
313
|
+
---
|
|
314
|
+
|
|
315
|
+
## π Troubleshooting
|
|
316
|
+
|
|
317
|
+
### "Failed to resolve import @/lib/webawesome"
|
|
318
|
+
|
|
319
|
+
With CLI v0.2.0+, path aliases are configured automatically for Vite projects.
|
|
320
|
+
|
|
321
|
+
If you still see this error:
|
|
322
|
+
|
|
323
|
+
1. Verify `vite.config.ts` has `resolve.alias['@']`
|
|
324
|
+
2. Verify `tsconfig.app.json` has `paths["@/*"]`
|
|
325
|
+
3. Re-run `npx kigumi init` (safe, won't break existing setup)
|
|
326
|
+
|
|
327
|
+
### "401 Unauthorized" when installing Pro
|
|
328
|
+
|
|
329
|
+
Invalid token in `.env`. Get new token from [webawesome.com](https://webawesome.com).
|
|
330
|
+
|
|
331
|
+
### Components render unstyled
|
|
332
|
+
|
|
333
|
+
1. Check `src/lib/webawesome.ts` has component imports
|
|
334
|
+
2. Verify `import '@/lib/webawesome'` in `src/main.tsx`
|
|
335
|
+
|
|
336
|
+
### Components don't render at all
|
|
337
|
+
|
|
338
|
+
Add `import '@/lib/webawesome'` to your main entry file (see Quick Start step 4).
|
|
339
|
+
|
|
340
|
+
### TypeScript errors with React hooks
|
|
341
|
+
|
|
342
|
+
Web component wrappers use `import React from 'react'` (not named imports) for compatibility.
|
|
343
|
+
|
|
344
|
+
### Registry mismatch errors (pnpm)
|
|
345
|
+
|
|
346
|
+
Run `rm -rf node_modules pnpm-lock.yaml && pnpm install` to recreate lockfile with new registry configuration.
|
|
347
|
+
|
|
348
|
+
---
|
|
349
|
+
|
|
350
|
+
## ποΈ Architecture
|
|
351
|
+
|
|
352
|
+
```
|
|
353
|
+
src/
|
|
354
|
+
βββ commands/ # CLI command handlers
|
|
355
|
+
β βββ init/ # Project initialization
|
|
356
|
+
β βββ add/ # Component installation
|
|
357
|
+
β βββ theme/ # Theme management
|
|
358
|
+
βββ utils/ # Internal utilities
|
|
359
|
+
β βββ tier.ts # Free/Pro tier detection
|
|
360
|
+
β βββ config.ts # Configuration management
|
|
361
|
+
β βββ registry.ts # Component definitions
|
|
362
|
+
β βββ template.ts # Handlebars template rendering
|
|
363
|
+
βββ schemas/ # Zod validation schemas
|
|
364
|
+
βββ errors/ # Typed error classes
|
|
365
|
+
βββ output/ # Console output formatting
|
|
366
|
+
βββ constants.ts # Centralized magic strings
|
|
367
|
+
templates/
|
|
368
|
+
βββ react/ # .hbs template files
|
|
369
|
+
```
|
|
370
|
+
|
|
371
|
+
**Key Design Patterns**:
|
|
372
|
+
|
|
373
|
+
- Templates-first development (never edit generated code)
|
|
374
|
+
- Tier detection from `.env` (not stored in config)
|
|
375
|
+
- Centralized constants (`src/constants.ts`)
|
|
376
|
+
- Structured error handling with semantic exit codes
|
|
377
|
+
- Template compilation caching for performance
|
|
378
|
+
|
|
379
|
+
---
|
|
380
|
+
|
|
381
|
+
## π Documentation
|
|
382
|
+
|
|
383
|
+
- **AGENTS.md** - AI assistant development guide (architecture diagrams, data flow)
|
|
384
|
+
- **CLAUDE.md** - Human developer documentation
|
|
385
|
+
|
|
386
|
+
---
|
|
387
|
+
|
|
388
|
+
## πΊοΈ Roadmap
|
|
389
|
+
|
|
390
|
+
- [ ] Vue framework support
|
|
391
|
+
- [ ] Svelte framework support
|
|
392
|
+
- [ ] Angular framework support
|
|
393
|
+
- [ ] Remote component registry
|
|
394
|
+
- [ ] Component preview/documentation generation
|
|
395
|
+
- [ ] Storybook integration
|
|
396
|
+
|
|
397
|
+
---
|
|
398
|
+
|
|
399
|
+
## π License
|
|
400
|
+
|
|
401
|
+
MIT
|
|
402
|
+
|
|
403
|
+
---
|
|
404
|
+
|
|
405
|
+
## π Credits
|
|
406
|
+
|
|
407
|
+
Inspired by [shadcn/ui](https://ui.shadcn.com) - Built for [Web Awesome](https://awesome.me)
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// src/utils/tier.ts
|
|
2
|
+
import fs from "fs-extra";
|
|
3
|
+
import path from "path";
|
|
4
|
+
async function detectTier(cwd) {
|
|
5
|
+
const envPath = path.join(cwd, ".env");
|
|
6
|
+
if (!await fs.pathExists(envPath)) {
|
|
7
|
+
return "free";
|
|
8
|
+
}
|
|
9
|
+
const envContent = await fs.readFile(envPath, "utf-8");
|
|
10
|
+
const tokenMatch = envContent.match(
|
|
11
|
+
/^\s*WEBAWESOME_NPM_TOKEN\s*=\s*(.+?)\s*$/m
|
|
12
|
+
);
|
|
13
|
+
if (tokenMatch && tokenMatch[1] && tokenMatch[1].length >= 10) {
|
|
14
|
+
return "pro";
|
|
15
|
+
}
|
|
16
|
+
return "free";
|
|
17
|
+
}
|
|
18
|
+
function detectTierSync(cwd) {
|
|
19
|
+
const envPath = path.join(cwd, ".env");
|
|
20
|
+
if (!fs.existsSync(envPath)) {
|
|
21
|
+
return "free";
|
|
22
|
+
}
|
|
23
|
+
const envContent = fs.readFileSync(envPath, "utf-8");
|
|
24
|
+
const tokenMatch = envContent.match(
|
|
25
|
+
/^\s*WEBAWESOME_NPM_TOKEN\s*=\s*(.+?)\s*$/m
|
|
26
|
+
);
|
|
27
|
+
if (tokenMatch && tokenMatch[1] && tokenMatch[1].length >= 10) {
|
|
28
|
+
return "pro";
|
|
29
|
+
}
|
|
30
|
+
return "free";
|
|
31
|
+
}
|
|
32
|
+
async function getProToken(cwd) {
|
|
33
|
+
const envPath = path.join(cwd, ".env");
|
|
34
|
+
if (!await fs.pathExists(envPath)) {
|
|
35
|
+
return null;
|
|
36
|
+
}
|
|
37
|
+
const envContent = await fs.readFile(envPath, "utf-8");
|
|
38
|
+
const tokenMatch = envContent.match(
|
|
39
|
+
/^\s*WEBAWESOME_NPM_TOKEN\s*=\s*(.+?)\s*$/m
|
|
40
|
+
);
|
|
41
|
+
return tokenMatch && tokenMatch[1] ? tokenMatch[1].trim() : null;
|
|
42
|
+
}
|
|
43
|
+
function getWebAwesomePackage(tier) {
|
|
44
|
+
return tier === "pro" ? "@awesome.me/webawesome-pro" : "@awesome.me/webawesome";
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export {
|
|
48
|
+
detectTier,
|
|
49
|
+
detectTierSync,
|
|
50
|
+
getProToken,
|
|
51
|
+
getWebAwesomePackage
|
|
52
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
// src/utils/tier.ts
|
|
2
|
+
import fs from "fs-extra";
|
|
3
|
+
import path from "path";
|
|
4
|
+
|
|
5
|
+
// src/constants.ts
|
|
6
|
+
var WEB_AWESOME_FREE_PACKAGE = "@awesome.me/webawesome";
|
|
7
|
+
var WEB_AWESOME_PRO_PACKAGE = "@awesome.me/webawesome-pro";
|
|
8
|
+
var WEB_AWESOME_SCOPE = "@awesome.me";
|
|
9
|
+
var ENV_TOKEN_KEY = "WEBAWESOME_NPM_TOKEN";
|
|
10
|
+
var MIN_TOKEN_LENGTH = 10;
|
|
11
|
+
var ENV_FILE_NAME = ".env";
|
|
12
|
+
var NPM_PUBLIC_REGISTRY = "https://registry.npmjs.org/";
|
|
13
|
+
var NPM_PRO_REGISTRY = "https://npm.cloudsmith.io/fortawesome/webawesome-pro";
|
|
14
|
+
var FREE_PACKAGE_REGEX = /@awesome\.me\/webawesome(?!-pro)/g;
|
|
15
|
+
var PRO_PACKAGE_REGEX = /@awesome\.me\/webawesome-pro/g;
|
|
16
|
+
var ENV_TOKEN_REGEX = /^\s*WEBAWESOME_NPM_TOKEN\s*=\s*(.+?)\s*$/m;
|
|
17
|
+
|
|
18
|
+
// src/utils/tier.ts
|
|
19
|
+
async function detectTier(cwd) {
|
|
20
|
+
const envPath = path.join(cwd, ENV_FILE_NAME);
|
|
21
|
+
if (!await fs.pathExists(envPath)) {
|
|
22
|
+
return "free";
|
|
23
|
+
}
|
|
24
|
+
const envContent = await fs.readFile(envPath, "utf-8");
|
|
25
|
+
const tokenMatch = envContent.match(ENV_TOKEN_REGEX);
|
|
26
|
+
if (tokenMatch && tokenMatch[1] && tokenMatch[1].length >= MIN_TOKEN_LENGTH) {
|
|
27
|
+
return "pro";
|
|
28
|
+
}
|
|
29
|
+
return "free";
|
|
30
|
+
}
|
|
31
|
+
function detectTierSync(cwd) {
|
|
32
|
+
const envPath = path.join(cwd, ENV_FILE_NAME);
|
|
33
|
+
if (!fs.existsSync(envPath)) {
|
|
34
|
+
return "free";
|
|
35
|
+
}
|
|
36
|
+
const envContent = fs.readFileSync(envPath, "utf-8");
|
|
37
|
+
const tokenMatch = envContent.match(ENV_TOKEN_REGEX);
|
|
38
|
+
if (tokenMatch && tokenMatch[1] && tokenMatch[1].length >= MIN_TOKEN_LENGTH) {
|
|
39
|
+
return "pro";
|
|
40
|
+
}
|
|
41
|
+
return "free";
|
|
42
|
+
}
|
|
43
|
+
async function getProToken(cwd) {
|
|
44
|
+
const envPath = path.join(cwd, ENV_FILE_NAME);
|
|
45
|
+
if (!await fs.pathExists(envPath)) {
|
|
46
|
+
return null;
|
|
47
|
+
}
|
|
48
|
+
const envContent = await fs.readFile(envPath, "utf-8");
|
|
49
|
+
const tokenMatch = envContent.match(ENV_TOKEN_REGEX);
|
|
50
|
+
return tokenMatch && tokenMatch[1] ? tokenMatch[1].trim() : null;
|
|
51
|
+
}
|
|
52
|
+
function getWebAwesomePackage(tier) {
|
|
53
|
+
return tier === "pro" ? WEB_AWESOME_PRO_PACKAGE : WEB_AWESOME_FREE_PACKAGE;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export {
|
|
57
|
+
WEB_AWESOME_FREE_PACKAGE,
|
|
58
|
+
WEB_AWESOME_PRO_PACKAGE,
|
|
59
|
+
WEB_AWESOME_SCOPE,
|
|
60
|
+
ENV_TOKEN_KEY,
|
|
61
|
+
MIN_TOKEN_LENGTH,
|
|
62
|
+
ENV_FILE_NAME,
|
|
63
|
+
NPM_PUBLIC_REGISTRY,
|
|
64
|
+
NPM_PRO_REGISTRY,
|
|
65
|
+
FREE_PACKAGE_REGEX,
|
|
66
|
+
PRO_PACKAGE_REGEX,
|
|
67
|
+
ENV_TOKEN_REGEX,
|
|
68
|
+
detectTier,
|
|
69
|
+
detectTierSync,
|
|
70
|
+
getProToken,
|
|
71
|
+
getWebAwesomePackage
|
|
72
|
+
};
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#!/usr/bin/env node
|