@dotss/ui 0.0.4 → 0.0.6
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/.turbo/turbo-build.log +510 -0
- package/CHANGELOG.md +4 -0
- package/dist/Accordion/Accordion.cjs +34 -0
- package/dist/Accordion/Accordion.d.ts +14 -0
- package/dist/Accordion/Accordion.es.js +115 -0
- package/dist/Accordion/Accordion.stories.d.ts +16 -0
- package/dist/Accordion/index.cjs +1 -0
- package/dist/Accordion/index.d.ts +3 -0
- package/dist/Accordion/index.es.js +4 -0
- package/dist/Autocomplete/Autocomplete.cjs +1 -0
- package/dist/Autocomplete/Autocomplete.d.ts +27 -0
- package/dist/Autocomplete/Autocomplete.es.js +108 -0
- package/dist/Autocomplete/Autocomplete.stories.d.ts +16 -0
- package/dist/Autocomplete/index.cjs +1 -0
- package/dist/Autocomplete/index.d.ts +3 -0
- package/dist/Autocomplete/index.es.js +4 -0
- package/dist/Backdrop/Backdrop.cjs +17 -0
- package/dist/Backdrop/Backdrop.d.ts +13 -0
- package/dist/Backdrop/Backdrop.es.js +99 -0
- package/dist/Backdrop/Backdrop.stories.d.ts +14 -0
- package/dist/Backdrop/index.cjs +1 -0
- package/dist/Backdrop/index.d.ts +3 -0
- package/dist/Backdrop/index.es.js +4 -0
- package/dist/Badge/Badge.cjs +16 -0
- package/dist/Badge/Badge.d.ts +14 -0
- package/dist/Badge/Badge.es.js +98 -0
- package/dist/Badge/Badge.stories.d.ts +14 -0
- package/dist/Badge/index.cjs +1 -0
- package/dist/Badge/index.d.ts +3 -0
- package/dist/Badge/index.es.js +4 -0
- package/dist/BottomSheet/BottomSheet.cjs +33 -0
- package/dist/BottomSheet/BottomSheet.d.ts +15 -0
- package/dist/BottomSheet/BottomSheet.es.js +131 -0
- package/dist/BottomSheet/BottomSheet.stories.d.ts +29 -0
- package/dist/BottomSheet/BottomSheetAction/BottomSheetAction.cjs +15 -0
- package/dist/BottomSheet/BottomSheetAction/BottomSheetAction.d.ts +8 -0
- package/dist/BottomSheet/BottomSheetAction/BottomSheetAction.es.js +34 -0
- package/dist/BottomSheet/BottomSheetAction/index.cjs +1 -0
- package/dist/BottomSheet/BottomSheetAction/index.d.ts +3 -0
- package/dist/BottomSheet/BottomSheetAction/index.es.js +4 -0
- package/dist/BottomSheet/BottomSheetContent/BottomSheetContent.cjs +8 -0
- package/dist/BottomSheet/BottomSheetContent/BottomSheetContent.d.ts +8 -0
- package/dist/BottomSheet/BottomSheetContent/BottomSheetContent.es.js +27 -0
- package/dist/BottomSheet/BottomSheetContent/index.cjs +1 -0
- package/dist/BottomSheet/BottomSheetContent/index.d.ts +3 -0
- package/dist/BottomSheet/BottomSheetContent/index.es.js +4 -0
- package/dist/BottomSheet/BottomSheetText/BottomSheetText.cjs +5 -0
- package/dist/BottomSheet/BottomSheetText/BottomSheetText.d.ts +10 -0
- package/dist/BottomSheet/BottomSheetText/BottomSheetText.es.js +30 -0
- package/dist/BottomSheet/BottomSheetText/index.cjs +1 -0
- package/dist/BottomSheet/BottomSheetText/index.d.ts +3 -0
- package/dist/BottomSheet/BottomSheetText/index.es.js +4 -0
- package/dist/BottomSheet/BottomSheetTitle/BottomSheetTitle.cjs +28 -0
- package/dist/BottomSheet/BottomSheetTitle/BottomSheetTitle.d.ts +10 -0
- package/dist/BottomSheet/BottomSheetTitle/BottomSheetTitle.es.js +58 -0
- package/dist/BottomSheet/BottomSheetTitle/index.cjs +1 -0
- package/dist/BottomSheet/BottomSheetTitle/index.d.ts +3 -0
- package/dist/BottomSheet/BottomSheetTitle/index.es.js +4 -0
- package/dist/BottomSheet/index.cjs +1 -0
- package/dist/BottomSheet/index.d.ts +7 -0
- package/dist/BottomSheet/index.es.js +12 -0
- package/dist/Box/Box.cjs +8 -0
- package/dist/Box/Box.d.ts +9 -0
- package/dist/Box/Box.es.js +45 -0
- package/dist/Box/Box.stories.d.ts +26 -0
- package/dist/Box/index.cjs +1 -0
- package/dist/Box/index.d.ts +3 -0
- package/dist/Box/index.es.js +4 -0
- package/dist/Button/Button.cjs +24 -0
- package/dist/Button/Button.d.ts +16 -0
- package/dist/Button/Button.es.js +300 -0
- package/dist/Button/Button.stories.d.ts +32 -0
- package/dist/Button/index.cjs +1 -0
- package/dist/Button/index.d.ts +3 -0
- package/dist/Button/index.es.js +4 -0
- package/dist/Card/Card.cjs +18 -0
- package/dist/Card/Card.d.ts +13 -0
- package/dist/Card/Card.es.js +152 -0
- package/dist/Card/Card.stories.d.ts +34 -0
- package/dist/Card/index.cjs +1 -0
- package/dist/Card/index.d.ts +3 -0
- package/dist/Card/index.es.js +4 -0
- package/dist/ChainPicker/ChainPicker.cjs +44 -0
- package/dist/ChainPicker/ChainPicker.d.ts +17 -0
- package/dist/ChainPicker/ChainPicker.es.js +179 -0
- package/dist/ChainPicker/ChainPicker.stories.d.ts +11 -0
- package/dist/ChainPicker/index.cjs +1 -0
- package/dist/ChainPicker/index.d.ts +4 -0
- package/dist/ChainPicker/index.es.js +4 -0
- package/dist/Checkbox/Checkbox.cjs +16 -0
- package/dist/Checkbox/Checkbox.d.ts +10 -0
- package/dist/Checkbox/Checkbox.es.js +77 -0
- package/dist/Checkbox/Checkbox.stories.d.ts +13 -0
- package/dist/Checkbox/index.cjs +1 -0
- package/dist/Checkbox/index.d.ts +3 -0
- package/dist/Checkbox/index.es.js +4 -0
- package/dist/Chip/Chip.cjs +15 -0
- package/dist/Chip/Chip.d.ts +14 -0
- package/dist/Chip/Chip.es.js +120 -0
- package/dist/Chip/Chip.stories.d.ts +30 -0
- package/dist/Chip/index.cjs +1 -0
- package/dist/Chip/index.d.ts +3 -0
- package/dist/Chip/index.es.js +4 -0
- package/dist/CircularProgressIndicator/CircularProgressIndicator.cjs +18 -0
- package/dist/CircularProgressIndicator/CircularProgressIndicator.d.ts +11 -0
- package/dist/CircularProgressIndicator/CircularProgressIndicator.es.js +87 -0
- package/dist/CircularProgressIndicator/CircularProgressIndicator.stories.d.ts +14 -0
- package/dist/CircularProgressIndicator/index.cjs +1 -0
- package/dist/CircularProgressIndicator/index.d.ts +3 -0
- package/dist/CircularProgressIndicator/index.es.js +4 -0
- package/dist/ClickAwayListener/ClickAwayListener.cjs +1 -0
- package/dist/ClickAwayListener/ClickAwayListener.d.ts +7 -0
- package/dist/ClickAwayListener/ClickAwayListener.es.js +17 -0
- package/dist/ClickAwayListener/index.cjs +1 -0
- package/dist/ClickAwayListener/index.d.ts +3 -0
- package/dist/ClickAwayListener/index.es.js +4 -0
- package/dist/DatePicker/DatePicker.cjs +73 -0
- package/dist/DatePicker/DatePicker.d.ts +24 -0
- package/dist/DatePicker/DatePicker.es.js +595 -0
- package/dist/DatePicker/DatePicker.stories.d.ts +27 -0
- package/dist/DatePicker/index.cjs +1 -0
- package/dist/DatePicker/index.d.ts +4 -0
- package/dist/DatePicker/index.es.js +4 -0
- package/dist/Dialog/Dialog.cjs +20 -0
- package/dist/Dialog/Dialog.d.ts +21 -0
- package/dist/Dialog/Dialog.es.js +136 -0
- package/dist/Dialog/Dialog.stories.d.ts +30 -0
- package/dist/Dialog/DialogAction/DialogAction.cjs +12 -0
- package/dist/Dialog/DialogAction/DialogAction.d.ts +4 -0
- package/dist/Dialog/DialogAction/DialogAction.es.js +20 -0
- package/dist/Dialog/DialogAction/index.cjs +1 -0
- package/dist/Dialog/DialogAction/index.d.ts +3 -0
- package/dist/Dialog/DialogAction/index.es.js +4 -0
- package/dist/Dialog/DialogContent/DialogContent.cjs +8 -0
- package/dist/Dialog/DialogContent/DialogContent.d.ts +4 -0
- package/dist/Dialog/DialogContent/DialogContent.es.js +16 -0
- package/dist/Dialog/DialogContent/index.cjs +1 -0
- package/dist/Dialog/DialogContent/index.d.ts +3 -0
- package/dist/Dialog/DialogContent/index.es.js +4 -0
- package/dist/Dialog/DialogText/DialogText.cjs +5 -0
- package/dist/Dialog/DialogText/DialogText.d.ts +10 -0
- package/dist/Dialog/DialogText/DialogText.es.js +42 -0
- package/dist/Dialog/DialogText/index.cjs +1 -0
- package/dist/Dialog/DialogText/index.d.ts +3 -0
- package/dist/Dialog/DialogText/index.es.js +4 -0
- package/dist/Dialog/DialogTitle/DialogTitle.cjs +24 -0
- package/dist/Dialog/DialogTitle/DialogTitle.d.ts +10 -0
- package/dist/Dialog/DialogTitle/DialogTitle.es.js +64 -0
- package/dist/Dialog/DialogTitle/index.cjs +1 -0
- package/dist/Dialog/DialogTitle/index.d.ts +3 -0
- package/dist/Dialog/DialogTitle/index.es.js +4 -0
- package/dist/Dialog/index.cjs +1 -0
- package/dist/Dialog/index.d.ts +7 -0
- package/dist/Dialog/index.es.js +12 -0
- package/dist/Flexbox/Flexbox.cjs +19 -0
- package/dist/Flexbox/Flexbox.d.ts +20 -0
- package/dist/Flexbox/Flexbox.es.js +56 -0
- package/dist/Flexbox/Flexbox.stories.d.ts +56 -0
- package/dist/Flexbox/index.cjs +1 -0
- package/dist/Flexbox/index.d.ts +3 -0
- package/dist/Flexbox/index.es.js +4 -0
- package/dist/FocusBoundary/FocusBoundary.cjs +1 -0
- package/dist/FocusBoundary/FocusBoundary.d.ts +9 -0
- package/dist/FocusBoundary/FocusBoundary.es.js +73 -0
- package/dist/FocusBoundary/index.cjs +1 -0
- package/dist/FocusBoundary/index.d.ts +3 -0
- package/dist/FocusBoundary/index.es.js +4 -0
- package/dist/FormControlText/FormControlText.cjs +12 -0
- package/dist/FormControlText/FormControlText.d.ts +14 -0
- package/dist/FormControlText/FormControlText.es.js +68 -0
- package/dist/FormControlText/FormControlText.stories.d.ts +21 -0
- package/dist/FormControlText/index.cjs +1 -0
- package/dist/FormControlText/index.d.ts +3 -0
- package/dist/FormControlText/index.es.js +4 -0
- package/dist/Icon/Icon.cjs +5 -0
- package/dist/Icon/Icon.d.ts +13 -0
- package/dist/Icon/Icon.es.js +82 -0
- package/dist/Icon/Icon.stories.d.ts +23 -0
- package/dist/Icon/index.cjs +1 -0
- package/dist/Icon/index.d.ts +3 -0
- package/dist/Icon/index.es.js +4 -0
- package/dist/IconButton/IconButton.cjs +30 -0
- package/dist/IconButton/IconButton.d.ts +12 -0
- package/dist/IconButton/IconButton.es.js +312 -0
- package/dist/IconButton/IconButton.stories.d.ts +15 -0
- package/dist/IconButton/index.cjs +1 -0
- package/dist/IconButton/index.d.ts +3 -0
- package/dist/IconButton/index.es.js +4 -0
- package/dist/Label/Label.cjs +16 -0
- package/dist/Label/Label.d.ts +17 -0
- package/dist/Label/Label.es.js +233 -0
- package/dist/Label/Label.stories.d.ts +30 -0
- package/dist/Label/index.cjs +1 -0
- package/dist/Label/index.d.ts +3 -0
- package/dist/Label/index.es.js +4 -0
- package/dist/LineProgressIndicator/LineProgressIndicator.cjs +35 -0
- package/dist/LineProgressIndicator/LineProgressIndicator.d.ts +11 -0
- package/dist/LineProgressIndicator/LineProgressIndicator.es.js +69 -0
- package/dist/LineProgressIndicator/LineProgressIndicator.stories.d.ts +15 -0
- package/dist/LineProgressIndicator/index.cjs +1 -0
- package/dist/LineProgressIndicator/index.d.ts +3 -0
- package/dist/LineProgressIndicator/index.es.js +4 -0
- package/dist/Menu/Menu.cjs +35 -0
- package/dist/Menu/Menu.d.ts +23 -0
- package/dist/Menu/Menu.es.js +163 -0
- package/dist/Menu/Menu.stories.d.ts +30 -0
- package/dist/Menu/MenuBlock/MenuBlock.cjs +26 -0
- package/dist/Menu/MenuBlock/MenuBlock.d.ts +13 -0
- package/dist/Menu/MenuBlock/MenuBlock.es.js +116 -0
- package/dist/Menu/MenuBlock/index.cjs +1 -0
- package/dist/Menu/MenuBlock/index.d.ts +3 -0
- package/dist/Menu/MenuBlock/index.es.js +4 -0
- package/dist/Menu/index.cjs +1 -0
- package/dist/Menu/index.d.ts +4 -0
- package/dist/Menu/index.es.js +6 -0
- package/dist/NumberKeypad/NumberKeypad.cjs +9 -0
- package/dist/NumberKeypad/NumberKeypad.d.ts +14 -0
- package/dist/NumberKeypad/NumberKeypad.es.js +37 -0
- package/dist/NumberKeypad/NumberKeypad.stories.d.ts +14 -0
- package/dist/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.cjs +34 -0
- package/dist/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.d.ts +9 -0
- package/dist/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.es.js +106 -0
- package/dist/NumberKeypad/NumberKeypadBlock/index.cjs +1 -0
- package/dist/NumberKeypad/NumberKeypadBlock/index.d.ts +3 -0
- package/dist/NumberKeypad/NumberKeypadBlock/index.es.js +4 -0
- package/dist/NumberKeypad/index.cjs +1 -0
- package/dist/NumberKeypad/index.d.ts +4 -0
- package/dist/NumberKeypad/index.es.js +6 -0
- package/dist/PageControl/PageControl.cjs +15 -0
- package/dist/PageControl/PageControl.d.ts +12 -0
- package/dist/PageControl/PageControl.es.js +51 -0
- package/dist/PageControl/PageControl.stories.d.ts +13 -0
- package/dist/PageControl/index.cjs +1 -0
- package/dist/PageControl/index.d.ts +3 -0
- package/dist/PageControl/index.es.js +4 -0
- package/dist/Radio/Radio.cjs +16 -0
- package/dist/Radio/Radio.d.ts +10 -0
- package/dist/Radio/Radio.es.js +69 -0
- package/dist/Radio/Radio.stories.d.ts +13 -0
- package/dist/Radio/index.cjs +1 -0
- package/dist/Radio/index.d.ts +3 -0
- package/dist/Radio/index.es.js +4 -0
- package/dist/SegmentedButton/SegmentedButton.cjs +7 -0
- package/dist/SegmentedButton/SegmentedButton.d.ts +17 -0
- package/dist/SegmentedButton/SegmentedButton.es.js +48 -0
- package/dist/SegmentedButton/SegmentedButton.stories.d.ts +17 -0
- package/dist/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.cjs +48 -0
- package/dist/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.d.ts +14 -0
- package/dist/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.es.js +177 -0
- package/dist/SegmentedButton/SegmentedButtonBlock/index.cjs +1 -0
- package/dist/SegmentedButton/SegmentedButtonBlock/index.d.ts +3 -0
- package/dist/SegmentedButton/SegmentedButtonBlock/index.es.js +4 -0
- package/dist/SegmentedButton/index.cjs +1 -0
- package/dist/SegmentedButton/index.d.ts +4 -0
- package/dist/SegmentedButton/index.es.js +6 -0
- package/dist/Select/Option/Option.cjs +32 -0
- package/dist/Select/Option/Option.d.ts +17 -0
- package/dist/Select/Option/Option.es.js +133 -0
- package/dist/Select/Option/index.cjs +1 -0
- package/dist/Select/Option/index.d.ts +3 -0
- package/dist/Select/Option/index.es.js +4 -0
- package/dist/Select/Select.cjs +53 -0
- package/dist/Select/Select.d.ts +20 -0
- package/dist/Select/Select.es.js +283 -0
- package/dist/Select/Select.stories.d.ts +29 -0
- package/dist/Select/index.cjs +1 -0
- package/dist/Select/index.d.ts +4 -0
- package/dist/Select/index.es.js +6 -0
- package/dist/Skeleton/Skeleton.cjs +38 -0
- package/dist/Skeleton/Skeleton.d.ts +18 -0
- package/dist/Skeleton/Skeleton.es.js +94 -0
- package/dist/Skeleton/Skeleton.stories.d.ts +15 -0
- package/dist/Skeleton/index.cjs +1 -0
- package/dist/Skeleton/index.d.ts +3 -0
- package/dist/Skeleton/index.es.js +4 -0
- package/dist/Slider/Slider.cjs +40 -0
- package/dist/Slider/Slider.d.ts +18 -0
- package/dist/Slider/Slider.es.js +163 -0
- package/dist/Slider/Slider.stories.d.ts +15 -0
- package/dist/Slider/index.cjs +1 -0
- package/dist/Slider/index.d.ts +3 -0
- package/dist/Slider/index.es.js +4 -0
- package/dist/Snackbar/Snackbar.cjs +40 -0
- package/dist/Snackbar/Snackbar.d.ts +22 -0
- package/dist/Snackbar/Snackbar.es.js +209 -0
- package/dist/Snackbar/Snackbar.stories.d.ts +36 -0
- package/dist/Snackbar/index.cjs +1 -0
- package/dist/Snackbar/index.d.ts +3 -0
- package/dist/Snackbar/index.es.js +4 -0
- package/dist/Switch/Switch.cjs +30 -0
- package/dist/Switch/Switch.d.ts +13 -0
- package/dist/Switch/Switch.es.js +111 -0
- package/dist/Switch/Switch.stories.d.ts +13 -0
- package/dist/Switch/index.cjs +1 -0
- package/dist/Switch/index.d.ts +3 -0
- package/dist/Switch/index.es.js +4 -0
- package/dist/Tab/Tab.cjs +18 -0
- package/dist/Tab/Tab.d.ts +13 -0
- package/dist/Tab/Tab.es.js +183 -0
- package/dist/Tab/Tab.stories.d.ts +24 -0
- package/dist/Tab/TabBlock/TabBlock.cjs +11 -0
- package/dist/Tab/TabBlock/TabBlock.d.ts +12 -0
- package/dist/Tab/TabBlock/TabBlock.es.js +84 -0
- package/dist/Tab/TabBlock/index.cjs +1 -0
- package/dist/Tab/TabBlock/index.d.ts +3 -0
- package/dist/Tab/TabBlock/index.es.js +4 -0
- package/dist/Tab/index.cjs +1 -0
- package/dist/Tab/index.d.ts +4 -0
- package/dist/Tab/index.es.js +6 -0
- package/dist/TextArea/TextArea.cjs +68 -0
- package/dist/TextArea/TextArea.d.ts +16 -0
- package/dist/TextArea/TextArea.es.js +222 -0
- package/dist/TextArea/TextArea.stories.d.ts +25 -0
- package/dist/TextArea/index.cjs +1 -0
- package/dist/TextArea/index.d.ts +3 -0
- package/dist/TextArea/index.es.js +4 -0
- package/dist/TextField/TextField.cjs +47 -0
- package/dist/TextField/TextField.d.ts +17 -0
- package/dist/TextField/TextField.es.js +271 -0
- package/dist/TextField/TextField.stories.d.ts +35 -0
- package/dist/TextField/index.cjs +1 -0
- package/dist/TextField/index.d.ts +3 -0
- package/dist/TextField/index.es.js +4 -0
- package/dist/Tooltip/Tooltip.cjs +26 -0
- package/dist/Tooltip/Tooltip.d.ts +18 -0
- package/dist/Tooltip/Tooltip.es.js +341 -0
- package/dist/Tooltip/Tooltip.stories.d.ts +34 -0
- package/dist/Tooltip/index.cjs +1 -0
- package/dist/Tooltip/index.d.ts +3 -0
- package/dist/Tooltip/index.es.js +4 -0
- package/dist/Typography/Typography.cjs +13 -0
- package/dist/Typography/Typography.d.ts +15 -0
- package/dist/Typography/Typography.es.js +80 -0
- package/dist/Typography/Typography.stories.d.ts +27 -0
- package/dist/Typography/index.cjs +1 -0
- package/dist/Typography/index.d.ts +3 -0
- package/dist/Typography/index.es.js +4 -0
- package/dist/core/GlobalStyle.cjs +3 -0
- package/dist/core/GlobalStyle.d.ts +2 -0
- package/dist/core/GlobalStyle.es.js +72 -0
- package/dist/core/ThemeContext.cjs +1 -0
- package/dist/core/ThemeContext.d.ts +4 -0
- package/dist/core/ThemeContext.es.js +8 -0
- package/dist/core/ThemeProvider.cjs +1 -0
- package/dist/core/ThemeProvider.d.ts +9 -0
- package/dist/core/ThemeProvider.es.js +23 -0
- package/dist/core/useTheme.cjs +1 -0
- package/dist/core/useTheme.d.ts +1 -0
- package/dist/core/useTheme.es.js +11 -0
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.es.js +4 -0
- package/dist/hooks/useCheckHoverPossible/useCheckHoverPossible.cjs +1 -0
- package/dist/hooks/useCheckHoverPossible/useCheckHoverPossible.d.ts +4 -0
- package/dist/hooks/useCheckHoverPossible/useCheckHoverPossible.es.js +13 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +37 -0
- package/dist/index.es.js +98 -0
- package/dist/resources/tictoccroc/icons/colorLine/calendar-color-line.svg-B_vYjqIZ.js +5 -0
- package/dist/resources/tictoccroc/icons/colorLine/calendar-color-line.svg-BtUQ4TKP.cjs +1 -0
- package/dist/resources/tictoccroc/icons/colorLine/capacity-color-line.svg-BQo3SZhS.cjs +1 -0
- package/dist/resources/tictoccroc/icons/colorLine/capacity-color-line.svg-oT5B8THh.js +5 -0
- package/dist/resources/tictoccroc/icons/colorLine/goods-color-line.svg-CT8jVC5v.js +5 -0
- package/dist/resources/tictoccroc/icons/colorLine/goods-color-line.svg-Dz9RB5RV.cjs +1 -0
- package/dist/resources/tictoccroc/icons/colorLine/index.d.ts +5 -0
- package/dist/resources/tictoccroc/icons/colorLine/index.ts-Dyvby5gX.cjs +1 -0
- package/dist/resources/tictoccroc/icons/colorLine/index.ts-l0sNRNKZ.js +1 -0
- package/dist/resources/tictoccroc/icons/colorLine/kids-color-line.svg-BF7M2ymg.cjs +1 -0
- package/dist/resources/tictoccroc/icons/colorLine/kids-color-line.svg-CZDUwvTf.js +5 -0
- package/dist/resources/tictoccroc/icons/colorLine/time-color-line.svg-K7igWiF7.js +5 -0
- package/dist/resources/tictoccroc/icons/colorLine/time-color-line.svg-lvcsdtRd.cjs +1 -0
- package/dist/resources/tictoccroc/icons/emoji/average-plane-emoji.svg-1B3oSCfr.js +5 -0
- package/dist/resources/tictoccroc/icons/emoji/average-plane-emoji.svg-Ddpo9mEE.cjs +1 -0
- package/dist/resources/tictoccroc/icons/emoji/excellent-plane-emoji.svg-Bq_nM8Tm.js +5 -0
- package/dist/resources/tictoccroc/icons/emoji/excellent-plane-emoji.svg-CSFc2vsd.cjs +1 -0
- package/dist/resources/tictoccroc/icons/emoji/good-plane-emoji.svg-BShQn-co.cjs +1 -0
- package/dist/resources/tictoccroc/icons/emoji/good-plane-emoji.svg-Bve6hTZH.js +5 -0
- package/dist/resources/tictoccroc/icons/emoji/index.d.ts +3 -0
- package/dist/resources/tictoccroc/icons/emoji/index.ts-Dyvby5gX.cjs +1 -0
- package/dist/resources/tictoccroc/icons/emoji/index.ts-l0sNRNKZ.js +1 -0
- package/dist/resources/tictoccroc/icons/etc/cash-etc.svg-BE9-4t5W.cjs +1 -0
- package/dist/resources/tictoccroc/icons/etc/cash-etc.svg-CvAOzEdq.js +5 -0
- package/dist/resources/tictoccroc/icons/etc/check-etc.svg-6o7_QHlK.cjs +1 -0
- package/dist/resources/tictoccroc/icons/etc/check-etc.svg-CeWjWVqv.js +5 -0
- package/dist/resources/tictoccroc/icons/etc/coupon-etc.svg-BYpSMvLr.js +7 -0
- package/dist/resources/tictoccroc/icons/etc/coupon-etc.svg-DB4JIfi8.cjs +1 -0
- package/dist/resources/tictoccroc/icons/etc/index.d.ts +5 -0
- package/dist/resources/tictoccroc/icons/etc/index.ts-Dyvby5gX.cjs +1 -0
- package/dist/resources/tictoccroc/icons/etc/index.ts-l0sNRNKZ.js +1 -0
- package/dist/resources/tictoccroc/icons/etc/point-etc.svg-CAEUCvfM.cjs +1 -0
- package/dist/resources/tictoccroc/icons/etc/point-etc.svg-DZ31KNBj.js +5 -0
- package/dist/resources/tictoccroc/icons/etc/unscheduled-etc.svg-C9TZ0hvI.js +5 -0
- package/dist/resources/tictoccroc/icons/etc/unscheduled-etc.svg-D-47KeXg.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/alert-fill.svg-BJrM_goo.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/alert-fill.svg-C8QjfUUX.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/apply-fill.svg-CmRhMN1w.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/apply-fill.svg-DRpGrJGw.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/arrow-down-fill.svg-C30f0N0F.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/arrow-down-fill.svg-VKh4yV7q.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/arrow-left-fill.svg-CdGognG9.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/arrow-left-fill.svg-DVd7uVkk.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/arrow-right-fill.svg-C3fI1iEy.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/arrow-right-fill.svg-CkH6pq8F.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/arrow-up-fill.svg-CEHHUpG_.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/arrow-up-fill.svg-DWbcv7JX.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/chatting-fill.svg-CVjv4Kr7.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/chatting-fill.svg-HaX5-_VL.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/clr-fill.svg-Cn-I8j7d.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/clr-fill.svg-DuLFHwKc.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/complete-fill.svg-DhQki4Tw.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/complete-fill.svg-cERkJmCb.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/home-fill.svg-CxFGWK0L.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/home-fill.svg-D3lzGMV2.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/index.d.ts +19 -0
- package/dist/resources/tictoccroc/icons/fill/index.ts-Dyvby5gX.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/index.ts-l0sNRNKZ.js +1 -0
- package/dist/resources/tictoccroc/icons/fill/info-fill.svg-CwgxQGwL.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/info-fill.svg-DkEX99Sy.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/invalid-fill.svg-CJJ-xmGJ.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/invalid-fill.svg-D-87fL2g.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/like-fill.svg-Cx1cz0ZV.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/like-fill.svg-DnL66ApL.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/met-fill.svg-B09QdWd-.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/met-fill.svg-BYSmsKBw.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/ongoing-fill.svg-BWY0Pepo.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/ongoing-fill.svg-D9OuoEPD.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/review-fill.svg-C356jYYw.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/review-fill.svg-Ci8MN4eI.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/schedule-fill.svg-7tGjhrTb.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/schedule-fill.svg-BrKSb-wR.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/tooltip-fill.svg-Csn01XEU.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/tooltip-fill.svg-taAPxbyB.cjs +1 -0
- package/dist/resources/tictoccroc/icons/fill/user-fill.svg-1AdHldZ7.js +5 -0
- package/dist/resources/tictoccroc/icons/fill/user-fill.svg-C5DT_82L.cjs +1 -0
- package/dist/resources/tictoccroc/icons/index.d.ts +5 -0
- package/dist/resources/tictoccroc/icons/index.ts-CarI_z7q.js +214 -0
- package/dist/resources/tictoccroc/icons/index.ts-IVJAK4qr.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/alarm-line.svg-BRunNxMG.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/alarm-line.svg-B_fgmSUh.js +5 -0
- package/dist/resources/tictoccroc/icons/line/align-edit.svg-BpBWlArj.js +5 -0
- package/dist/resources/tictoccroc/icons/line/align-edit.svg-CheFH-PQ.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/align-line.svg-CZVeKsXI.js +5 -0
- package/dist/resources/tictoccroc/icons/line/align-line.svg-DEHi23C3.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/apply-line.svg-CPVSeeXQ.js +5 -0
- package/dist/resources/tictoccroc/icons/line/apply-line.svg-OFt_RKTM.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/arrow-back-line.svg-6pAPPZFb.js +5 -0
- package/dist/resources/tictoccroc/icons/line/arrow-back-line.svg-CohS2cJ8.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/arrow-downward-line.svg-BGmQO-HH.js +5 -0
- package/dist/resources/tictoccroc/icons/line/arrow-downward-line.svg-U4yGkiO6.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/arrow-forward-line.svg-CXsiELrZ.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/arrow-forward-line.svg-i2PyDbcS.js +5 -0
- package/dist/resources/tictoccroc/icons/line/arrow-upward-line.svg-D38aA0Uw.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/arrow-upward-line.svg-UfpZFid8.js +5 -0
- package/dist/resources/tictoccroc/icons/line/attach-line.svg-BhuonxHd.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/attach-line.svg-SIRIt0qo.js +5 -0
- package/dist/resources/tictoccroc/icons/line/ban-line.svg-D9JlR8gb.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/ban-line.svg-oA3yLqdR.js +5 -0
- package/dist/resources/tictoccroc/icons/line/browser-line.svg-B7UMwER5.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/browser-line.svg-hDn02ywo.js +5 -0
- package/dist/resources/tictoccroc/icons/line/calendar-line.svg-BsHcmpqT.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/calendar-line.svg-CwmRMqQV.js +5 -0
- package/dist/resources/tictoccroc/icons/line/call-line.svg-B2jT8BCB.js +5 -0
- package/dist/resources/tictoccroc/icons/line/call-line.svg-CVbza-nx.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/camera-line.svg-BuDRmRYc.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/camera-line.svg-BvUSwmSN.js +5 -0
- package/dist/resources/tictoccroc/icons/line/card-line.svg-BwluOZMy.js +5 -0
- package/dist/resources/tictoccroc/icons/line/card-line.svg-Dh3x2e7j.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/cash-line.svg-DMDHHJrt.js +5 -0
- package/dist/resources/tictoccroc/icons/line/cash-line.svg-_QlaTlXM.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/certificate-line.svg-BjOsTl11.js +5 -0
- package/dist/resources/tictoccroc/icons/line/certificate-line.svg-BoPUjufG.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/chat-line.svg-CmY7En0-.js +5 -0
- package/dist/resources/tictoccroc/icons/line/chat-line.svg-Dhe-5vHA.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/chatting-line.svg-CdN684WI.js +5 -0
- package/dist/resources/tictoccroc/icons/line/chatting-line.svg-DFq1Xeov.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/check-line.svg-BmxqZytH.js +5 -0
- package/dist/resources/tictoccroc/icons/line/check-line.svg-CKsagFl6.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/chevron-down-line.svg-BTq4vzeg.js +5 -0
- package/dist/resources/tictoccroc/icons/line/chevron-down-line.svg-BYCd5Luv.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/chevron-left-line.svg-DSET8qrk.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/chevron-left-line.svg-aZUXpJ9q.js +5 -0
- package/dist/resources/tictoccroc/icons/line/chevron-right-line.svg-C6wr7pgK.js +5 -0
- package/dist/resources/tictoccroc/icons/line/chevron-right-line.svg-Dm2YWA1K.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/chevron-up-line.svg-C8Sj7hTQ.js +5 -0
- package/dist/resources/tictoccroc/icons/line/chevron-up-line.svg-D9ekQ02i.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/close-line.svg-BzpCbaoG.js +5 -0
- package/dist/resources/tictoccroc/icons/line/close-line.svg-CSVwgqiB.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/copy-line.svg-CLdLNk9r.js +5 -0
- package/dist/resources/tictoccroc/icons/line/copy-line.svg-DA-07Z90.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/delete-line.svg-DQg7TEYw.js +5 -0
- package/dist/resources/tictoccroc/icons/line/delete-line.svg-DyddYBjS.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/download-line.svg-BKfz-6Mz.js +5 -0
- package/dist/resources/tictoccroc/icons/line/download-line.svg-DvinNPah.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/eye-invisible-line.svg-BuZicmwG.js +5 -0
- package/dist/resources/tictoccroc/icons/line/eye-invisible-line.svg-C_XjeDHE.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/eye-visible-line.svg-D3netPU8.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/eye-visible-line.svg-XpDOJPr0.js +5 -0
- package/dist/resources/tictoccroc/icons/line/filter-line.svg-Dbe7jw9Q.js +5 -0
- package/dist/resources/tictoccroc/icons/line/filter-line.svg-J5XFEh1F.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/fullview-line.svg-3aeWiJNf.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/fullview-line.svg-n_xxoG0C.js +5 -0
- package/dist/resources/tictoccroc/icons/line/goods-line.svg-BDAb5Snx.js +5 -0
- package/dist/resources/tictoccroc/icons/line/goods-line.svg-BYSmk4Lo.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/hamburger-line.svg-CMG7FGB3.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/hamburger-line.svg-CZAv5Wt4.js +5 -0
- package/dist/resources/tictoccroc/icons/line/headphone-line.svg-Buq82k6m.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/headphone-line.svg-Cy-z1uje.js +5 -0
- package/dist/resources/tictoccroc/icons/line/home-line.svg-BqHMy_15.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/home-line.svg-DO90M2q7.js +5 -0
- package/dist/resources/tictoccroc/icons/line/img-disable-line.svg-Bzvgi8Uu.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/img-disable-line.svg-DtD7dgZQ.js +5 -0
- package/dist/resources/tictoccroc/icons/line/img-line.svg-CPHQ1Cur.js +5 -0
- package/dist/resources/tictoccroc/icons/line/img-line.svg-runB4pj4.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/index.d.ts +72 -0
- package/dist/resources/tictoccroc/icons/line/index.ts-Dyvby5gX.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/index.ts-l0sNRNKZ.js +1 -0
- package/dist/resources/tictoccroc/icons/line/information-line.svg-C1HeihVj.js +5 -0
- package/dist/resources/tictoccroc/icons/line/information-line.svg-fQYLBjcn.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/instagram-line.svg-9QADilvw.js +5 -0
- package/dist/resources/tictoccroc/icons/line/instagram-line.svg-BiBj4li4.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/insurance-line.svg-C-jGCuZ0.js +5 -0
- package/dist/resources/tictoccroc/icons/line/insurance-line.svg-XgpoFsM2.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/kids-line.svg-BZjs2lbf.js +5 -0
- package/dist/resources/tictoccroc/icons/line/kids-line.svg-Hhqmv7us.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/like-line.svg-B09ewWGN.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/like-line.svg-WcxnZwNP.js +5 -0
- package/dist/resources/tictoccroc/icons/line/link-line.svg-BQlngNks.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/link-line.svg-DyTzcfH-.js +5 -0
- package/dist/resources/tictoccroc/icons/line/location-line.svg-BYTa6SR_.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/location-line.svg-EQvkDzcG.js +5 -0
- package/dist/resources/tictoccroc/icons/line/match-type-line.svg-CGS2gQZB.js +5 -0
- package/dist/resources/tictoccroc/icons/line/match-type-line.svg-DGpCvcRV.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/met-line.svg-CiYvySY5.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/met-line.svg-CuTfmBGY.js +5 -0
- package/dist/resources/tictoccroc/icons/line/minus-line.svg-BFTYxAEx.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/minus-line.svg-Cd4pUSxn.js +5 -0
- package/dist/resources/tictoccroc/icons/line/mobile-line.svg-B3REkeOs.js +5 -0
- package/dist/resources/tictoccroc/icons/line/mobile-line.svg-CcR_mhy0.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/modify-line.svg-Dtw-aJJL.js +5 -0
- package/dist/resources/tictoccroc/icons/line/modify-line.svg-y24Tpez8.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/more-line.svg-DkHQ1aCu.js +5 -0
- package/dist/resources/tictoccroc/icons/line/more-line.svg-fOrqycnA.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/parking-line.svg-BYdvScSf.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/parking-line.svg-C69hhyJp.js +5 -0
- package/dist/resources/tictoccroc/icons/line/plus-line.svg-CGLFrOvH.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/plus-line.svg-DYFu3bQb.js +5 -0
- package/dist/resources/tictoccroc/icons/line/receipt-line.svg-BpDVEXs_.js +5 -0
- package/dist/resources/tictoccroc/icons/line/receipt-line.svg-Db2ey7Vk.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/reset-line.svg-CYyXv2Ii.js +5 -0
- package/dist/resources/tictoccroc/icons/line/reset-line.svg-VXhJXGw4.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/schedule-line.svg-C4rlD6fX.js +5 -0
- package/dist/resources/tictoccroc/icons/line/schedule-line.svg-CBOfzdyP.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/search-line.svg-ChK1nMkg.js +5 -0
- package/dist/resources/tictoccroc/icons/line/search-line.svg-CyECq3s4.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/setting-line.svg-B5KTXMkf.js +5 -0
- package/dist/resources/tictoccroc/icons/line/setting-line.svg-KZcCRQnu.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/share-line.svg-BuvAb_mR.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/share-line.svg-YIeAM7qG.js +5 -0
- package/dist/resources/tictoccroc/icons/line/sms-line.svg-CfS4BH8b.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/sms-line.svg-mkRJRb3t.js +5 -0
- package/dist/resources/tictoccroc/icons/line/sound-line.svg-CmfcTDgu.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/sound-line.svg-DDrcGkDm.js +5 -0
- package/dist/resources/tictoccroc/icons/line/sound-off-line.svg-BpovzQS7.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/sound-off-line.svg-CyLPPUCN.js +5 -0
- package/dist/resources/tictoccroc/icons/line/special-line.svg-BIbaMWsd.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/special-line.svg-DmNM79L9.js +5 -0
- package/dist/resources/tictoccroc/icons/line/time-line.svg-BuB2NlRB.js +5 -0
- package/dist/resources/tictoccroc/icons/line/time-line.svg-DXBDjsih.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/toy-line.svg-DyArYgu3.js +5 -0
- package/dist/resources/tictoccroc/icons/line/toy-line.svg-vUxUn7S0.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/university-line.svg-BEdQwFB6.js +5 -0
- package/dist/resources/tictoccroc/icons/line/university-line.svg-D2T-TUW5.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/upload-line.svg-CDbJ-I5E.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/upload-line.svg-CKFtr3Jx.js +5 -0
- package/dist/resources/tictoccroc/icons/line/user-line.svg-CNcTTUmF.js +5 -0
- package/dist/resources/tictoccroc/icons/line/user-line.svg-Du2rRzus.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/video-camera-line.svg-C2Y4ssOf.js +5 -0
- package/dist/resources/tictoccroc/icons/line/video-camera-line.svg-iZ3dICcd.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/warning1-line.svg-Bhi7ngGw.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/warning1-line.svg-DsmZxbsf.js +5 -0
- package/dist/resources/tictoccroc/icons/line/warning2-line.svg-DTvtKOYN.js +5 -0
- package/dist/resources/tictoccroc/icons/line/warning2-line.svg-Kf0io8lf.cjs +1 -0
- package/dist/resources/tictoccroc/icons/line/wifi-line.svg-BtsQLwZl.js +5 -0
- package/dist/resources/tictoccroc/icons/line/wifi-line.svg-DGCMJ5Oi.cjs +1 -0
- package/dist/themes/tictoccroc/colors/background.cjs +1 -0
- package/dist/themes/tictoccroc/colors/background.d.ts +5 -0
- package/dist/themes/tictoccroc/colors/background.es.js +7 -0
- package/dist/themes/tictoccroc/colors/blue.cjs +1 -0
- package/dist/themes/tictoccroc/colors/blue.d.ts +4 -0
- package/dist/themes/tictoccroc/colors/blue.es.js +15 -0
- package/dist/themes/tictoccroc/colors/classType.cjs +1 -0
- package/dist/themes/tictoccroc/colors/classType.d.ts +4 -0
- package/dist/themes/tictoccroc/colors/classType.es.js +11 -0
- package/dist/themes/tictoccroc/colors/etc.cjs +1 -0
- package/dist/themes/tictoccroc/colors/etc.d.ts +5 -0
- package/dist/themes/tictoccroc/colors/etc.es.js +10 -0
- package/dist/themes/tictoccroc/colors/green.cjs +1 -0
- package/dist/themes/tictoccroc/colors/green.d.ts +4 -0
- package/dist/themes/tictoccroc/colors/green.es.js +15 -0
- package/dist/themes/tictoccroc/colors/grey.cjs +1 -0
- package/dist/themes/tictoccroc/colors/grey.d.ts +4 -0
- package/dist/themes/tictoccroc/colors/grey.es.js +17 -0
- package/dist/themes/tictoccroc/colors/index.cjs +1 -0
- package/dist/themes/tictoccroc/colors/index.d.ts +8 -0
- package/dist/themes/tictoccroc/colors/index.es.js +18 -0
- package/dist/themes/tictoccroc/colors/pink.cjs +1 -0
- package/dist/themes/tictoccroc/colors/pink.d.ts +4 -0
- package/dist/themes/tictoccroc/colors/pink.es.js +15 -0
- package/dist/themes/tictoccroc/colors/yellow.cjs +1 -0
- package/dist/themes/tictoccroc/colors/yellow.d.ts +4 -0
- package/dist/themes/tictoccroc/colors/yellow.es.js +15 -0
- package/dist/themes/tictoccroc/index.cjs +1 -0
- package/dist/themes/tictoccroc/index.d.ts +4 -0
- package/dist/themes/tictoccroc/index.es.js +30 -0
- package/dist/themes/tictoccroc/parentLight.cjs +1 -0
- package/dist/themes/tictoccroc/parentLight.d.ts +4 -0
- package/dist/themes/tictoccroc/parentLight.es.js +70 -0
- package/dist/themes/tictoccroc/teacherLight.cjs +1 -0
- package/dist/themes/tictoccroc/teacherLight.d.ts +4 -0
- package/dist/themes/tictoccroc/teacherLight.es.js +70 -0
- package/dist/themes/tictoccroc/typography/body.cjs +1 -0
- package/dist/themes/tictoccroc/typography/body.d.ts +4 -0
- package/dist/themes/tictoccroc/typography/body.es.js +75 -0
- package/dist/themes/tictoccroc/typography/caption.cjs +1 -0
- package/dist/themes/tictoccroc/typography/caption.d.ts +4 -0
- package/dist/themes/tictoccroc/typography/caption.es.js +110 -0
- package/dist/themes/tictoccroc/typography/display.cjs +1 -0
- package/dist/themes/tictoccroc/typography/display.d.ts +4 -0
- package/dist/themes/tictoccroc/typography/display.es.js +89 -0
- package/dist/themes/tictoccroc/typography/headline.cjs +1 -0
- package/dist/themes/tictoccroc/typography/headline.d.ts +4 -0
- package/dist/themes/tictoccroc/typography/headline.es.js +131 -0
- package/dist/themes/tictoccroc/typography/index.cjs +1 -0
- package/dist/themes/tictoccroc/typography/index.d.ts +4 -0
- package/dist/themes/tictoccroc/typography/index.es.js +10 -0
- package/dist/typings/color.d.ts +20 -0
- package/dist/typings/component.d.ts +31 -0
- package/dist/typings/index.d.ts +7 -0
- package/dist/typings/theme/core.d.ts +42 -0
- package/dist/typings/theme/tictoccroc.d.ts +15 -0
- package/dist/typings/typography.d.ts +23 -0
- package/dist/typings/utility.d.ts +10 -0
- package/dist/utils/convertNumberToCSSValue.cjs +1 -0
- package/dist/utils/convertNumberToCSSValue.d.ts +3 -0
- package/dist/utils/convertNumberToCSSValue.es.js +6 -0
- package/dist/utils/debounce/debounce.cjs +1 -0
- package/dist/utils/debounce/debounce.d.ts +1 -0
- package/dist/utils/debounce/debounce.es.js +11 -0
- package/dist/utils/getContrastRatio/getContrastRatio.cjs +1 -0
- package/dist/utils/getContrastRatio/getContrastRatio.d.ts +1 -0
- package/dist/utils/getContrastRatio/getContrastRatio.es.js +9 -0
- package/dist/utils/getContrastRatio/getContrastRatio.test.d.ts +1 -0
- package/dist/utils/getContrastingTextColor/getContrastingTextColor.cjs +1 -0
- package/dist/utils/getContrastingTextColor/getContrastingTextColor.d.ts +1 -0
- package/dist/utils/getContrastingTextColor/getContrastingTextColor.es.js +19 -0
- package/dist/utils/getContrastingTextColor/getContrastingTextColor.test.d.ts +1 -0
- package/dist/utils/getIconLabel/getIconLabel.cjs +1 -0
- package/dist/utils/getIconLabel/getIconLabel.d.ts +3 -0
- package/dist/utils/getIconLabel/getIconLabel.es.js +112 -0
- package/dist/utils/getInterpolation/getInterpolation.cjs +1 -0
- package/dist/utils/getInterpolation/getInterpolation.d.ts +4 -0
- package/dist/utils/getInterpolation/getInterpolation.es.js +18 -0
- package/dist/utils/getPaletteColor/getPaletteColor.cjs +1 -0
- package/dist/utils/getPaletteColor/getPaletteColor.d.ts +6 -0
- package/dist/utils/getPaletteColor/getPaletteColor.es.js +28 -0
- package/dist/utils/getPaletteColor/getPaletteColor.test.d.ts +1 -0
- package/dist/utils/getRelativeLuminance/getRelativeLuminance.cjs +1 -0
- package/dist/utils/getRelativeLuminance/getRelativeLuminance.d.ts +1 -0
- package/dist/utils/getRelativeLuminance/getRelativeLuminance.es.js +10 -0
- package/dist/utils/getRelativeLuminance/getRelativeLuminance.test.d.ts +1 -0
- package/dist/utils/getSibling/getSibling.cjs +1 -0
- package/dist/utils/getSibling/getSibling.d.ts +5 -0
- package/dist/utils/getSibling/getSibling.es.js +8 -0
- package/dist/utils/hexToRgb/hexToRgb.cjs +1 -0
- package/dist/utils/hexToRgb/hexToRgb.d.ts +5 -0
- package/dist/utils/hexToRgb/hexToRgb.es.js +13 -0
- package/dist/utils/hexToRgb/hexToRgb.test.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
import { jsxs as N, jsx as m } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { forwardRef as B, useRef as S, useState as F, useEffect as G } from "react";
|
|
3
|
+
import O from "../Flexbox/Flexbox.es.js";
|
|
4
|
+
import i from "@emotion/styled";
|
|
5
|
+
const U = i.div`
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
position: relative;
|
|
9
|
+
width: 100%;
|
|
10
|
+
height: 12px;
|
|
11
|
+
margin: ${({ theme: { spacing: n } }) => `${n.content(2)}px 0px`};
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
border-radius: 20px;
|
|
14
|
+
`, W = i.div`
|
|
15
|
+
position: absolute;
|
|
16
|
+
width: 100%;
|
|
17
|
+
height: 100%;
|
|
18
|
+
background: ${({ theme: { palette: n } }) => n.grey[10]};
|
|
19
|
+
border-radius: inherit;
|
|
20
|
+
`, _ = i.div`
|
|
21
|
+
position: absolute;
|
|
22
|
+
height: 100%;
|
|
23
|
+
background: ${({ theme: { palette: n } }) => n.brand.primary.main};
|
|
24
|
+
border-radius: inherit;
|
|
25
|
+
`, z = i.div`
|
|
26
|
+
position: absolute;
|
|
27
|
+
display: flex;
|
|
28
|
+
width: 24px;
|
|
29
|
+
height: 24px;
|
|
30
|
+
justify-content: space-between;
|
|
31
|
+
align-items: center;
|
|
32
|
+
padding: ${({ theme: { spacing: n } }) => `${n.content(2)}px ${n.content(3)}px`};
|
|
33
|
+
background: ${({ theme: { palette: n } }) => n.grey[90]};
|
|
34
|
+
transform: translateX(-50%);
|
|
35
|
+
border-radius: 50%;
|
|
36
|
+
`, H = i.div`
|
|
37
|
+
position: absolute;
|
|
38
|
+
width: 4px;
|
|
39
|
+
height: 4px;
|
|
40
|
+
transform: translateX(-50%);
|
|
41
|
+
border-radius: 50%;
|
|
42
|
+
|
|
43
|
+
${({ theme: { palette: n }, marked: o, disabled: c, hasMarks: r }) => c || !r ? {
|
|
44
|
+
background: "transparent",
|
|
45
|
+
opacity: 0
|
|
46
|
+
} : o ? {
|
|
47
|
+
background: n.grey.white
|
|
48
|
+
} : {
|
|
49
|
+
background: n.grey[30]
|
|
50
|
+
}}
|
|
51
|
+
`, T = 10, P = B(function({
|
|
52
|
+
value: o,
|
|
53
|
+
onChange: c,
|
|
54
|
+
step: r = 1,
|
|
55
|
+
min: s = 0,
|
|
56
|
+
max: a = 100,
|
|
57
|
+
hasMarks: R = !0,
|
|
58
|
+
disabledValues: C = [],
|
|
59
|
+
railProps: d,
|
|
60
|
+
trackProps: u,
|
|
61
|
+
thumbProps: f,
|
|
62
|
+
inlineCSS: D,
|
|
63
|
+
...X
|
|
64
|
+
}, A) {
|
|
65
|
+
const l = S(null), y = S(null), L = S(null), [V, b] = F(!1), k = 100 / ((a - s) / r), M = (e) => {
|
|
66
|
+
if (l.current) {
|
|
67
|
+
const t = e - l.current.getBoundingClientRect().left, g = Array.from(
|
|
68
|
+
l.current.querySelectorAll('[class^="slider-mark-"]:not([disabled])')
|
|
69
|
+
), v = g.reduce((x, p) => Math.abs(p.offsetLeft - t) < Math.abs(x.offsetLeft - t) ? p : x, g[0]).getAttribute("data-value");
|
|
70
|
+
return v !== null ? Number(v) : null;
|
|
71
|
+
}
|
|
72
|
+
return null;
|
|
73
|
+
}, $ = (e) => {
|
|
74
|
+
b(!0);
|
|
75
|
+
const t = M(e);
|
|
76
|
+
t !== null && c(t);
|
|
77
|
+
}, w = (e) => {
|
|
78
|
+
if (!V) return;
|
|
79
|
+
const t = M(e);
|
|
80
|
+
t !== null && c(t);
|
|
81
|
+
}, h = () => b(!1), j = (e) => $(e.clientX), E = (e) => $(e.touches[0].clientX), I = (e) => w(e.clientX), q = (e) => w(e.touches[0].clientX);
|
|
82
|
+
return G(() => {
|
|
83
|
+
if (l.current) {
|
|
84
|
+
const e = l.current.querySelector(
|
|
85
|
+
`[data-value="${o}"]`
|
|
86
|
+
);
|
|
87
|
+
if (y.current && e) {
|
|
88
|
+
const { offsetLeft: t, offsetWidth: g } = e;
|
|
89
|
+
y.current.style.width = `${t + g + T * 2}px`;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}, [o, s, a, r]), /* @__PURE__ */ N(
|
|
93
|
+
U,
|
|
94
|
+
{
|
|
95
|
+
ref: A,
|
|
96
|
+
...X,
|
|
97
|
+
className: "slider",
|
|
98
|
+
onMouseDown: j,
|
|
99
|
+
onMouseMove: I,
|
|
100
|
+
onMouseUp: h,
|
|
101
|
+
onMouseLeave: h,
|
|
102
|
+
onTouchStart: E,
|
|
103
|
+
onTouchMove: q,
|
|
104
|
+
onTouchEnd: h,
|
|
105
|
+
onTouchCancel: h,
|
|
106
|
+
css: D,
|
|
107
|
+
children: [
|
|
108
|
+
/* @__PURE__ */ m(W, { ref: L, ...d, css: d == null ? void 0 : d.inlineCSS, className: "slider-rail" }),
|
|
109
|
+
/* @__PURE__ */ m(
|
|
110
|
+
_,
|
|
111
|
+
{
|
|
112
|
+
ref: y,
|
|
113
|
+
...u,
|
|
114
|
+
css: u == null ? void 0 : u.inlineCSS,
|
|
115
|
+
className: "slider-track"
|
|
116
|
+
}
|
|
117
|
+
),
|
|
118
|
+
/* @__PURE__ */ N(
|
|
119
|
+
O,
|
|
120
|
+
{
|
|
121
|
+
className: "slider-mark-wrapper",
|
|
122
|
+
alignItems: "center",
|
|
123
|
+
ref: l,
|
|
124
|
+
inlineCSS: {
|
|
125
|
+
margin: `0 ${T + 2}px`,
|
|
126
|
+
width: "100%",
|
|
127
|
+
height: "24px",
|
|
128
|
+
position: "relative"
|
|
129
|
+
},
|
|
130
|
+
children: [
|
|
131
|
+
a > 0 && s < a && r > 0 && Array.from({ length: (a - s) / r + 1 }, (e, t) => /* @__PURE__ */ m(
|
|
132
|
+
H,
|
|
133
|
+
{
|
|
134
|
+
className: `slider-mark-${t} slider-mark`,
|
|
135
|
+
marked: t <= (o - s) / r,
|
|
136
|
+
hasMarks: R,
|
|
137
|
+
disabled: C.includes(s + r * t),
|
|
138
|
+
"data-value": s + r * t,
|
|
139
|
+
style: {
|
|
140
|
+
left: `${k * t}%`
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
`slider-mark-${o}:${s + r * t}`
|
|
144
|
+
)),
|
|
145
|
+
/* @__PURE__ */ m(
|
|
146
|
+
z,
|
|
147
|
+
{
|
|
148
|
+
...f,
|
|
149
|
+
className: "slider-thumb",
|
|
150
|
+
css: f == null ? void 0 : f.inlineCSS,
|
|
151
|
+
style: { left: `${k * (o - s) / r}%` }
|
|
152
|
+
}
|
|
153
|
+
)
|
|
154
|
+
]
|
|
155
|
+
}
|
|
156
|
+
)
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
);
|
|
160
|
+
});
|
|
161
|
+
export {
|
|
162
|
+
P as default
|
|
163
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import('react').ForwardRefExoticComponent<import('./Slider').SliderProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const Default: Story;
|
|
14
|
+
export declare const Custom: Story;
|
|
15
|
+
export declare const DisableCertainValues: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Slider.cjs");exports.default=e.default;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("@emotion/react/jsx-runtime"),r=require("react"),J=require("react-dom"),L=require("../Icon/Icon.cjs"),K=require("../IconButton/IconButton.cjs"),Q=require("@emotion/styled"),U=e=>e&&e.__esModule?e:{default:e},w=U(Q),V=w.default.div`
|
|
2
|
+
position: fixed;
|
|
3
|
+
bottom: ${"var(--system-navigation-bar-height, 0px)"};
|
|
4
|
+
|
|
5
|
+
${({theme:{spacing:e},hasContainer:c,containerTop:s,containerLeft:n,containerWidth:y})=>c?{left:n,bottom:s,width:y-e.layout(4)}:{left:0,width:"calc(100% - 32px)"}};
|
|
6
|
+
|
|
7
|
+
margin: 0 ${({theme:{spacing:e}})=>e.content(4)}px;
|
|
8
|
+
padding: ${({theme:{spacing:e}})=>e.content(4)}px;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
gap: ${({theme:{spacing:e}})=>e.content(2)}px;
|
|
12
|
+
border-radius: 100px;
|
|
13
|
+
box-shadow: ${({theme:{elevation:e}})=>e[4]};
|
|
14
|
+
transition:
|
|
15
|
+
transform ${({transitionDuration:e})=>e}ms,
|
|
16
|
+
opacity ${({transitionDuration:e=0})=>e/2}ms;
|
|
17
|
+
transform: scale(${({open:e})=>e?1:.97})
|
|
18
|
+
translate3d(0, -${({bottom:e=0})=>e}px, 0);
|
|
19
|
+
opacity: ${({open:e})=>e?1:0};
|
|
20
|
+
z-index: 100004;
|
|
21
|
+
|
|
22
|
+
${({theme:{palette:{grey:e,background:c}},variant:s})=>{const n={backgroundColor:e[90]};return s==="secondary"&&(n.backgroundColor=c.primary),n}}
|
|
23
|
+
`,X=w.default.div`
|
|
24
|
+
flex-grow: 1;
|
|
25
|
+
|
|
26
|
+
display: -webkit-box;
|
|
27
|
+
overflow: hidden;
|
|
28
|
+
-webkit-line-clamp: 2;
|
|
29
|
+
-webkit-box-orient: vertical;
|
|
30
|
+
|
|
31
|
+
${({hasIcon:e})=>e?null:{marginLeft:4}};
|
|
32
|
+
|
|
33
|
+
${({theme:{palette:{grey:e},typography:{b2M:c}},variant:s})=>{const n={fontSize:c.size,fontWeight:c.weight,letterSpacing:c.letterSpacing,lineHeight:c.lineHeight,color:e.white};return s==="secondary"&&(n.color=e[100]),n}}
|
|
34
|
+
`,Y=w.default.div`
|
|
35
|
+
white-space: nowrap;
|
|
36
|
+
`,Z=w.default.div`
|
|
37
|
+
margin: -8px -8px -8px 0;
|
|
38
|
+
|
|
39
|
+
${({theme:{palette:{grey:e}},variant:c})=>{let s={"& svg":{color:e.white}};return c==="secondary"&&(s={"& svg":{color:"inherit"}}),s}}
|
|
40
|
+
`,D=r.forwardRef(function({children:c,open:s,onClose:n,hideClose:y,bottom:q=96,icon:h,action:$,severity:v,variant:x="primary",transitionDuration:T=200,autoHideDuration:b=3e3,containerRef:u,inlineCSS:I,role:_="alert",ariaLive:z="assertive",focusable:a=!1,...O},W){const f=r.useRef(null),g=r.useRef(null),[S,j]=r.useState(!1),[R,k]=r.useState(!0),[F,P]=r.useState(0),[B,A]=r.useState(0),[H,M]=r.useState(0),d=r.useRef(),m=r.useRef(),o=r.useRef(),C=!!h||["success","error"].includes(v),N=!!(u!=null&&u.current),G=t=>t.stopPropagation();return r.useEffect(()=>{s&&(a&&(g.current=document.activeElement),o.current&&clearTimeout(o.current),m.current&&clearTimeout(m.current),k(!1),d.current=setTimeout(()=>{var t;if(j(!0),a&&f.current){const i=(t=f.current.parentElement)==null?void 0:t.querySelector('button, [tabindex]:not([tabindex="-1"])');i==null||i.focus()}},100))},[s,a]),r.useEffect(()=>{s||(o.current&&clearTimeout(o.current),d.current&&clearTimeout(d.current),j(!1),m.current=setTimeout(()=>{k(!0),a&&g.current&&(g.current.focus(),g.current=null)},T))},[s,T,a]),r.useEffect(()=>{S&&b&&(o.current&&clearTimeout(o.current),o.current=setTimeout(()=>{typeof n=="function"&&n()},b))},[S,n,b]),r.useEffect(()=>{const t=i=>{var p,E;f.current&&((E=(p=f.current)==null?void 0:p.parentNode)!=null&&E.contains(i.target)||typeof n=="function"&&n())};return window.addEventListener("mousedown",t),()=>{window.removeEventListener("mousedown",t)}},[n]),r.useEffect(()=>{const t=u==null?void 0:u.current,i=()=>{var p;t&&(P((t==null?void 0:t.offsetTop)||0),A(((p=t.getBoundingClientRect())==null?void 0:p.left)||0),M((t==null?void 0:t.offsetWidth)||0))};return t&&(i(),window.addEventListener("resize",i)),()=>{t&&window.removeEventListener("resize",i)}},[u]),r.useEffect(()=>()=>{d.current&&clearTimeout(d.current),m.current&&clearTimeout(m.current),o.current&&clearTimeout(o.current)},[]),R?null:J.createPortal(l.jsxs(V,{ref:W,open:S,variant:x,bottom:q,transitionDuration:T,onClick:G,hasContainer:N,containerTop:F,containerLeft:B,containerWidth:H,role:_,"aria-live":z,...O,css:I,children:[C&&l.jsxs(Y,{children:[!h&&v==="success"&&l.jsx(L.default,{name:"CompleteFill",color:"green.70"}),!h&&v==="error"&&l.jsx(L.default,{name:"AlertFill",color:"etc.red"}),h]}),l.jsx(X,{ref:f,variant:x,hasIcon:C,tabIndex:a?-1:void 0,children:c}),!y&&!$&&l.jsx(Z,{variant:x,children:l.jsx(K.default,{name:"CloseLine",color:x==="primary"?"tertiary":"primary",onClick:n,"aria-label":"닫기"})}),$]}),document.body)});exports.default=D;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode, RefObject } from 'react';
|
|
2
|
+
import { BrandColorKey } from '../typings/color';
|
|
3
|
+
import { GeneralComponentProps } from '../typings/component';
|
|
4
|
+
|
|
5
|
+
export interface SnackbarProps extends GeneralComponentProps<HTMLAttributes<HTMLDivElement>> {
|
|
6
|
+
open?: boolean;
|
|
7
|
+
onClose?: () => void;
|
|
8
|
+
hideClose?: boolean;
|
|
9
|
+
bottom?: number;
|
|
10
|
+
variant?: BrandColorKey;
|
|
11
|
+
icon?: ReactNode;
|
|
12
|
+
action?: ReactNode;
|
|
13
|
+
severity?: 'success' | 'error';
|
|
14
|
+
transitionDuration?: number;
|
|
15
|
+
autoHideDuration?: number;
|
|
16
|
+
containerRef?: RefObject<HTMLElement>;
|
|
17
|
+
role?: 'alert' | 'status';
|
|
18
|
+
ariaLive?: 'polite' | 'assertive' | 'off';
|
|
19
|
+
focusable?: boolean;
|
|
20
|
+
}
|
|
21
|
+
declare const Snackbar: import('react').ForwardRefExoticComponent<SnackbarProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
22
|
+
export default Snackbar;
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
import { jsxs as O, jsx as p } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { forwardRef as Y, useRef as h, useState as w, useEffect as l } from "react";
|
|
3
|
+
import { createPortal as Z } from "react-dom";
|
|
4
|
+
import W from "../Icon/Icon.es.js";
|
|
5
|
+
import _ from "../IconButton/IconButton.es.js";
|
|
6
|
+
import T from "@emotion/styled";
|
|
7
|
+
const M = T.div`
|
|
8
|
+
position: fixed;
|
|
9
|
+
bottom: ${"var(--system-navigation-bar-height, 0px)"};
|
|
10
|
+
|
|
11
|
+
${({
|
|
12
|
+
theme: { spacing: e },
|
|
13
|
+
hasContainer: o,
|
|
14
|
+
containerTop: n,
|
|
15
|
+
containerLeft: r,
|
|
16
|
+
containerWidth: v
|
|
17
|
+
}) => o ? {
|
|
18
|
+
left: r,
|
|
19
|
+
bottom: n,
|
|
20
|
+
// 32: 좌우 너비
|
|
21
|
+
width: v - e.layout(4)
|
|
22
|
+
} : {
|
|
23
|
+
left: 0,
|
|
24
|
+
width: "calc(100% - 32px)"
|
|
25
|
+
}};
|
|
26
|
+
|
|
27
|
+
margin: 0 ${({ theme: { spacing: e } }) => e.content(4)}px;
|
|
28
|
+
padding: ${({ theme: { spacing: e } }) => e.content(4)}px;
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
gap: ${({ theme: { spacing: e } }) => e.content(2)}px;
|
|
32
|
+
border-radius: 100px;
|
|
33
|
+
box-shadow: ${({ theme: { elevation: e } }) => e[4]};
|
|
34
|
+
transition:
|
|
35
|
+
transform ${({ transitionDuration: e }) => e}ms,
|
|
36
|
+
opacity ${({ transitionDuration: e = 0 }) => e / 2}ms;
|
|
37
|
+
transform: scale(${({ open: e }) => e ? 1 : 0.97})
|
|
38
|
+
translate3d(0, -${({ bottom: e = 0 }) => e}px, 0);
|
|
39
|
+
opacity: ${({ open: e }) => e ? 1 : 0};
|
|
40
|
+
z-index: 100004;
|
|
41
|
+
|
|
42
|
+
${({
|
|
43
|
+
theme: {
|
|
44
|
+
palette: { grey: e, background: o }
|
|
45
|
+
},
|
|
46
|
+
variant: n
|
|
47
|
+
}) => {
|
|
48
|
+
const r = {
|
|
49
|
+
backgroundColor: e[90]
|
|
50
|
+
};
|
|
51
|
+
return n === "secondary" && (r.backgroundColor = o.primary), r;
|
|
52
|
+
}}
|
|
53
|
+
`, R = T.div`
|
|
54
|
+
flex-grow: 1;
|
|
55
|
+
|
|
56
|
+
display: -webkit-box;
|
|
57
|
+
overflow: hidden;
|
|
58
|
+
-webkit-line-clamp: 2;
|
|
59
|
+
-webkit-box-orient: vertical;
|
|
60
|
+
|
|
61
|
+
${({ hasIcon: e }) => e ? null : { marginLeft: 4 }};
|
|
62
|
+
|
|
63
|
+
${({
|
|
64
|
+
theme: {
|
|
65
|
+
palette: { grey: e },
|
|
66
|
+
typography: { b2M: o }
|
|
67
|
+
},
|
|
68
|
+
variant: n
|
|
69
|
+
}) => {
|
|
70
|
+
const r = {
|
|
71
|
+
fontSize: o.size,
|
|
72
|
+
fontWeight: o.weight,
|
|
73
|
+
letterSpacing: o.letterSpacing,
|
|
74
|
+
lineHeight: o.lineHeight,
|
|
75
|
+
color: e.white
|
|
76
|
+
};
|
|
77
|
+
return n === "secondary" && (r.color = e[100]), r;
|
|
78
|
+
}}
|
|
79
|
+
`, D = T.div`
|
|
80
|
+
white-space: nowrap;
|
|
81
|
+
`, ee = T.div`
|
|
82
|
+
margin: -8px -8px -8px 0;
|
|
83
|
+
|
|
84
|
+
${({
|
|
85
|
+
theme: {
|
|
86
|
+
palette: { grey: e }
|
|
87
|
+
},
|
|
88
|
+
variant: o
|
|
89
|
+
}) => {
|
|
90
|
+
let n = {
|
|
91
|
+
"& svg": {
|
|
92
|
+
color: e.white
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
return o === "secondary" && (n = {
|
|
96
|
+
"& svg": {
|
|
97
|
+
color: "inherit"
|
|
98
|
+
}
|
|
99
|
+
}), n;
|
|
100
|
+
}}
|
|
101
|
+
`, se = Y(function({
|
|
102
|
+
children: o,
|
|
103
|
+
open: n,
|
|
104
|
+
onClose: r,
|
|
105
|
+
hideClose: v,
|
|
106
|
+
bottom: E = 96,
|
|
107
|
+
icon: g,
|
|
108
|
+
action: S,
|
|
109
|
+
severity: b,
|
|
110
|
+
variant: x = "primary",
|
|
111
|
+
transitionDuration: $ = 200,
|
|
112
|
+
autoHideDuration: k = 3e3,
|
|
113
|
+
containerRef: s,
|
|
114
|
+
inlineCSS: F,
|
|
115
|
+
role: B = "alert",
|
|
116
|
+
ariaLive: P = "assertive",
|
|
117
|
+
focusable: u = !1,
|
|
118
|
+
...q
|
|
119
|
+
}, A) {
|
|
120
|
+
const a = h(null), y = h(null), [C, L] = w(!1), [H, I] = w(!0), [N, G] = w(0), [J, K] = w(0), [Q, U] = w(0), d = h(), m = h(), i = h(), z = !!g || ["success", "error"].includes(b), V = !!(s != null && s.current), X = (t) => t.stopPropagation();
|
|
121
|
+
return l(() => {
|
|
122
|
+
n && (u && (y.current = document.activeElement), i.current && clearTimeout(i.current), m.current && clearTimeout(m.current), I(!1), d.current = setTimeout(() => {
|
|
123
|
+
var t;
|
|
124
|
+
if (L(!0), u && a.current) {
|
|
125
|
+
const c = (t = a.current.parentElement) == null ? void 0 : t.querySelector(
|
|
126
|
+
'button, [tabindex]:not([tabindex="-1"])'
|
|
127
|
+
);
|
|
128
|
+
c == null || c.focus();
|
|
129
|
+
}
|
|
130
|
+
}, 100));
|
|
131
|
+
}, [n, u]), l(() => {
|
|
132
|
+
n || (i.current && clearTimeout(i.current), d.current && clearTimeout(d.current), L(!1), m.current = setTimeout(() => {
|
|
133
|
+
I(!0), u && y.current && (y.current.focus(), y.current = null);
|
|
134
|
+
}, $));
|
|
135
|
+
}, [n, $, u]), l(() => {
|
|
136
|
+
C && k && (i.current && clearTimeout(i.current), i.current = setTimeout(() => {
|
|
137
|
+
typeof r == "function" && r();
|
|
138
|
+
}, k));
|
|
139
|
+
}, [C, r, k]), l(() => {
|
|
140
|
+
const t = (c) => {
|
|
141
|
+
var f, j;
|
|
142
|
+
a.current && ((j = (f = a.current) == null ? void 0 : f.parentNode) != null && j.contains(c.target) || typeof r == "function" && r());
|
|
143
|
+
};
|
|
144
|
+
return window.addEventListener("mousedown", t), () => {
|
|
145
|
+
window.removeEventListener("mousedown", t);
|
|
146
|
+
};
|
|
147
|
+
}, [r]), l(() => {
|
|
148
|
+
const t = s == null ? void 0 : s.current, c = () => {
|
|
149
|
+
var f;
|
|
150
|
+
t && (G((t == null ? void 0 : t.offsetTop) || 0), K(((f = t.getBoundingClientRect()) == null ? void 0 : f.left) || 0), U((t == null ? void 0 : t.offsetWidth) || 0));
|
|
151
|
+
};
|
|
152
|
+
return t && (c(), window.addEventListener("resize", c)), () => {
|
|
153
|
+
t && window.removeEventListener("resize", c);
|
|
154
|
+
};
|
|
155
|
+
}, [s]), l(() => () => {
|
|
156
|
+
d.current && clearTimeout(d.current), m.current && clearTimeout(m.current), i.current && clearTimeout(i.current);
|
|
157
|
+
}, []), H ? null : Z(
|
|
158
|
+
/* @__PURE__ */ O(
|
|
159
|
+
M,
|
|
160
|
+
{
|
|
161
|
+
ref: A,
|
|
162
|
+
open: C,
|
|
163
|
+
variant: x,
|
|
164
|
+
bottom: E,
|
|
165
|
+
transitionDuration: $,
|
|
166
|
+
onClick: X,
|
|
167
|
+
hasContainer: V,
|
|
168
|
+
containerTop: N,
|
|
169
|
+
containerLeft: J,
|
|
170
|
+
containerWidth: Q,
|
|
171
|
+
role: B,
|
|
172
|
+
"aria-live": P,
|
|
173
|
+
...q,
|
|
174
|
+
css: F,
|
|
175
|
+
children: [
|
|
176
|
+
z && /* @__PURE__ */ O(D, { children: [
|
|
177
|
+
!g && b === "success" && /* @__PURE__ */ p(W, { name: "CompleteFill", color: "green.70" }),
|
|
178
|
+
!g && b === "error" && /* @__PURE__ */ p(W, { name: "AlertFill", color: "etc.red" }),
|
|
179
|
+
g
|
|
180
|
+
] }),
|
|
181
|
+
/* @__PURE__ */ p(
|
|
182
|
+
R,
|
|
183
|
+
{
|
|
184
|
+
ref: a,
|
|
185
|
+
variant: x,
|
|
186
|
+
hasIcon: z,
|
|
187
|
+
tabIndex: u ? -1 : void 0,
|
|
188
|
+
children: o
|
|
189
|
+
}
|
|
190
|
+
),
|
|
191
|
+
!v && !S && /* @__PURE__ */ p(ee, { variant: x, children: /* @__PURE__ */ p(
|
|
192
|
+
_,
|
|
193
|
+
{
|
|
194
|
+
name: "CloseLine",
|
|
195
|
+
color: x === "primary" ? "tertiary" : "primary",
|
|
196
|
+
onClick: r,
|
|
197
|
+
"aria-label": "닫기"
|
|
198
|
+
}
|
|
199
|
+
) }),
|
|
200
|
+
S
|
|
201
|
+
]
|
|
202
|
+
}
|
|
203
|
+
),
|
|
204
|
+
document.body
|
|
205
|
+
);
|
|
206
|
+
});
|
|
207
|
+
export {
|
|
208
|
+
se as default
|
|
209
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import('react').ForwardRefExoticComponent<import('./Snackbar').SnackbarProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
argTypes: {
|
|
10
|
+
icon: {
|
|
11
|
+
control: {
|
|
12
|
+
disable: true;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
action: {
|
|
16
|
+
control: {
|
|
17
|
+
disable: true;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
containerRef: {
|
|
21
|
+
control: {
|
|
22
|
+
disable: true;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
tags: string[];
|
|
27
|
+
};
|
|
28
|
+
export default meta;
|
|
29
|
+
type Story = StoryObj<typeof meta>;
|
|
30
|
+
export declare const Primary: Story;
|
|
31
|
+
export declare const Secondary: Story;
|
|
32
|
+
export declare const Severity: Story;
|
|
33
|
+
export declare const Icon: Story;
|
|
34
|
+
export declare const Action: Story;
|
|
35
|
+
export declare const LineClamp: Story;
|
|
36
|
+
export declare const InContainer: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Snackbar.cjs");exports.default=e.default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),f=require("react"),h=require("@emotion/styled"),d=r=>r&&r.__esModule?r:{default:r},i=d(h),x=i.default.div`
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
width: 56px;
|
|
5
|
+
height: 32px;
|
|
6
|
+
padding: ${({theme:{spacing:r}})=>`${r.content(1)}px`};
|
|
7
|
+
align-items: center;
|
|
8
|
+
border-radius: 20px;
|
|
9
|
+
transition: ${({transitionDuration:r})=>`background-color ${r}ms ease-in-out`};
|
|
10
|
+
pointer-events: ${({disabled:r})=>r?"none":"auto"};
|
|
11
|
+
|
|
12
|
+
${({theme:{palette:{brand:r,grey:n}},selected:t,disabled:o})=>t&&o?{backgroundColor:r.primary.bg}:t&&!o?{backgroundColor:r.primary.main}:!t&&o?{backgroundColor:n[20]}:!t&&!o?{backgroundColor:n[40]}:{}}
|
|
13
|
+
`,g=i.default.div`
|
|
14
|
+
width: 24px;
|
|
15
|
+
height: 24px;
|
|
16
|
+
border-radius: 50%;
|
|
17
|
+
transition: ${({transitionDuration:r})=>`all ${r}ms ease-in-out`};
|
|
18
|
+
transition-property: background-color, transform, filter;
|
|
19
|
+
|
|
20
|
+
${({theme:{palette:{grey:r,background:n}},selected:t,disabled:o})=>t&&o?{backgroundColor:r.white,transform:"translateX(100%)"}:t&&!o?{backgroundColor:r.white,filter:"drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.20))",transform:"translateX(100%)"}:!t&&o?{backgroundColor:n.primary}:!t&&!o?{backgroundColor:r.white,filter:"drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.20))"}:{}}
|
|
21
|
+
`,m=i.default.input`
|
|
22
|
+
position: absolute;
|
|
23
|
+
appearance: none;
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
top: 0;
|
|
27
|
+
left: 0;
|
|
28
|
+
border-radius: 20px;
|
|
29
|
+
cursor: pointer;
|
|
30
|
+
`,w=f.forwardRef(function({selected:n,disabled:t,onChange:o,transitionDuration:u=150,inputProps:a,thumbProps:p,inlineCSS:c,...s},l){return e.jsxs(x,{ref:l,selected:n,disabled:t,transitionDuration:u,css:c,...s,children:[e.jsx(g,{selected:n,disabled:t,transitionDuration:u,...p}),e.jsx(m,{type:"checkbox",role:"switch",checked:n,disabled:t,onChange:o,...a})]})});exports.default=w;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ChangeEventHandler, HTMLAttributes } from 'react';
|
|
2
|
+
import { GeneralComponentProps } from '../typings/component';
|
|
3
|
+
|
|
4
|
+
export interface SwitchProps extends GeneralComponentProps<HTMLAttributes<HTMLDivElement>> {
|
|
5
|
+
selected: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
onChange: ChangeEventHandler<HTMLInputElement>;
|
|
8
|
+
transitionDuration?: number;
|
|
9
|
+
inputProps?: HTMLAttributes<HTMLInputElement>;
|
|
10
|
+
thumbProps?: HTMLAttributes<HTMLDivElement>;
|
|
11
|
+
}
|
|
12
|
+
declare const Switch: import('react').ForwardRefExoticComponent<SwitchProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
13
|
+
export default Switch;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { jsxs as m, jsx as p } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { forwardRef as s } from "react";
|
|
3
|
+
import i from "@emotion/styled";
|
|
4
|
+
const x = i.div`
|
|
5
|
+
position: relative;
|
|
6
|
+
display: flex;
|
|
7
|
+
width: 56px;
|
|
8
|
+
height: 32px;
|
|
9
|
+
padding: ${({ theme: { spacing: r } }) => `${r.content(1)}px`};
|
|
10
|
+
align-items: center;
|
|
11
|
+
border-radius: 20px;
|
|
12
|
+
transition: ${({ transitionDuration: r }) => `background-color ${r}ms ease-in-out`};
|
|
13
|
+
pointer-events: ${({ disabled: r }) => r ? "none" : "auto"};
|
|
14
|
+
|
|
15
|
+
${({
|
|
16
|
+
theme: {
|
|
17
|
+
palette: { brand: r, grey: n }
|
|
18
|
+
},
|
|
19
|
+
selected: o,
|
|
20
|
+
disabled: t
|
|
21
|
+
}) => o && t ? {
|
|
22
|
+
backgroundColor: r.primary.bg
|
|
23
|
+
} : o && !t ? {
|
|
24
|
+
backgroundColor: r.primary.main
|
|
25
|
+
} : !o && t ? {
|
|
26
|
+
backgroundColor: n[20]
|
|
27
|
+
} : !o && !t ? {
|
|
28
|
+
backgroundColor: n[40]
|
|
29
|
+
} : {}}
|
|
30
|
+
`, g = i.div`
|
|
31
|
+
width: 24px;
|
|
32
|
+
height: 24px;
|
|
33
|
+
border-radius: 50%;
|
|
34
|
+
transition: ${({ transitionDuration: r }) => `all ${r}ms ease-in-out`};
|
|
35
|
+
transition-property: background-color, transform, filter;
|
|
36
|
+
|
|
37
|
+
${({
|
|
38
|
+
theme: {
|
|
39
|
+
palette: { grey: r, background: n }
|
|
40
|
+
},
|
|
41
|
+
selected: o,
|
|
42
|
+
disabled: t
|
|
43
|
+
}) => o && t ? {
|
|
44
|
+
backgroundColor: r.white,
|
|
45
|
+
transform: "translateX(100%)"
|
|
46
|
+
} : o && !t ? {
|
|
47
|
+
backgroundColor: r.white,
|
|
48
|
+
filter: "drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.20))",
|
|
49
|
+
transform: "translateX(100%)"
|
|
50
|
+
} : !o && t ? {
|
|
51
|
+
backgroundColor: n.primary
|
|
52
|
+
} : !o && !t ? {
|
|
53
|
+
backgroundColor: r.white,
|
|
54
|
+
filter: "drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.20))"
|
|
55
|
+
} : {}}
|
|
56
|
+
`, l = i.input`
|
|
57
|
+
position: absolute;
|
|
58
|
+
appearance: none;
|
|
59
|
+
width: 100%;
|
|
60
|
+
height: 100%;
|
|
61
|
+
top: 0;
|
|
62
|
+
left: 0;
|
|
63
|
+
border-radius: 20px;
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
`, d = s(function({
|
|
66
|
+
selected: n,
|
|
67
|
+
disabled: o,
|
|
68
|
+
onChange: t,
|
|
69
|
+
transitionDuration: a = 150,
|
|
70
|
+
inputProps: e,
|
|
71
|
+
thumbProps: u,
|
|
72
|
+
inlineCSS: h,
|
|
73
|
+
...c
|
|
74
|
+
}, f) {
|
|
75
|
+
return /* @__PURE__ */ m(
|
|
76
|
+
x,
|
|
77
|
+
{
|
|
78
|
+
ref: f,
|
|
79
|
+
selected: n,
|
|
80
|
+
disabled: o,
|
|
81
|
+
transitionDuration: a,
|
|
82
|
+
css: h,
|
|
83
|
+
...c,
|
|
84
|
+
children: [
|
|
85
|
+
/* @__PURE__ */ p(
|
|
86
|
+
g,
|
|
87
|
+
{
|
|
88
|
+
selected: n,
|
|
89
|
+
disabled: o,
|
|
90
|
+
transitionDuration: a,
|
|
91
|
+
...u
|
|
92
|
+
}
|
|
93
|
+
),
|
|
94
|
+
/* @__PURE__ */ p(
|
|
95
|
+
l,
|
|
96
|
+
{
|
|
97
|
+
type: "checkbox",
|
|
98
|
+
role: "switch",
|
|
99
|
+
checked: n,
|
|
100
|
+
disabled: o,
|
|
101
|
+
onChange: t,
|
|
102
|
+
...e
|
|
103
|
+
}
|
|
104
|
+
)
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
);
|
|
108
|
+
});
|
|
109
|
+
export {
|
|
110
|
+
d as default
|
|
111
|
+
};
|