@team-monolith/cds 1.122.6 → 1.123.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 (189) hide show
  1. package/@types/emotion.d.ts +194 -162
  2. package/README.md +37 -37
  3. package/dist/CdsProvider.js +14 -14
  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 +48 -51
  10. package/dist/components/Book/Book.js +174 -174
  11. package/dist/components/Button.js +179 -179
  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.d.ts +30 -0
  30. package/dist/foundation/typography.js +181 -0
  31. package/dist/icons/custom/colored/ai-helper.svg +4 -4
  32. package/dist/icons/custom/colored/ai-quiz-color.svg +20 -20
  33. package/dist/icons/custom/colored/ai-socroom-color.svg +14 -14
  34. package/dist/icons/custom/colored/badge-color.svg +4 -4
  35. package/dist/icons/custom/colored/badge-gold.svg +11 -11
  36. package/dist/icons/custom/colored/badge-green.svg +11 -11
  37. package/dist/icons/custom/colored/badge-silver.svg +11 -11
  38. package/dist/icons/custom/colored/basic-plus.svg +31 -31
  39. package/dist/icons/custom/colored/basic.svg +3 -3
  40. package/dist/icons/custom/colored/board-color.svg +5 -5
  41. package/dist/icons/custom/colored/cast-cloudy-color.svg +6 -6
  42. package/dist/icons/custom/colored/cast-partly-color.svg +7 -7
  43. package/dist/icons/custom/colored/cast-rainbow-color.svg +13 -13
  44. package/dist/icons/custom/colored/cast-sunny-color.svg +4 -4
  45. package/dist/icons/custom/colored/clap-bronze.svg +8 -8
  46. package/dist/icons/custom/colored/clap-gold.svg +8 -8
  47. package/dist/icons/custom/colored/clap-silver.svg +8 -8
  48. package/dist/icons/custom/colored/class.svg +13 -13
  49. package/dist/icons/custom/colored/codap-color.svg +13 -13
  50. package/dist/icons/custom/colored/ebook-color.svg +5 -5
  51. package/dist/icons/custom/colored/embedded-color.svg +38 -38
  52. package/dist/icons/custom/colored/emo-clap-color.svg +252 -252
  53. package/dist/icons/custom/colored/emo-good-color.svg +68 -68
  54. package/dist/icons/custom/colored/emo-great-color.svg +67 -67
  55. package/dist/icons/custom/colored/emo-heart-color.svg +239 -239
  56. package/dist/icons/custom/colored/emo-hundred-color.svg +194 -194
  57. package/dist/icons/custom/colored/emo-neutral-color.svg +76 -76
  58. package/dist/icons/custom/colored/emo-stars-color.svg +121 -121
  59. package/dist/icons/custom/colored/emo-thumbup-color.svg +238 -238
  60. package/dist/icons/custom/colored/empty.svg +1 -1
  61. package/dist/icons/custom/colored/entry-color.svg +4 -4
  62. package/dist/icons/custom/colored/filename-all-color.svg +4 -4
  63. package/dist/icons/custom/colored/filename-doc-color.svg +5 -5
  64. package/dist/icons/custom/colored/filename-hwp-color.svg +6 -6
  65. package/dist/icons/custom/colored/filename-img-color.svg +6 -6
  66. package/dist/icons/custom/colored/filename-mp4-color.svg +5 -5
  67. package/dist/icons/custom/colored/filename-pdf-color.svg +12 -12
  68. package/dist/icons/custom/colored/filename-ppt-color.svg +6 -6
  69. package/dist/icons/custom/colored/filename-xls-color.svg +5 -5
  70. package/dist/icons/custom/colored/filename-zip-color.svg +5 -5
  71. package/dist/icons/custom/colored/google.svg +13 -13
  72. package/dist/icons/custom/colored/hand-fill.svg +4 -4
  73. package/dist/icons/custom/colored/judge-color.svg +6 -6
  74. package/dist/icons/custom/colored/makecode-color.svg +4 -4
  75. package/dist/icons/custom/colored/master.svg +12 -12
  76. package/dist/icons/custom/colored/material.svg +6 -6
  77. package/dist/icons/custom/colored/medal-bronze.svg +9 -9
  78. package/dist/icons/custom/colored/medal-gold.svg +9 -9
  79. package/dist/icons/custom/colored/medal-silver.svg +9 -9
  80. package/dist/icons/custom/colored/pro.svg +4 -4
  81. package/dist/icons/custom/colored/problem.svg +7 -7
  82. package/dist/icons/custom/colored/python-color.svg +4 -4
  83. package/dist/icons/custom/colored/quiz-color.svg +12 -12
  84. package/dist/icons/custom/colored/resource-color.svg +13 -13
  85. package/dist/icons/custom/colored/scratch-color.svg +6 -6
  86. package/dist/icons/custom/colored/type-helper.svg +9 -9
  87. package/dist/icons/custom/colored/whale.svg +7 -7
  88. package/dist/icons/custom/colored/worksheet-color.svg +5 -5
  89. package/dist/icons/custom/default/ai-quiz.svg +8 -8
  90. package/dist/icons/custom/default/ai-socroom.svg +13 -13
  91. package/dist/icons/custom/default/badge.svg +4 -4
  92. package/dist/icons/custom/default/board.svg +5 -5
  93. package/dist/icons/custom/default/cast-cloudy.svg +3 -3
  94. package/dist/icons/custom/default/cast-partly.svg +4 -4
  95. package/dist/icons/custom/default/cast-rainbow.svg +12 -12
  96. package/dist/icons/custom/default/cast-sunny.svg +3 -3
  97. package/dist/icons/custom/default/codap.svg +11 -11
  98. package/dist/icons/custom/default/ebook.svg +3 -3
  99. package/dist/icons/custom/default/embedded.svg +4 -4
  100. package/dist/icons/custom/default/emo-clap.svg +6 -6
  101. package/dist/icons/custom/default/emo-good.svg +12 -12
  102. package/dist/icons/custom/default/emo-great.svg +12 -12
  103. package/dist/icons/custom/default/emo-heart.svg +5 -5
  104. package/dist/icons/custom/default/emo-hundred.svg +3 -3
  105. package/dist/icons/custom/default/emo-neutral.svg +14 -14
  106. package/dist/icons/custom/default/emo-stars.svg +14 -14
  107. package/dist/icons/custom/default/emo-thumbup.svg +3 -3
  108. package/dist/icons/custom/default/entry.svg +4 -4
  109. package/dist/icons/custom/default/fab.svg +10 -10
  110. package/dist/icons/custom/default/grant-alt.svg +5 -5
  111. package/dist/icons/custom/default/grant.svg +4 -4
  112. package/dist/icons/custom/default/hand-line.svg +3 -3
  113. package/dist/icons/custom/default/judge.svg +3 -3
  114. package/dist/icons/custom/default/makecode.svg +5 -5
  115. package/dist/icons/custom/default/pdf.svg +3 -3
  116. package/dist/icons/custom/default/python.svg +7 -7
  117. package/dist/icons/custom/default/quiz.svg +4 -4
  118. package/dist/icons/custom/default/resource.svg +11 -11
  119. package/dist/icons/custom/default/scratch.svg +3 -3
  120. package/dist/icons/custom/default/scroll-alt.svg +5 -5
  121. package/dist/icons/custom/default/scroll-fill.svg +4 -4
  122. package/dist/icons/custom/default/scroll-line.svg +5 -5
  123. package/dist/icons/custom/default/symbol.svg +4 -4
  124. package/dist/icons/custom/default/worksheet.svg +4 -4
  125. package/dist/icons/custom/svgrColoredTemplate.js +26 -26
  126. package/dist/icons/custom/svgrDefaultTemplate.js +26 -26
  127. package/dist/patterns/Accordion.js +20 -20
  128. package/dist/patterns/Dropdown/DropdownItem/DropdownItem.js +60 -60
  129. package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.js +27 -27
  130. package/dist/patterns/Dropdown/DropdownMenu/style.js +19 -19
  131. package/dist/patterns/LexicalEditor/Plugins.js +36 -36
  132. package/dist/patterns/LexicalEditor/components/FileSelectInput.js +23 -23
  133. package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +4 -4
  134. package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +15 -15
  135. package/dist/patterns/LexicalEditor/components/InsertVideoDialog/InsertVideoDialog.js +17 -17
  136. package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +2 -2
  137. package/dist/patterns/LexicalEditor/hr.svg +3 -3
  138. package/dist/patterns/LexicalEditor/nodes/FileNode/FileComponent.js +44 -44
  139. package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +25 -25
  140. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +8 -8
  141. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageResizer.js +60 -60
  142. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +19 -19
  143. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SegmentedInput.js +49 -49
  144. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +7 -7
  145. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +73 -73
  146. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +5 -5
  147. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/TextInput.js +7 -7
  148. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxComponent.js +69 -69
  149. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxEdit.js +3 -3
  150. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +15 -15
  151. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +28 -28
  152. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +54 -54
  153. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +61 -61
  154. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/Evaluation.js +75 -75
  155. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +17 -17
  156. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +7 -7
  157. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +28 -28
  158. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +52 -52
  159. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +7 -7
  160. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +25 -25
  161. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +53 -53
  162. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxComponent.js +54 -54
  163. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +5 -5
  164. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +21 -21
  165. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +42 -42
  166. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +71 -71
  167. package/dist/patterns/LexicalEditor/nodes/VideoNode/VideoComponent.js +7 -7
  168. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdder.js +51 -51
  169. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +11 -11
  170. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +7 -7
  171. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +2 -2
  172. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.js +32 -32
  173. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.js +32 -32
  174. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +12 -12
  175. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/componentPickerOptionUtils.js +2 -2
  176. package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +49 -49
  177. package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatPopup.js +36 -36
  178. package/dist/patterns/LexicalEditor/plugins/ParagraphPlaceholderPlugin/index.js +7 -7
  179. package/dist/patterns/LexicalEditor/theme.js +243 -243
  180. package/dist/patterns/SegmentedControl/SegmentedControlButton.js +10 -10
  181. package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +8 -8
  182. package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +2 -2
  183. package/dist/patterns/Tabs.js +43 -43
  184. package/dist/patterns/ToggleButtonGroup/ToggleButton.js +40 -40
  185. package/dist/patterns/ToggleButtonGroup/ToggleButtonGroup.js +11 -11
  186. package/dist/utils/hover.js +12 -12
  187. package/dist/utils/reset.js +19 -19
  188. package/dist/utils/visuallyHidden.js +10 -10
  189. package/package.json +109 -109
@@ -18,51 +18,51 @@ export function Tabs({ className, activeKey, onTabClick, items }) {
18
18
  var _a;
19
19
  return (_jsxs(Wrapper, { className: [tabsClasses.root, className].filter(Boolean).join(" "), children: [_jsx(TabBar, { className: tabsClasses.tabBar, children: items.map((item) => (_jsxs(Tab, { className: tabsClasses.tab, onClick: (event) => onTabClick === null || onTabClick === void 0 ? void 0 : onTabClick(item.key, event), active: activeKey === item.key, children: [item.label, activeKey === item.key && (_jsx(ActiveIndicator, { className: tabsClasses.activeIndicator }))] }, item.key))) }), (_a = items.find((item) => item.key === activeKey)) === null || _a === void 0 ? void 0 : _a.children] }));
20
20
  }
21
- const Wrapper = styled.div `
22
- display: flex;
23
- flex-direction: column;
21
+ const Wrapper = styled.div `
22
+ display: flex;
23
+ flex-direction: column;
24
24
  `;
25
- const TabBar = styled.ul(({ theme }) => css `
26
- display: flex;
27
- gap: 16px;
28
- list-style: none;
29
- padding: 0;
30
- margin: 4px 0;
31
- border-bottom: 1px solid ${theme.color.background.neutralAltActive};
32
- position: relative;
25
+ const TabBar = styled.ul(({ theme }) => css `
26
+ display: flex;
27
+ gap: 16px;
28
+ list-style: none;
29
+ padding: 0;
30
+ margin: 4px 0;
31
+ border-bottom: 1px solid ${theme.color.background.neutralAltActive};
32
+ position: relative;
33
33
  `);
34
- const Tab = styled.li(({ theme, active }) => css `
35
- padding: 8px 12px;
36
- cursor: pointer;
37
- color: ${theme.color.foreground.neutralBase};
38
- text-align: center;
39
- position: relative;
40
-
41
- /* Default/Paragraph/14px-Bd */
42
- font-family: ${theme.fontFamily.ui};
43
- font-size: 14px;
44
- font-style: normal;
45
- font-weight: 400;
46
- line-height: 20px; /* 142.857% */
47
-
48
- border-radius: 8px;
49
-
50
- ${HOVER(css `
51
- background: ${theme.color.background.neutralAltActive};
52
- `)}
34
+ const Tab = styled.li(({ theme, active }) => css `
35
+ padding: 8px 12px;
36
+ cursor: pointer;
37
+ color: ${theme.color.foreground.neutralBase};
38
+ text-align: center;
39
+ position: relative;
40
+
41
+ /* Default/Paragraph/14px-Bd */
42
+ font-family: ${theme.fontFamily.ui};
43
+ font-size: 14px;
44
+ font-style: normal;
45
+ font-weight: 400;
46
+ line-height: 20px; /* 142.857% */
47
+
48
+ border-radius: 8px;
49
+
50
+ ${HOVER(css `
51
+ background: ${theme.color.background.neutralAltActive};
52
+ `)}
53
53
  ${active &&
54
- css `
55
- font-weight: 700;
56
- `}
57
- &:focus {
58
- outline: 2px solid ${theme.color.background.primary};
59
- }
54
+ css `
55
+ font-weight: 700;
56
+ `}
57
+ &:focus {
58
+ outline: 2px solid ${theme.color.background.primary};
59
+ }
60
60
  `);
61
- const ActiveIndicator = styled.span(({ theme }) => css `
62
- position: absolute;
63
- bottom: -1px;
64
- left: 8px;
65
- right: 8px;
66
- height: 2px;
67
- background-color: ${theme.color.background.primary};
61
+ const ActiveIndicator = styled.span(({ theme }) => css `
62
+ position: absolute;
63
+ bottom: -1px;
64
+ left: 8px;
65
+ right: 8px;
66
+ height: 2px;
67
+ background-color: ${theme.color.background.primary};
68
68
  `);
@@ -14,45 +14,45 @@ export function ToggleButton(props) {
14
14
  }
15
15
  return (_jsx(Tooltip, { placement: placement, text: label, children: _jsx(Inactive, { "aria-label": t("{{label}} 선택하기", { label }), className: toggleButtonGroupClasses.toggleButton.inactive, onClick: onClick, children: offIcon }) }));
16
16
  }
17
- const Active = styled.button(({ theme }) => css `
18
- ${RESET_BUTTON};
19
- cursor: pointer;
20
- display: flex;
21
- padding: 8px 12px;
22
- justify-content: center;
23
- align-items: center;
24
- gap: 8px;
25
-
26
- border-radius: 99px;
27
- background: ${theme.color.blanket.neutralLight};
28
-
29
- color: ${theme.color.foreground.neutralBase};
30
- font-family: ${theme.fontFamily.ui};
31
- font-size: 16px;
32
- font-style: normal;
33
- font-weight: 700;
34
- line-height: 20px; /* 125% */
35
-
36
- svg {
37
- width: 24px;
38
- height: 24px;
39
- }
17
+ const Active = styled.button(({ theme }) => css `
18
+ ${RESET_BUTTON};
19
+ cursor: pointer;
20
+ display: flex;
21
+ padding: 8px 12px;
22
+ justify-content: center;
23
+ align-items: center;
24
+ gap: 8px;
25
+
26
+ border-radius: 99px;
27
+ background: ${theme.color.blanket.neutralLight};
28
+
29
+ color: ${theme.color.foreground.neutralBase};
30
+ font-family: ${theme.fontFamily.ui};
31
+ font-size: 16px;
32
+ font-style: normal;
33
+ font-weight: 700;
34
+ line-height: 20px; /* 125% */
35
+
36
+ svg {
37
+ width: 24px;
38
+ height: 24px;
39
+ }
40
40
  `);
41
- const Inactive = styled.button `
42
- ${RESET_BUTTON};
43
- cursor: pointer;
44
- display: flex;
45
- padding: 8px 12px;
46
- justify-content: center;
47
- align-items: center;
48
-
49
- opacity: 0.6;
50
- ${HOVER(css `
51
- opacity: 1;
52
- `)}
53
-
54
- svg {
55
- width: 24px;
56
- height: 24px;
57
- }
41
+ const Inactive = styled.button `
42
+ ${RESET_BUTTON};
43
+ cursor: pointer;
44
+ display: flex;
45
+ padding: 8px 12px;
46
+ justify-content: center;
47
+ align-items: center;
48
+
49
+ opacity: 0.6;
50
+ ${HOVER(css `
51
+ opacity: 1;
52
+ `)}
53
+
54
+ svg {
55
+ width: 24px;
56
+ height: 24px;
57
+ }
58
58
  `;
@@ -17,8 +17,8 @@ export const toggleButtonGroupClasses = {
17
17
  export function ToggleButtonGroup(props) {
18
18
  const { className, data, activeIndex, setActiveIndex } = props;
19
19
  return (_jsx(Container, { className: `${className} ${toggleButtonGroupClasses.container}`, css: !setActiveIndex &&
20
- css `
21
- pointer-events: none;
20
+ css `
21
+ pointer-events: none;
22
22
  `, children: data.map((datum, index) => {
23
23
  const isFirst = index === 0;
24
24
  const isLast = index === data.length - 1;
@@ -35,13 +35,13 @@ export function ToggleButtonGroup(props) {
35
35
  : "bottom" }, index));
36
36
  }) }));
37
37
  }
38
- const Container = styled.div `
39
- display: flex;
40
- padding: 4px;
41
- justify-content: space-between;
42
- align-items: center;
43
- flex: 1 0 0;
44
-
45
- border-radius: 24px;
46
- background: linear-gradient(90deg, #eff7ed 0%, #faefe3 100%);
38
+ const Container = styled.div `
39
+ display: flex;
40
+ padding: 4px;
41
+ justify-content: space-between;
42
+ align-items: center;
43
+ flex: 1 0 0;
44
+
45
+ border-radius: 24px;
46
+ background: linear-gradient(90deg, #eff7ed 0%, #faefe3 100%);
47
47
  `;
@@ -2,20 +2,20 @@ import { css } from "@emotion/react";
2
2
  // https://choi-jinwoo.github.io/post/development/css-media-hover/
3
3
  export function HOVER(style) {
4
4
  // -ms-high-contrast: none is for IE11 support.
5
- return css `
6
- @media (hover: hover), (-ms-high-contrast: none) {
7
- &:hover {
8
- ${style}
9
- }
10
- }
5
+ return css `
6
+ @media (hover: hover), (-ms-high-contrast: none) {
7
+ &:hover {
8
+ ${style}
9
+ }
10
+ }
11
11
  `;
12
12
  }
13
13
  export function FOCUS(style) {
14
- return css `
15
- @media (hover: hover), (-ms-high-contrast: none) {
16
- &:focus {
17
- ${style}
18
- }
19
- }
14
+ return css `
15
+ @media (hover: hover), (-ms-high-contrast: none) {
16
+ &:focus {
17
+ ${style}
18
+ }
19
+ }
20
20
  `;
21
21
  }
@@ -1,23 +1,23 @@
1
1
  import { css } from "@emotion/react";
2
- export const RESET_COMMON_BOX = css `
3
- margin: 0;
4
- padding: 0;
5
- border: 0;
2
+ export const RESET_COMMON_BOX = css `
3
+ margin: 0;
4
+ padding: 0;
5
+ border: 0;
6
6
  `;
7
- export const RESET_BUTTON = css `
8
- display: inline-block;
9
- margin: 0;
10
- padding: 0;
11
- box-sizing: border-box;
12
- border: none;
13
- background: none;
14
- font: inherit;
15
- text-align: inherit;
16
- letter-spacing: inherit;
7
+ export const RESET_BUTTON = css `
8
+ display: inline-block;
9
+ margin: 0;
10
+ padding: 0;
11
+ box-sizing: border-box;
12
+ border: none;
13
+ background: none;
14
+ font: inherit;
15
+ text-align: inherit;
16
+ letter-spacing: inherit;
17
17
  `;
18
- export const RESET_TABLE = css `
19
- padding: 0;
20
- border: 0;
21
- border-spacing: 0px;
22
- border-collapse: collapse;
18
+ export const RESET_TABLE = css `
19
+ padding: 0;
20
+ border: 0;
21
+ border-spacing: 0px;
22
+ border-collapse: collapse;
23
23
  `;
@@ -1,12 +1,12 @@
1
1
  import { css } from "@emotion/react";
2
- export const VISUALLY_HIDDEN = css `
3
- position: absolute;
4
- width: 1px;
5
- height: 1px;
6
- margin: -1px;
7
- padding: 0;
8
- border: 0;
9
- overflow: hidden;
10
- clip: rect(0, 0, 0, 0);
11
- white-space: nowrap; /* 텍스트가 줄 바뀜 없이 한 줄로 유지되도록 */
2
+ export const VISUALLY_HIDDEN = css `
3
+ position: absolute;
4
+ width: 1px;
5
+ height: 1px;
6
+ margin: -1px;
7
+ padding: 0;
8
+ border: 0;
9
+ overflow: hidden;
10
+ clip: rect(0, 0, 0, 0);
11
+ white-space: nowrap; /* 텍스트가 줄 바뀜 없이 한 줄로 유지되도록 */
12
12
  `;
package/package.json CHANGED
@@ -1,109 +1,109 @@
1
- {
2
- "name": "@team-monolith/cds",
3
- "version": "1.122.6",
4
- "main": "dist/index.js",
5
- "types": "dist/index.d.ts",
6
- "sideEffects": false,
7
- "dependencies": {
8
- "@emotion/css": "^11.11.2",
9
- "@emotion/react": "^11.8.2",
10
- "@emotion/styled": "^11.8.1",
11
- "@lexical/react": "^0.32.1",
12
- "@mui/material": "^5.13.6",
13
- "@types/node": "^16.11.26",
14
- "@types/react": "^18.2.28",
15
- "@types/react-dom": "^18.2.13",
16
- "framer-motion": "^11.3.19",
17
- "hex-to-css-filter": "^5.4.0",
18
- "i18next": "^25.5.2",
19
- "i18next-browser-languagedetector": "^8.2.0",
20
- "i18next-locize-backend": "^7.0.4",
21
- "lexical": "^0.32.1",
22
- "lodash": "^4.17.21",
23
- "moment": "^2.30.1",
24
- "react": "^18.2.0",
25
- "react-dom": "^18.2.0",
26
- "react-hook-form": "^7.55.0",
27
- "react-i18next": "^15.7.3",
28
- "react-player": "^2.16.0",
29
- "remixicon": "^4.3.0",
30
- "typescript": "~5.5.4",
31
- "uid": "^2.0.2",
32
- "usehooks-ts": "^2.9.1"
33
- },
34
- "files": [
35
- "dist/**/*",
36
- "@types/**/*"
37
- ],
38
- "bundleDependencies": [
39
- "react-i18next"
40
- ],
41
- "scripts": {
42
- "build": "npm run build:compile && npm run i18n",
43
- "build:compile": "npm i && npm run clean && mkdir dist && npm run iconconvert && npm run svgr-customicon && tsc && npm run postbundle",
44
- "clean": "rimraf dist",
45
- "postbundle": "copyfiles -u 2 src/cds/**/*.{svg,jpg,png} dist/",
46
- "storybook": "storybook dev -p 6006",
47
- "build-storybook": "storybook build",
48
- "i18n": "npm run i18n:parse && npm run i18n:save-missing",
49
- "i18n:context": "npx tsx scripts/audit-i18n-context.ts",
50
- "i18n:parse": "i18next && npx tsx scripts/ko-plural-postprocess.ts",
51
- "i18n:save-missing": "locize save-missing --path ./locales",
52
- "iconconvert": "node iconscripts.mjs",
53
- "svgr-default": "npx svgr src/cds/icons/custom/default -d src/cds/icons/custom/default --template src/cds/icons/custom/svgrDefaultTemplate.js",
54
- "svgr-colored": "npx svgr src/cds/icons/custom/colored -d src/cds/icons/custom/colored --template src/cds/icons/custom/svgrColoredTemplate.js",
55
- "svgr-customicon": "npm run svgr-default && npm run svgr-colored && node src/cds/icons/custom/uniqueidscripts.mjs",
56
- "lint": "npx eslint src/"
57
- },
58
- "eslintConfig": {
59
- "extends": [
60
- "react-app",
61
- "react-app/jest",
62
- "plugin:storybook/recommended"
63
- ]
64
- },
65
- "browserslist": {
66
- "production": [
67
- ">0.2%",
68
- "not dead",
69
- "not op_mini all"
70
- ],
71
- "development": [
72
- "last 1 chrome version",
73
- "last 1 firefox version",
74
- "last 1 safari version"
75
- ]
76
- },
77
- "devDependencies": {
78
- "@babel/preset-env": "^7.22.7",
79
- "@babel/preset-react": "^7.22.5",
80
- "@babel/preset-typescript": "^7.22.5",
81
- "@eslint/js": "^9.7.0",
82
- "@storybook/addon-essentials": "^7.4.6",
83
- "@storybook/addon-interactions": "^7.4.6",
84
- "@storybook/addon-links": "^7.4.6",
85
- "@storybook/blocks": "^7.4.6",
86
- "@storybook/react": "^7.4.6",
87
- "@storybook/react-webpack5": "^7.4.6",
88
- "@storybook/testing-library": "^0.2.2",
89
- "@svgr/cli": "^8.1.0",
90
- "chromatic": "^7.1.0",
91
- "copyfiles": "^2.4.1",
92
- "eslint": "^8.57.0",
93
- "eslint-plugin-i18next": "^6.1.3",
94
- "eslint-plugin-import": "^2.29.1",
95
- "eslint-plugin-react": "^7.34.4",
96
- "eslint-plugin-react-hooks": "^4.6.2",
97
- "eslint-plugin-storybook": "^0.8.0",
98
- "globals": "^15.8.0",
99
- "i18next-parser": "^9.3.0",
100
- "locize-cli": "^10.3.2",
101
- "pascalcase": "^2.0.0",
102
- "prettier": "^3.0.2",
103
- "prop-types": "^15.8.1",
104
- "rimraf": "^5.0.1",
105
- "storybook": "^7.4.6",
106
- "tsx": "^4.20.5",
107
- "typescript-eslint": "^8.4.0"
108
- }
109
- }
1
+ {
2
+ "name": "@team-monolith/cds",
3
+ "version": "1.123.0",
4
+ "main": "dist/index.js",
5
+ "types": "dist/index.d.ts",
6
+ "sideEffects": false,
7
+ "dependencies": {
8
+ "@emotion/css": "^11.11.2",
9
+ "@emotion/react": "^11.8.2",
10
+ "@emotion/styled": "^11.8.1",
11
+ "@lexical/react": "^0.32.1",
12
+ "@mui/material": "^5.13.6",
13
+ "@types/node": "^16.11.26",
14
+ "@types/react": "^18.2.28",
15
+ "@types/react-dom": "^18.2.13",
16
+ "framer-motion": "^11.3.19",
17
+ "hex-to-css-filter": "^5.4.0",
18
+ "i18next": "^25.5.2",
19
+ "i18next-browser-languagedetector": "^8.2.0",
20
+ "i18next-locize-backend": "^7.0.4",
21
+ "lexical": "^0.32.1",
22
+ "lodash": "^4.17.21",
23
+ "moment": "^2.30.1",
24
+ "react": "^18.2.0",
25
+ "react-dom": "^18.2.0",
26
+ "react-hook-form": "^7.55.0",
27
+ "react-i18next": "^15.7.3",
28
+ "react-player": "^2.16.0",
29
+ "remixicon": "^4.3.0",
30
+ "typescript": "~5.5.4",
31
+ "uid": "^2.0.2",
32
+ "usehooks-ts": "^2.9.1"
33
+ },
34
+ "files": [
35
+ "dist/**/*",
36
+ "@types/**/*"
37
+ ],
38
+ "bundleDependencies": [
39
+ "react-i18next"
40
+ ],
41
+ "scripts": {
42
+ "build": "npm run build:compile && npm run i18n",
43
+ "build:compile": "npm i && npm run clean && mkdir dist && npm run iconconvert && npm run svgr-customicon && tsc && npm run postbundle",
44
+ "clean": "rimraf dist",
45
+ "postbundle": "copyfiles -u 2 src/cds/**/*.{svg,jpg,png} dist/",
46
+ "storybook": "storybook dev -p 6006",
47
+ "build-storybook": "storybook build",
48
+ "i18n": "npm run i18n:parse && npm run i18n:save-missing",
49
+ "i18n:context": "npx tsx scripts/audit-i18n-context.ts",
50
+ "i18n:parse": "i18next && npx tsx scripts/ko-plural-postprocess.ts",
51
+ "i18n:save-missing": "locize save-missing --path ./locales",
52
+ "iconconvert": "node iconscripts.mjs",
53
+ "svgr-default": "npx svgr src/cds/icons/custom/default -d src/cds/icons/custom/default --template src/cds/icons/custom/svgrDefaultTemplate.js",
54
+ "svgr-colored": "npx svgr src/cds/icons/custom/colored -d src/cds/icons/custom/colored --template src/cds/icons/custom/svgrColoredTemplate.js",
55
+ "svgr-customicon": "npm run svgr-default && npm run svgr-colored && node src/cds/icons/custom/uniqueidscripts.mjs",
56
+ "lint": "npx eslint src/"
57
+ },
58
+ "eslintConfig": {
59
+ "extends": [
60
+ "react-app",
61
+ "react-app/jest",
62
+ "plugin:storybook/recommended"
63
+ ]
64
+ },
65
+ "browserslist": {
66
+ "production": [
67
+ ">0.2%",
68
+ "not dead",
69
+ "not op_mini all"
70
+ ],
71
+ "development": [
72
+ "last 1 chrome version",
73
+ "last 1 firefox version",
74
+ "last 1 safari version"
75
+ ]
76
+ },
77
+ "devDependencies": {
78
+ "@babel/preset-env": "^7.22.7",
79
+ "@babel/preset-react": "^7.22.5",
80
+ "@babel/preset-typescript": "^7.22.5",
81
+ "@eslint/js": "^9.7.0",
82
+ "@storybook/addon-essentials": "^7.4.6",
83
+ "@storybook/addon-interactions": "^7.4.6",
84
+ "@storybook/addon-links": "^7.4.6",
85
+ "@storybook/blocks": "^7.4.6",
86
+ "@storybook/react": "^7.4.6",
87
+ "@storybook/react-webpack5": "^7.4.6",
88
+ "@storybook/testing-library": "^0.2.2",
89
+ "@svgr/cli": "^8.1.0",
90
+ "chromatic": "^7.1.0",
91
+ "copyfiles": "^2.4.1",
92
+ "eslint": "^8.57.0",
93
+ "eslint-plugin-i18next": "^6.1.3",
94
+ "eslint-plugin-import": "^2.29.1",
95
+ "eslint-plugin-react": "^7.34.4",
96
+ "eslint-plugin-react-hooks": "^4.6.2",
97
+ "eslint-plugin-storybook": "^0.8.0",
98
+ "globals": "^15.8.0",
99
+ "i18next-parser": "^9.3.0",
100
+ "locize-cli": "^10.3.2",
101
+ "pascalcase": "^2.0.0",
102
+ "prettier": "^3.0.2",
103
+ "prop-types": "^15.8.1",
104
+ "rimraf": "^5.0.1",
105
+ "storybook": "^7.4.6",
106
+ "tsx": "^4.20.5",
107
+ "typescript-eslint": "^8.4.0"
108
+ }
109
+ }