@cssui/react 1.0.0 → 1.0.2
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/dist/adapter-react/components/breadcrumb/Breadcrumb.d.ts +8 -0
- package/dist/adapter-react/components/breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/adapter-react/components/breadcrumb/Breadcrumb.js +170 -0
- package/dist/adapter-react/components/breadcrumb/Breadcrumb.js.map +1 -0
- package/dist/adapter-react/components/breadcrumb/index.d.ts +2 -0
- package/dist/adapter-react/components/breadcrumb/index.d.ts.map +1 -0
- package/dist/adapter-react/components/button/Button.d.ts +10 -0
- package/dist/adapter-react/components/button/Button.d.ts.map +1 -0
- package/dist/adapter-react/components/button/Button.js +49 -0
- package/dist/adapter-react/components/button/Button.js.map +1 -0
- package/dist/adapter-react/components/button/index.d.ts +3 -0
- package/dist/adapter-react/components/button/index.d.ts.map +1 -0
- package/dist/adapter-react/components/carousel/Carousel.d.ts +12 -0
- package/dist/adapter-react/components/carousel/Carousel.d.ts.map +1 -0
- package/dist/adapter-react/components/carousel/Carousel.js +155 -0
- package/dist/adapter-react/components/carousel/Carousel.js.map +1 -0
- package/dist/adapter-react/components/carousel/index.d.ts +3 -0
- package/dist/adapter-react/components/carousel/index.d.ts.map +1 -0
- package/dist/adapter-react/components/checkbox/Checkbox.d.ts +11 -0
- package/dist/adapter-react/components/checkbox/Checkbox.d.ts.map +1 -0
- package/dist/adapter-react/components/checkbox/Checkbox.js +69 -0
- package/dist/adapter-react/components/checkbox/Checkbox.js.map +1 -0
- package/dist/adapter-react/components/checkbox/CheckboxGroup.d.ts +22 -0
- package/dist/adapter-react/components/checkbox/CheckboxGroup.d.ts.map +1 -0
- package/dist/adapter-react/components/checkbox/CheckboxGroup.js +86 -0
- package/dist/adapter-react/components/checkbox/CheckboxGroup.js.map +1 -0
- package/dist/adapter-react/components/checkbox/index.d.ts +5 -0
- package/dist/adapter-react/components/checkbox/index.d.ts.map +1 -0
- package/dist/adapter-react/components/date-picker/DatePicker.d.ts +8 -0
- package/dist/adapter-react/components/date-picker/DatePicker.d.ts.map +1 -0
- package/dist/adapter-react/components/date-picker/DatePicker.js +438 -0
- package/dist/adapter-react/components/date-picker/DatePicker.js.map +1 -0
- package/dist/adapter-react/components/date-picker/index.d.ts +2 -0
- package/dist/adapter-react/components/date-picker/index.d.ts.map +1 -0
- package/dist/adapter-react/components/divider/Divider.d.ts +13 -0
- package/dist/adapter-react/components/divider/Divider.d.ts.map +1 -0
- package/dist/adapter-react/components/divider/Divider.js +31 -0
- package/dist/adapter-react/components/divider/Divider.js.map +1 -0
- package/dist/adapter-react/components/divider/index.d.ts +3 -0
- package/dist/adapter-react/components/divider/index.d.ts.map +1 -0
- package/dist/adapter-react/components/float-button/FloatButton.d.ts +17 -0
- package/dist/adapter-react/components/float-button/FloatButton.d.ts.map +1 -0
- package/dist/adapter-react/components/float-button/FloatButton.js +97 -0
- package/dist/adapter-react/components/float-button/FloatButton.js.map +1 -0
- package/dist/adapter-react/components/float-button/FloatButtonGroup.d.ts +9 -0
- package/dist/adapter-react/components/float-button/FloatButtonGroup.d.ts.map +1 -0
- package/dist/adapter-react/components/float-button/FloatButtonGroup.js +61 -0
- package/dist/adapter-react/components/float-button/FloatButtonGroup.js.map +1 -0
- package/dist/adapter-react/components/float-button/context.d.ts +3 -0
- package/dist/adapter-react/components/float-button/context.d.ts.map +1 -0
- package/dist/adapter-react/components/float-button/context.js +6 -0
- package/dist/adapter-react/components/float-button/context.js.map +1 -0
- package/dist/adapter-react/components/float-button/index.d.ts +5 -0
- package/dist/adapter-react/components/float-button/index.d.ts.map +1 -0
- package/dist/adapter-react/components/form/Form.d.ts +13 -0
- package/dist/adapter-react/components/form/Form.d.ts.map +1 -0
- package/dist/adapter-react/components/form/Form.js +355 -0
- package/dist/adapter-react/components/form/Form.js.map +1 -0
- package/dist/adapter-react/components/form/index.d.ts +4 -0
- package/dist/adapter-react/components/form/index.d.ts.map +1 -0
- package/dist/adapter-react/components/grid/Grid.d.ts +8 -0
- package/dist/adapter-react/components/grid/Grid.d.ts.map +1 -0
- package/dist/adapter-react/components/grid/Grid.js +51 -0
- package/dist/adapter-react/components/grid/Grid.js.map +1 -0
- package/dist/adapter-react/components/grid/GridItem.d.ts +8 -0
- package/dist/adapter-react/components/grid/GridItem.d.ts.map +1 -0
- package/dist/adapter-react/components/grid/GridItem.js +31 -0
- package/dist/adapter-react/components/grid/GridItem.js.map +1 -0
- package/dist/adapter-react/components/grid/index.d.ts +6 -0
- package/dist/adapter-react/components/grid/index.d.ts.map +1 -0
- package/dist/adapter-react/components/icon/Icon.d.ts +18 -0
- package/dist/adapter-react/components/icon/Icon.d.ts.map +1 -0
- package/dist/adapter-react/components/icon/Icon.js +51 -0
- package/dist/adapter-react/components/icon/Icon.js.map +1 -0
- package/dist/adapter-react/components/icon/index.d.ts +3 -0
- package/dist/adapter-react/components/icon/index.d.ts.map +1 -0
- package/dist/adapter-react/components/input/Input.d.ts +10 -0
- package/dist/adapter-react/components/input/Input.d.ts.map +1 -0
- package/dist/adapter-react/components/input/Input.js +79 -0
- package/dist/adapter-react/components/input/Input.js.map +1 -0
- package/dist/adapter-react/components/input/index.d.ts +3 -0
- package/dist/adapter-react/components/input/index.d.ts.map +1 -0
- package/dist/adapter-react/components/input-bar/InputBar.d.ts +9 -0
- package/dist/adapter-react/components/input-bar/InputBar.d.ts.map +1 -0
- package/dist/adapter-react/components/input-bar/InputBar.js +136 -0
- package/dist/adapter-react/components/input-bar/InputBar.js.map +1 -0
- package/dist/adapter-react/components/input-bar/index.d.ts +3 -0
- package/dist/adapter-react/components/input-bar/index.d.ts.map +1 -0
- package/dist/adapter-react/components/input-number/InputNumber.d.ts +9 -0
- package/dist/adapter-react/components/input-number/InputNumber.d.ts.map +1 -0
- package/dist/adapter-react/components/input-number/InputNumber.js +135 -0
- package/dist/adapter-react/components/input-number/InputNumber.js.map +1 -0
- package/dist/adapter-react/components/input-number/index.d.ts +2 -0
- package/dist/adapter-react/components/input-number/index.d.ts.map +1 -0
- package/dist/adapter-react/components/modal/Modal.d.ts +18 -0
- package/dist/adapter-react/components/modal/Modal.d.ts.map +1 -0
- package/dist/adapter-react/components/modal/Modal.js +108 -0
- package/dist/adapter-react/components/modal/Modal.js.map +1 -0
- package/dist/adapter-react/components/modal/index.d.ts +6 -0
- package/dist/adapter-react/components/modal/index.d.ts.map +1 -0
- package/dist/adapter-react/components/nav-menu/NavMenu.d.ts +11 -0
- package/dist/adapter-react/components/nav-menu/NavMenu.d.ts.map +1 -0
- package/dist/adapter-react/components/nav-menu/NavMenu.js +197 -0
- package/dist/adapter-react/components/nav-menu/NavMenu.js.map +1 -0
- package/dist/adapter-react/components/nav-menu/index.d.ts +3 -0
- package/dist/adapter-react/components/nav-menu/index.d.ts.map +1 -0
- package/dist/adapter-react/components/pagination/Pagination.d.ts +11 -0
- package/dist/adapter-react/components/pagination/Pagination.d.ts.map +1 -0
- package/dist/adapter-react/components/pagination/Pagination.js +128 -0
- package/dist/adapter-react/components/pagination/Pagination.js.map +1 -0
- package/dist/adapter-react/components/pagination/index.d.ts +3 -0
- package/dist/adapter-react/components/pagination/index.d.ts.map +1 -0
- package/dist/adapter-react/components/radio/Radio.d.ts +12 -0
- package/dist/adapter-react/components/radio/Radio.d.ts.map +1 -0
- package/dist/adapter-react/components/radio/Radio.js +83 -0
- package/dist/adapter-react/components/radio/Radio.js.map +1 -0
- package/dist/adapter-react/components/radio/RadioGroup.d.ts +24 -0
- package/dist/adapter-react/components/radio/RadioGroup.d.ts.map +1 -0
- package/dist/adapter-react/components/radio/RadioGroup.js +97 -0
- package/dist/adapter-react/components/radio/RadioGroup.js.map +1 -0
- package/dist/adapter-react/components/radio/index.d.ts +7 -0
- package/dist/adapter-react/components/radio/index.d.ts.map +1 -0
- package/dist/adapter-react/components/select/Select.d.ts +9 -0
- package/dist/adapter-react/components/select/Select.d.ts.map +1 -0
- package/dist/adapter-react/components/select/Select.js +189 -0
- package/dist/adapter-react/components/select/Select.js.map +1 -0
- package/dist/adapter-react/components/select/index.d.ts +3 -0
- package/dist/adapter-react/components/select/index.d.ts.map +1 -0
- package/dist/adapter-react/components/sidebar/Sidebar.d.ts +13 -0
- package/dist/adapter-react/components/sidebar/Sidebar.d.ts.map +1 -0
- package/dist/adapter-react/components/sidebar/Sidebar.js +242 -0
- package/dist/adapter-react/components/sidebar/Sidebar.js.map +1 -0
- package/dist/adapter-react/components/sidebar/index.d.ts +3 -0
- package/dist/adapter-react/components/sidebar/index.d.ts.map +1 -0
- package/dist/adapter-react/components/slider/Slider.d.ts +9 -0
- package/dist/adapter-react/components/slider/Slider.d.ts.map +1 -0
- package/dist/adapter-react/components/slider/Slider.js +150 -0
- package/dist/adapter-react/components/slider/Slider.js.map +1 -0
- package/dist/adapter-react/components/slider/index.d.ts +3 -0
- package/dist/adapter-react/components/slider/index.d.ts.map +1 -0
- package/dist/adapter-react/components/steps/Steps.d.ts +11 -0
- package/dist/adapter-react/components/steps/Steps.d.ts.map +1 -0
- package/dist/adapter-react/components/steps/Steps.js +172 -0
- package/dist/adapter-react/components/steps/Steps.js.map +1 -0
- package/dist/adapter-react/components/steps/index.d.ts +3 -0
- package/dist/adapter-react/components/steps/index.d.ts.map +1 -0
- package/dist/adapter-react/components/switch/Switch.d.ts +11 -0
- package/dist/adapter-react/components/switch/Switch.d.ts.map +1 -0
- package/dist/adapter-react/components/switch/Switch.js +98 -0
- package/dist/adapter-react/components/switch/Switch.js.map +1 -0
- package/dist/adapter-react/components/switch/index.d.ts +2 -0
- package/dist/adapter-react/components/switch/index.d.ts.map +1 -0
- package/dist/adapter-react/components/table/Table.d.ts +15 -0
- package/dist/adapter-react/components/table/Table.d.ts.map +1 -0
- package/dist/adapter-react/components/table/Table.js +211 -0
- package/dist/adapter-react/components/table/Table.js.map +1 -0
- package/dist/adapter-react/components/table/index.d.ts +3 -0
- package/dist/adapter-react/components/table/index.d.ts.map +1 -0
- package/dist/adapter-react/components/tabs/Tabs.d.ts +9 -0
- package/dist/adapter-react/components/tabs/Tabs.d.ts.map +1 -0
- package/dist/adapter-react/components/tabs/Tabs.js +62 -0
- package/dist/adapter-react/components/tabs/Tabs.js.map +1 -0
- package/dist/adapter-react/components/tabs/index.d.ts +2 -0
- package/dist/adapter-react/components/tabs/index.d.ts.map +1 -0
- package/dist/adapter-react/components/time-picker/TimePicker.d.ts +9 -0
- package/dist/adapter-react/components/time-picker/TimePicker.d.ts.map +1 -0
- package/dist/adapter-react/components/time-picker/TimePicker.js +271 -0
- package/dist/adapter-react/components/time-picker/TimePicker.js.map +1 -0
- package/dist/adapter-react/components/time-picker/index.d.ts +2 -0
- package/dist/adapter-react/components/time-picker/index.d.ts.map +1 -0
- package/dist/adapter-react/components/toast/Toast.d.ts +25 -0
- package/dist/adapter-react/components/toast/Toast.d.ts.map +1 -0
- package/dist/adapter-react/components/toast/Toast.js +223 -0
- package/dist/adapter-react/components/toast/Toast.js.map +1 -0
- package/dist/adapter-react/components/toast/index.d.ts +3 -0
- package/dist/adapter-react/components/toast/index.d.ts.map +1 -0
- package/dist/adapter-react/components/toolbars/Toolbar.d.ts +11 -0
- package/dist/adapter-react/components/toolbars/Toolbar.d.ts.map +1 -0
- package/dist/adapter-react/components/toolbars/Toolbar.js +66 -0
- package/dist/adapter-react/components/toolbars/Toolbar.js.map +1 -0
- package/dist/adapter-react/components/toolbars/index.d.ts +3 -0
- package/dist/adapter-react/components/toolbars/index.d.ts.map +1 -0
- package/dist/adapter-react/components/tooltip/Tooltip.d.ts +9 -0
- package/dist/adapter-react/components/tooltip/Tooltip.d.ts.map +1 -0
- package/dist/adapter-react/components/tooltip/Tooltip.js +141 -0
- package/dist/adapter-react/components/tooltip/Tooltip.js.map +1 -0
- package/dist/adapter-react/components/tooltip/index.d.ts +2 -0
- package/dist/adapter-react/components/tooltip/index.d.ts.map +1 -0
- package/dist/adapter-react/hooks/index.d.ts +12 -0
- package/dist/adapter-react/hooks/index.d.ts.map +1 -0
- package/dist/adapter-react/hooks/index.js +43 -0
- package/dist/adapter-react/hooks/index.js.map +1 -0
- package/dist/adapter-react/hooks/useControlled.d.ts +7 -0
- package/dist/adapter-react/hooks/useControlled.d.ts.map +1 -0
- package/dist/adapter-react/hooks/useControlled.js +21 -0
- package/dist/adapter-react/hooks/useControlled.js.map +1 -0
- package/dist/adapter-react/hooks/useEvent.d.ts +2 -0
- package/dist/adapter-react/hooks/useEvent.d.ts.map +1 -0
- package/dist/adapter-react/hooks/useMergedState.d.ts +4 -0
- package/dist/adapter-react/hooks/useMergedState.d.ts.map +1 -0
- package/dist/adapter-react/hooks/useMergedState.js +15 -0
- package/dist/adapter-react/hooks/useMergedState.js.map +1 -0
- package/dist/adapter-react/index.d.ts +37 -0
- package/dist/adapter-react/index.d.ts.map +1 -0
- package/dist/adapter-react/runtime/createComponent.d.ts +3 -0
- package/dist/adapter-react/runtime/createComponent.d.ts.map +1 -0
- package/dist/adapter-react/runtime/createComponent.js +6 -0
- package/dist/adapter-react/runtime/createComponent.js.map +1 -0
- package/dist/adapter-react/runtime/createProps.d.ts +2 -0
- package/dist/adapter-react/runtime/createProps.d.ts.map +1 -0
- package/dist/adapter-react/runtime/forwardRef.d.ts +3 -0
- package/dist/adapter-react/runtime/forwardRef.d.ts.map +1 -0
- package/dist/adapter-react/runtime/forwardRef.js +6 -0
- package/dist/adapter-react/runtime/forwardRef.js.map +1 -0
- package/dist/adapter-react/runtime/index.d.ts +5 -0
- package/dist/adapter-react/runtime/index.d.ts.map +1 -0
- package/dist/adapter-react/runtime/withInstall.d.ts +3 -0
- package/dist/adapter-react/runtime/withInstall.d.ts.map +1 -0
- package/dist/adapter-react/runtime/withInstall.js +6 -0
- package/dist/adapter-react/runtime/withInstall.js.map +1 -0
- package/dist/adapter-react/style/index.d.ts +2 -0
- package/dist/adapter-react/style/index.d.ts.map +1 -0
- package/dist/adapter-react/style/injectStyle.d.ts +2 -0
- package/dist/adapter-react/style/injectStyle.d.ts.map +1 -0
- package/dist/adapter-react/types.d.ts +6 -0
- package/dist/adapter-react/types.d.ts.map +1 -0
- package/dist/breadcrumb/index.d.ts +2 -2
- package/dist/breadcrumb/index.js +34 -1
- package/dist/breadcrumb/index.js.map +1 -0
- package/dist/breadcrumb/style.css +219 -1
- package/dist/button/index.d.ts +2 -2
- package/dist/button/index.js +34 -1
- package/dist/button/index.js.map +1 -0
- package/dist/button/style.css +151 -1
- package/dist/carousel/index.d.ts +2 -2
- package/dist/carousel/index.js +34 -1
- package/dist/carousel/index.js.map +1 -0
- package/dist/carousel/style.css +196 -1
- package/dist/checkbox/index.d.ts +3 -3
- package/dist/checkbox/index.js +34 -2
- package/dist/checkbox/index.js.map +1 -0
- package/dist/checkbox/style.css +135 -1
- package/dist/components/breadcrumb/index.d.ts +61 -0
- package/dist/components/breadcrumb/index.d.ts.map +1 -0
- package/dist/components/breadcrumb/index.js +49 -0
- package/dist/components/breadcrumb/index.js.map +1 -0
- package/dist/components/breadcrumb/style.css +219 -0
- package/dist/components/button/index.d.ts +15 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/button/index.js +11 -0
- package/dist/components/button/index.js.map +1 -0
- package/dist/components/button/style.css +151 -0
- package/dist/components/carousel/index.d.ts +38 -0
- package/dist/components/carousel/index.d.ts.map +1 -0
- package/dist/components/carousel/index.js +33 -0
- package/dist/components/carousel/index.js.map +1 -0
- package/dist/components/carousel/style.css +196 -0
- package/dist/components/checkbox/index.d.ts +36 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/checkbox/index.js +34 -0
- package/dist/components/checkbox/index.js.map +1 -0
- package/dist/components/checkbox/style.css +135 -0
- package/dist/components/date-picker/index.d.ts +53 -0
- package/dist/components/date-picker/index.d.ts.map +1 -0
- package/dist/components/date-picker/index.js +105 -0
- package/dist/components/date-picker/index.js.map +1 -0
- package/dist/components/date-picker/style.css +491 -0
- package/dist/components/divider/index.d.ts +12 -0
- package/dist/components/divider/index.d.ts.map +1 -0
- package/dist/components/divider/index.js +23 -0
- package/dist/components/divider/index.js.map +1 -0
- package/dist/components/divider/style.css +100 -0
- package/dist/components/float-button/index.d.ts +32 -0
- package/dist/components/float-button/index.d.ts.map +1 -0
- package/dist/components/float-button/index.js +23 -0
- package/dist/components/float-button/index.js.map +1 -0
- package/dist/components/float-button/style.css +176 -0
- package/dist/components/form/index.d.ts +79 -0
- package/dist/components/form/index.d.ts.map +1 -0
- package/dist/components/form/index.js +144 -0
- package/dist/components/form/index.js.map +1 -0
- package/dist/components/form/style.css +79 -0
- package/dist/components/grid/index.d.ts +34 -0
- package/dist/components/grid/index.d.ts.map +1 -0
- package/dist/components/grid/index.js +109 -0
- package/dist/components/grid/index.js.map +1 -0
- package/dist/components/grid/style.css +189 -0
- package/dist/components/icon/index.d.ts +35 -0
- package/dist/components/icon/index.d.ts.map +1 -0
- package/dist/components/icon/index.js +16 -0
- package/dist/components/icon/index.js.map +1 -0
- package/dist/components/icon/style.css +28 -0
- package/dist/components/input/index.d.ts +29 -0
- package/dist/components/input/index.d.ts.map +1 -0
- package/dist/components/input/index.js +19 -0
- package/dist/components/input/index.js.map +1 -0
- package/dist/components/input/style.css +110 -0
- package/dist/components/input-bar/index.d.ts +31 -0
- package/dist/components/input-bar/index.d.ts.map +1 -0
- package/dist/components/input-bar/index.js +18 -0
- package/dist/components/input-bar/index.js.map +1 -0
- package/dist/components/input-bar/style.css +180 -0
- package/dist/components/input-number/index.d.ts +28 -0
- package/dist/components/input-number/index.d.ts.map +1 -0
- package/dist/components/input-number/index.js +21 -0
- package/dist/components/input-number/index.js.map +1 -0
- package/dist/components/input-number/style.css +109 -0
- package/dist/components/modal/index.d.ts +17 -0
- package/dist/components/modal/index.d.ts.map +1 -0
- package/dist/components/modal/index.js +10 -0
- package/dist/components/modal/index.js.map +1 -0
- package/dist/components/modal/style.css +150 -0
- package/dist/components/nav-menu/index.d.ts +35 -0
- package/dist/components/nav-menu/index.d.ts.map +1 -0
- package/dist/components/nav-menu/index.js +47 -0
- package/dist/components/nav-menu/index.js.map +1 -0
- package/dist/components/nav-menu/style.css +241 -0
- package/dist/components/pagination/index.d.ts +32 -0
- package/dist/components/pagination/index.d.ts.map +1 -0
- package/dist/components/pagination/index.js +35 -0
- package/dist/components/pagination/index.js.map +1 -0
- package/dist/components/pagination/style.css +150 -0
- package/dist/components/radio/index.d.ts +45 -0
- package/dist/components/radio/index.d.ts.map +1 -0
- package/dist/components/radio/index.js +48 -0
- package/dist/components/radio/index.js.map +1 -0
- package/dist/components/radio/style.css +294 -0
- package/dist/components/select/index.d.ts +30 -0
- package/dist/components/select/index.d.ts.map +1 -0
- package/dist/components/select/index.js +16 -0
- package/dist/components/select/index.js.map +1 -0
- package/dist/components/select/style.css +255 -0
- package/dist/components/sidebar/index.d.ts +19 -0
- package/dist/components/sidebar/index.d.ts.map +1 -0
- package/dist/components/sidebar/index.js +23 -0
- package/dist/components/sidebar/index.js.map +1 -0
- package/dist/components/sidebar/style.css +270 -0
- package/dist/components/slider/index.d.ts +29 -0
- package/dist/components/slider/index.d.ts.map +1 -0
- package/dist/components/slider/index.js +24 -0
- package/dist/components/slider/index.js.map +1 -0
- package/dist/components/slider/style.css +206 -0
- package/dist/components/src/index.d.ts +28 -0
- package/dist/components/src/index.d.ts.map +1 -0
- package/dist/components/steps/index.d.ts +41 -0
- package/dist/components/steps/index.d.ts.map +1 -0
- package/dist/components/steps/index.js +32 -0
- package/dist/components/steps/index.js.map +1 -0
- package/dist/components/steps/style.css +286 -0
- package/dist/components/switch/index.d.ts +16 -0
- package/dist/components/switch/index.d.ts.map +1 -0
- package/dist/components/switch/index.js +17 -0
- package/dist/components/switch/index.js.map +1 -0
- package/dist/components/switch/style.css +160 -0
- package/dist/components/table/index.d.ts +49 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/table/index.js +74 -0
- package/dist/components/table/index.js.map +1 -0
- package/dist/components/table/style.css +131 -0
- package/dist/components/tabs/index.d.ts +34 -0
- package/dist/components/tabs/index.d.ts.map +1 -0
- package/dist/components/tabs/index.js +21 -0
- package/dist/components/tabs/index.js.map +1 -0
- package/dist/components/tabs/style.css +146 -0
- package/dist/components/time-picker/index.d.ts +56 -0
- package/dist/components/time-picker/index.d.ts.map +1 -0
- package/dist/components/time-picker/index.js +84 -0
- package/dist/components/time-picker/index.js.map +1 -0
- package/dist/components/time-picker/style.css +258 -0
- package/dist/components/toast/index.d.ts +41 -0
- package/dist/components/toast/index.d.ts.map +1 -0
- package/dist/components/toast/index.js +24 -0
- package/dist/components/toast/index.js.map +1 -0
- package/dist/components/toast/style.css +117 -0
- package/dist/components/toolbars/index.d.ts +31 -0
- package/dist/components/toolbars/index.d.ts.map +1 -0
- package/dist/components/toolbars/index.js +32 -0
- package/dist/components/toolbars/index.js.map +1 -0
- package/dist/components/toolbars/style.css +220 -0
- package/dist/components/tooltip/index.d.ts +31 -0
- package/dist/components/tooltip/index.d.ts.map +1 -0
- package/dist/components/tooltip/index.js +17 -0
- package/dist/components/tooltip/index.js.map +1 -0
- package/dist/components/tooltip/style.css +138 -0
- package/dist/date-picker/index.d.ts +2 -2
- package/dist/date-picker/index.js +34 -1
- package/dist/date-picker/index.js.map +1 -0
- package/dist/date-picker/style.css +491 -1
- package/dist/divider/index.d.ts +2 -2
- package/dist/divider/index.js +34 -1
- package/dist/divider/index.js.map +1 -0
- package/dist/divider/style.css +100 -1
- package/dist/float-button/index.d.ts +2 -2
- package/dist/float-button/index.js +34 -1
- package/dist/float-button/index.js.map +1 -0
- package/dist/float-button/style.css +176 -1
- package/dist/form/index.d.ts +2 -2
- package/dist/form/index.js +34 -1
- package/dist/form/index.js.map +1 -0
- package/dist/form/style.css +79 -1
- package/dist/grid/index.d.ts +2 -2
- package/dist/grid/index.js +34 -1
- package/dist/grid/index.js.map +1 -0
- package/dist/grid/style.css +189 -1
- package/dist/icon/index.d.ts +2 -2
- package/dist/icon/index.js +34 -1
- package/dist/icon/index.js.map +1 -0
- package/dist/icon/style.css +28 -1
- package/dist/icons/react/add_circle.js +30 -0
- package/dist/icons/react/add_circle.js.map +1 -0
- package/dist/icons/react/arrow_back.js +24 -0
- package/dist/icons/react/arrow_back.js.map +1 -0
- package/dist/icons/react/arrow_drop_down.js +26 -0
- package/dist/icons/react/arrow_drop_down.js.map +1 -0
- package/dist/icons/react/arrow_forward.js +26 -0
- package/dist/icons/react/arrow_forward.js.map +1 -0
- package/dist/icons/react/calendar_month.js +26 -0
- package/dist/icons/react/calendar_month.js.map +1 -0
- package/dist/icons/react/check.js +24 -0
- package/dist/icons/react/check.js.map +1 -0
- package/dist/icons/react/chevron_right.js +26 -0
- package/dist/icons/react/chevron_right.js.map +1 -0
- package/dist/icons/react/close.js +24 -0
- package/dist/icons/react/close.js.map +1 -0
- package/dist/icons/react/config.js +32 -0
- package/dist/icons/react/config.js.map +1 -0
- package/dist/icons/react/dark_mode.js +24 -0
- package/dist/icons/react/dark_mode.js.map +1 -0
- package/dist/icons/react/do_not_disturb_on.js +32 -0
- package/dist/icons/react/do_not_disturb_on.js.map +1 -0
- package/dist/icons/react/error.js +24 -0
- package/dist/icons/react/error.js.map +1 -0
- package/dist/icons/react/home.js +27 -0
- package/dist/icons/react/home.js.map +1 -0
- package/dist/icons/react/index.js +27 -0
- package/dist/icons/react/index.js.map +1 -0
- package/dist/icons/react/info.js +30 -0
- package/dist/icons/react/info.js.map +1 -0
- package/dist/icons/react/logo_Block.js +30 -0
- package/dist/icons/react/logo_Block.js.map +1 -0
- package/dist/icons/react/logo_Horizontal.js +32 -0
- package/dist/icons/react/logo_Horizontal.js.map +1 -0
- package/dist/icons/react/looks_3.js +24 -0
- package/dist/icons/react/looks_3.js.map +1 -0
- package/dist/icons/react/looks_one.js +30 -0
- package/dist/icons/react/looks_one.js.map +1 -0
- package/dist/icons/react/looks_two.js +24 -0
- package/dist/icons/react/looks_two.js.map +1 -0
- package/dist/icons/react/menu.js +24 -0
- package/dist/icons/react/menu.js.map +1 -0
- package/dist/icons/react/menu_open.js +24 -0
- package/dist/icons/react/menu_open.js.map +1 -0
- package/dist/icons/react/more_horiz.js +27 -0
- package/dist/icons/react/more_horiz.js.map +1 -0
- package/dist/icons/react/schedule.js +24 -0
- package/dist/icons/react/schedule.js.map +1 -0
- package/dist/icons/react/search.js +30 -0
- package/dist/icons/react/search.js.map +1 -0
- package/dist/icons/react/sunny.js +24 -0
- package/dist/icons/react/sunny.js.map +1 -0
- package/dist/icons/react/warning.js +30 -0
- package/dist/icons/react/warning.js.map +1 -0
- package/dist/index.css +5214 -0
- package/dist/index.css.map +1 -0
- package/dist/input/index.d.ts +2 -2
- package/dist/input/index.js +34 -1
- package/dist/input/index.js.map +1 -0
- package/dist/input/style.css +110 -1
- package/dist/input-bar/index.d.ts +2 -2
- package/dist/input-bar/index.js +34 -1
- package/dist/input-bar/index.js.map +1 -0
- package/dist/input-bar/style.css +180 -1
- package/dist/input-number/index.d.ts +1 -1
- package/dist/input-number/index.js +34 -1
- package/dist/input-number/index.js.map +1 -0
- package/dist/input-number/style.css +109 -1
- package/dist/modal/index.d.ts +2 -2
- package/dist/modal/index.js +34 -1
- package/dist/modal/index.js.map +1 -0
- package/dist/modal/style.css +150 -1
- package/dist/nav-menu/index.d.ts +2 -2
- package/dist/nav-menu/index.js +34 -1
- package/dist/nav-menu/index.js.map +1 -0
- package/dist/nav-menu/style.css +241 -1
- package/dist/pagination/index.d.ts +1 -1
- package/dist/pagination/index.js +34 -1
- package/dist/pagination/index.js.map +1 -0
- package/dist/pagination/style.css +150 -1
- package/dist/radio/index.d.ts +3 -3
- package/dist/radio/index.js +34 -2
- package/dist/radio/index.js.map +1 -0
- package/dist/radio/style.css +294 -1
- package/dist/select/index.d.ts +2 -2
- package/dist/select/index.js +34 -1
- package/dist/select/index.js.map +1 -0
- package/dist/select/style.css +255 -1
- package/dist/sidebar/index.d.ts +2 -2
- package/dist/sidebar/index.js +34 -1
- package/dist/sidebar/index.js.map +1 -0
- package/dist/sidebar/style.css +270 -1
- package/dist/slider/index.d.ts +2 -2
- package/dist/slider/index.js +34 -1
- package/dist/slider/index.js.map +1 -0
- package/dist/slider/style.css +206 -1
- package/dist/src/index.js +33 -31
- package/dist/src/index.js.map +1 -0
- package/dist/steps/index.d.ts +1 -1
- package/dist/steps/index.js +34 -1
- package/dist/steps/index.js.map +1 -0
- package/dist/steps/style.css +286 -1
- package/dist/style.css +2 -0
- package/dist/switch/index.d.ts +2 -2
- package/dist/switch/index.js +34 -1
- package/dist/switch/index.js.map +1 -0
- package/dist/switch/style.css +160 -1
- package/dist/table/index.d.ts +1 -1
- package/dist/table/index.js +34 -1
- package/dist/table/index.js.map +1 -0
- package/dist/table/style.css +131 -1
- package/dist/tabs/index.d.ts +2 -2
- package/dist/tabs/index.js +34 -1
- package/dist/tabs/index.js.map +1 -0
- package/dist/tabs/style.css +146 -1
- package/dist/theme.css +183 -0
- package/dist/time-picker/index.d.ts +2 -2
- package/dist/time-picker/index.js +34 -1
- package/dist/time-picker/index.js.map +1 -0
- package/dist/time-picker/style.css +258 -1
- package/dist/toast/index.d.ts +4 -4
- package/dist/toast/index.js +38 -3
- package/dist/toast/index.js.map +1 -0
- package/dist/toast/style.css +117 -1
- package/dist/toolbars/index.d.ts +3 -3
- package/dist/toolbars/index.js +34 -1
- package/dist/toolbars/index.js.map +1 -0
- package/dist/toolbars/style.css +220 -1
- package/dist/tooltip/index.d.ts +1 -1
- package/dist/tooltip/index.js +34 -1
- package/dist/tooltip/index.js.map +1 -0
- package/dist/tooltip/style.css +138 -1
- package/dist/utils/src/index.js +6 -0
- package/dist/utils/src/index.js.map +1 -0
- package/package.json +9 -7
- package/dist/tsconfig.tsbuildinfo +0 -1
package/dist/toast/index.js
CHANGED
|
@@ -1,3 +1,38 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import 'react';
|
|
2
|
+
import '../adapter-react/components/button/Button.js';
|
|
3
|
+
import '../adapter-react/components/input/Input.js';
|
|
4
|
+
import '../adapter-react/components/checkbox/Checkbox.js';
|
|
5
|
+
import '../adapter-react/components/checkbox/CheckboxGroup.js';
|
|
6
|
+
import '../adapter-react/components/radio/Radio.js';
|
|
7
|
+
import '../adapter-react/components/radio/RadioGroup.js';
|
|
8
|
+
import '../adapter-react/components/switch/Switch.js';
|
|
9
|
+
import '../adapter-react/components/divider/Divider.js';
|
|
10
|
+
import '../adapter-react/components/modal/Modal.js';
|
|
11
|
+
import { Toast } from '../adapter-react/components/toast/Toast.js';
|
|
12
|
+
import '../adapter-react/components/icon/Icon.js';
|
|
13
|
+
import '../adapter-react/components/slider/Slider.js';
|
|
14
|
+
import 'react/jsx-runtime';
|
|
15
|
+
import '../adapter-react/components/breadcrumb/Breadcrumb.js';
|
|
16
|
+
import '../adapter-react/components/carousel/Carousel.js';
|
|
17
|
+
import '../adapter-react/components/float-button/FloatButton.js';
|
|
18
|
+
import '../adapter-react/components/float-button/FloatButtonGroup.js';
|
|
19
|
+
import '../adapter-react/components/nav-menu/NavMenu.js';
|
|
20
|
+
import '../adapter-react/components/sidebar/Sidebar.js';
|
|
21
|
+
import '../adapter-react/components/input-number/InputNumber.js';
|
|
22
|
+
import '../adapter-react/components/tooltip/Tooltip.js';
|
|
23
|
+
import '../adapter-react/components/select/Select.js';
|
|
24
|
+
import '../adapter-react/components/steps/Steps.js';
|
|
25
|
+
import '../adapter-react/components/toolbars/Toolbar.js';
|
|
26
|
+
import '../adapter-react/components/input-bar/InputBar.js';
|
|
27
|
+
import '../adapter-react/components/date-picker/DatePicker.js';
|
|
28
|
+
import '../adapter-react/components/time-picker/TimePicker.js';
|
|
29
|
+
import '../adapter-react/components/pagination/Pagination.js';
|
|
30
|
+
import '../adapter-react/components/table/Table.js';
|
|
31
|
+
import '../adapter-react/components/form/Form.js';
|
|
32
|
+
import '../adapter-react/components/grid/Grid.js';
|
|
33
|
+
import '../adapter-react/components/grid/GridItem.js';
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
export { Toast, Toast as default };
|
|
38
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/toast/style.css
CHANGED
|
@@ -1 +1,117 @@
|
|
|
1
|
-
|
|
1
|
+
/* ==================== Toast 容器 ==================== */
|
|
2
|
+
|
|
3
|
+
/* 固定定位容器 - 屏幕中上方 */
|
|
4
|
+
.css-toast-container {
|
|
5
|
+
position: fixed;
|
|
6
|
+
top: 24px;
|
|
7
|
+
left: 50%;
|
|
8
|
+
transform: translateX(-50%);
|
|
9
|
+
z-index: 1010;
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
align-items: center;
|
|
13
|
+
pointer-events: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/* ==================== Toast 单项包装 ==================== */
|
|
17
|
+
|
|
18
|
+
.css-toast-wrapper {
|
|
19
|
+
pointer-events: auto;
|
|
20
|
+
padding: 8px 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/* ==================== Toast 本体 ==================== */
|
|
24
|
+
|
|
25
|
+
.css-toast {
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
justify-content: space-between;
|
|
29
|
+
padding: var(--spacing-2);
|
|
30
|
+
border-radius: var(--border-radius-lg);
|
|
31
|
+
font-family: var(--font-family-base);
|
|
32
|
+
font-size: var(--font-size-body);
|
|
33
|
+
line-height: var(--line-height-body);
|
|
34
|
+
width: 100%;
|
|
35
|
+
max-width: 600px;
|
|
36
|
+
box-shadow: var(--shadow-md);
|
|
37
|
+
box-sizing: border-box;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.css-toast--error {
|
|
41
|
+
background-color: var(--color-error);
|
|
42
|
+
color: white;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.css-toast--warning {
|
|
46
|
+
border: 1px solid var(--color-warning);
|
|
47
|
+
background-color: color-mix(in srgb, var(--color-warning) 10%, #ffffff);
|
|
48
|
+
color: var(--color-dark-base);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.css-toast--info {
|
|
52
|
+
background-color: var(--color-primary);
|
|
53
|
+
color: white;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.css-toast__content {
|
|
57
|
+
display: flex;
|
|
58
|
+
align-items: center;
|
|
59
|
+
gap: var(--spacing-3);
|
|
60
|
+
flex: 1;
|
|
61
|
+
width: 277px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.css-toast__icon {
|
|
65
|
+
display: flex;
|
|
66
|
+
align-items: center;
|
|
67
|
+
justify-content: center;
|
|
68
|
+
font-size: 24px;
|
|
69
|
+
flex-shrink: 0;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.css-toast__close {
|
|
73
|
+
cursor: pointer;
|
|
74
|
+
display: flex;
|
|
75
|
+
align-items: center;
|
|
76
|
+
justify-content: center;
|
|
77
|
+
opacity: 0.8;
|
|
78
|
+
transition: opacity var(--transition-duration-150);
|
|
79
|
+
margin-left: var(--spacing-4);
|
|
80
|
+
background: none;
|
|
81
|
+
border: none;
|
|
82
|
+
padding: 0;
|
|
83
|
+
color: inherit;
|
|
84
|
+
font-size: 20px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.css-toast__close:hover {
|
|
88
|
+
opacity: 1;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/* ==================== 进入/退出动画 ==================== */
|
|
92
|
+
|
|
93
|
+
.css-toast-fade-enter {
|
|
94
|
+
opacity: 0;
|
|
95
|
+
transform: translateY(-12px);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.css-toast-fade-enter-active {
|
|
99
|
+
opacity: 1;
|
|
100
|
+
transform: translateY(0);
|
|
101
|
+
transition:
|
|
102
|
+
opacity 0.3s ease,
|
|
103
|
+
transform 0.3s ease;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.css-toast-fade-leave {
|
|
107
|
+
opacity: 1;
|
|
108
|
+
transform: translateY(0);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.css-toast-fade-leave-active {
|
|
112
|
+
opacity: 0;
|
|
113
|
+
transform: translateY(-12px);
|
|
114
|
+
transition:
|
|
115
|
+
opacity 0.2s ease,
|
|
116
|
+
transform 0.2s ease;
|
|
117
|
+
}
|
package/dist/toolbars/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Toolbars } from '
|
|
2
|
-
export type { ToolbarProps } from '
|
|
3
|
-
export type { ToolbarItem, ToolbarPosition, ToolbarType } from '
|
|
1
|
+
export { Toolbars } from '../adapter-react/index';
|
|
2
|
+
export type { ToolbarProps } from '../adapter-react/index';
|
|
3
|
+
export type { ToolbarItem, ToolbarPosition, ToolbarType } from '../components/toolbars/index';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/toolbars/index.js
CHANGED
|
@@ -1 +1,34 @@
|
|
|
1
|
-
|
|
1
|
+
import 'react';
|
|
2
|
+
import '../adapter-react/components/button/Button.js';
|
|
3
|
+
import '../adapter-react/components/input/Input.js';
|
|
4
|
+
import '../adapter-react/components/checkbox/Checkbox.js';
|
|
5
|
+
import '../adapter-react/components/checkbox/CheckboxGroup.js';
|
|
6
|
+
import '../adapter-react/components/radio/Radio.js';
|
|
7
|
+
import '../adapter-react/components/radio/RadioGroup.js';
|
|
8
|
+
import '../adapter-react/components/switch/Switch.js';
|
|
9
|
+
import '../adapter-react/components/divider/Divider.js';
|
|
10
|
+
import '../adapter-react/components/modal/Modal.js';
|
|
11
|
+
import '../adapter-react/components/toast/Toast.js';
|
|
12
|
+
import '../adapter-react/components/icon/Icon.js';
|
|
13
|
+
import '../adapter-react/components/slider/Slider.js';
|
|
14
|
+
import 'react/jsx-runtime';
|
|
15
|
+
import '../adapter-react/components/breadcrumb/Breadcrumb.js';
|
|
16
|
+
import '../adapter-react/components/carousel/Carousel.js';
|
|
17
|
+
import '../adapter-react/components/float-button/FloatButton.js';
|
|
18
|
+
import '../adapter-react/components/float-button/FloatButtonGroup.js';
|
|
19
|
+
import '../adapter-react/components/nav-menu/NavMenu.js';
|
|
20
|
+
import '../adapter-react/components/sidebar/Sidebar.js';
|
|
21
|
+
import '../adapter-react/components/input-number/InputNumber.js';
|
|
22
|
+
import '../adapter-react/components/tooltip/Tooltip.js';
|
|
23
|
+
import '../adapter-react/components/select/Select.js';
|
|
24
|
+
import '../adapter-react/components/steps/Steps.js';
|
|
25
|
+
export { Toolbars } from '../adapter-react/components/toolbars/Toolbar.js';
|
|
26
|
+
import '../adapter-react/components/input-bar/InputBar.js';
|
|
27
|
+
import '../adapter-react/components/date-picker/DatePicker.js';
|
|
28
|
+
import '../adapter-react/components/time-picker/TimePicker.js';
|
|
29
|
+
import '../adapter-react/components/pagination/Pagination.js';
|
|
30
|
+
import '../adapter-react/components/table/Table.js';
|
|
31
|
+
import '../adapter-react/components/form/Form.js';
|
|
32
|
+
import '../adapter-react/components/grid/Grid.js';
|
|
33
|
+
import '../adapter-react/components/grid/GridItem.js';
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/toolbars/style.css
CHANGED
|
@@ -1 +1,220 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Toolbars 工具栏组件样式
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/* ========== 基础容器 ========== */
|
|
6
|
+
|
|
7
|
+
.css-toolbar {
|
|
8
|
+
--toolbar-bg: var(--color-dark-01);
|
|
9
|
+
--toolbar-text-color: var(--color-dark-03);
|
|
10
|
+
--toolbar-text-active-color: var(--color-primary);
|
|
11
|
+
--toolbar-line-color: var(--color-primary);
|
|
12
|
+
position: fixed;
|
|
13
|
+
left: 0;
|
|
14
|
+
width: 100%;
|
|
15
|
+
height: 70px;
|
|
16
|
+
padding: 0;
|
|
17
|
+
border: none;
|
|
18
|
+
border-radius: 0;
|
|
19
|
+
background: var(--toolbar-bg);
|
|
20
|
+
box-sizing: border-box;
|
|
21
|
+
z-index: var(--z-sticky, 1020);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.css-toolbar--top {
|
|
25
|
+
top: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.css-toolbar--bottom {
|
|
29
|
+
bottom: 0;
|
|
30
|
+
flex-direction: column-reverse;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* ========== Primary 模式(默认):图标 + 文字上下排列 ========== */
|
|
34
|
+
|
|
35
|
+
.css-toolbar--primary .css-toolbar__items {
|
|
36
|
+
display: flex;
|
|
37
|
+
align-items: stretch;
|
|
38
|
+
height: 100%;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.css-toolbar--primary .css-toolbar__item {
|
|
42
|
+
position: relative;
|
|
43
|
+
display: flex;
|
|
44
|
+
flex-direction: column;
|
|
45
|
+
align-items: center;
|
|
46
|
+
justify-content: center;
|
|
47
|
+
gap: 4px;
|
|
48
|
+
flex: 1;
|
|
49
|
+
height: 100%;
|
|
50
|
+
border: none;
|
|
51
|
+
border-radius: 0;
|
|
52
|
+
background: transparent;
|
|
53
|
+
color: var(--toolbar-text-color);
|
|
54
|
+
font-family: var(--font-family-base);
|
|
55
|
+
font-size: 12px;
|
|
56
|
+
font-weight: var(--font-weight-regular);
|
|
57
|
+
line-height: 1;
|
|
58
|
+
text-align: center;
|
|
59
|
+
white-space: nowrap;
|
|
60
|
+
cursor: pointer;
|
|
61
|
+
box-sizing: border-box;
|
|
62
|
+
transition:
|
|
63
|
+
color var(--transition-duration-150) var(--transition-timing),
|
|
64
|
+
background-color var(--transition-duration-150) var(--transition-timing);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.css-toolbar--primary
|
|
68
|
+
.css-toolbar__item:hover:not(.css-toolbar__item--selected):not(.css-toolbar__item--disabled) {
|
|
69
|
+
background: color-mix(in srgb, var(--color-primary) 6%, var(--toolbar-bg));
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.css-toolbar--primary .css-toolbar__item--selected {
|
|
73
|
+
color: var(--toolbar-text-active-color);
|
|
74
|
+
font-weight: var(--font-weight-medium);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.css-toolbar--primary .css-toolbar__item--disabled {
|
|
78
|
+
color: var(--color-dark-03);
|
|
79
|
+
cursor: not-allowed;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.css-toolbar--primary .css-toolbar__item-icon {
|
|
83
|
+
display: flex;
|
|
84
|
+
align-items: center;
|
|
85
|
+
justify-content: center;
|
|
86
|
+
width: 20px;
|
|
87
|
+
height: 20px;
|
|
88
|
+
flex-shrink: 0;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.css-toolbar--primary .css-toolbar__item-label {
|
|
92
|
+
position: relative;
|
|
93
|
+
display: inline-block;
|
|
94
|
+
max-width: 100%;
|
|
95
|
+
overflow: visible;
|
|
96
|
+
text-overflow: ellipsis;
|
|
97
|
+
padding-bottom: 4px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/* Primary 激活指示线:跟文字宽度一致 */
|
|
101
|
+
|
|
102
|
+
.css-toolbar--primary .css-toolbar__item-label::after {
|
|
103
|
+
content: '';
|
|
104
|
+
position: absolute;
|
|
105
|
+
bottom: -16px;
|
|
106
|
+
left: 0;
|
|
107
|
+
right: 0;
|
|
108
|
+
height: 1px;
|
|
109
|
+
background: var(--toolbar-line-color);
|
|
110
|
+
transform: scaleX(0);
|
|
111
|
+
transition: transform var(--transition-duration-150) var(--transition-timing);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.css-toolbar--primary .css-toolbar__item--selected .css-toolbar__item-label::after {
|
|
115
|
+
transform: scaleX(1);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/* ========== Secondary 模式:仅文字 ========== */
|
|
119
|
+
|
|
120
|
+
.css-toolbar--secondary {
|
|
121
|
+
height: 52px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.css-toolbar--secondary .css-toolbar__items {
|
|
125
|
+
display: flex;
|
|
126
|
+
align-items: center;
|
|
127
|
+
height: 100%;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.css-toolbar--secondary .css-toolbar__item {
|
|
131
|
+
position: relative;
|
|
132
|
+
display: flex;
|
|
133
|
+
align-items: center;
|
|
134
|
+
justify-content: center;
|
|
135
|
+
flex: 1;
|
|
136
|
+
height: 100%;
|
|
137
|
+
padding: 0;
|
|
138
|
+
border: none;
|
|
139
|
+
border-radius: 0;
|
|
140
|
+
background: transparent;
|
|
141
|
+
color: var(--toolbar-text-color);
|
|
142
|
+
font-family: var(--font-family-base);
|
|
143
|
+
font-size: var(--font-size-base);
|
|
144
|
+
font-weight: var(--font-weight-regular);
|
|
145
|
+
line-height: var(--line-height-normal);
|
|
146
|
+
text-align: center;
|
|
147
|
+
white-space: nowrap;
|
|
148
|
+
cursor: pointer;
|
|
149
|
+
box-sizing: border-box;
|
|
150
|
+
transition:
|
|
151
|
+
color var(--transition-duration-150) var(--transition-timing),
|
|
152
|
+
background-color var(--transition-duration-150) var(--transition-timing);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.css-toolbar--secondary
|
|
156
|
+
.css-toolbar__item:hover:not(.css-toolbar__item--selected):not(.css-toolbar__item--disabled) {
|
|
157
|
+
background: color-mix(in srgb, var(--color-primary) 6%, var(--toolbar-bg));
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.css-toolbar--secondary .css-toolbar__item--selected {
|
|
161
|
+
color: var(--toolbar-text-active-color);
|
|
162
|
+
font-weight: var(--font-weight-medium);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.css-toolbar--secondary .css-toolbar__item--disabled {
|
|
166
|
+
color: var(--color-dark-03);
|
|
167
|
+
cursor: not-allowed;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
/* Secondary 激活指示线:跟 tab 宽度一致(使用 left:0; right:0) */
|
|
171
|
+
|
|
172
|
+
.css-toolbar--secondary .css-toolbar__item::after {
|
|
173
|
+
content: '';
|
|
174
|
+
position: absolute;
|
|
175
|
+
bottom: 0;
|
|
176
|
+
left: 0;
|
|
177
|
+
right: 0;
|
|
178
|
+
height: 3px;
|
|
179
|
+
background: var(--toolbar-line-color);
|
|
180
|
+
transform: scaleX(0);
|
|
181
|
+
transition: transform var(--transition-duration-150) var(--transition-timing);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.css-toolbar--secondary .css-toolbar__item--selected::after {
|
|
185
|
+
transform: scaleX(1);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/* ========== Bottom 模式:指示线在上方 ========== */
|
|
189
|
+
|
|
190
|
+
.css-toolbar--bottom.css-toolbar--primary .css-toolbar__item-label::after {
|
|
191
|
+
display: none;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.css-toolbar--bottom.css-toolbar--primary .css-toolbar__item::after {
|
|
195
|
+
content: '';
|
|
196
|
+
position: absolute;
|
|
197
|
+
top: 0;
|
|
198
|
+
left: 0;
|
|
199
|
+
right: 0;
|
|
200
|
+
height: 3px;
|
|
201
|
+
background: var(--toolbar-line-color);
|
|
202
|
+
transform: scaleX(0);
|
|
203
|
+
transition: transform var(--transition-duration-150) var(--transition-timing);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.css-toolbar--bottom.css-toolbar--primary .css-toolbar__item--selected::after {
|
|
207
|
+
transform: scaleX(1);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.css-toolbar--bottom.css-toolbar--secondary .css-toolbar__item::after {
|
|
211
|
+
bottom: auto;
|
|
212
|
+
top: 0;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/* ========== Focus 样式 ========== */
|
|
216
|
+
|
|
217
|
+
.css-toolbar__item:focus-visible {
|
|
218
|
+
outline: none;
|
|
219
|
+
box-shadow: inset 0 0 0 2px rgba(158, 138, 87, 0.3);
|
|
220
|
+
}
|
package/dist/tooltip/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Tooltip, type TooltipProps } from '
|
|
1
|
+
export { Tooltip, type TooltipProps } from '../adapter-react/index';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/tooltip/index.js
CHANGED
|
@@ -1 +1,34 @@
|
|
|
1
|
-
|
|
1
|
+
import 'react';
|
|
2
|
+
import '../adapter-react/components/button/Button.js';
|
|
3
|
+
import '../adapter-react/components/input/Input.js';
|
|
4
|
+
import '../adapter-react/components/checkbox/Checkbox.js';
|
|
5
|
+
import '../adapter-react/components/checkbox/CheckboxGroup.js';
|
|
6
|
+
import '../adapter-react/components/radio/Radio.js';
|
|
7
|
+
import '../adapter-react/components/radio/RadioGroup.js';
|
|
8
|
+
import '../adapter-react/components/switch/Switch.js';
|
|
9
|
+
import '../adapter-react/components/divider/Divider.js';
|
|
10
|
+
import '../adapter-react/components/modal/Modal.js';
|
|
11
|
+
import '../adapter-react/components/toast/Toast.js';
|
|
12
|
+
import '../adapter-react/components/icon/Icon.js';
|
|
13
|
+
import '../adapter-react/components/slider/Slider.js';
|
|
14
|
+
import 'react/jsx-runtime';
|
|
15
|
+
import '../adapter-react/components/breadcrumb/Breadcrumb.js';
|
|
16
|
+
import '../adapter-react/components/carousel/Carousel.js';
|
|
17
|
+
import '../adapter-react/components/float-button/FloatButton.js';
|
|
18
|
+
import '../adapter-react/components/float-button/FloatButtonGroup.js';
|
|
19
|
+
import '../adapter-react/components/nav-menu/NavMenu.js';
|
|
20
|
+
import '../adapter-react/components/sidebar/Sidebar.js';
|
|
21
|
+
import '../adapter-react/components/input-number/InputNumber.js';
|
|
22
|
+
export { Tooltip } from '../adapter-react/components/tooltip/Tooltip.js';
|
|
23
|
+
import '../adapter-react/components/select/Select.js';
|
|
24
|
+
import '../adapter-react/components/steps/Steps.js';
|
|
25
|
+
import '../adapter-react/components/toolbars/Toolbar.js';
|
|
26
|
+
import '../adapter-react/components/input-bar/InputBar.js';
|
|
27
|
+
import '../adapter-react/components/date-picker/DatePicker.js';
|
|
28
|
+
import '../adapter-react/components/time-picker/TimePicker.js';
|
|
29
|
+
import '../adapter-react/components/pagination/Pagination.js';
|
|
30
|
+
import '../adapter-react/components/table/Table.js';
|
|
31
|
+
import '../adapter-react/components/form/Form.js';
|
|
32
|
+
import '../adapter-react/components/grid/Grid.js';
|
|
33
|
+
import '../adapter-react/components/grid/GridItem.js';
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/tooltip/style.css
CHANGED
|
@@ -1 +1,138 @@
|
|
|
1
|
-
|
|
1
|
+
/* Tooltip Component Styles */
|
|
2
|
+
|
|
3
|
+
/* ========== 基础提示(轻量 tooltip) ========== */
|
|
4
|
+
|
|
5
|
+
.css-tooltip {
|
|
6
|
+
position: fixed;
|
|
7
|
+
z-index: var(--z-tooltip, 1070);
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
pointer-events: auto;
|
|
10
|
+
white-space: nowrap;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
/* 主色调底 + 白字 */
|
|
14
|
+
.css-tooltip__inner {
|
|
15
|
+
background-color: var(--color-primary-golden-02);
|
|
16
|
+
color: #ffffff;
|
|
17
|
+
font-family: var(--font-family-base);
|
|
18
|
+
font-size: var(--font-size-xs);
|
|
19
|
+
font-weight: var(--font-weight-regular);
|
|
20
|
+
line-height: var(--line-height-body);
|
|
21
|
+
border-radius: var(--radius-base);
|
|
22
|
+
padding: var(--spacing-2);
|
|
23
|
+
text-align: center;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
/* 箭头 */
|
|
27
|
+
.css-tooltip__arrow {
|
|
28
|
+
position: absolute;
|
|
29
|
+
width: 0;
|
|
30
|
+
height: 0;
|
|
31
|
+
border-style: solid;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* top - arrow at bottom */
|
|
35
|
+
.css-tooltip--top .css-tooltip__arrow {
|
|
36
|
+
bottom: -5px;
|
|
37
|
+
left: 50%;
|
|
38
|
+
transform: translateX(-50%);
|
|
39
|
+
border-width: 6px 6px 0;
|
|
40
|
+
border-color: var(--color-primary-golden-02) transparent transparent transparent;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/* bottom - arrow at top */
|
|
44
|
+
.css-tooltip--bottom .css-tooltip__arrow {
|
|
45
|
+
top: -5px;
|
|
46
|
+
left: 50%;
|
|
47
|
+
transform: translateX(-50%);
|
|
48
|
+
border-width: 0 6px 6px;
|
|
49
|
+
border-color: transparent transparent var(--color-primary-golden-02) transparent;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/* left - arrow at right */
|
|
53
|
+
.css-tooltip--left .css-tooltip__arrow {
|
|
54
|
+
right: -5px;
|
|
55
|
+
top: 50%;
|
|
56
|
+
transform: translateY(-50%);
|
|
57
|
+
border-width: 6px 0 6px 6px;
|
|
58
|
+
border-color: transparent transparent transparent var(--color-primary-golden-02);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/* right - arrow at left */
|
|
62
|
+
.css-tooltip--right .css-tooltip__arrow {
|
|
63
|
+
left: -5px;
|
|
64
|
+
top: 50%;
|
|
65
|
+
transform: translateY(-50%);
|
|
66
|
+
border-width: 6px 6px 6px 0;
|
|
67
|
+
border-color: transparent var(--color-primary-golden-02) transparent transparent;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/* ========== 弹层模式(白底 + 标题 + 内容 + 关闭按钮) ========== */
|
|
71
|
+
|
|
72
|
+
.css-tooltip--rich {
|
|
73
|
+
white-space: normal;
|
|
74
|
+
bottom: auto;
|
|
75
|
+
left: auto;
|
|
76
|
+
right: auto;
|
|
77
|
+
top: auto;
|
|
78
|
+
transform: none;
|
|
79
|
+
padding: 0;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.css-tooltip--rich .css-tooltip__inner {
|
|
83
|
+
background-color: #ffffff;
|
|
84
|
+
color: var(--color-dark);
|
|
85
|
+
padding: var(--spacing-5);
|
|
86
|
+
box-shadow: 0px 4px 4px 0px #33333340;
|
|
87
|
+
white-space: normal;
|
|
88
|
+
text-align: left;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.css-tooltip--rich .css-tooltip__header {
|
|
92
|
+
display: flex;
|
|
93
|
+
align-items: center;
|
|
94
|
+
justify-content: space-between;
|
|
95
|
+
margin-bottom: var(--spacing-2);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.css-tooltip--rich .css-tooltip__title {
|
|
99
|
+
font-size: 16px;
|
|
100
|
+
font-weight: var(--font-weight-medium);
|
|
101
|
+
color: var(--color-dark);
|
|
102
|
+
line-height: var(--line-height-tight);
|
|
103
|
+
flex: 1;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.css-tooltip--rich .css-tooltip__close {
|
|
107
|
+
display: inline-flex;
|
|
108
|
+
align-items: center;
|
|
109
|
+
justify-content: center;
|
|
110
|
+
width: 20px;
|
|
111
|
+
height: 20px;
|
|
112
|
+
flex-shrink: 0;
|
|
113
|
+
margin-left: var(--spacing-2);
|
|
114
|
+
border: none;
|
|
115
|
+
background: transparent;
|
|
116
|
+
cursor: pointer;
|
|
117
|
+
color: var(--color-dark-03);
|
|
118
|
+
padding: 0;
|
|
119
|
+
border-radius: var(--radius-sm);
|
|
120
|
+
transition: color var(--transition-duration-150, 150ms)
|
|
121
|
+
var(--transition-timing, cubic-bezier(0.4, 0, 0.2, 1));
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.css-tooltip--rich .css-tooltip__close:hover {
|
|
125
|
+
color: var(--color-dark);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.css-tooltip--rich .css-tooltip__close svg {
|
|
129
|
+
width: 16px;
|
|
130
|
+
height: 16px;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.css-tooltip--rich .css-tooltip__body {
|
|
134
|
+
font-size: 14px;
|
|
135
|
+
font-weight: var(--font-weight-regular);
|
|
136
|
+
color: var(--color-dark);
|
|
137
|
+
line-height: var(--line-height-body);
|
|
138
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../utils/src/index.ts"],"sourcesContent":["/**\r\n * 周生生 UI 工具函数库\r\n */\r\n\r\n// 类名合并工具\r\nexport function cn(...classes: (string | undefined | null | false)[]): string {\r\n return classes.filter(Boolean).join(' ')\r\n}\r\n\r\n// 数字转 px\r\nexport function toPx(value: number | string): string {\r\n if (typeof value === 'number') {\r\n return `${value}px`\r\n }\r\n return value\r\n}\r\n\r\n// 生成唯一 ID\r\nexport function uid(prefix = 'cssui'): string {\r\n return `${prefix}-${Math.random().toString(36).substr(2, 9)}`\r\n}\r\n\r\n// 节流函数\r\nexport function throttle<T extends (...args: any[]) => any>(\r\n func: T,\r\n wait: number\r\n): (...args: Parameters<T>) => void {\r\n let timeout: ReturnType<typeof setTimeout> | null = null\r\n let previous = 0\r\n\r\n return function (this: any, ...args: Parameters<T>) {\r\n const now = Date.now()\r\n const remaining = wait - (now - previous)\r\n\r\n if (remaining <= 0 || remaining > wait) {\r\n if (timeout) {\r\n clearTimeout(timeout)\r\n timeout = null\r\n }\r\n previous = now\r\n func.apply(this, args)\r\n } else if (!timeout) {\r\n timeout = setTimeout(() => {\r\n previous = Date.now()\r\n timeout = null\r\n func.apply(this, args)\r\n }, remaining)\r\n }\r\n }\r\n}\r\n\r\n// 防抖函数\r\nexport function debounce<T extends (...args: any[]) => any>(\r\n func: T,\r\n wait: number\r\n): (...args: Parameters<T>) => void {\r\n let timeout: ReturnType<typeof setTimeout> | null = null\r\n\r\n return function (this: any, ...args: Parameters<T>) {\r\n if (timeout) {\r\n clearTimeout(timeout)\r\n }\r\n timeout = setTimeout(() => {\r\n func.apply(this, args)\r\n }, wait)\r\n }\r\n}\r\n\r\n// 检查是否为空值\r\nexport function isEmpty(value: any): boolean {\r\n if (value === null || value === undefined) return true\r\n if (typeof value === 'string') return value.trim().length === 0\r\n if (Array.isArray(value)) return value.length === 0\r\n if (typeof value === 'object') return Object.keys(value).length === 0\r\n return false\r\n}\r\n\r\n// 深度合并对象\r\nexport function deepMerge<T extends Record<string, any>>(target: T, source: Partial<T>): T {\r\n const output = { ...target } as T\r\n\r\n if (isObject(target) && isObject(source)) {\r\n Object.keys(source).forEach(key => {\r\n const sourceValue = source[key as keyof typeof source]\r\n if (isObject(sourceValue)) {\r\n if (!(key in target)) {\r\n Object.assign(output, { [key]: sourceValue })\r\n } else {\r\n output[key as keyof T] = deepMerge(target[key as keyof T] as any, sourceValue)\r\n }\r\n } else {\r\n Object.assign(output, { [key]: sourceValue })\r\n }\r\n })\r\n }\r\n\r\n return output\r\n}\r\n\r\nfunction isObject(item: unknown): item is Record<string, unknown> {\r\n return item !== null && typeof item === 'object' && !Array.isArray(item)\r\n}\r\n\r\n// 获取嵌套对象属性\r\nexport function get<T = any>(obj: any, path: string, defaultValue?: T): T | undefined {\r\n const travel = (regexp: RegExp) =>\r\n String.prototype.split\r\n .call(path, regexp)\r\n .filter(Boolean)\r\n .reduce((res: any, key: string) => (res !== null && res !== undefined ? res[key] : res), obj)\r\n\r\n const result = travel(/[,[\\]]+?/) || travel(/[,[\\].]+?/)\r\n return result === undefined || result === null ? defaultValue : (result as T)\r\n}\r\n\r\n// 数字范围限制\r\nexport function clamp(value: number, min: number, max: number): number {\r\n return Math.min(Math.max(value, min), max)\r\n}\r\n\r\n// 线性插值\r\nexport function lerp(start: number, end: number, progress: number): number {\r\n return start + (end - start) * progress\r\n}\r\n"],"names":[],"mappings":"AAKO,SAAS,MAAM,OAAA,EAAwD;AAC5E,EAAA,OAAO,OAAA,CAAQ,MAAA,CAAO,OAAO,CAAA,CAAE,KAAK,GAAG,CAAA;AACzC;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cssui/react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "周生生 UI React 组件库",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"module": "./dist/src/index.js",
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
"import": "./dist/src/index.js",
|
|
12
12
|
"default": "./dist/src/index.js"
|
|
13
13
|
},
|
|
14
|
+
"./style.css": "./dist/style.css",
|
|
15
|
+
"./theme.css": "./dist/theme.css",
|
|
14
16
|
"./*": {
|
|
15
17
|
"types": "./dist/*/index.d.ts",
|
|
16
18
|
"import": "./dist/*/index.js",
|
|
@@ -19,13 +21,14 @@
|
|
|
19
21
|
"./*/style.css": "./dist/*/style.css"
|
|
20
22
|
},
|
|
21
23
|
"files": [
|
|
22
|
-
"dist"
|
|
24
|
+
"dist",
|
|
25
|
+
"!dist/tsconfig.tsbuildinfo"
|
|
23
26
|
],
|
|
24
27
|
"sideEffects": [
|
|
25
28
|
"**/*.css"
|
|
26
29
|
],
|
|
27
30
|
"scripts": {
|
|
28
|
-
"build": "tsc -p tsconfig.json --emitDeclarationOnly && node ../../scripts/build-bundle.mjs react
|
|
31
|
+
"build": "rimraf dist && tsc -p tsconfig.json --emitDeclarationOnly && node ../../scripts/build-bundle.mjs react",
|
|
29
32
|
"dev": "tsc -p tsconfig.json --watch",
|
|
30
33
|
"clean": "rimraf dist"
|
|
31
34
|
},
|
|
@@ -33,14 +36,13 @@
|
|
|
33
36
|
"react": ">=18.0.0",
|
|
34
37
|
"react-dom": ">=18.0.0"
|
|
35
38
|
},
|
|
36
|
-
"dependencies": {
|
|
39
|
+
"dependencies": {},
|
|
40
|
+
"devDependencies": {
|
|
37
41
|
"@cssui/components": "workspace:*",
|
|
38
42
|
"@cssui/core": "workspace:*",
|
|
39
43
|
"@cssui/tokens": "workspace:*",
|
|
40
44
|
"@cssui/adapter-react": "workspace:*",
|
|
41
|
-
"@cssui/icons": "workspace:*"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
45
|
+
"@cssui/icons": "workspace:*",
|
|
44
46
|
"@types/react": "^18.2.48",
|
|
45
47
|
"@types/react-dom": "^18.2.18"
|
|
46
48
|
},
|