@team-monolith/cds 1.124.0 → 1.125.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) 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.js +179 -175
  12. package/dist/components/CheckboxInput.js +148 -148
  13. package/dist/components/FileTypeAlertDialog.js +4 -4
  14. package/dist/components/Input.js +53 -53
  15. package/dist/components/InputBase.js +72 -72
  16. package/dist/components/Modal.js +4 -4
  17. package/dist/components/OverflowTooltip.js +4 -4
  18. package/dist/components/Pagination.js +56 -56
  19. package/dist/components/PinInput.js +64 -64
  20. package/dist/components/Popover.js +27 -27
  21. package/dist/components/RadioInput.js +73 -73
  22. package/dist/components/Slider.js +58 -58
  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/foundation/typography.js +186 -186
  30. package/dist/icons/custom/colored/ai-helper.svg +4 -4
  31. package/dist/icons/custom/colored/ai-quiz-color.svg +20 -20
  32. package/dist/icons/custom/colored/ai-socroom-color.svg +14 -14
  33. package/dist/icons/custom/colored/badge-color.svg +4 -4
  34. package/dist/icons/custom/colored/badge-gold.svg +11 -11
  35. package/dist/icons/custom/colored/badge-green.svg +11 -11
  36. package/dist/icons/custom/colored/badge-silver.svg +11 -11
  37. package/dist/icons/custom/colored/basic-plus.svg +31 -31
  38. package/dist/icons/custom/colored/basic.svg +3 -3
  39. package/dist/icons/custom/colored/board-color.svg +5 -5
  40. package/dist/icons/custom/colored/cast-cloudy-color.svg +6 -6
  41. package/dist/icons/custom/colored/cast-partly-color.svg +7 -7
  42. package/dist/icons/custom/colored/cast-rainbow-color.svg +13 -13
  43. package/dist/icons/custom/colored/cast-sunny-color.svg +4 -4
  44. package/dist/icons/custom/colored/clap-bronze.svg +8 -8
  45. package/dist/icons/custom/colored/clap-gold.svg +8 -8
  46. package/dist/icons/custom/colored/clap-silver.svg +8 -8
  47. package/dist/icons/custom/colored/class.svg +13 -13
  48. package/dist/icons/custom/colored/codap-color.svg +13 -13
  49. package/dist/icons/custom/colored/ebook-color.svg +5 -5
  50. package/dist/icons/custom/colored/embedded-color.svg +38 -38
  51. package/dist/icons/custom/colored/emo-clap-color.svg +252 -252
  52. package/dist/icons/custom/colored/emo-good-color.svg +68 -68
  53. package/dist/icons/custom/colored/emo-great-color.svg +67 -67
  54. package/dist/icons/custom/colored/emo-heart-color.svg +239 -239
  55. package/dist/icons/custom/colored/emo-hundred-color.svg +194 -194
  56. package/dist/icons/custom/colored/emo-neutral-color.svg +76 -76
  57. package/dist/icons/custom/colored/emo-stars-color.svg +121 -121
  58. package/dist/icons/custom/colored/emo-thumbup-color.svg +238 -238
  59. package/dist/icons/custom/colored/empty.svg +1 -1
  60. package/dist/icons/custom/colored/entry-color.svg +4 -4
  61. package/dist/icons/custom/colored/filename-all-color.svg +4 -4
  62. package/dist/icons/custom/colored/filename-doc-color.svg +5 -5
  63. package/dist/icons/custom/colored/filename-hwp-color.svg +6 -6
  64. package/dist/icons/custom/colored/filename-img-color.svg +6 -6
  65. package/dist/icons/custom/colored/filename-mp4-color.svg +5 -5
  66. package/dist/icons/custom/colored/filename-pdf-color.svg +12 -12
  67. package/dist/icons/custom/colored/filename-ppt-color.svg +6 -6
  68. package/dist/icons/custom/colored/filename-xls-color.svg +5 -5
  69. package/dist/icons/custom/colored/filename-zip-color.svg +5 -5
  70. package/dist/icons/custom/colored/google.svg +13 -13
  71. package/dist/icons/custom/colored/hand-fill.svg +4 -4
  72. package/dist/icons/custom/colored/judge-color.svg +6 -6
  73. package/dist/icons/custom/colored/makecode-color.svg +4 -4
  74. package/dist/icons/custom/colored/master.svg +12 -12
  75. package/dist/icons/custom/colored/material.svg +6 -6
  76. package/dist/icons/custom/colored/medal-bronze.svg +9 -9
  77. package/dist/icons/custom/colored/medal-gold.svg +9 -9
  78. package/dist/icons/custom/colored/medal-silver.svg +9 -9
  79. package/dist/icons/custom/colored/pro.svg +4 -4
  80. package/dist/icons/custom/colored/problem.svg +7 -7
  81. package/dist/icons/custom/colored/python-color.svg +4 -4
  82. package/dist/icons/custom/colored/quiz-color.svg +12 -12
  83. package/dist/icons/custom/colored/resource-color.svg +13 -13
  84. package/dist/icons/custom/colored/scratch-color.svg +6 -6
  85. package/dist/icons/custom/colored/type-helper.svg +9 -9
  86. package/dist/icons/custom/colored/whale.svg +7 -7
  87. package/dist/icons/custom/colored/worksheet-color.svg +5 -5
  88. package/dist/icons/custom/default/ai-quiz.svg +8 -8
  89. package/dist/icons/custom/default/ai-socroom.svg +13 -13
  90. package/dist/icons/custom/default/badge.svg +4 -4
  91. package/dist/icons/custom/default/board.svg +5 -5
  92. package/dist/icons/custom/default/cast-cloudy.svg +3 -3
  93. package/dist/icons/custom/default/cast-partly.svg +4 -4
  94. package/dist/icons/custom/default/cast-rainbow.svg +12 -12
  95. package/dist/icons/custom/default/cast-sunny.svg +3 -3
  96. package/dist/icons/custom/default/codap.svg +11 -11
  97. package/dist/icons/custom/default/ebook.svg +3 -3
  98. package/dist/icons/custom/default/embedded.svg +4 -4
  99. package/dist/icons/custom/default/emo-clap.svg +6 -6
  100. package/dist/icons/custom/default/emo-good.svg +12 -12
  101. package/dist/icons/custom/default/emo-great.svg +12 -12
  102. package/dist/icons/custom/default/emo-heart.svg +5 -5
  103. package/dist/icons/custom/default/emo-hundred.svg +3 -3
  104. package/dist/icons/custom/default/emo-neutral.svg +14 -14
  105. package/dist/icons/custom/default/emo-stars.svg +14 -14
  106. package/dist/icons/custom/default/emo-thumbup.svg +3 -3
  107. package/dist/icons/custom/default/entry.svg +4 -4
  108. package/dist/icons/custom/default/fab.svg +10 -10
  109. package/dist/icons/custom/default/grant-alt.svg +5 -5
  110. package/dist/icons/custom/default/grant.svg +4 -4
  111. package/dist/icons/custom/default/hand-line.svg +3 -3
  112. package/dist/icons/custom/default/judge.svg +3 -3
  113. package/dist/icons/custom/default/makecode.svg +5 -5
  114. package/dist/icons/custom/default/pdf.svg +3 -3
  115. package/dist/icons/custom/default/python.svg +7 -7
  116. package/dist/icons/custom/default/quiz.svg +4 -4
  117. package/dist/icons/custom/default/resource.svg +11 -11
  118. package/dist/icons/custom/default/scratch.svg +3 -3
  119. package/dist/icons/custom/default/scroll-alt.svg +5 -5
  120. package/dist/icons/custom/default/scroll-fill.svg +4 -4
  121. package/dist/icons/custom/default/scroll-line.svg +5 -5
  122. package/dist/icons/custom/default/symbol.svg +4 -4
  123. package/dist/icons/custom/default/worksheet.svg +4 -4
  124. package/dist/icons/custom/svgrColoredTemplate.js +26 -26
  125. package/dist/icons/custom/svgrDefaultTemplate.js +26 -26
  126. package/dist/patterns/Accordion.js +20 -20
  127. package/dist/patterns/Dropdown/DropdownItem/DropdownItem.js +69 -66
  128. package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.js +27 -27
  129. package/dist/patterns/Dropdown/DropdownMenu/style.js +19 -19
  130. package/dist/patterns/LexicalEditor/Plugins.js +36 -36
  131. package/dist/patterns/LexicalEditor/components/FileSelectInput.js +23 -23
  132. package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +4 -4
  133. package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +15 -15
  134. package/dist/patterns/LexicalEditor/components/InsertVideoDialog/InsertVideoDialog.js +17 -17
  135. package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +2 -2
  136. package/dist/patterns/LexicalEditor/hr.svg +3 -3
  137. package/dist/patterns/LexicalEditor/nodes/FileNode/FileComponent.js +44 -44
  138. package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +25 -25
  139. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +8 -8
  140. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageResizer.js +60 -60
  141. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +19 -19
  142. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SegmentedInput.js +49 -49
  143. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +7 -7
  144. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +73 -73
  145. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +5 -5
  146. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/TextInput.js +7 -7
  147. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxComponent.js +69 -69
  148. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxEdit.js +3 -3
  149. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +15 -15
  150. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +28 -28
  151. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +54 -54
  152. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +61 -61
  153. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/Evaluation.js +75 -75
  154. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +17 -17
  155. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +7 -7
  156. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +28 -28
  157. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +52 -52
  158. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +7 -7
  159. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +25 -25
  160. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +53 -53
  161. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxComponent.js +54 -54
  162. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +5 -5
  163. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +21 -21
  164. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +42 -42
  165. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +71 -71
  166. package/dist/patterns/LexicalEditor/nodes/VideoNode/VideoComponent.js +7 -7
  167. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdder.js +51 -51
  168. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +11 -11
  169. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +7 -7
  170. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +2 -2
  171. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.js +32 -32
  172. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.js +32 -32
  173. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +12 -12
  174. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/componentPickerOptionUtils.js +2 -2
  175. package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +49 -49
  176. package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatPopup.js +36 -36
  177. package/dist/patterns/LexicalEditor/plugins/ParagraphPlaceholderPlugin/index.js +7 -7
  178. package/dist/patterns/LexicalEditor/theme.js +243 -243
  179. package/dist/patterns/SegmentedControl/SegmentedControlButton.js +10 -10
  180. package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +8 -8
  181. package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +2 -2
  182. package/dist/patterns/Tabs.js +43 -43
  183. package/dist/patterns/ToggleButtonGroup/ToggleButton.js +40 -40
  184. package/dist/patterns/ToggleButtonGroup/ToggleButtonGroup.js +11 -11
  185. package/dist/utils/hover.js +12 -12
  186. package/dist/utils/reset.js +19 -19
  187. package/dist/utils/visuallyHidden.js +10 -10
  188. 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
  };
@@ -1,4 +1,4 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="12" cy="12" r="10" fill="#031B20"/>
3
- <path d="M18.127 10.7312C18.3052 10.25 18.3498 9.76875 18.3052 9.2875C18.2607 8.80625 18.0824 8.325 17.8596 7.8875C17.4586 7.23125 16.8793 6.70625 16.2109 6.4C15.4979 6.09375 14.7404 6.00625 13.9829 6.18125C13.6264 5.83125 13.2254 5.525 12.7798 5.30625C12.3342 5.0875 11.7995 5 11.3093 5C10.5518 5 9.79428 5.21875 9.17045 5.65625C8.54661 6.09375 8.10101 6.70625 7.87821 7.40625C7.34349 7.5375 6.8979 7.75625 6.4523 8.01875C6.05126 8.325 5.73934 8.71875 5.47198 9.1125C5.07095 9.76875 4.93727 10.5125 5.02639 11.2562C5.11551 12 5.42742 12.7 5.91758 13.2688C5.73934 13.75 5.69478 14.2312 5.73934 14.7125C5.7839 15.1937 5.96214 15.675 6.18494 16.1125C6.58598 16.7688 7.16525 17.2937 7.83365 17.6C8.54661 17.9062 9.30413 17.9937 10.0616 17.8187C10.4181 18.1687 10.8192 18.475 11.2648 18.6937C11.7104 18.9125 12.2451 19 12.7352 19C13.4928 19 14.2503 18.7812 14.8741 18.3438C15.4979 17.9062 15.9435 17.2937 16.1663 16.5938C16.6565 16.5062 17.1467 16.2875 17.5477 15.9812C17.9487 15.675 18.3052 15.325 18.528 14.8875C18.929 14.2312 19.0627 13.4875 18.9736 12.7438C18.8845 12 18.6171 11.3 18.127 10.7312ZM12.7798 18.0813C12.0668 18.0813 11.5321 17.8625 11.042 17.4688C11.042 17.4688 11.0865 17.425 11.1311 17.425L13.9829 15.8062C14.072 15.7625 14.1166 15.7188 14.1611 15.6312C14.2057 15.5437 14.2057 15.5 14.2057 15.4125V11.475L15.4088 12.175V15.4125C15.4534 16.9437 14.2057 18.0813 12.7798 18.0813ZM7.03157 15.675C6.71966 15.15 6.58598 14.5375 6.71966 13.925C6.71966 13.925 6.76422 13.9688 6.80878 13.9688L9.6606 15.5875C9.74972 15.6312 9.79428 15.6312 9.8834 15.6312C9.97252 15.6312 10.0616 15.6312 10.1062 15.5875L13.5819 13.6187V14.975L10.6855 16.6375C10.0616 16.9875 9.34869 17.075 8.68029 16.9C7.96733 16.725 7.38805 16.2875 7.03157 15.675ZM6.27406 9.59375C6.58598 9.06875 7.07613 8.675 7.65541 8.45625V8.54375V11.7812C7.65541 11.8688 7.65541 11.9562 7.69997 12C7.74453 12.0875 7.78909 12.1312 7.87821 12.175L11.3539 14.1438L10.1508 14.8438L7.29893 13.225C6.6751 12.875 6.2295 12.3063 6.05126 11.65C5.87302 10.9938 5.91758 10.2062 6.27406 9.59375ZM16.1218 11.825L12.6461 9.85625L13.8492 9.15625L16.7011 10.775C17.1467 11.0375 17.5031 11.3875 17.7259 11.825C17.9487 12.2625 18.0824 12.7438 18.0379 13.2688C17.9933 13.75 17.8151 14.2312 17.5031 14.625C17.1912 15.0188 16.7902 15.325 16.3 15.5V12.175C16.3 12.0875 16.3 12 16.2555 11.9562C16.2555 11.9562 16.2109 11.8688 16.1218 11.825ZM17.3249 10.075C17.3249 10.075 17.2803 10.0312 17.2358 10.0312L14.3839 8.4125C14.2948 8.36875 14.2503 8.36875 14.1611 8.36875C14.072 8.36875 13.9829 8.36875 13.9383 8.4125L10.4627 10.3812V9.025L13.3591 7.3625C13.8047 7.1 14.2948 7.0125 14.8295 7.0125C15.3197 7.0125 15.8099 7.1875 16.2555 7.49375C16.6565 7.8 17.013 8.19375 17.1912 8.63125C17.3695 9.06875 17.414 9.59375 17.3249 10.075ZM9.83884 12.525L8.63573 11.825V8.54375C8.63573 8.0625 8.76941 7.5375 9.03677 7.14375C9.30413 6.70625 9.70516 6.4 10.1508 6.18125C10.5964 5.9625 11.1311 5.875 11.6212 5.9625C12.1114 6.00625 12.6016 6.225 13.0026 6.53125C13.0026 6.53125 12.958 6.575 12.9135 6.575L10.0616 8.19375C9.97252 8.2375 9.92796 8.28125 9.8834 8.36875C9.83884 8.45625 9.83884 8.5 9.83884 8.5875V12.525ZM10.4627 11.125L12.0223 10.25L13.5819 11.125V12.875L12.0223 13.75L10.4627 12.875V11.125Z" fill="#CFF4F6"/>
4
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="12" cy="12" r="10" fill="#031B20"/>
3
+ <path d="M18.127 10.7312C18.3052 10.25 18.3498 9.76875 18.3052 9.2875C18.2607 8.80625 18.0824 8.325 17.8596 7.8875C17.4586 7.23125 16.8793 6.70625 16.2109 6.4C15.4979 6.09375 14.7404 6.00625 13.9829 6.18125C13.6264 5.83125 13.2254 5.525 12.7798 5.30625C12.3342 5.0875 11.7995 5 11.3093 5C10.5518 5 9.79428 5.21875 9.17045 5.65625C8.54661 6.09375 8.10101 6.70625 7.87821 7.40625C7.34349 7.5375 6.8979 7.75625 6.4523 8.01875C6.05126 8.325 5.73934 8.71875 5.47198 9.1125C5.07095 9.76875 4.93727 10.5125 5.02639 11.2562C5.11551 12 5.42742 12.7 5.91758 13.2688C5.73934 13.75 5.69478 14.2312 5.73934 14.7125C5.7839 15.1937 5.96214 15.675 6.18494 16.1125C6.58598 16.7688 7.16525 17.2937 7.83365 17.6C8.54661 17.9062 9.30413 17.9937 10.0616 17.8187C10.4181 18.1687 10.8192 18.475 11.2648 18.6937C11.7104 18.9125 12.2451 19 12.7352 19C13.4928 19 14.2503 18.7812 14.8741 18.3438C15.4979 17.9062 15.9435 17.2937 16.1663 16.5938C16.6565 16.5062 17.1467 16.2875 17.5477 15.9812C17.9487 15.675 18.3052 15.325 18.528 14.8875C18.929 14.2312 19.0627 13.4875 18.9736 12.7438C18.8845 12 18.6171 11.3 18.127 10.7312ZM12.7798 18.0813C12.0668 18.0813 11.5321 17.8625 11.042 17.4688C11.042 17.4688 11.0865 17.425 11.1311 17.425L13.9829 15.8062C14.072 15.7625 14.1166 15.7188 14.1611 15.6312C14.2057 15.5437 14.2057 15.5 14.2057 15.4125V11.475L15.4088 12.175V15.4125C15.4534 16.9437 14.2057 18.0813 12.7798 18.0813ZM7.03157 15.675C6.71966 15.15 6.58598 14.5375 6.71966 13.925C6.71966 13.925 6.76422 13.9688 6.80878 13.9688L9.6606 15.5875C9.74972 15.6312 9.79428 15.6312 9.8834 15.6312C9.97252 15.6312 10.0616 15.6312 10.1062 15.5875L13.5819 13.6187V14.975L10.6855 16.6375C10.0616 16.9875 9.34869 17.075 8.68029 16.9C7.96733 16.725 7.38805 16.2875 7.03157 15.675ZM6.27406 9.59375C6.58598 9.06875 7.07613 8.675 7.65541 8.45625V8.54375V11.7812C7.65541 11.8688 7.65541 11.9562 7.69997 12C7.74453 12.0875 7.78909 12.1312 7.87821 12.175L11.3539 14.1438L10.1508 14.8438L7.29893 13.225C6.6751 12.875 6.2295 12.3063 6.05126 11.65C5.87302 10.9938 5.91758 10.2062 6.27406 9.59375ZM16.1218 11.825L12.6461 9.85625L13.8492 9.15625L16.7011 10.775C17.1467 11.0375 17.5031 11.3875 17.7259 11.825C17.9487 12.2625 18.0824 12.7438 18.0379 13.2688C17.9933 13.75 17.8151 14.2312 17.5031 14.625C17.1912 15.0188 16.7902 15.325 16.3 15.5V12.175C16.3 12.0875 16.3 12 16.2555 11.9562C16.2555 11.9562 16.2109 11.8688 16.1218 11.825ZM17.3249 10.075C17.3249 10.075 17.2803 10.0312 17.2358 10.0312L14.3839 8.4125C14.2948 8.36875 14.2503 8.36875 14.1611 8.36875C14.072 8.36875 13.9829 8.36875 13.9383 8.4125L10.4627 10.3812V9.025L13.3591 7.3625C13.8047 7.1 14.2948 7.0125 14.8295 7.0125C15.3197 7.0125 15.8099 7.1875 16.2555 7.49375C16.6565 7.8 17.013 8.19375 17.1912 8.63125C17.3695 9.06875 17.414 9.59375 17.3249 10.075ZM9.83884 12.525L8.63573 11.825V8.54375C8.63573 8.0625 8.76941 7.5375 9.03677 7.14375C9.30413 6.70625 9.70516 6.4 10.1508 6.18125C10.5964 5.9625 11.1311 5.875 11.6212 5.9625C12.1114 6.00625 12.6016 6.225 13.0026 6.53125C13.0026 6.53125 12.958 6.575 12.9135 6.575L10.0616 8.19375C9.97252 8.2375 9.92796 8.28125 9.8834 8.36875C9.83884 8.45625 9.83884 8.5 9.83884 8.5875V12.525ZM10.4627 11.125L12.0223 10.25L13.5819 11.125V12.875L12.0223 13.75L10.4627 12.875V11.125Z" fill="#CFF4F6"/>
4
+ </svg>