@iziui/react 0.0.5-rc → 0.0.7-rc
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/.types/_internal/core/index.d.ts +5 -0
- package/dist/.types/_internal/core/options/CustomOptions.d.ts +20 -0
- package/dist/.types/_internal/core/options/createOptions/createOptions.d.ts +10 -0
- package/dist/.types/_internal/core/options/createOptions/index.d.ts +1 -0
- package/dist/.types/_internal/core/options/index.d.ts +2 -0
- package/dist/.types/_internal/core/plugin/behavior/defineBoxShadow/defineBoxShadow.d.ts +2 -0
- package/dist/.types/_internal/core/plugin/behavior/defineBoxShadow/index.d.ts +1 -0
- package/dist/.types/_internal/core/plugin/behavior/index.d.ts +1 -0
- package/dist/.types/_internal/core/plugin/color/defineBackground/defineBackground.d.ts +2 -0
- package/dist/.types/_internal/core/plugin/color/defineBackground/index.d.ts +1 -0
- package/dist/.types/_internal/core/plugin/color/defineBackgroundColor/defineBackgroundColor.d.ts +2 -0
- package/dist/.types/_internal/core/plugin/color/defineBackgroundColor/index.d.ts +1 -0
- package/dist/.types/_internal/core/plugin/color/defineBorderColor/defineBorderColor.d.ts +2 -0
- package/dist/.types/_internal/core/plugin/color/defineBorderColor/index.d.ts +1 -0
- package/dist/.types/_internal/core/plugin/color/defineColor/defineColor.d.ts +2 -0
- package/dist/.types/_internal/core/plugin/color/defineColor/index.d.ts +1 -0
- package/dist/.types/_internal/core/plugin/color/index.d.ts +4 -0
- package/dist/.types/_internal/core/plugin/definePlugin/definePlugin.d.ts +5 -0
- package/dist/.types/_internal/core/plugin/definePlugin/index.d.ts +1 -0
- package/dist/.types/_internal/core/plugin/index.d.ts +5 -0
- package/dist/.types/_internal/core/plugin/plugin.d.ts +4 -0
- package/dist/.types/_internal/core/plugin/shape/defineBorderRadius/defineBorderRadius.d.ts +2 -0
- package/dist/.types/_internal/core/plugin/shape/defineBorderRadius/index.d.ts +1 -0
- package/dist/.types/_internal/core/plugin/shape/index.d.ts +1 -0
- package/dist/.types/_internal/core/plugin/spacing/defineMargin/defineMargin.d.ts +2 -0
- package/dist/.types/_internal/core/plugin/spacing/defineMargin/index.d.ts +1 -0
- package/dist/.types/_internal/core/plugin/spacing/definePadding/definePadding.d.ts +2 -0
- package/dist/.types/_internal/core/plugin/spacing/definePadding/index.d.ts +1 -0
- package/dist/.types/_internal/core/plugin/spacing/index.d.ts +2 -0
- package/dist/.types/_internal/core/system/Sx.d.ts +5 -0
- package/dist/.types/_internal/core/system/index.d.ts +1 -0
- package/dist/.types/_internal/core/theme/Theme.d.ts +63 -0
- package/dist/.types/_internal/core/theme/applyTheme/applyTheme.d.ts +2 -0
- package/dist/.types/_internal/core/theme/applyTheme/index.d.ts +1 -0
- package/dist/.types/_internal/core/theme/colors/colors.d.ts +2 -0
- package/dist/.types/_internal/core/theme/colors/index.d.ts +1 -0
- package/dist/.types/_internal/core/theme/createMappedColors.d.ts +2 -0
- package/dist/.types/_internal/core/theme/createTheme/createTheme.d.ts +2 -0
- package/dist/.types/_internal/core/theme/createTheme/index.d.ts +1 -0
- package/dist/.types/_internal/core/theme/defaultTheme.d.ts +5 -0
- package/dist/.types/_internal/core/theme/index.d.ts +5 -0
- package/dist/.types/_internal/core/utils/adjustLightness/adjustLightness.d.ts +1 -0
- package/dist/.types/_internal/core/utils/adjustLightness/index.d.ts +1 -0
- package/dist/.types/_internal/core/utils/convertPathToColor/convertPathToColor.d.ts +3 -0
- package/dist/.types/_internal/core/utils/convertPathToColor/index.d.ts +1 -0
- package/dist/.types/_internal/core/utils/generateSupportColors/generateSupportColors.d.ts +2 -0
- package/dist/.types/_internal/core/utils/generateSupportColors/index.d.ts +1 -0
- package/dist/.types/_internal/core/utils/getContrastColor/getContrastColor.d.ts +1 -0
- package/dist/.types/_internal/core/utils/getContrastColor/index.d.ts +1 -0
- package/dist/.types/_internal/core/utils/getGradient/getGradient.d.ts +1 -0
- package/dist/.types/_internal/core/utils/getGradient/index.d.ts +1 -0
- package/dist/.types/_internal/core/utils/getOpacityColor/getOpacityColor.d.ts +7 -0
- package/dist/.types/_internal/core/utils/getOpacityColor/index.d.ts +1 -0
- package/dist/.types/_internal/core/utils/getPriorityColor/getPriorityColor.d.ts +2 -0
- package/dist/.types/_internal/core/utils/getPriorityColor/index.d.ts +1 -0
- package/dist/.types/_internal/core/utils/hexToHsl/hexToHsl.d.ts +5 -0
- package/dist/.types/_internal/core/utils/hexToHsl/index.d.ts +1 -0
- package/dist/.types/_internal/core/utils/hslToHex/hslToHex.d.ts +1 -0
- package/dist/.types/_internal/core/utils/hslToHex/index.d.ts +1 -0
- package/dist/.types/_internal/core/utils/index.d.ts +10 -0
- package/dist/.types/_internal/core/utils/joinClass/index.d.ts +1 -0
- package/dist/.types/_internal/core/utils/joinClass/joinClass.d.ts +1 -0
- package/dist/.types/_internal/tokens/web/js/const.d.ts +1 -0
- package/dist/.types/_internal/tokens/web/js/index.d.ts +19 -0
- package/dist/.types/_internal/tokens/web/js/index.js +33 -0
- package/dist/.types/_internal/tokens/web/js/list.d.ts +2 -0
- package/dist/.types/_internal/tokens/web/js/object.d.ts +10 -0
- package/dist/.types/_internal/tokens/web/scss/main.scss +2 -0
- package/dist/.types/_internal/tokens/web/scss/mixins.scss +61 -0
- package/dist/.types/_internal/tokens/web/scss/variables.scss +47 -0
- package/dist/.types/_internal/toolkit/debounce/debounce.d.ts +6 -0
- package/dist/.types/_internal/toolkit/debounce/index.d.ts +1 -0
- package/dist/.types/_internal/toolkit/index.d.ts +9 -0
- package/dist/.types/_internal/toolkit/interface/ArrayOrObject.d.ts +1 -0
- package/dist/.types/_internal/toolkit/interface/IntRange.d.ts +3 -0
- package/dist/.types/_internal/toolkit/interface/Path.d.ts +5 -0
- package/dist/.types/_internal/toolkit/interface/index.d.ts +3 -0
- package/dist/.types/_internal/toolkit/logger/index.d.ts +1 -0
- package/dist/.types/_internal/toolkit/logger/logger.d.ts +10 -0
- package/dist/.types/_internal/toolkit/mask/MaskOptions.d.ts +5 -0
- package/dist/.types/_internal/toolkit/mask/index.d.ts +2 -0
- package/dist/.types/_internal/toolkit/mask/mask.d.ts +2 -0
- package/dist/.types/_internal/toolkit/normalize/index.d.ts +1 -0
- package/dist/.types/_internal/toolkit/normalize/normalize.d.ts +1 -0
- package/dist/.types/_internal/toolkit/promise/index.d.ts +1 -0
- package/dist/.types/_internal/toolkit/promise/wait.d.ts +1 -0
- package/dist/.types/_internal/toolkit/string/index.d.ts +1 -0
- package/dist/.types/_internal/toolkit/string/string.d.ts +4 -0
- package/dist/.types/_internal/toolkit/uuid/index.d.ts +1 -0
- package/dist/.types/_internal/toolkit/uuid/uuid.d.ts +1 -0
- package/dist/.types/_internal/toolkit/validators/index.d.ts +2 -0
- package/dist/.types/_internal/toolkit/validators/isEmpty.d.ts +1 -0
- package/dist/.types/_internal/toolkit/validators/isValidEmail.d.ts +1 -0
- package/dist/.types/actions/Button/Button.d.ts +2 -2
- package/dist/.types/actions/Button/Button.stories.d.ts +1 -0
- package/dist/.types/actions/Button/Button.stories.d.ts.map +1 -1
- package/dist/.types/actions/ButtonIcon/ButtonIcon.d.ts +2 -2
- package/dist/.types/animations/Bounce/Bounce.d.ts +1 -3
- package/dist/.types/animations/Bounce/Bounce.d.ts.map +1 -1
- package/dist/.types/animations/Bounce/index.d.ts +2 -1
- package/dist/.types/animations/Bounce/index.d.ts.map +1 -1
- package/dist/.types/animations/Fade/Fade.d.ts +0 -1
- package/dist/.types/animations/Fade/Fade.d.ts.map +1 -1
- package/dist/.types/animations/Fade/index.d.ts +2 -1
- package/dist/.types/animations/Fade/index.d.ts.map +1 -1
- package/dist/.types/animations/Slide/Slide.d.ts +4 -5
- package/dist/.types/animations/Slide/Slide.d.ts.map +1 -1
- package/dist/.types/animations/Slide/index.d.ts +2 -1
- package/dist/.types/animations/Slide/index.d.ts.map +1 -1
- package/dist/.types/animations/Zoom/Zoom.d.ts +9 -0
- package/dist/.types/animations/Zoom/Zoom.d.ts.map +1 -0
- package/dist/.types/animations/Zoom/Zoom.stories.d.ts +8 -0
- package/dist/.types/animations/Zoom/Zoom.stories.d.ts.map +1 -0
- package/dist/.types/animations/Zoom/index.d.ts +3 -0
- package/dist/.types/animations/Zoom/index.d.ts.map +1 -0
- package/dist/.types/animations/index.d.ts +5 -3
- package/dist/.types/animations/index.d.ts.map +1 -1
- package/dist/.types/animations/types.d.ts +2 -0
- package/dist/.types/animations/types.d.ts.map +1 -0
- package/dist/.types/core/createComponent.d.ts +1 -1
- package/dist/.types/core/createComponent.d.ts.map +1 -1
- package/dist/.types/display/Avatar/Avatar.d.ts +2 -2
- package/dist/.types/display/Card/Card.d.ts +1 -1
- package/dist/.types/display/Card/CardContent.d.ts +1 -1
- package/dist/.types/display/Chip/Chip.d.ts +2 -2
- package/dist/.types/display/Divider/Divider.d.ts +1 -1
- package/dist/.types/display/Icon/Icon.d.ts +1 -1
- package/dist/.types/display/Table/Table.d.ts +1 -1
- package/dist/.types/display/Table/TableCell.d.ts +1 -1
- package/dist/.types/display/Tooltip/Tooltip.d.ts +1 -1
- package/dist/.types/display/Typography/Typography.d.ts +3 -3
- package/dist/.types/display/Typography/Typography.d.ts.map +1 -1
- package/dist/.types/display/Typography/index.d.ts +1 -0
- package/dist/.types/display/Typography/index.d.ts.map +1 -1
- package/dist/.types/feedback/Alert/Alert.d.ts +2 -2
- package/dist/.types/feedback/Alert/Alert.d.ts.map +1 -1
- package/dist/.types/feedback/Loading/Loading.d.ts +2 -2
- package/dist/.types/feedback/Modal/Modal.d.ts +1 -1
- package/dist/.types/feedback/Modal/ModalFooter.d.ts +1 -1
- package/dist/.types/feedback/Skeleton/Skeleton.d.ts +1 -1
- package/dist/.types/feedback/Toast/Toast.d.ts +17 -0
- package/dist/.types/feedback/Toast/Toast.d.ts.map +1 -0
- package/dist/.types/feedback/Toast/Toast.spec.d.ts +2 -0
- package/dist/.types/feedback/Toast/Toast.spec.d.ts.map +1 -0
- package/dist/.types/feedback/Toast/Toast.stories.d.ts +8 -0
- package/dist/.types/feedback/Toast/Toast.stories.d.ts.map +1 -0
- package/dist/.types/feedback/Toast/ToastProvider.d.ts +9 -0
- package/dist/.types/feedback/Toast/ToastProvider.d.ts.map +1 -0
- package/dist/.types/feedback/Toast/index.d.ts +4 -0
- package/dist/.types/feedback/Toast/index.d.ts.map +1 -0
- package/dist/.types/feedback/Toast/useToast.d.ts +4 -0
- package/dist/.types/feedback/Toast/useToast.d.ts.map +1 -0
- package/dist/.types/fields/Checkbox/Checkbox.d.ts +2 -2
- package/dist/.types/fields/CheckboxGroup/CheckboxGroup.d.ts +1 -1
- package/dist/.types/fields/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/.types/fields/Input/Input.d.ts +1 -1
- package/dist/.types/fields/InputFile/InputFile.d.ts +1 -1
- package/dist/.types/fields/Select/Select.d.ts +1 -1
- package/dist/.types/fields/Switchs/Switch.d.ts +2 -2
- package/dist/.types/hooks/index.d.ts +1 -0
- package/dist/.types/hooks/index.d.ts.map +1 -1
- package/dist/.types/hooks/useResize/index.d.ts +2 -0
- package/dist/.types/hooks/useResize/index.d.ts.map +1 -0
- package/dist/.types/hooks/useResize/useResize.d.ts +19 -0
- package/dist/.types/hooks/useResize/useResize.d.ts.map +1 -0
- package/dist/.types/hooks/useResize/useResize.stories.d.ts +6 -0
- package/dist/.types/hooks/useResize/useResize.stories.d.ts.map +1 -0
- package/dist/.types/lab/Form/Form.d.ts.map +1 -1
- package/dist/.types/lab/Form/Form.stories.d.ts.map +1 -1
- package/dist/.types/lab/Form/FormGroup.d.ts +2 -2
- package/dist/.types/lab/Form/FormGroup.d.ts.map +1 -1
- package/dist/.types/lab/Form/useForm.d.ts +1 -1
- package/dist/.types/lab/Form/useForm.d.ts.map +1 -1
- package/dist/.types/layout/Box/Box.d.ts +1 -1
- package/dist/.types/layout/Container/Container.d.ts +11 -0
- package/dist/.types/layout/Container/Container.d.ts.map +1 -0
- package/dist/.types/layout/Container/Container.spec.d.ts +2 -0
- package/dist/.types/layout/Container/Container.spec.d.ts.map +1 -0
- package/dist/.types/layout/Container/Container.stories.d.ts +7 -0
- package/dist/.types/layout/Container/Container.stories.d.ts.map +1 -0
- package/dist/.types/layout/Container/index.d.ts +2 -0
- package/dist/.types/layout/Container/index.d.ts.map +1 -0
- package/dist/.types/layout/Grid/interface.d.ts +1 -1
- package/dist/.types/layout/Stack/Stack.d.ts +1 -1
- package/dist/.types/layout/index.d.ts +1 -0
- package/dist/.types/layout/index.d.ts.map +1 -1
- package/dist/.types/navigation/Drawer/Drawer.d.ts +1 -1
- package/dist/.types/navigation/Drawer/DrawerContent.d.ts +1 -1
- package/dist/.types/navigation/Drawer/DrawerFooter.d.ts +1 -1
- package/dist/.types/navigation/Drawer/DrawerHeader.d.ts +1 -1
- package/dist/.types/navigation/Menu/Menu.d.ts +1 -1
- package/dist/.types/navigation/Menu/MenuButton.d.ts +2 -2
- package/dist/.types/theme/Theme.d.ts +2 -0
- package/dist/.types/theme/Theme.d.ts.map +1 -0
- package/dist/.types/theme/ThemeProvider.d.ts +1 -1
- package/dist/.types/theme/createTheme.d.ts +1 -1
- package/dist/.types/theme/index.d.ts +3 -0
- package/dist/.types/theme/index.d.ts.map +1 -1
- package/dist/.types/theme/options.d.ts +2 -0
- package/dist/.types/theme/options.d.ts.map +1 -0
- package/dist/.types/theme/system.d.ts +2 -0
- package/dist/.types/theme/system.d.ts.map +1 -0
- package/dist/animations/Bounce/index.cjs +1 -1
- package/dist/animations/Bounce/index.cjs.map +1 -1
- package/dist/animations/Bounce/index.js +1 -1
- package/dist/animations/Bounce/index.js.map +1 -1
- package/dist/animations/Fade/index.cjs +1 -1
- package/dist/animations/Fade/index.cjs.map +1 -1
- package/dist/animations/Fade/index.js +1 -1
- package/dist/animations/Fade/index.js.map +1 -1
- package/dist/animations/Slide/index.cjs +1 -1
- package/dist/animations/Slide/index.js +1 -1
- package/dist/animations/Zoom/index.cjs +2 -0
- package/dist/animations/Zoom/index.cjs.map +1 -0
- package/dist/animations/Zoom/index.d.ts +2 -0
- package/dist/animations/Zoom/index.js +2 -0
- package/dist/animations/Zoom/index.js.map +1 -0
- package/dist/chunks/Alert-BxZX8Ifk.cjs +2 -0
- package/dist/chunks/Alert-BxZX8Ifk.cjs.map +1 -0
- package/dist/chunks/Alert-Em-sG89m.js +2 -0
- package/dist/chunks/Alert-Em-sG89m.js.map +1 -0
- package/dist/chunks/Bounce-ByNbJjX0.cjs +2 -0
- package/dist/chunks/Bounce-ByNbJjX0.cjs.map +1 -0
- package/dist/chunks/Bounce-DP0PU3kr.js +2 -0
- package/dist/chunks/Bounce-DP0PU3kr.js.map +1 -0
- package/dist/chunks/{Box-CNenh0Si.js → Box-DD-rZ2rr.js} +2 -2
- package/dist/chunks/{Box-CNenh0Si.js.map → Box-DD-rZ2rr.js.map} +1 -1
- package/dist/chunks/{Box-CqKu7ACK.cjs → Box-ut8xLHQT.cjs} +2 -2
- package/dist/chunks/{Box-CqKu7ACK.cjs.map → Box-ut8xLHQT.cjs.map} +1 -1
- package/dist/chunks/{ButtonIcon-B5nwYzcd.js → ButtonIcon-CsX4oYeI.js} +2 -2
- package/dist/chunks/{ButtonIcon-B5nwYzcd.js.map → ButtonIcon-CsX4oYeI.js.map} +1 -1
- package/dist/chunks/{ButtonIcon-CJPT8zy-.cjs → ButtonIcon-Cz8zJH-E.cjs} +2 -2
- package/dist/chunks/{ButtonIcon-CJPT8zy-.cjs.map → ButtonIcon-Cz8zJH-E.cjs.map} +1 -1
- package/dist/chunks/{Card-DwQwp0Z1.cjs → Card-B8XSgLaD.cjs} +2 -2
- package/dist/chunks/{Card-DwQwp0Z1.cjs.map → Card-B8XSgLaD.cjs.map} +1 -1
- package/dist/chunks/{Card-BcsU9Bwu.js → Card-DOsl4_nu.js} +2 -2
- package/dist/chunks/{Card-BcsU9Bwu.js.map → Card-DOsl4_nu.js.map} +1 -1
- package/dist/chunks/{CardContent-BfNpVYNI.cjs → CardContent-BivcVoIc.cjs} +2 -2
- package/dist/chunks/{CardContent-BfNpVYNI.cjs.map → CardContent-BivcVoIc.cjs.map} +1 -1
- package/dist/chunks/{CardContent-BvRmc1hs.js → CardContent-C8ypE7yH.js} +2 -2
- package/dist/chunks/{CardContent-BvRmc1hs.js.map → CardContent-C8ypE7yH.js.map} +1 -1
- package/dist/chunks/{Drawer-C0bFfY0L.cjs → Drawer-0wOdungj.cjs} +2 -2
- package/dist/chunks/{Drawer-C0bFfY0L.cjs.map → Drawer-0wOdungj.cjs.map} +1 -1
- package/dist/chunks/{Drawer-BvpQwgSH.js → Drawer-D1lAWrdi.js} +2 -2
- package/dist/chunks/{Drawer-BvpQwgSH.js.map → Drawer-D1lAWrdi.js.map} +1 -1
- package/dist/chunks/Fade-CM-5xRVt.cjs +2 -0
- package/dist/chunks/Fade-CM-5xRVt.cjs.map +1 -0
- package/dist/chunks/Fade-spxq-W-Q.js +2 -0
- package/dist/chunks/Fade-spxq-W-Q.js.map +1 -0
- package/dist/chunks/{GridItem-B1AVF8KI.js → GridItem-CaoPZmBu.js} +2 -2
- package/dist/chunks/{GridItem-B1AVF8KI.js.map → GridItem-CaoPZmBu.js.map} +1 -1
- package/dist/chunks/{GridItem-CWqF8c-3.cjs → GridItem-wwo-SHGR.cjs} +2 -2
- package/dist/chunks/{GridItem-CWqF8c-3.cjs.map → GridItem-wwo-SHGR.cjs.map} +1 -1
- package/dist/chunks/{Icon-Dr2s-fYK.js → Icon-CCIgEwA9.js} +2 -2
- package/dist/chunks/{Icon-Dr2s-fYK.js.map → Icon-CCIgEwA9.js.map} +1 -1
- package/dist/chunks/{Icon-DkPC2mKK.cjs → Icon-COl2Nhp9.cjs} +2 -2
- package/dist/chunks/{Icon-DkPC2mKK.cjs.map → Icon-COl2Nhp9.cjs.map} +1 -1
- package/dist/chunks/{MenuButton-Dr8liABR.cjs → MenuButton-AyzSxRY0.cjs} +2 -2
- package/dist/chunks/{MenuButton-Dr8liABR.cjs.map → MenuButton-AyzSxRY0.cjs.map} +1 -1
- package/dist/chunks/{MenuButton-Cz3vFc6y.js → MenuButton-DLf22r80.js} +2 -2
- package/dist/chunks/{MenuButton-Cz3vFc6y.js.map → MenuButton-DLf22r80.js.map} +1 -1
- package/dist/chunks/{Ripple-DUBh1UW5.js → Ripple-Bq9bxg4k.js} +2 -2
- package/dist/chunks/{Ripple-DUBh1UW5.js.map → Ripple-Bq9bxg4k.js.map} +1 -1
- package/dist/chunks/{Ripple-BqrSCCqr.cjs → Ripple-Dy4i91j1.cjs} +2 -2
- package/dist/chunks/{Ripple-BqrSCCqr.cjs.map → Ripple-Dy4i91j1.cjs.map} +1 -1
- package/dist/chunks/Slide-BxEwoZ70.js.map +1 -1
- package/dist/chunks/Slide-D4aLHjYS.cjs.map +1 -1
- package/dist/chunks/{Stack-Cde2gkUJ.js → Stack-DK5pfu2w.js} +2 -2
- package/dist/chunks/{Stack-Cde2gkUJ.js.map → Stack-DK5pfu2w.js.map} +1 -1
- package/dist/chunks/{Stack-dVH2e42b.cjs → Stack-beBM7a60.cjs} +2 -2
- package/dist/chunks/{Stack-dVH2e42b.cjs.map → Stack-beBM7a60.cjs.map} +1 -1
- package/dist/chunks/Typography-BIZP_DtQ.js +2 -0
- package/dist/chunks/Typography-BIZP_DtQ.js.map +1 -0
- package/dist/chunks/Typography-CAQXUFSQ.cjs +2 -0
- package/dist/chunks/Typography-CAQXUFSQ.cjs.map +1 -0
- package/dist/chunks/Zoom-BOnqwiDY.cjs +2 -0
- package/dist/chunks/Zoom-BOnqwiDY.cjs.map +1 -0
- package/dist/chunks/Zoom-DqgU4Wfv.js +2 -0
- package/dist/chunks/Zoom-DqgU4Wfv.js.map +1 -0
- package/dist/chunks/createComponent-CTufIEiN.cjs +2 -0
- package/dist/chunks/{createComponent-D7BY-VlJ.cjs.map → createComponent-CTufIEiN.cjs.map} +1 -1
- package/dist/chunks/createComponent-WNQRXK89.js +2 -0
- package/dist/chunks/{createComponent-CyZoFjRB.js.map → createComponent-WNQRXK89.js.map} +1 -1
- package/dist/chunks/generateSupportColors-BN5t8dA-.js +2 -0
- package/dist/chunks/generateSupportColors-BN5t8dA-.js.map +1 -0
- package/dist/chunks/generateSupportColors-CTMoGhDf.cjs +2 -0
- package/dist/chunks/generateSupportColors-CTMoGhDf.cjs.map +1 -0
- package/dist/chunks/index-CZ41y9Hn.js +2 -0
- package/dist/chunks/{index-Bmr5u5lp.js.map → index-CZ41y9Hn.js.map} +1 -1
- package/dist/chunks/index-DYxwT4uW.cjs +2 -0
- package/dist/chunks/{index-BaaRDmgo.cjs.map → index-DYxwT4uW.cjs.map} +1 -1
- package/dist/chunks/useForm-3oClzOJC.js +2 -0
- package/dist/chunks/useForm-3oClzOJC.js.map +1 -0
- package/dist/chunks/useForm-TyKbw7O8.cjs +2 -0
- package/dist/chunks/useForm-TyKbw7O8.cjs.map +1 -0
- package/dist/chunks/{useMenu-C47b1gPc.js → useMenu-BNL22pOQ.js} +2 -2
- package/dist/chunks/{useMenu-C47b1gPc.js.map → useMenu-BNL22pOQ.js.map} +1 -1
- package/dist/chunks/{useMenu-C6Vg_3uM.cjs → useMenu-C0u9aTiR.cjs} +2 -2
- package/dist/chunks/{useMenu-C6Vg_3uM.cjs.map → useMenu-C0u9aTiR.cjs.map} +1 -1
- package/dist/chunks/useResize-B-oebgDR.cjs +2 -0
- package/dist/chunks/useResize-B-oebgDR.cjs.map +1 -0
- package/dist/chunks/useResize-BjM6tiAF.js +2 -0
- package/dist/chunks/useResize-BjM6tiAF.js.map +1 -0
- package/dist/chunks/useTheme-DoESyi5h.cjs +2 -0
- package/dist/chunks/useTheme-DoESyi5h.cjs.map +1 -0
- package/dist/chunks/useTheme-njpgklWP.js +2 -0
- package/dist/chunks/useTheme-njpgklWP.js.map +1 -0
- package/dist/components/Alert/index.cjs +1 -1
- package/dist/components/Alert/index.cjs.map +1 -1
- package/dist/components/Alert/index.js +1 -1
- package/dist/components/Alert/index.js.map +1 -1
- package/dist/components/Avatar/index.cjs +1 -1
- package/dist/components/Avatar/index.cjs.map +1 -1
- package/dist/components/Avatar/index.js +1 -1
- package/dist/components/Avatar/index.js.map +1 -1
- package/dist/components/Box/index.cjs +1 -1
- package/dist/components/Box/index.js +1 -1
- package/dist/components/Button/index.cjs +1 -1
- package/dist/components/Button/index.cjs.map +1 -1
- package/dist/components/Button/index.js +1 -1
- package/dist/components/Button/index.js.map +1 -1
- package/dist/components/ButtonIcon/index.cjs +1 -1
- package/dist/components/ButtonIcon/index.js +1 -1
- package/dist/components/Card/index.cjs +1 -1
- package/dist/components/Card/index.js +1 -1
- package/dist/components/Checkbox/index.cjs +1 -1
- package/dist/components/Checkbox/index.cjs.map +1 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/Checkbox/index.js.map +1 -1
- package/dist/components/CheckboxGroup/index.cjs +1 -1
- package/dist/components/CheckboxGroup/index.cjs.map +1 -1
- package/dist/components/CheckboxGroup/index.js +1 -1
- package/dist/components/CheckboxGroup/index.js.map +1 -1
- package/dist/components/Chip/index.cjs +1 -1
- package/dist/components/Chip/index.cjs.map +1 -1
- package/dist/components/Chip/index.js +1 -1
- package/dist/components/Chip/index.js.map +1 -1
- package/dist/components/ColorPicker/index.cjs +1 -1
- package/dist/components/ColorPicker/index.cjs.map +1 -1
- package/dist/components/ColorPicker/index.js +1 -1
- package/dist/components/ColorPicker/index.js.map +1 -1
- package/dist/components/Container/index.cjs +2 -0
- package/dist/components/Container/index.cjs.map +1 -0
- package/dist/components/Container/index.d.ts +2 -0
- package/dist/components/Container/index.js +2 -0
- package/dist/components/Container/index.js.map +1 -0
- package/dist/components/Divider/index.cjs +1 -1
- package/dist/components/Divider/index.cjs.map +1 -1
- package/dist/components/Divider/index.js +1 -1
- package/dist/components/Divider/index.js.map +1 -1
- package/dist/components/Drawer/index.cjs +1 -1
- package/dist/components/Drawer/index.js +1 -1
- package/dist/components/Grid/index.cjs +1 -1
- package/dist/components/Grid/index.js +1 -1
- package/dist/components/Icon/index.cjs +1 -1
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Input/index.cjs +1 -1
- package/dist/components/Input/index.cjs.map +1 -1
- package/dist/components/Input/index.js +1 -1
- package/dist/components/Input/index.js.map +1 -1
- package/dist/components/InputFile/index.cjs +1 -1
- package/dist/components/InputFile/index.cjs.map +1 -1
- package/dist/components/InputFile/index.js +1 -1
- package/dist/components/InputFile/index.js.map +1 -1
- package/dist/components/Loading/index.cjs +1 -1
- package/dist/components/Loading/index.cjs.map +1 -1
- package/dist/components/Loading/index.js +1 -1
- package/dist/components/Loading/index.js.map +1 -1
- package/dist/components/Menu/index.cjs +1 -1
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Modal/index.cjs +1 -1
- package/dist/components/Modal/index.cjs.map +1 -1
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Modal/index.js.map +1 -1
- package/dist/components/Ripple/index.cjs +1 -1
- package/dist/components/Ripple/index.js +1 -1
- package/dist/components/Select/index.cjs +1 -1
- package/dist/components/Select/index.cjs.map +1 -1
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Select/index.js.map +1 -1
- package/dist/components/Skeleton/index.cjs +1 -1
- package/dist/components/Skeleton/index.cjs.map +1 -1
- package/dist/components/Skeleton/index.js +1 -1
- package/dist/components/Skeleton/index.js.map +1 -1
- package/dist/components/Stack/index.cjs +1 -1
- package/dist/components/Stack/index.js +1 -1
- package/dist/components/Switchs/index.cjs +1 -1
- package/dist/components/Switchs/index.cjs.map +1 -1
- package/dist/components/Switchs/index.js +1 -1
- package/dist/components/Switchs/index.js.map +1 -1
- package/dist/components/Table/index.cjs +1 -1
- package/dist/components/Table/index.cjs.map +1 -1
- package/dist/components/Table/index.js +1 -1
- package/dist/components/Table/index.js.map +1 -1
- package/dist/components/Toast/index.cjs +2 -0
- package/dist/components/Toast/index.cjs.map +1 -0
- package/dist/components/Toast/index.d.ts +2 -0
- package/dist/components/Toast/index.js +2 -0
- package/dist/components/Toast/index.js.map +1 -0
- package/dist/components/Tooltip/index.cjs +1 -1
- package/dist/components/Tooltip/index.cjs.map +1 -1
- package/dist/components/Tooltip/index.js +1 -1
- package/dist/components/Tooltip/index.js.map +1 -1
- package/dist/components/Typography/index.cjs +1 -1
- package/dist/components/Typography/index.js +1 -1
- package/dist/core/index.cjs +2 -0
- package/dist/core/index.cjs.map +1 -0
- package/dist/core/index.d.ts +1 -0
- package/dist/core/index.js +2 -0
- package/dist/core/index.js.map +1 -0
- package/dist/hooks/useResize/index.cjs +2 -0
- package/dist/hooks/useResize/index.cjs.map +1 -0
- package/dist/hooks/useResize/index.d.ts +2 -0
- package/dist/hooks/useResize/index.js +2 -0
- package/dist/hooks/useResize/index.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/lab/Form/index.cjs +1 -1
- package/dist/lab/Form/index.js +1 -1
- package/dist/style.css +7 -4
- package/dist/theme/index.cjs +1 -1
- package/dist/theme/index.js +1 -1
- package/package.json +6 -1
- package/dist/chunks/Typography-4DVl9Rev.cjs +0 -2
- package/dist/chunks/Typography-4DVl9Rev.cjs.map +0 -1
- package/dist/chunks/Typography-DO-npvz3.js +0 -2
- package/dist/chunks/Typography-DO-npvz3.js.map +0 -1
- package/dist/chunks/createComponent-CyZoFjRB.js +0 -2
- package/dist/chunks/createComponent-D7BY-VlJ.cjs +0 -2
- package/dist/chunks/index-BaaRDmgo.cjs +0 -2
- package/dist/chunks/index-Bmr5u5lp.js +0 -2
- package/dist/chunks/useForm-BrezSwQu.js +0 -2
- package/dist/chunks/useForm-BrezSwQu.js.map +0 -1
- package/dist/chunks/useForm-UT6lrV2_.cjs +0 -2
- package/dist/chunks/useForm-UT6lrV2_.cjs.map +0 -1
- package/dist/chunks/useTheme-BQxrRS5M.js +0 -2
- package/dist/chunks/useTheme-BQxrRS5M.js.map +0 -1
- package/dist/chunks/useTheme-BZl65Sjh.cjs +0 -2
- package/dist/chunks/useTheme-BZl65Sjh.cjs.map +0 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { PaletteBuilded } from '../theme';
|
|
2
|
+
export type CustomOptions = Partial<ColorOptions & ShapeOptions & SpacingOptions & BehaviorOptions>;
|
|
3
|
+
type Size = 'sm' | 'md' | 'lg';
|
|
4
|
+
type Spacing = 'p' | 'py' | 'px' | 'pt' | 'pb' | 'pl' | 'pr' | 'm' | 'my' | 'mx' | 'mt' | 'mb' | 'ml' | 'mr';
|
|
5
|
+
type SpacingOptions = {
|
|
6
|
+
[S in Spacing]: number;
|
|
7
|
+
};
|
|
8
|
+
type ShapeOptions = {
|
|
9
|
+
borderRadius: number;
|
|
10
|
+
};
|
|
11
|
+
type ColorOptions = {
|
|
12
|
+
color: (palette: PaletteBuilded) => string;
|
|
13
|
+
background: (palette: PaletteBuilded) => string;
|
|
14
|
+
borderColor: (palette: PaletteBuilded) => string;
|
|
15
|
+
backgroundColor: (palette: PaletteBuilded) => string;
|
|
16
|
+
};
|
|
17
|
+
type BehaviorOptions = {
|
|
18
|
+
boxShadow: Size;
|
|
19
|
+
};
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Properties } from 'csstype';
|
|
2
|
+
import type { Plugin } from '../../plugin';
|
|
3
|
+
import type { ThemeBuilded } from '../../theme';
|
|
4
|
+
import type { CustomOptions } from '../CustomOptions';
|
|
5
|
+
type Data = {
|
|
6
|
+
sx: CustomOptions;
|
|
7
|
+
theme: ThemeBuilded;
|
|
8
|
+
};
|
|
9
|
+
export default function createOptions({ sx, theme }: Data, ...plugins: Plugin[]): Properties;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './createOptions';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './defineBoxShadow';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as defineBoxShadow } from './defineBoxShadow';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './defineBackground';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './defineBackgroundColor';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './defineBorderColor';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './defineColor';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { Properties } from 'csstype';
|
|
2
|
+
import type { ThemeBuilded } from '../../theme';
|
|
3
|
+
import type { CustomOptions } from '../../options';
|
|
4
|
+
import type { Plugin } from '../plugin';
|
|
5
|
+
export default function definePlugin(cb: (theme: ThemeBuilded, options: CustomOptions) => Properties): Plugin;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './definePlugin';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './defineBorderRadius';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as defineBorderRadius } from './defineBorderRadius';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './defineMargin';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './definePadding';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Sx';
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import type { Path } from '../../toolkit/interface';
|
|
2
|
+
export declare const colors: readonly ["primary", "secondary", "error", "warning", "success", "info"];
|
|
3
|
+
export declare const mappedColors: ("" | "primary" | "secondary" | "error" | "warning" | "success" | "info" | "text" | "background" | "divider" | "grey" | "primary.main" | "primary.dark" | "primary.light" | "primary.opacity" | "primary.contrast" | "secondary.main" | "secondary.dark" | "secondary.light" | "secondary.opacity" | "secondary.contrast" | "error.main" | "error.dark" | "error.light" | "error.opacity" | "error.contrast" | "warning.main" | "warning.dark" | "warning.light" | "warning.opacity" | "warning.contrast" | "success.main" | "success.dark" | "success.light" | "success.opacity" | "success.contrast" | "info.main" | "info.dark" | "info.light" | "info.opacity" | "info.contrast" | "text.primary" | "text.secondary" | "text.disabled" | "background.paper" | "background.default" | "grey.main" | "grey.dark" | "grey.light" | "grey.opacity" | "grey.contrast")[];
|
|
4
|
+
export type Mode = 'light' | 'dark';
|
|
5
|
+
export type MappedColors = Path<PaletteBuilded>;
|
|
6
|
+
export type Colors = typeof colors[number];
|
|
7
|
+
export type Size = 'small' | 'medium' | 'large';
|
|
8
|
+
export interface Color {
|
|
9
|
+
main: string;
|
|
10
|
+
dark: string;
|
|
11
|
+
light: string;
|
|
12
|
+
opacity: string;
|
|
13
|
+
contrast: string;
|
|
14
|
+
}
|
|
15
|
+
export interface Palette {
|
|
16
|
+
info: string;
|
|
17
|
+
error: string;
|
|
18
|
+
warning: string;
|
|
19
|
+
success: string;
|
|
20
|
+
primary: string;
|
|
21
|
+
secondary: string;
|
|
22
|
+
grey: string;
|
|
23
|
+
text: {
|
|
24
|
+
primary: string;
|
|
25
|
+
secondary: string;
|
|
26
|
+
disabled: string;
|
|
27
|
+
};
|
|
28
|
+
background: {
|
|
29
|
+
paper: string;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
divider: string;
|
|
33
|
+
}
|
|
34
|
+
export type Spacing = number;
|
|
35
|
+
export type Shape = {
|
|
36
|
+
radius: number;
|
|
37
|
+
};
|
|
38
|
+
export type Typography = {
|
|
39
|
+
family: string;
|
|
40
|
+
url?: string;
|
|
41
|
+
};
|
|
42
|
+
export interface PaletteBuilded extends Pick<Palette, 'text' | 'background' | 'divider'> {
|
|
43
|
+
grey: Color;
|
|
44
|
+
info: Color;
|
|
45
|
+
error: Color;
|
|
46
|
+
warning: Color;
|
|
47
|
+
success: Color;
|
|
48
|
+
primary: Color;
|
|
49
|
+
secondary: Color;
|
|
50
|
+
}
|
|
51
|
+
export interface Theme {
|
|
52
|
+
mode: Mode;
|
|
53
|
+
shape: Shape;
|
|
54
|
+
palette: Palette;
|
|
55
|
+
spacing: Spacing;
|
|
56
|
+
typography: Typography;
|
|
57
|
+
}
|
|
58
|
+
export interface ThemeOptions extends Omit<Partial<Theme>, 'palette'> {
|
|
59
|
+
palette?: Partial<Palette>;
|
|
60
|
+
}
|
|
61
|
+
export interface ThemeBuilded extends Omit<Theme, 'palette'> {
|
|
62
|
+
palette: PaletteBuilded;
|
|
63
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './applyTheme';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './colors';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './createTheme';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function adjustLightness(h: number, s: number, l: number, amount: number): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './adjustLightness';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './convertPathToColor';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './generateSupportColors';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getContrastColor(hexColor: string): "#000000" | "#ffffff";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './getContrastColor';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getLinearGradient(hex: string): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './getGradient';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Adiciona opacidade a uma cor em hexadecimal.
|
|
3
|
+
* @param hexColor - A cor em hexadecimal (ex: #RRGGBB ou #RGB).
|
|
4
|
+
* @param opacity - O valor da opacidade (entre 0 e 1).
|
|
5
|
+
* @returns A cor hexadecimal com opacidade (ex: #RRGGBBAA).
|
|
6
|
+
*/
|
|
7
|
+
export declare function getOpacityColor(hexColor: string, opacity: number): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './getOpacityColor';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './getPriorityColor';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './hexToHsl';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function hslToHex(h: number, s: number, l: number): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './hslToHex';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './adjustLightness';
|
|
2
|
+
export * from './convertPathToColor';
|
|
3
|
+
export * from './generateSupportColors';
|
|
4
|
+
export * from './getContrastColor/getContrastColor';
|
|
5
|
+
export * from './getGradient';
|
|
6
|
+
export * from './getOpacityColor';
|
|
7
|
+
export * from './getPriorityColor';
|
|
8
|
+
export * from './hexToHsl/hexToHsl';
|
|
9
|
+
export * from './hslToHex/hslToHex';
|
|
10
|
+
export * from './joinClass';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './joinClass';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function joinClass(...args: Array<string | null | undefined | boolean>): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const prefix = "iziui";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const boxShadowSmall: string;
|
|
2
|
+
export declare const boxShadowRegular: string;
|
|
3
|
+
export declare const boxShadowLarge: string;
|
|
4
|
+
export declare const proportionBase: string;
|
|
5
|
+
export declare const proportionSmall: string;
|
|
6
|
+
export declare const animation: string;
|
|
7
|
+
export declare const gap: string;
|
|
8
|
+
export declare const columns: string;
|
|
9
|
+
export declare const rows: string;
|
|
10
|
+
export declare const xl: string;
|
|
11
|
+
export declare const lg: string;
|
|
12
|
+
export declare const md: string;
|
|
13
|
+
export declare const sm: string;
|
|
14
|
+
export declare const xs: string;
|
|
15
|
+
export declare const radius: string;
|
|
16
|
+
export declare const spacing: string;
|
|
17
|
+
export * from './list';
|
|
18
|
+
export * from './const';
|
|
19
|
+
export * from './object';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export const boxShadowSmall = "0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)";
|
|
2
|
+
export const boxShadowRegular = "0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)";
|
|
3
|
+
export const boxShadowLarge = "0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)";
|
|
4
|
+
export const proportionBase = "10.8px 14.4px";
|
|
5
|
+
export const proportionSmall = "10.8px 14.4px";
|
|
6
|
+
export const animation = ".3s cubic-bezier(0.4, 0.0, 0.2, 1)";
|
|
7
|
+
export const gap = "0";
|
|
8
|
+
export const columns = "12";
|
|
9
|
+
export const rows = "1";
|
|
10
|
+
export const xl = "1536";
|
|
11
|
+
export const lg = "1535";
|
|
12
|
+
export const md = "1199";
|
|
13
|
+
export const sm = "899";
|
|
14
|
+
export const xs = "599";
|
|
15
|
+
export const radius = "8px";
|
|
16
|
+
export const spacing = "8px";
|
|
17
|
+
export const colors = ['primary','secondary','info','error','warning','success'];
|
|
18
|
+
|
|
19
|
+
export const sizes = ['xl','lg','md','sm','xs'];
|
|
20
|
+
|
|
21
|
+
export const prefix = "iziui";
|
|
22
|
+
export const font_sizes = {
|
|
23
|
+
small: '12px',
|
|
24
|
+
medium: '16px',
|
|
25
|
+
large: '22px'
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export const icon_sizes = {
|
|
29
|
+
small: '16px',
|
|
30
|
+
medium: '24px',
|
|
31
|
+
large: '32px'
|
|
32
|
+
};
|
|
33
|
+
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/* Auto-generated by Style Dictionary. Do not edit directly. */
|
|
2
|
+
@use "sass:string";
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* GRID */
|
|
6
|
+
@mixin grid($gap: 0, $grid-columns: 12, $grid-rows: 1) {
|
|
7
|
+
width: 100%;
|
|
8
|
+
display: grid;
|
|
9
|
+
gap: $gap;
|
|
10
|
+
position: relative;
|
|
11
|
+
grid-template-rows: $grid-rows;
|
|
12
|
+
grid-template-columns: repeat($grid-columns, 1fr);
|
|
13
|
+
-ms-grid-columns: string.unquote(repeater("1fr ", $grid-columns));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@mixin grid-column-start($cols) {
|
|
17
|
+
-ms-grid-column: $cols;
|
|
18
|
+
grid-column-start: $cols;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@mixin grid-column-span($cols: $grid-columns) {
|
|
22
|
+
grid-column-end: span $cols;
|
|
23
|
+
-ms-grid-column-span: $cols;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@mixin grid-row-start($rows) {
|
|
27
|
+
-ms-grid-row: $rows;
|
|
28
|
+
grid-row-start: $rows;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
/* MEDRIA QUERY */
|
|
33
|
+
@mixin for-xl {
|
|
34
|
+
@media only screen and (min-width: 1536px) {
|
|
35
|
+
@content;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@mixin for-lg {
|
|
40
|
+
@media only screen and (max-width: 1535px) {
|
|
41
|
+
@content;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@mixin for-md {
|
|
46
|
+
@media only screen and (max-width: 1199px) {
|
|
47
|
+
@content;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
@mixin for-sm {
|
|
52
|
+
@media only screen and (max-width: 899px) {
|
|
53
|
+
@content;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@mixin for-xs {
|
|
58
|
+
@media only screen and (max-width: 599px) {
|
|
59
|
+
@content;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
$colors: (
|
|
2
|
+
'primary',
|
|
3
|
+
'secondary',
|
|
4
|
+
'info',
|
|
5
|
+
'error',
|
|
6
|
+
'warning',
|
|
7
|
+
'success',
|
|
8
|
+
);
|
|
9
|
+
|
|
10
|
+
$sizes: (
|
|
11
|
+
'xl',
|
|
12
|
+
'lg',
|
|
13
|
+
'md',
|
|
14
|
+
'sm',
|
|
15
|
+
'xs',
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
$prefix: 'iziui';
|
|
19
|
+
|
|
20
|
+
$font_sizes: (
|
|
21
|
+
small: 12px,
|
|
22
|
+
medium: 16px,
|
|
23
|
+
large: 22px
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
$icon_sizes: (
|
|
27
|
+
small: 16px,
|
|
28
|
+
medium: 24px,
|
|
29
|
+
large: 32px
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
$box-shadow-small: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
33
|
+
$box-shadow-regular: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
|
34
|
+
$box-shadow-large: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
|
|
35
|
+
$proportion-base: 10.8px 14.4px;
|
|
36
|
+
$proportion-small: 10.8px 14.4px;
|
|
37
|
+
$animation: .3s cubic-bezier(0.4, 0.0, 0.2, 1);
|
|
38
|
+
$gap: 0;
|
|
39
|
+
$columns: 12;
|
|
40
|
+
$rows: 1;
|
|
41
|
+
$xl: 1536;
|
|
42
|
+
$lg: 1535;
|
|
43
|
+
$md: 1199;
|
|
44
|
+
$sm: 899;
|
|
45
|
+
$xs: 599;
|
|
46
|
+
$radius: 8px;
|
|
47
|
+
$spacing: 8px;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './debounce';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ArrayOrObject<T> = T extends Array<infer U> ? U : T;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export type MaxDepth = 5;
|
|
2
|
+
export type Path<T, P extends string = '', D extends unknown[] = []> = D['length'] extends MaxDepth ? '' : T extends object ? {
|
|
3
|
+
[K in keyof T]: K extends string ? `${P}${P extends '' ? '' : '.'}${K}` | Path<T[K], `${P}${P extends '' ? '' : '.'}${K}`, [...D, unknown]> : never;
|
|
4
|
+
}[keyof T] : '';
|
|
5
|
+
export type PathValue<T, P extends string> = P extends `${infer K}.${infer Rest}` ? K extends keyof T ? PathValue<T[K], Rest> : never : P extends keyof T ? T[P] : never;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './logger';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './normalize';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function sanitizeOnlyNumbers(value: string): string;
|