@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,20 +1,20 @@
1
- import { Input as e } from "../../../../../components/Input.js";
2
- import { getTexts as t } from "../../../../../texts.js";
3
- import { useTranslation as n } from "react-i18next";
1
+ import { useTranslation 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/useTranslation.js";
2
+ import { Input as t } from "../../../../../components/Input.js";
3
+ import { getTexts as n } from "../../../../../texts.js";
4
4
  import { jsx as r } from "react/jsx-runtime";
5
5
  import { Controller as i } from "react-hook-form";
6
6
  //#region src/cds/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormPlaceholder.tsx
7
7
  function a(a) {
8
- let { control: o } = a, { t: s } = n();
8
+ let { control: o } = a, { t: s } = e();
9
9
  return /* @__PURE__ */ r(i, {
10
10
  name: "placeholder",
11
11
  control: o,
12
- render: ({ field: { value: n, onChange: i } }) => /* @__PURE__ */ r(e, {
12
+ render: ({ field: { value: e, onChange: i } }) => /* @__PURE__ */ r(t, {
13
13
  size: "small",
14
14
  color: "default",
15
- value: n,
15
+ value: e,
16
16
  onChange: i,
17
- placeholder: t(s, "exampleEnterHere")
17
+ placeholder: n(s, "exampleEnterHere")
18
18
  })
19
19
  });
20
20
  }
@@ -2,59 +2,60 @@ import { SquareButton as e } from "../../../../../components/SquareButton.js";
2
2
  import { stdin_default as t } from "../../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/alert-fill.js";
3
3
  import { stdin_default as n } from "../../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/delete-bin-line.js";
4
4
  import { stdin_default as r } from "../../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/error-warning-fill.js";
5
- import { Input as i } from "../../../../../components/Input.js";
6
- import { Tooltip as a } from "../../../../../components/Tooltip.js";
7
- import { TextTypeDropdown as o } from "./TextTypeDropdown.js";
8
- import { css as s, useTheme as c } from "@emotion/react";
9
- import { jsx as l, jsxs as u } from "@emotion/react/jsx-runtime";
10
- import { Trans as d, useTranslation as f } from "react-i18next";
5
+ import { Trans 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/Trans.js";
6
+ import { useTranslation as a } 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";
7
+ import { Input as o } from "../../../../../components/Input.js";
8
+ import { Tooltip as s } from "../../../../../components/Tooltip.js";
9
+ import { TextTypeDropdown as c } from "./TextTypeDropdown.js";
10
+ import { css as l, useTheme as u } from "@emotion/react";
11
+ import { jsx as d, jsxs as f } from "@emotion/react/jsx-runtime";
11
12
  import { Controller as p } from "react-hook-form";
12
13
  //#region src/cds/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.tsx
13
14
  function m(m) {
14
- let { index: h, control: g, rules: _, onDelete: v } = m, y = c(), { t: b } = f();
15
- return /* @__PURE__ */ l(p, {
15
+ let { index: h, control: g, rules: _, onDelete: v } = m, y = u(), { t: b } = a();
16
+ return /* @__PURE__ */ d(p, {
16
17
  name: `solutions.${h}.value`,
17
18
  control: g,
18
19
  rules: _,
19
- render: ({ field: { value: c, onChange: f }, fieldState: { invalid: p, error: m } }) => {
20
+ render: ({ field: { value: a, onChange: u }, fieldState: { invalid: p, error: m } }) => {
20
21
  let _ = m?.type === "enabled";
21
- return /* @__PURE__ */ l(i, {
22
+ return /* @__PURE__ */ d(o, {
22
23
  size: "small",
23
24
  color: p ? "activeDanger" : "default",
24
- onChange: f,
25
+ onChange: u,
25
26
  disabled: _,
26
- value: c,
27
- hintIcon: !_ && p ? /* @__PURE__ */ l(r, {}) : void 0,
27
+ value: a,
28
+ hintIcon: !_ && p ? /* @__PURE__ */ d(r, {}) : void 0,
28
29
  hintText: _ ? void 0 : m?.message,
29
30
  placeholder: b("안녕하세요"),
30
31
  fullWidth: !0,
31
- css: s`
32
+ css: l`
32
33
  > div {
33
34
  padding: 4px 12px;
34
35
  }
35
36
  `,
36
- startIcon: /* @__PURE__ */ l(o, {
37
+ startIcon: /* @__PURE__ */ d(c, {
37
38
  index: h,
38
39
  control: g,
39
40
  disabled: _
40
41
  }),
41
- endIcon: /* @__PURE__ */ u("div", {
42
- css: s`
42
+ endIcon: /* @__PURE__ */ f("div", {
43
+ css: l`
43
44
  display: flex;
44
45
  gap: 4px;
45
46
  `,
46
- children: [v && /* @__PURE__ */ l(e, {
47
+ children: [v && /* @__PURE__ */ d(e, {
47
48
  color: "white",
48
49
  size: "xsmall",
49
- icon: /* @__PURE__ */ l(n, {}),
50
+ icon: /* @__PURE__ */ d(n, {}),
50
51
  onClick: v,
51
52
  "aria-label": b("삭제", { context: "스퀘어버튼, 렉시컬 주관식 설정창" })
52
- }), _ && /* @__PURE__ */ l(a, {
53
- text: /* @__PURE__ */ l("span", { children: /* @__PURE__ */ l(d, { i18nKey: "입력 칸 설정이 '글자 수대로'인 경우<br/>정답을 하나만 등록할 수 있습니다." }) }),
54
- children: /* @__PURE__ */ l(e, {
53
+ }), _ && /* @__PURE__ */ d(s, {
54
+ text: /* @__PURE__ */ d("span", { children: /* @__PURE__ */ d(i, { i18nKey: "입력 칸 설정이 '글자 수대로'인 경우<br/>정답을 하나만 등록할 수 있습니다." }) }),
55
+ children: /* @__PURE__ */ d(e, {
55
56
  color: "danger",
56
57
  size: "xsmall",
57
- icon: /* @__PURE__ */ l(t, { color: y.color.foreground.neutralAlt }),
58
+ icon: /* @__PURE__ */ d(t, { color: y.color.foreground.neutralAlt }),
58
59
  disabled: !0,
59
60
  "aria-label": b("정답 등록 불가")
60
61
  })
@@ -3,50 +3,51 @@ import { stdin_default as t } from "../../../../../node_modules/.pnpm/remixicon@
3
3
  import { stdin_default as n } from "../../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/add-fill.js";
4
4
  import { stdin_default as r } from "../../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/alarm-warning-fill.js";
5
5
  import { stdin_default as i } from "../../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/question-fill.js";
6
- import { Button as a } from "../../../../../components/Button.js";
7
- import { Tooltip as o } from "../../../../../components/Tooltip.js";
8
- import { FormSolution as s } from "./FormSolution.js";
9
- import { FormSegmentedControl as c } from "./FormSegmentedControl.js";
10
- import { getTexts as l } from "../../../../../texts.js";
11
- import { FormPlaceholder as u } from "./FormPlaceholder.js";
12
- import { $isProblemInputNode as d } from "../ProblemInputNode.js";
13
- import { css as f, useTheme as p } from "@emotion/react";
14
- import m from "@emotion/styled";
15
- import { jsx as h, jsxs as g } from "@emotion/react/jsx-runtime";
16
- import { Trans as _, useTranslation as v } from "react-i18next";
6
+ import { Trans as a } 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/Trans.js";
7
+ import { useTranslation as o } 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";
8
+ import { Button as s } from "../../../../../components/Button.js";
9
+ import { Tooltip as c } from "../../../../../components/Tooltip.js";
10
+ import { FormSolution as l } from "./FormSolution.js";
11
+ import { FormSegmentedControl as u } from "./FormSegmentedControl.js";
12
+ import { getTexts as d } from "../../../../../texts.js";
13
+ import { FormPlaceholder as f } from "./FormPlaceholder.js";
14
+ import { $isProblemInputNode as p } from "../ProblemInputNode.js";
15
+ import { css as m, useTheme as h } from "@emotion/react";
16
+ import g from "@emotion/styled";
17
+ import { jsx as _, jsxs as v } from "@emotion/react/jsx-runtime";
17
18
  import { $getNodeByKey as y } from "lexical";
18
19
  import { useLexicalComposerContext as b } from "@lexical/react/LexicalComposerContext";
19
20
  import { useFieldArray as x, useForm as S } from "react-hook-form";
20
21
  //#region src/cds/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.tsx
21
22
  function C(e) {
22
- let { solutions: m, showCharacterNumber: C, placeholder: M, nodeKey: N, onClose: P, caseSensitive: F, ignoreWhitespace: I } = e, [L] = b(), { t: R } = v(), z = R("글자 수대로"), { control: B, handleSubmit: V, watch: H, trigger: U } = S({
23
+ let { solutions: g, showCharacterNumber: C, placeholder: M, nodeKey: N, onClose: P, caseSensitive: F, ignoreWhitespace: I } = e, [L] = b(), { t: R } = o(), z = R("글자 수대로"), { control: B, handleSubmit: V, watch: H, trigger: U } = S({
23
24
  mode: "all",
24
25
  defaultValues: {
25
- solutions: m,
26
+ solutions: g,
26
27
  showCharacterNumber: C,
27
28
  placeholder: M,
28
29
  caseSensitive: F,
29
30
  ignoreWhitespace: I
30
31
  }
31
- }), W = p(), { fields: G, append: K, remove: q } = x({
32
+ }), W = h(), { fields: G, append: K, remove: q } = x({
32
33
  control: B,
33
34
  name: "solutions",
34
35
  keyName: "uid"
35
36
  }), J = (e) => {
36
37
  L.update(() => {
37
38
  let t = y(N);
38
- d(t) && (t.setSolutions(e.solutions), t.setShowCharacterNumber(e.showCharacterNumber), t.setPlaceholder(e.placeholder), t.setCaseSensitive(e.caseSensitive), t.setIgnoreWhitespace(e.ignoreWhitespace));
39
+ p(t) && (t.setSolutions(e.solutions), t.setShowCharacterNumber(e.showCharacterNumber), t.setPlaceholder(e.placeholder), t.setCaseSensitive(e.caseSensitive), t.setIgnoreWhitespace(e.ignoreWhitespace));
39
40
  }), P();
40
41
  }, Y = H("showCharacterNumber");
41
- return /* @__PURE__ */ g(w, {
42
+ return /* @__PURE__ */ v(w, {
42
43
  onSubmit: V(J),
43
44
  children: [
44
- /* @__PURE__ */ g(T, { children: [/* @__PURE__ */ h(t, { css: f`
45
+ /* @__PURE__ */ v(T, { children: [/* @__PURE__ */ _(t, { css: m`
45
46
  width: 12px;
46
47
  height: 12px;
47
48
  ` }), R("주관식 입력 칸", { context: "렉시컬 주관식 설정창" })] }),
48
- /* @__PURE__ */ g(E, { children: [/* @__PURE__ */ g(D, { children: [
49
- /* @__PURE__ */ g(O, { children: [/* @__PURE__ */ h(A, { children: R("정답", { context: "소제목, 렉시컬 주관식 설정창" }) }), G.map((e, t) => /* @__PURE__ */ h(s, {
49
+ /* @__PURE__ */ v(E, { children: [/* @__PURE__ */ v(D, { children: [
50
+ /* @__PURE__ */ v(O, { children: [/* @__PURE__ */ _(A, { children: R("정답", { context: "소제목, 렉시컬 주관식 설정창" }) }), G.map((e, t) => /* @__PURE__ */ _(l, {
50
51
  index: t,
51
52
  control: B,
52
53
  rules: { validate: {
@@ -57,10 +58,10 @@ function C(e) {
57
58
  q(t);
58
59
  }
59
60
  }, e.uid))] }),
60
- /* @__PURE__ */ h(a, {
61
+ /* @__PURE__ */ _(s, {
61
62
  color: "grey",
62
63
  size: "small",
63
- startIcon: /* @__PURE__ */ h(n, {}),
64
+ startIcon: /* @__PURE__ */ _(n, {}),
64
65
  label: R("복수 정답 추가"),
65
66
  disabled: Y,
66
67
  onClick: () => {
@@ -70,31 +71,31 @@ function C(e) {
70
71
  });
71
72
  }
72
73
  }),
73
- /* @__PURE__ */ g("div", {
74
- css: f`
74
+ /* @__PURE__ */ v("div", {
75
+ css: m`
75
76
  display: flex;
76
77
  gap: 4px;
77
78
  `,
78
- children: [/* @__PURE__ */ h(r, {
79
+ children: [/* @__PURE__ */ _(r, {
79
80
  color: W.color.foreground.neutralBaseDisabled,
80
- css: f`
81
+ css: m`
81
82
  width: 14px;
82
83
  height: 14px;
83
84
  `
84
- }), /* @__PURE__ */ h(A, { children: R("가능한 정답을 모두 추가해야 원활하게 자동 채점할 수 있어요.") })]
85
+ }), /* @__PURE__ */ _(A, { children: R("가능한 정답을 모두 추가해야 원활하게 자동 채점할 수 있어요.") })]
85
86
  })
86
- ] }), /* @__PURE__ */ g(k, { children: [
87
- /* @__PURE__ */ g(O, { children: [/* @__PURE__ */ g(A, { children: [R("입력 칸"), /* @__PURE__ */ h(o, {
88
- text: /* @__PURE__ */ h("span", { children: /* @__PURE__ */ h(_, {
87
+ ] }), /* @__PURE__ */ v(k, { children: [
88
+ /* @__PURE__ */ v(O, { children: [/* @__PURE__ */ v(A, { children: [R("입력 칸"), /* @__PURE__ */ _(c, {
89
+ text: /* @__PURE__ */ _("span", { children: /* @__PURE__ */ _(a, {
89
90
  i18nKey: "예를 들어 정답이 '글자 수'이고<br /><strong>{{numCharOptionStr}}</strong> 옵션을 선택했다면<br />입력 칸이 '☐☐ ☐' 처럼 표시됩니다.",
90
91
  values: { numCharOptionStr: z }
91
92
  }) }),
92
93
  placement: "top",
93
- children: /* @__PURE__ */ h(i, { css: f`
94
+ children: /* @__PURE__ */ _(i, { css: m`
94
95
  width: 12px;
95
96
  height: 12px;
96
97
  ` })
97
- })] }), /* @__PURE__ */ h(c, {
98
+ })] }), /* @__PURE__ */ _(u, {
98
99
  control: B,
99
100
  trigger: U,
100
101
  name: "showCharacterNumber",
@@ -106,15 +107,15 @@ function C(e) {
106
107
  label: z
107
108
  }]
108
109
  })] }),
109
- /* @__PURE__ */ g(O, { children: [/* @__PURE__ */ g(A, { children: [R("자리 표시자", { context: "렉시컬 주관식 설정창" }), /* @__PURE__ */ h(o, {
110
- text: l(R, "descriptionDefaultInputText"),
110
+ /* @__PURE__ */ v(O, { children: [/* @__PURE__ */ v(A, { children: [R("자리 표시자", { context: "렉시컬 주관식 설정창" }), /* @__PURE__ */ _(c, {
111
+ text: d(R, "descriptionDefaultInputText"),
111
112
  placement: "top",
112
- children: /* @__PURE__ */ h(i, { css: f`
113
+ children: /* @__PURE__ */ _(i, { css: m`
113
114
  width: 12px;
114
115
  height: 12px;
115
116
  ` })
116
- })] }), /* @__PURE__ */ h(u, { control: B })] }),
117
- /* @__PURE__ */ g(O, { children: [/* @__PURE__ */ h(A, { children: R("띄어쓰기") }), /* @__PURE__ */ h(c, {
117
+ })] }), /* @__PURE__ */ _(f, { control: B })] }),
118
+ /* @__PURE__ */ v(O, { children: [/* @__PURE__ */ _(A, { children: R("띄어쓰기") }), /* @__PURE__ */ _(u, {
118
119
  control: B,
119
120
  trigger: U,
120
121
  name: "ignoreWhitespace",
@@ -126,7 +127,7 @@ function C(e) {
126
127
  label: R("포함하기")
127
128
  }]
128
129
  })] }),
129
- /* @__PURE__ */ g(O, { children: [/* @__PURE__ */ h(A, { children: R("대소문자") }), /* @__PURE__ */ h(c, {
130
+ /* @__PURE__ */ v(O, { children: [/* @__PURE__ */ _(A, { children: R("대소문자") }), /* @__PURE__ */ _(u, {
130
131
  control: B,
131
132
  trigger: U,
132
133
  name: "caseSensitive",
@@ -139,12 +140,12 @@ function C(e) {
139
140
  }]
140
141
  })] })
141
142
  ] })] }),
142
- /* @__PURE__ */ g(j, { children: [/* @__PURE__ */ h(a, {
143
+ /* @__PURE__ */ v(j, { children: [/* @__PURE__ */ _(s, {
143
144
  color: "grey",
144
145
  size: "xsmall",
145
146
  label: R("닫기", { context: "렉시컬 도구 설정창" }),
146
147
  onClick: P
147
- }), /* @__PURE__ */ h(a, {
148
+ }), /* @__PURE__ */ _(s, {
148
149
  color: "primary",
149
150
  size: "xsmall",
150
151
  label: R("이대로 넣기", { context: "렉시컬 도구 설정창" }),
@@ -153,7 +154,7 @@ function C(e) {
153
154
  ]
154
155
  });
155
156
  }
156
- var w = m.form(({ theme: t }) => f`
157
+ var w = g.form(({ theme: t }) => m`
157
158
  display: flex;
158
159
  width: 620px;
159
160
  flex-direction: column;
@@ -161,7 +162,7 @@ var w = m.form(({ theme: t }) => f`
161
162
  border: 1px solid ${t.color.background.neutralAltActive};
162
163
  background: ${t.color.background.neutralBase};
163
164
  box-shadow: ${e.shadow08};
164
- `), T = m.div(({ theme: e }) => f`
165
+ `), T = g.div(({ theme: e }) => m`
165
166
  display: flex;
166
167
  padding: 8px 12px;
167
168
  gap: 4px;
@@ -173,28 +174,28 @@ var w = m.form(({ theme: t }) => f`
173
174
  font-style: normal;
174
175
  font-weight: 500;
175
176
  line-height: 16px; /* 133.333% */
176
- `), E = m.div(({ theme: e }) => f`
177
+ `), E = g.div(({ theme: e }) => m`
177
178
  display: flex;
178
179
  border-top: 1px solid ${e.color.background.neutralAltActive};
179
180
  border-bottom: 1px solid ${e.color.background.neutralAltActive};
180
- `), D = m.div`
181
+ `), D = g.div`
181
182
  display: flex;
182
183
  flex-direction: column;
183
184
  padding: 12px;
184
185
  gap: 12px;
185
186
  flex: 1;
186
- `, O = m.div`
187
+ `, O = g.div`
187
188
  display: flex;
188
189
  flex-direction: column;
189
190
  gap: 8px;
190
- `, k = m.div`
191
+ `, k = g.div`
191
192
  display: flex;
192
193
  box-sizing: border-box;
193
194
  width: 240px;
194
195
  flex-direction: column;
195
196
  padding: 12px;
196
197
  gap: 12px;
197
- `, A = m.div(({ theme: e }) => f`
198
+ `, A = g.div(({ theme: e }) => m`
198
199
  display: flex;
199
200
  gap: 4px;
200
201
  align-items: center;
@@ -205,7 +206,7 @@ var w = m.form(({ theme: t }) => f`
205
206
  font-style: normal;
206
207
  font-weight: 500;
207
208
  line-height: 16px; /* 133.333% */
208
- `), j = m.div`
209
+ `), j = g.div`
209
210
  display: flex;
210
211
  padding: 12px;
211
212
  justify-content: flex-end;
@@ -1,22 +1,22 @@
1
- import { Dropdown as e } from "../../../../Dropdown/Dropdown.js";
2
- import { DropdownItem as t } from "../../../../Dropdown/DropdownItem/DropdownItem.js";
3
- import { css as n, useTheme as r } from "@emotion/react";
4
- import { useTranslation as i } from "react-i18next";
1
+ import { useTranslation 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/useTranslation.js";
2
+ import { Dropdown as t } from "../../../../Dropdown/Dropdown.js";
3
+ import { DropdownItem as n } from "../../../../Dropdown/DropdownItem/DropdownItem.js";
4
+ import { css as r, useTheme as i } from "@emotion/react";
5
5
  import { jsx as a } from "react/jsx-runtime";
6
6
  import { Controller as o } from "react-hook-form";
7
7
  //#region src/cds/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.tsx
8
8
  function s(s) {
9
- let c = r(), { index: l, control: u, disabled: d } = s, { t: f } = i(), p = f("일반 텍스트"), m = f("코드 텍스트");
9
+ let c = i(), { index: l, control: u, disabled: d } = s, { t: f } = e(), p = f("일반 텍스트"), m = f("코드 텍스트");
10
10
  return /* @__PURE__ */ a(o, {
11
11
  name: `solutions.${l}.textType`,
12
12
  control: u,
13
- render: ({ field: { value: r, onChange: i } }) => /* @__PURE__ */ a(e, {
14
- label: r === "normal" ? p : m,
13
+ render: ({ field: { value: e, onChange: i } }) => /* @__PURE__ */ a(t, {
14
+ label: e === "normal" ? p : m,
15
15
  size: "xsmall",
16
16
  color: "textNeutral",
17
17
  closeOnItemClick: !0,
18
18
  disabled: d,
19
- buttonCss: n`
19
+ buttonCss: r`
20
20
  ${d && `color: ${c.color.foreground.neutralAlt};`}
21
21
  > span {
22
22
  font-weight: 700;
@@ -32,11 +32,11 @@ function s(s) {
32
32
  horizontal: "center"
33
33
  }
34
34
  },
35
- children: /* @__PURE__ */ a(t, {
35
+ children: /* @__PURE__ */ a(n, {
36
36
  index: 0,
37
- label: r === "normal" ? m : p,
37
+ label: e === "normal" ? m : p,
38
38
  onClick: () => {
39
- i(r === "normal" ? "code" : "normal");
39
+ i(e === "normal" ? "code" : "normal");
40
40
  }
41
41
  })
42
42
  })
@@ -1,24 +1,24 @@
1
1
  import { stdin_default as e } from "../../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/check-fill.js";
2
2
  import { stdin_default as t } from "../../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/checkbox-circle-fill.js";
3
3
  import { stdin_default as n } from "../../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/close-circle-fill.js";
4
- import { Tag as r } from "../../../../../components/Tag.js";
5
- import { SelectBoxComponent as i } from "./SelectBoxComponent.js";
6
- import { css as a } from "@emotion/react";
7
- import { useRef as o } from "react";
8
- import { jsx as s } from "@emotion/react/jsx-runtime";
9
- import { useTranslation as c } from "react-i18next";
4
+ import { useTranslation as r } 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";
5
+ import { Tag as i } from "../../../../../components/Tag.js";
6
+ import { SelectBoxComponent as a } from "./SelectBoxComponent.js";
7
+ import { css as o } from "@emotion/react";
8
+ import { useRef as s } from "react";
9
+ import { jsx as c } from "@emotion/react/jsx-runtime";
10
10
  import { useEventListener as l } from "usehooks-ts";
11
11
  //#region src/cds/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.tsx
12
12
  var u = (r) => ({
13
- primary: /* @__PURE__ */ s(e, { css: a`
13
+ primary: /* @__PURE__ */ c(e, { css: o`
14
14
  width: 12px;
15
15
  height: 12px;
16
16
  ` }),
17
- success: /* @__PURE__ */ s(t, { css: a`
17
+ success: /* @__PURE__ */ c(t, { css: o`
18
18
  width: 12px;
19
19
  height: 12px;
20
20
  ` }),
21
- danger: /* @__PURE__ */ s(n, { css: a`
21
+ danger: /* @__PURE__ */ c(n, { css: o`
22
22
  width: 12px;
23
23
  height: 12px;
24
24
  ` })
@@ -36,7 +36,7 @@ function d(e, t, n, r) {
36
36
  };
37
37
  }
38
38
  function f(e) {
39
- let { multipleSelectionsEnabled: n, index: f, isSelected: p, isAnswer: m, image: h, text: g, onClick: _ } = e, { t: v } = c(), { type: y, description: b } = d(p, m, _, v), x = o(null);
39
+ let { multipleSelectionsEnabled: n, index: f, isSelected: p, isAnswer: m, image: h, text: g, onClick: _ } = e, { t: v } = r(), { type: y, description: b } = d(p, m, _, v), x = s(null);
40
40
  l("keydown", (e) => {
41
41
  _ && document.activeElement === x.current && (e.key === " " || e.key === "Enter") && (e.preventDefault(), _());
42
42
  });
@@ -44,8 +44,8 @@ function f(e) {
44
44
  index: f,
45
45
  context: "렉시컬 선택지 도구"
46
46
  });
47
- return /* @__PURE__ */ s(i, {
48
- css: a`
47
+ return /* @__PURE__ */ c(a, {
48
+ css: o`
49
49
  width: 100%;
50
50
  `,
51
51
  ref: x,
@@ -58,11 +58,11 @@ function f(e) {
58
58
  image: h,
59
59
  text: g,
60
60
  onClick: _,
61
- endIcon: m && !p && /* @__PURE__ */ s(r, {
61
+ endIcon: m && !p && /* @__PURE__ */ c(i, {
62
62
  label: v("정답", { context: "태그, 렉시컬 선택지" }),
63
- icon: /* @__PURE__ */ s(t, {}),
63
+ icon: /* @__PURE__ */ c(t, {}),
64
64
  color: "green",
65
- css: a`
65
+ css: o`
66
66
  span {
67
67
  font-weight: 700;
68
68
  }
@@ -1,35 +1,35 @@
1
1
  import { SquareButton as e } from "../../../../components/SquareButton.js";
2
2
  import { stdin_default as t } from "../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/alarm-warning-fill.js";
3
3
  import { stdin_default as n } from "../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/settings-3-fill.js";
4
- import { getTexts as r } from "../../../../texts.js";
5
- import { LexicalCustomConfigContext as i } from "../../LexicalCustomConfigContext.js";
6
- import { SelectBoxEdit as a } from "./SelectBox/SelectBoxEdit.js";
7
- import { SelectBoxView as o } from "./SelectBox/SelectBoxView.js";
8
- import { SettingForm as s } from "./SettingForm/SettingForm.js";
9
- import { $isProblemSelectNode as c } from "./ProblemSelectNode.js";
10
- import { css as l } from "@emotion/react";
11
- import { useContext as u, useState as d } from "react";
12
- import f from "@emotion/styled";
13
- import { Fragment as p, jsx as m, jsxs as h } from "@emotion/react/jsx-runtime";
14
- import { useTranslation as g } from "react-i18next";
4
+ import { useTranslation as r } 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";
5
+ import { getTexts as i } from "../../../../texts.js";
6
+ import { LexicalCustomConfigContext as a } from "../../LexicalCustomConfigContext.js";
7
+ import { SelectBoxEdit as o } from "./SelectBox/SelectBoxEdit.js";
8
+ import { SelectBoxView as s } from "./SelectBox/SelectBoxView.js";
9
+ import { SettingForm as c } from "./SettingForm/SettingForm.js";
10
+ import { $isProblemSelectNode as l } from "./ProblemSelectNode.js";
11
+ import { css as u } from "@emotion/react";
12
+ import { useContext as d, useState as f } from "react";
13
+ import p from "@emotion/styled";
14
+ import { Fragment as m, jsx as h, jsxs as g } from "@emotion/react/jsx-runtime";
15
15
  import { $getNodeByKey as _ } from "lexical";
16
16
  import { useLexicalComposerContext as v } from "@lexical/react/LexicalComposerContext";
17
17
  import { useLexicalEditable as y } from "@lexical/react/useLexicalEditable";
18
18
  //#region src/cds/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.tsx
19
- function b(f) {
20
- let { selected: b, hasMultipleSolutions: S, selections: C, nodeKey: w } = f, [T] = v(), { t: E } = g(), [D, O] = d(!1), k = y(), { freezeProblemNode: A, showQuizSolution: j } = u(i), M = S || S === void 0 && C.filter((e) => "isAnswer" in e && e.isAnswer).length > 1;
21
- return k ? /* @__PURE__ */ h(p, { children: [/* @__PURE__ */ h("div", {
22
- css: l`
19
+ function b(p) {
20
+ let { selected: b, hasMultipleSolutions: S, selections: C, nodeKey: w } = p, [T] = v(), { t: E } = r(), [D, O] = f(!1), k = y(), { freezeProblemNode: A, showQuizSolution: j } = d(a), M = S || S === void 0 && C.filter((e) => "isAnswer" in e && e.isAnswer).length > 1;
21
+ return k ? /* @__PURE__ */ g(m, { children: [/* @__PURE__ */ g("div", {
22
+ css: u`
23
23
  display: flex;
24
24
  gap: 4px;
25
25
  `,
26
- children: [/* @__PURE__ */ m("div", {
27
- css: l`
26
+ children: [/* @__PURE__ */ h("div", {
27
+ css: u`
28
28
  display: flex;
29
29
  flex-direction: column;
30
30
  gap: 4px;
31
31
  `,
32
- children: C.map((e, t) => /* @__PURE__ */ m(a, {
32
+ children: C.map((e, t) => /* @__PURE__ */ h(o, {
33
33
  index: t + 1,
34
34
  isAnswer: "isAnswer" in e && e.isAnswer,
35
35
  image: e.show.image,
@@ -39,21 +39,21 @@ function b(f) {
39
39
  }) : e.show.text,
40
40
  onClick: () => O(!0)
41
41
  }, t))
42
- }), /* @__PURE__ */ m(e, {
42
+ }), /* @__PURE__ */ h(e, {
43
43
  size: "small",
44
44
  color: "icon",
45
- icon: /* @__PURE__ */ m(n, {}),
45
+ icon: /* @__PURE__ */ h(n, {}),
46
46
  onClick: () => {
47
47
  O(!0);
48
48
  },
49
49
  "aria-label": E("선택지 설정", { context: "렉시컬 선택지 도구" })
50
50
  })]
51
- }), D && /* @__PURE__ */ m(s, {
51
+ }), D && /* @__PURE__ */ h(c, {
52
52
  selections: C,
53
53
  nodeKey: w,
54
54
  onClose: () => O(!1)
55
- })] }) : /* @__PURE__ */ h("fieldset", {
56
- css: l`
55
+ })] }) : /* @__PURE__ */ g("fieldset", {
56
+ css: u`
57
57
  display: flex;
58
58
  flex-direction: column;
59
59
  gap: 4px;
@@ -61,10 +61,10 @@ function b(f) {
61
61
  margin: 0;
62
62
  padding: 0;
63
63
  `,
64
- children: [M && /* @__PURE__ */ h(x, { children: [/* @__PURE__ */ m(t, { css: l`
64
+ children: [M && /* @__PURE__ */ g(x, { children: [/* @__PURE__ */ h(t, { css: u`
65
65
  width: 14px;
66
66
  height: 14px;
67
- ` }), r(E, "multipleChoicesProblem")] }), C.map((e, t) => /* @__PURE__ */ m(o, {
67
+ ` }), i(E, "multipleChoicesProblem")] }), C.map((e, t) => /* @__PURE__ */ h(s, {
68
68
  multipleSelectionsEnabled: M,
69
69
  index: t + 1,
70
70
  isAnswer: j && "isAnswer" in e ? e.isAnswer : void 0,
@@ -74,16 +74,16 @@ function b(f) {
74
74
  onClick: A ? void 0 : () => {
75
75
  b.includes(e.value) ? T.update(() => {
76
76
  let t = _(w);
77
- c(t) && t.setSelected(b.filter((t) => t !== e.value));
77
+ l(t) && t.setSelected(b.filter((t) => t !== e.value));
78
78
  }) : T.update(() => {
79
79
  let t = _(w);
80
- c(t) && (M ? t.setSelected([...b, e.value]) : t.setSelected([e.value]));
80
+ l(t) && (M ? t.setSelected([...b, e.value]) : t.setSelected([e.value]));
81
81
  });
82
82
  }
83
83
  }, t))]
84
84
  });
85
85
  }
86
- var x = f.div(({ theme: e }) => l`
86
+ var x = p.div(({ theme: e }) => u`
87
87
  display: flex;
88
88
  gap: 4px;
89
89
  margin-bottom: 12px;