@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
@@ -21,236 +21,236 @@ export const buttonClasses = {
21
21
  label: "Button-label",
22
22
  };
23
23
  const COLOR_TO_BUTTON_STYLE = (theme, color, disabled) => ({
24
- primary: css `
24
+ primary: css `
25
25
  ${disabled
26
- ? css `
27
- color: ${theme.color.foreground.neutralAltDisabled};
28
- background: ${theme.color.background.primaryDisabled};
26
+ ? css `
27
+ color: ${theme.color.foreground.neutralAltDisabled};
28
+ background: ${theme.color.background.primaryDisabled};
29
29
  `
30
- : css `
31
- color: ${theme.color.foreground.neutralAlt};
32
- background: ${theme.color.background.primary};
33
- ${HOVER(css `
34
- color: ${theme.color.foreground.neutralAltActive};
35
- background: ${theme.color.background.primaryActive};
36
- `)}
37
- `}
30
+ : css `
31
+ color: ${theme.color.foreground.neutralAlt};
32
+ background: ${theme.color.background.primary};
33
+ ${HOVER(css `
34
+ color: ${theme.color.foreground.neutralAltActive};
35
+ background: ${theme.color.background.primaryActive};
36
+ `)}
37
+ `}
38
38
  `,
39
- grey: css `
39
+ grey: css `
40
40
  ${disabled
41
- ? css `
42
- background: ${theme.color.background.neutralAltDisabled};
43
- color: ${theme.color.foreground.neutralBaseDisabled};
41
+ ? css `
42
+ background: ${theme.color.background.neutralAltDisabled};
43
+ color: ${theme.color.foreground.neutralBaseDisabled};
44
44
  `
45
- : css `
46
- background: ${theme.color.background.neutralAlt};
47
- color: ${theme.color.foreground.neutralBase};
48
- ${HOVER(css `
49
- background: ${theme.color.background.neutralAltActive};
50
- color: ${theme.color.foreground.neutralBaseActive};
51
- `)}
52
- `}
45
+ : css `
46
+ background: ${theme.color.background.neutralAlt};
47
+ color: ${theme.color.foreground.neutralBase};
48
+ ${HOVER(css `
49
+ background: ${theme.color.background.neutralAltActive};
50
+ color: ${theme.color.foreground.neutralBaseActive};
51
+ `)}
52
+ `}
53
53
  `,
54
- danger: css `
54
+ danger: css `
55
55
  ${disabled
56
- ? css `
57
- color: ${theme.color.foreground.neutralAltDisabled};
58
- background: ${theme.color.background.dangerDisabled};
56
+ ? css `
57
+ color: ${theme.color.foreground.neutralAltDisabled};
58
+ background: ${theme.color.background.dangerDisabled};
59
59
  `
60
- : css `
61
- color: ${theme.color.foreground.neutralAlt};
62
- background: ${theme.color.background.danger};
63
- ${HOVER(css `
64
- color: ${theme.color.foreground.neutralAltActive};
65
- background: ${theme.color.background.dangerActive};
66
- `)}
67
- `}
60
+ : css `
61
+ color: ${theme.color.foreground.neutralAlt};
62
+ background: ${theme.color.background.danger};
63
+ ${HOVER(css `
64
+ color: ${theme.color.foreground.neutralAltActive};
65
+ background: ${theme.color.background.dangerActive};
66
+ `)}
67
+ `}
68
68
  `,
69
- textNeutral: css `
69
+ textNeutral: css `
70
70
  ${disabled
71
- ? css `
72
- background: none;
73
- color: ${theme.color.foreground.neutralBaseDisabled};
71
+ ? css `
72
+ background: none;
73
+ color: ${theme.color.foreground.neutralBaseDisabled};
74
74
  `
75
- : css `
76
- background: none;
77
- color: ${theme.color.foreground.neutralBase};
78
- ${HOVER(css `
79
- background: ${theme.color.blanket.neutralLight};
80
- color: ${theme.color.foreground.neutralBaseActive};
81
- `)}
82
- `}
75
+ : css `
76
+ background: none;
77
+ color: ${theme.color.foreground.neutralBase};
78
+ ${HOVER(css `
79
+ background: ${theme.color.blanket.neutralLight};
80
+ color: ${theme.color.foreground.neutralBaseActive};
81
+ `)}
82
+ `}
83
83
  `,
84
- textDanger: css `
84
+ textDanger: css `
85
85
  ${disabled
86
- ? css `
87
- background: none;
88
- color: ${theme.color.foreground.dangerDisabled};
86
+ ? css `
87
+ background: none;
88
+ color: ${theme.color.foreground.dangerDisabled};
89
89
  `
90
- : css `
91
- background: none;
92
- color: ${theme.color.foreground.danger};
93
- ${HOVER(css `
94
- background: ${theme.color.blanket.neutralLight};
95
- color: ${theme.color.foreground.dangerActive};
96
- `)}
97
- `}
90
+ : css `
91
+ background: none;
92
+ color: ${theme.color.foreground.danger};
93
+ ${HOVER(css `
94
+ background: ${theme.color.blanket.neutralLight};
95
+ color: ${theme.color.foreground.dangerActive};
96
+ `)}
97
+ `}
98
98
  `,
99
- textPrimary: css `
99
+ textPrimary: css `
100
100
  ${disabled
101
- ? css `
102
- background: none;
103
- color: ${theme.color.foreground.primaryDisabled};
101
+ ? css `
102
+ background: none;
103
+ color: ${theme.color.foreground.primaryDisabled};
104
104
  `
105
- : css `
106
- background: none;
107
- color: ${theme.color.foreground.primary};
108
- ${HOVER(css `
109
- background: ${theme.color.blanket.neutralLight};
110
- color: ${theme.color.foreground.primaryActive};
111
- `)}
112
- `}
105
+ : css `
106
+ background: none;
107
+ color: ${theme.color.foreground.primary};
108
+ ${HOVER(css `
109
+ background: ${theme.color.blanket.neutralLight};
110
+ color: ${theme.color.foreground.primaryActive};
111
+ `)}
112
+ `}
113
113
  `,
114
- black: css `
114
+ black: css `
115
115
  ${disabled
116
- ? css `
117
- background: ${theme.color.background.inverseDisabled};
118
- color: ${theme.color.foreground.neutralAltDisabled};
116
+ ? css `
117
+ background: ${theme.color.background.inverseDisabled};
118
+ color: ${theme.color.foreground.neutralAltDisabled};
119
119
  `
120
- : css `
121
- background: ${theme.color.background.inverse};
122
- color: ${theme.color.foreground.neutralAlt};
123
- ${HOVER(css `
124
- background: ${theme.color.background.inverseActive};
125
- color: ${theme.color.foreground.neutralAltActive};
126
- `)}
127
- `}
120
+ : css `
121
+ background: ${theme.color.background.inverse};
122
+ color: ${theme.color.foreground.neutralAlt};
123
+ ${HOVER(css `
124
+ background: ${theme.color.background.inverseActive};
125
+ color: ${theme.color.foreground.neutralAltActive};
126
+ `)}
127
+ `}
128
128
  `,
129
- white: css `
129
+ white: css `
130
130
  ${disabled
131
- ? css `
132
- background: ${theme.color.background.neutralAltDisabled};
133
- color: ${theme.color.foreground.neutralBaseDisabled};
131
+ ? css `
132
+ background: ${theme.color.background.neutralAltDisabled};
133
+ color: ${theme.color.foreground.neutralBaseDisabled};
134
134
  `
135
- : css `
136
- background: ${theme.color.background.neutralBase};
137
- color: ${theme.color.foreground.neutralBase};
138
- ${HOVER(css `
139
- background: ${theme.color.background.neutralAltActive};
140
- color: ${theme.color.foreground.neutralBaseActive};
141
- `)}
142
- `}
135
+ : css `
136
+ background: ${theme.color.background.neutralBase};
137
+ color: ${theme.color.foreground.neutralBase};
138
+ ${HOVER(css `
139
+ background: ${theme.color.background.neutralAltActive};
140
+ color: ${theme.color.foreground.neutralBaseActive};
141
+ `)}
142
+ `}
143
143
  `,
144
144
  })[color];
145
145
  const SIZE_TO_BUTTON_STYLE = {
146
- large: css `
147
- min-width: 100px;
148
- height: 56px;
149
- padding: 0 20px;
150
- gap: 10px;
151
- border-radius: 12px;
152
-
153
- svg {
154
- width: 24px;
155
- height: 24px;
156
- }
146
+ large: css `
147
+ min-width: 100px;
148
+ height: 56px;
149
+ padding: 0 20px;
150
+ gap: 10px;
151
+ border-radius: 12px;
152
+
153
+ svg {
154
+ width: 24px;
155
+ height: 24px;
156
+ }
157
157
  `,
158
- medium: css `
159
- min-width: 82px;
160
- height: 48px;
161
- padding: 0 16px;
162
- gap: 8px;
163
- border-radius: 10px;
164
-
165
- svg {
166
- width: 20px;
167
- height: 20px;
168
- }
158
+ medium: css `
159
+ min-width: 82px;
160
+ height: 48px;
161
+ padding: 0 16px;
162
+ gap: 8px;
163
+ border-radius: 10px;
164
+
165
+ svg {
166
+ width: 20px;
167
+ height: 20px;
168
+ }
169
169
  `,
170
- small: css `
171
- min-width: 64px;
172
- height: 36px;
173
- padding: 0 12px;
174
- gap: 8px;
175
- border-radius: 8px;
176
-
177
- svg {
178
- width: 16px;
179
- height: 16px;
180
- }
170
+ small: css `
171
+ min-width: 64px;
172
+ height: 36px;
173
+ padding: 0 12px;
174
+ gap: 8px;
175
+ border-radius: 8px;
176
+
177
+ svg {
178
+ width: 16px;
179
+ height: 16px;
180
+ }
181
181
  `,
182
- xsmall: css `
183
- min-width: 52px;
184
- height: 28px;
185
- padding: 0 8px;
186
- gap: 4px;
187
- border-radius: 6px;
188
-
189
- svg {
190
- width: 12px;
191
- height: 12px;
192
- }
182
+ xsmall: css `
183
+ min-width: 52px;
184
+ height: 28px;
185
+ padding: 0 8px;
186
+ gap: 4px;
187
+ border-radius: 6px;
188
+
189
+ svg {
190
+ width: 12px;
191
+ height: 12px;
192
+ }
193
193
  `,
194
194
  };
195
195
  const SIZE_TO_LABEL_STYLE = {
196
- large: css `
197
- font-size: 20px;
198
- line-height: 24px;
196
+ large: css `
197
+ font-size: 20px;
198
+ line-height: 24px;
199
199
  `,
200
- medium: css `
201
- font-size: 18px;
202
- line-height: 20px;
200
+ medium: css `
201
+ font-size: 18px;
202
+ line-height: 20px;
203
203
  `,
204
- small: css `
205
- font-size: 14px;
206
- line-height: 16px;
204
+ small: css `
205
+ font-size: 14px;
206
+ line-height: 16px;
207
207
  `,
208
- xsmall: css `
209
- font-size: 14px;
210
- line-height: 16px;
208
+ xsmall: css `
209
+ font-size: 14px;
210
+ line-height: 16px;
211
211
  `,
212
212
  };
213
213
  /**
214
214
  * [피그마](https://www.figma.com/file/yhrRFizzmhPoHdw9FbYow2/Codle-PD-Kit---Components?type=design&node-id=20-173&t=cXcCv3QijbX7MkoC-0)
215
215
  */
216
216
  export const Button = React.forwardRef(function Button(props, ref) {
217
- const { className, component: Component = "button", disabled, color, size, startIcon, endIcon, label, fullWidth, bold = false, loading = false } = props, other = __rest(props, ["className", "component", "disabled", "color", "size", "startIcon", "endIcon", "label", "fullWidth", "bold", "loading"]);
217
+ const { className, component: Component = "button", disabled, color, size, startIcon, endIcon, label, fullWidth, loading = false } = props, other = __rest(props, ["className", "component", "disabled", "color", "size", "startIcon", "endIcon", "label", "fullWidth", "loading"]);
218
218
  const theme = useTheme();
219
219
  return (_jsxs(Component, Object.assign({ type: Component === "button" || Component === "input" ? "button" : undefined }, other, { className: [buttonClasses.root, className].filter(Boolean).join(" "), ref: ref, css: [
220
- css `
221
- display: inline-flex;
222
- align-items: center;
223
- justify-content: center;
224
- gap: 8px;
225
-
226
- border: none;
227
-
220
+ css `
221
+ display: inline-flex;
222
+ align-items: center;
223
+ justify-content: center;
224
+ gap: 8px;
225
+
226
+ border: none;
227
+
228
228
  ${disabled || loading
229
- ? css `
230
- cursor: default;
231
- pointer-events: none;
229
+ ? css `
230
+ cursor: default;
231
+ pointer-events: none;
232
232
  `
233
- : css `
234
- cursor: pointer;
235
- `}
236
-
237
- font-family: ${theme.fontFamily.ui};
238
- text-decoration: none;
239
-
233
+ : css `
234
+ cursor: pointer;
235
+ `}
236
+
237
+ font-family: ${theme.fontFamily.ui};
238
+ text-decoration: none;
239
+
240
240
  ${fullWidth
241
- ? css `
242
- width: 100%;
241
+ ? css `
242
+ width: 100%;
243
243
  `
244
- : css `
245
- flex-shrink: 0;
246
- `};
244
+ : css `
245
+ flex-shrink: 0;
246
+ `};
247
247
  `,
248
248
  COLOR_TO_BUTTON_STYLE(theme, color, Boolean(disabled || loading)),
249
249
  SIZE_TO_BUTTON_STYLE[size],
250
- ], disabled: disabled || loading, children: [loading ? _jsx(Spinner, {}) : startIcon, label && (_jsx(Label, { className: buttonClasses.label, size: size, bold: bold, children: label })), endIcon] })));
250
+ ], disabled: disabled || loading, children: [loading ? _jsx(Spinner, {}) : startIcon, label && (_jsx(Label, { className: buttonClasses.label, size: size, children: label })), endIcon] })));
251
251
  });
252
- const Label = styled.span `
253
- font-weight: ${({ bold }) => (bold ? 700 : 400)};
254
- white-space: nowrap;
255
- ${({ size }) => SIZE_TO_LABEL_STYLE[size]}
252
+ const Label = styled.span `
253
+ font-weight: 700;
254
+ white-space: nowrap;
255
+ ${({ size }) => SIZE_TO_LABEL_STYLE[size]}
256
256
  `;