@team-monolith/cds 1.124.0 → 1.125.0
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/@types/emotion.d.ts +194 -194
- package/README.md +37 -37
- package/dist/CdsProvider.js +4 -4
- package/dist/components/AlertDialog/AlertDialog.js +54 -54
- package/dist/components/AlertDialog/AlertDialogActions.js +7 -7
- package/dist/components/AlertDialog/AlertDialogContent.js +8 -8
- package/dist/components/AlertDialog/AlertDialogTitle.js +34 -34
- package/dist/components/AnimatedButton.js +32 -32
- package/dist/components/Banner.js +45 -45
- package/dist/components/Book/Book.js +174 -174
- package/dist/components/Button.js +179 -175
- package/dist/components/CheckboxInput.js +148 -148
- package/dist/components/FileTypeAlertDialog.js +4 -4
- package/dist/components/Input.js +53 -53
- package/dist/components/InputBase.js +72 -72
- package/dist/components/Modal.js +4 -4
- package/dist/components/OverflowTooltip.js +4 -4
- package/dist/components/Pagination.js +56 -56
- package/dist/components/PinInput.js +64 -64
- package/dist/components/Popover.js +27 -27
- package/dist/components/RadioInput.js +73 -73
- package/dist/components/Slider.js +58 -58
- package/dist/components/SquareButton.js +109 -109
- package/dist/components/Switch.js +69 -69
- package/dist/components/SwitchButton.js +107 -107
- package/dist/components/Tag.js +72 -72
- package/dist/components/Tooltip.js +19 -19
- package/dist/foundation/breakpoints.js +16 -16
- package/dist/foundation/typography.js +186 -186
- package/dist/icons/custom/colored/ai-helper.svg +4 -4
- package/dist/icons/custom/colored/ai-quiz-color.svg +20 -20
- package/dist/icons/custom/colored/ai-socroom-color.svg +14 -14
- package/dist/icons/custom/colored/badge-color.svg +4 -4
- package/dist/icons/custom/colored/badge-gold.svg +11 -11
- package/dist/icons/custom/colored/badge-green.svg +11 -11
- package/dist/icons/custom/colored/badge-silver.svg +11 -11
- package/dist/icons/custom/colored/basic-plus.svg +31 -31
- package/dist/icons/custom/colored/basic.svg +3 -3
- package/dist/icons/custom/colored/board-color.svg +5 -5
- package/dist/icons/custom/colored/cast-cloudy-color.svg +6 -6
- package/dist/icons/custom/colored/cast-partly-color.svg +7 -7
- package/dist/icons/custom/colored/cast-rainbow-color.svg +13 -13
- package/dist/icons/custom/colored/cast-sunny-color.svg +4 -4
- package/dist/icons/custom/colored/clap-bronze.svg +8 -8
- package/dist/icons/custom/colored/clap-gold.svg +8 -8
- package/dist/icons/custom/colored/clap-silver.svg +8 -8
- package/dist/icons/custom/colored/class.svg +13 -13
- package/dist/icons/custom/colored/codap-color.svg +13 -13
- package/dist/icons/custom/colored/ebook-color.svg +5 -5
- package/dist/icons/custom/colored/embedded-color.svg +38 -38
- package/dist/icons/custom/colored/emo-clap-color.svg +252 -252
- package/dist/icons/custom/colored/emo-good-color.svg +68 -68
- package/dist/icons/custom/colored/emo-great-color.svg +67 -67
- package/dist/icons/custom/colored/emo-heart-color.svg +239 -239
- package/dist/icons/custom/colored/emo-hundred-color.svg +194 -194
- package/dist/icons/custom/colored/emo-neutral-color.svg +76 -76
- package/dist/icons/custom/colored/emo-stars-color.svg +121 -121
- package/dist/icons/custom/colored/emo-thumbup-color.svg +238 -238
- package/dist/icons/custom/colored/empty.svg +1 -1
- package/dist/icons/custom/colored/entry-color.svg +4 -4
- package/dist/icons/custom/colored/filename-all-color.svg +4 -4
- package/dist/icons/custom/colored/filename-doc-color.svg +5 -5
- package/dist/icons/custom/colored/filename-hwp-color.svg +6 -6
- package/dist/icons/custom/colored/filename-img-color.svg +6 -6
- package/dist/icons/custom/colored/filename-mp4-color.svg +5 -5
- package/dist/icons/custom/colored/filename-pdf-color.svg +12 -12
- package/dist/icons/custom/colored/filename-ppt-color.svg +6 -6
- package/dist/icons/custom/colored/filename-xls-color.svg +5 -5
- package/dist/icons/custom/colored/filename-zip-color.svg +5 -5
- package/dist/icons/custom/colored/google.svg +13 -13
- package/dist/icons/custom/colored/hand-fill.svg +4 -4
- package/dist/icons/custom/colored/judge-color.svg +6 -6
- package/dist/icons/custom/colored/makecode-color.svg +4 -4
- package/dist/icons/custom/colored/master.svg +12 -12
- package/dist/icons/custom/colored/material.svg +6 -6
- package/dist/icons/custom/colored/medal-bronze.svg +9 -9
- package/dist/icons/custom/colored/medal-gold.svg +9 -9
- package/dist/icons/custom/colored/medal-silver.svg +9 -9
- package/dist/icons/custom/colored/pro.svg +4 -4
- package/dist/icons/custom/colored/problem.svg +7 -7
- package/dist/icons/custom/colored/python-color.svg +4 -4
- package/dist/icons/custom/colored/quiz-color.svg +12 -12
- package/dist/icons/custom/colored/resource-color.svg +13 -13
- package/dist/icons/custom/colored/scratch-color.svg +6 -6
- package/dist/icons/custom/colored/type-helper.svg +9 -9
- package/dist/icons/custom/colored/whale.svg +7 -7
- package/dist/icons/custom/colored/worksheet-color.svg +5 -5
- package/dist/icons/custom/default/ai-quiz.svg +8 -8
- package/dist/icons/custom/default/ai-socroom.svg +13 -13
- package/dist/icons/custom/default/badge.svg +4 -4
- package/dist/icons/custom/default/board.svg +5 -5
- package/dist/icons/custom/default/cast-cloudy.svg +3 -3
- package/dist/icons/custom/default/cast-partly.svg +4 -4
- package/dist/icons/custom/default/cast-rainbow.svg +12 -12
- package/dist/icons/custom/default/cast-sunny.svg +3 -3
- package/dist/icons/custom/default/codap.svg +11 -11
- package/dist/icons/custom/default/ebook.svg +3 -3
- package/dist/icons/custom/default/embedded.svg +4 -4
- package/dist/icons/custom/default/emo-clap.svg +6 -6
- package/dist/icons/custom/default/emo-good.svg +12 -12
- package/dist/icons/custom/default/emo-great.svg +12 -12
- package/dist/icons/custom/default/emo-heart.svg +5 -5
- package/dist/icons/custom/default/emo-hundred.svg +3 -3
- package/dist/icons/custom/default/emo-neutral.svg +14 -14
- package/dist/icons/custom/default/emo-stars.svg +14 -14
- package/dist/icons/custom/default/emo-thumbup.svg +3 -3
- package/dist/icons/custom/default/entry.svg +4 -4
- package/dist/icons/custom/default/fab.svg +10 -10
- package/dist/icons/custom/default/grant-alt.svg +5 -5
- package/dist/icons/custom/default/grant.svg +4 -4
- package/dist/icons/custom/default/hand-line.svg +3 -3
- package/dist/icons/custom/default/judge.svg +3 -3
- package/dist/icons/custom/default/makecode.svg +5 -5
- package/dist/icons/custom/default/pdf.svg +3 -3
- package/dist/icons/custom/default/python.svg +7 -7
- package/dist/icons/custom/default/quiz.svg +4 -4
- package/dist/icons/custom/default/resource.svg +11 -11
- package/dist/icons/custom/default/scratch.svg +3 -3
- package/dist/icons/custom/default/scroll-alt.svg +5 -5
- package/dist/icons/custom/default/scroll-fill.svg +4 -4
- package/dist/icons/custom/default/scroll-line.svg +5 -5
- package/dist/icons/custom/default/symbol.svg +4 -4
- package/dist/icons/custom/default/worksheet.svg +4 -4
- package/dist/icons/custom/svgrColoredTemplate.js +26 -26
- package/dist/icons/custom/svgrDefaultTemplate.js +26 -26
- package/dist/patterns/Accordion.js +20 -20
- package/dist/patterns/Dropdown/DropdownItem/DropdownItem.js +69 -66
- package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.js +27 -27
- package/dist/patterns/Dropdown/DropdownMenu/style.js +19 -19
- package/dist/patterns/LexicalEditor/Plugins.js +36 -36
- package/dist/patterns/LexicalEditor/components/FileSelectInput.js +23 -23
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +4 -4
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +15 -15
- package/dist/patterns/LexicalEditor/components/InsertVideoDialog/InsertVideoDialog.js +17 -17
- package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +2 -2
- package/dist/patterns/LexicalEditor/hr.svg +3 -3
- package/dist/patterns/LexicalEditor/nodes/FileNode/FileComponent.js +44 -44
- package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +25 -25
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +8 -8
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageResizer.js +60 -60
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +19 -19
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SegmentedInput.js +49 -49
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +7 -7
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +73 -73
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +5 -5
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/TextInput.js +7 -7
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxComponent.js +69 -69
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxEdit.js +3 -3
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +15 -15
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +28 -28
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +54 -54
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +61 -61
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/Evaluation.js +75 -75
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +17 -17
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +7 -7
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +28 -28
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +52 -52
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +7 -7
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +25 -25
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +53 -53
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxComponent.js +54 -54
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +5 -5
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +21 -21
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +42 -42
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +71 -71
- package/dist/patterns/LexicalEditor/nodes/VideoNode/VideoComponent.js +7 -7
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdder.js +51 -51
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +11 -11
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +7 -7
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +2 -2
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.js +32 -32
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.js +32 -32
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +12 -12
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/componentPickerOptionUtils.js +2 -2
- package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +49 -49
- package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatPopup.js +36 -36
- package/dist/patterns/LexicalEditor/plugins/ParagraphPlaceholderPlugin/index.js +7 -7
- package/dist/patterns/LexicalEditor/theme.js +243 -243
- package/dist/patterns/SegmentedControl/SegmentedControlButton.js +10 -10
- package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +8 -8
- package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +2 -2
- package/dist/patterns/Tabs.js +43 -43
- package/dist/patterns/ToggleButtonGroup/ToggleButton.js +40 -40
- package/dist/patterns/ToggleButtonGroup/ToggleButtonGroup.js +11 -11
- package/dist/utils/hover.js +12 -12
- package/dist/utils/reset.js +19 -19
- package/dist/utils/visuallyHidden.js +10 -10
- package/package.json +109 -109
|
@@ -20,128 +20,128 @@ export const squareButtonClasses = {
|
|
|
20
20
|
};
|
|
21
21
|
const COLOR_TO_BUTTON_STYLE = (theme, color, disabled) => ({
|
|
22
22
|
danger: disabled
|
|
23
|
-
? css `
|
|
24
|
-
background: ${theme.color.background.dangerDisabled};
|
|
25
|
-
color: ${theme.color.foreground.neutralAltDisabled};
|
|
23
|
+
? css `
|
|
24
|
+
background: ${theme.color.background.dangerDisabled};
|
|
25
|
+
color: ${theme.color.foreground.neutralAltDisabled};
|
|
26
26
|
`
|
|
27
|
-
: css `
|
|
28
|
-
background: ${theme.color.background.danger};
|
|
29
|
-
color: ${theme.color.foreground.neutralAlt};
|
|
30
|
-
${HOVER(css `
|
|
31
|
-
background: ${theme.color.background.dangerActive};
|
|
32
|
-
color: ${theme.color.foreground.neutralAltActive};
|
|
33
|
-
`)}
|
|
27
|
+
: css `
|
|
28
|
+
background: ${theme.color.background.danger};
|
|
29
|
+
color: ${theme.color.foreground.neutralAlt};
|
|
30
|
+
${HOVER(css `
|
|
31
|
+
background: ${theme.color.background.dangerActive};
|
|
32
|
+
color: ${theme.color.foreground.neutralAltActive};
|
|
33
|
+
`)}
|
|
34
34
|
`,
|
|
35
35
|
grey: disabled
|
|
36
|
-
? css `
|
|
37
|
-
background: ${theme.color.background.neutralAltDisabled};
|
|
38
|
-
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
36
|
+
? css `
|
|
37
|
+
background: ${theme.color.background.neutralAltDisabled};
|
|
38
|
+
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
39
39
|
`
|
|
40
|
-
: css `
|
|
41
|
-
background: ${theme.color.background.neutralAlt};
|
|
42
|
-
color: ${theme.color.foreground.neutralBase};
|
|
43
|
-
${HOVER(css `
|
|
44
|
-
background: ${theme.color.background.neutralAltActive};
|
|
45
|
-
color: ${theme.color.foreground.neutralBaseActive};
|
|
46
|
-
`)}
|
|
40
|
+
: css `
|
|
41
|
+
background: ${theme.color.background.neutralAlt};
|
|
42
|
+
color: ${theme.color.foreground.neutralBase};
|
|
43
|
+
${HOVER(css `
|
|
44
|
+
background: ${theme.color.background.neutralAltActive};
|
|
45
|
+
color: ${theme.color.foreground.neutralBaseActive};
|
|
46
|
+
`)}
|
|
47
47
|
`,
|
|
48
48
|
primary: disabled
|
|
49
|
-
? css `
|
|
50
|
-
background: ${theme.color.background.primaryDisabled};
|
|
51
|
-
color: ${theme.color.foreground.neutralAltDisabled};
|
|
49
|
+
? css `
|
|
50
|
+
background: ${theme.color.background.primaryDisabled};
|
|
51
|
+
color: ${theme.color.foreground.neutralAltDisabled};
|
|
52
52
|
`
|
|
53
|
-
: css `
|
|
54
|
-
background: ${theme.color.background.primary};
|
|
55
|
-
color: ${theme.color.foreground.neutralAlt};
|
|
56
|
-
${HOVER(css `
|
|
57
|
-
background: ${theme.color.background.primaryActive};
|
|
58
|
-
color: ${theme.color.foreground.neutralAltActive};
|
|
59
|
-
`)}
|
|
53
|
+
: css `
|
|
54
|
+
background: ${theme.color.background.primary};
|
|
55
|
+
color: ${theme.color.foreground.neutralAlt};
|
|
56
|
+
${HOVER(css `
|
|
57
|
+
background: ${theme.color.background.primaryActive};
|
|
58
|
+
color: ${theme.color.foreground.neutralAltActive};
|
|
59
|
+
`)}
|
|
60
60
|
`,
|
|
61
61
|
icon: disabled
|
|
62
|
-
? css `
|
|
63
|
-
background: none;
|
|
64
|
-
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
62
|
+
? css `
|
|
63
|
+
background: none;
|
|
64
|
+
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
65
65
|
`
|
|
66
|
-
: css `
|
|
67
|
-
background: none;
|
|
68
|
-
color: ${theme.color.foreground.neutralBase};
|
|
69
|
-
${HOVER(css `
|
|
70
|
-
background: ${theme.color.blanket.neutralLight};
|
|
71
|
-
color: ${theme.color.foreground.neutralBaseActive};
|
|
72
|
-
`)}
|
|
66
|
+
: css `
|
|
67
|
+
background: none;
|
|
68
|
+
color: ${theme.color.foreground.neutralBase};
|
|
69
|
+
${HOVER(css `
|
|
70
|
+
background: ${theme.color.blanket.neutralLight};
|
|
71
|
+
color: ${theme.color.foreground.neutralBaseActive};
|
|
72
|
+
`)}
|
|
73
73
|
`,
|
|
74
74
|
black: disabled
|
|
75
|
-
? css `
|
|
76
|
-
background: ${theme.color.background.inverseDisabled};
|
|
77
|
-
color: ${theme.color.foreground.neutralAltDisabled};
|
|
75
|
+
? css `
|
|
76
|
+
background: ${theme.color.background.inverseDisabled};
|
|
77
|
+
color: ${theme.color.foreground.neutralAltDisabled};
|
|
78
78
|
`
|
|
79
|
-
: css `
|
|
80
|
-
background: ${theme.color.background.inverse};
|
|
81
|
-
color: ${theme.color.foreground.neutralAlt};
|
|
82
|
-
${HOVER(css `
|
|
83
|
-
background: ${theme.color.background.inverseActive};
|
|
84
|
-
color: ${theme.color.foreground.neutralAltActive};
|
|
85
|
-
`)}
|
|
79
|
+
: css `
|
|
80
|
+
background: ${theme.color.background.inverse};
|
|
81
|
+
color: ${theme.color.foreground.neutralAlt};
|
|
82
|
+
${HOVER(css `
|
|
83
|
+
background: ${theme.color.background.inverseActive};
|
|
84
|
+
color: ${theme.color.foreground.neutralAltActive};
|
|
85
|
+
`)}
|
|
86
86
|
`,
|
|
87
87
|
white: disabled
|
|
88
|
-
? css `
|
|
89
|
-
background: ${theme.color.background.neutralAltDisabled};
|
|
90
|
-
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
88
|
+
? css `
|
|
89
|
+
background: ${theme.color.background.neutralAltDisabled};
|
|
90
|
+
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
91
91
|
`
|
|
92
|
-
: css `
|
|
93
|
-
background: ${theme.color.background.neutralBase};
|
|
94
|
-
color: ${theme.color.foreground.neutralBase};
|
|
95
|
-
${HOVER(css `
|
|
96
|
-
background: ${theme.color.background.neutralAltActive};
|
|
97
|
-
color: ${theme.color.foreground.neutralBaseActive};
|
|
98
|
-
`)}
|
|
92
|
+
: css `
|
|
93
|
+
background: ${theme.color.background.neutralBase};
|
|
94
|
+
color: ${theme.color.foreground.neutralBase};
|
|
95
|
+
${HOVER(css `
|
|
96
|
+
background: ${theme.color.background.neutralAltActive};
|
|
97
|
+
color: ${theme.color.foreground.neutralBaseActive};
|
|
98
|
+
`)}
|
|
99
99
|
`,
|
|
100
100
|
})[color];
|
|
101
101
|
const SIZE_TO_BUTTON_STYLE = {
|
|
102
|
-
large: css `
|
|
103
|
-
width: 56px;
|
|
104
|
-
height: 56px;
|
|
105
|
-
padding: 12px;
|
|
106
|
-
border-radius: 8px;
|
|
107
|
-
|
|
108
|
-
svg {
|
|
109
|
-
width: 32px;
|
|
110
|
-
height: 32px;
|
|
111
|
-
}
|
|
102
|
+
large: css `
|
|
103
|
+
width: 56px;
|
|
104
|
+
height: 56px;
|
|
105
|
+
padding: 12px;
|
|
106
|
+
border-radius: 8px;
|
|
107
|
+
|
|
108
|
+
svg {
|
|
109
|
+
width: 32px;
|
|
110
|
+
height: 32px;
|
|
111
|
+
}
|
|
112
112
|
`,
|
|
113
|
-
medium: css `
|
|
114
|
-
width: 48px;
|
|
115
|
-
height: 48px;
|
|
116
|
-
padding: 10px;
|
|
117
|
-
border-radius: 8px;
|
|
118
|
-
|
|
119
|
-
svg {
|
|
120
|
-
width: 28px;
|
|
121
|
-
height: 28px;
|
|
122
|
-
}
|
|
113
|
+
medium: css `
|
|
114
|
+
width: 48px;
|
|
115
|
+
height: 48px;
|
|
116
|
+
padding: 10px;
|
|
117
|
+
border-radius: 8px;
|
|
118
|
+
|
|
119
|
+
svg {
|
|
120
|
+
width: 28px;
|
|
121
|
+
height: 28px;
|
|
122
|
+
}
|
|
123
123
|
`,
|
|
124
|
-
small: css `
|
|
125
|
-
width: 36px;
|
|
126
|
-
height: 36px;
|
|
127
|
-
padding: 8px;
|
|
128
|
-
border-radius: 8px;
|
|
129
|
-
|
|
130
|
-
svg {
|
|
131
|
-
width: 20px;
|
|
132
|
-
height: 20px;
|
|
133
|
-
}
|
|
124
|
+
small: css `
|
|
125
|
+
width: 36px;
|
|
126
|
+
height: 36px;
|
|
127
|
+
padding: 8px;
|
|
128
|
+
border-radius: 8px;
|
|
129
|
+
|
|
130
|
+
svg {
|
|
131
|
+
width: 20px;
|
|
132
|
+
height: 20px;
|
|
133
|
+
}
|
|
134
134
|
`,
|
|
135
|
-
xsmall: css `
|
|
136
|
-
width: 28px;
|
|
137
|
-
height: 28px;
|
|
138
|
-
padding: 6px;
|
|
139
|
-
border-radius: 4px;
|
|
140
|
-
|
|
141
|
-
svg {
|
|
142
|
-
width: 16px;
|
|
143
|
-
height: 16px;
|
|
144
|
-
}
|
|
135
|
+
xsmall: css `
|
|
136
|
+
width: 28px;
|
|
137
|
+
height: 28px;
|
|
138
|
+
padding: 6px;
|
|
139
|
+
border-radius: 4px;
|
|
140
|
+
|
|
141
|
+
svg {
|
|
142
|
+
width: 16px;
|
|
143
|
+
height: 16px;
|
|
144
|
+
}
|
|
145
145
|
`,
|
|
146
146
|
};
|
|
147
147
|
/**
|
|
@@ -153,17 +153,17 @@ export const SquareButton = React.forwardRef(function SquareButton(props, ref) {
|
|
|
153
153
|
return (_jsx(Component, Object.assign({ type: Component === "button" || Component === "input" ? "button" : undefined }, other, { ref: ref, className: [squareButtonClasses.root, className]
|
|
154
154
|
.filter(Boolean)
|
|
155
155
|
.join(" "), css: [
|
|
156
|
-
css `
|
|
157
|
-
border: none;
|
|
158
|
-
|
|
156
|
+
css `
|
|
157
|
+
border: none;
|
|
158
|
+
|
|
159
159
|
${disabled || loading
|
|
160
|
-
? css `
|
|
161
|
-
cursor: default;
|
|
162
|
-
pointer-events: none;
|
|
160
|
+
? css `
|
|
161
|
+
cursor: default;
|
|
162
|
+
pointer-events: none;
|
|
163
163
|
`
|
|
164
|
-
: css `
|
|
165
|
-
cursor: pointer;
|
|
166
|
-
`}
|
|
164
|
+
: css `
|
|
165
|
+
cursor: pointer;
|
|
166
|
+
`}
|
|
167
167
|
`,
|
|
168
168
|
COLOR_TO_BUTTON_STYLE(theme, color, Boolean(disabled || loading)),
|
|
169
169
|
SIZE_TO_BUTTON_STYLE[size],
|
|
@@ -41,73 +41,73 @@ const SIZE_TO_SWTICH_SIZE = {
|
|
|
41
41
|
};
|
|
42
42
|
const StyledSwitch = styled(MuiSwitch, {
|
|
43
43
|
shouldForwardProp: (prop) => prop !== "switchSize",
|
|
44
|
-
})(({ theme, switchSize }) => css `
|
|
45
|
-
// Specificity를 높이기 위해 최상위에 &.MuiSwitch-root를 추가
|
|
46
|
-
&.MuiSwitch-root {
|
|
47
|
-
width: ${SIZE_TO_SWTICH_SIZE[switchSize].width};
|
|
48
|
-
height: ${SIZE_TO_SWTICH_SIZE[switchSize].height};
|
|
49
|
-
padding: 0; // 기존 Mui padding 속성 override
|
|
50
|
-
.MuiSwitch-switchBase {
|
|
51
|
-
padding: 2px;
|
|
52
|
-
&.Mui-checked {
|
|
53
|
-
transform: translateX(${SIZE_TO_SWTICH_SIZE[switchSize].translateX});
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.MuiSwitch-thumb {
|
|
58
|
-
box-shadow: none;
|
|
59
|
-
filter: drop-shadow(0px 2px 4px rgba(0, 35, 11, 0.2));
|
|
60
|
-
width: ${SIZE_TO_SWTICH_SIZE[switchSize].thumbSize};
|
|
61
|
-
height: ${SIZE_TO_SWTICH_SIZE[switchSize].thumbSize};
|
|
62
|
-
border-radius: 77px;
|
|
63
|
-
transition: color 0.3s ease;
|
|
64
|
-
|
|
65
|
-
color: ${theme.color.foreground.primary};
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.MuiSwitch-track {
|
|
69
|
-
border-radius: 16px;
|
|
70
|
-
opacity: 1;
|
|
71
|
-
box-sizing: border-box;
|
|
72
|
-
|
|
73
|
-
background: none;
|
|
74
|
-
border: 1px solid ${theme.color.background.primary};
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.Mui-disabled {
|
|
78
|
-
& + .MuiSwitch-track {
|
|
79
|
-
opacity: 1;
|
|
80
|
-
border-color: ${theme.color.background.primaryDisabled};
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.MuiSwitch-thumb {
|
|
84
|
-
filter: none;
|
|
85
|
-
color: ${theme.color.foreground.primaryDisabled};
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.Mui-checked {
|
|
90
|
-
& + .MuiSwitch-track {
|
|
91
|
-
opacity: 1;
|
|
92
|
-
border-color: ${theme.color.background.primary};
|
|
93
|
-
background-color: ${theme.color.background.primary};
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.MuiSwitch-thumb {
|
|
97
|
-
color: ${theme.color.background.neutralBase};
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.Mui-checked.Mui-disabled {
|
|
102
|
-
& + .MuiSwitch-track {
|
|
103
|
-
opacity: 1;
|
|
104
|
-
border-color: ${theme.color.background.primaryDisabled};
|
|
105
|
-
background-color: ${theme.color.background.primaryDisabled};
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.MuiSwitch-thumb {
|
|
109
|
-
color: ${theme.color.background.neutralBaseDisabled};
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
44
|
+
})(({ theme, switchSize }) => css `
|
|
45
|
+
// Specificity를 높이기 위해 최상위에 &.MuiSwitch-root를 추가
|
|
46
|
+
&.MuiSwitch-root {
|
|
47
|
+
width: ${SIZE_TO_SWTICH_SIZE[switchSize].width};
|
|
48
|
+
height: ${SIZE_TO_SWTICH_SIZE[switchSize].height};
|
|
49
|
+
padding: 0; // 기존 Mui padding 속성 override
|
|
50
|
+
.MuiSwitch-switchBase {
|
|
51
|
+
padding: 2px;
|
|
52
|
+
&.Mui-checked {
|
|
53
|
+
transform: translateX(${SIZE_TO_SWTICH_SIZE[switchSize].translateX});
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.MuiSwitch-thumb {
|
|
58
|
+
box-shadow: none;
|
|
59
|
+
filter: drop-shadow(0px 2px 4px rgba(0, 35, 11, 0.2));
|
|
60
|
+
width: ${SIZE_TO_SWTICH_SIZE[switchSize].thumbSize};
|
|
61
|
+
height: ${SIZE_TO_SWTICH_SIZE[switchSize].thumbSize};
|
|
62
|
+
border-radius: 77px;
|
|
63
|
+
transition: color 0.3s ease;
|
|
64
|
+
|
|
65
|
+
color: ${theme.color.foreground.primary};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.MuiSwitch-track {
|
|
69
|
+
border-radius: 16px;
|
|
70
|
+
opacity: 1;
|
|
71
|
+
box-sizing: border-box;
|
|
72
|
+
|
|
73
|
+
background: none;
|
|
74
|
+
border: 1px solid ${theme.color.background.primary};
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.Mui-disabled {
|
|
78
|
+
& + .MuiSwitch-track {
|
|
79
|
+
opacity: 1;
|
|
80
|
+
border-color: ${theme.color.background.primaryDisabled};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.MuiSwitch-thumb {
|
|
84
|
+
filter: none;
|
|
85
|
+
color: ${theme.color.foreground.primaryDisabled};
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.Mui-checked {
|
|
90
|
+
& + .MuiSwitch-track {
|
|
91
|
+
opacity: 1;
|
|
92
|
+
border-color: ${theme.color.background.primary};
|
|
93
|
+
background-color: ${theme.color.background.primary};
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.MuiSwitch-thumb {
|
|
97
|
+
color: ${theme.color.background.neutralBase};
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.Mui-checked.Mui-disabled {
|
|
102
|
+
& + .MuiSwitch-track {
|
|
103
|
+
opacity: 1;
|
|
104
|
+
border-color: ${theme.color.background.primaryDisabled};
|
|
105
|
+
background-color: ${theme.color.background.primaryDisabled};
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.MuiSwitch-thumb {
|
|
109
|
+
color: ${theme.color.background.neutralBaseDisabled};
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
113
|
`);
|
|
@@ -20,111 +20,111 @@ export const switchButtonClasses = {
|
|
|
20
20
|
content: "SwitchButton-content",
|
|
21
21
|
};
|
|
22
22
|
const COLOR_TO_SWITCH_BUTTON_STYLE = (theme, color, isOn) => ({
|
|
23
|
-
grey: css `
|
|
23
|
+
grey: css `
|
|
24
24
|
${isOn
|
|
25
|
-
? css `
|
|
26
|
-
background: ${theme.color.background.neutralAltActive};
|
|
27
|
-
span {
|
|
28
|
-
opacity: 1;
|
|
29
|
-
font-weight: 700;
|
|
30
|
-
}
|
|
31
|
-
svg {
|
|
32
|
-
opacity: 1;
|
|
33
|
-
}
|
|
25
|
+
? css `
|
|
26
|
+
background: ${theme.color.background.neutralAltActive};
|
|
27
|
+
span {
|
|
28
|
+
opacity: 1;
|
|
29
|
+
font-weight: 700;
|
|
30
|
+
}
|
|
31
|
+
svg {
|
|
32
|
+
opacity: 1;
|
|
33
|
+
}
|
|
34
34
|
`
|
|
35
|
-
: css `
|
|
36
|
-
background: ${theme.color.background.neutralAlt};
|
|
37
|
-
span,
|
|
38
|
-
svg {
|
|
39
|
-
opacity: 0.6;
|
|
40
|
-
}
|
|
41
|
-
${HOVER(css `
|
|
42
|
-
span,
|
|
43
|
-
svg {
|
|
44
|
-
opacity: 1;
|
|
45
|
-
}
|
|
46
|
-
`)}
|
|
47
|
-
`}
|
|
35
|
+
: css `
|
|
36
|
+
background: ${theme.color.background.neutralAlt};
|
|
37
|
+
span,
|
|
38
|
+
svg {
|
|
39
|
+
opacity: 0.6;
|
|
40
|
+
}
|
|
41
|
+
${HOVER(css `
|
|
42
|
+
span,
|
|
43
|
+
svg {
|
|
44
|
+
opacity: 1;
|
|
45
|
+
}
|
|
46
|
+
`)}
|
|
47
|
+
`}
|
|
48
48
|
`,
|
|
49
|
-
white: css `
|
|
49
|
+
white: css `
|
|
50
50
|
${isOn
|
|
51
|
-
? css `
|
|
52
|
-
background: ${theme.color.background.neutralAlt};
|
|
53
|
-
span {
|
|
54
|
-
opacity: 1;
|
|
55
|
-
font-weight: 700;
|
|
56
|
-
}
|
|
57
|
-
svg {
|
|
58
|
-
opacity: 1;
|
|
59
|
-
}
|
|
51
|
+
? css `
|
|
52
|
+
background: ${theme.color.background.neutralAlt};
|
|
53
|
+
span {
|
|
54
|
+
opacity: 1;
|
|
55
|
+
font-weight: 700;
|
|
56
|
+
}
|
|
57
|
+
svg {
|
|
58
|
+
opacity: 1;
|
|
59
|
+
}
|
|
60
60
|
`
|
|
61
|
-
: css `
|
|
62
|
-
background: ${theme.color.background.neutralBase};
|
|
63
|
-
span,
|
|
64
|
-
svg {
|
|
65
|
-
opacity: 0.6;
|
|
66
|
-
}
|
|
67
|
-
${HOVER(css `
|
|
68
|
-
span,
|
|
69
|
-
svg {
|
|
70
|
-
opacity: 1;
|
|
71
|
-
}
|
|
72
|
-
`)}
|
|
73
|
-
`}
|
|
61
|
+
: css `
|
|
62
|
+
background: ${theme.color.background.neutralBase};
|
|
63
|
+
span,
|
|
64
|
+
svg {
|
|
65
|
+
opacity: 0.6;
|
|
66
|
+
}
|
|
67
|
+
${HOVER(css `
|
|
68
|
+
span,
|
|
69
|
+
svg {
|
|
70
|
+
opacity: 1;
|
|
71
|
+
}
|
|
72
|
+
`)}
|
|
73
|
+
`}
|
|
74
74
|
`,
|
|
75
|
-
none: css `
|
|
75
|
+
none: css `
|
|
76
76
|
${isOn
|
|
77
|
-
? css `
|
|
78
|
-
background: ${theme.color.blanket.neutralLight};
|
|
79
|
-
span {
|
|
80
|
-
opacity: 1;
|
|
81
|
-
font-weight: 700;
|
|
82
|
-
}
|
|
83
|
-
svg {
|
|
84
|
-
opacity: 1;
|
|
85
|
-
}
|
|
77
|
+
? css `
|
|
78
|
+
background: ${theme.color.blanket.neutralLight};
|
|
79
|
+
span {
|
|
80
|
+
opacity: 1;
|
|
81
|
+
font-weight: 700;
|
|
82
|
+
}
|
|
83
|
+
svg {
|
|
84
|
+
opacity: 1;
|
|
85
|
+
}
|
|
86
86
|
`
|
|
87
|
-
: css `
|
|
88
|
-
background: none;
|
|
89
|
-
span,
|
|
90
|
-
svg {
|
|
91
|
-
opacity: 0.6;
|
|
92
|
-
}
|
|
93
|
-
${HOVER(css `
|
|
94
|
-
span,
|
|
95
|
-
svg {
|
|
96
|
-
opacity: 1;
|
|
97
|
-
}
|
|
98
|
-
`)}
|
|
99
|
-
`}
|
|
87
|
+
: css `
|
|
88
|
+
background: none;
|
|
89
|
+
span,
|
|
90
|
+
svg {
|
|
91
|
+
opacity: 0.6;
|
|
92
|
+
}
|
|
93
|
+
${HOVER(css `
|
|
94
|
+
span,
|
|
95
|
+
svg {
|
|
96
|
+
opacity: 1;
|
|
97
|
+
}
|
|
98
|
+
`)}
|
|
99
|
+
`}
|
|
100
100
|
`,
|
|
101
101
|
})[color];
|
|
102
102
|
const SIZE_TO_SWITCH_BUTTON_STYLE = (size) => ({
|
|
103
|
-
medium: css `
|
|
104
|
-
padding: 8px 12px;
|
|
105
|
-
gap: 8px;
|
|
106
|
-
height: 40px;
|
|
107
|
-
svg {
|
|
108
|
-
width: 24px;
|
|
109
|
-
height: 24px;
|
|
110
|
-
}
|
|
111
|
-
span {
|
|
112
|
-
font-size: 16px;
|
|
113
|
-
line-height: 20px;
|
|
114
|
-
}
|
|
103
|
+
medium: css `
|
|
104
|
+
padding: 8px 12px;
|
|
105
|
+
gap: 8px;
|
|
106
|
+
height: 40px;
|
|
107
|
+
svg {
|
|
108
|
+
width: 24px;
|
|
109
|
+
height: 24px;
|
|
110
|
+
}
|
|
111
|
+
span {
|
|
112
|
+
font-size: 16px;
|
|
113
|
+
line-height: 20px;
|
|
114
|
+
}
|
|
115
115
|
`,
|
|
116
|
-
xsmall: css `
|
|
117
|
-
padding: 4px 6px;
|
|
118
|
-
gap: 4px;
|
|
119
|
-
height: 24px;
|
|
120
|
-
svg {
|
|
121
|
-
width: 16px;
|
|
122
|
-
height: 16px;
|
|
123
|
-
}
|
|
124
|
-
span {
|
|
125
|
-
font-size: 12px;
|
|
126
|
-
line-height: 16px;
|
|
127
|
-
}
|
|
116
|
+
xsmall: css `
|
|
117
|
+
padding: 4px 6px;
|
|
118
|
+
gap: 4px;
|
|
119
|
+
height: 24px;
|
|
120
|
+
svg {
|
|
121
|
+
width: 16px;
|
|
122
|
+
height: 16px;
|
|
123
|
+
}
|
|
124
|
+
span {
|
|
125
|
+
font-size: 12px;
|
|
126
|
+
line-height: 16px;
|
|
127
|
+
}
|
|
128
128
|
`,
|
|
129
129
|
})[size];
|
|
130
130
|
/**
|
|
@@ -136,23 +136,23 @@ export const SwitchButton = React.forwardRef(function SwitchButton(props, ref) {
|
|
|
136
136
|
return (_jsxs(Component, Object.assign({ type: "button" }, other, { className: [switchButtonClasses.root, className]
|
|
137
137
|
.filter(Boolean)
|
|
138
138
|
.join(" "), ref: ref, css: [
|
|
139
|
-
css `
|
|
140
|
-
display: flex;
|
|
141
|
-
justify-content: center;
|
|
142
|
-
align-items: center;
|
|
143
|
-
width: fit-content;
|
|
144
|
-
cursor: pointer;
|
|
145
|
-
border: none;
|
|
146
|
-
border-radius: 99px;
|
|
147
|
-
text-decoration: none;
|
|
139
|
+
css `
|
|
140
|
+
display: flex;
|
|
141
|
+
justify-content: center;
|
|
142
|
+
align-items: center;
|
|
143
|
+
width: fit-content;
|
|
144
|
+
cursor: pointer;
|
|
145
|
+
border: none;
|
|
146
|
+
border-radius: 99px;
|
|
147
|
+
text-decoration: none;
|
|
148
148
|
`,
|
|
149
149
|
COLOR_TO_SWITCH_BUTTON_STYLE(theme, color, isOn),
|
|
150
150
|
SIZE_TO_SWITCH_BUTTON_STYLE(size),
|
|
151
151
|
], onClick: onClick, children: [isOn ? onIcon : offIcon, content && (_jsx(Content, { className: switchButtonClasses.content, children: content }))] })));
|
|
152
152
|
});
|
|
153
|
-
const Content = styled.span(({ theme }) => css `
|
|
154
|
-
color: ${theme.color.foreground.neutralBase};
|
|
155
|
-
/* Default/Label/16px-Md */
|
|
156
|
-
font-family: ${theme.fontFamily.ui};
|
|
157
|
-
font-weight: 500;
|
|
153
|
+
const Content = styled.span(({ theme }) => css `
|
|
154
|
+
color: ${theme.color.foreground.neutralBase};
|
|
155
|
+
/* Default/Label/16px-Md */
|
|
156
|
+
font-family: ${theme.fontFamily.ui};
|
|
157
|
+
font-weight: 500;
|
|
158
158
|
`);
|