@team-monolith/cds 1.111.1 → 1.112.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.
Files changed (184) hide show
  1. package/@types/emotion.d.ts +159 -159
  2. package/README.md +35 -35
  3. package/dist/CdsProvider.js +4 -4
  4. package/dist/components/AlertDialog/AlertDialog.js +54 -54
  5. package/dist/components/AlertDialog/AlertDialogActions.js +7 -7
  6. package/dist/components/AlertDialog/AlertDialogContent.js +8 -8
  7. package/dist/components/AlertDialog/AlertDialogTitle.js +34 -34
  8. package/dist/components/AnimatedButton.js +32 -32
  9. package/dist/components/Banner.d.ts +5 -3
  10. package/dist/components/Banner.js +54 -51
  11. package/dist/components/Book/Book.js +174 -174
  12. package/dist/components/Button.js +179 -179
  13. package/dist/components/CheckboxInput.js +100 -100
  14. package/dist/components/FileTypeAlertDialog.js +4 -4
  15. package/dist/components/Input.js +53 -53
  16. package/dist/components/InputBase.js +72 -72
  17. package/dist/components/Modal.js +4 -4
  18. package/dist/components/OverflowTooltip.js +4 -4
  19. package/dist/components/Pagination.js +56 -56
  20. package/dist/components/PinInput.js +64 -64
  21. package/dist/components/Popover.js +27 -27
  22. package/dist/components/RadioInput.js +73 -73
  23. package/dist/components/SquareButton.js +109 -109
  24. package/dist/components/Switch.js +69 -69
  25. package/dist/components/SwitchButton.js +107 -107
  26. package/dist/components/Tag.js +72 -72
  27. package/dist/components/Tooltip.js +19 -19
  28. package/dist/foundation/breakpoints.js +16 -16
  29. package/dist/icons/custom/colored/ai-helper.svg +4 -4
  30. package/dist/icons/custom/colored/ai-quiz-color.svg +20 -20
  31. package/dist/icons/custom/colored/badge-color.svg +4 -4
  32. package/dist/icons/custom/colored/badge-gold.svg +11 -11
  33. package/dist/icons/custom/colored/badge-green.svg +11 -11
  34. package/dist/icons/custom/colored/badge-silver.svg +11 -11
  35. package/dist/icons/custom/colored/basic-plus.svg +31 -31
  36. package/dist/icons/custom/colored/basic.svg +3 -3
  37. package/dist/icons/custom/colored/board-color.svg +5 -5
  38. package/dist/icons/custom/colored/cast-cloudy-color.svg +6 -6
  39. package/dist/icons/custom/colored/cast-partly-color.svg +7 -7
  40. package/dist/icons/custom/colored/cast-rainbow-color.svg +13 -13
  41. package/dist/icons/custom/colored/cast-sunny-color.svg +4 -4
  42. package/dist/icons/custom/colored/clap-bronze.svg +8 -8
  43. package/dist/icons/custom/colored/clap-gold.svg +8 -8
  44. package/dist/icons/custom/colored/clap-silver.svg +8 -8
  45. package/dist/icons/custom/colored/class.svg +13 -13
  46. package/dist/icons/custom/colored/codap-color.svg +13 -13
  47. package/dist/icons/custom/colored/ebook-color.svg +5 -5
  48. package/dist/icons/custom/colored/embedded-color.svg +38 -38
  49. package/dist/icons/custom/colored/emo-clap-color.svg +252 -252
  50. package/dist/icons/custom/colored/emo-good-color.svg +68 -68
  51. package/dist/icons/custom/colored/emo-great-color.svg +67 -67
  52. package/dist/icons/custom/colored/emo-heart-color.svg +239 -239
  53. package/dist/icons/custom/colored/emo-hundred-color.svg +194 -194
  54. package/dist/icons/custom/colored/emo-neutral-color.svg +76 -76
  55. package/dist/icons/custom/colored/emo-stars-color.svg +121 -121
  56. package/dist/icons/custom/colored/emo-thumbup-color.svg +238 -238
  57. package/dist/icons/custom/colored/empty.svg +1 -1
  58. package/dist/icons/custom/colored/entry-color.svg +4 -4
  59. package/dist/icons/custom/colored/filename-all-color.svg +4 -4
  60. package/dist/icons/custom/colored/filename-doc-color.svg +5 -5
  61. package/dist/icons/custom/colored/filename-hwp-color.svg +6 -6
  62. package/dist/icons/custom/colored/filename-img-color.svg +6 -6
  63. package/dist/icons/custom/colored/filename-mp4-color.svg +5 -5
  64. package/dist/icons/custom/colored/filename-pdf-color.svg +12 -12
  65. package/dist/icons/custom/colored/filename-ppt-color.svg +6 -6
  66. package/dist/icons/custom/colored/filename-xls-color.svg +5 -5
  67. package/dist/icons/custom/colored/filename-zip-color.svg +5 -5
  68. package/dist/icons/custom/colored/google.svg +13 -13
  69. package/dist/icons/custom/colored/hand-fill.svg +4 -4
  70. package/dist/icons/custom/colored/judge-color.svg +6 -6
  71. package/dist/icons/custom/colored/makecode-color.svg +4 -4
  72. package/dist/icons/custom/colored/master.svg +12 -12
  73. package/dist/icons/custom/colored/material.svg +6 -6
  74. package/dist/icons/custom/colored/medal-bronze.svg +9 -9
  75. package/dist/icons/custom/colored/medal-gold.svg +9 -9
  76. package/dist/icons/custom/colored/medal-silver.svg +9 -9
  77. package/dist/icons/custom/colored/pro.svg +4 -4
  78. package/dist/icons/custom/colored/problem.svg +7 -7
  79. package/dist/icons/custom/colored/python-color.svg +4 -4
  80. package/dist/icons/custom/colored/quiz-color.svg +12 -12
  81. package/dist/icons/custom/colored/resource-color.svg +13 -13
  82. package/dist/icons/custom/colored/scratch-color.svg +6 -6
  83. package/dist/icons/custom/colored/type-helper.svg +9 -9
  84. package/dist/icons/custom/colored/whale.svg +7 -7
  85. package/dist/icons/custom/colored/worksheet-color.svg +5 -5
  86. package/dist/icons/custom/default/ai-quiz.svg +8 -8
  87. package/dist/icons/custom/default/badge.svg +4 -4
  88. package/dist/icons/custom/default/board.svg +5 -5
  89. package/dist/icons/custom/default/cast-cloudy.svg +3 -3
  90. package/dist/icons/custom/default/cast-partly.svg +4 -4
  91. package/dist/icons/custom/default/cast-rainbow.svg +12 -12
  92. package/dist/icons/custom/default/cast-sunny.svg +3 -3
  93. package/dist/icons/custom/default/codap.svg +11 -11
  94. package/dist/icons/custom/default/ebook.svg +3 -3
  95. package/dist/icons/custom/default/embedded.svg +4 -4
  96. package/dist/icons/custom/default/emo-clap.svg +6 -6
  97. package/dist/icons/custom/default/emo-good.svg +12 -12
  98. package/dist/icons/custom/default/emo-great.svg +12 -12
  99. package/dist/icons/custom/default/emo-heart.svg +5 -5
  100. package/dist/icons/custom/default/emo-hundred.svg +3 -3
  101. package/dist/icons/custom/default/emo-neutral.svg +14 -14
  102. package/dist/icons/custom/default/emo-stars.svg +14 -14
  103. package/dist/icons/custom/default/emo-thumbup.svg +3 -3
  104. package/dist/icons/custom/default/entry.svg +4 -4
  105. package/dist/icons/custom/default/fab.svg +10 -10
  106. package/dist/icons/custom/default/grant-alt.svg +5 -5
  107. package/dist/icons/custom/default/grant.svg +4 -4
  108. package/dist/icons/custom/default/hand-line.svg +3 -3
  109. package/dist/icons/custom/default/judge.svg +3 -3
  110. package/dist/icons/custom/default/makecode.svg +5 -5
  111. package/dist/icons/custom/default/pdf.svg +3 -3
  112. package/dist/icons/custom/default/python.svg +7 -7
  113. package/dist/icons/custom/default/quiz.svg +4 -4
  114. package/dist/icons/custom/default/resource.svg +11 -11
  115. package/dist/icons/custom/default/scratch.svg +3 -3
  116. package/dist/icons/custom/default/scroll-alt.svg +5 -5
  117. package/dist/icons/custom/default/scroll-fill.svg +4 -4
  118. package/dist/icons/custom/default/scroll-line.svg +5 -5
  119. package/dist/icons/custom/default/symbol.svg +4 -4
  120. package/dist/icons/custom/default/worksheet.svg +4 -4
  121. package/dist/icons/custom/svgrColoredTemplate.js +26 -26
  122. package/dist/icons/custom/svgrDefaultTemplate.js +26 -26
  123. package/dist/patterns/Accordion.js +20 -20
  124. package/dist/patterns/Dropdown/DropdownItem/DropdownItem.js +64 -64
  125. package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.js +27 -27
  126. package/dist/patterns/Dropdown/DropdownMenu/style.js +19 -19
  127. package/dist/patterns/LexicalEditor/Plugins.js +36 -36
  128. package/dist/patterns/LexicalEditor/components/FileSelectInput.js +23 -23
  129. package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +4 -4
  130. package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +15 -15
  131. package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +2 -2
  132. package/dist/patterns/LexicalEditor/hr.svg +3 -3
  133. package/dist/patterns/LexicalEditor/nodes/FileNode/FileComponent.js +44 -44
  134. package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +25 -25
  135. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +8 -8
  136. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageResizer.js +60 -60
  137. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +19 -19
  138. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SegmentedInput.js +49 -49
  139. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +7 -7
  140. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +73 -73
  141. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +5 -5
  142. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/TextInput.js +7 -7
  143. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxComponent.js +69 -69
  144. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxEdit.js +3 -3
  145. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +15 -15
  146. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +28 -28
  147. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +54 -54
  148. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +61 -61
  149. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/Evaluation.js +75 -75
  150. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +17 -17
  151. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +7 -7
  152. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +28 -28
  153. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +52 -52
  154. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +7 -7
  155. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +25 -25
  156. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +53 -53
  157. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxComponent.js +54 -54
  158. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +5 -5
  159. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +21 -21
  160. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +42 -42
  161. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +71 -71
  162. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdder.js +51 -51
  163. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +11 -11
  164. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +7 -7
  165. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +2 -2
  166. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useContextMenuOptions.js +10 -10
  167. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.js +32 -32
  168. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.js +32 -32
  169. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +12 -12
  170. package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +49 -49
  171. package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatPopup.js +36 -36
  172. package/dist/patterns/LexicalEditor/plugins/ParagraphPlaceholderPlugin/index.js +7 -7
  173. package/dist/patterns/LexicalEditor/theme.js +243 -243
  174. package/dist/patterns/SegmentedControl/SegmentedControlButton.js +10 -10
  175. package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +8 -8
  176. package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +2 -2
  177. package/dist/patterns/Tabs.d.ts +1 -7
  178. package/dist/patterns/Tabs.js +45 -50
  179. package/dist/patterns/ToggleButtonGroup/ToggleButton.js +40 -40
  180. package/dist/patterns/ToggleButtonGroup/ToggleButtonGroup.js +11 -11
  181. package/dist/utils/hover.js +12 -12
  182. package/dist/utils/reset.js +19 -19
  183. package/dist/utils/visuallyHidden.js +10 -10
  184. package/package.json +92 -92
@@ -21,50 +21,50 @@ export const inputClasses = {
21
21
  hint: "Input-hint",
22
22
  };
23
23
  const COLOR_TO_HINT_STYLES = (theme, color, disabled) => disabled
24
- ? css `
25
- color: ${theme.color.foreground.neutralBaseDisabled};
24
+ ? css `
25
+ color: ${theme.color.foreground.neutralBaseDisabled};
26
26
  `
27
27
  : {
28
- default: css `
29
- color: ${theme.color.foreground.neutralBaseDisabled};
28
+ default: css `
29
+ color: ${theme.color.foreground.neutralBaseDisabled};
30
30
  `,
31
- base: css `
32
- color: ${theme.color.foreground.neutralBaseDisabled};
31
+ base: css `
32
+ color: ${theme.color.foreground.neutralBaseDisabled};
33
33
  `,
34
- activePrimary: css `
35
- color: ${theme.color.foreground.neutralBaseDisabled};
34
+ activePrimary: css `
35
+ color: ${theme.color.foreground.neutralBaseDisabled};
36
36
  `,
37
- activeDanger: css `
38
- color: ${theme.color.foreground.danger};
37
+ activeDanger: css `
38
+ color: ${theme.color.foreground.danger};
39
39
  `,
40
- activeSuccess: css `
41
- color: ${theme.color.foreground.success};
40
+ activeSuccess: css `
41
+ color: ${theme.color.foreground.success};
42
42
  `,
43
43
  }[color];
44
44
  const SIZE_TO_FONT_STYLES = (size) => ({
45
- small: css `
46
- font-size: 14px;
47
- line-height: 20px;
48
- svg {
49
- width: 16px;
50
- height: 16px;
51
- }
45
+ small: css `
46
+ font-size: 14px;
47
+ line-height: 20px;
48
+ svg {
49
+ width: 16px;
50
+ height: 16px;
51
+ }
52
52
  `,
53
- medium: css `
54
- font-size: 16px;
55
- line-height: 24px;
56
- svg {
57
- width: 16px;
58
- height: 16px;
59
- }
53
+ medium: css `
54
+ font-size: 16px;
55
+ line-height: 24px;
56
+ svg {
57
+ width: 16px;
58
+ height: 16px;
59
+ }
60
60
  `,
61
- large: css `
62
- font-size: 18px;
63
- line-height: 28px;
64
- svg {
65
- width: 18px;
66
- height: 18px;
67
- }
61
+ large: css `
62
+ font-size: 18px;
63
+ line-height: 28px;
64
+ svg {
65
+ width: 18px;
66
+ height: 18px;
67
+ }
68
68
  `,
69
69
  })[size];
70
70
  /**
@@ -81,27 +81,27 @@ export const Input = React.forwardRef(function Input(props, ref) {
81
81
  });
82
82
  const InputWrapper = styled("span", {
83
83
  shouldForwardProp: (prop) => prop !== "fullWidth",
84
- }) `
85
- display: flex;
86
- flex-direction: column;
87
- gap: 8px;
88
- ${({ size }) => SIZE_TO_FONT_STYLES(size)}
89
- ${({ fullWidth }) => fullWidth && `width: 100%;`}
90
-
91
- position: relative;
84
+ }) `
85
+ display: flex;
86
+ flex-direction: column;
87
+ gap: 8px;
88
+ ${({ size }) => SIZE_TO_FONT_STYLES(size)}
89
+ ${({ fullWidth }) => fullWidth && `width: 100%;`}
90
+
91
+ position: relative;
92
92
  `;
93
- const Label = styled.label `
94
- display: flex;
95
- flex-direction: column;
96
- gap: 8px;
93
+ const Label = styled.label `
94
+ display: flex;
95
+ flex-direction: column;
96
+ gap: 8px;
97
97
  ${({ theme, disabled }) => disabled &&
98
- css `
99
- color: ${theme.color.foreground.neutralBaseDisabled};
100
- `}
98
+ css `
99
+ color: ${theme.color.foreground.neutralBaseDisabled};
100
+ `}
101
101
  `;
102
- const Hint = styled.div(({ theme, color, disabled }) => css `
103
- display: flex;
104
- align-items: center;
105
- gap: 4px;
106
- ${COLOR_TO_HINT_STYLES(theme, color, disabled)};
102
+ const Hint = styled.div(({ theme, color, disabled }) => css `
103
+ display: flex;
104
+ align-items: center;
105
+ gap: 4px;
106
+ ${COLOR_TO_HINT_STYLES(theme, color, disabled)};
107
107
  `);
@@ -16,79 +16,79 @@ export const inputBaseClasses = {
16
16
  // 이 컴포넌트는 multiline을 고려하여 height를 명시적으로 지정하지 않았습니다.
17
17
  const COLOR_TO_INPUT_STYLES = (theme, color, disabled) => {
18
18
  if (disabled) {
19
- return css `
20
- border: 2px solid ${theme.color.background.neutralAltActive};
21
- background: ${theme.color.background.neutralAltDisabled};
22
- color: ${theme.color.foreground.neutralBaseDisabled};
19
+ return css `
20
+ border: 2px solid ${theme.color.background.neutralAltActive};
21
+ background: ${theme.color.background.neutralAltDisabled};
22
+ color: ${theme.color.foreground.neutralBaseDisabled};
23
23
  `;
24
24
  }
25
25
  return {
26
- default: css `
27
- border: 2px solid ${theme.color.background.neutralAltActive};
28
- background: ${theme.color.background.neutralAlt};
29
- color: ${theme.color.foreground.neutralBase};
26
+ default: css `
27
+ border: 2px solid ${theme.color.background.neutralAltActive};
28
+ background: ${theme.color.background.neutralAlt};
29
+ color: ${theme.color.foreground.neutralBase};
30
30
  `,
31
- base: css `
32
- border: 2px solid transparent;
33
- background: ${theme.color.background.neutralBase};
34
- color: ${theme.color.foreground.neutralBase};
31
+ base: css `
32
+ border: 2px solid transparent;
33
+ background: ${theme.color.background.neutralBase};
34
+ color: ${theme.color.foreground.neutralBase};
35
35
  `,
36
- activePrimary: css `
37
- border: 2px solid ${theme.color.foreground.primary};
38
- background: ${theme.color.background.neutralBase};
39
- color: ${theme.color.foreground.neutralBase};
36
+ activePrimary: css `
37
+ border: 2px solid ${theme.color.foreground.primary};
38
+ background: ${theme.color.background.neutralBase};
39
+ color: ${theme.color.foreground.neutralBase};
40
40
  `,
41
- activeDanger: css `
42
- border: 2px solid ${theme.color.foreground.danger};
43
- background: ${theme.color.background.neutralBase};
44
- color: ${theme.color.foreground.neutralBase};
41
+ activeDanger: css `
42
+ border: 2px solid ${theme.color.foreground.danger};
43
+ background: ${theme.color.background.neutralBase};
44
+ color: ${theme.color.foreground.neutralBase};
45
45
  `,
46
- activeSuccess: css `
47
- border: 2px solid ${theme.color.foreground.success};
48
- background: ${theme.color.background.neutralBase};
49
- color: ${theme.color.foreground.neutralBase};
46
+ activeSuccess: css `
47
+ border: 2px solid ${theme.color.foreground.success};
48
+ background: ${theme.color.background.neutralBase};
49
+ color: ${theme.color.foreground.neutralBase};
50
50
  `,
51
51
  }[color];
52
52
  };
53
53
  // 아래 padding 값은 피그마와 조금 다릅니다.
54
54
  // 왜냐하면 border가 따로 크기가 계산되므로 제외했기 때문입니다.
55
55
  const SIZE_TO_STYLES = (size, fullWidth) => ({
56
- small: css `
57
- padding-top: 6px;
58
- padding-bottom: 6px;
59
- ${!fullWidth && "max-width: 300px"};
56
+ small: css `
57
+ padding-top: 6px;
58
+ padding-bottom: 6px;
59
+ ${!fullWidth && "max-width: 300px"};
60
60
  `,
61
- medium: css `
62
- padding-top: 10px;
63
- padding-bottom: 10px;
64
- ${!fullWidth && "max-width: 375px"};
61
+ medium: css `
62
+ padding-top: 10px;
63
+ padding-bottom: 10px;
64
+ ${!fullWidth && "max-width: 375px"};
65
65
  `,
66
- large: css `
67
- padding-top: 12px;
68
- padding-bottom: 12px;
69
- ${!fullWidth && "max-width: 375px"};
66
+ large: css `
67
+ padding-top: 12px;
68
+ padding-bottom: 12px;
69
+ ${!fullWidth && "max-width: 375px"};
70
70
  `,
71
71
  })[size];
72
72
  function InputComponent(props) {
73
73
  const { placeholder, disabled = false, defaultValue, value } = props;
74
74
  const theme = useTheme();
75
- const style = css `
76
- appearance: none;
77
- flex: 1;
78
- width: 0; // https://stackoverflow.com/questions/42421361/input-button-elements-not-shrinking-in-a-flex-container
79
- border: none;
80
- padding: 0;
81
- background-color: transparent;
82
- font: inherit;
83
- color: currentColor;
84
- resize: none;
85
-
86
- &:focus-visible {
87
- outline: none;
88
- }
89
- &::placeholder {
90
- color: ${theme.color.foreground.neutralBaseDisabled};
91
- }
75
+ const style = css `
76
+ appearance: none;
77
+ flex: 1;
78
+ width: 0; // https://stackoverflow.com/questions/42421361/input-button-elements-not-shrinking-in-a-flex-container
79
+ border: none;
80
+ padding: 0;
81
+ background-color: transparent;
82
+ font: inherit;
83
+ color: currentColor;
84
+ resize: none;
85
+
86
+ &:focus-visible {
87
+ outline: none;
88
+ }
89
+ &::placeholder {
90
+ color: ${theme.color.foreground.neutralBaseDisabled};
91
+ }
92
92
  `;
93
93
  // Type Safety 때문에 코드의 중복을 허용합니다.
94
94
  if (props.multiline) {
@@ -107,24 +107,24 @@ export function InputBase(props) {
107
107
  }
108
108
  const InputContainer = styled("div", {
109
109
  shouldForwardProp: (prop) => !["inputSize", "fullWidth"].includes(prop),
110
- })(({ theme, color, inputSize, disabled, fullWidth }) => css `
111
- display: flex;
112
- align-items: center;
113
- gap: 16px;
114
-
115
- box-sizing: border-box;
116
- padding: 14px 16px;
117
- border-radius: 8px;
118
- ${COLOR_TO_INPUT_STYLES(theme, color, disabled)}
119
- ${SIZE_TO_STYLES(inputSize, fullWidth)}
120
- ${fullWidth && `width: inherit;`} // InputWrapper의 width를 따릅니다.
110
+ })(({ theme, color, inputSize, disabled, fullWidth }) => css `
111
+ display: flex;
112
+ align-items: center;
113
+ gap: 16px;
114
+
115
+ box-sizing: border-box;
116
+ padding: 14px 16px;
117
+ border-radius: 8px;
118
+ ${COLOR_TO_INPUT_STYLES(theme, color, disabled)}
119
+ ${SIZE_TO_STYLES(inputSize, fullWidth)}
120
+ ${fullWidth && `width: inherit;`} // InputWrapper의 width를 따릅니다.
121
121
  `);
122
- const ClearButton = styled.button `
123
- ${RESET_BUTTON}
124
- color: currentColor;
125
- &:not(:disabled) {
126
- cursor: pointer;
127
- }
128
- display: flex;
129
- align-items: center;
122
+ const ClearButton = styled.button `
123
+ ${RESET_BUTTON}
124
+ color: currentColor;
125
+ &:not(:disabled) {
126
+ cursor: pointer;
127
+ }
128
+ display: flex;
129
+ align-items: center;
130
130
  `;
@@ -1,7 +1,7 @@
1
1
  import styled from "@emotion/styled";
2
2
  import { Modal as MuiModal, css } from "@mui/material";
3
- export const Modal = styled(MuiModal)(({ theme }) => css `
4
- .MuiModal-backdrop {
5
- background-color: ${theme.color.blanket.neutral};
6
- }
3
+ export const Modal = styled(MuiModal)(({ theme }) => css `
4
+ .MuiModal-backdrop {
5
+ background-color: ${theme.color.blanket.neutral};
6
+ }
7
7
  `);
@@ -41,8 +41,8 @@ export function OverflowTooltip(props) {
41
41
  };
42
42
  return (_jsx(Tooltip, Object.assign({ className: [overflowTooltipClasses.root, className].filter(Boolean).join(" "), open: isTooltipOpen, onOpen: handleOpen, onClose: handleClose }, otherProps, { children: _jsx(OverflowDiv, { className: overflowTooltipClasses.overflow, css: props.childrenCss, ref: tooltipRef, onMouseOver: handleOpen, children: props.text }) })));
43
43
  }
44
- const OverflowDiv = styled.div `
45
- overflow: hidden;
46
- text-overflow: ellipsis;
47
- white-space: nowrap;
44
+ const OverflowDiv = styled.div `
45
+ overflow: hidden;
46
+ text-overflow: ellipsis;
47
+ white-space: nowrap;
48
48
  `;
@@ -32,60 +32,60 @@ export const Pagination = React.forwardRef(function Pagination(props, ref) {
32
32
  return `${page}페이지${selected ? " 선택됨" : ""}`;
33
33
  } })));
34
34
  });
35
- const StyledPagination = styled(MuiPagination)(({ theme }) => css `
36
- &.MuiPagination-root {
37
- & .MuiPagination-ul {
38
- li {
39
- width: 32px;
40
- height: 32px;
41
- margin-left: 4px;
42
- margin-right: 4px;
43
- button {
44
- padding: 0;
45
- margin: 0;
46
- }
47
- }
48
- }
49
- & .MuiPaginationItem-root {
50
- ${HOVER(css `
51
- background-color: ${theme.color.background.neutralAlt};
52
- `)}
53
- }
54
- & .MuiPaginationItem-text {
55
- display: flex;
56
- flex-direction: column;
57
- align-items: center;
58
- text-align: center;
59
- border-radius: 8px;
60
- color: ${theme.color.foreground.neutralBase};
61
- font-weight: 400;
62
- font-size: 14px;
63
- line-height: 24px;
64
- padding: 1px 7px;
65
- margin: 0;
66
- }
67
- & .Mui-selected {
68
- border: 2px solid ${theme.color.background.primary};
69
- background-color: transparent;
70
- color: ${theme.color.background.primary};
71
- font-weight: 700;
72
- ${HOVER(css `
73
- background-color: transparent;
74
- `)}
75
- }
76
- & .Mui-disabled {
77
- background-color: transparent;
78
- color: ${theme.color.foreground.neutralBaseDisabled};
79
- }
80
- & .Mui-disabled.Mui-selected {
81
- border: 2px solid ${theme.color.background.primaryDisabled};
82
- background-color: transparent;
83
- color: ${theme.color.background.primaryDisabled};
84
- }
85
- & .MuiPaginationItem-ellipsis {
86
- ${HOVER(css `
87
- background-color: transparent;
88
- `)}
89
- }
90
- }
35
+ const StyledPagination = styled(MuiPagination)(({ theme }) => css `
36
+ &.MuiPagination-root {
37
+ & .MuiPagination-ul {
38
+ li {
39
+ width: 32px;
40
+ height: 32px;
41
+ margin-left: 4px;
42
+ margin-right: 4px;
43
+ button {
44
+ padding: 0;
45
+ margin: 0;
46
+ }
47
+ }
48
+ }
49
+ & .MuiPaginationItem-root {
50
+ ${HOVER(css `
51
+ background-color: ${theme.color.background.neutralAlt};
52
+ `)}
53
+ }
54
+ & .MuiPaginationItem-text {
55
+ display: flex;
56
+ flex-direction: column;
57
+ align-items: center;
58
+ text-align: center;
59
+ border-radius: 8px;
60
+ color: ${theme.color.foreground.neutralBase};
61
+ font-weight: 400;
62
+ font-size: 14px;
63
+ line-height: 24px;
64
+ padding: 1px 7px;
65
+ margin: 0;
66
+ }
67
+ & .Mui-selected {
68
+ border: 2px solid ${theme.color.background.primary};
69
+ background-color: transparent;
70
+ color: ${theme.color.background.primary};
71
+ font-weight: 700;
72
+ ${HOVER(css `
73
+ background-color: transparent;
74
+ `)}
75
+ }
76
+ & .Mui-disabled {
77
+ background-color: transparent;
78
+ color: ${theme.color.foreground.neutralBaseDisabled};
79
+ }
80
+ & .Mui-disabled.Mui-selected {
81
+ border: 2px solid ${theme.color.background.primaryDisabled};
82
+ background-color: transparent;
83
+ color: ${theme.color.background.primaryDisabled};
84
+ }
85
+ & .MuiPaginationItem-ellipsis {
86
+ ${HOVER(css `
87
+ background-color: transparent;
88
+ `)}
89
+ }
90
+ }
91
91
  `);
@@ -23,58 +23,58 @@ export const pinInputClasses = {
23
23
  hint: "PinInput-hint",
24
24
  };
25
25
  const SIZE_TO_STYLES = (size) => ({
26
- small: css `
27
- width: 36px;
26
+ small: css `
27
+ width: 36px;
28
28
  `,
29
- medium: css `
30
- width: 48px;
29
+ medium: css `
30
+ width: 48px;
31
31
  `,
32
- large: css `
33
- width: 56px;
32
+ large: css `
33
+ width: 56px;
34
34
  `,
35
35
  })[size];
36
36
  const COLOR_TO_HINT_STYLES = (theme, color, disabled) => disabled
37
- ? css `
38
- color: ${theme.color.foreground.neutralBaseDisabled};
37
+ ? css `
38
+ color: ${theme.color.foreground.neutralBaseDisabled};
39
39
  `
40
40
  : {
41
- default: css `
42
- color: ${theme.color.foreground.neutralBaseDisabled};
41
+ default: css `
42
+ color: ${theme.color.foreground.neutralBaseDisabled};
43
43
  `,
44
- activePrimary: css `
45
- color: ${theme.color.foreground.neutralBaseDisabled};
44
+ activePrimary: css `
45
+ color: ${theme.color.foreground.neutralBaseDisabled};
46
46
  `,
47
- activeDanger: css `
48
- color: ${theme.color.foreground.danger};
47
+ activeDanger: css `
48
+ color: ${theme.color.foreground.danger};
49
49
  `,
50
- activeSuccess: css `
51
- color: ${theme.color.foreground.success};
50
+ activeSuccess: css `
51
+ color: ${theme.color.foreground.success};
52
52
  `,
53
53
  }[color];
54
54
  const SIZE_TO_FONT_STYLES = (size) => ({
55
- small: css `
56
- font-size: 14px;
57
- line-height: 20px;
58
- svg {
59
- width: 16px;
60
- height: 16px;
61
- }
55
+ small: css `
56
+ font-size: 14px;
57
+ line-height: 20px;
58
+ svg {
59
+ width: 16px;
60
+ height: 16px;
61
+ }
62
62
  `,
63
- medium: css `
64
- font-size: 16px;
65
- line-height: 24px;
66
- svg {
67
- width: 16px;
68
- height: 16px;
69
- }
63
+ medium: css `
64
+ font-size: 16px;
65
+ line-height: 24px;
66
+ svg {
67
+ width: 16px;
68
+ height: 16px;
69
+ }
70
70
  `,
71
- large: css `
72
- font-size: 18px;
73
- line-height: 28px;
74
- svg {
75
- width: 18px;
76
- height: 18px;
77
- }
71
+ large: css `
72
+ font-size: 18px;
73
+ line-height: 28px;
74
+ svg {
75
+ width: 18px;
76
+ height: 18px;
77
+ }
78
78
  `,
79
79
  })[size];
80
80
  /** i번째 값을 value로 바꾸는 setState Wrapper 함수 */
@@ -157,36 +157,36 @@ function PinInputComponent(props) {
157
157
  },
158
158
  }, fullWidth: true, value: value }, i))) }));
159
159
  }
160
- const PinInputWrapper = styled.span `
161
- display: inline-flex;
162
- flex-direction: column;
163
- gap: 8px;
164
- ${({ size }) => SIZE_TO_FONT_STYLES(size)}
160
+ const PinInputWrapper = styled.span `
161
+ display: inline-flex;
162
+ flex-direction: column;
163
+ gap: 8px;
164
+ ${({ size }) => SIZE_TO_FONT_STYLES(size)}
165
165
  `;
166
- const PinInputContainer = styled.span `
167
- display: inline-flex;
168
- gap: 8px;
166
+ const PinInputContainer = styled.span `
167
+ display: inline-flex;
168
+ gap: 8px;
169
169
  `;
170
- const SqaureInput = styled(InputBase) `
171
- ${({ size }) => SIZE_TO_STYLES(size)}
172
- padding-left: 0;
173
- padding-right: 0;
174
- input {
175
- text-align: center;
176
- }
170
+ const SqaureInput = styled(InputBase) `
171
+ ${({ size }) => SIZE_TO_STYLES(size)}
172
+ padding-left: 0;
173
+ padding-right: 0;
174
+ input {
175
+ text-align: center;
176
+ }
177
177
  `;
178
- const Hint = styled.div(({ theme, color, disabled }) => css `
179
- display: flex;
180
- align-items: center;
181
- gap: 4px;
182
- ${COLOR_TO_HINT_STYLES(theme, color, disabled)};
178
+ const Hint = styled.div(({ theme, color, disabled }) => css `
179
+ display: flex;
180
+ align-items: center;
181
+ gap: 4px;
182
+ ${COLOR_TO_HINT_STYLES(theme, color, disabled)};
183
183
  `);
184
- const Label = styled.label `
185
- display: flex;
186
- flex-direction: column;
187
- gap: 8px;
184
+ const Label = styled.label `
185
+ display: flex;
186
+ flex-direction: column;
187
+ gap: 8px;
188
188
  ${({ theme, disabled }) => disabled &&
189
- css `
190
- color: ${theme.color.foreground.neutralBaseDisabled};
191
- `}
189
+ css `
190
+ color: ${theme.color.foreground.neutralBaseDisabled};
191
+ `}
192
192
  `;
@@ -14,35 +14,35 @@ export const Popover = React.forwardRef(function Popover(props, ref) {
14
14
  const { className, headline, content, icon, button } = props;
15
15
  return (_jsxs(Container, { ref: ref, className: [popoverClasses.root, className].filter(Boolean).join(" "), children: [icon && _jsx(Icon, { className: popoverClasses.icon, children: icon }), _jsxs(ContentArea, { className: popoverClasses.contentArea, children: [headline && (_jsx(Headline, { className: popoverClasses.headline, children: headline })), content && (_jsx(Content, { className: popoverClasses.content, children: content }))] }), button] }));
16
16
  });
17
- const Container = styled.div(({ theme }) => css `
18
- display: inline-flex;
19
- align-items: center;
20
- width: auto;
21
- padding: 6px 16px;
22
- gap: 12px;
23
- border-radius: 100px;
24
- background-color: ${theme.color.foreground.neutralBase};
25
- color: ${theme.color.background.neutralBase};
26
- box-shadow: ${shadows.shadow32};
17
+ const Container = styled.div(({ theme }) => css `
18
+ display: inline-flex;
19
+ align-items: center;
20
+ width: auto;
21
+ padding: 6px 16px;
22
+ gap: 12px;
23
+ border-radius: 100px;
24
+ background-color: ${theme.color.foreground.neutralBase};
25
+ color: ${theme.color.background.neutralBase};
26
+ box-shadow: ${shadows.shadow32};
27
27
  `);
28
- const Icon = styled.div `
29
- display: block;
30
- width: 20px;
31
- height: 20px;
32
- svg {
33
- width: 100%;
34
- height: 100%;
35
- }
28
+ const Icon = styled.div `
29
+ display: block;
30
+ width: 20px;
31
+ height: 20px;
32
+ svg {
33
+ width: 100%;
34
+ height: 100%;
35
+ }
36
36
  `;
37
- const ContentArea = styled.div `
38
- flex: 1 0 auto;
39
- font-size: 14px;
40
- line-height: 20px;
37
+ const ContentArea = styled.div `
38
+ flex: 1 0 auto;
39
+ font-size: 14px;
40
+ line-height: 20px;
41
41
  `;
42
- const Headline = styled.div `
43
- margin-bottom: 2px;
44
- font-weight: 700;
42
+ const Headline = styled.div `
43
+ margin-bottom: 2px;
44
+ font-weight: 700;
45
45
  `;
46
- const Content = styled.div `
47
- font-weight: 400;
46
+ const Content = styled.div `
47
+ font-weight: 400;
48
48
  `;