@dotss/ui 0.0.4 → 0.0.7
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,110 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
c1B: {
|
|
3
|
+
tag: "span",
|
|
4
|
+
size: "14px",
|
|
5
|
+
weight: 700,
|
|
6
|
+
lineHeight: "18px",
|
|
7
|
+
letterSpacing: "-0.28px"
|
|
8
|
+
},
|
|
9
|
+
c1M: {
|
|
10
|
+
tag: "span",
|
|
11
|
+
size: "14px",
|
|
12
|
+
weight: 500,
|
|
13
|
+
lineHeight: "18px",
|
|
14
|
+
letterSpacing: "-0.28px"
|
|
15
|
+
},
|
|
16
|
+
c1R: {
|
|
17
|
+
tag: "span",
|
|
18
|
+
size: "14px",
|
|
19
|
+
weight: 400,
|
|
20
|
+
lineHeight: "18px",
|
|
21
|
+
letterSpacing: "-0.28px"
|
|
22
|
+
},
|
|
23
|
+
c2B: {
|
|
24
|
+
tag: "span",
|
|
25
|
+
size: "13px",
|
|
26
|
+
weight: 700,
|
|
27
|
+
lineHeight: "16px",
|
|
28
|
+
letterSpacing: "-0.26px"
|
|
29
|
+
},
|
|
30
|
+
c2M: {
|
|
31
|
+
tag: "span",
|
|
32
|
+
size: "13px",
|
|
33
|
+
weight: 500,
|
|
34
|
+
lineHeight: "16px",
|
|
35
|
+
letterSpacing: "-0.26px"
|
|
36
|
+
},
|
|
37
|
+
c2R: {
|
|
38
|
+
tag: "span",
|
|
39
|
+
size: "13px",
|
|
40
|
+
weight: 400,
|
|
41
|
+
lineHeight: "16px",
|
|
42
|
+
letterSpacing: "-0.26px"
|
|
43
|
+
},
|
|
44
|
+
c3B: {
|
|
45
|
+
tag: "span",
|
|
46
|
+
size: "12px",
|
|
47
|
+
weight: 700,
|
|
48
|
+
lineHeight: "16px",
|
|
49
|
+
letterSpacing: "-0.24px"
|
|
50
|
+
},
|
|
51
|
+
c3M: {
|
|
52
|
+
tag: "span",
|
|
53
|
+
size: "12px",
|
|
54
|
+
weight: 500,
|
|
55
|
+
lineHeight: "16px",
|
|
56
|
+
letterSpacing: "-0.24px"
|
|
57
|
+
},
|
|
58
|
+
c3R: {
|
|
59
|
+
tag: "span",
|
|
60
|
+
size: "12px",
|
|
61
|
+
weight: 400,
|
|
62
|
+
lineHeight: "16px",
|
|
63
|
+
letterSpacing: "-0.24px"
|
|
64
|
+
},
|
|
65
|
+
c4B: {
|
|
66
|
+
tag: "span",
|
|
67
|
+
size: "11px",
|
|
68
|
+
weight: 700,
|
|
69
|
+
lineHeight: "14px",
|
|
70
|
+
letterSpacing: "-0.22px"
|
|
71
|
+
},
|
|
72
|
+
c4M: {
|
|
73
|
+
tag: "span",
|
|
74
|
+
size: "11px",
|
|
75
|
+
weight: 500,
|
|
76
|
+
lineHeight: "14px",
|
|
77
|
+
letterSpacing: "-0.22px"
|
|
78
|
+
},
|
|
79
|
+
c4R: {
|
|
80
|
+
tag: "span",
|
|
81
|
+
size: "11px",
|
|
82
|
+
weight: 400,
|
|
83
|
+
lineHeight: "14px",
|
|
84
|
+
letterSpacing: "-0.22px"
|
|
85
|
+
},
|
|
86
|
+
c5B: {
|
|
87
|
+
tag: "span",
|
|
88
|
+
size: "10px",
|
|
89
|
+
weight: 700,
|
|
90
|
+
lineHeight: "12px",
|
|
91
|
+
letterSpacing: "-0.2px"
|
|
92
|
+
},
|
|
93
|
+
c5M: {
|
|
94
|
+
tag: "span",
|
|
95
|
+
size: "10px",
|
|
96
|
+
weight: 500,
|
|
97
|
+
lineHeight: "12px",
|
|
98
|
+
letterSpacing: "-0.2px"
|
|
99
|
+
},
|
|
100
|
+
c5R: {
|
|
101
|
+
tag: "span",
|
|
102
|
+
size: "10px",
|
|
103
|
+
weight: 400,
|
|
104
|
+
lineHeight: "12px",
|
|
105
|
+
letterSpacing: "-0.2px"
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
export {
|
|
109
|
+
e as default
|
|
110
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={d1B:{tag:"div",size:"100px",weight:700,lineHeight:"150px",letterSpacing:"-2px"},d1M:{tag:"div",size:"100px",weight:500,lineHeight:"150px",letterSpacing:"-2px"},d1R:{tag:"div",size:"100px",weight:400,lineHeight:"150px",letterSpacing:"-2px"},d2B:{tag:"div",size:"60px",weight:700,lineHeight:"90px",letterSpacing:"-1.2px"},d2M:{tag:"div",size:"60px",weight:500,lineHeight:"90px",letterSpacing:"-1.2px"},d2R:{tag:"div",size:"60px",weight:400,lineHeight:"90px",letterSpacing:"-1.2px"},d3B:{tag:"div",size:"48px",weight:700,lineHeight:"72px",letterSpacing:"-0.96px"},d3M:{tag:"div",size:"48px",weight:500,lineHeight:"72px",letterSpacing:"-0.96px"},d3R:{tag:"div",size:"48px",weight:400,lineHeight:"72px",letterSpacing:"-0.96px"},d4B:{tag:"div",size:"40px",weight:700,lineHeight:"60px",letterSpacing:"-0.8px"},d4M:{tag:"div",size:"40px",weight:500,lineHeight:"60px",letterSpacing:"-0.8px"},d4R:{tag:"div",size:"40px",weight:400,lineHeight:"60px",letterSpacing:"-0.8px"}};exports.default=e;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
d1B: {
|
|
3
|
+
tag: "div",
|
|
4
|
+
size: "100px",
|
|
5
|
+
weight: 700,
|
|
6
|
+
lineHeight: "150px",
|
|
7
|
+
letterSpacing: "-2px"
|
|
8
|
+
},
|
|
9
|
+
d1M: {
|
|
10
|
+
tag: "div",
|
|
11
|
+
size: "100px",
|
|
12
|
+
weight: 500,
|
|
13
|
+
lineHeight: "150px",
|
|
14
|
+
letterSpacing: "-2px"
|
|
15
|
+
},
|
|
16
|
+
d1R: {
|
|
17
|
+
tag: "div",
|
|
18
|
+
size: "100px",
|
|
19
|
+
weight: 400,
|
|
20
|
+
lineHeight: "150px",
|
|
21
|
+
letterSpacing: "-2px"
|
|
22
|
+
},
|
|
23
|
+
d2B: {
|
|
24
|
+
tag: "div",
|
|
25
|
+
size: "60px",
|
|
26
|
+
weight: 700,
|
|
27
|
+
lineHeight: "90px",
|
|
28
|
+
letterSpacing: "-1.2px"
|
|
29
|
+
},
|
|
30
|
+
d2M: {
|
|
31
|
+
tag: "div",
|
|
32
|
+
size: "60px",
|
|
33
|
+
weight: 500,
|
|
34
|
+
lineHeight: "90px",
|
|
35
|
+
letterSpacing: "-1.2px"
|
|
36
|
+
},
|
|
37
|
+
d2R: {
|
|
38
|
+
tag: "div",
|
|
39
|
+
size: "60px",
|
|
40
|
+
weight: 400,
|
|
41
|
+
lineHeight: "90px",
|
|
42
|
+
letterSpacing: "-1.2px"
|
|
43
|
+
},
|
|
44
|
+
d3B: {
|
|
45
|
+
tag: "div",
|
|
46
|
+
size: "48px",
|
|
47
|
+
weight: 700,
|
|
48
|
+
lineHeight: "72px",
|
|
49
|
+
letterSpacing: "-0.96px"
|
|
50
|
+
},
|
|
51
|
+
d3M: {
|
|
52
|
+
tag: "div",
|
|
53
|
+
size: "48px",
|
|
54
|
+
weight: 500,
|
|
55
|
+
lineHeight: "72px",
|
|
56
|
+
letterSpacing: "-0.96px"
|
|
57
|
+
},
|
|
58
|
+
d3R: {
|
|
59
|
+
tag: "div",
|
|
60
|
+
size: "48px",
|
|
61
|
+
weight: 400,
|
|
62
|
+
lineHeight: "72px",
|
|
63
|
+
letterSpacing: "-0.96px"
|
|
64
|
+
},
|
|
65
|
+
d4B: {
|
|
66
|
+
tag: "div",
|
|
67
|
+
size: "40px",
|
|
68
|
+
weight: 700,
|
|
69
|
+
lineHeight: "60px",
|
|
70
|
+
letterSpacing: "-0.8px"
|
|
71
|
+
},
|
|
72
|
+
d4M: {
|
|
73
|
+
tag: "div",
|
|
74
|
+
size: "40px",
|
|
75
|
+
weight: 500,
|
|
76
|
+
lineHeight: "60px",
|
|
77
|
+
letterSpacing: "-0.8px"
|
|
78
|
+
},
|
|
79
|
+
d4R: {
|
|
80
|
+
tag: "div",
|
|
81
|
+
size: "40px",
|
|
82
|
+
weight: 400,
|
|
83
|
+
lineHeight: "60px",
|
|
84
|
+
letterSpacing: "-0.8px"
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
export {
|
|
88
|
+
e as default
|
|
89
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e={h0B:{tag:"h1",size:"36px",weight:700,lineHeight:"48px",letterSpacing:"-0.72px"},h0M:{tag:"h1",size:"36px",weight:500,lineHeight:"48px",letterSpacing:"-0.72px"},h0R:{tag:"h1",size:"36px",weight:400,lineHeight:"48px",letterSpacing:"-0.72px"},h1B:{tag:"h1",size:"24px",weight:700,lineHeight:"36px",letterSpacing:"-0.48px"},h1M:{tag:"h1",size:"24px",weight:500,lineHeight:"36px",letterSpacing:"-0.48px"},h1R:{tag:"h1",size:"24px",weight:400,lineHeight:"36px",letterSpacing:"-0.48px"},h2B:{tag:"h2",size:"20px",weight:700,lineHeight:"30px",letterSpacing:"-0.4px"},h2M:{tag:"h2",size:"20px",weight:500,lineHeight:"30px",letterSpacing:"-0.4px"},h2R:{tag:"h2",size:"20px",weight:400,lineHeight:"30px",letterSpacing:"-0.4px"},h3B:{tag:"h3",size:"18px",weight:700,lineHeight:"26px",letterSpacing:"-0.36px"},h3M:{tag:"h3",size:"18px",weight:500,lineHeight:"26px",letterSpacing:"-0.36px"},h3R:{tag:"h3",size:"18px",weight:400,lineHeight:"26px",letterSpacing:"-0.36px"},h4B:{tag:"h4",size:"16px",weight:700,lineHeight:"24px",letterSpacing:"-0.32px"},h4M:{tag:"h4",size:"16px",weight:500,lineHeight:"24px",letterSpacing:"-0.32px"},h4R:{tag:"h4",size:"16px",weight:400,lineHeight:"24px",letterSpacing:"-0.32px"},h5B:{tag:"h5",size:"14px",weight:700,lineHeight:"20px",letterSpacing:"-0.28px"},h5M:{tag:"h5",size:"14px",weight:500,lineHeight:"20px",letterSpacing:"-0.28px"},h5R:{tag:"h5",size:"14px",weight:400,lineHeight:"20px",letterSpacing:"-0.28px"}};exports.default=e;
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
h0B: {
|
|
3
|
+
tag: "h1",
|
|
4
|
+
size: "36px",
|
|
5
|
+
weight: 700,
|
|
6
|
+
lineHeight: "48px",
|
|
7
|
+
letterSpacing: "-0.72px"
|
|
8
|
+
},
|
|
9
|
+
h0M: {
|
|
10
|
+
tag: "h1",
|
|
11
|
+
size: "36px",
|
|
12
|
+
weight: 500,
|
|
13
|
+
lineHeight: "48px",
|
|
14
|
+
letterSpacing: "-0.72px"
|
|
15
|
+
},
|
|
16
|
+
h0R: {
|
|
17
|
+
tag: "h1",
|
|
18
|
+
size: "36px",
|
|
19
|
+
weight: 400,
|
|
20
|
+
lineHeight: "48px",
|
|
21
|
+
letterSpacing: "-0.72px"
|
|
22
|
+
},
|
|
23
|
+
h1B: {
|
|
24
|
+
tag: "h1",
|
|
25
|
+
size: "24px",
|
|
26
|
+
weight: 700,
|
|
27
|
+
lineHeight: "36px",
|
|
28
|
+
letterSpacing: "-0.48px"
|
|
29
|
+
},
|
|
30
|
+
h1M: {
|
|
31
|
+
tag: "h1",
|
|
32
|
+
size: "24px",
|
|
33
|
+
weight: 500,
|
|
34
|
+
lineHeight: "36px",
|
|
35
|
+
letterSpacing: "-0.48px"
|
|
36
|
+
},
|
|
37
|
+
h1R: {
|
|
38
|
+
tag: "h1",
|
|
39
|
+
size: "24px",
|
|
40
|
+
weight: 400,
|
|
41
|
+
lineHeight: "36px",
|
|
42
|
+
letterSpacing: "-0.48px"
|
|
43
|
+
},
|
|
44
|
+
h2B: {
|
|
45
|
+
tag: "h2",
|
|
46
|
+
size: "20px",
|
|
47
|
+
weight: 700,
|
|
48
|
+
lineHeight: "30px",
|
|
49
|
+
letterSpacing: "-0.4px"
|
|
50
|
+
},
|
|
51
|
+
h2M: {
|
|
52
|
+
tag: "h2",
|
|
53
|
+
size: "20px",
|
|
54
|
+
weight: 500,
|
|
55
|
+
lineHeight: "30px",
|
|
56
|
+
letterSpacing: "-0.4px"
|
|
57
|
+
},
|
|
58
|
+
h2R: {
|
|
59
|
+
tag: "h2",
|
|
60
|
+
size: "20px",
|
|
61
|
+
weight: 400,
|
|
62
|
+
lineHeight: "30px",
|
|
63
|
+
letterSpacing: "-0.4px"
|
|
64
|
+
},
|
|
65
|
+
h3B: {
|
|
66
|
+
tag: "h3",
|
|
67
|
+
size: "18px",
|
|
68
|
+
weight: 700,
|
|
69
|
+
lineHeight: "26px",
|
|
70
|
+
letterSpacing: "-0.36px"
|
|
71
|
+
},
|
|
72
|
+
h3M: {
|
|
73
|
+
tag: "h3",
|
|
74
|
+
size: "18px",
|
|
75
|
+
weight: 500,
|
|
76
|
+
lineHeight: "26px",
|
|
77
|
+
letterSpacing: "-0.36px"
|
|
78
|
+
},
|
|
79
|
+
h3R: {
|
|
80
|
+
tag: "h3",
|
|
81
|
+
size: "18px",
|
|
82
|
+
weight: 400,
|
|
83
|
+
lineHeight: "26px",
|
|
84
|
+
letterSpacing: "-0.36px"
|
|
85
|
+
},
|
|
86
|
+
h4B: {
|
|
87
|
+
tag: "h4",
|
|
88
|
+
size: "16px",
|
|
89
|
+
weight: 700,
|
|
90
|
+
lineHeight: "24px",
|
|
91
|
+
letterSpacing: "-0.32px"
|
|
92
|
+
},
|
|
93
|
+
h4M: {
|
|
94
|
+
tag: "h4",
|
|
95
|
+
size: "16px",
|
|
96
|
+
weight: 500,
|
|
97
|
+
lineHeight: "24px",
|
|
98
|
+
letterSpacing: "-0.32px"
|
|
99
|
+
},
|
|
100
|
+
h4R: {
|
|
101
|
+
tag: "h4",
|
|
102
|
+
size: "16px",
|
|
103
|
+
weight: 400,
|
|
104
|
+
lineHeight: "24px",
|
|
105
|
+
letterSpacing: "-0.32px"
|
|
106
|
+
},
|
|
107
|
+
h5B: {
|
|
108
|
+
tag: "h5",
|
|
109
|
+
size: "14px",
|
|
110
|
+
weight: 700,
|
|
111
|
+
lineHeight: "20px",
|
|
112
|
+
letterSpacing: "-0.28px"
|
|
113
|
+
},
|
|
114
|
+
h5M: {
|
|
115
|
+
tag: "h5",
|
|
116
|
+
size: "14px",
|
|
117
|
+
weight: 500,
|
|
118
|
+
lineHeight: "20px",
|
|
119
|
+
letterSpacing: "-0.28px"
|
|
120
|
+
},
|
|
121
|
+
h5R: {
|
|
122
|
+
tag: "h5",
|
|
123
|
+
size: "14px",
|
|
124
|
+
weight: 400,
|
|
125
|
+
lineHeight: "20px",
|
|
126
|
+
letterSpacing: "-0.28px"
|
|
127
|
+
}
|
|
128
|
+
};
|
|
129
|
+
export {
|
|
130
|
+
e as default
|
|
131
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./body.cjs"),t=require("./caption.cjs"),i=require("./headline.cjs"),a=require("./display.cjs");exports.body=e.default;exports.caption=t.default;exports.headline=i.default;exports.display=a.default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as o } from "./body.es.js";
|
|
2
|
+
import { default as f } from "./caption.es.js";
|
|
3
|
+
import { default as d } from "./headline.es.js";
|
|
4
|
+
import { default as p } from "./display.es.js";
|
|
5
|
+
export {
|
|
6
|
+
o as body,
|
|
7
|
+
f as caption,
|
|
8
|
+
p as display,
|
|
9
|
+
d as headline
|
|
10
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ColorValue } from './utility';
|
|
2
|
+
|
|
3
|
+
export type BrandColorKey = 'primary' | 'secondary' | 'tertiary';
|
|
4
|
+
export type BrandColorShade = {
|
|
5
|
+
primary: 'main' | 'disable' | 'disableLine' | 'bg' | 'pageControl' | 'tooltip' | 'line' | 'press' | 'text';
|
|
6
|
+
secondary: never;
|
|
7
|
+
tertiary: never;
|
|
8
|
+
};
|
|
9
|
+
export type BrandColorStyle<K extends BrandColorKey> = BrandColorShade[K] extends never ? string : Record<BrandColorShade[K], string>;
|
|
10
|
+
export type ColorScaleKey = 'yellow' | 'blue' | 'green' | 'pink' | 'grey' | 'background' | 'etc';
|
|
11
|
+
export type ColorScaleRange = 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100;
|
|
12
|
+
export type BaseColorScaleKey = Exclude<ColorScaleKey, 'grey' | 'background' | 'etc'>;
|
|
13
|
+
export type SpecifyColorScaleKey = 'background' | 'etc' | 'grey';
|
|
14
|
+
export type ColorScale<T = unknown> = {
|
|
15
|
+
[key in ColorScaleRange]: ColorValue;
|
|
16
|
+
} & T;
|
|
17
|
+
export type GreyColorScale = ColorScale<{
|
|
18
|
+
white: ColorValue;
|
|
19
|
+
black: ColorValue;
|
|
20
|
+
}>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ComponentPropsWithRef, ComponentPropsWithoutRef, ElementType, ReactNode } from 'react';
|
|
2
|
+
import { Theme } from '@emotion/react';
|
|
3
|
+
import { CSSInterpolation } from '@emotion/serialize';
|
|
4
|
+
import { BaseColorScaleKey, BrandColorKey, ColorScaleRange } from './color';
|
|
5
|
+
import { BackgroundPalette, EtcPalette, GreyPalette, ThemeType } from './theme/core';
|
|
6
|
+
import { TictoccrocBrandColorKey, TictoccrocClassTypeColorKey } from './theme/tictoccroc';
|
|
7
|
+
|
|
8
|
+
import type * as SvgIcons from '../resources/tictoccroc/icons';
|
|
9
|
+
export type Variant = 'standard' | 'filled' | 'outlined' | 'ghost' | 'solid' | 'text';
|
|
10
|
+
export type Size = 'xSmall' | 'small' | 'medium' | 'large' | 'xLarge' | '2xLarge';
|
|
11
|
+
export type Color = BrandColorKey | `${BaseColorScaleKey}.${ColorScaleRange}` | `${keyof GreyPalette}.${keyof GreyPalette['grey']}` | `${keyof EtcPalette}.${keyof EtcPalette['etc']}` | `${keyof BackgroundPalette}.${keyof BackgroundPalette['background']}` | `${ThemeType}.brand.${TictoccrocBrandColorKey}` | `${ThemeType}.classType.${TictoccrocClassTypeColorKey}`;
|
|
12
|
+
export type Spacing<T = unknown> = T & Partial<{
|
|
13
|
+
spacingType: keyof Theme['spacing'];
|
|
14
|
+
} & {
|
|
15
|
+
[key in `${'m' | 'p'}${'t' | 'b' | 'l' | 'r'}`]: number;
|
|
16
|
+
} & {
|
|
17
|
+
p: number;
|
|
18
|
+
m: number;
|
|
19
|
+
}>;
|
|
20
|
+
export type IconName = keyof typeof SvgIcons;
|
|
21
|
+
export type InlineCSS = {
|
|
22
|
+
inlineCSS?: CSSInterpolation;
|
|
23
|
+
};
|
|
24
|
+
export type GeneralComponentProps<T> = T & InlineCSS;
|
|
25
|
+
export type PolymorphicComponentProps<T extends ElementType> = {
|
|
26
|
+
tag?: T;
|
|
27
|
+
} & InlineCSS & ComponentPropsWithoutRef<T> & {
|
|
28
|
+
ref?: PolymorphicRef<T>;
|
|
29
|
+
};
|
|
30
|
+
export type PolymorphicRef<T extends ElementType> = ComponentPropsWithRef<T>['ref'];
|
|
31
|
+
export type PolymorphicComponent<T extends ElementType, Q> = (props: Omit<PolymorphicComponentProps<T>, keyof Q> & Q) => ReactNode;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { BaseColorScaleKey, BrandColorKey, BrandColorStyle, ColorScale, GreyColorScale, SpecifyColorScaleKey } from '../color';
|
|
2
|
+
import { TypographyBody, TypographyCaption, TypographyDisplay, TypographyHeadline } from '../typography';
|
|
3
|
+
import { CSSValue, ColorValue } from '../utility';
|
|
4
|
+
|
|
5
|
+
type Palette<ExtendPalette> = {
|
|
6
|
+
[key in BaseColorScaleKey]: ColorScale;
|
|
7
|
+
} & {
|
|
8
|
+
extend?: ExtendPalette;
|
|
9
|
+
};
|
|
10
|
+
type BrandPalette<ExtendBrandPalette> = Record<'brand', {
|
|
11
|
+
[K in BrandColorKey]: BrandColorStyle<K>;
|
|
12
|
+
} & {
|
|
13
|
+
extend?: ExtendBrandPalette;
|
|
14
|
+
}>;
|
|
15
|
+
export type GreyPalette = {
|
|
16
|
+
[key in Extract<SpecifyColorScaleKey, 'grey'>]: GreyColorScale;
|
|
17
|
+
};
|
|
18
|
+
export type BackgroundPalette = {
|
|
19
|
+
[key in Extract<SpecifyColorScaleKey, 'background'>]: Record<Exclude<BrandColorKey, 'tertiary'>, ColorValue>;
|
|
20
|
+
};
|
|
21
|
+
export type EtcColorKey = 'red' | 'orange' | 'dimmed01' | 'dimmed02' | 'dimmed03';
|
|
22
|
+
export type EtcPalette = {
|
|
23
|
+
[key in Extract<SpecifyColorScaleKey, 'etc'>]: Record<EtcColorKey, ColorValue>;
|
|
24
|
+
};
|
|
25
|
+
export type ThemeMode = 'light' | 'dark';
|
|
26
|
+
export type ThemeType = 'tictoccroc-parent' | 'tictoccroc-teacher';
|
|
27
|
+
export type ThemeConfig = {
|
|
28
|
+
mode: ThemeMode;
|
|
29
|
+
type: ThemeType;
|
|
30
|
+
};
|
|
31
|
+
export default interface BaseTheme<ExtendPalette = unknown, ExtendBrandPalette = unknown> {
|
|
32
|
+
mode: ThemeMode;
|
|
33
|
+
type: ThemeType;
|
|
34
|
+
palette: Palette<ExtendPalette> & BrandPalette<ExtendBrandPalette> & GreyPalette & BackgroundPalette & EtcPalette;
|
|
35
|
+
typography: TypographyDisplay & TypographyHeadline & TypographyBody & TypographyCaption;
|
|
36
|
+
spacing: {
|
|
37
|
+
content: (value: number) => number;
|
|
38
|
+
layout: (value: number) => number;
|
|
39
|
+
};
|
|
40
|
+
elevation: Record<0 | 1 | 2 | 3 | 4 | 5, CSSValue>;
|
|
41
|
+
}
|
|
42
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { default as BaseTheme } from './core';
|
|
2
|
+
import { ColorValue } from '../utility';
|
|
3
|
+
|
|
4
|
+
export type TictoccrocClassTypeColorKey = 'play' | 'commute' | 'learning' | 'creativeArt' | 'english' | 'package';
|
|
5
|
+
export type TictoccrocClassType = {
|
|
6
|
+
[key in TictoccrocClassTypeColorKey]: ColorValue;
|
|
7
|
+
};
|
|
8
|
+
export type TictoccrocBrandColorKey = 'yellow' | 'blue' | 'green' | 'pink';
|
|
9
|
+
export type TictoccrocBrandColor = {
|
|
10
|
+
[key in TictoccrocBrandColorKey]: ColorValue;
|
|
11
|
+
};
|
|
12
|
+
type TictoccrocTheme = BaseTheme<{
|
|
13
|
+
classType: TictoccrocClassType;
|
|
14
|
+
}, TictoccrocBrandColor>;
|
|
15
|
+
export default TictoccrocTheme;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { CSSValue } from './utility';
|
|
2
|
+
|
|
3
|
+
type TypographyWeightKey = 'B' | 'M' | 'R';
|
|
4
|
+
type TypographyWeight = 700 | 500 | 400;
|
|
5
|
+
type TypographySizeRange = 0 | 1 | 2 | 3 | 4 | 5;
|
|
6
|
+
type TypographyVariantKey = 'd' | 'h' | 'b' | 'c';
|
|
7
|
+
export type TypographyContent = {
|
|
8
|
+
tag: `h${1 | 2 | 3 | 4 | 5}` | 'div' | 'span';
|
|
9
|
+
size: CSSValue;
|
|
10
|
+
weight: TypographyWeight;
|
|
11
|
+
lineHeight: CSSValue;
|
|
12
|
+
letterSpacing: CSSValue;
|
|
13
|
+
};
|
|
14
|
+
export type TypographyVariant<Key extends TypographyVariantKey = TypographyVariantKey, SizeRange extends TypographySizeRange = TypographySizeRange, WeightKey extends TypographyWeightKey = TypographyWeightKey> = `${Extract<TypographyVariantKey, Key>}${Extract<TypographySizeRange, SizeRange>}${Extract<TypographyWeightKey, WeightKey>}`;
|
|
15
|
+
export type TypographyDisplayKey = TypographyVariant<'d', 1 | 2 | 3 | 4, 'B' | 'M' | 'R'>;
|
|
16
|
+
export type TypographyHeadlineKey = TypographyVariant<'h', 0 | 1 | 2 | 3 | 4 | 5, 'B' | 'M' | 'R'>;
|
|
17
|
+
export type TypographyBodyKey = TypographyVariant<'b', 1 | 2 | 3 | 4 | 5, 'M' | 'R'>;
|
|
18
|
+
export type TypographyCaptionKey = TypographyVariant<'c', 1 | 2 | 3 | 4 | 5>;
|
|
19
|
+
export type TypographyDisplay = Record<TypographyDisplayKey, TypographyContent>;
|
|
20
|
+
export type TypographyHeadline = Record<TypographyHeadlineKey, TypographyContent>;
|
|
21
|
+
export type TypographyBody = Record<TypographyBodyKey, TypographyContent>;
|
|
22
|
+
export type TypographyCaption = Record<TypographyCaptionKey, TypographyContent>;
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Property } from 'csstype';
|
|
2
|
+
|
|
3
|
+
export type RGB = `rgb(${number}, ${number}, ${number})`;
|
|
4
|
+
export type RGBA = `rgba(${number}, ${number}, ${number}, ${number})`;
|
|
5
|
+
export type HEX = `#${string}`;
|
|
6
|
+
export type ColorCode = RGB | RGBA | HEX;
|
|
7
|
+
export type ColorValue = ColorCode | Property.Color | `linear-gradient(${number}deg, ${ColorCode} ${number}%, ${ColorCode} ${number}%)`;
|
|
8
|
+
export type AbsoluteUnit = 'cm' | 'mm' | 'in' | 'px' | 'pt' | 'pc';
|
|
9
|
+
export type RelativeUnit = 'em' | 'ex' | 'ch' | 'rem' | 'vw' | 'vh' | 'vmin' | 'vmax' | '%';
|
|
10
|
+
export type CSSValue = number | string | `${number}${AbsoluteUnit | RelativeUnit}` | 'auto' | 'inherit';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function t(e,r="px"){return Number.isNaN(e)?e:`${e}${r}`}exports.default=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function o(t,u){let e=null;return(...l)=>{e!==null&&clearTimeout(e),e=setTimeout(()=>{t(...l)},u)}}exports.default=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function debounce<T extends (...args: any[]) => void>(func: T, wait: number): (...args: Parameters<T>) => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("../getRelativeLuminance/getRelativeLuminance.cjs"),a=require("../hexToRgb/hexToRgb.cjs");function i(u,l){const t=a.default(u),e=a.default(l),r=o.default(t.r,t.g,t.b),n=o.default(e.r,e.g,e.b),s=Math.max(r,n),c=Math.min(r,n);return(s+.05)/(c+.05)}exports.default=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function getContrastRatio(color1: string, color2: string): number;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import e from "../getRelativeLuminance/getRelativeLuminance.es.js";
|
|
2
|
+
import a from "../hexToRgb/hexToRgb.es.js";
|
|
3
|
+
function l(c, g) {
|
|
4
|
+
const t = a(c), o = a(g), r = e(t.r, t.g, t.b), n = e(o.r, o.g, o.b), i = Math.max(r, n), s = Math.min(r, n);
|
|
5
|
+
return (i + 0.05) / (s + 0.05);
|
|
6
|
+
}
|
|
7
|
+
export {
|
|
8
|
+
l as default
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("../getRelativeLuminance/getRelativeLuminance.cjs"),c=require("../hexToRgb/hexToRgb.cjs"),a=.57;function l(u,i=["#FFFFFF","#000000"]){const t=i.map(n=>{const e=c.default(n);return{color:n,luminance:o.default(e.r,e.g,e.b)}}).sort((n,e)=>n.luminance-e.luminance);if(u==="transparent")return t[0].color;const r=c.default(u);return o.default(r.r,r.g,r.b)>a?t[0].color:t[t.length-1].color}exports.default=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function getContrastingTextColor(backgroundColor: string, textColors?: [string, string]): string;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import c from "../getRelativeLuminance/getRelativeLuminance.es.js";
|
|
2
|
+
import i from "../hexToRgb/hexToRgb.es.js";
|
|
3
|
+
const g = 0.57;
|
|
4
|
+
function L(e, a = ["#FFFFFF", "#000000"]) {
|
|
5
|
+
const t = a.map((o) => {
|
|
6
|
+
const n = i(o);
|
|
7
|
+
return {
|
|
8
|
+
color: o,
|
|
9
|
+
luminance: c(n.r, n.g, n.b)
|
|
10
|
+
};
|
|
11
|
+
}).sort((o, n) => o.luminance - n.luminance);
|
|
12
|
+
if (e === "transparent")
|
|
13
|
+
return t[0].color;
|
|
14
|
+
const r = i(e);
|
|
15
|
+
return c(r.r, r.g, r.b) > g ? t[0].color : t[t.length - 1].color;
|
|
16
|
+
}
|
|
17
|
+
export {
|
|
18
|
+
L as default
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=Object.freeze({CalendarColorLine:"달력",GoodsColorLine:"상품",KidsColorLine:"아이",TimeColorLine:"시간",CapacityColorLine:"인원",AveragePlaneEmoji:"보통",ExcellentPlaneEmoji:"좋음",GoodPlaneEmoji:"아주 좋음",CashEtc:"캐시",PointEtc:"포인트",CheckEtc:"체크",UnScheduledEtc:"미예약",CouponEtc:"쿠폰",AlertFill:"경고",ApplyFill:"추가",ArrowDownFill:"아래쪽",ArrowLeftFill:"왼쪽",ArrowRightFill:"오른쪽",ArrowUpFill:"위쪽",ChattingFill:"채팅",CompleteFill:"성공",HomeFill:"홈",InfoFill:"정보",InvalidFill:"실패",MetFill:"하트",OngoingFill:"진행중",ReviewFill:"별",ScheduleFill:"예약",TooltipFill:"정보",UserFill:"사용자",ClrFill:"지우기",LikeFill:"좋아요",ArrowBackLine:"뒤로",ArrowDownwardLine:"아래로",ArrowForwardLine:"앞으로",ArrowUpwardLine:"위로",CheckLine:"체크",ChevronDownLine:"하",ChevronLeftLine:"좌",ChevronRightLine:"우",ChevronUpLine:"상",CloseLine:"닫기",DownloadLine:"다운로드",EyeInvisibleLine:"가리기",EyeVisibleLine:"보이기",HamburgerLine:"메뉴",MinusLine:"빼기",PlusLine:"더하기",ResetLine:"초기화",SearchLine:"찾기",UploadLine:"업로드",AlarmLine:"알림",CalendarLine:"달력",CertificateLine:"증명서",ChatLine:"채팅",DeleteLine:"삭제",FullViewLine:"전체보기",KidsLine:"아이",LinkLine:"링크",MatchTypeLine:"매칭타입",MobileLine:"모바일",ModifyLine:"수정",SettingLine:"설정",SpecialLine:"특별",TimeLine:"시간",UniversityLine:"학위",Warning1Line:"경고",Warning2Line:"경고",AttachLine:"첨부",BrowserLine:"브라우저",CallLine:"전화",CameraLine:"카메라",CardLine:"카드",CopyLine:"복사",FilterLine:"필터",GoodsLine:"상품",ImgLine:"사진",LocationLine:"위치",InformationLine:"정보",ParkingLine:"자동차",ReceiptLine:"영수증",ShareLine:"공유",SmsLine:"메일",WifiLine:"와이파이",ApplyLine:"추가",ChattingLine:"채팅",HomeLine:"홈",HeadphoneLine:"헤드폰",LikeLine:"좋아요",InsuranceLine:"보호",ScheduleLine:"예약",UserLine:"사용자",MoreLine:"더보기",ImgDisableLine:"사진 없음",ToyLine:"장난감",InstagramLine:"인스타그램",AlignLine:"정렬",CashLine:"캐시",SoundLine:"소리 켜기",SoundOffLine:"소리 끄기",BanLine:"금지",MetLine:"하트",AlignEditLine:"순서 변경",VideoCameraLine:"동영상 촬영"});function n(e){return i[e]?i[e]:""}exports.default=n;
|