@dotss/ui 0.0.8 → 0.0.11
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/Accordion/Accordion.cjs +40 -0
- package/{dist/Accordion → Accordion}/Accordion.d.ts +2 -0
- package/Accordion/Accordion.es.js +136 -0
- package/Autocomplete/Autocomplete.cjs +1 -0
- package/{dist/Autocomplete → Autocomplete}/Autocomplete.d.ts +1 -1
- package/Autocomplete/Autocomplete.es.js +265 -0
- package/BottomSheet/BottomSheet.cjs +33 -0
- package/{dist/BottomSheet → BottomSheet}/BottomSheet.d.ts +3 -0
- package/BottomSheet/BottomSheet.es.js +149 -0
- package/BottomSheet/BottomSheetText/BottomSheetText.cjs +5 -0
- package/{dist/BottomSheet → BottomSheet}/BottomSheetText/BottomSheetText.es.js +18 -6
- package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/BottomSheetTitle.cjs +6 -6
- package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/BottomSheetTitle.d.ts +2 -1
- package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/BottomSheetTitle.es.js +26 -15
- package/{dist/Button → Button}/Button.cjs +6 -6
- package/{dist/Button → Button}/Button.es.js +35 -27
- package/ChainPicker/ChainPicker.cjs +54 -0
- package/{dist/ChainPicker → ChainPicker}/ChainPicker.d.ts +4 -2
- package/ChainPicker/ChainPicker.es.js +226 -0
- package/{dist/ChainPicker → ChainPicker}/ChainPicker.stories.d.ts +1 -1
- package/Checkbox/Checkbox.cjs +16 -0
- package/{dist/Checkbox → Checkbox}/Checkbox.es.js +12 -10
- package/CircularProgressIndicator/CircularProgressIndicator.cjs +18 -0
- package/CircularProgressIndicator/CircularProgressIndicator.es.js +90 -0
- package/DatePicker/DatePicker.cjs +90 -0
- package/{dist/DatePicker → DatePicker}/DatePicker.d.ts +2 -1
- package/DatePicker/DatePicker.es.js +624 -0
- package/{dist/DatePicker → DatePicker}/DatePicker.stories.d.ts +1 -0
- package/DatePicker/EventDot/EventDot.cjs +8 -0
- package/DatePicker/EventDot/EventDot.d.ts +8 -0
- package/DatePicker/EventDot/EventDot.es.js +19 -0
- package/DatePicker/EventDot/index.cjs +1 -0
- package/DatePicker/EventDot/index.d.ts +3 -0
- package/DatePicker/EventDot/index.es.js +4 -0
- package/DatePicker/EventDotGroup/EventDotGroup.cjs +8 -0
- package/DatePicker/EventDotGroup/EventDotGroup.d.ts +8 -0
- package/DatePicker/EventDotGroup/EventDotGroup.es.js +39 -0
- package/DatePicker/EventDotGroup/index.cjs +1 -0
- package/DatePicker/EventDotGroup/index.d.ts +3 -0
- package/DatePicker/EventDotGroup/index.es.js +4 -0
- package/DatePicker/index.cjs +1 -0
- package/{dist/DatePicker → DatePicker}/index.d.ts +2 -0
- package/DatePicker/index.es.js +8 -0
- package/Dialog/Dialog.cjs +20 -0
- package/{dist/Dialog → Dialog}/Dialog.d.ts +2 -0
- package/{dist/Dialog → Dialog}/Dialog.es.js +45 -40
- package/{dist/Dialog → Dialog}/Dialog.stories.d.ts +10 -0
- package/{dist/Dialog → Dialog}/DialogText/DialogText.cjs +1 -1
- package/{dist/Dialog → Dialog}/DialogText/DialogText.es.js +1 -1
- package/{dist/Dialog → Dialog}/DialogTitle/DialogTitle.cjs +4 -4
- package/{dist/Dialog → Dialog}/DialogTitle/DialogTitle.d.ts +2 -1
- package/{dist/Dialog → Dialog}/DialogTitle/DialogTitle.es.js +17 -17
- package/FocusBoundary/FocusBoundary.cjs +1 -0
- package/{dist/FocusBoundary → FocusBoundary}/FocusBoundary.d.ts +3 -1
- package/FocusBoundary/FocusBoundary.es.js +80 -0
- package/FormControlText/FormControlText.cjs +14 -0
- package/{dist/FormControlText → FormControlText}/FormControlText.d.ts +2 -0
- package/FormControlText/FormControlText.es.js +78 -0
- package/{dist/Icon → Icon}/Icon.cjs +1 -1
- package/{dist/Icon → Icon}/Icon.es.js +1 -1
- package/IconButton/IconButton.cjs +30 -0
- package/{dist/IconButton → IconButton}/IconButton.es.js +32 -25
- package/LineProgressIndicator/LineProgressIndicator.cjs +35 -0
- package/LineProgressIndicator/LineProgressIndicator.es.js +81 -0
- package/Menu/Menu.cjs +35 -0
- package/{dist/Menu → Menu}/Menu.d.ts +3 -2
- package/Menu/Menu.es.js +197 -0
- package/{dist/Menu → Menu}/Menu.stories.d.ts +1 -0
- package/Menu/MenuBlock/MenuBlock.cjs +33 -0
- package/{dist/Menu → Menu}/MenuBlock/MenuBlock.d.ts +1 -0
- package/{dist/Menu → Menu}/MenuBlock/MenuBlock.es.js +47 -35
- package/Menu/MenuButton/MenuButton.cjs +1 -0
- package/Menu/MenuButton/MenuButton.d.ts +10 -0
- package/Menu/MenuButton/MenuButton.es.js +44 -0
- package/{dist/Menu → Menu/MenuButton}/index.cjs +1 -1
- package/Menu/MenuButton/index.d.ts +3 -0
- package/Menu/MenuButton/index.es.js +4 -0
- package/Menu/index.cjs +1 -0
- package/{dist/Menu → Menu}/index.d.ts +1 -0
- package/Menu/index.es.js +8 -0
- package/NumberKeypad/NumberKeypad.cjs +9 -0
- package/NumberKeypad/NumberKeypad.es.js +39 -0
- package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/NumberKeypadBlock.cjs +1 -1
- package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/NumberKeypadBlock.es.js +10 -1
- package/PageControl/PageControl.cjs +26 -0
- package/{dist/PageControl → PageControl}/PageControl.d.ts +3 -0
- package/PageControl/PageControl.es.js +104 -0
- package/{dist/PageControl → PageControl}/PageControl.stories.d.ts +1 -0
- package/Radio/Radio.cjs +16 -0
- package/Radio/Radio.es.js +71 -0
- package/RadioGroup/RadioGroup.cjs +1 -0
- package/RadioGroup/RadioGroup.d.ts +8 -0
- package/RadioGroup/RadioGroup.es.js +28 -0
- package/RadioGroup/RadioGroup.stories.d.ts +14 -0
- package/RadioGroup/index.cjs +1 -0
- package/RadioGroup/index.d.ts +3 -0
- package/RadioGroup/index.es.js +4 -0
- package/SegmentedButton/SegmentedButton.cjs +18 -0
- package/SegmentedButton/SegmentedButton.es.js +122 -0
- package/Select/Select.cjs +53 -0
- package/{dist/Select → Select}/Select.es.js +95 -84
- package/Slider/Slider.cjs +55 -0
- package/{dist/Slider → Slider}/Slider.d.ts +1 -0
- package/Slider/Slider.es.js +251 -0
- package/Switch/Switch.cjs +47 -0
- package/{dist/Switch → Switch}/Switch.d.ts +2 -0
- package/Switch/Switch.es.js +231 -0
- package/{dist/Switch → Switch}/Switch.stories.d.ts +1 -0
- package/TextArea/TextArea.cjs +76 -0
- package/TextArea/TextArea.es.js +256 -0
- package/{dist/TextArea → TextArea}/TextArea.stories.d.ts +1 -1
- package/TextField/TextField.cjs +63 -0
- package/{dist/TextField → TextField}/TextField.d.ts +2 -1
- package/TextField/TextField.es.js +315 -0
- package/{dist/TextField → TextField}/TextField.stories.d.ts +1 -0
- package/Tooltip/Tooltip.cjs +27 -0
- package/{dist/Tooltip → Tooltip}/Tooltip.d.ts +8 -3
- package/Tooltip/Tooltip.es.js +443 -0
- package/{dist/Tooltip → Tooltip}/Tooltip.stories.d.ts +1 -0
- package/hooks/index.cjs +1 -0
- package/hooks/index.d.ts +4 -0
- package/hooks/index.es.js +10 -0
- package/hooks/useCheckHasFocus/useCheckHasFocus.cjs +1 -0
- package/hooks/useCheckHasFocus/useCheckHasFocus.d.ts +9 -0
- package/hooks/useCheckHasFocus/useCheckHasFocus.es.js +21 -0
- package/hooks/useCheckKeyboardMode/useCheckKeyboardMode.cjs +1 -0
- package/hooks/useCheckKeyboardMode/useCheckKeyboardMode.d.ts +4 -0
- package/hooks/useCheckKeyboardMode/useCheckKeyboardMode.es.js +30 -0
- package/hooks/useFocusBoundary/useFocusBoundary.cjs +1 -0
- package/hooks/useFocusBoundary/useFocusBoundary.d.ts +12 -0
- package/hooks/useFocusBoundary/useFocusBoundary.es.js +63 -0
- package/index.cjs +1 -0
- package/{dist/index.d.ts → index.d.ts} +2 -1
- package/index.es.js +105 -0
- package/package.json +5 -15
- package/resources/tictoccroc/icons/fill/certified-fill.svg-B_RVx6K_.cjs +1 -0
- package/resources/tictoccroc/icons/fill/certified-fill.svg-CK7UqYft.js +5 -0
- package/{dist/resources → resources}/tictoccroc/icons/fill/index.d.ts +3 -0
- package/resources/tictoccroc/icons/fill/location-fill.svg-DfSHAnsd.js +5 -0
- package/resources/tictoccroc/icons/fill/location-fill.svg-Die9mxQH.cjs +1 -0
- package/resources/tictoccroc/icons/fill/send-fill.svg-CItD_2L1.js +5 -0
- package/resources/tictoccroc/icons/fill/send-fill.svg-D197Lwl0.cjs +1 -0
- package/resources/tictoccroc/icons/index.ts-BmqvB_n6.cjs +1 -0
- package/resources/tictoccroc/icons/index.ts-CzTh-XsD.js +228 -0
- package/{dist/resources → resources}/tictoccroc/icons/line/index.d.ts +4 -0
- package/resources/tictoccroc/icons/line/list-line.svg-r5d5htjN.cjs +1 -0
- package/resources/tictoccroc/icons/line/list-line.svg-yFfhZxUp.js +5 -0
- package/resources/tictoccroc/icons/line/monthly-line.svg-BdyaJ1t_.cjs +1 -0
- package/resources/tictoccroc/icons/line/monthly-line.svg-DY5-Xv34.js +5 -0
- package/resources/tictoccroc/icons/line/review-line.svg-B4rfJrsO.js +5 -0
- package/resources/tictoccroc/icons/line/review-line.svg-DYUuUybx.cjs +1 -0
- package/resources/tictoccroc/icons/line/weekly-line.svg-BCO-LS_a.cjs +1 -0
- package/resources/tictoccroc/icons/line/weekly-line.svg-BUPmmgeE.js +5 -0
- package/{dist/utils → utils}/getIconLabel/getIconLabel.cjs +1 -1
- package/{dist/utils → utils}/getIconLabel/getIconLabel.es.js +8 -1
- package/dist/Accordion/Accordion.cjs +0 -34
- package/dist/Accordion/Accordion.es.js +0 -115
- package/dist/Autocomplete/Autocomplete.cjs +0 -1
- package/dist/Autocomplete/Autocomplete.es.js +0 -108
- package/dist/BottomSheet/BottomSheet.cjs +0 -33
- package/dist/BottomSheet/BottomSheet.es.js +0 -131
- package/dist/BottomSheet/BottomSheetText/BottomSheetText.cjs +0 -5
- package/dist/ChainPicker/ChainPicker.cjs +0 -44
- package/dist/ChainPicker/ChainPicker.es.js +0 -179
- package/dist/Checkbox/Checkbox.cjs +0 -16
- package/dist/CircularProgressIndicator/CircularProgressIndicator.cjs +0 -18
- package/dist/CircularProgressIndicator/CircularProgressIndicator.es.js +0 -87
- package/dist/DatePicker/DatePicker.cjs +0 -73
- package/dist/DatePicker/DatePicker.es.js +0 -595
- package/dist/DatePicker/index.cjs +0 -1
- package/dist/DatePicker/index.es.js +0 -4
- package/dist/Dialog/Dialog.cjs +0 -20
- package/dist/FocusBoundary/FocusBoundary.cjs +0 -1
- package/dist/FocusBoundary/FocusBoundary.es.js +0 -73
- package/dist/FormControlText/FormControlText.cjs +0 -12
- package/dist/FormControlText/FormControlText.es.js +0 -68
- package/dist/IconButton/IconButton.cjs +0 -30
- package/dist/LineProgressIndicator/LineProgressIndicator.cjs +0 -35
- package/dist/LineProgressIndicator/LineProgressIndicator.es.js +0 -69
- package/dist/Menu/Menu.cjs +0 -35
- package/dist/Menu/Menu.es.js +0 -163
- package/dist/Menu/MenuBlock/MenuBlock.cjs +0 -26
- package/dist/Menu/index.es.js +0 -6
- package/dist/NumberKeypad/NumberKeypad.cjs +0 -9
- package/dist/NumberKeypad/NumberKeypad.es.js +0 -37
- package/dist/PageControl/PageControl.cjs +0 -15
- package/dist/PageControl/PageControl.es.js +0 -51
- package/dist/Radio/Radio.cjs +0 -16
- package/dist/Radio/Radio.es.js +0 -69
- package/dist/SegmentedButton/SegmentedButton.cjs +0 -7
- package/dist/SegmentedButton/SegmentedButton.es.js +0 -48
- package/dist/Select/Select.cjs +0 -53
- package/dist/Slider/Slider.cjs +0 -40
- package/dist/Slider/Slider.es.js +0 -163
- package/dist/Switch/Switch.cjs +0 -30
- package/dist/Switch/Switch.es.js +0 -111
- package/dist/TextArea/TextArea.cjs +0 -68
- package/dist/TextArea/TextArea.es.js +0 -222
- package/dist/TextField/TextField.cjs +0 -47
- package/dist/TextField/TextField.es.js +0 -271
- package/dist/Tooltip/Tooltip.cjs +0 -26
- package/dist/Tooltip/Tooltip.es.js +0 -341
- package/dist/hooks/index.cjs +0 -1
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/index.es.js +0 -4
- package/dist/index.cjs +0 -1
- package/dist/index.es.js +0 -98
- package/dist/resources/tictoccroc/icons/index.ts-CarI_z7q.js +0 -214
- package/dist/resources/tictoccroc/icons/index.ts-IVJAK4qr.cjs +0 -1
- /package/{dist/Accordion → Accordion}/Accordion.stories.d.ts +0 -0
- /package/{dist/Accordion → Accordion}/index.cjs +0 -0
- /package/{dist/Accordion → Accordion}/index.d.ts +0 -0
- /package/{dist/Accordion → Accordion}/index.es.js +0 -0
- /package/{dist/Autocomplete → Autocomplete}/Autocomplete.stories.d.ts +0 -0
- /package/{dist/Autocomplete → Autocomplete}/index.cjs +0 -0
- /package/{dist/Autocomplete → Autocomplete}/index.d.ts +0 -0
- /package/{dist/Autocomplete → Autocomplete}/index.es.js +0 -0
- /package/{dist/Backdrop → Backdrop}/Backdrop.cjs +0 -0
- /package/{dist/Backdrop → Backdrop}/Backdrop.d.ts +0 -0
- /package/{dist/Backdrop → Backdrop}/Backdrop.es.js +0 -0
- /package/{dist/Backdrop → Backdrop}/Backdrop.stories.d.ts +0 -0
- /package/{dist/Backdrop → Backdrop}/index.cjs +0 -0
- /package/{dist/Backdrop → Backdrop}/index.d.ts +0 -0
- /package/{dist/Backdrop → Backdrop}/index.es.js +0 -0
- /package/{dist/Badge → Badge}/Badge.cjs +0 -0
- /package/{dist/Badge → Badge}/Badge.d.ts +0 -0
- /package/{dist/Badge → Badge}/Badge.es.js +0 -0
- /package/{dist/Badge → Badge}/Badge.stories.d.ts +0 -0
- /package/{dist/Badge → Badge}/index.cjs +0 -0
- /package/{dist/Badge → Badge}/index.d.ts +0 -0
- /package/{dist/Badge → Badge}/index.es.js +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheet.stories.d.ts +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/BottomSheetAction.cjs +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/BottomSheetAction.d.ts +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/BottomSheetAction.es.js +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/index.cjs +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/index.d.ts +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/index.es.js +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/BottomSheetContent.cjs +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/BottomSheetContent.d.ts +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/BottomSheetContent.es.js +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/index.cjs +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/index.d.ts +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/index.es.js +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/BottomSheetText.d.ts +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/index.cjs +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/index.d.ts +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/index.es.js +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/index.cjs +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/index.d.ts +0 -0
- /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/index.es.js +0 -0
- /package/{dist/BottomSheet → BottomSheet}/index.cjs +0 -0
- /package/{dist/BottomSheet → BottomSheet}/index.d.ts +0 -0
- /package/{dist/BottomSheet → BottomSheet}/index.es.js +0 -0
- /package/{dist/Box → Box}/Box.cjs +0 -0
- /package/{dist/Box → Box}/Box.d.ts +0 -0
- /package/{dist/Box → Box}/Box.es.js +0 -0
- /package/{dist/Box → Box}/Box.stories.d.ts +0 -0
- /package/{dist/Box → Box}/index.cjs +0 -0
- /package/{dist/Box → Box}/index.d.ts +0 -0
- /package/{dist/Box → Box}/index.es.js +0 -0
- /package/{dist/Button → Button}/Button.d.ts +0 -0
- /package/{dist/Button → Button}/Button.stories.d.ts +0 -0
- /package/{dist/Button → Button}/index.cjs +0 -0
- /package/{dist/Button → Button}/index.d.ts +0 -0
- /package/{dist/Button → Button}/index.es.js +0 -0
- /package/{dist/Card → Card}/Card.cjs +0 -0
- /package/{dist/Card → Card}/Card.d.ts +0 -0
- /package/{dist/Card → Card}/Card.es.js +0 -0
- /package/{dist/Card → Card}/Card.stories.d.ts +0 -0
- /package/{dist/Card → Card}/index.cjs +0 -0
- /package/{dist/Card → Card}/index.d.ts +0 -0
- /package/{dist/Card → Card}/index.es.js +0 -0
- /package/{dist/ChainPicker → ChainPicker}/index.cjs +0 -0
- /package/{dist/ChainPicker → ChainPicker}/index.d.ts +0 -0
- /package/{dist/ChainPicker → ChainPicker}/index.es.js +0 -0
- /package/{dist/Checkbox → Checkbox}/Checkbox.d.ts +0 -0
- /package/{dist/Checkbox → Checkbox}/Checkbox.stories.d.ts +0 -0
- /package/{dist/Checkbox → Checkbox}/index.cjs +0 -0
- /package/{dist/Checkbox → Checkbox}/index.d.ts +0 -0
- /package/{dist/Checkbox → Checkbox}/index.es.js +0 -0
- /package/{dist/Chip → Chip}/Chip.cjs +0 -0
- /package/{dist/Chip → Chip}/Chip.d.ts +0 -0
- /package/{dist/Chip → Chip}/Chip.es.js +0 -0
- /package/{dist/Chip → Chip}/Chip.stories.d.ts +0 -0
- /package/{dist/Chip → Chip}/index.cjs +0 -0
- /package/{dist/Chip → Chip}/index.d.ts +0 -0
- /package/{dist/Chip → Chip}/index.es.js +0 -0
- /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/CircularProgressIndicator.d.ts +0 -0
- /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/CircularProgressIndicator.stories.d.ts +0 -0
- /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/index.cjs +0 -0
- /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/index.d.ts +0 -0
- /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/index.es.js +0 -0
- /package/{dist/ClickAwayListener → ClickAwayListener}/ClickAwayListener.cjs +0 -0
- /package/{dist/ClickAwayListener → ClickAwayListener}/ClickAwayListener.d.ts +0 -0
- /package/{dist/ClickAwayListener → ClickAwayListener}/ClickAwayListener.es.js +0 -0
- /package/{dist/ClickAwayListener → ClickAwayListener}/index.cjs +0 -0
- /package/{dist/ClickAwayListener → ClickAwayListener}/index.d.ts +0 -0
- /package/{dist/ClickAwayListener → ClickAwayListener}/index.es.js +0 -0
- /package/{dist/Dialog → Dialog}/DialogAction/DialogAction.cjs +0 -0
- /package/{dist/Dialog → Dialog}/DialogAction/DialogAction.d.ts +0 -0
- /package/{dist/Dialog → Dialog}/DialogAction/DialogAction.es.js +0 -0
- /package/{dist/Dialog → Dialog}/DialogAction/index.cjs +0 -0
- /package/{dist/Dialog → Dialog}/DialogAction/index.d.ts +0 -0
- /package/{dist/Dialog → Dialog}/DialogAction/index.es.js +0 -0
- /package/{dist/Dialog → Dialog}/DialogContent/DialogContent.cjs +0 -0
- /package/{dist/Dialog → Dialog}/DialogContent/DialogContent.d.ts +0 -0
- /package/{dist/Dialog → Dialog}/DialogContent/DialogContent.es.js +0 -0
- /package/{dist/Dialog → Dialog}/DialogContent/index.cjs +0 -0
- /package/{dist/Dialog → Dialog}/DialogContent/index.d.ts +0 -0
- /package/{dist/Dialog → Dialog}/DialogContent/index.es.js +0 -0
- /package/{dist/Dialog → Dialog}/DialogText/DialogText.d.ts +0 -0
- /package/{dist/Dialog → Dialog}/DialogText/index.cjs +0 -0
- /package/{dist/Dialog → Dialog}/DialogText/index.d.ts +0 -0
- /package/{dist/Dialog → Dialog}/DialogText/index.es.js +0 -0
- /package/{dist/Dialog → Dialog}/DialogTitle/index.cjs +0 -0
- /package/{dist/Dialog → Dialog}/DialogTitle/index.d.ts +0 -0
- /package/{dist/Dialog → Dialog}/DialogTitle/index.es.js +0 -0
- /package/{dist/Dialog → Dialog}/index.cjs +0 -0
- /package/{dist/Dialog → Dialog}/index.d.ts +0 -0
- /package/{dist/Dialog → Dialog}/index.es.js +0 -0
- /package/{dist/Flexbox → Flexbox}/Flexbox.cjs +0 -0
- /package/{dist/Flexbox → Flexbox}/Flexbox.d.ts +0 -0
- /package/{dist/Flexbox → Flexbox}/Flexbox.es.js +0 -0
- /package/{dist/Flexbox → Flexbox}/Flexbox.stories.d.ts +0 -0
- /package/{dist/Flexbox → Flexbox}/index.cjs +0 -0
- /package/{dist/Flexbox → Flexbox}/index.d.ts +0 -0
- /package/{dist/Flexbox → Flexbox}/index.es.js +0 -0
- /package/{dist/FocusBoundary → FocusBoundary}/index.cjs +0 -0
- /package/{dist/FocusBoundary → FocusBoundary}/index.d.ts +0 -0
- /package/{dist/FocusBoundary → FocusBoundary}/index.es.js +0 -0
- /package/{dist/FormControlText → FormControlText}/FormControlText.stories.d.ts +0 -0
- /package/{dist/FormControlText → FormControlText}/index.cjs +0 -0
- /package/{dist/FormControlText → FormControlText}/index.d.ts +0 -0
- /package/{dist/FormControlText → FormControlText}/index.es.js +0 -0
- /package/{dist/Icon → Icon}/Icon.d.ts +0 -0
- /package/{dist/Icon → Icon}/Icon.stories.d.ts +0 -0
- /package/{dist/Icon → Icon}/index.cjs +0 -0
- /package/{dist/Icon → Icon}/index.d.ts +0 -0
- /package/{dist/Icon → Icon}/index.es.js +0 -0
- /package/{dist/IconButton → IconButton}/IconButton.d.ts +0 -0
- /package/{dist/IconButton → IconButton}/IconButton.stories.d.ts +0 -0
- /package/{dist/IconButton → IconButton}/index.cjs +0 -0
- /package/{dist/IconButton → IconButton}/index.d.ts +0 -0
- /package/{dist/IconButton → IconButton}/index.es.js +0 -0
- /package/{dist/Label → Label}/Label.cjs +0 -0
- /package/{dist/Label → Label}/Label.d.ts +0 -0
- /package/{dist/Label → Label}/Label.es.js +0 -0
- /package/{dist/Label → Label}/Label.stories.d.ts +0 -0
- /package/{dist/Label → Label}/index.cjs +0 -0
- /package/{dist/Label → Label}/index.d.ts +0 -0
- /package/{dist/Label → Label}/index.es.js +0 -0
- /package/{dist/LineProgressIndicator → LineProgressIndicator}/LineProgressIndicator.d.ts +0 -0
- /package/{dist/LineProgressIndicator → LineProgressIndicator}/LineProgressIndicator.stories.d.ts +0 -0
- /package/{dist/LineProgressIndicator → LineProgressIndicator}/index.cjs +0 -0
- /package/{dist/LineProgressIndicator → LineProgressIndicator}/index.d.ts +0 -0
- /package/{dist/LineProgressIndicator → LineProgressIndicator}/index.es.js +0 -0
- /package/{dist/Menu → Menu}/MenuBlock/index.cjs +0 -0
- /package/{dist/Menu → Menu}/MenuBlock/index.d.ts +0 -0
- /package/{dist/Menu → Menu}/MenuBlock/index.es.js +0 -0
- /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypad.d.ts +0 -0
- /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypad.stories.d.ts +0 -0
- /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/NumberKeypadBlock.d.ts +0 -0
- /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/index.cjs +0 -0
- /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/index.d.ts +0 -0
- /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/index.es.js +0 -0
- /package/{dist/NumberKeypad → NumberKeypad}/index.cjs +0 -0
- /package/{dist/NumberKeypad → NumberKeypad}/index.d.ts +0 -0
- /package/{dist/NumberKeypad → NumberKeypad}/index.es.js +0 -0
- /package/{dist/PageControl → PageControl}/index.cjs +0 -0
- /package/{dist/PageControl → PageControl}/index.d.ts +0 -0
- /package/{dist/PageControl → PageControl}/index.es.js +0 -0
- /package/{dist/Radio → Radio}/Radio.d.ts +0 -0
- /package/{dist/Radio → Radio}/Radio.stories.d.ts +0 -0
- /package/{dist/Radio → Radio}/index.cjs +0 -0
- /package/{dist/Radio → Radio}/index.d.ts +0 -0
- /package/{dist/Radio → Radio}/index.es.js +0 -0
- /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButton.d.ts +0 -0
- /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButton.stories.d.ts +0 -0
- /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/SegmentedButtonBlock.cjs +0 -0
- /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/SegmentedButtonBlock.d.ts +0 -0
- /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/SegmentedButtonBlock.es.js +0 -0
- /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/index.cjs +0 -0
- /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/index.d.ts +0 -0
- /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/index.es.js +0 -0
- /package/{dist/SegmentedButton → SegmentedButton}/index.cjs +0 -0
- /package/{dist/SegmentedButton → SegmentedButton}/index.d.ts +0 -0
- /package/{dist/SegmentedButton → SegmentedButton}/index.es.js +0 -0
- /package/{dist/Select → Select}/Option/Option.cjs +0 -0
- /package/{dist/Select → Select}/Option/Option.d.ts +0 -0
- /package/{dist/Select → Select}/Option/Option.es.js +0 -0
- /package/{dist/Select → Select}/Option/index.cjs +0 -0
- /package/{dist/Select → Select}/Option/index.d.ts +0 -0
- /package/{dist/Select → Select}/Option/index.es.js +0 -0
- /package/{dist/Select → Select}/Select.d.ts +0 -0
- /package/{dist/Select → Select}/Select.stories.d.ts +0 -0
- /package/{dist/Select → Select}/index.cjs +0 -0
- /package/{dist/Select → Select}/index.d.ts +0 -0
- /package/{dist/Select → Select}/index.es.js +0 -0
- /package/{dist/Skeleton → Skeleton}/Skeleton.cjs +0 -0
- /package/{dist/Skeleton → Skeleton}/Skeleton.d.ts +0 -0
- /package/{dist/Skeleton → Skeleton}/Skeleton.es.js +0 -0
- /package/{dist/Skeleton → Skeleton}/Skeleton.stories.d.ts +0 -0
- /package/{dist/Skeleton → Skeleton}/index.cjs +0 -0
- /package/{dist/Skeleton → Skeleton}/index.d.ts +0 -0
- /package/{dist/Skeleton → Skeleton}/index.es.js +0 -0
- /package/{dist/Slider → Slider}/Slider.stories.d.ts +0 -0
- /package/{dist/Slider → Slider}/index.cjs +0 -0
- /package/{dist/Slider → Slider}/index.d.ts +0 -0
- /package/{dist/Slider → Slider}/index.es.js +0 -0
- /package/{dist/Snackbar → Snackbar}/Snackbar.cjs +0 -0
- /package/{dist/Snackbar → Snackbar}/Snackbar.d.ts +0 -0
- /package/{dist/Snackbar → Snackbar}/Snackbar.es.js +0 -0
- /package/{dist/Snackbar → Snackbar}/Snackbar.stories.d.ts +0 -0
- /package/{dist/Snackbar → Snackbar}/index.cjs +0 -0
- /package/{dist/Snackbar → Snackbar}/index.d.ts +0 -0
- /package/{dist/Snackbar → Snackbar}/index.es.js +0 -0
- /package/{dist/Switch → Switch}/index.cjs +0 -0
- /package/{dist/Switch → Switch}/index.d.ts +0 -0
- /package/{dist/Switch → Switch}/index.es.js +0 -0
- /package/{dist/Tab → Tab}/Tab.cjs +0 -0
- /package/{dist/Tab → Tab}/Tab.d.ts +0 -0
- /package/{dist/Tab → Tab}/Tab.es.js +0 -0
- /package/{dist/Tab → Tab}/Tab.stories.d.ts +0 -0
- /package/{dist/Tab → Tab}/TabBlock/TabBlock.cjs +0 -0
- /package/{dist/Tab → Tab}/TabBlock/TabBlock.d.ts +0 -0
- /package/{dist/Tab → Tab}/TabBlock/TabBlock.es.js +0 -0
- /package/{dist/Tab → Tab}/TabBlock/index.cjs +0 -0
- /package/{dist/Tab → Tab}/TabBlock/index.d.ts +0 -0
- /package/{dist/Tab → Tab}/TabBlock/index.es.js +0 -0
- /package/{dist/Tab → Tab}/index.cjs +0 -0
- /package/{dist/Tab → Tab}/index.d.ts +0 -0
- /package/{dist/Tab → Tab}/index.es.js +0 -0
- /package/{dist/TextArea → TextArea}/TextArea.d.ts +0 -0
- /package/{dist/TextArea → TextArea}/index.cjs +0 -0
- /package/{dist/TextArea → TextArea}/index.d.ts +0 -0
- /package/{dist/TextArea → TextArea}/index.es.js +0 -0
- /package/{dist/TextField → TextField}/index.cjs +0 -0
- /package/{dist/TextField → TextField}/index.d.ts +0 -0
- /package/{dist/TextField → TextField}/index.es.js +0 -0
- /package/{dist/Tooltip → Tooltip}/index.cjs +0 -0
- /package/{dist/Tooltip → Tooltip}/index.d.ts +0 -0
- /package/{dist/Tooltip → Tooltip}/index.es.js +0 -0
- /package/{dist/Typography → Typography}/Typography.cjs +0 -0
- /package/{dist/Typography → Typography}/Typography.d.ts +0 -0
- /package/{dist/Typography → Typography}/Typography.es.js +0 -0
- /package/{dist/Typography → Typography}/Typography.stories.d.ts +0 -0
- /package/{dist/Typography → Typography}/index.cjs +0 -0
- /package/{dist/Typography → Typography}/index.d.ts +0 -0
- /package/{dist/Typography → Typography}/index.es.js +0 -0
- /package/{dist/core → core}/GlobalStyle.cjs +0 -0
- /package/{dist/core → core}/GlobalStyle.d.ts +0 -0
- /package/{dist/core → core}/GlobalStyle.es.js +0 -0
- /package/{dist/core → core}/ThemeContext.cjs +0 -0
- /package/{dist/core → core}/ThemeContext.d.ts +0 -0
- /package/{dist/core → core}/ThemeContext.es.js +0 -0
- /package/{dist/core → core}/ThemeProvider.cjs +0 -0
- /package/{dist/core → core}/ThemeProvider.d.ts +0 -0
- /package/{dist/core → core}/ThemeProvider.es.js +0 -0
- /package/{dist/core → core}/useTheme.cjs +0 -0
- /package/{dist/core → core}/useTheme.d.ts +0 -0
- /package/{dist/core → core}/useTheme.es.js +0 -0
- /package/{dist/hooks → hooks}/useCheckHoverPossible/useCheckHoverPossible.cjs +0 -0
- /package/{dist/hooks → hooks}/useCheckHoverPossible/useCheckHoverPossible.d.ts +0 -0
- /package/{dist/hooks → hooks}/useCheckHoverPossible/useCheckHoverPossible.es.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/calendar-color-line.svg-B_vYjqIZ.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/calendar-color-line.svg-BtUQ4TKP.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/capacity-color-line.svg-BQo3SZhS.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/capacity-color-line.svg-oT5B8THh.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/goods-color-line.svg-CT8jVC5v.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/goods-color-line.svg-Dz9RB5RV.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/index.d.ts +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/index.ts-Dyvby5gX.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/index.ts-l0sNRNKZ.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/kids-color-line.svg-BF7M2ymg.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/kids-color-line.svg-CZDUwvTf.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/time-color-line.svg-K7igWiF7.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/colorLine/time-color-line.svg-lvcsdtRd.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/emoji/average-plane-emoji.svg-1B3oSCfr.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/emoji/average-plane-emoji.svg-Ddpo9mEE.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/emoji/excellent-plane-emoji.svg-Bq_nM8Tm.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/emoji/excellent-plane-emoji.svg-CSFc2vsd.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/emoji/good-plane-emoji.svg-BShQn-co.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/emoji/good-plane-emoji.svg-Bve6hTZH.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/emoji/index.d.ts +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/emoji/index.ts-Dyvby5gX.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/emoji/index.ts-l0sNRNKZ.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/cash-etc.svg-BE9-4t5W.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/cash-etc.svg-CvAOzEdq.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/check-etc.svg-6o7_QHlK.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/check-etc.svg-CeWjWVqv.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/coupon-etc.svg-BYpSMvLr.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/coupon-etc.svg-DB4JIfi8.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/index.d.ts +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/index.ts-Dyvby5gX.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/index.ts-l0sNRNKZ.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/point-etc.svg-CAEUCvfM.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/point-etc.svg-DZ31KNBj.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/unscheduled-etc.svg-C9TZ0hvI.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/etc/unscheduled-etc.svg-D-47KeXg.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/alert-fill.svg-BJrM_goo.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/alert-fill.svg-C8QjfUUX.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/apply-fill.svg-CmRhMN1w.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/apply-fill.svg-DRpGrJGw.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-down-fill.svg-C30f0N0F.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-down-fill.svg-VKh4yV7q.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-left-fill.svg-CdGognG9.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-left-fill.svg-DVd7uVkk.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-right-fill.svg-C3fI1iEy.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-right-fill.svg-CkH6pq8F.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-up-fill.svg-CEHHUpG_.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-up-fill.svg-DWbcv7JX.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/chatting-fill.svg-CVjv4Kr7.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/chatting-fill.svg-HaX5-_VL.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/clr-fill.svg-Cn-I8j7d.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/clr-fill.svg-DuLFHwKc.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/complete-fill.svg-DhQki4Tw.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/complete-fill.svg-cERkJmCb.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/home-fill.svg-CxFGWK0L.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/home-fill.svg-D3lzGMV2.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/index.ts-Dyvby5gX.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/index.ts-l0sNRNKZ.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/info-fill.svg-CwgxQGwL.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/info-fill.svg-DkEX99Sy.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/invalid-fill.svg-CJJ-xmGJ.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/invalid-fill.svg-D-87fL2g.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/like-fill.svg-Cx1cz0ZV.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/like-fill.svg-DnL66ApL.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/met-fill.svg-B09QdWd-.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/met-fill.svg-BYSmsKBw.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/ongoing-fill.svg-BWY0Pepo.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/ongoing-fill.svg-D9OuoEPD.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/review-fill.svg-C356jYYw.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/review-fill.svg-Ci8MN4eI.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/schedule-fill.svg-7tGjhrTb.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/schedule-fill.svg-BrKSb-wR.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/tooltip-fill.svg-Csn01XEU.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/tooltip-fill.svg-taAPxbyB.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/user-fill.svg-1AdHldZ7.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/fill/user-fill.svg-C5DT_82L.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/index.d.ts +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/alarm-line.svg-BRunNxMG.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/alarm-line.svg-B_fgmSUh.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/align-edit.svg-BpBWlArj.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/align-edit.svg-CheFH-PQ.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/align-line.svg-CZVeKsXI.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/align-line.svg-DEHi23C3.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/apply-line.svg-CPVSeeXQ.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/apply-line.svg-OFt_RKTM.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-back-line.svg-6pAPPZFb.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-back-line.svg-CohS2cJ8.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-downward-line.svg-BGmQO-HH.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-downward-line.svg-U4yGkiO6.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-forward-line.svg-CXsiELrZ.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-forward-line.svg-i2PyDbcS.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-upward-line.svg-D38aA0Uw.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-upward-line.svg-UfpZFid8.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/attach-line.svg-BhuonxHd.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/attach-line.svg-SIRIt0qo.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/ban-line.svg-D9JlR8gb.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/ban-line.svg-oA3yLqdR.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/browser-line.svg-B7UMwER5.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/browser-line.svg-hDn02ywo.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/calendar-line.svg-BsHcmpqT.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/calendar-line.svg-CwmRMqQV.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/call-line.svg-B2jT8BCB.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/call-line.svg-CVbza-nx.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/camera-line.svg-BuDRmRYc.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/camera-line.svg-BvUSwmSN.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/card-line.svg-BwluOZMy.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/card-line.svg-Dh3x2e7j.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/cash-line.svg-DMDHHJrt.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/cash-line.svg-_QlaTlXM.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/certificate-line.svg-BjOsTl11.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/certificate-line.svg-BoPUjufG.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chat-line.svg-CmY7En0-.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chat-line.svg-Dhe-5vHA.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chatting-line.svg-CdN684WI.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chatting-line.svg-DFq1Xeov.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/check-line.svg-BmxqZytH.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/check-line.svg-CKsagFl6.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-down-line.svg-BTq4vzeg.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-down-line.svg-BYCd5Luv.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-left-line.svg-DSET8qrk.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-left-line.svg-aZUXpJ9q.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-right-line.svg-C6wr7pgK.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-right-line.svg-Dm2YWA1K.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-up-line.svg-C8Sj7hTQ.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-up-line.svg-D9ekQ02i.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/close-line.svg-BzpCbaoG.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/close-line.svg-CSVwgqiB.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/copy-line.svg-CLdLNk9r.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/copy-line.svg-DA-07Z90.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/delete-line.svg-DQg7TEYw.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/delete-line.svg-DyddYBjS.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/download-line.svg-BKfz-6Mz.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/download-line.svg-DvinNPah.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/eye-invisible-line.svg-BuZicmwG.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/eye-invisible-line.svg-C_XjeDHE.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/eye-visible-line.svg-D3netPU8.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/eye-visible-line.svg-XpDOJPr0.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/filter-line.svg-Dbe7jw9Q.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/filter-line.svg-J5XFEh1F.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/fullview-line.svg-3aeWiJNf.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/fullview-line.svg-n_xxoG0C.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/goods-line.svg-BDAb5Snx.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/goods-line.svg-BYSmk4Lo.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/hamburger-line.svg-CMG7FGB3.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/hamburger-line.svg-CZAv5Wt4.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/headphone-line.svg-Buq82k6m.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/headphone-line.svg-Cy-z1uje.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/home-line.svg-BqHMy_15.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/home-line.svg-DO90M2q7.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/img-disable-line.svg-Bzvgi8Uu.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/img-disable-line.svg-DtD7dgZQ.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/img-line.svg-CPHQ1Cur.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/img-line.svg-runB4pj4.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/index.ts-Dyvby5gX.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/index.ts-l0sNRNKZ.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/information-line.svg-C1HeihVj.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/information-line.svg-fQYLBjcn.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/instagram-line.svg-9QADilvw.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/instagram-line.svg-BiBj4li4.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/insurance-line.svg-C-jGCuZ0.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/insurance-line.svg-XgpoFsM2.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/kids-line.svg-BZjs2lbf.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/kids-line.svg-Hhqmv7us.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/like-line.svg-B09ewWGN.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/like-line.svg-WcxnZwNP.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/link-line.svg-BQlngNks.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/link-line.svg-DyTzcfH-.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/location-line.svg-BYTa6SR_.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/location-line.svg-EQvkDzcG.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/match-type-line.svg-CGS2gQZB.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/match-type-line.svg-DGpCvcRV.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/met-line.svg-CiYvySY5.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/met-line.svg-CuTfmBGY.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/minus-line.svg-BFTYxAEx.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/minus-line.svg-Cd4pUSxn.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/mobile-line.svg-B3REkeOs.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/mobile-line.svg-CcR_mhy0.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/modify-line.svg-Dtw-aJJL.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/modify-line.svg-y24Tpez8.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/more-line.svg-DkHQ1aCu.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/more-line.svg-fOrqycnA.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/parking-line.svg-BYdvScSf.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/parking-line.svg-C69hhyJp.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/plus-line.svg-CGLFrOvH.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/plus-line.svg-DYFu3bQb.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/receipt-line.svg-BpDVEXs_.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/receipt-line.svg-Db2ey7Vk.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/reset-line.svg-CYyXv2Ii.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/reset-line.svg-VXhJXGw4.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/schedule-line.svg-C4rlD6fX.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/schedule-line.svg-CBOfzdyP.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/search-line.svg-ChK1nMkg.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/search-line.svg-CyECq3s4.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/setting-line.svg-B5KTXMkf.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/setting-line.svg-KZcCRQnu.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/share-line.svg-BuvAb_mR.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/share-line.svg-YIeAM7qG.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/sms-line.svg-CfS4BH8b.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/sms-line.svg-mkRJRb3t.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/sound-line.svg-CmfcTDgu.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/sound-line.svg-DDrcGkDm.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/sound-off-line.svg-BpovzQS7.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/sound-off-line.svg-CyLPPUCN.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/special-line.svg-BIbaMWsd.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/special-line.svg-DmNM79L9.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/time-line.svg-BuB2NlRB.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/time-line.svg-DXBDjsih.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/toy-line.svg-DyArYgu3.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/toy-line.svg-vUxUn7S0.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/university-line.svg-BEdQwFB6.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/university-line.svg-D2T-TUW5.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/upload-line.svg-CDbJ-I5E.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/upload-line.svg-CKFtr3Jx.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/user-line.svg-CNcTTUmF.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/user-line.svg-Du2rRzus.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/video-camera-line.svg-C2Y4ssOf.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/video-camera-line.svg-iZ3dICcd.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/warning1-line.svg-Bhi7ngGw.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/warning1-line.svg-DsmZxbsf.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/warning2-line.svg-DTvtKOYN.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/warning2-line.svg-Kf0io8lf.cjs +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/wifi-line.svg-BtsQLwZl.js +0 -0
- /package/{dist/resources → resources}/tictoccroc/icons/line/wifi-line.svg-DGCMJ5Oi.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/background.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/background.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/background.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/blue.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/blue.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/blue.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/classType.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/classType.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/classType.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/etc.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/etc.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/etc.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/green.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/green.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/green.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/grey.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/grey.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/grey.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/index.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/index.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/index.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/pink.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/pink.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/pink.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/yellow.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/yellow.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/colors/yellow.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/index.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/index.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/index.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/parentLight.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/parentLight.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/parentLight.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/teacherLight.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/teacherLight.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/teacherLight.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/body.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/body.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/body.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/caption.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/caption.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/caption.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/display.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/display.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/display.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/headline.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/headline.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/headline.es.js +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/index.cjs +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/index.d.ts +0 -0
- /package/{dist/themes → themes}/tictoccroc/typography/index.es.js +0 -0
- /package/{dist/typings → typings}/color.d.ts +0 -0
- /package/{dist/typings → typings}/component.d.ts +0 -0
- /package/{dist/typings → typings}/index.d.ts +0 -0
- /package/{dist/typings → typings}/theme/core.d.ts +0 -0
- /package/{dist/typings → typings}/theme/tictoccroc.d.ts +0 -0
- /package/{dist/typings → typings}/typography.d.ts +0 -0
- /package/{dist/typings → typings}/utility.d.ts +0 -0
- /package/{dist/utils → utils}/convertNumberToCSSValue.cjs +0 -0
- /package/{dist/utils → utils}/convertNumberToCSSValue.d.ts +0 -0
- /package/{dist/utils → utils}/convertNumberToCSSValue.es.js +0 -0
- /package/{dist/utils → utils}/debounce/debounce.cjs +0 -0
- /package/{dist/utils → utils}/debounce/debounce.d.ts +0 -0
- /package/{dist/utils → utils}/debounce/debounce.es.js +0 -0
- /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.cjs +0 -0
- /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.d.ts +0 -0
- /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.es.js +0 -0
- /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.test.d.ts +0 -0
- /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.cjs +0 -0
- /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.d.ts +0 -0
- /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.es.js +0 -0
- /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.test.d.ts +0 -0
- /package/{dist/utils → utils}/getIconLabel/getIconLabel.d.ts +0 -0
- /package/{dist/utils → utils}/getInterpolation/getInterpolation.cjs +0 -0
- /package/{dist/utils → utils}/getInterpolation/getInterpolation.d.ts +0 -0
- /package/{dist/utils → utils}/getInterpolation/getInterpolation.es.js +0 -0
- /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.cjs +0 -0
- /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.d.ts +0 -0
- /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.es.js +0 -0
- /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.test.d.ts +0 -0
- /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.cjs +0 -0
- /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.d.ts +0 -0
- /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.es.js +0 -0
- /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.test.d.ts +0 -0
- /package/{dist/utils → utils}/getSibling/getSibling.cjs +0 -0
- /package/{dist/utils → utils}/getSibling/getSibling.d.ts +0 -0
- /package/{dist/utils → utils}/getSibling/getSibling.es.js +0 -0
- /package/{dist/utils → utils}/hexToRgb/hexToRgb.cjs +0 -0
- /package/{dist/utils → utils}/hexToRgb/hexToRgb.d.ts +0 -0
- /package/{dist/utils → utils}/hexToRgb/hexToRgb.es.js +0 -0
- /package/{dist/utils → utils}/hexToRgb/hexToRgb.test.d.ts +0 -0
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
import { jsxs as I, jsx as k } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { forwardRef as z, useRef as b, useState as B, useEffect as G } from "react";
|
|
3
|
+
import _ from "../Flexbox/Flexbox.es.js";
|
|
4
|
+
import u from "@emotion/styled";
|
|
5
|
+
import J from "../hooks/useCheckKeyboardMode/useCheckKeyboardMode.es.js";
|
|
6
|
+
import Q from "../hooks/useCheckHasFocus/useCheckHasFocus.es.js";
|
|
7
|
+
const Y = u.div`
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: center;
|
|
10
|
+
position: relative;
|
|
11
|
+
width: 100%;
|
|
12
|
+
height: 12px;
|
|
13
|
+
margin: ${({ theme: { spacing: i } }) => `${i.content(2)}px 0px`};
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
border-radius: 20px;
|
|
16
|
+
|
|
17
|
+
@supports selector(:has(:focus-visible)) {
|
|
18
|
+
&:has(:focus-visible) {
|
|
19
|
+
outline: ${({ theme: i }) => i.palette.grey[100]} solid 2px;
|
|
20
|
+
outline-offset: 2px;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@supports not selector(:has(:focus-visible)) {
|
|
25
|
+
${({ focusWithin: i, theme: n }) => i ? {
|
|
26
|
+
outline: `${n.palette.grey[100]} solid 2px`,
|
|
27
|
+
outlineOffset: 2
|
|
28
|
+
} : {}}
|
|
29
|
+
}
|
|
30
|
+
`, Z = u.div`
|
|
31
|
+
position: absolute;
|
|
32
|
+
width: 100%;
|
|
33
|
+
height: 100%;
|
|
34
|
+
background: ${({ theme: { palette: i } }) => i.grey[10]};
|
|
35
|
+
border-radius: inherit;
|
|
36
|
+
`, V = u.div`
|
|
37
|
+
position: absolute;
|
|
38
|
+
height: 100%;
|
|
39
|
+
background: ${({ theme: { palette: i } }) => i.brand.primary.main};
|
|
40
|
+
border-radius: inherit;
|
|
41
|
+
`, P = u.div`
|
|
42
|
+
position: absolute;
|
|
43
|
+
display: flex;
|
|
44
|
+
width: 24px;
|
|
45
|
+
height: 24px;
|
|
46
|
+
justify-content: space-between;
|
|
47
|
+
align-items: center;
|
|
48
|
+
padding: ${({ theme: { spacing: i } }) => `${i.content(2)}px ${i.content(3)}px`};
|
|
49
|
+
background: ${({ theme: { palette: i } }) => i.grey[90]};
|
|
50
|
+
transform: translateX(-50%);
|
|
51
|
+
border-radius: 50%;
|
|
52
|
+
|
|
53
|
+
&:focus {
|
|
54
|
+
outline-offset: 2px;
|
|
55
|
+
}
|
|
56
|
+
`, ee = u.div`
|
|
57
|
+
position: absolute;
|
|
58
|
+
width: 4px;
|
|
59
|
+
height: 4px;
|
|
60
|
+
transform: translateX(-50%);
|
|
61
|
+
border-radius: 50%;
|
|
62
|
+
|
|
63
|
+
${({ theme: { palette: i }, marked: n, disabled: c, hasMarks: o }) => c || !o ? {
|
|
64
|
+
background: "transparent",
|
|
65
|
+
opacity: 0
|
|
66
|
+
} : n ? {
|
|
67
|
+
background: i.grey.white
|
|
68
|
+
} : {
|
|
69
|
+
background: i.grey[30]
|
|
70
|
+
}}
|
|
71
|
+
`, X = 10, ce = z(function({
|
|
72
|
+
value: n,
|
|
73
|
+
onChange: c,
|
|
74
|
+
step: o = 1,
|
|
75
|
+
min: s = 0,
|
|
76
|
+
max: l = 100,
|
|
77
|
+
hasMarks: C = !0,
|
|
78
|
+
disabledValues: a = [],
|
|
79
|
+
readValue: w,
|
|
80
|
+
railProps: d,
|
|
81
|
+
trackProps: h,
|
|
82
|
+
thumbProps: y,
|
|
83
|
+
inlineCSS: L,
|
|
84
|
+
...v
|
|
85
|
+
}, M) {
|
|
86
|
+
const m = b(null), { isKeyboardMode: E } = J(), { hasFocus: K } = Q({ ref: M || m }), f = b(null), S = b(null), j = b(null), [F, $] = B(!1), p = 100 / ((l - s) / o), x = (t) => {
|
|
87
|
+
if (f.current) {
|
|
88
|
+
const e = t - f.current.getBoundingClientRect().left, r = Array.from(
|
|
89
|
+
f.current.querySelectorAll('[class^="slider-mark-"]:not([disabled])')
|
|
90
|
+
), R = r.reduce((N, T) => Math.abs(T.offsetLeft - e) < Math.abs(N.offsetLeft - e) ? T : N, r[0]).getAttribute("data-value");
|
|
91
|
+
return R !== null ? Number(R) : null;
|
|
92
|
+
}
|
|
93
|
+
return null;
|
|
94
|
+
}, U = (t) => {
|
|
95
|
+
let e = n;
|
|
96
|
+
if (t.key === "ArrowRight" || t.key === "ArrowUp") {
|
|
97
|
+
if (n === l) return;
|
|
98
|
+
e = n + o;
|
|
99
|
+
} else if (t.key === "ArrowLeft" || t.key === "ArrowDown") {
|
|
100
|
+
if (n === s) return;
|
|
101
|
+
e = n - o;
|
|
102
|
+
} else if (t.key === "PageUp") {
|
|
103
|
+
if (n === l) return;
|
|
104
|
+
e = Math.min(n + o * 5, l);
|
|
105
|
+
} else if (t.key === "PageDown") {
|
|
106
|
+
if (n === s) return;
|
|
107
|
+
e = Math.max(n - o * 5, s);
|
|
108
|
+
} else if (t.key === "Home") {
|
|
109
|
+
for (let r = s; r <= l; r += o)
|
|
110
|
+
if (!a.includes(r)) {
|
|
111
|
+
e = r;
|
|
112
|
+
break;
|
|
113
|
+
}
|
|
114
|
+
} else if (t.key === "End") {
|
|
115
|
+
for (let r = l; r >= s; r -= o)
|
|
116
|
+
if (!a.includes(r)) {
|
|
117
|
+
e = r;
|
|
118
|
+
break;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
if (a.includes(e)) {
|
|
122
|
+
if (e > n) {
|
|
123
|
+
for (let r = e; r <= l; r += o)
|
|
124
|
+
if (!a.includes(r)) {
|
|
125
|
+
c(r);
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
128
|
+
} else if (e < n) {
|
|
129
|
+
for (let r = e; r >= s; r -= o)
|
|
130
|
+
if (!a.includes(r)) {
|
|
131
|
+
c(r);
|
|
132
|
+
return;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
return;
|
|
136
|
+
}
|
|
137
|
+
c(e);
|
|
138
|
+
}, D = (t) => {
|
|
139
|
+
$(!0);
|
|
140
|
+
const e = x(t);
|
|
141
|
+
e !== null && c(e);
|
|
142
|
+
}, A = (t) => {
|
|
143
|
+
if (!F) return;
|
|
144
|
+
const e = x(t);
|
|
145
|
+
e !== null && c(e);
|
|
146
|
+
}, g = () => $(!1), q = (t) => D(t.clientX), H = (t) => D(t.touches[0].clientX), O = (t) => A(t.clientX), W = (t) => A(t.touches[0].clientX);
|
|
147
|
+
return G(() => {
|
|
148
|
+
if (f.current) {
|
|
149
|
+
const t = f.current.querySelector(
|
|
150
|
+
`[data-value="${n}"]`
|
|
151
|
+
);
|
|
152
|
+
if (S.current && t) {
|
|
153
|
+
const { offsetLeft: e, offsetWidth: r } = t;
|
|
154
|
+
S.current.style.width = `${e + r + X * 2}px`;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}, [n, s, l, o]), /* @__PURE__ */ I(
|
|
158
|
+
Y,
|
|
159
|
+
{
|
|
160
|
+
ref: M || m,
|
|
161
|
+
...v,
|
|
162
|
+
className: "slider",
|
|
163
|
+
onMouseDown: q,
|
|
164
|
+
onMouseMove: O,
|
|
165
|
+
onMouseUp: g,
|
|
166
|
+
onMouseLeave: g,
|
|
167
|
+
onTouchStart: H,
|
|
168
|
+
onTouchMove: W,
|
|
169
|
+
onTouchEnd: g,
|
|
170
|
+
onTouchCancel: g,
|
|
171
|
+
css: L,
|
|
172
|
+
focusWithin: E && K,
|
|
173
|
+
children: [
|
|
174
|
+
/* @__PURE__ */ k(
|
|
175
|
+
Z,
|
|
176
|
+
{
|
|
177
|
+
ref: j,
|
|
178
|
+
...d,
|
|
179
|
+
css: d == null ? void 0 : d.inlineCSS,
|
|
180
|
+
className: "slider-rail",
|
|
181
|
+
tabIndex: -1,
|
|
182
|
+
"aria-hidden": !0
|
|
183
|
+
}
|
|
184
|
+
),
|
|
185
|
+
/* @__PURE__ */ k(
|
|
186
|
+
V,
|
|
187
|
+
{
|
|
188
|
+
ref: S,
|
|
189
|
+
...h,
|
|
190
|
+
css: h == null ? void 0 : h.inlineCSS,
|
|
191
|
+
className: "slider-track",
|
|
192
|
+
tabIndex: -1,
|
|
193
|
+
"aria-hidden": !0
|
|
194
|
+
}
|
|
195
|
+
),
|
|
196
|
+
/* @__PURE__ */ I(
|
|
197
|
+
_,
|
|
198
|
+
{
|
|
199
|
+
className: "slider-mark-wrapper",
|
|
200
|
+
alignItems: "center",
|
|
201
|
+
ref: f,
|
|
202
|
+
tabIndex: -1,
|
|
203
|
+
inlineCSS: {
|
|
204
|
+
margin: `0 ${X + 2}px`,
|
|
205
|
+
width: "100%",
|
|
206
|
+
height: "24px",
|
|
207
|
+
position: "relative"
|
|
208
|
+
},
|
|
209
|
+
children: [
|
|
210
|
+
l > 0 && s < l && o > 0 && Array.from({ length: (l - s) / o + 1 }, (t, e) => /* @__PURE__ */ k(
|
|
211
|
+
ee,
|
|
212
|
+
{
|
|
213
|
+
className: `slider-mark-${e} slider-mark`,
|
|
214
|
+
marked: e <= (n - s) / o,
|
|
215
|
+
hasMarks: C,
|
|
216
|
+
disabled: a.includes(s + o * e),
|
|
217
|
+
"data-value": s + o * e,
|
|
218
|
+
style: {
|
|
219
|
+
left: `${p * e}%`
|
|
220
|
+
},
|
|
221
|
+
"aria-hidden": !0
|
|
222
|
+
},
|
|
223
|
+
`slider-mark-${n}:${s + o * e}`
|
|
224
|
+
)),
|
|
225
|
+
/* @__PURE__ */ k(
|
|
226
|
+
P,
|
|
227
|
+
{
|
|
228
|
+
...y,
|
|
229
|
+
className: "slider-thumb",
|
|
230
|
+
css: y == null ? void 0 : y.inlineCSS,
|
|
231
|
+
onKeyDown: U,
|
|
232
|
+
role: "slider",
|
|
233
|
+
"aria-orientation": "horizontal",
|
|
234
|
+
tabIndex: 0,
|
|
235
|
+
"aria-valuemin": s,
|
|
236
|
+
"aria-valuemax": l,
|
|
237
|
+
"aria-valuenow": n,
|
|
238
|
+
"aria-valuetext": w && typeof w == "function" ? w(n) : n.toString(),
|
|
239
|
+
style: { left: `${p * (n - s) / o}%` }
|
|
240
|
+
}
|
|
241
|
+
)
|
|
242
|
+
]
|
|
243
|
+
}
|
|
244
|
+
)
|
|
245
|
+
]
|
|
246
|
+
}
|
|
247
|
+
);
|
|
248
|
+
});
|
|
249
|
+
export {
|
|
250
|
+
ce as default
|
|
251
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("@emotion/react/jsx-runtime"),c=require("react"),X=require("@emotion/styled"),q=require("../core/useTheme.cjs"),H=t=>t&&t.__esModule?t:{default:t},s=H(X),L=s.default.div`
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
min-width: 56px;
|
|
5
|
+
height: 32px;
|
|
6
|
+
padding: ${({theme:{spacing:t}})=>`${t.content(1)}px`};
|
|
7
|
+
align-items: center;
|
|
8
|
+
border-radius: 20px;
|
|
9
|
+
transition: ${({transitionDuration:t})=>`background-color ${t}ms ease-in-out`};
|
|
10
|
+
pointer-events: ${({disabled:t})=>t?"none":"auto"};
|
|
11
|
+
|
|
12
|
+
${({theme:{palette:{brand:t,grey:r}},selected:n,disabled:e})=>n&&e?{backgroundColor:t.primary.bg}:n&&!e?{backgroundColor:t.primary.main}:!n&&e?{backgroundColor:r[20]}:!n&&!e?{backgroundColor:r[40]}:{}}
|
|
13
|
+
`,E=s.default.div`
|
|
14
|
+
position: absolute;
|
|
15
|
+
right: ${({withLabel:t})=>t?"24px":"auto"};
|
|
16
|
+
width: 24px;
|
|
17
|
+
height: 24px;
|
|
18
|
+
border-radius: 50%;
|
|
19
|
+
transition: ${({transitionDuration:t})=>`all ${t}ms ease-in-out`};
|
|
20
|
+
transition-property: background-color, transform, filter;
|
|
21
|
+
|
|
22
|
+
${({theme:{palette:{grey:t,background:r},spacing:n},selected:e,disabled:o,labelWidth:h,withLabel:f})=>{if(f){if(e&&o)return{backgroundColor:t.white,transform:`translateX(calc(100% - ${n.content(1)}px))`};if(e&&!o)return{backgroundColor:t.white,filter:"drop-shadow(0px 0px 16px rgba(69, 55, 55, 0.2))",transform:`translateX(calc(100% - ${n.content(1)}px))`};if(!e&&o)return{backgroundColor:r.primary,transform:`translateX(calc(100% - ${h+n.content(1)}px))`};if(!e&&!o)return{backgroundColor:t.white,filter:"drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.20))",transform:`translateX(calc(100% - ${h+n.content(1)}px))`}}else{if(e&&o)return{backgroundColor:t.white,transform:"translateX(100%)"};if(e&&!o)return{backgroundColor:t.white,filter:"drop-shadow(0px 0px 16px rgba(69, 55, 55, 0.2))",transform:"translateX(100%)"};if(!e&&o)return{backgroundColor:r.primary};if(!e&&!o)return{backgroundColor:t.white,filter:"drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.20))"}}return{}}}
|
|
23
|
+
`,T=s.default.input`
|
|
24
|
+
position: absolute;
|
|
25
|
+
appearance: none;
|
|
26
|
+
width: 100%;
|
|
27
|
+
height: 100%;
|
|
28
|
+
top: 0;
|
|
29
|
+
left: 0;
|
|
30
|
+
border-radius: 20px;
|
|
31
|
+
cursor: pointer;
|
|
32
|
+
`,v=s.default.div`
|
|
33
|
+
position: absolute;
|
|
34
|
+
opacity: ${({selected:t})=>t?1:0};
|
|
35
|
+
pointer-events: none;
|
|
36
|
+
transition: opacity 0.2s;
|
|
37
|
+
|
|
38
|
+
${({theme:{spacing:t},variant:r})=>{switch(r){case"unselected":return{right:t.content(2)};case"selected":return{left:t.content(2)};default:return{}}}}
|
|
39
|
+
|
|
40
|
+
${({theme:{typography:t,palette:{grey:r}}})=>({fontSize:t.c2M.size,fontWeight:t.c2M.weight,lineHeight:t.c2M.lineHeight,color:r.white})}
|
|
41
|
+
`,S=s.default.div`
|
|
42
|
+
${({theme:{spacing:t},variant:r})=>{switch(r){case"unselected":return{marginRight:`${t.content(8)}px`};case"selected":return{marginRight:`${t.content(8)}px`};default:return{}}}}
|
|
43
|
+
|
|
44
|
+
visibility: hidden;
|
|
45
|
+
|
|
46
|
+
${({theme:{typography:t,palette:{grey:r}}})=>({fontSize:t.c2M.size,fontWeight:t.c2M.weight,lineHeight:t.c2M.lineHeight,color:r.white})}
|
|
47
|
+
`,y=c.forwardRef(function({selected:r,disabled:n,onChange:e,transitionDuration:o=150,inputProps:h,thumbProps:f,inlineCSS:C,selectedLabel:a,unselectedLabel:u,...R},W){const{spacing:l}=q.default(),[p,j]=c.useState(0),[x,M]=c.useState(0),w=c.useRef(null),m=c.useRef(null),z=!!a||!!u,_=r?x||p:p||x;return c.useEffect(()=>{const d=()=>{var b,k;const g=((b=m.current)==null?void 0:b.offsetWidth)??0,$=((k=w.current)==null?void 0:k.offsetWidth)??0;g>0&&M(g+l.content(2)),$>0&&j($+l.content(2))};return d(),window.addEventListener("resize",d),()=>{window.removeEventListener("resize",d)}},[l,u,a,r]),i.jsxs(L,{ref:W,selected:r,disabled:n,transitionDuration:o,css:C,...R,children:[i.jsx(E,{selected:r,disabled:n,labelWidth:_,withLabel:z,transitionDuration:o,...f}),i.jsx(T,{type:"checkbox",role:"switch",checked:r,disabled:n,onChange:e,...h}),u&&!r&&i.jsx(S,{ref:w,variant:"unselected","aria-hidden":!0,children:u}),a&&r&&i.jsx(S,{ref:m,variant:"selected","aria-hidden":!0,children:a}),u&&i.jsx(v,{variant:"unselected",selected:!r,"aria-hidden":r,children:u}),a&&i.jsx(v,{variant:"selected",selected:r,"aria-hidden":!r,children:a})]})});exports.default=y;
|
|
@@ -8,6 +8,8 @@ export interface SwitchProps extends GeneralComponentProps<HTMLAttributes<HTMLDi
|
|
|
8
8
|
transitionDuration?: number;
|
|
9
9
|
inputProps?: HTMLAttributes<HTMLInputElement>;
|
|
10
10
|
thumbProps?: HTMLAttributes<HTMLDivElement>;
|
|
11
|
+
selectedLabel?: string;
|
|
12
|
+
unselectedLabel?: string;
|
|
11
13
|
}
|
|
12
14
|
declare const Switch: import('react').ForwardRefExoticComponent<SwitchProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
13
15
|
export default Switch;
|
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
import { jsxs as E, jsx as c } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { forwardRef as j, useState as b, useRef as v, useEffect as T } from "react";
|
|
3
|
+
import h from "@emotion/styled";
|
|
4
|
+
import U from "../core/useTheme.es.js";
|
|
5
|
+
const B = h.div`
|
|
6
|
+
position: relative;
|
|
7
|
+
display: flex;
|
|
8
|
+
min-width: 56px;
|
|
9
|
+
height: 32px;
|
|
10
|
+
padding: ${({ theme: { spacing: t } }) => `${t.content(1)}px`};
|
|
11
|
+
align-items: center;
|
|
12
|
+
border-radius: 20px;
|
|
13
|
+
transition: ${({ transitionDuration: t }) => `background-color ${t}ms ease-in-out`};
|
|
14
|
+
pointer-events: ${({ disabled: t }) => t ? "none" : "auto"};
|
|
15
|
+
|
|
16
|
+
${({
|
|
17
|
+
theme: {
|
|
18
|
+
palette: { brand: t, grey: r }
|
|
19
|
+
},
|
|
20
|
+
selected: o,
|
|
21
|
+
disabled: n
|
|
22
|
+
}) => o && n ? {
|
|
23
|
+
backgroundColor: t.primary.bg
|
|
24
|
+
} : o && !n ? {
|
|
25
|
+
backgroundColor: t.primary.main
|
|
26
|
+
} : !o && n ? {
|
|
27
|
+
backgroundColor: r[20]
|
|
28
|
+
} : !o && !n ? {
|
|
29
|
+
backgroundColor: r[40]
|
|
30
|
+
} : {}}
|
|
31
|
+
`, I = h.div`
|
|
32
|
+
position: absolute;
|
|
33
|
+
right: ${({ withLabel: t }) => t ? "24px" : "auto"};
|
|
34
|
+
width: 24px;
|
|
35
|
+
height: 24px;
|
|
36
|
+
border-radius: 50%;
|
|
37
|
+
transition: ${({ transitionDuration: t }) => `all ${t}ms ease-in-out`};
|
|
38
|
+
transition-property: background-color, transform, filter;
|
|
39
|
+
|
|
40
|
+
${({
|
|
41
|
+
theme: {
|
|
42
|
+
palette: { grey: t, background: r },
|
|
43
|
+
spacing: o
|
|
44
|
+
},
|
|
45
|
+
selected: n,
|
|
46
|
+
disabled: e,
|
|
47
|
+
labelWidth: u,
|
|
48
|
+
withLabel: s
|
|
49
|
+
}) => {
|
|
50
|
+
if (s) {
|
|
51
|
+
if (n && e)
|
|
52
|
+
return {
|
|
53
|
+
backgroundColor: t.white,
|
|
54
|
+
transform: `translateX(calc(100% - ${o.content(1)}px))`
|
|
55
|
+
};
|
|
56
|
+
if (n && !e)
|
|
57
|
+
return {
|
|
58
|
+
backgroundColor: t.white,
|
|
59
|
+
filter: "drop-shadow(0px 0px 16px rgba(69, 55, 55, 0.2))",
|
|
60
|
+
transform: `translateX(calc(100% - ${o.content(1)}px))`
|
|
61
|
+
};
|
|
62
|
+
if (!n && e)
|
|
63
|
+
return {
|
|
64
|
+
backgroundColor: r.primary,
|
|
65
|
+
transform: `translateX(calc(100% - ${u + o.content(1)}px))`
|
|
66
|
+
};
|
|
67
|
+
if (!n && !e)
|
|
68
|
+
return {
|
|
69
|
+
backgroundColor: t.white,
|
|
70
|
+
filter: "drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.20))",
|
|
71
|
+
transform: `translateX(calc(100% - ${u + o.content(1)}px))`
|
|
72
|
+
};
|
|
73
|
+
} else {
|
|
74
|
+
if (n && e)
|
|
75
|
+
return {
|
|
76
|
+
backgroundColor: t.white,
|
|
77
|
+
transform: "translateX(100%)"
|
|
78
|
+
};
|
|
79
|
+
if (n && !e)
|
|
80
|
+
return {
|
|
81
|
+
backgroundColor: t.white,
|
|
82
|
+
filter: "drop-shadow(0px 0px 16px rgba(69, 55, 55, 0.2))",
|
|
83
|
+
transform: "translateX(100%)"
|
|
84
|
+
};
|
|
85
|
+
if (!n && e)
|
|
86
|
+
return {
|
|
87
|
+
backgroundColor: r.primary
|
|
88
|
+
};
|
|
89
|
+
if (!n && !e)
|
|
90
|
+
return {
|
|
91
|
+
backgroundColor: t.white,
|
|
92
|
+
filter: "drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.20))"
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
return {};
|
|
96
|
+
}}
|
|
97
|
+
`, q = h.input`
|
|
98
|
+
position: absolute;
|
|
99
|
+
appearance: none;
|
|
100
|
+
width: 100%;
|
|
101
|
+
height: 100%;
|
|
102
|
+
top: 0;
|
|
103
|
+
left: 0;
|
|
104
|
+
border-radius: 20px;
|
|
105
|
+
cursor: pointer;
|
|
106
|
+
`, C = h.div`
|
|
107
|
+
position: absolute;
|
|
108
|
+
opacity: ${({ selected: t }) => t ? 1 : 0};
|
|
109
|
+
pointer-events: none;
|
|
110
|
+
transition: opacity 0.2s;
|
|
111
|
+
|
|
112
|
+
${({ theme: { spacing: t }, variant: r }) => {
|
|
113
|
+
switch (r) {
|
|
114
|
+
case "unselected":
|
|
115
|
+
return {
|
|
116
|
+
right: t.content(2)
|
|
117
|
+
};
|
|
118
|
+
case "selected":
|
|
119
|
+
return {
|
|
120
|
+
left: t.content(2)
|
|
121
|
+
};
|
|
122
|
+
default:
|
|
123
|
+
return {};
|
|
124
|
+
}
|
|
125
|
+
}}
|
|
126
|
+
|
|
127
|
+
${({
|
|
128
|
+
theme: {
|
|
129
|
+
typography: t,
|
|
130
|
+
palette: { grey: r }
|
|
131
|
+
}
|
|
132
|
+
}) => ({
|
|
133
|
+
fontSize: t.c2M.size,
|
|
134
|
+
fontWeight: t.c2M.weight,
|
|
135
|
+
lineHeight: t.c2M.lineHeight,
|
|
136
|
+
color: r.white
|
|
137
|
+
})}
|
|
138
|
+
`, S = h.div`
|
|
139
|
+
${({ theme: { spacing: t }, variant: r }) => {
|
|
140
|
+
switch (r) {
|
|
141
|
+
case "unselected":
|
|
142
|
+
return {
|
|
143
|
+
marginRight: `${t.content(8)}px`
|
|
144
|
+
};
|
|
145
|
+
case "selected":
|
|
146
|
+
return {
|
|
147
|
+
marginRight: `${t.content(8)}px`
|
|
148
|
+
};
|
|
149
|
+
default:
|
|
150
|
+
return {};
|
|
151
|
+
}
|
|
152
|
+
}}
|
|
153
|
+
|
|
154
|
+
visibility: hidden;
|
|
155
|
+
|
|
156
|
+
${({
|
|
157
|
+
theme: {
|
|
158
|
+
typography: t,
|
|
159
|
+
palette: { grey: r }
|
|
160
|
+
}
|
|
161
|
+
}) => ({
|
|
162
|
+
fontSize: t.c2M.size,
|
|
163
|
+
fontWeight: t.c2M.weight,
|
|
164
|
+
lineHeight: t.c2M.lineHeight,
|
|
165
|
+
color: r.white
|
|
166
|
+
})}
|
|
167
|
+
`, G = j(function({
|
|
168
|
+
selected: r,
|
|
169
|
+
disabled: o,
|
|
170
|
+
onChange: n,
|
|
171
|
+
transitionDuration: e = 150,
|
|
172
|
+
inputProps: u,
|
|
173
|
+
thumbProps: s,
|
|
174
|
+
inlineCSS: W,
|
|
175
|
+
selectedLabel: i,
|
|
176
|
+
unselectedLabel: a,
|
|
177
|
+
...z
|
|
178
|
+
}, R) {
|
|
179
|
+
const { spacing: f } = U(), [l, M] = b(0), [m, X] = b(0), d = v(null), w = v(null), H = !!i || !!a, L = r ? m || l : l || m;
|
|
180
|
+
return T(() => {
|
|
181
|
+
const p = () => {
|
|
182
|
+
var $, k;
|
|
183
|
+
const x = (($ = w.current) == null ? void 0 : $.offsetWidth) ?? 0, g = ((k = d.current) == null ? void 0 : k.offsetWidth) ?? 0;
|
|
184
|
+
x > 0 && X(x + f.content(2)), g > 0 && M(g + f.content(2));
|
|
185
|
+
};
|
|
186
|
+
return p(), window.addEventListener("resize", p), () => {
|
|
187
|
+
window.removeEventListener("resize", p);
|
|
188
|
+
};
|
|
189
|
+
}, [f, a, i, r]), /* @__PURE__ */ E(
|
|
190
|
+
B,
|
|
191
|
+
{
|
|
192
|
+
ref: R,
|
|
193
|
+
selected: r,
|
|
194
|
+
disabled: o,
|
|
195
|
+
transitionDuration: e,
|
|
196
|
+
css: W,
|
|
197
|
+
...z,
|
|
198
|
+
children: [
|
|
199
|
+
/* @__PURE__ */ c(
|
|
200
|
+
I,
|
|
201
|
+
{
|
|
202
|
+
selected: r,
|
|
203
|
+
disabled: o,
|
|
204
|
+
labelWidth: L,
|
|
205
|
+
withLabel: H,
|
|
206
|
+
transitionDuration: e,
|
|
207
|
+
...s
|
|
208
|
+
}
|
|
209
|
+
),
|
|
210
|
+
/* @__PURE__ */ c(
|
|
211
|
+
q,
|
|
212
|
+
{
|
|
213
|
+
type: "checkbox",
|
|
214
|
+
role: "switch",
|
|
215
|
+
checked: r,
|
|
216
|
+
disabled: o,
|
|
217
|
+
onChange: n,
|
|
218
|
+
...u
|
|
219
|
+
}
|
|
220
|
+
),
|
|
221
|
+
a && !r && /* @__PURE__ */ c(S, { ref: d, variant: "unselected", "aria-hidden": !0, children: a }),
|
|
222
|
+
i && r && /* @__PURE__ */ c(S, { ref: w, variant: "selected", "aria-hidden": !0, children: i }),
|
|
223
|
+
a && /* @__PURE__ */ c(C, { variant: "unselected", selected: !r, "aria-hidden": r, children: a }),
|
|
224
|
+
i && /* @__PURE__ */ c(C, { variant: "selected", selected: r, "aria-hidden": !r, children: i })
|
|
225
|
+
]
|
|
226
|
+
}
|
|
227
|
+
);
|
|
228
|
+
});
|
|
229
|
+
export {
|
|
230
|
+
G as default
|
|
231
|
+
};
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("@emotion/react/jsx-runtime"),a=require("react"),_=require("@emotion/styled"),h=require("../Typography/Typography.cjs"),q=e=>e&&e.__esModule?e:{default:e},d=q(_),A=d.default.div`
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
${({fullWidth:e})=>e?{width:"100%"}:null};
|
|
6
|
+
`,T=d.default.div`
|
|
7
|
+
position: relative;
|
|
8
|
+
border-radius: 12px;
|
|
9
|
+
height: auto;
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
|
|
12
|
+
${({theme:{palette:{brand:e,background:t,grey:n}},variant:c,isFocused:r})=>c==="filled"?{backgroundColor:t.primary,border:"1px solid transparent"}:c==="outlined"?r?{backgroundColor:n.white,border:`1px solid ${e.primary.line}`}:{backgroundColor:n.white,border:`1px solid ${n[50]}`}:{}};
|
|
13
|
+
|
|
14
|
+
${({theme:{palette:{etc:e}},variant:t,helper:n})=>t==="outlined"&&((n==null?void 0:n.severity)==="error"||n!=null&&n.message)?{borderColor:e.red}:{}}
|
|
15
|
+
|
|
16
|
+
${({theme:{palette:{grey:e}},variant:t,disabled:n})=>t==="outlined"&&n?{backgroundColor:e[10],borderColor:e[30]}:{}}
|
|
17
|
+
|
|
18
|
+
${({fullWidth:e})=>e?{width:"100%"}:{}}
|
|
19
|
+
`,F=d.default.textarea`
|
|
20
|
+
width: 100%;
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
resize: none;
|
|
23
|
+
border: none;
|
|
24
|
+
outline: 0;
|
|
25
|
+
background: transparent;
|
|
26
|
+
padding: ${({theme:e})=>`${e.spacing.content(3)}px ${e.spacing.content(4)}px ${e.spacing.content(2)}px`};
|
|
27
|
+
min-height: ${({minHeight:e})=>e}px;
|
|
28
|
+
|
|
29
|
+
${({theme:{typography:{b2R:e}}})=>({fontSize:e.size,fontWeight:e.weight,lineHeight:e.lineHeight,letterSpacing:e.letterSpacing})};
|
|
30
|
+
|
|
31
|
+
@media (max-width: 360px) {
|
|
32
|
+
${({theme:{typography:{b3R:e}}})=>({fontSize:e.size,fontWeight:e.weight,lineHeight:e.lineHeight,letterSpacing:e.letterSpacing})};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&::placeholder,
|
|
36
|
+
&::-webkit-input-placeholder,
|
|
37
|
+
&::-ms-input-placeholder,
|
|
38
|
+
&::-moz-placeholder {
|
|
39
|
+
color: ${({theme:e})=>e.palette.grey[50]};
|
|
40
|
+
text-align: justify;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&[disabled] {
|
|
44
|
+
color: ${({theme:e})=>e.palette.grey[30]};
|
|
45
|
+
cursor: not-allowed;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
&[disabled]::placeholder {
|
|
49
|
+
color: ${({theme:e})=>e.palette.grey[30]};
|
|
50
|
+
}
|
|
51
|
+
`,B=d.default.div`
|
|
52
|
+
color: ${({theme:e,disabled:t})=>t?e.palette.grey[30]:e.palette.grey[50]};
|
|
53
|
+
text-align: right;
|
|
54
|
+
padding-right: ${({theme:e})=>e.spacing.content(4)}px;
|
|
55
|
+
padding-bottom: ${({theme:e})=>e.spacing.content(3)}px;
|
|
56
|
+
|
|
57
|
+
${({theme:{typography:{b4R:e}}})=>({fontSize:e.size,fontWeight:e.weight,lineHeight:e.lineHeight,letterSpacing:e.letterSpacing})};
|
|
58
|
+
|
|
59
|
+
& > span {
|
|
60
|
+
color: ${({theme:e,disabled:t})=>t?e.palette.grey[30]:e.palette.grey[100]};
|
|
61
|
+
}
|
|
62
|
+
`,D=d.default.p`
|
|
63
|
+
position: absolute;
|
|
64
|
+
left: 0;
|
|
65
|
+
bottom: calc(
|
|
66
|
+
${({theme:{spacing:e}})=>-e.content(1)}px -
|
|
67
|
+
${({theme:{typography:{c3R:e}}})=>e.lineHeight}
|
|
68
|
+
);
|
|
69
|
+
color: ${({theme:e})=>e.palette.etc.red};
|
|
70
|
+
|
|
71
|
+
${({theme:{typography:{c3R:e}}})=>({fontSize:e.size,fontWeight:e.weight,lineHeight:e.lineHeight,letterSpacing:e.letterSpacing})};
|
|
72
|
+
|
|
73
|
+
&:empty {
|
|
74
|
+
display: none;
|
|
75
|
+
}
|
|
76
|
+
`,E=a.forwardRef(({onChange:e,value:t,variant:n="filled",size:c="large",maxLength:r=290,onFocus:y,onBlur:x,helper:o,disabled:u=!1,fullWidth:H,wrapperProps:g,...v},j)=>{const f=a.useRef(null),p=a.useRef(c==="large"?112.5:57.5),[b,$]=a.useState(!1),S=a.useId(),w=a.useId(),m=a.useId(),z=i=>{i.target.value.length>r&&(i.target.value=i.target.value.slice(0,r)),typeof e=="function"&&e(i)},C=i=>{$(!0),typeof y=="function"&&y(i)},k=i=>{$(!1),typeof x=="function"&&x(i)},I=()=>{var s;const i=(s=f.current)==null?void 0:s.querySelector("textarea");i&&i.focus()};return a.useEffect(()=>{var s;const i=(s=f.current)==null?void 0:s.querySelector("textarea");if(i){i.style.height="auto";const{scrollHeight:M,clientHeight:W}=i;i.style.height=`${p.current}px`,i.style.height=`${Math.max(M,p.current,W)}px`}},[t]),l.jsxs(A,{fullWidth:H,children:[l.jsxs(T,{ref:f,isFocused:b,variant:n,helper:o,disabled:u,...g,css:g==null?void 0:g.inlineCSS,children:[l.jsx(F,{ref:j,id:w,onChange:z,onFocus:C,onBlur:k,value:t,disabled:u,"aria-invalid":(o==null?void 0:o.severity)==="error","aria-describedby":o!=null&&o.message?S:m,minHeight:p.current,...v}),l.jsxs(B,{disabled:u,onClick:I,"aria-label":`현재 ${t.length}자 입력됨, 최대 ${r}자까지 입력 가능`,children:["(",l.jsx("span",{children:t.length})," / ",r,")"]})]}),l.jsx(D,{id:S,helper:o,"aria-live":"assertive",role:"alert",children:!u&&(o==null?void 0:o.message)}),l.jsxs(h.default,{visuallyHidden:!0,id:m,children:["최대 ",r,"까지 입력 가능"]}),l.jsx(h.default,{visuallyHidden:!0,"aria-live":"assertive",role:"alert",children:t.length>=r&&`최대 입력 글자 수에 도달하였습니다. ${r} 자까지 입력이 가능합니다.`}),l.jsx(h.default,{visuallyHidden:!0,role:"status",children:t.length>=r*.8&&t.length<r&&`최대 입력 가능한 글자 수의 80퍼센트에 도달했습니다. ${r*.8}자 입력됨.`})]})});exports.default=E;
|