@team-monolith/cds 1.125.0 → 1.126.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 (197) hide show
  1. package/@types/emotion.d.ts +194 -194
  2. package/README.md +37 -37
  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.js +45 -45
  10. package/dist/components/Book/Book.js +174 -174
  11. package/dist/components/Button.d.ts +0 -2
  12. package/dist/components/Button.js +181 -181
  13. package/dist/components/CheckboxInput.js +148 -148
  14. package/dist/components/FileTypeAlertDialog.js +6 -6
  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/Slider.js +58 -58
  24. package/dist/components/SquareButton.js +109 -109
  25. package/dist/components/Switch.js +69 -69
  26. package/dist/components/SwitchButton.js +107 -107
  27. package/dist/components/Tag.js +72 -72
  28. package/dist/components/Tooltip.js +19 -19
  29. package/dist/foundation/breakpoints.js +16 -16
  30. package/dist/foundation/typography.js +186 -186
  31. package/dist/icons/custom/colored/Microsoft.d.ts +5 -0
  32. package/dist/icons/custom/colored/Microsoft.js +7 -0
  33. package/dist/icons/custom/colored/ai-helper.svg +4 -4
  34. package/dist/icons/custom/colored/ai-quiz-color.svg +20 -20
  35. package/dist/icons/custom/colored/ai-socroom-color.svg +14 -14
  36. package/dist/icons/custom/colored/badge-color.svg +4 -4
  37. package/dist/icons/custom/colored/badge-gold.svg +11 -11
  38. package/dist/icons/custom/colored/badge-green.svg +11 -11
  39. package/dist/icons/custom/colored/badge-silver.svg +11 -11
  40. package/dist/icons/custom/colored/basic-plus.svg +31 -31
  41. package/dist/icons/custom/colored/basic.svg +3 -3
  42. package/dist/icons/custom/colored/board-color.svg +5 -5
  43. package/dist/icons/custom/colored/cast-cloudy-color.svg +6 -6
  44. package/dist/icons/custom/colored/cast-partly-color.svg +7 -7
  45. package/dist/icons/custom/colored/cast-rainbow-color.svg +13 -13
  46. package/dist/icons/custom/colored/cast-sunny-color.svg +4 -4
  47. package/dist/icons/custom/colored/clap-bronze.svg +8 -8
  48. package/dist/icons/custom/colored/clap-gold.svg +8 -8
  49. package/dist/icons/custom/colored/clap-silver.svg +8 -8
  50. package/dist/icons/custom/colored/class.svg +13 -13
  51. package/dist/icons/custom/colored/codap-color.svg +13 -13
  52. package/dist/icons/custom/colored/ebook-color.svg +5 -5
  53. package/dist/icons/custom/colored/embedded-color.svg +38 -38
  54. package/dist/icons/custom/colored/emo-clap-color.svg +252 -252
  55. package/dist/icons/custom/colored/emo-good-color.svg +68 -68
  56. package/dist/icons/custom/colored/emo-great-color.svg +67 -67
  57. package/dist/icons/custom/colored/emo-heart-color.svg +239 -239
  58. package/dist/icons/custom/colored/emo-hundred-color.svg +194 -194
  59. package/dist/icons/custom/colored/emo-neutral-color.svg +76 -76
  60. package/dist/icons/custom/colored/emo-stars-color.svg +121 -121
  61. package/dist/icons/custom/colored/emo-thumbup-color.svg +238 -238
  62. package/dist/icons/custom/colored/empty.svg +1 -1
  63. package/dist/icons/custom/colored/entry-color.svg +4 -4
  64. package/dist/icons/custom/colored/filename-all-color.svg +4 -4
  65. package/dist/icons/custom/colored/filename-doc-color.svg +5 -5
  66. package/dist/icons/custom/colored/filename-hwp-color.svg +6 -6
  67. package/dist/icons/custom/colored/filename-img-color.svg +6 -6
  68. package/dist/icons/custom/colored/filename-mp4-color.svg +5 -5
  69. package/dist/icons/custom/colored/filename-pdf-color.svg +12 -12
  70. package/dist/icons/custom/colored/filename-ppt-color.svg +6 -6
  71. package/dist/icons/custom/colored/filename-xls-color.svg +5 -5
  72. package/dist/icons/custom/colored/filename-zip-color.svg +5 -5
  73. package/dist/icons/custom/colored/google.svg +13 -13
  74. package/dist/icons/custom/colored/hand-fill.svg +4 -4
  75. package/dist/icons/custom/colored/index.d.ts +1 -0
  76. package/dist/icons/custom/colored/index.js +1 -0
  77. package/dist/icons/custom/colored/judge-color.svg +6 -6
  78. package/dist/icons/custom/colored/makecode-color.svg +4 -4
  79. package/dist/icons/custom/colored/master.svg +12 -12
  80. package/dist/icons/custom/colored/material.svg +6 -6
  81. package/dist/icons/custom/colored/medal-bronze.svg +9 -9
  82. package/dist/icons/custom/colored/medal-gold.svg +9 -9
  83. package/dist/icons/custom/colored/medal-silver.svg +9 -9
  84. package/dist/icons/custom/colored/microsoft.svg +6 -0
  85. package/dist/icons/custom/colored/pro.svg +4 -4
  86. package/dist/icons/custom/colored/problem.svg +7 -7
  87. package/dist/icons/custom/colored/python-color.svg +4 -4
  88. package/dist/icons/custom/colored/quiz-color.svg +12 -12
  89. package/dist/icons/custom/colored/resource-color.svg +13 -13
  90. package/dist/icons/custom/colored/scratch-color.svg +6 -6
  91. package/dist/icons/custom/colored/type-helper.svg +9 -9
  92. package/dist/icons/custom/colored/whale.svg +7 -7
  93. package/dist/icons/custom/colored/worksheet-color.svg +5 -5
  94. package/dist/icons/custom/default/ai-quiz.svg +8 -8
  95. package/dist/icons/custom/default/ai-socroom.svg +13 -13
  96. package/dist/icons/custom/default/badge.svg +4 -4
  97. package/dist/icons/custom/default/board.svg +5 -5
  98. package/dist/icons/custom/default/cast-cloudy.svg +3 -3
  99. package/dist/icons/custom/default/cast-partly.svg +4 -4
  100. package/dist/icons/custom/default/cast-rainbow.svg +12 -12
  101. package/dist/icons/custom/default/cast-sunny.svg +3 -3
  102. package/dist/icons/custom/default/codap.svg +11 -11
  103. package/dist/icons/custom/default/ebook.svg +3 -3
  104. package/dist/icons/custom/default/embedded.svg +4 -4
  105. package/dist/icons/custom/default/emo-clap.svg +6 -6
  106. package/dist/icons/custom/default/emo-good.svg +12 -12
  107. package/dist/icons/custom/default/emo-great.svg +12 -12
  108. package/dist/icons/custom/default/emo-heart.svg +5 -5
  109. package/dist/icons/custom/default/emo-hundred.svg +3 -3
  110. package/dist/icons/custom/default/emo-neutral.svg +14 -14
  111. package/dist/icons/custom/default/emo-stars.svg +14 -14
  112. package/dist/icons/custom/default/emo-thumbup.svg +3 -3
  113. package/dist/icons/custom/default/entry.svg +4 -4
  114. package/dist/icons/custom/default/fab.svg +10 -10
  115. package/dist/icons/custom/default/grant-alt.svg +5 -5
  116. package/dist/icons/custom/default/grant.svg +4 -4
  117. package/dist/icons/custom/default/hand-line.svg +3 -3
  118. package/dist/icons/custom/default/judge.svg +3 -3
  119. package/dist/icons/custom/default/makecode.svg +5 -5
  120. package/dist/icons/custom/default/pdf.svg +3 -3
  121. package/dist/icons/custom/default/python.svg +7 -7
  122. package/dist/icons/custom/default/quiz.svg +4 -4
  123. package/dist/icons/custom/default/resource.svg +11 -11
  124. package/dist/icons/custom/default/scratch.svg +3 -3
  125. package/dist/icons/custom/default/scroll-alt.svg +5 -5
  126. package/dist/icons/custom/default/scroll-fill.svg +4 -4
  127. package/dist/icons/custom/default/scroll-line.svg +5 -5
  128. package/dist/icons/custom/default/symbol.svg +4 -4
  129. package/dist/icons/custom/default/worksheet.svg +4 -4
  130. package/dist/icons/custom/svgrColoredTemplate.js +26 -26
  131. package/dist/icons/custom/svgrDefaultTemplate.js +26 -26
  132. package/dist/patterns/Accordion.js +20 -20
  133. package/dist/patterns/Dropdown/Dropdown.d.ts +0 -2
  134. package/dist/patterns/Dropdown/Dropdown.js +2 -3
  135. package/dist/patterns/Dropdown/DropdownItem/DropdownItem.js +58 -58
  136. package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.js +27 -27
  137. package/dist/patterns/Dropdown/DropdownMenu/style.js +19 -19
  138. package/dist/patterns/LexicalEditor/Plugins.js +36 -36
  139. package/dist/patterns/LexicalEditor/components/FileSelectInput.d.ts +0 -1
  140. package/dist/patterns/LexicalEditor/components/FileSelectInput.js +24 -24
  141. package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +4 -4
  142. package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +15 -15
  143. package/dist/patterns/LexicalEditor/components/InsertVideoDialog/InsertVideoDialog.js +17 -17
  144. package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +2 -2
  145. package/dist/patterns/LexicalEditor/hr.svg +3 -3
  146. package/dist/patterns/LexicalEditor/nodes/FileNode/FileComponent.js +44 -44
  147. package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +25 -25
  148. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +8 -8
  149. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageResizer.js +60 -60
  150. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +19 -19
  151. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SegmentedInput.js +49 -49
  152. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +7 -7
  153. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +73 -73
  154. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +5 -5
  155. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/TextInput.js +7 -7
  156. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxComponent.js +69 -69
  157. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxEdit.js +3 -3
  158. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +15 -15
  159. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +28 -28
  160. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +54 -54
  161. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +61 -61
  162. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/Evaluation.js +75 -75
  163. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +18 -18
  164. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +7 -7
  165. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +28 -28
  166. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +53 -53
  167. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +7 -7
  168. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +25 -25
  169. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +54 -54
  170. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxComponent.js +54 -54
  171. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +5 -5
  172. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +21 -21
  173. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +42 -42
  174. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +72 -72
  175. package/dist/patterns/LexicalEditor/nodes/VideoNode/VideoComponent.js +7 -7
  176. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdder.js +51 -51
  177. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +11 -11
  178. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +7 -7
  179. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +2 -2
  180. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.js +32 -32
  181. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.js +32 -32
  182. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +12 -12
  183. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/componentPickerOptionUtils.js +2 -2
  184. package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +49 -49
  185. package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatPopup.js +36 -36
  186. package/dist/patterns/LexicalEditor/plugins/ParagraphPlaceholderPlugin/index.js +7 -7
  187. package/dist/patterns/LexicalEditor/theme.js +243 -243
  188. package/dist/patterns/SegmentedControl/SegmentedControlButton.js +10 -10
  189. package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +8 -8
  190. package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +2 -2
  191. package/dist/patterns/Tabs.js +43 -43
  192. package/dist/patterns/ToggleButtonGroup/ToggleButton.js +40 -40
  193. package/dist/patterns/ToggleButtonGroup/ToggleButtonGroup.js +11 -11
  194. package/dist/utils/hover.js +12 -12
  195. package/dist/utils/reset.js +19 -19
  196. package/dist/utils/visuallyHidden.js +10 -10
  197. package/package.json +109 -109
@@ -22,59 +22,59 @@ export const tagClasses = {
22
22
  closeButton: "Tag-closeButton",
23
23
  };
24
24
  const COLOR_TO_STYLE = (theme, color) => ({
25
- default: css `
26
- box-sizing: border-box;
27
- background: ${theme.color.container.marbleContainer};
28
- border: 1px solid ${theme.color.container.marbleOnContainer};
29
- color: ${theme.color.container.marbleOnContainer};
25
+ default: css `
26
+ box-sizing: border-box;
27
+ background: ${theme.color.container.marbleContainer};
28
+ border: 1px solid ${theme.color.container.marbleOnContainer};
29
+ color: ${theme.color.container.marbleOnContainer};
30
30
  `,
31
- red: css `
32
- box-sizing: border-box;
33
- background: ${theme.color.container.redContainer};
34
- border: 1px solid ${theme.color.container.redOnContainer};
35
- color: ${theme.color.container.redOnContainer};
31
+ red: css `
32
+ box-sizing: border-box;
33
+ background: ${theme.color.container.redContainer};
34
+ border: 1px solid ${theme.color.container.redOnContainer};
35
+ color: ${theme.color.container.redOnContainer};
36
36
  `,
37
- teal: css `
38
- box-sizing: border-box;
39
- background: ${theme.color.container.tealContainer};
40
- border: 1px solid ${theme.color.container.tealOnContainer};
41
- color: ${theme.color.container.tealOnContainer};
37
+ teal: css `
38
+ box-sizing: border-box;
39
+ background: ${theme.color.container.tealContainer};
40
+ border: 1px solid ${theme.color.container.tealOnContainer};
41
+ color: ${theme.color.container.tealOnContainer};
42
42
  `,
43
- orange: css `
44
- box-sizing: border-box;
45
- background: ${theme.color.container.orangeContainer};
46
- border: 1px solid ${theme.color.container.orangeOnContainer};
47
- color: ${theme.color.container.orangeOnContainer};
43
+ orange: css `
44
+ box-sizing: border-box;
45
+ background: ${theme.color.container.orangeContainer};
46
+ border: 1px solid ${theme.color.container.orangeOnContainer};
47
+ color: ${theme.color.container.orangeOnContainer};
48
48
  `,
49
- blue: css `
50
- box-sizing: border-box;
51
- background: ${theme.color.container.blueContainer};
52
- border: 1px solid ${theme.color.container.blueOnContainer};
53
- color: ${theme.color.container.blueOnContainer};
49
+ blue: css `
50
+ box-sizing: border-box;
51
+ background: ${theme.color.container.blueContainer};
52
+ border: 1px solid ${theme.color.container.blueOnContainer};
53
+ color: ${theme.color.container.blueOnContainer};
54
54
  `,
55
- green: css `
56
- box-sizing: border-box;
57
- background: ${theme.color.container.greenContainer};
58
- border: 1px solid ${theme.color.container.greenOnContainer};
59
- color: ${theme.color.container.greenOnContainer};
55
+ green: css `
56
+ box-sizing: border-box;
57
+ background: ${theme.color.container.greenContainer};
58
+ border: 1px solid ${theme.color.container.greenOnContainer};
59
+ color: ${theme.color.container.greenOnContainer};
60
60
  `,
61
- yellow: css `
62
- box-sizing: border-box;
63
- background: ${theme.color.container.yellowContainer};
64
- border: 1px solid ${theme.color.container.yellowOnContainer};
65
- color: ${theme.color.container.yellowOnContainer};
61
+ yellow: css `
62
+ box-sizing: border-box;
63
+ background: ${theme.color.container.yellowContainer};
64
+ border: 1px solid ${theme.color.container.yellowOnContainer};
65
+ color: ${theme.color.container.yellowOnContainer};
66
66
  `,
67
- black: css `
68
- background: ${theme.color.container.obsidianContainer};
69
- color: ${theme.color.container.obsidianOnContainer};
67
+ black: css `
68
+ background: ${theme.color.container.obsidianContainer};
69
+ color: ${theme.color.container.obsidianOnContainer};
70
70
  `,
71
- white: css `
72
- background: ${theme.color.background.neutralBase};
73
- color: ${theme.color.foreground.neutralBaseActive};
71
+ white: css `
72
+ background: ${theme.color.background.neutralBase};
73
+ color: ${theme.color.foreground.neutralBaseActive};
74
74
  `,
75
- ai: css `
76
- background: linear-gradient(94deg, #5898ff 5.24%, #c673e4 96.99%);
77
- color: ${theme.color.container.obsidianOnContainer};
75
+ ai: css `
76
+ background: linear-gradient(94deg, #5898ff 5.24%, #c673e4 96.99%);
77
+ color: ${theme.color.container.obsidianOnContainer};
78
78
  `,
79
79
  })[color];
80
80
  /**
@@ -84,43 +84,43 @@ export const Tag = React.forwardRef(function Tag(props, ref) {
84
84
  const { className, component: Component = "span", label, icon, color = "default", bold, onClick, close } = props, other = __rest(props, ["className", "component", "label", "icon", "color", "bold", "onClick", "close"]);
85
85
  const theme = useTheme();
86
86
  return (_jsxs(Component, Object.assign({}, other, { ref: ref, className: [tagClasses.root, className].filter(Boolean).join(" "), css: [
87
- css `
88
- box-sizing: border-box;
89
- display: flex;
90
- // flex가 화면 전체로 확장되지 않고 내부의 아이콘과 텍스트만 포함한다.
91
- padding: 1px 8px;
92
- align-items: center;
93
- gap: 3px;
94
- width: fit-content;
95
- border-radius: 8px;
96
- height: 22px;
97
-
98
- svg {
99
- width: 14px;
100
- height: 14px;
101
- }
87
+ css `
88
+ box-sizing: border-box;
89
+ display: flex;
90
+ // flex가 화면 전체로 확장되지 않고 내부의 아이콘과 텍스트만 포함한다.
91
+ padding: 1px 8px;
92
+ align-items: center;
93
+ gap: 3px;
94
+ width: fit-content;
95
+ border-radius: 8px;
96
+ height: 22px;
97
+
98
+ svg {
99
+ width: 14px;
100
+ height: 14px;
101
+ }
102
102
  `,
103
103
  COLOR_TO_STYLE(theme, color),
104
104
  onClick
105
- ? css `
106
- cursor: pointer;
105
+ ? css `
106
+ cursor: pointer;
107
107
  `
108
108
  : undefined,
109
- ], onClick: onClick, children: [icon, _jsx("span", { className: tagClasses.label, css: css `
110
- font-weight: ${bold ? 700 : 400};
111
- font-size: 12px;
112
- line-height: 20px;
113
- `, children: label }), close && (_jsx("span", { css: css `
114
- display: flex;
115
- cursor: pointer;
116
- align-items: center;
109
+ ], onClick: onClick, children: [icon, _jsx("span", { className: tagClasses.label, css: css `
110
+ font-weight: ${bold ? 700 : 400};
111
+ font-size: 12px;
112
+ line-height: 20px;
113
+ `, children: label }), close && (_jsx("span", { css: css `
114
+ display: flex;
115
+ cursor: pointer;
116
+ align-items: center;
117
117
  `, onClick: (e) => {
118
118
  var _a, _b;
119
119
  (_b = ((_a = props.onClose) !== null && _a !== void 0 ? _a : onClick)) === null || _b === void 0 ? void 0 : _b();
120
120
  e.stopPropagation();
121
121
  }, children: _jsx(StyledCloseFillIcon, { className: tagClasses.closeButton }) }))] })));
122
122
  });
123
- const StyledCloseFillIcon = styled(CloseFillIcon) `
124
- width: 10px;
125
- height: 10px;
123
+ const StyledCloseFillIcon = styled(CloseFillIcon) `
124
+ width: 10px;
125
+ height: 10px;
126
126
  `;
@@ -59,24 +59,24 @@ export const Tooltip = React.forwardRef(function Tooltip(props, ref) {
59
59
  const StyledTooltip = styled((_a) => {
60
60
  var { className } = _a, props = __rest(_a, ["className"]);
61
61
  return (_jsx(MuiTooltip, Object.assign({}, props, { classes: { popper: className } })));
62
- })(({ theme }) => css `
63
- .MuiTooltip-tooltip {
64
- background: ${theme.color.foreground.neutralBase};
65
- border-radius: 8px;
66
- padding: 6px 10px;
67
-
68
- display: flex;
69
- flex-direction: column;
70
- gap: 2px;
71
-
72
- color: ${theme.color.background.neutralBase};
73
- font-family: ${theme.fontFamily.ui};
74
- font-style: normal;
75
- font-weight: 400;
76
- font-size: 14px;
77
- line-height: 22px;
78
- }
62
+ })(({ theme }) => css `
63
+ .MuiTooltip-tooltip {
64
+ background: ${theme.color.foreground.neutralBase};
65
+ border-radius: 8px;
66
+ padding: 6px 10px;
67
+
68
+ display: flex;
69
+ flex-direction: column;
70
+ gap: 2px;
71
+
72
+ color: ${theme.color.background.neutralBase};
73
+ font-family: ${theme.fontFamily.ui};
74
+ font-style: normal;
75
+ font-weight: 400;
76
+ font-size: 14px;
77
+ line-height: 22px;
78
+ }
79
79
  `);
80
- const TitleDiv = styled.div `
81
- font-weight: 700;
80
+ const TitleDiv = styled.div `
81
+ font-weight: 700;
82
82
  `;
@@ -1,22 +1,22 @@
1
1
  import { css } from "@emotion/react";
2
- export const MAIN_CONTAINER_STYLE = css `
3
- container: main / inline-size;
2
+ export const MAIN_CONTAINER_STYLE = css `
3
+ container: main / inline-size;
4
4
  `;
5
5
  export const TABLET_MAX_WIDTH_BREAKPOINT = 1279;
6
- export const TABLET = (style) => css `
7
- @media (max-width: ${TABLET_MAX_WIDTH_BREAKPOINT}px) {
8
- ${style}
9
- }
10
- @container main (width < ${TABLET_MAX_WIDTH_BREAKPOINT}px) {
11
- ${style}
12
- }
6
+ export const TABLET = (style) => css `
7
+ @media (max-width: ${TABLET_MAX_WIDTH_BREAKPOINT}px) {
8
+ ${style}
9
+ }
10
+ @container main (width < ${TABLET_MAX_WIDTH_BREAKPOINT}px) {
11
+ ${style}
12
+ }
13
13
  `;
14
14
  export const MOBILE_MAX_WIDTH_BREAKPOINT = 719;
15
- export const MOBILE = (style) => css `
16
- @media (max-width: ${MOBILE_MAX_WIDTH_BREAKPOINT}px) {
17
- ${style}
18
- }
19
- @container main (width < ${MOBILE_MAX_WIDTH_BREAKPOINT}px) {
20
- ${style}
21
- }
15
+ export const MOBILE = (style) => css `
16
+ @media (max-width: ${MOBILE_MAX_WIDTH_BREAKPOINT}px) {
17
+ ${style}
18
+ }
19
+ @container main (width < ${MOBILE_MAX_WIDTH_BREAKPOINT}px) {
20
+ ${style}
21
+ }
22
22
  `;
@@ -2,209 +2,209 @@ import { css } from "@emotion/react";
2
2
  import { FONT } from "./font";
3
3
  export const typography = {
4
4
  // Heading 1
5
- heading1Regular: css `
6
- font-family: ${FONT.pretendard};
7
- font-size: 40px;
8
- font-style: normal;
9
- font-weight: 400;
10
- line-height: 52px;
11
- `,
12
- heading1Bold: css `
13
- font-family: ${FONT.pretendard};
14
- font-size: 40px;
15
- font-style: normal;
16
- font-weight: 700;
17
- line-height: 52px;
5
+ heading1Regular: css `
6
+ font-family: ${FONT.pretendard};
7
+ font-size: 40px;
8
+ font-style: normal;
9
+ font-weight: 400;
10
+ line-height: 52px;
11
+ `,
12
+ heading1Bold: css `
13
+ font-family: ${FONT.pretendard};
14
+ font-size: 40px;
15
+ font-style: normal;
16
+ font-weight: 700;
17
+ line-height: 52px;
18
18
  `,
19
19
  // Heading 2
20
- heading2Regular: css `
21
- font-family: ${FONT.pretendard};
22
- font-size: 36px;
23
- font-style: normal;
24
- font-weight: 400;
25
- line-height: 44px;
26
- `,
27
- heading2Bold: css `
28
- font-family: ${FONT.pretendard};
29
- font-size: 36px;
30
- font-style: normal;
31
- font-weight: 700;
32
- line-height: 44px;
20
+ heading2Regular: css `
21
+ font-family: ${FONT.pretendard};
22
+ font-size: 36px;
23
+ font-style: normal;
24
+ font-weight: 400;
25
+ line-height: 44px;
26
+ `,
27
+ heading2Bold: css `
28
+ font-family: ${FONT.pretendard};
29
+ font-size: 36px;
30
+ font-style: normal;
31
+ font-weight: 700;
32
+ line-height: 44px;
33
33
  `,
34
34
  // Heading 3
35
- heading3Regular: css `
36
- font-family: ${FONT.pretendard};
37
- font-size: 32px;
38
- font-style: normal;
39
- font-weight: 400;
40
- line-height: 40px;
41
- `,
42
- heading3Bold: css `
43
- font-family: ${FONT.pretendard};
44
- font-size: 32px;
45
- font-style: normal;
46
- font-weight: 700;
47
- line-height: 40px;
35
+ heading3Regular: css `
36
+ font-family: ${FONT.pretendard};
37
+ font-size: 32px;
38
+ font-style: normal;
39
+ font-weight: 400;
40
+ line-height: 40px;
41
+ `,
42
+ heading3Bold: css `
43
+ font-family: ${FONT.pretendard};
44
+ font-size: 32px;
45
+ font-style: normal;
46
+ font-weight: 700;
47
+ line-height: 40px;
48
48
  `,
49
49
  // Heading 4
50
- heading4Regular: css `
51
- font-family: ${FONT.pretendard};
52
- font-size: 28px;
53
- font-style: normal;
54
- font-weight: 400;
55
- line-height: 36px;
56
- `,
57
- heading4Bold: css `
58
- font-family: ${FONT.pretendard};
59
- font-size: 28px;
60
- font-style: normal;
61
- font-weight: 700;
62
- line-height: 36px;
50
+ heading4Regular: css `
51
+ font-family: ${FONT.pretendard};
52
+ font-size: 28px;
53
+ font-style: normal;
54
+ font-weight: 400;
55
+ line-height: 36px;
56
+ `,
57
+ heading4Bold: css `
58
+ font-family: ${FONT.pretendard};
59
+ font-size: 28px;
60
+ font-style: normal;
61
+ font-weight: 700;
62
+ line-height: 36px;
63
63
  `,
64
64
  // Heading 5
65
- heading5Regular: css `
66
- font-family: ${FONT.pretendard};
67
- font-size: 24px;
68
- font-style: normal;
69
- font-weight: 400;
70
- line-height: 32px;
71
- `,
72
- heading5Bold: css `
73
- font-family: ${FONT.pretendard};
74
- font-size: 24px;
75
- font-style: normal;
76
- font-weight: 700;
77
- line-height: 32px;
65
+ heading5Regular: css `
66
+ font-family: ${FONT.pretendard};
67
+ font-size: 24px;
68
+ font-style: normal;
69
+ font-weight: 400;
70
+ line-height: 32px;
71
+ `,
72
+ heading5Bold: css `
73
+ font-family: ${FONT.pretendard};
74
+ font-size: 24px;
75
+ font-style: normal;
76
+ font-weight: 700;
77
+ line-height: 32px;
78
78
  `,
79
79
  // Heading 6
80
- heading6Regular: css `
81
- font-family: ${FONT.pretendard};
82
- font-size: 20px;
83
- font-style: normal;
84
- font-weight: 400;
85
- line-height: 28px;
86
- `,
87
- heading6Bold: css `
88
- font-family: ${FONT.pretendard};
89
- font-size: 20px;
90
- font-style: normal;
91
- font-weight: 700;
92
- line-height: 28px;
80
+ heading6Regular: css `
81
+ font-family: ${FONT.pretendard};
82
+ font-size: 20px;
83
+ font-style: normal;
84
+ font-weight: 400;
85
+ line-height: 28px;
86
+ `,
87
+ heading6Bold: css `
88
+ font-family: ${FONT.pretendard};
89
+ font-size: 20px;
90
+ font-style: normal;
91
+ font-weight: 700;
92
+ line-height: 28px;
93
93
  `,
94
94
  // Body 1
95
- body1Regular: css `
96
- font-family: ${FONT.pretendard};
97
- font-size: 18px;
98
- font-style: normal;
99
- font-weight: 400;
100
- line-height: 28px;
101
- `,
102
- body1Medium: css `
103
- font-family: ${FONT.pretendard};
104
- font-size: 18px;
105
- font-style: normal;
106
- font-weight: 500;
107
- line-height: 28px;
108
- `,
109
- body1SemiBold: css `
110
- font-family: ${FONT.pretendard};
111
- font-size: 18px;
112
- font-style: normal;
113
- font-weight: 600;
114
- line-height: 28px;
115
- `,
116
- body1Bold: css `
117
- font-family: ${FONT.pretendard};
118
- font-size: 18px;
119
- font-style: normal;
120
- font-weight: 700;
121
- line-height: 28px;
95
+ body1Regular: css `
96
+ font-family: ${FONT.pretendard};
97
+ font-size: 18px;
98
+ font-style: normal;
99
+ font-weight: 400;
100
+ line-height: 28px;
101
+ `,
102
+ body1Medium: css `
103
+ font-family: ${FONT.pretendard};
104
+ font-size: 18px;
105
+ font-style: normal;
106
+ font-weight: 500;
107
+ line-height: 28px;
108
+ `,
109
+ body1SemiBold: css `
110
+ font-family: ${FONT.pretendard};
111
+ font-size: 18px;
112
+ font-style: normal;
113
+ font-weight: 600;
114
+ line-height: 28px;
115
+ `,
116
+ body1Bold: css `
117
+ font-family: ${FONT.pretendard};
118
+ font-size: 18px;
119
+ font-style: normal;
120
+ font-weight: 700;
121
+ line-height: 28px;
122
122
  `,
123
123
  // Body 2
124
- body2Regular: css `
125
- font-family: ${FONT.pretendard};
126
- font-size: 16px;
127
- font-style: normal;
128
- font-weight: 400;
129
- line-height: 24px;
130
- `,
131
- body2Medium: css `
132
- font-family: ${FONT.pretendard};
133
- font-size: 16px;
134
- font-style: normal;
135
- font-weight: 500;
136
- line-height: 24px;
137
- `,
138
- body2SemiBold: css `
139
- font-family: ${FONT.pretendard};
140
- font-size: 16px;
141
- font-style: normal;
142
- font-weight: 600;
143
- line-height: 24px;
144
- `,
145
- body2Bold: css `
146
- font-family: ${FONT.pretendard};
147
- font-size: 16px;
148
- font-style: normal;
149
- font-weight: 700;
150
- line-height: 24px;
124
+ body2Regular: css `
125
+ font-family: ${FONT.pretendard};
126
+ font-size: 16px;
127
+ font-style: normal;
128
+ font-weight: 400;
129
+ line-height: 24px;
130
+ `,
131
+ body2Medium: css `
132
+ font-family: ${FONT.pretendard};
133
+ font-size: 16px;
134
+ font-style: normal;
135
+ font-weight: 500;
136
+ line-height: 24px;
137
+ `,
138
+ body2SemiBold: css `
139
+ font-family: ${FONT.pretendard};
140
+ font-size: 16px;
141
+ font-style: normal;
142
+ font-weight: 600;
143
+ line-height: 24px;
144
+ `,
145
+ body2Bold: css `
146
+ font-family: ${FONT.pretendard};
147
+ font-size: 16px;
148
+ font-style: normal;
149
+ font-weight: 700;
150
+ line-height: 24px;
151
151
  `,
152
152
  // Body 3
153
- body3Regular: css `
154
- font-family: ${FONT.pretendard};
155
- font-size: 14px;
156
- font-style: normal;
157
- font-weight: 400;
158
- line-height: 20px;
159
- `,
160
- body3Medium: css `
161
- font-family: ${FONT.pretendard};
162
- font-size: 14px;
163
- font-style: normal;
164
- font-weight: 500;
165
- line-height: 20px;
166
- `,
167
- body3SemiBold: css `
168
- font-family: ${FONT.pretendard};
169
- font-size: 14px;
170
- font-style: normal;
171
- font-weight: 600;
172
- line-height: 20px;
173
- `,
174
- body3Bold: css `
175
- font-family: ${FONT.pretendard};
176
- font-size: 14px;
177
- font-style: normal;
178
- font-weight: 700;
179
- line-height: 20px;
153
+ body3Regular: css `
154
+ font-family: ${FONT.pretendard};
155
+ font-size: 14px;
156
+ font-style: normal;
157
+ font-weight: 400;
158
+ line-height: 20px;
159
+ `,
160
+ body3Medium: css `
161
+ font-family: ${FONT.pretendard};
162
+ font-size: 14px;
163
+ font-style: normal;
164
+ font-weight: 500;
165
+ line-height: 20px;
166
+ `,
167
+ body3SemiBold: css `
168
+ font-family: ${FONT.pretendard};
169
+ font-size: 14px;
170
+ font-style: normal;
171
+ font-weight: 600;
172
+ line-height: 20px;
173
+ `,
174
+ body3Bold: css `
175
+ font-family: ${FONT.pretendard};
176
+ font-size: 14px;
177
+ font-style: normal;
178
+ font-weight: 700;
179
+ line-height: 20px;
180
180
  `,
181
181
  // Caption
182
- captionRegular: css `
183
- font-family: ${FONT.pretendard};
184
- font-size: 12px;
185
- font-style: normal;
186
- font-weight: 400;
187
- line-height: 16px;
188
- `,
189
- captionMedium: css `
190
- font-family: ${FONT.pretendard};
191
- font-size: 12px;
192
- font-style: normal;
193
- font-weight: 500;
194
- line-height: 16px;
195
- `,
196
- captionSemiBold: css `
197
- font-family: ${FONT.pretendard};
198
- font-size: 12px;
199
- font-style: normal;
200
- font-weight: 600;
201
- line-height: 16px;
202
- `,
203
- captionBold: css `
204
- font-family: ${FONT.pretendard};
205
- font-size: 12px;
206
- font-style: normal;
207
- font-weight: 700;
208
- line-height: 16px;
182
+ captionRegular: css `
183
+ font-family: ${FONT.pretendard};
184
+ font-size: 12px;
185
+ font-style: normal;
186
+ font-weight: 400;
187
+ line-height: 16px;
188
+ `,
189
+ captionMedium: css `
190
+ font-family: ${FONT.pretendard};
191
+ font-size: 12px;
192
+ font-style: normal;
193
+ font-weight: 500;
194
+ line-height: 16px;
195
+ `,
196
+ captionSemiBold: css `
197
+ font-family: ${FONT.pretendard};
198
+ font-size: 12px;
199
+ font-style: normal;
200
+ font-weight: 600;
201
+ line-height: 16px;
202
+ `,
203
+ captionBold: css `
204
+ font-family: ${FONT.pretendard};
205
+ font-size: 12px;
206
+ font-style: normal;
207
+ font-weight: 700;
208
+ line-height: 16px;
209
209
  `,
210
210
  };
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ export declare const CustomMicrosoftIcon: React.ForwardRefExoticComponent<{
3
+ className?: string;
4
+ } & React.RefAttributes<SVGSVGElement>>;
5
+ export declare const customMicrosoftSvg: string;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ import svgImport from "./microsoft.svg";
4
+ export const CustomMicrosoftIcon = forwardRef(function CustomMicrosoftIcon(props, ref) {
5
+ return (_jsxs("svg", Object.assign({ width: 24, height: 24, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props, { children: [_jsx("path", { d: "M0 0H7.54294V7.54294H0V0Z", fill: "#F35325" }), _jsx("path", { d: "M0 8.29039H7.54294V15.8333H0V8.29039Z", fill: "#05A6F0" }), _jsx("path", { d: "M8.29039 0H15.8333V7.54294H8.29039V0Z", fill: "#81BC06" }), _jsx("path", { d: "M8.29039 8.29039H15.8333V15.8333H8.29039V8.29039Z", fill: "#FFBA08" })] })));
6
+ });
7
+ export const customMicrosoftSvg = svgImport;