@team-monolith/cds 1.129.2-alpha.2 → 1.129.3-alpha

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 (128) hide show
  1. package/dist/CdsProvider.js +180 -180
  2. package/dist/components/AlertDialog/AlertDialogTitle.js +15 -15
  3. package/dist/components/Banner.js +28 -28
  4. package/dist/components/FileTypeAlertDialog.js +16 -16
  5. package/dist/components/Pagination.js +22 -22
  6. package/dist/emotion.d.ts +185 -0
  7. package/dist/i18n/i18n.js +14 -14
  8. package/dist/index.d.ts +8 -1
  9. package/dist/node_modules/.pnpm/html-parse-stringify@3.0.1/node_modules/html-parse-stringify/dist/html-parse-stringify.module.js +78 -0
  10. package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/I18nextProvider.js +12 -0
  11. package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/Trans.js +26 -0
  12. package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/TransWithoutContext.js +174 -0
  13. package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/context.js +20 -0
  14. package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/defaults.js +24 -0
  15. package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/i18nInstance.js +6 -0
  16. package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/initReactI18next.js +11 -0
  17. package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/unescape.js +25 -0
  18. package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/useTranslation.js +69 -0
  19. package/dist/node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/utils.js +35 -0
  20. package/dist/patterns/LexicalEditor/Plugins.js +64 -64
  21. package/dist/patterns/LexicalEditor/components/FileSelectInput.js +19 -19
  22. package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +6 -6
  23. package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +34 -34
  24. package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +14 -14
  25. package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +17 -17
  26. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +62 -62
  27. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +25 -25
  28. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormPlaceholder.js +7 -7
  29. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +24 -23
  30. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +48 -47
  31. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +11 -11
  32. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +15 -15
  33. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +28 -28
  34. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +30 -30
  35. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +35 -35
  36. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +21 -21
  37. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +15 -15
  38. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +17 -17
  39. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +30 -30
  40. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +20 -20
  41. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +24 -24
  42. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +28 -28
  43. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +11 -11
  44. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +26 -26
  45. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormAllowMultipleAnswers.js +8 -8
  46. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +27 -27
  47. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +33 -33
  48. package/dist/patterns/LexicalEditor/nodes/VideoNode/VideoComponent.js +21 -21
  49. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +99 -99
  50. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useContextMenuOptions.js +50 -50
  51. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +85 -85
  52. package/dist/patterns/LexicalEditor/plugins/DragDropPastePlugin/index.js +13 -13
  53. package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +48 -48
  54. package/dist/patterns/LexicalEditor/plugins/ImagesPlugin/useImageNodeTransform.js +16 -16
  55. package/dist/patterns/ToggleButtonGroup/ToggleButton.js +17 -17
  56. package/package.json +15 -18
  57. package/@types/emotion.d.ts +0 -197
  58. package/node_modules/react-i18next/.eslintrc.json +0 -74
  59. package/node_modules/react-i18next/.husky/pre-commit +0 -1
  60. package/node_modules/react-i18next/.prettierignore +0 -4
  61. package/node_modules/react-i18next/CHANGELOG.md +0 -1433
  62. package/node_modules/react-i18next/LICENSE +0 -22
  63. package/node_modules/react-i18next/README.md +0 -181
  64. package/node_modules/react-i18next/TransWithoutContext.d.mts +0 -1
  65. package/node_modules/react-i18next/TransWithoutContext.d.ts +0 -129
  66. package/node_modules/react-i18next/dist/amd/react-i18next.js +0 -867
  67. package/node_modules/react-i18next/dist/amd/react-i18next.min.js +0 -1
  68. package/node_modules/react-i18next/dist/commonjs/I18nextProvider.js +0 -21
  69. package/node_modules/react-i18next/dist/commonjs/Trans.js +0 -54
  70. package/node_modules/react-i18next/dist/commonjs/TransWithoutContext.js +0 -330
  71. package/node_modules/react-i18next/dist/commonjs/Translation.js +0 -19
  72. package/node_modules/react-i18next/dist/commonjs/context.js +0 -81
  73. package/node_modules/react-i18next/dist/commonjs/defaults.js +0 -26
  74. package/node_modules/react-i18next/dist/commonjs/i18nInstance.js +0 -13
  75. package/node_modules/react-i18next/dist/commonjs/index.js +0 -128
  76. package/node_modules/react-i18next/dist/commonjs/initReactI18next.js +0 -15
  77. package/node_modules/react-i18next/dist/commonjs/unescape.js +0 -32
  78. package/node_modules/react-i18next/dist/commonjs/useSSR.js +0 -34
  79. package/node_modules/react-i18next/dist/commonjs/useTranslation.js +0 -114
  80. package/node_modules/react-i18next/dist/commonjs/utils.js +0 -76
  81. package/node_modules/react-i18next/dist/commonjs/withSSR.js +0 -27
  82. package/node_modules/react-i18next/dist/commonjs/withTranslation.js +0 -39
  83. package/node_modules/react-i18next/dist/es/I18nextProvider.js +0 -15
  84. package/node_modules/react-i18next/dist/es/Trans.js +0 -43
  85. package/node_modules/react-i18next/dist/es/TransWithoutContext.js +0 -321
  86. package/node_modules/react-i18next/dist/es/Translation.js +0 -12
  87. package/node_modules/react-i18next/dist/es/context.js +0 -42
  88. package/node_modules/react-i18next/dist/es/defaults.js +0 -18
  89. package/node_modules/react-i18next/dist/es/i18nInstance.js +0 -5
  90. package/node_modules/react-i18next/dist/es/index.js +0 -18
  91. package/node_modules/react-i18next/dist/es/initReactI18next.js +0 -9
  92. package/node_modules/react-i18next/dist/es/package.json +0 -1
  93. package/node_modules/react-i18next/dist/es/unescape.js +0 -25
  94. package/node_modules/react-i18next/dist/es/useSSR.js +0 -27
  95. package/node_modules/react-i18next/dist/es/useTranslation.js +0 -107
  96. package/node_modules/react-i18next/dist/es/utils.js +0 -62
  97. package/node_modules/react-i18next/dist/es/withSSR.js +0 -20
  98. package/node_modules/react-i18next/dist/es/withTranslation.js +0 -32
  99. package/node_modules/react-i18next/dist/umd/react-i18next.js +0 -871
  100. package/node_modules/react-i18next/dist/umd/react-i18next.min.js +0 -1
  101. package/node_modules/react-i18next/helpers.d.ts +0 -3
  102. package/node_modules/react-i18next/icu.macro.d.mts +0 -1
  103. package/node_modules/react-i18next/icu.macro.d.ts +0 -103
  104. package/node_modules/react-i18next/icu.macro.js +0 -729
  105. package/node_modules/react-i18next/index.d.mts +0 -1
  106. package/node_modules/react-i18next/index.d.ts +0 -209
  107. package/node_modules/react-i18next/initReactI18next.d.mts +0 -1
  108. package/node_modules/react-i18next/initReactI18next.d.ts +0 -3
  109. package/node_modules/react-i18next/lint-staged.config.mjs +0 -4
  110. package/node_modules/react-i18next/package.json +0 -167
  111. package/node_modules/react-i18next/react-i18next.js +0 -871
  112. package/node_modules/react-i18next/react-i18next.min.js +0 -1
  113. package/node_modules/react-i18next/src/I18nextProvider.js +0 -7
  114. package/node_modules/react-i18next/src/Trans.js +0 -45
  115. package/node_modules/react-i18next/src/TransWithoutContext.js +0 -479
  116. package/node_modules/react-i18next/src/Translation.js +0 -14
  117. package/node_modules/react-i18next/src/context.js +0 -54
  118. package/node_modules/react-i18next/src/defaults.js +0 -20
  119. package/node_modules/react-i18next/src/i18nInstance.js +0 -7
  120. package/node_modules/react-i18next/src/index.js +0 -22
  121. package/node_modules/react-i18next/src/initReactI18next.js +0 -11
  122. package/node_modules/react-i18next/src/unescape.js +0 -31
  123. package/node_modules/react-i18next/src/useSSR.js +0 -33
  124. package/node_modules/react-i18next/src/useTranslation.js +0 -171
  125. package/node_modules/react-i18next/src/utils.js +0 -93
  126. package/node_modules/react-i18next/src/withSSR.js +0 -21
  127. package/node_modules/react-i18next/src/withTranslation.js +0 -35
  128. package/node_modules/react-i18next/vitest.workspace.typescript.mts +0 -52
@@ -1,97 +1,97 @@
1
- import { COLOR as e } from "./foundation/color.js";
2
- import { FONT as t } from "./foundation/font.js";
3
- import { typography as n } from "./foundation/typography.js";
4
- import { Global as r, css as i } from "@emotion/react";
5
- import { createContext as a } from "react";
6
- import { I18nextProvider as o } from "react-i18next";
1
+ import { I18nextProvider as e } from "./node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/I18nextProvider.js";
2
+ import { COLOR as t } from "./foundation/color.js";
3
+ import { FONT as n } from "./foundation/font.js";
4
+ import { typography as r } from "./foundation/typography.js";
5
+ import { Global as i, css as a } from "@emotion/react";
6
+ import { createContext as o } from "react";
7
7
  import { jsx as s, jsxs as c } from "react/jsx-runtime";
8
8
  import { ThemeProvider as l, createTheme as u } from "@mui/material";
9
9
  //#region src/cds/CdsProvider.tsx
10
10
  var d = {
11
11
  fontFamily: {
12
- ui: t.pretendard,
13
- title: t.naumSquareNeo,
14
- code: t.d2Coding
12
+ ui: n.pretendard,
13
+ title: n.naumSquareNeo,
14
+ code: n.d2Coding
15
15
  },
16
16
  color: {
17
17
  background: {
18
- neutralBase: e.white,
19
- neutralBaseActive: e.grey02,
20
- neutralBaseDisabled: e.grey01,
21
- neutralAlt: e.grey02,
22
- neutralAltActive: e.grey04,
23
- neutralAltDisabled: e.grey01,
24
- primary: e.blue07,
25
- primaryActive: e.blue08,
26
- primaryDisabled: e.blue03,
27
- secondary: e.orange07,
28
- secondaryActive: e.orange08,
29
- secondaryDisabled: e.orange03,
30
- danger: e.red08,
31
- dangerActive: e.red09,
32
- dangerDisabled: e.red02,
33
- success: e.green07,
34
- successActive: e.green08,
35
- successDisabled: e.green03,
36
- info: e.teal06,
37
- infoActive: e.teal08,
38
- infoDisabled: e.teal02,
39
- warning: e.yellow06,
40
- warningActive: e.yellow08,
41
- warningDisabled: e.yellow02,
42
- inverse: e.black,
43
- inverseActive: e.grey08,
44
- inverseDisabled: e.grey04
18
+ neutralBase: t.white,
19
+ neutralBaseActive: t.grey02,
20
+ neutralBaseDisabled: t.grey01,
21
+ neutralAlt: t.grey02,
22
+ neutralAltActive: t.grey04,
23
+ neutralAltDisabled: t.grey01,
24
+ primary: t.blue07,
25
+ primaryActive: t.blue08,
26
+ primaryDisabled: t.blue03,
27
+ secondary: t.orange07,
28
+ secondaryActive: t.orange08,
29
+ secondaryDisabled: t.orange03,
30
+ danger: t.red08,
31
+ dangerActive: t.red09,
32
+ dangerDisabled: t.red02,
33
+ success: t.green07,
34
+ successActive: t.green08,
35
+ successDisabled: t.green03,
36
+ info: t.teal06,
37
+ infoActive: t.teal08,
38
+ infoDisabled: t.teal02,
39
+ warning: t.yellow06,
40
+ warningActive: t.yellow08,
41
+ warningDisabled: t.yellow02,
42
+ inverse: t.black,
43
+ inverseActive: t.grey08,
44
+ inverseDisabled: t.grey04
45
45
  },
46
46
  foreground: {
47
- neutralBase: e.black,
48
- neutralBaseActive: e.grey08,
49
- neutralBaseDisabled: e.grey06,
50
- neutralAlt: e.white,
51
- neutralAltActive: e.grey02,
52
- neutralAltDisabled: e.grey08,
53
- primary: e.blue07,
54
- primaryActive: e.blue08,
55
- primaryDisabled: e.blue03,
56
- secondary: e.orange07,
57
- secondaryActive: e.orange08,
58
- secondaryDisabled: e.orange04,
59
- danger: e.red08,
60
- dangerActive: e.red09,
61
- dangerDisabled: e.red04,
62
- success: e.green07,
63
- successActive: e.green08,
64
- successDisabled: e.green04,
65
- info: e.teal08,
66
- infoActive: e.teal09,
67
- infoDisabled: e.teal04,
68
- warning: e.yellow08,
69
- warningActive: e.yellow09,
70
- warningDisabled: e.yellow04
47
+ neutralBase: t.black,
48
+ neutralBaseActive: t.grey08,
49
+ neutralBaseDisabled: t.grey06,
50
+ neutralAlt: t.white,
51
+ neutralAltActive: t.grey02,
52
+ neutralAltDisabled: t.grey08,
53
+ primary: t.blue07,
54
+ primaryActive: t.blue08,
55
+ primaryDisabled: t.blue03,
56
+ secondary: t.orange07,
57
+ secondaryActive: t.orange08,
58
+ secondaryDisabled: t.orange04,
59
+ danger: t.red08,
60
+ dangerActive: t.red09,
61
+ dangerDisabled: t.red04,
62
+ success: t.green07,
63
+ successActive: t.green08,
64
+ successDisabled: t.green04,
65
+ info: t.teal08,
66
+ infoActive: t.teal09,
67
+ infoDisabled: t.teal04,
68
+ warning: t.yellow08,
69
+ warningActive: t.yellow09,
70
+ warningDisabled: t.yellow04
71
71
  },
72
72
  container: {
73
- blueContainer: e.blue01,
74
- blueOnContainer: e.blue08,
75
- orangeContainer: e.orange01,
76
- orangeOnContainer: e.orange08,
77
- redContainer: e.red01,
78
- redOnContainer: e.red08,
79
- greenContainer: e.green01,
80
- greenOnContainer: e.green08,
81
- tealContainer: e.teal01,
82
- tealOnContainer: e.teal08,
83
- yellowContainer: e.yellow01,
84
- yellowOnContainer: e.yellow08,
85
- obsidianContainer: e.black,
86
- obsidianOnContainer: e.grey03,
87
- marbleContainer: e.grey03,
88
- marbleOnContainer: e.grey07
73
+ blueContainer: t.blue01,
74
+ blueOnContainer: t.blue08,
75
+ orangeContainer: t.orange01,
76
+ orangeOnContainer: t.orange08,
77
+ redContainer: t.red01,
78
+ redOnContainer: t.red08,
79
+ greenContainer: t.green01,
80
+ greenOnContainer: t.green08,
81
+ tealContainer: t.teal01,
82
+ tealOnContainer: t.teal08,
83
+ yellowContainer: t.yellow01,
84
+ yellowOnContainer: t.yellow08,
85
+ obsidianContainer: t.black,
86
+ obsidianOnContainer: t.grey03,
87
+ marbleContainer: t.grey03,
88
+ marbleOnContainer: t.grey07
89
89
  },
90
90
  brand: {
91
- brandOriginal: e.blue06,
92
- brandAlt: e.blue07,
93
- brandAccent: e.blue08,
94
- brandFaded: e.blue03,
91
+ brandOriginal: t.blue06,
92
+ brandAlt: t.blue07,
93
+ brandAccent: t.blue08,
94
+ brandFaded: t.blue03,
95
95
  pdf: "#FF5850",
96
96
  pdfAlt: "#FFEEED",
97
97
  quiz: "#F889AA",
@@ -154,100 +154,100 @@ var d = {
154
154
  decorativeBlackOnContainer: "#474658"
155
155
  },
156
156
  blanket: {
157
- neutral: e.alpha030,
158
- neutralLight: e.alpha015,
159
- neutralHeavy: e.alpha065,
160
- inverse: e.alphaf50,
161
- inverseLight: e.alphaf20,
162
- inverseHeavy: e.alphaf10
157
+ neutral: t.alpha030,
158
+ neutralLight: t.alpha015,
159
+ neutralHeavy: t.alpha065,
160
+ inverse: t.alphaf50,
161
+ inverseLight: t.alphaf20,
162
+ inverseHeavy: t.alphaf10
163
163
  }
164
164
  },
165
- typography: n
165
+ typography: r
166
166
  }, f = {
167
167
  fontFamily: {
168
- ui: t.pretendard,
169
- title: t.naumSquareNeo,
170
- code: t.d2Coding
168
+ ui: n.pretendard,
169
+ title: n.naumSquareNeo,
170
+ code: n.d2Coding
171
171
  },
172
172
  color: {
173
173
  background: {
174
- neutralBase: e.black,
175
- neutralBaseActive: e.grey08,
176
- neutralBaseDisabled: e.grey09,
177
- neutralAlt: e.grey08,
178
- neutralAltActive: e.grey07,
179
- neutralAltDisabled: e.grey09,
180
- primary: e.blue04,
181
- primaryActive: e.blue03,
182
- primaryDisabled: e.blue07,
183
- secondary: e.orange04,
184
- secondaryActive: e.orange03,
185
- secondaryDisabled: e.orange08,
186
- danger: e.red03,
187
- dangerActive: e.red02,
188
- dangerDisabled: e.red09,
189
- success: e.green04,
190
- successActive: e.green03,
191
- successDisabled: e.green08,
192
- info: e.teal06,
193
- infoActive: e.teal08,
194
- infoDisabled: e.teal02,
195
- warning: e.yellow08,
196
- warningActive: e.yellow06,
197
- warningDisabled: e.yellow09,
198
- inverse: e.white,
199
- inverseActive: e.grey03,
200
- inverseDisabled: e.grey07
174
+ neutralBase: t.black,
175
+ neutralBaseActive: t.grey08,
176
+ neutralBaseDisabled: t.grey09,
177
+ neutralAlt: t.grey08,
178
+ neutralAltActive: t.grey07,
179
+ neutralAltDisabled: t.grey09,
180
+ primary: t.blue04,
181
+ primaryActive: t.blue03,
182
+ primaryDisabled: t.blue07,
183
+ secondary: t.orange04,
184
+ secondaryActive: t.orange03,
185
+ secondaryDisabled: t.orange08,
186
+ danger: t.red03,
187
+ dangerActive: t.red02,
188
+ dangerDisabled: t.red09,
189
+ success: t.green04,
190
+ successActive: t.green03,
191
+ successDisabled: t.green08,
192
+ info: t.teal06,
193
+ infoActive: t.teal08,
194
+ infoDisabled: t.teal02,
195
+ warning: t.yellow08,
196
+ warningActive: t.yellow06,
197
+ warningDisabled: t.yellow09,
198
+ inverse: t.white,
199
+ inverseActive: t.grey03,
200
+ inverseDisabled: t.grey07
201
201
  },
202
202
  foreground: {
203
- neutralBase: e.white,
204
- neutralBaseActive: e.grey02,
205
- neutralBaseDisabled: e.grey04,
206
- neutralAlt: e.black,
207
- neutralAltActive: e.grey08,
208
- neutralAltDisabled: e.grey02,
209
- primary: e.blue04,
210
- primaryActive: e.blue03,
211
- primaryDisabled: e.blue07,
212
- secondary: e.orange04,
213
- secondaryActive: e.orange03,
214
- secondaryDisabled: e.orange07,
215
- danger: e.red03,
216
- dangerActive: e.red02,
217
- dangerDisabled: e.red07,
218
- success: e.green04,
219
- successActive: e.green03,
220
- successDisabled: e.green07,
221
- info: e.teal03,
222
- infoActive: e.teal02,
223
- infoDisabled: e.teal07,
224
- warning: e.yellow03,
225
- warningActive: e.yellow02,
226
- warningDisabled: e.yellow07
203
+ neutralBase: t.white,
204
+ neutralBaseActive: t.grey02,
205
+ neutralBaseDisabled: t.grey04,
206
+ neutralAlt: t.black,
207
+ neutralAltActive: t.grey08,
208
+ neutralAltDisabled: t.grey02,
209
+ primary: t.blue04,
210
+ primaryActive: t.blue03,
211
+ primaryDisabled: t.blue07,
212
+ secondary: t.orange04,
213
+ secondaryActive: t.orange03,
214
+ secondaryDisabled: t.orange07,
215
+ danger: t.red03,
216
+ dangerActive: t.red02,
217
+ dangerDisabled: t.red07,
218
+ success: t.green04,
219
+ successActive: t.green03,
220
+ successDisabled: t.green07,
221
+ info: t.teal03,
222
+ infoActive: t.teal02,
223
+ infoDisabled: t.teal07,
224
+ warning: t.yellow03,
225
+ warningActive: t.yellow02,
226
+ warningDisabled: t.yellow07
227
227
  },
228
228
  container: {
229
- blueContainer: e.blue09,
230
- blueOnContainer: e.blue02,
231
- orangeContainer: e.orange09,
232
- orangeOnContainer: e.orange02,
233
- redContainer: e.red09,
234
- redOnContainer: e.red02,
235
- greenContainer: e.green09,
236
- greenOnContainer: e.green02,
237
- tealContainer: e.teal09,
238
- tealOnContainer: e.teal02,
239
- yellowContainer: e.yellow08,
240
- yellowOnContainer: e.yellow02,
241
- obsidianContainer: e.grey07,
242
- obsidianOnContainer: e.grey03,
243
- marbleContainer: e.grey03,
244
- marbleOnContainer: e.grey07
229
+ blueContainer: t.blue09,
230
+ blueOnContainer: t.blue02,
231
+ orangeContainer: t.orange09,
232
+ orangeOnContainer: t.orange02,
233
+ redContainer: t.red09,
234
+ redOnContainer: t.red02,
235
+ greenContainer: t.green09,
236
+ greenOnContainer: t.green02,
237
+ tealContainer: t.teal09,
238
+ tealOnContainer: t.teal02,
239
+ yellowContainer: t.yellow08,
240
+ yellowOnContainer: t.yellow02,
241
+ obsidianContainer: t.grey07,
242
+ obsidianOnContainer: t.grey03,
243
+ marbleContainer: t.grey03,
244
+ marbleOnContainer: t.grey07
245
245
  },
246
246
  brand: {
247
- brandOriginal: e.blue06,
248
- brandAlt: e.blue04,
249
- brandAccent: e.blue03,
250
- brandFaded: e.blue07,
247
+ brandOriginal: t.blue06,
248
+ brandAlt: t.blue04,
249
+ brandAccent: t.blue03,
250
+ brandFaded: t.blue07,
251
251
  pdf: "#FF5850",
252
252
  pdfAlt: "#800700",
253
253
  quiz: "#F889AA",
@@ -310,36 +310,36 @@ var d = {
310
310
  decorativeBlackOnContainer: "#474658"
311
311
  },
312
312
  blanket: {
313
- neutral: e.alphaf20,
314
- neutralLight: e.alphaf10,
315
- neutralHeavy: e.alphaf50,
316
- inverse: e.alpha030,
317
- inverseLight: e.alpha015,
318
- inverseHeavy: e.alpha065
313
+ neutral: t.alphaf20,
314
+ neutralLight: t.alphaf10,
315
+ neutralHeavy: t.alphaf50,
316
+ inverse: t.alpha030,
317
+ inverseLight: t.alpha015,
318
+ inverseHeavy: t.alpha065
319
319
  }
320
320
  },
321
- typography: n
322
- }, p = a({});
323
- function m(e) {
324
- let { theme: n = d, i18n: a } = e, f = u({
325
- ...n,
321
+ typography: r
322
+ }, p = o({});
323
+ function m(t) {
324
+ let { theme: r = d, i18n: o } = t, f = u({
325
+ ...r,
326
326
  typography: {
327
- ...n.typography,
328
- fontFamily: e.fontFamily
327
+ ...r.typography,
328
+ fontFamily: t.fontFamily
329
329
  },
330
330
  components: { MuiButtonBase: { defaultProps: { disableRipple: !0 } } }
331
331
  });
332
- return /* @__PURE__ */ c(o, {
333
- i18n: a,
334
- children: [/* @__PURE__ */ s(r, { styles: i`
332
+ return /* @__PURE__ */ c(e, {
333
+ i18n: o,
334
+ children: [/* @__PURE__ */ s(i, { styles: a`
335
335
  body {
336
- font-family: ${t.pretendard};
336
+ font-family: ${n.pretendard};
337
337
  }
338
338
  ` }), /* @__PURE__ */ s(l, {
339
339
  theme: f,
340
340
  children: /* @__PURE__ */ s(p.Provider, {
341
- value: e,
342
- children: e.children
341
+ value: t,
342
+ children: t.children
343
343
  })
344
344
  })]
345
345
  });
@@ -2,23 +2,23 @@ import { MOBILE as e } from "../../foundation/breakpoints.js";
2
2
  import { AlertDialogContext as t } from "./AlertDialogContext.js";
3
3
  import { SquareButton as n } from "../SquareButton.js";
4
4
  import { stdin_default as r } from "../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/close-fill.js";
5
- import { css as i, useTheme as a } from "@emotion/react";
6
- import o from "react";
7
- import { Fragment as s, jsx as c, jsxs as l } from "@emotion/react/jsx-runtime";
8
- import { useTranslation as u } from "react-i18next";
5
+ import { useTranslation as i } from "../../node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/useTranslation.js";
6
+ import { css as a, useTheme as o } from "@emotion/react";
7
+ import s from "react";
8
+ import { Fragment as c, jsx as l, jsxs as u } from "@emotion/react/jsx-runtime";
9
9
  //#region src/cds/components/AlertDialog/AlertDialogTitle.tsx
10
10
  var d = {
11
11
  root: "AlertDialogTitle",
12
12
  content: "AlertDialogTitle-content",
13
13
  icon: "AlertDialogTitle-icon",
14
14
  closeButton: "AlertDialogTitle-closeButton"
15
- }, f = o.forwardRef(function(f, p) {
16
- let { className: m, component: h = "div", onClose: g, children: _, ...v } = f, { icon: y } = o.useContext(t), { t: b } = u(), x = a();
17
- return /* @__PURE__ */ c(s, { children: /* @__PURE__ */ l(h, {
15
+ }, f = s.forwardRef(function(f, p) {
16
+ let { className: m, component: h = "div", onClose: g, children: _, ...v } = f, { icon: y } = s.useContext(t), { t: b } = i(), x = o();
17
+ return /* @__PURE__ */ l(c, { children: /* @__PURE__ */ u(h, {
18
18
  ...v,
19
19
  ref: p,
20
20
  className: [d.root, m].filter(Boolean).join(" "),
21
- css: i`
21
+ css: a`
22
22
  grid-area: title;
23
23
  font-family: ${x.fontFamily.ui};
24
24
  font-style: normal;
@@ -33,9 +33,9 @@ var d = {
33
33
  display: flex;
34
34
  justify-content: space-between;
35
35
  `,
36
- children: [/* @__PURE__ */ l("div", {
36
+ children: [/* @__PURE__ */ u("div", {
37
37
  className: d.content,
38
- css: i`
38
+ css: a`
39
39
  display: flex;
40
40
  flex-direction: column;
41
41
  justify-content: center;
@@ -43,11 +43,11 @@ var d = {
43
43
  gap: 16px;
44
44
  text-align: left;
45
45
  `,
46
- children: [y && /* @__PURE__ */ c("div", {
46
+ children: [y && /* @__PURE__ */ l("div", {
47
47
  className: d.icon,
48
- css: i`
48
+ css: a`
49
49
  display: none;
50
- ${e(i`
50
+ ${e(a`
51
51
  display: flex;
52
52
  justify-content: center;
53
53
  align-items: center;
@@ -61,11 +61,11 @@ var d = {
61
61
  `,
62
62
  children: y
63
63
  }), _]
64
- }), g && /* @__PURE__ */ c(n, {
64
+ }), g && /* @__PURE__ */ l(n, {
65
65
  className: d.closeButton,
66
66
  color: "icon",
67
67
  size: "small",
68
- icon: /* @__PURE__ */ c(r, {}),
68
+ icon: /* @__PURE__ */ l(r, {}),
69
69
  onClick: g,
70
70
  "aria-label": b("닫기", { context: "다이얼로그" })
71
71
  })]
@@ -1,11 +1,11 @@
1
1
  import { SquareButton as e } from "./SquareButton.js";
2
2
  import { stdin_default as t } from "../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/close-fill.js";
3
- import { Button as n } from "./Button.js";
4
- import { css as r, useTheme as i } from "@emotion/react";
5
- import a from "react";
6
- import o from "@emotion/styled";
7
- import { jsx as s, jsxs as c } from "@emotion/react/jsx-runtime";
8
- import { useTranslation as l } from "react-i18next";
3
+ import { useTranslation as n } from "../node_modules/.pnpm/react-i18next@15.7.3_i18next@25.5.2_typescript@5.5.4__react-dom@18.2.0_react@18.2.0__react@18.2.0_typescript@5.5.4/node_modules/react-i18next/dist/es/useTranslation.js";
4
+ import { Button as r } from "./Button.js";
5
+ import { css as i, useTheme as a } from "@emotion/react";
6
+ import o from "react";
7
+ import s from "@emotion/styled";
8
+ import { jsx as c, jsxs as l } from "@emotion/react/jsx-runtime";
9
9
  //#region src/cds/components/Banner.tsx
10
10
  var u = {
11
11
  root: "Banner",
@@ -41,52 +41,52 @@ var u = {
41
41
  headline: e.color.foreground.neutralBaseDisabled,
42
42
  content: e.color.foreground.neutralBase
43
43
  }
44
- })[t], f = a.forwardRef(function(a, o) {
45
- let { className: f, component: _ = "div", headline: v, content: y, icon: b, color: x, buttonLabel: S, onButtonClick: C, buttonProps: w, close: T, onClose: E, fullWidth: D, ...O } = a, k = i(), { t: A } = l();
46
- return /* @__PURE__ */ c(_, {
44
+ })[t], f = o.forwardRef(function(o, s) {
45
+ let { className: f, component: _ = "div", headline: v, content: y, icon: b, color: x, buttonLabel: S, onButtonClick: C, buttonProps: w, close: T, onClose: E, fullWidth: D, ...O } = o, k = a(), { t: A } = n();
46
+ return /* @__PURE__ */ l(_, {
47
47
  ...O,
48
- ref: o,
48
+ ref: s,
49
49
  className: [u.root, f].filter(Boolean).join(" "),
50
- css: [r`
50
+ css: [i`
51
51
  display: flex;
52
52
  align-items: center;
53
53
  padding: 0px 12px;
54
54
  line-height: 125%;
55
55
  background: ${d(k, x).background};
56
- `, D ? r`
56
+ `, D ? i`
57
57
  width: 100%;
58
- ` : r`
58
+ ` : i`
59
59
  border-radius: 12px;
60
60
  width: fit-content;
61
61
  `],
62
62
  children: [
63
- b && /* @__PURE__ */ s(p, {
63
+ b && /* @__PURE__ */ c(p, {
64
64
  className: u.icon,
65
- css: r`
65
+ css: i`
66
66
  align-self: ${v && y ? "flex-start" : "center"};
67
67
  color: ${d(k, x).headline};
68
68
  `,
69
69
  children: b
70
70
  }),
71
- /* @__PURE__ */ c(g, {
71
+ /* @__PURE__ */ l(g, {
72
72
  className: u.textContainer,
73
- children: [v && /* @__PURE__ */ s(m, {
73
+ children: [v && /* @__PURE__ */ c(m, {
74
74
  className: u.headline,
75
- css: r`
75
+ css: i`
76
76
  color: ${d(k, x).headline};
77
77
  `,
78
78
  children: v
79
- }), y && /* @__PURE__ */ s(h, {
79
+ }), y && /* @__PURE__ */ c(h, {
80
80
  className: u.content,
81
- css: r`
81
+ css: i`
82
82
  color: ${d(k, x).content};
83
83
  `,
84
84
  children: y
85
85
  })]
86
86
  }),
87
- S && /* @__PURE__ */ s(n, {
87
+ S && /* @__PURE__ */ c(r, {
88
88
  className: u.button,
89
- css: !w && r`
89
+ css: !w && i`
90
90
  color: ${d(k, x).content};
91
91
  `,
92
92
  color: "textNeutral",
@@ -96,20 +96,20 @@ var u = {
96
96
  ...w,
97
97
  component: w?.component ?? "button"
98
98
  }),
99
- T && /* @__PURE__ */ s(e, {
99
+ T && /* @__PURE__ */ c(e, {
100
100
  className: u.closeSquareButton,
101
- css: r`
101
+ css: i`
102
102
  color: ${d(k, x).content};
103
103
  `,
104
104
  color: "icon",
105
105
  size: "small",
106
- icon: /* @__PURE__ */ s(t, {}),
106
+ icon: /* @__PURE__ */ c(t, {}),
107
107
  onClick: E,
108
108
  "aria-label": A("닫기", { context: "배너" })
109
109
  })
110
110
  ]
111
111
  });
112
- }), p = o.div`
112
+ }), p = s.div`
113
113
  display: flex;
114
114
  align-items: flex-start;
115
115
  padding: 12px 0px;
@@ -118,13 +118,13 @@ var u = {
118
118
  width: 20px;
119
119
  height: 20px;
120
120
  }
121
- `, m = o.div(({ theme: e }) => r`
121
+ `, m = s.div(({ theme: e }) => i`
122
122
  font-family: ${e.fontFamily.ui};
123
123
  font-size: 16px;
124
124
  font-style: normal;
125
125
  font-weight: 700;
126
126
  line-height: 20px; /* 125% */
127
- `), h = o.div(({ theme: e }) => e.typography.body2Regular), g = o.div`
127
+ `), h = s.div(({ theme: e }) => e.typography.body2Regular), g = s.div`
128
128
  flex: 1;
129
129
 
130
130
  display: flex;