@team-monolith/cds 1.111.2 → 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 -8
  178. package/dist/patterns/Tabs.js +45 -51
  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
@@ -91,13 +91,13 @@ export function SegmentedInput(props) {
91
91
  setIsHiddenInputFocused(false);
92
92
  onChange(getFormattedValue(e.target.value).slice(0, answerFormat.length));
93
93
  setIsComposing(false);
94
- }, css: css `
95
- opacity: 0;
96
- height: 0;
97
- ` }), _jsxs(InputWrapper, { children: [_jsx("div", { css: css `
98
- display: flex;
99
- align-items: center;
100
- gap: 4px;
94
+ }, css: css `
95
+ opacity: 0;
96
+ height: 0;
97
+ ` }), _jsxs(InputWrapper, { children: [_jsx("div", { css: css `
98
+ display: flex;
99
+ align-items: center;
100
+ gap: 4px;
101
101
  `, children: despacedFormat.map((_format, i) => (_jsx(SquareInput, { leftSpaced: leftSpacedIndexs.includes(i), size: "small", color: isCorrect === true
102
102
  ? "activeSuccess"
103
103
  : isCorrect === false
@@ -105,10 +105,10 @@ export function SegmentedInput(props) {
105
105
  : isHiddenInputFocused && isSelectedSquareInputIndex(i)
106
106
  ? "activePrimary"
107
107
  : "default", css: isCorrect === false &&
108
- css `
109
- input {
110
- color: ${theme.color.foreground.danger};
111
- }
108
+ css `
109
+ input {
110
+ color: ${theme.color.foreground.danger};
111
+ }
112
112
  `, inputProps: {
113
113
  readOnly,
114
114
  tabIndex: -1,
@@ -124,47 +124,47 @@ export function SegmentedInput(props) {
124
124
  },
125
125
  }, value: splitedValues[i] || "", onChange: () => { } }, i))) }), _jsx(InputMarker, {})] }), _jsx(Text, { children: placeholder })] }));
126
126
  }
127
- const Container = styled.div `
128
- display: flex;
129
- width: fit-content;
130
- flex-direction: column;
131
- justify-content: center;
132
- gap: 8px;
127
+ const Container = styled.div `
128
+ display: flex;
129
+ width: fit-content;
130
+ flex-direction: column;
131
+ justify-content: center;
132
+ gap: 8px;
133
133
  `;
134
- const InputWrapper = styled.div `
135
- display: flex;
136
- width: fit-content;
137
- flex-direction: column;
138
- gap: 8px;
139
- margin: auto;
134
+ const InputWrapper = styled.div `
135
+ display: flex;
136
+ width: fit-content;
137
+ flex-direction: column;
138
+ gap: 8px;
139
+ margin: auto;
140
140
  `;
141
- const SquareInput = styled(InputBase)(({ leftSpaced }) => css `
142
- width: 36px;
143
- height: 36px;
144
- padding-left: 0;
145
- padding-right: 0;
146
- input {
147
- text-align: center;
148
- }
141
+ const SquareInput = styled(InputBase)(({ leftSpaced }) => css `
142
+ width: 36px;
143
+ height: 36px;
144
+ padding-left: 0;
145
+ padding-right: 0;
146
+ input {
147
+ text-align: center;
148
+ }
149
149
  ${leftSpaced &&
150
- css `
151
- margin-left: 8px;
152
- `}
150
+ css `
151
+ margin-left: 8px;
152
+ `}
153
153
  `);
154
- const InputMarker = styled.div(({ theme }) => css `
155
- height: 8px;
156
- border: 1px solid ${theme.color.background.neutralAltActive};
157
- border-top: none;
158
- border-bottom-left-radius: 4px;
159
- border-bottom-right-radius: 4px;
154
+ const InputMarker = styled.div(({ theme }) => css `
155
+ height: 8px;
156
+ border: 1px solid ${theme.color.background.neutralAltActive};
157
+ border-top: none;
158
+ border-bottom-left-radius: 4px;
159
+ border-bottom-right-radius: 4px;
160
160
  `);
161
- const Text = styled.span(({ theme }) => css `
162
- color: ${theme.color.foreground.neutralBaseDisabled};
163
- text-align: center;
164
- /* Default/Label/12px-Md */
165
- font-family: ${theme.fontFamily.ui};
166
- font-size: 12px;
167
- font-style: normal;
168
- font-weight: 500;
169
- line-height: 16px; /* 133.333% */
161
+ const Text = styled.span(({ theme }) => css `
162
+ color: ${theme.color.foreground.neutralBaseDisabled};
163
+ text-align: center;
164
+ /* Default/Label/12px-Md */
165
+ font-family: ${theme.fontFamily.ui};
166
+ font-size: 12px;
167
+ font-style: normal;
168
+ font-weight: 500;
169
+ line-height: 16px; /* 133.333% */
170
170
  `);
@@ -12,13 +12,13 @@ export function FormSolution(props) {
12
12
  const theme = useTheme();
13
13
  return (_jsx(Controller, { name: `solutions.${index}.value`, control: control, rules: rules, render: ({ field: { value, onChange }, fieldState: { invalid, error }, }) => {
14
14
  const disabled = (error === null || error === void 0 ? void 0 : error.type) === "enabled";
15
- return (_jsx(Input, { size: "small", color: invalid ? "activeDanger" : "default", onChange: onChange, disabled: disabled, value: value, hintIcon: !disabled && invalid ? _jsx(ErrorWarningFillIcon, {}) : undefined, hintText: !disabled ? error === null || error === void 0 ? void 0 : error.message : undefined, placeholder: "\uC548\uB155\uD558\uC138\uC694", fullWidth: true, css: css `
16
- > div {
17
- padding: 4px 12px;
18
- }
19
- `, startIcon: _jsx(TextTypeDropdown, { index: index, control: control, disabled: disabled }), endIcon: _jsxs("div", { css: css `
20
- display: flex;
21
- gap: 4px;
15
+ return (_jsx(Input, { size: "small", color: invalid ? "activeDanger" : "default", onChange: onChange, disabled: disabled, value: value, hintIcon: !disabled && invalid ? _jsx(ErrorWarningFillIcon, {}) : undefined, hintText: !disabled ? error === null || error === void 0 ? void 0 : error.message : undefined, placeholder: "\uC548\uB155\uD558\uC138\uC694", fullWidth: true, css: css `
16
+ > div {
17
+ padding: 4px 12px;
18
+ }
19
+ `, startIcon: _jsx(TextTypeDropdown, { index: index, control: control, disabled: disabled }), endIcon: _jsxs("div", { css: css `
20
+ display: flex;
21
+ gap: 4px;
22
22
  `, children: [onDelete && (_jsx(SquareButton, { color: "white", size: "xsmall", icon: _jsx(DeleteBinLineIcon, {}), onClick: onDelete, "aria-label": "\uC0AD\uC81C" })), disabled && (_jsx(Tooltip, { text: _jsxs("span", { children: ["\uC785\uB825 \uCE78 \uC124\uC815\uC774 '\uAE00\uC790 \uC218\uB300\uB85C'\uC778 \uACBD\uC6B0", _jsx("br", {}), "\uC815\uB2F5\uC744 \uD558\uB098\uB9CC \uB4F1\uB85D\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."] }), children: _jsx(SquareButton, { color: "danger", size: "xsmall", icon: _jsx(AlertFillIcon, { color: theme.color.foreground.neutralAlt }), disabled: true, "aria-label": "\uC815\uB2F5 \uB4F1\uB85D \uBD88\uAC00" }) }))] }) }));
23
23
  } }));
24
24
  }
@@ -47,9 +47,9 @@ export function SettingForm(props) {
47
47
  onClose();
48
48
  };
49
49
  const multipleSolutionsDisabled = watch("showCharacterNumber");
50
- return (_jsxs(Form, { onSubmit: handleSubmit(onSettingSubmit), children: [_jsxs(Title, { children: [_jsx(InputMethodLineIcon, { css: css `
51
- width: 12px;
52
- height: 12px;
50
+ return (_jsxs(Form, { onSubmit: handleSubmit(onSettingSubmit), children: [_jsxs(Title, { children: [_jsx(InputMethodLineIcon, { css: css `
51
+ width: 12px;
52
+ height: 12px;
53
53
  ` }), "\uC8FC\uAD00\uC2DD \uC785\uB825 \uCE78"] }), _jsxs(Content, { children: [_jsxs(Left, { children: [_jsxs(FormArea, { children: [_jsx(Label, { children: "\uC815\uB2F5" }), fields.map((field, index) => (_jsx(FormSolution, { index: index, control: control, rules: {
54
54
  validate: {
55
55
  // required 옵션보다 먼저 검증되어야 하는데 priority 옵션이 없어서 validate에서 통합해서 검증합니다.
@@ -67,21 +67,21 @@ export function SettingForm(props) {
67
67
  textType: "normal",
68
68
  value: "",
69
69
  });
70
- } }), _jsxs("div", { css: css `
71
- display: flex;
72
- gap: 4px;
73
- `, children: [_jsx(AlarmWarningFillIcon, { color: theme.color.foreground.neutralBaseDisabled, css: css `
74
- width: 14px;
75
- height: 14px;
76
- ` }), _jsx(Label, { children: "\uAC00\uB2A5\uD55C \uC815\uB2F5\uC744 \uBAA8\uB450 \uCD94\uAC00\uD574\uC57C \uC6D0\uD65C\uD558\uAC8C \uC790\uB3D9 \uCC44\uC810\uD560 \uC218 \uC788\uC5B4\uC694." })] })] }), _jsxs(Right, { children: [_jsxs(FormArea, { children: [_jsxs(Label, { children: ["\uC785\uB825 \uCE78", _jsx(Tooltip, { text: _jsxs("span", { children: [`예를 들어 정답이 '글자 수'이고`, _jsx("br", {}), _jsx("b", { children: "\uAE00\uC790 \uC218\uB300\uB85C" }), " \uC635\uC158\uC744 \uC120\uD0DD\uD588\uB2E4\uBA74", _jsx("br", {}), `입력 칸이 '☐☐ ☐' 처럼 표시됩니다.`] }), placement: "top", children: _jsx(QuestionFillIcon, { css: css `
77
- width: 12px;
78
- height: 12px;
70
+ } }), _jsxs("div", { css: css `
71
+ display: flex;
72
+ gap: 4px;
73
+ `, children: [_jsx(AlarmWarningFillIcon, { color: theme.color.foreground.neutralBaseDisabled, css: css `
74
+ width: 14px;
75
+ height: 14px;
76
+ ` }), _jsx(Label, { children: "\uAC00\uB2A5\uD55C \uC815\uB2F5\uC744 \uBAA8\uB450 \uCD94\uAC00\uD574\uC57C \uC6D0\uD65C\uD558\uAC8C \uC790\uB3D9 \uCC44\uC810\uD560 \uC218 \uC788\uC5B4\uC694." })] })] }), _jsxs(Right, { children: [_jsxs(FormArea, { children: [_jsxs(Label, { children: ["\uC785\uB825 \uCE78", _jsx(Tooltip, { text: _jsxs("span", { children: [`예를 들어 정답이 '글자 수'이고`, _jsx("br", {}), _jsx("b", { children: "\uAE00\uC790 \uC218\uB300\uB85C" }), " \uC635\uC158\uC744 \uC120\uD0DD\uD588\uB2E4\uBA74", _jsx("br", {}), `입력 칸이 '☐☐ ☐' 처럼 표시됩니다.`] }), placement: "top", children: _jsx(QuestionFillIcon, { css: css `
77
+ width: 12px;
78
+ height: 12px;
79
79
  ` }) })] }), _jsx(FormSegmentedControl, { control: control, trigger: trigger, name: "showCharacterNumber", items: [
80
80
  { value: false, label: "한 칸으로" },
81
81
  { value: true, label: "글자 수대로" },
82
- ] })] }), _jsxs(FormArea, { children: [_jsxs(Label, { children: ["\uC790\uB9AC \uD45C\uC2DC\uC790", _jsx(Tooltip, { text: _jsx("span", { children: "\uC785\uB825 \uCE78\uC5D0 \uAE30\uBCF8\uC73C\uB85C \uB178\uCD9C\uB418\uB294 \uD14D\uC2A4\uD2B8\uC785\uB2C8\uB2E4." }), placement: "top", children: _jsx(QuestionFillIcon, { css: css `
83
- width: 12px;
84
- height: 12px;
82
+ ] })] }), _jsxs(FormArea, { children: [_jsxs(Label, { children: ["\uC790\uB9AC \uD45C\uC2DC\uC790", _jsx(Tooltip, { text: _jsx("span", { children: "\uC785\uB825 \uCE78\uC5D0 \uAE30\uBCF8\uC73C\uB85C \uB178\uCD9C\uB418\uB294 \uD14D\uC2A4\uD2B8\uC785\uB2C8\uB2E4." }), placement: "top", children: _jsx(QuestionFillIcon, { css: css `
83
+ width: 12px;
84
+ height: 12px;
85
85
  ` }) })] }), _jsx(FormPlaceholder, { control: control })] }), _jsxs(FormArea, { children: [_jsx(Label, { children: "\uB744\uC5B4\uC4F0\uAE30" }), _jsx(FormSegmentedControl, { control: control, trigger: trigger, name: "ignoreWhitespace", items: [
86
86
  { value: true, label: "무시하기" },
87
87
  { value: false, label: "포함하기" },
@@ -90,69 +90,69 @@ export function SettingForm(props) {
90
90
  { value: true, label: "포함하기" },
91
91
  ] })] })] })] }), _jsxs(Buttons, { children: [_jsx(Button, { color: "grey", size: "xsmall", label: "\uB2EB\uAE30", onClick: onClose }), _jsx(Button, { color: "primary", size: "xsmall", label: "\uC774\uB300\uB85C \uB123\uAE30", type: "submit" })] })] }));
92
92
  }
93
- const Form = styled.form(({ theme }) => css `
94
- display: flex;
95
- width: 620px;
96
- flex-direction: column;
97
- border-radius: 6px;
98
- border: 1px solid ${theme.color.background.neutralAltActive};
99
- background: ${theme.color.background.neutralBase};
100
- box-shadow: ${shadows.shadow08};
93
+ const Form = styled.form(({ theme }) => css `
94
+ display: flex;
95
+ width: 620px;
96
+ flex-direction: column;
97
+ border-radius: 6px;
98
+ border: 1px solid ${theme.color.background.neutralAltActive};
99
+ background: ${theme.color.background.neutralBase};
100
+ box-shadow: ${shadows.shadow08};
101
101
  `);
102
- const Title = styled.div(({ theme }) => css `
103
- display: flex;
104
- padding: 8px 12px;
105
- gap: 4px;
106
- align-items: center;
107
- color: ${theme.color.foreground.neutralBase};
108
- /* Default/Label/12px-Md */
109
- font-family: ${theme.fontFamily.ui};
110
- font-size: 12px;
111
- font-style: normal;
112
- font-weight: 500;
113
- line-height: 16px; /* 133.333% */
102
+ const Title = styled.div(({ theme }) => css `
103
+ display: flex;
104
+ padding: 8px 12px;
105
+ gap: 4px;
106
+ align-items: center;
107
+ color: ${theme.color.foreground.neutralBase};
108
+ /* Default/Label/12px-Md */
109
+ font-family: ${theme.fontFamily.ui};
110
+ font-size: 12px;
111
+ font-style: normal;
112
+ font-weight: 500;
113
+ line-height: 16px; /* 133.333% */
114
114
  `);
115
- const Content = styled.div(({ theme }) => css `
116
- display: flex;
117
- border-top: 1px solid ${theme.color.background.neutralAltActive};
118
- border-bottom: 1px solid ${theme.color.background.neutralAltActive};
115
+ const Content = styled.div(({ theme }) => css `
116
+ display: flex;
117
+ border-top: 1px solid ${theme.color.background.neutralAltActive};
118
+ border-bottom: 1px solid ${theme.color.background.neutralAltActive};
119
119
  `);
120
- const Left = styled.div `
121
- display: flex;
122
- flex-direction: column;
123
- padding: 12px;
124
- gap: 12px;
125
- flex: 1;
120
+ const Left = styled.div `
121
+ display: flex;
122
+ flex-direction: column;
123
+ padding: 12px;
124
+ gap: 12px;
125
+ flex: 1;
126
126
  `;
127
- const FormArea = styled.div `
128
- display: flex;
129
- flex-direction: column;
130
- gap: 8px;
127
+ const FormArea = styled.div `
128
+ display: flex;
129
+ flex-direction: column;
130
+ gap: 8px;
131
131
  `;
132
- const Right = styled.div `
133
- display: flex;
134
- box-sizing: border-box;
135
- width: 240px;
136
- flex-direction: column;
137
- padding: 12px;
138
- gap: 12px;
132
+ const Right = styled.div `
133
+ display: flex;
134
+ box-sizing: border-box;
135
+ width: 240px;
136
+ flex-direction: column;
137
+ padding: 12px;
138
+ gap: 12px;
139
139
  `;
140
- const Label = styled.div(({ theme }) => css `
141
- display: flex;
142
- gap: 4px;
143
- align-items: center;
144
- color: ${theme.color.foreground.neutralBaseDisabled};
145
- /* Default/Label/12px-Md */
146
- font-family: ${theme.fontFamily.ui};
147
- font-size: 12px;
148
- font-style: normal;
149
- font-weight: 500;
150
- line-height: 16px; /* 133.333% */
140
+ const Label = styled.div(({ theme }) => css `
141
+ display: flex;
142
+ gap: 4px;
143
+ align-items: center;
144
+ color: ${theme.color.foreground.neutralBaseDisabled};
145
+ /* Default/Label/12px-Md */
146
+ font-family: ${theme.fontFamily.ui};
147
+ font-size: 12px;
148
+ font-style: normal;
149
+ font-weight: 500;
150
+ line-height: 16px; /* 133.333% */
151
151
  `);
152
- const Buttons = styled.div `
153
- display: flex;
154
- padding: 12px;
155
- justify-content: flex-end;
156
- align-items: center;
157
- gap: 8px;
152
+ const Buttons = styled.div `
153
+ display: flex;
154
+ padding: 12px;
155
+ justify-content: flex-end;
156
+ align-items: center;
157
+ gap: 8px;
158
158
  `;
@@ -5,11 +5,11 @@ import { Dropdown, DropdownItem } from "../../../../..";
5
5
  export function TextTypeDropdown(props) {
6
6
  const theme = useTheme();
7
7
  const { index, control, disabled } = props;
8
- return (_jsx(Controller, { name: `solutions.${index}.textType`, control: control, render: ({ field: { value, onChange } }) => (_jsx(Dropdown, { label: value === "normal" ? "일반 텍스트" : "코드 텍스트", size: "xsmall", color: "textNeutral", closeOnItemClick: true, disabled: disabled, buttonCss: css `
9
- ${disabled && `color: ${theme.color.foreground.neutralAlt};`}
10
- > span {
11
- font-weight: 700;
12
- }
8
+ return (_jsx(Controller, { name: `solutions.${index}.textType`, control: control, render: ({ field: { value, onChange } }) => (_jsx(Dropdown, { label: value === "normal" ? "일반 텍스트" : "코드 텍스트", size: "xsmall", color: "textNeutral", closeOnItemClick: true, disabled: disabled, buttonCss: css `
9
+ ${disabled && `color: ${theme.color.foreground.neutralAlt};`}
10
+ > span {
11
+ font-weight: 700;
12
+ }
13
13
  `, menuProps: {
14
14
  anchorOrigin: {
15
15
  vertical: "bottom",
@@ -27,13 +27,13 @@ export function TextInput(props) {
27
27
  : inputOriginalProps.color, inputProps: {
28
28
  readOnly: true,
29
29
  className: isCorrect === false
30
- ? cssToClassName `
31
- color: ${theme.color.foreground.danger};
32
- &::placeholder {
33
- // inputComponent의 placeholder 스타일을 덮어쓰기 위해 부득이하게 !important 사용
34
- // TODO: static classname을 사용하여 !important 제거
35
- color: ${theme.color.foreground.dangerDisabled} !important;
36
- }
30
+ ? cssToClassName `
31
+ color: ${theme.color.foreground.danger};
32
+ &::placeholder {
33
+ // inputComponent의 placeholder 스타일을 덮어쓰기 위해 부득이하게 !important 사용
34
+ // TODO: static classname을 사용하여 !important 제거
35
+ color: ${theme.color.foreground.dangerDisabled} !important;
36
+ }
37
37
  `
38
38
  : undefined,
39
39
  } })));
@@ -15,90 +15,90 @@ import { css, useTheme } from "@emotion/react";
15
15
  import styled from "@emotion/styled";
16
16
  import { forwardRef } from "react";
17
17
  const TYPE_TO_CONTAINER_STYLE = (theme, type) => ({
18
- primary: css `
19
- background: ${theme.color.container.blueContainer};
20
- border: 1px solid ${theme.color.foreground.primary};
21
- color: ${theme.color.container.blueOnContainer};
18
+ primary: css `
19
+ background: ${theme.color.container.blueContainer};
20
+ border: 1px solid ${theme.color.foreground.primary};
21
+ color: ${theme.color.container.blueOnContainer};
22
22
  `,
23
- success: css `
24
- background: ${theme.color.container.greenContainer};
25
- border: 1px solid ${theme.color.background.successActive};
26
- color: ${theme.color.container.greenOnContainer};
23
+ success: css `
24
+ background: ${theme.color.container.greenContainer};
25
+ border: 1px solid ${theme.color.background.successActive};
26
+ color: ${theme.color.container.greenOnContainer};
27
27
  `,
28
- danger: css `
29
- background: ${theme.color.container.redContainer};
30
- border: 1px solid ${theme.color.background.dangerActive};
31
- color: ${theme.color.container.redOnContainer};
28
+ danger: css `
29
+ background: ${theme.color.container.redContainer};
30
+ border: 1px solid ${theme.color.background.dangerActive};
31
+ color: ${theme.color.container.redOnContainer};
32
32
  `,
33
33
  })[type];
34
34
  const TYPE_TO_INDEX_STYLE = (theme, type) => ({
35
- primary: css `
36
- background: ${theme.color.background.primary};
37
- border: 1px solid ${theme.color.background.primary};
38
- color: ${theme.color.foreground.neutralAlt};
35
+ primary: css `
36
+ background: ${theme.color.background.primary};
37
+ border: 1px solid ${theme.color.background.primary};
38
+ color: ${theme.color.foreground.neutralAlt};
39
39
  `,
40
- success: css `
41
- background: ${theme.color.background.successActive};
42
- border: 1px solid ${theme.color.background.successActive};
43
- color: ${theme.color.foreground.neutralAlt};
40
+ success: css `
41
+ background: ${theme.color.background.successActive};
42
+ border: 1px solid ${theme.color.background.successActive};
43
+ color: ${theme.color.foreground.neutralAlt};
44
44
  `,
45
- danger: css `
46
- background: ${theme.color.background.dangerActive};
47
- border: 1px solid ${theme.color.background.dangerActive};
48
- color: ${theme.color.foreground.neutralAlt};
45
+ danger: css `
46
+ background: ${theme.color.background.dangerActive};
47
+ border: 1px solid ${theme.color.background.dangerActive};
48
+ color: ${theme.color.foreground.neutralAlt};
49
49
  `,
50
50
  })[type];
51
51
  /** 비지니스 로직과 무관한 SelectBox를 그리는 공통 컴포넌트입니다. */
52
52
  export const SelectBoxComponent = forwardRef(function SelectBoxComponent(props, ref) {
53
53
  const { className, indexClassName, contentClassName, type, index, image, text, endIcon, onClick } = props, restProps = __rest(props, ["className", "indexClassName", "contentClassName", "type", "index", "image", "text", "endIcon", "onClick"]);
54
54
  const theme = useTheme();
55
- return (_jsxs(Container, Object.assign({ className: className, ref: ref }, restProps, { css: type ? TYPE_TO_CONTAINER_STYLE(theme, type) : undefined, onClick: onClick, children: [_jsx(Index, { className: indexClassName, "aria-hidden": "true", css: type ? TYPE_TO_INDEX_STYLE(theme, type) : undefined, children: index }), _jsxs(Content, { className: contentClassName, "aria-hidden": "true", children: [image && (_jsx("img", { "aria-hidden": "true", src: image.src, alt: image.altText, css: css `
56
- height: auto;
57
- // 이미지로 인해 좌우로 스크롤이 생기는 것을 방지
58
- max-width: 100%;
59
- width: fit-content;
60
- border-radius: 6px;
55
+ return (_jsxs(Container, Object.assign({ className: className, ref: ref }, restProps, { css: type ? TYPE_TO_CONTAINER_STYLE(theme, type) : undefined, onClick: onClick, children: [_jsx(Index, { className: indexClassName, "aria-hidden": "true", css: type ? TYPE_TO_INDEX_STYLE(theme, type) : undefined, children: index }), _jsxs(Content, { className: contentClassName, "aria-hidden": "true", children: [image && (_jsx("img", { "aria-hidden": "true", src: image.src, alt: image.altText, css: css `
56
+ height: auto;
57
+ // 이미지로 인해 좌우로 스크롤이 생기는 것을 방지
58
+ max-width: 100%;
59
+ width: fit-content;
60
+ border-radius: 6px;
61
61
  ` })), text] }), endIcon] })));
62
62
  });
63
- const Container = styled.div(({ theme, onClick }) => css `
64
- ${onClick && "cursor: pointer;"}
65
- display: flex;
66
- box-sizing: border-box;
67
- width: 400px;
68
- padding: 12px;
69
- gap: 12px;
70
- border-radius: 8px;
71
- background: ${theme.color.background.neutralAlt};
72
- border: 1px solid transparent;
73
- color: ${theme.color.foreground.neutralBase};
63
+ const Container = styled.div(({ theme, onClick }) => css `
64
+ ${onClick && "cursor: pointer;"}
65
+ display: flex;
66
+ box-sizing: border-box;
67
+ width: 400px;
68
+ padding: 12px;
69
+ gap: 12px;
70
+ border-radius: 8px;
71
+ background: ${theme.color.background.neutralAlt};
72
+ border: 1px solid transparent;
73
+ color: ${theme.color.foreground.neutralBase};
74
74
  `);
75
- const Index = styled.div(({ theme }) => css `
76
- display: flex;
77
- box-sizing: border-box;
78
- width: 20px;
79
- height: 20px;
80
- padding: 4px;
81
-
82
- user-select: none; /* Standard syntax */
83
-
84
- justify-content: center;
85
- align-items: center;
86
- border-radius: 4px;
87
- border: 1px solid ${theme.color.background.neutralAltActive};
88
- background: ${theme.color.background.neutralBase};
89
- color: ${theme.color.foreground.neutralBaseDisabled};
90
- font-family: ${theme.fontFamily.ui};
91
- font-size: 14px;
92
- font-weight: 800;
93
- line-height: 16px;
75
+ const Index = styled.div(({ theme }) => css `
76
+ display: flex;
77
+ box-sizing: border-box;
78
+ width: 20px;
79
+ height: 20px;
80
+ padding: 4px;
81
+
82
+ user-select: none; /* Standard syntax */
83
+
84
+ justify-content: center;
85
+ align-items: center;
86
+ border-radius: 4px;
87
+ border: 1px solid ${theme.color.background.neutralAltActive};
88
+ background: ${theme.color.background.neutralBase};
89
+ color: ${theme.color.foreground.neutralBaseDisabled};
90
+ font-family: ${theme.fontFamily.ui};
91
+ font-size: 14px;
92
+ font-weight: 800;
93
+ line-height: 16px;
94
94
  `);
95
- const Content = styled.div(({ theme }) => css `
96
- display: flex;
97
- flex-direction: column;
98
- gap: 12px;
99
- flex: 1;
100
- font-family: ${theme.fontFamily.ui};
101
- font-size: 16px;
102
- font-weight: 400;
103
- line-height: 20px;
95
+ const Content = styled.div(({ theme }) => css `
96
+ display: flex;
97
+ flex-direction: column;
98
+ gap: 12px;
99
+ flex: 1;
100
+ font-family: ${theme.fontFamily.ui};
101
+ font-size: 16px;
102
+ font-weight: 400;
103
+ line-height: 20px;
104
104
  `);
@@ -6,8 +6,8 @@ import { SelectBoxComponent } from "./SelectBoxComponent";
6
6
  export function SelectBoxEdit(props) {
7
7
  const { index, isAnswer, image, text, onClick } = props;
8
8
  const theme = useTheme();
9
- return (_jsx(SelectBoxComponent, { index: index, image: image, text: text, endIcon: isAnswer && (_jsx(CheckboxCircleFillIcon, { color: theme.color.foreground.success, css: css `
10
- width: 16px;
11
- height: 16px;
9
+ return (_jsx(SelectBoxComponent, { index: index, image: image, text: text, endIcon: isAnswer && (_jsx(CheckboxCircleFillIcon, { color: theme.color.foreground.success, css: css `
10
+ width: 16px;
11
+ height: 16px;
12
12
  ` })), onClick: onClick }));
13
13
  }
@@ -7,17 +7,17 @@ import { Tag } from "../../../../../components/Tag";
7
7
  import { useRef } from "react";
8
8
  import { useEventListener } from "usehooks-ts";
9
9
  const TYPE_TO_INDEX_ICON = (type) => ({
10
- primary: (_jsx(CheckFillIcon, { css: css `
11
- width: 12px;
12
- height: 12px;
10
+ primary: (_jsx(CheckFillIcon, { css: css `
11
+ width: 12px;
12
+ height: 12px;
13
13
  ` })),
14
- success: (_jsx(CheckboxCircleFillIcon, { css: css `
15
- width: 12px;
16
- height: 12px;
14
+ success: (_jsx(CheckboxCircleFillIcon, { css: css `
15
+ width: 12px;
16
+ height: 12px;
17
17
  ` })),
18
- danger: (_jsx(CloseCircleFillIcon, { css: css `
19
- width: 12px;
20
- height: 12px;
18
+ danger: (_jsx(CloseCircleFillIcon, { css: css `
19
+ width: 12px;
20
+ height: 12px;
21
21
  ` })),
22
22
  })[type];
23
23
  /**
@@ -72,14 +72,14 @@ export function SelectBoxView(props) {
72
72
  useEventListener("keydown", handleKeyDown);
73
73
  // text가 있으면 text, 없으면 image의 altText, 없으면 index를 aria-label로 사용
74
74
  const ariaText = text || (image && image.altText) || index.toString() + "번 선택지";
75
- return (_jsx(SelectBoxComponent, { css: css `
76
- width: 100%;
75
+ return (_jsx(SelectBoxComponent, { css: css `
76
+ width: 100%;
77
77
  `, ref: boxRef, role: multipleSelectionsEnabled ? "checkbox" : "radio", "aria-checked": isSelected, "aria-label": [ariaText, description].filter(Boolean).join(" "), tabIndex: onClick ? 0 : -1, type: type, index: type ? TYPE_TO_INDEX_ICON(type) : index, image: image, text: text, onClick: onClick,
78
78
  // 선택되지 않았으나 정답일 때 정답 태그를 표시
79
79
  endIcon: isAnswer &&
80
- !isSelected && (_jsx(Tag, { label: "\uC815\uB2F5", icon: _jsx(CheckboxCircleFillIcon, {}), color: "green", css: css `
81
- span {
82
- font-weight: 700;
83
- }
80
+ !isSelected && (_jsx(Tag, { label: "\uC815\uB2F5", icon: _jsx(CheckboxCircleFillIcon, {}), color: "green", css: css `
81
+ span {
82
+ font-weight: 700;
83
+ }
84
84
  ` })) }));
85
85
  }