@team-monolith/cds 1.130.0-alpha.4 → 1.130.0-alpha.6

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 (391) 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/i18n/i18n.js +14 -14
  7. package/dist/node_modules/.pnpm/html-parse-stringify@3.0.1/node_modules/html-parse-stringify/dist/html-parse-stringify.module.js +78 -0
  8. 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
  9. 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
  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/TransWithoutContext.js +174 -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/context.js +20 -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/defaults.js +24 -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/i18nInstance.js +6 -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/initReactI18next.js +11 -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/unescape.js +25 -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/useTranslation.js +69 -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/utils.js +35 -0
  18. package/dist/patterns/LexicalEditor/Plugins.js +66 -66
  19. package/dist/patterns/LexicalEditor/components/FileSelectInput.js +19 -19
  20. package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +6 -6
  21. package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +34 -34
  22. package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +14 -14
  23. package/dist/patterns/LexicalEditor/nodes/FileNode/CompactFileView.js +19 -19
  24. package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +17 -17
  25. package/dist/patterns/LexicalEditor/nodes/ImageNode/CompactImageView.js +22 -22
  26. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +61 -61
  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/CompactToolbarPlugin/CompactToolbarPlugin.js +34 -34
  50. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +99 -99
  51. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useContextMenuOptions.js +50 -50
  52. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +85 -85
  53. package/dist/patterns/LexicalEditor/plugins/DragDropPastePlugin/index.js +13 -13
  54. package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +48 -48
  55. package/dist/patterns/LexicalEditor/plugins/ImagesPlugin/useImageNodeTransform.js +16 -16
  56. package/dist/patterns/ToggleButtonGroup/ToggleButton.js +17 -17
  57. package/package.json +2 -5
  58. package/node_modules/@babel/runtime/LICENSE +0 -22
  59. package/node_modules/@babel/runtime/README.md +0 -19
  60. package/node_modules/@babel/runtime/helpers/AwaitValue.js +0 -4
  61. package/node_modules/@babel/runtime/helpers/OverloadYield.js +0 -4
  62. package/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +0 -9
  63. package/node_modules/@babel/runtime/helpers/applyDecs.js +0 -236
  64. package/node_modules/@babel/runtime/helpers/applyDecs2203.js +0 -184
  65. package/node_modules/@babel/runtime/helpers/applyDecs2203R.js +0 -191
  66. package/node_modules/@babel/runtime/helpers/applyDecs2301.js +0 -222
  67. package/node_modules/@babel/runtime/helpers/applyDecs2305.js +0 -133
  68. package/node_modules/@babel/runtime/helpers/applyDecs2311.js +0 -124
  69. package/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +0 -6
  70. package/node_modules/@babel/runtime/helpers/arrayWithHoles.js +0 -4
  71. package/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +0 -5
  72. package/node_modules/@babel/runtime/helpers/assertClassBrand.js +0 -5
  73. package/node_modules/@babel/runtime/helpers/assertThisInitialized.js +0 -5
  74. package/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +0 -24
  75. package/node_modules/@babel/runtime/helpers/asyncIterator.js +0 -45
  76. package/node_modules/@babel/runtime/helpers/asyncToGenerator.js +0 -26
  77. package/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +0 -5
  78. package/node_modules/@babel/runtime/helpers/callSuper.js +0 -7
  79. package/node_modules/@babel/runtime/helpers/checkInRHS.js +0 -6
  80. package/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +0 -4
  81. package/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +0 -10
  82. package/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +0 -4
  83. package/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +0 -7
  84. package/node_modules/@babel/runtime/helpers/classCallCheck.js +0 -4
  85. package/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +0 -5
  86. package/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -4
  87. package/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +0 -5
  88. package/node_modules/@babel/runtime/helpers/classNameTDZError.js +0 -4
  89. package/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +0 -7
  90. package/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +0 -7
  91. package/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js +0 -5
  92. package/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +0 -5
  93. package/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +0 -5
  94. package/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +0 -5
  95. package/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +0 -7
  96. package/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js +0 -5
  97. package/node_modules/@babel/runtime/helpers/classPrivateGetter.js +0 -5
  98. package/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +0 -5
  99. package/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +0 -5
  100. package/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +0 -4
  101. package/node_modules/@babel/runtime/helpers/classPrivateSetter.js +0 -5
  102. package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +0 -7
  103. package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +0 -7
  104. package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +0 -7
  105. package/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +0 -5
  106. package/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +0 -4
  107. package/node_modules/@babel/runtime/helpers/construct.js +0 -10
  108. package/node_modules/@babel/runtime/helpers/createClass.js +0 -13
  109. package/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +0 -50
  110. package/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +0 -19
  111. package/node_modules/@babel/runtime/helpers/createSuper.js +0 -16
  112. package/node_modules/@babel/runtime/helpers/decorate.js +0 -250
  113. package/node_modules/@babel/runtime/helpers/defaults.js +0 -9
  114. package/node_modules/@babel/runtime/helpers/defineAccessor.js +0 -8
  115. package/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +0 -12
  116. package/node_modules/@babel/runtime/helpers/defineProperty.js +0 -10
  117. package/node_modules/@babel/runtime/helpers/dispose.js +0 -28
  118. package/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +0 -4
  119. package/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +0 -4
  120. package/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +0 -9
  121. package/node_modules/@babel/runtime/helpers/esm/applyDecs.js +0 -236
  122. package/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +0 -184
  123. package/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +0 -191
  124. package/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +0 -222
  125. package/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +0 -133
  126. package/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +0 -124
  127. package/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -6
  128. package/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -4
  129. package/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -5
  130. package/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js +0 -5
  131. package/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -5
  132. package/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +0 -24
  133. package/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +0 -45
  134. package/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +0 -26
  135. package/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +0 -5
  136. package/node_modules/@babel/runtime/helpers/esm/callSuper.js +0 -7
  137. package/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +0 -6
  138. package/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +0 -4
  139. package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +0 -10
  140. package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +0 -4
  141. package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +0 -7
  142. package/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -4
  143. package/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +0 -5
  144. package/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +0 -4
  145. package/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +0 -5
  146. package/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +0 -4
  147. package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +0 -7
  148. package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +0 -7
  149. package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js +0 -5
  150. package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +0 -5
  151. package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +0 -5
  152. package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +0 -5
  153. package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +0 -7
  154. package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js +0 -5
  155. package/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js +0 -5
  156. package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +0 -5
  157. package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +0 -5
  158. package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +0 -4
  159. package/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js +0 -5
  160. package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +0 -7
  161. package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +0 -7
  162. package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +0 -7
  163. package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +0 -5
  164. package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +0 -4
  165. package/node_modules/@babel/runtime/helpers/esm/construct.js +0 -10
  166. package/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -13
  167. package/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +0 -50
  168. package/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +0 -19
  169. package/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -16
  170. package/node_modules/@babel/runtime/helpers/esm/decorate.js +0 -250
  171. package/node_modules/@babel/runtime/helpers/esm/defaults.js +0 -9
  172. package/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +0 -8
  173. package/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +0 -12
  174. package/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -10
  175. package/node_modules/@babel/runtime/helpers/esm/dispose.js +0 -28
  176. package/node_modules/@babel/runtime/helpers/esm/extends.js +0 -10
  177. package/node_modules/@babel/runtime/helpers/esm/get.js +0 -11
  178. package/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -6
  179. package/node_modules/@babel/runtime/helpers/esm/identity.js +0 -4
  180. package/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +0 -27
  181. package/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -14
  182. package/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -5
  183. package/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +0 -9
  184. package/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +0 -4
  185. package/node_modules/@babel/runtime/helpers/esm/instanceof.js +0 -4
  186. package/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +0 -6
  187. package/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +0 -22
  188. package/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +0 -8
  189. package/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -9
  190. package/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -4
  191. package/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -28
  192. package/node_modules/@babel/runtime/helpers/esm/jsx.js +0 -22
  193. package/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +0 -9
  194. package/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +0 -4
  195. package/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -4
  196. package/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -4
  197. package/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +0 -4
  198. package/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +0 -4
  199. package/node_modules/@babel/runtime/helpers/esm/objectSpread.js +0 -14
  200. package/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -23
  201. package/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -13
  202. package/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -10
  203. package/node_modules/@babel/runtime/helpers/esm/package.json +0 -3
  204. package/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -8
  205. package/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +0 -4
  206. package/node_modules/@babel/runtime/helpers/esm/regenerator.js +0 -89
  207. package/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js +0 -8
  208. package/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js +0 -6
  209. package/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js +0 -33
  210. package/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +0 -22
  211. package/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js +0 -10
  212. package/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +0 -77
  213. package/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js +0 -19
  214. package/node_modules/@babel/runtime/helpers/esm/set.js +0 -22
  215. package/node_modules/@babel/runtime/helpers/esm/setFunctionName.js +0 -12
  216. package/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -6
  217. package/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +0 -7
  218. package/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -8
  219. package/node_modules/@babel/runtime/helpers/esm/superPropBase.js +0 -6
  220. package/node_modules/@babel/runtime/helpers/esm/superPropGet.js +0 -9
  221. package/node_modules/@babel/runtime/helpers/esm/superPropSet.js +0 -6
  222. package/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -8
  223. package/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +0 -4
  224. package/node_modules/@babel/runtime/helpers/esm/tdz.js +0 -4
  225. package/node_modules/@babel/runtime/helpers/esm/temporalRef.js +0 -6
  226. package/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +0 -2
  227. package/node_modules/@babel/runtime/helpers/esm/toArray.js +0 -8
  228. package/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -8
  229. package/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -12
  230. package/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -7
  231. package/node_modules/@babel/runtime/helpers/esm/toSetter.js +0 -10
  232. package/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js +0 -6
  233. package/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -10
  234. package/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -9
  235. package/node_modules/@babel/runtime/helpers/esm/using.js +0 -12
  236. package/node_modules/@babel/runtime/helpers/esm/usingCtx.js +0 -59
  237. package/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +0 -56
  238. package/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +0 -27
  239. package/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +0 -52
  240. package/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +0 -4
  241. package/node_modules/@babel/runtime/helpers/extends.js +0 -10
  242. package/node_modules/@babel/runtime/helpers/get.js +0 -11
  243. package/node_modules/@babel/runtime/helpers/getPrototypeOf.js +0 -6
  244. package/node_modules/@babel/runtime/helpers/identity.js +0 -4
  245. package/node_modules/@babel/runtime/helpers/importDeferProxy.js +0 -27
  246. package/node_modules/@babel/runtime/helpers/inherits.js +0 -14
  247. package/node_modules/@babel/runtime/helpers/inheritsLoose.js +0 -5
  248. package/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +0 -9
  249. package/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +0 -4
  250. package/node_modules/@babel/runtime/helpers/instanceof.js +0 -4
  251. package/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -6
  252. package/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +0 -22
  253. package/node_modules/@babel/runtime/helpers/isNativeFunction.js +0 -8
  254. package/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +0 -9
  255. package/node_modules/@babel/runtime/helpers/iterableToArray.js +0 -4
  256. package/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +0 -28
  257. package/node_modules/@babel/runtime/helpers/jsx.js +0 -22
  258. package/node_modules/@babel/runtime/helpers/maybeArrayLike.js +0 -9
  259. package/node_modules/@babel/runtime/helpers/newArrowCheck.js +0 -4
  260. package/node_modules/@babel/runtime/helpers/nonIterableRest.js +0 -4
  261. package/node_modules/@babel/runtime/helpers/nonIterableSpread.js +0 -4
  262. package/node_modules/@babel/runtime/helpers/nullishReceiverError.js +0 -4
  263. package/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +0 -4
  264. package/node_modules/@babel/runtime/helpers/objectSpread.js +0 -14
  265. package/node_modules/@babel/runtime/helpers/objectSpread2.js +0 -23
  266. package/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +0 -13
  267. package/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -10
  268. package/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +0 -8
  269. package/node_modules/@babel/runtime/helpers/readOnlyError.js +0 -4
  270. package/node_modules/@babel/runtime/helpers/regenerator.js +0 -89
  271. package/node_modules/@babel/runtime/helpers/regeneratorAsync.js +0 -8
  272. package/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js +0 -6
  273. package/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js +0 -33
  274. package/node_modules/@babel/runtime/helpers/regeneratorDefine.js +0 -22
  275. package/node_modules/@babel/runtime/helpers/regeneratorKeys.js +0 -10
  276. package/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +0 -77
  277. package/node_modules/@babel/runtime/helpers/regeneratorValues.js +0 -19
  278. package/node_modules/@babel/runtime/helpers/set.js +0 -22
  279. package/node_modules/@babel/runtime/helpers/setFunctionName.js +0 -12
  280. package/node_modules/@babel/runtime/helpers/setPrototypeOf.js +0 -6
  281. package/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +0 -7
  282. package/node_modules/@babel/runtime/helpers/slicedToArray.js +0 -8
  283. package/node_modules/@babel/runtime/helpers/superPropBase.js +0 -6
  284. package/node_modules/@babel/runtime/helpers/superPropGet.js +0 -9
  285. package/node_modules/@babel/runtime/helpers/superPropSet.js +0 -6
  286. package/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +0 -8
  287. package/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +0 -4
  288. package/node_modules/@babel/runtime/helpers/tdz.js +0 -4
  289. package/node_modules/@babel/runtime/helpers/temporalRef.js +0 -6
  290. package/node_modules/@babel/runtime/helpers/temporalUndefined.js +0 -2
  291. package/node_modules/@babel/runtime/helpers/toArray.js +0 -8
  292. package/node_modules/@babel/runtime/helpers/toConsumableArray.js +0 -8
  293. package/node_modules/@babel/runtime/helpers/toPrimitive.js +0 -12
  294. package/node_modules/@babel/runtime/helpers/toPropertyKey.js +0 -7
  295. package/node_modules/@babel/runtime/helpers/toSetter.js +0 -10
  296. package/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js +0 -6
  297. package/node_modules/@babel/runtime/helpers/typeof.js +0 -10
  298. package/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +0 -9
  299. package/node_modules/@babel/runtime/helpers/using.js +0 -12
  300. package/node_modules/@babel/runtime/helpers/usingCtx.js +0 -59
  301. package/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +0 -56
  302. package/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +0 -27
  303. package/node_modules/@babel/runtime/helpers/wrapRegExp.js +0 -52
  304. package/node_modules/@babel/runtime/helpers/writeOnlyError.js +0 -4
  305. package/node_modules/@babel/runtime/package.json +0 -1107
  306. package/node_modules/@babel/runtime/regenerator/index.js +0 -15
  307. package/node_modules/html-parse-stringify/README.md +0 -154
  308. package/node_modules/html-parse-stringify/dist/html-parse-stringify.js +0 -2
  309. package/node_modules/html-parse-stringify/dist/html-parse-stringify.js.map +0 -1
  310. package/node_modules/html-parse-stringify/dist/html-parse-stringify.modern.js +0 -2
  311. package/node_modules/html-parse-stringify/dist/html-parse-stringify.modern.js.map +0 -1
  312. package/node_modules/html-parse-stringify/dist/html-parse-stringify.module.js +0 -2
  313. package/node_modules/html-parse-stringify/dist/html-parse-stringify.module.js.map +0 -1
  314. package/node_modules/html-parse-stringify/dist/html-parse-stringify.umd.js +0 -2
  315. package/node_modules/html-parse-stringify/dist/html-parse-stringify.umd.js.map +0 -1
  316. package/node_modules/html-parse-stringify/package.json +0 -50
  317. package/node_modules/react-i18next/.eslintrc.json +0 -74
  318. package/node_modules/react-i18next/.husky/pre-commit +0 -1
  319. package/node_modules/react-i18next/.prettierignore +0 -4
  320. package/node_modules/react-i18next/CHANGELOG.md +0 -1433
  321. package/node_modules/react-i18next/LICENSE +0 -22
  322. package/node_modules/react-i18next/README.md +0 -181
  323. package/node_modules/react-i18next/TransWithoutContext.d.mts +0 -1
  324. package/node_modules/react-i18next/TransWithoutContext.d.ts +0 -129
  325. package/node_modules/react-i18next/dist/amd/react-i18next.js +0 -867
  326. package/node_modules/react-i18next/dist/amd/react-i18next.min.js +0 -1
  327. package/node_modules/react-i18next/dist/commonjs/I18nextProvider.js +0 -21
  328. package/node_modules/react-i18next/dist/commonjs/Trans.js +0 -54
  329. package/node_modules/react-i18next/dist/commonjs/TransWithoutContext.js +0 -330
  330. package/node_modules/react-i18next/dist/commonjs/Translation.js +0 -19
  331. package/node_modules/react-i18next/dist/commonjs/context.js +0 -81
  332. package/node_modules/react-i18next/dist/commonjs/defaults.js +0 -26
  333. package/node_modules/react-i18next/dist/commonjs/i18nInstance.js +0 -13
  334. package/node_modules/react-i18next/dist/commonjs/index.js +0 -128
  335. package/node_modules/react-i18next/dist/commonjs/initReactI18next.js +0 -15
  336. package/node_modules/react-i18next/dist/commonjs/unescape.js +0 -32
  337. package/node_modules/react-i18next/dist/commonjs/useSSR.js +0 -34
  338. package/node_modules/react-i18next/dist/commonjs/useTranslation.js +0 -114
  339. package/node_modules/react-i18next/dist/commonjs/utils.js +0 -76
  340. package/node_modules/react-i18next/dist/commonjs/withSSR.js +0 -27
  341. package/node_modules/react-i18next/dist/commonjs/withTranslation.js +0 -39
  342. package/node_modules/react-i18next/dist/es/I18nextProvider.js +0 -15
  343. package/node_modules/react-i18next/dist/es/Trans.js +0 -43
  344. package/node_modules/react-i18next/dist/es/TransWithoutContext.js +0 -321
  345. package/node_modules/react-i18next/dist/es/Translation.js +0 -12
  346. package/node_modules/react-i18next/dist/es/context.js +0 -42
  347. package/node_modules/react-i18next/dist/es/defaults.js +0 -18
  348. package/node_modules/react-i18next/dist/es/i18nInstance.js +0 -5
  349. package/node_modules/react-i18next/dist/es/index.js +0 -18
  350. package/node_modules/react-i18next/dist/es/initReactI18next.js +0 -9
  351. package/node_modules/react-i18next/dist/es/package.json +0 -1
  352. package/node_modules/react-i18next/dist/es/unescape.js +0 -25
  353. package/node_modules/react-i18next/dist/es/useSSR.js +0 -27
  354. package/node_modules/react-i18next/dist/es/useTranslation.js +0 -107
  355. package/node_modules/react-i18next/dist/es/utils.js +0 -62
  356. package/node_modules/react-i18next/dist/es/withSSR.js +0 -20
  357. package/node_modules/react-i18next/dist/es/withTranslation.js +0 -32
  358. package/node_modules/react-i18next/dist/umd/react-i18next.js +0 -871
  359. package/node_modules/react-i18next/dist/umd/react-i18next.min.js +0 -1
  360. package/node_modules/react-i18next/helpers.d.ts +0 -3
  361. package/node_modules/react-i18next/icu.macro.d.mts +0 -1
  362. package/node_modules/react-i18next/icu.macro.d.ts +0 -103
  363. package/node_modules/react-i18next/icu.macro.js +0 -729
  364. package/node_modules/react-i18next/index.d.mts +0 -1
  365. package/node_modules/react-i18next/index.d.ts +0 -209
  366. package/node_modules/react-i18next/initReactI18next.d.mts +0 -1
  367. package/node_modules/react-i18next/initReactI18next.d.ts +0 -3
  368. package/node_modules/react-i18next/lint-staged.config.mjs +0 -4
  369. package/node_modules/react-i18next/package.json +0 -167
  370. package/node_modules/react-i18next/react-i18next.js +0 -871
  371. package/node_modules/react-i18next/react-i18next.min.js +0 -1
  372. package/node_modules/react-i18next/src/I18nextProvider.js +0 -7
  373. package/node_modules/react-i18next/src/Trans.js +0 -45
  374. package/node_modules/react-i18next/src/TransWithoutContext.js +0 -479
  375. package/node_modules/react-i18next/src/Translation.js +0 -14
  376. package/node_modules/react-i18next/src/context.js +0 -54
  377. package/node_modules/react-i18next/src/defaults.js +0 -20
  378. package/node_modules/react-i18next/src/i18nInstance.js +0 -7
  379. package/node_modules/react-i18next/src/index.js +0 -22
  380. package/node_modules/react-i18next/src/initReactI18next.js +0 -11
  381. package/node_modules/react-i18next/src/unescape.js +0 -31
  382. package/node_modules/react-i18next/src/useSSR.js +0 -33
  383. package/node_modules/react-i18next/src/useTranslation.js +0 -171
  384. package/node_modules/react-i18next/src/utils.js +0 -93
  385. package/node_modules/react-i18next/src/withSSR.js +0 -21
  386. package/node_modules/react-i18next/src/withTranslation.js +0 -35
  387. package/node_modules/react-i18next/vitest.workspace.typescript.mts +0 -52
  388. package/node_modules/void-elements/LICENSE +0 -22
  389. package/node_modules/void-elements/README.md +0 -27
  390. package/node_modules/void-elements/index.js +0 -21
  391. package/node_modules/void-elements/package.json +0 -34
@@ -0,0 +1,35 @@
1
+ //#region 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
2
+ var e = (e, t, n, r) => {
3
+ let i = [n, {
4
+ code: t,
5
+ ...r || {}
6
+ }];
7
+ if (e?.services?.logger?.forward) return e.services.logger.forward(i, "warn", "react-i18next::", !0);
8
+ s(i[0]) && (i[0] = `react-i18next:: ${i[0]}`), e?.services?.logger?.warn ? e.services.logger.warn(...i) : console?.warn && console.warn(...i);
9
+ }, t = {}, n = (n, r, i, a) => {
10
+ s(i) && t[i] || (s(i) && (t[i] = /* @__PURE__ */ new Date()), e(n, r, i, a));
11
+ }, r = (e, t) => () => {
12
+ if (e.isInitialized) t();
13
+ else {
14
+ let n = () => {
15
+ setTimeout(() => {
16
+ e.off("initialized", n);
17
+ }, 0), t();
18
+ };
19
+ e.on("initialized", n);
20
+ }
21
+ }, i = (e, t, n) => {
22
+ e.loadNamespaces(t, r(e, n));
23
+ }, a = (e, t, n, a) => {
24
+ if (s(n) && (n = [n]), e.options.preload && e.options.preload.indexOf(t) > -1) return i(e, n, a);
25
+ n.forEach((t) => {
26
+ e.options.ns.indexOf(t) < 0 && e.options.ns.push(t);
27
+ }), e.loadLanguages(t, r(e, a));
28
+ }, o = (e, t, r = {}) => !t.languages || !t.languages.length ? (n(t, "NO_LANGUAGES", "i18n.languages were undefined or empty", { languages: t.languages }), !0) : t.hasLoadedNamespace(e, {
29
+ lng: r.lng,
30
+ precheck: (t, n) => {
31
+ if (r.bindI18n && r.bindI18n.indexOf("languageChanging") > -1 && t.services.backendConnector.backend && t.isLanguageChangingTo && !n(t.isLanguageChangingTo, e)) return !1;
32
+ }
33
+ }), s = (e) => typeof e == "string", c = (e) => typeof e == "object" && !!e;
34
+ //#endregion
35
+ export { o as hasLoadedNamespace, c as isObject, s as isString, a as loadLanguages, i as loadNamespaces, e as warn, n as warnOnce };
@@ -1,27 +1,27 @@
1
- import { CUSTOM_TRANSFORMERS as e } from "./plugins/MarkdownTransformers/index.js";
2
- import { ProblemInputPlugin as t } from "./plugins/ProblemInputPlugin/index.js";
3
- import { ProblemSelectPlugin as n } from "./plugins/ProblemSelectPlugin/index.js";
4
- import { LayoutPlugin as r } from "./plugins/LayoutPlugin/index.js";
5
- import { SheetSelectPlugin as i } from "./plugins/SheetSelectPlugin/index.js";
6
- import { SheetInputPlugin as a } from "./plugins/SheetInputPlugin/index.js";
7
- import { SelfEvaluationPlugin as o } from "./plugins/SelfEvaluationPlugin/index.js";
8
- import { ImagesPlugin as s } from "./plugins/ImagesPlugin/index.js";
9
- import { VideosPlugin as c } from "./plugins/VideosPlugin/index.js";
10
- import { FilePlugin as l } from "./plugins/FilePlugin/index.js";
11
- import { ComponentPickerMenuPlugin as u } from "./plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js";
12
- import { ComponentAdderPlugin as d } from "./plugins/ComponentAdderPlugin/ComponentAdderPlugin.js";
13
- import { FloatingTextFormatToolbarPlugin as f } from "./plugins/FloatingTextFormatToolbarPlugin/index.js";
14
- import p from "./hr.js";
15
- import { FloatingLinkEditorPlugin as m } from "./plugins/FloatingLinkEditorPlugin/index.js";
16
- import { ListMaxIndentLevelPlugin as h } from "./plugins/ListMaxIndentLevelPlugin/index.js";
17
- import { DragDropPastePlugin as g } from "./plugins/DragDropPastePlugin/index.js";
18
- import { ParagraphPlaceholderPlugin as _ } from "./plugins/ParagraphPlaceholderPlugin/index.js";
19
- import { AutoLinkPlugin as v } from "./plugins/AutoLinkPlugin/index.js";
20
- import { CompactToolbarPlugin as y } from "./plugins/CompactToolbarPlugin/CompactToolbarPlugin.js";
21
- import { useState as b } from "react";
22
- import x from "@emotion/styled";
23
- import { Fragment as S, jsx as C, jsxs as w } from "@emotion/react/jsx-runtime";
24
- import { useTranslation as T } 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 { CUSTOM_TRANSFORMERS as t } from "./plugins/MarkdownTransformers/index.js";
3
+ import { ProblemInputPlugin as n } from "./plugins/ProblemInputPlugin/index.js";
4
+ import { ProblemSelectPlugin as r } from "./plugins/ProblemSelectPlugin/index.js";
5
+ import { LayoutPlugin as i } from "./plugins/LayoutPlugin/index.js";
6
+ import { SheetSelectPlugin as a } from "./plugins/SheetSelectPlugin/index.js";
7
+ import { SheetInputPlugin as o } from "./plugins/SheetInputPlugin/index.js";
8
+ import { SelfEvaluationPlugin as s } from "./plugins/SelfEvaluationPlugin/index.js";
9
+ import { ImagesPlugin as c } from "./plugins/ImagesPlugin/index.js";
10
+ import { VideosPlugin as l } from "./plugins/VideosPlugin/index.js";
11
+ import { FilePlugin as u } from "./plugins/FilePlugin/index.js";
12
+ import { ComponentPickerMenuPlugin as d } from "./plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js";
13
+ import { ComponentAdderPlugin as f } from "./plugins/ComponentAdderPlugin/ComponentAdderPlugin.js";
14
+ import { FloatingTextFormatToolbarPlugin as p } from "./plugins/FloatingTextFormatToolbarPlugin/index.js";
15
+ import m from "./hr.js";
16
+ import { FloatingLinkEditorPlugin as h } from "./plugins/FloatingLinkEditorPlugin/index.js";
17
+ import { ListMaxIndentLevelPlugin as g } from "./plugins/ListMaxIndentLevelPlugin/index.js";
18
+ import { DragDropPastePlugin as _ } from "./plugins/DragDropPastePlugin/index.js";
19
+ import { ParagraphPlaceholderPlugin as v } from "./plugins/ParagraphPlaceholderPlugin/index.js";
20
+ import { AutoLinkPlugin as y } from "./plugins/AutoLinkPlugin/index.js";
21
+ import { CompactToolbarPlugin as b } from "./plugins/CompactToolbarPlugin/CompactToolbarPlugin.js";
22
+ import { useState as x } from "react";
23
+ import S from "@emotion/styled";
24
+ import { Fragment as C, jsx as w, jsxs as T } from "@emotion/react/jsx-runtime";
25
25
  import { RichTextPlugin as E } from "@lexical/react/LexicalRichTextPlugin";
26
26
  import { ContentEditable as D } from "@lexical/react/LexicalContentEditable";
27
27
  import { HistoryPlugin as O } from "@lexical/react/LexicalHistoryPlugin";
@@ -37,19 +37,19 @@ import { TablePlugin as I } from "@lexical/react/LexicalTablePlugin";
37
37
  import { LinkPlugin as L } from "@lexical/react/LexicalLinkPlugin";
38
38
  import { ClickableLinkPlugin as R } from "@lexical/react/LexicalClickableLinkPlugin";
39
39
  //#region src/cds/patterns/LexicalEditor/Plugins.tsx
40
- function z(p) {
41
- let { className: x, contentEditableClassName: D, onChange: z, isSheetEnabled: U, isQuizEnabled: W, showFileUpload: G, autoFocus: K, compactEditorMode: q } = p, { t: J } = T(), Y = M(), [X, Z] = b(null), [Q, $] = b(!1);
42
- return /* @__PURE__ */ w(S, { children: [
43
- q && Y && /* @__PURE__ */ C(y, {}),
44
- !q && /* @__PURE__ */ C(g, {}),
45
- /* @__PURE__ */ C(E, {
46
- contentEditable: /* @__PURE__ */ C(B, {
47
- className: x,
48
- children: /* @__PURE__ */ C(V, {
40
+ function z(m) {
41
+ let { className: S, contentEditableClassName: D, onChange: z, isSheetEnabled: U, isQuizEnabled: W, showFileUpload: G, autoFocus: K, compactEditorMode: q } = m, { t: J } = e(), Y = M(), [X, Z] = x(null), [Q, $] = x(!1);
42
+ return /* @__PURE__ */ T(C, { children: [
43
+ q && Y && /* @__PURE__ */ w(b, {}),
44
+ !q && /* @__PURE__ */ w(_, {}),
45
+ /* @__PURE__ */ w(E, {
46
+ contentEditable: /* @__PURE__ */ w(B, {
47
+ className: S,
48
+ children: /* @__PURE__ */ w(V, {
49
49
  ref: (e) => {
50
50
  e !== null && Z(e);
51
51
  },
52
- children: /* @__PURE__ */ C(H, {
52
+ children: /* @__PURE__ */ w(H, {
53
53
  className: D,
54
54
  isEditable: Y,
55
55
  compactEditorMode: q
@@ -59,57 +59,57 @@ function z(p) {
59
59
  placeholder: null,
60
60
  ErrorBoundary: A
61
61
  }),
62
- /* @__PURE__ */ C(k, {
62
+ /* @__PURE__ */ w(k, {
63
63
  onChange: (e) => {
64
64
  z?.(e.toJSON());
65
65
  },
66
66
  ignoreSelectionChange: !0
67
67
  }),
68
- K && /* @__PURE__ */ C(F, {}),
69
- Y && /* @__PURE__ */ w(S, { children: [
70
- /* @__PURE__ */ C(N, {}),
71
- !q && /* @__PURE__ */ C(u, {
68
+ K && /* @__PURE__ */ w(F, {}),
69
+ Y && /* @__PURE__ */ T(C, { children: [
70
+ /* @__PURE__ */ w(N, {}),
71
+ !q && /* @__PURE__ */ w(d, {
72
72
  isSheetEnabled: U,
73
73
  isQuizEnabled: W,
74
74
  showFileUpload: G
75
75
  }),
76
- /* @__PURE__ */ C(j, { transformers: e }),
77
- /* @__PURE__ */ C(O, {}),
78
- /* @__PURE__ */ C(_, { placeholder: J(q ? "내용을 입력하세요." : "명령어 사용 시에는 '/'를 누르세요. 블록에 마우스를 올려 나타나는 '+'를 클릭하면 아래에 블록을 추가할 수 있습니다.") })
76
+ /* @__PURE__ */ w(j, { transformers: t }),
77
+ /* @__PURE__ */ w(O, {}),
78
+ /* @__PURE__ */ w(v, { placeholder: J(q ? "내용을 입력하세요." : "명령어 사용 시에는 '/'를 누르세요. 블록에 마우스를 올려 나타나는 '+'를 클릭하면 아래에 블록을 추가할 수 있습니다.") })
79
79
  ] }),
80
- X && Y && /* @__PURE__ */ w(S, { children: [
81
- !q && /* @__PURE__ */ C(d, {
80
+ X && Y && /* @__PURE__ */ T(C, { children: [
81
+ !q && /* @__PURE__ */ w(f, {
82
82
  anchorElem: X,
83
83
  isSheetEnabled: U,
84
84
  isQuizEnabled: W,
85
85
  showFileUpload: G
86
86
  }),
87
- /* @__PURE__ */ C(f, { anchorElem: X }),
88
- /* @__PURE__ */ C(m, {
87
+ /* @__PURE__ */ w(p, { anchorElem: X }),
88
+ /* @__PURE__ */ w(h, {
89
89
  anchorElem: X,
90
90
  isLinkEditMode: Q,
91
91
  setIsLinkEditMode: $
92
92
  })
93
93
  ] }),
94
- !Y && /* @__PURE__ */ C(R, {}),
95
- /* @__PURE__ */ C(ee, {}),
96
- /* @__PURE__ */ C(P, {}),
97
- /* @__PURE__ */ C(s, {}),
98
- /* @__PURE__ */ C(c, {}),
99
- /* @__PURE__ */ C(l, {}),
100
- /* @__PURE__ */ C(I, {}),
101
- /* @__PURE__ */ C(L, {}),
102
- /* @__PURE__ */ C(h, { maxDepth: 5 }),
103
- /* @__PURE__ */ C(t, {}),
104
- /* @__PURE__ */ C(n, {}),
105
- /* @__PURE__ */ C(r, {}),
106
- /* @__PURE__ */ C(i, {}),
107
- /* @__PURE__ */ C(a, {}),
108
- /* @__PURE__ */ C(o, {}),
109
- /* @__PURE__ */ C(v, {})
94
+ !Y && /* @__PURE__ */ w(R, {}),
95
+ /* @__PURE__ */ w(ee, {}),
96
+ /* @__PURE__ */ w(P, {}),
97
+ /* @__PURE__ */ w(c, {}),
98
+ /* @__PURE__ */ w(l, {}),
99
+ /* @__PURE__ */ w(u, {}),
100
+ /* @__PURE__ */ w(I, {}),
101
+ /* @__PURE__ */ w(L, {}),
102
+ /* @__PURE__ */ w(g, { maxDepth: 5 }),
103
+ /* @__PURE__ */ w(n, {}),
104
+ /* @__PURE__ */ w(r, {}),
105
+ /* @__PURE__ */ w(i, {}),
106
+ /* @__PURE__ */ w(a, {}),
107
+ /* @__PURE__ */ w(o, {}),
108
+ /* @__PURE__ */ w(s, {}),
109
+ /* @__PURE__ */ w(y, {})
110
110
  ] });
111
111
  }
112
- var B = x.div`
112
+ var B = S.div`
113
113
  min-height: 150px;
114
114
  border: 0;
115
115
  display: flex;
@@ -117,11 +117,11 @@ var B = x.div`
117
117
  outline: 0;
118
118
  z-index: 0;
119
119
  overflow: auto;
120
- `, V = x.div`
120
+ `, V = S.div`
121
121
  flex: auto;
122
122
  position: relative;
123
123
  z-index: -1;
124
- `, H = x(D, { shouldForwardProp: (e) => e !== "isEditable" && e !== "compactEditorMode" })`
124
+ `, H = S(D, { shouldForwardProp: (e) => e !== "isEditable" && e !== "compactEditorMode" })`
125
125
  border: 0;
126
126
  font-size: 15px;
127
127
  display: block;
@@ -144,7 +144,7 @@ var B = x.div`
144
144
  // center 및 repeat-x를 지정하여 좌우로 긴 선을 그립니다.
145
145
  height: 26px;
146
146
  border: 0;
147
- background: url("${p}") center repeat-x;
147
+ background: url("${m}") center repeat-x;
148
148
  }
149
149
  `;
150
150
  //#endregion
@@ -1,14 +1,14 @@
1
1
  import { stdin_default as e } from "../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/Document/file-warning-line.js";
2
2
  import { stdin_default as t } from "../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/upload-line.js";
3
- import { Button as n } from "../../../components/Button.js";
4
- import { CdsContext as r } from "../../../CdsProvider.js";
5
- import { getTexts as i } from "../../../texts.js";
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 "../../../components/Button.js";
5
+ import { CdsContext as i } from "../../../CdsProvider.js";
6
+ import { getTexts as a } from "../../../texts.js";
6
7
  import "../uploadConstants.js";
7
- import { css as a, useTheme as o } from "@emotion/react";
8
- import { useContext as s, useRef as c, useState as l } from "react";
9
- import u from "@emotion/styled";
10
- import { Fragment as d, jsx as f, jsxs as p } from "@emotion/react/jsx-runtime";
11
- import { useTranslation as m } from "react-i18next";
8
+ import { css as o, useTheme as s } from "@emotion/react";
9
+ import { useContext as c, useRef as l, useState as u } from "react";
10
+ import d from "@emotion/styled";
11
+ import { Fragment as f, jsx as p, jsxs as m } from "@emotion/react/jsx-runtime";
12
12
  import h from "moment";
13
13
  //#region src/cds/patterns/LexicalEditor/components/FileSelectInput.tsx
14
14
  var g = (e, t) => ({
@@ -25,9 +25,9 @@ var g = (e, t) => ({
25
25
  errorStr: t("업로드할 수 없는 파일입니다. 모든 파일을 업로드해주세요.")
26
26
  }
27
27
  })[e];
28
- function _(u) {
29
- let { onChange: _, fileType: S, onFileSubmit: C } = u, [w, T] = l(null), E = c(null), { t: D } = m(), { accept: O, errorStr: k } = g(S, D), A = s(r), j = o();
30
- return /* @__PURE__ */ p(d, { children: [/* @__PURE__ */ p(b, { children: [/* @__PURE__ */ f(n, {
28
+ function _(d) {
29
+ let { onChange: _, fileType: S, onFileSubmit: C } = d, [w, T] = u(null), E = l(null), { t: D } = n(), { accept: O, errorStr: k } = g(S, D), A = c(i), j = s();
30
+ return /* @__PURE__ */ m(f, { children: [/* @__PURE__ */ m(b, { children: [/* @__PURE__ */ p(r, {
31
31
  fullWidth: !0,
32
32
  color: "grey",
33
33
  size: "medium",
@@ -35,13 +35,13 @@ function _(u) {
35
35
  onClick: () => {
36
36
  E.current?.click();
37
37
  },
38
- startIcon: /* @__PURE__ */ f(t, {})
39
- }), /* @__PURE__ */ f(x, { children: w && /* @__PURE__ */ p(d, { children: [/* @__PURE__ */ f(e, { css: a`
38
+ startIcon: /* @__PURE__ */ p(t, {})
39
+ }), /* @__PURE__ */ p(x, { children: w && /* @__PURE__ */ m(f, { children: [/* @__PURE__ */ p(e, { css: o`
40
40
  padding: 0 4px;
41
41
  width: 24px;
42
42
  height: 24px;
43
43
  color: ${j.color.background.danger};
44
- ` }), /* @__PURE__ */ f(y, { children: w })] }) })] }), /* @__PURE__ */ f(v, {
44
+ ` }), /* @__PURE__ */ p(y, { children: w })] }) })] }), /* @__PURE__ */ p(v, {
45
45
  ref: E,
46
46
  type: "file",
47
47
  accept: O,
@@ -49,7 +49,7 @@ function _(u) {
49
49
  let t = e.target.files?.[0];
50
50
  if (!t) return;
51
51
  if (t.size >= 1073741824) {
52
- T(i(D, "errorFileTooLarge")), e.target.value = "";
52
+ T(a(D, "errorFileTooLarge")), e.target.value = "";
53
53
  return;
54
54
  }
55
55
  if (O && !(O === "*" || (O.startsWith(".") ? O.slice(1) === t.name.split(".").pop()?.toLowerCase() : new RegExp(O.replace("*", ".*")).test(t.type)))) {
@@ -70,19 +70,19 @@ function _(u) {
70
70
  }
71
71
  })] });
72
72
  }
73
- var v = u.input`
73
+ var v = d.input`
74
74
  display: none;
75
- `, y = u.div(({ theme: e }) => a`
75
+ `, y = d.div(({ theme: e }) => o`
76
76
  color: ${e.color.foreground.danger};
77
77
  font-family: ${e.fontFamily.ui};
78
78
  font-size: 14px;
79
79
  font-weight: 400;
80
80
  line-height: 20px;
81
- `), b = u.div`
81
+ `), b = d.div`
82
82
  display: flex;
83
83
  flex-direction: column;
84
84
  gap: 4px;
85
- `, x = u.div`
85
+ `, x = d.div`
86
86
  padding-left: 8px;
87
87
  display: flex;
88
88
  flex-direction: row;
@@ -1,17 +1,17 @@
1
- import { useState as e } from "react";
2
- import t from "@emotion/styled";
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 { useState as t } from "react";
3
+ import n from "@emotion/styled";
4
4
  import { jsx as r, jsxs as i } from "react/jsx-runtime";
5
5
  //#region src/cds/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.tsx
6
- function a(t) {
7
- let { src: a, alt: s, fallback: c } = t, [l, u] = e(null), { t: d } = n();
6
+ function a(n) {
7
+ let { src: a, alt: s, fallback: c } = n, [l, u] = t(null), { t: d } = e();
8
8
  return /* @__PURE__ */ i(o, { children: [d("이미지 미리보기"), l === a ? c : /* @__PURE__ */ r("img", {
9
9
  src: a,
10
10
  alt: s,
11
11
  onError: () => u(a)
12
12
  })] });
13
13
  }
14
- var o = t.div`
14
+ var o = n.div`
15
15
  display: flex;
16
16
  flex-direction: column;
17
17
  gap: 8px;
@@ -1,32 +1,32 @@
1
1
  import { AlertDialog as e } from "../../../../components/AlertDialog/AlertDialog.js";
2
2
  import { stdin_default as t } from "../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/Editor/link.js";
3
3
  import { stdin_default as n } from "../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/Media/image-fill.js";
4
- import { AlertDialogTitle as r } from "../../../../components/AlertDialog/AlertDialogTitle.js";
5
- import { AlertDialogContent as i } from "../../../../components/AlertDialog/AlertDialogContent.js";
6
- import { AlertDialogActions as a } from "../../../../components/AlertDialog/AlertDialogActions.js";
7
- import { Button as o } from "../../../../components/Button.js";
8
- import { FileSelectInput as s } from "../FileSelectInput.js";
9
- import { FormInput as c } from "../../nodes/Form/FormInput.js";
10
- import { ImagePreview as l } from "./ImagePreview.js";
11
- import { ImageNotAvailable as u } from "../../nodes/ImageNode/ImageNotAvailable.js";
12
- import { css as d, useTheme as f } from "@emotion/react";
13
- import { useEffect as p, useMemo as m, useState as h } from "react";
14
- import g from "@emotion/styled";
15
- import { jsx as _, jsxs as v } from "@emotion/react/jsx-runtime";
16
- import { useTranslation as y } 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 { AlertDialogTitle as i } from "../../../../components/AlertDialog/AlertDialogTitle.js";
6
+ import { AlertDialogContent as a } from "../../../../components/AlertDialog/AlertDialogContent.js";
7
+ import { AlertDialogActions as o } from "../../../../components/AlertDialog/AlertDialogActions.js";
8
+ import { Button as s } from "../../../../components/Button.js";
9
+ import { FileSelectInput as c } from "../FileSelectInput.js";
10
+ import { FormInput as l } from "../../nodes/Form/FormInput.js";
11
+ import { ImagePreview as u } from "./ImagePreview.js";
12
+ import { ImageNotAvailable as d } from "../../nodes/ImageNode/ImageNotAvailable.js";
13
+ import { css as f, useTheme as p } from "@emotion/react";
14
+ import { useEffect as m, useMemo as h, useState as g } from "react";
15
+ import _ from "@emotion/styled";
16
+ import { jsx as v, jsxs as y } from "@emotion/react/jsx-runtime";
17
17
  import { useForm as b } from "react-hook-form";
18
18
  import { debounce as x } from "lodash";
19
19
  //#region src/cds/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.tsx
20
20
  function S(e) {
21
- let { title: r, open: d, onClose: g, imageProps: S, onChange: E, onDelete: D, shouldReset: O } = e, k = f(), { t: A } = y(), { control: j, setValue: M, watch: N, reset: P, handleSubmit: F, subscribe: I } = b({ defaultValues: S ?? {
21
+ let { title: i, open: f, onClose: _, imageProps: S, onChange: E, onDelete: D, shouldReset: O } = e, k = p(), { t: A } = r(), { control: j, setValue: M, watch: N, reset: P, handleSubmit: F, subscribe: I } = b({ defaultValues: S ?? {
22
22
  src: "",
23
23
  altText: ""
24
24
  } }), L = () => {
25
- O && P(), g();
25
+ O && P(), _();
26
26
  }, R = (e) => {
27
27
  E(e), L();
28
- }, [z, B] = h(N("src")), V = N("src") === "", H = m(() => x((e) => B(e), 500), []);
29
- return p(() => {
28
+ }, [z, B] = g(N("src")), V = N("src") === "", H = h(() => x((e) => B(e), 500), []);
29
+ return m(() => {
30
30
  let e = I({
31
31
  name: "src",
32
32
  formState: { values: !0 },
@@ -35,42 +35,42 @@ function S(e) {
35
35
  }
36
36
  });
37
37
  return () => e();
38
- }, [H, I]), /* @__PURE__ */ v(C, {
38
+ }, [H, I]), /* @__PURE__ */ y(C, {
39
39
  component: "form",
40
- icon: /* @__PURE__ */ _(n, { color: k.color.background.primary }),
41
- open: d,
40
+ icon: /* @__PURE__ */ v(n, { color: k.color.background.primary }),
41
+ open: f,
42
42
  onClose: L,
43
43
  onSubmit: (e) => {
44
44
  e.stopPropagation(), F(R)();
45
45
  },
46
46
  disableIconPadding: !0,
47
47
  children: [
48
- /* @__PURE__ */ _(w, {
48
+ /* @__PURE__ */ v(w, {
49
49
  onClose: L,
50
- children: r
50
+ children: i
51
51
  }),
52
- /* @__PURE__ */ _(i, { children: /* @__PURE__ */ v(T, { children: [
53
- /* @__PURE__ */ _(s, {
52
+ /* @__PURE__ */ v(a, { children: /* @__PURE__ */ y(T, { children: [
53
+ /* @__PURE__ */ v(c, {
54
54
  onChange: (e) => {
55
55
  M("src", e);
56
56
  },
57
57
  fileType: "image"
58
58
  }),
59
- /* @__PURE__ */ _(c, {
59
+ /* @__PURE__ */ v(l, {
60
60
  name: "src",
61
61
  control: j,
62
62
  placeholder: "https://www.pexels.com/photo/n-2848492",
63
63
  size: "medium",
64
64
  label: "URL",
65
65
  fullWidth: !0,
66
- startIcon: /* @__PURE__ */ _(t, {})
66
+ startIcon: /* @__PURE__ */ v(t, {})
67
67
  }),
68
- z && /* @__PURE__ */ _(l, {
68
+ z && /* @__PURE__ */ v(u, {
69
69
  src: z,
70
70
  alt: N("altText"),
71
- fallback: /* @__PURE__ */ _(u, {})
71
+ fallback: /* @__PURE__ */ v(d, {})
72
72
  }),
73
- /* @__PURE__ */ _(c, {
73
+ /* @__PURE__ */ v(l, {
74
74
  name: "altText",
75
75
  control: j,
76
76
  placeholder: A("삽입하는 이미지에 관한 설명"),
@@ -79,14 +79,14 @@ function S(e) {
79
79
  fullWidth: !0
80
80
  })
81
81
  ] }) }),
82
- /* @__PURE__ */ v(a, { children: [/* @__PURE__ */ _(o, {
82
+ /* @__PURE__ */ y(o, { children: [/* @__PURE__ */ v(s, {
83
83
  type: "submit",
84
84
  fullWidth: !0,
85
85
  label: A("삽입하기"),
86
86
  size: "medium",
87
87
  color: "primary",
88
88
  disabled: V
89
- }), D && /* @__PURE__ */ _(o, {
89
+ }), D && /* @__PURE__ */ v(s, {
90
90
  color: "danger",
91
91
  size: "medium",
92
92
  fullWidth: !0,
@@ -96,9 +96,9 @@ function S(e) {
96
96
  ]
97
97
  });
98
98
  }
99
- var C = g(e)`
99
+ var C = _(e)`
100
100
  gap: 16px;
101
- `, w = g(r)(({ theme: e }) => d`
101
+ `, w = _(i)(({ theme: e }) => f`
102
102
  color: ${e.color.foreground.neutralBase};
103
103
  text-align: center;
104
104
  font-family: ${e.fontFamily.ui};
@@ -107,7 +107,7 @@ var C = g(e)`
107
107
  font-weight: 700;
108
108
  line-height: 28px;
109
109
  letter-spacing: 0.25px;
110
- `), T = g.div`
110
+ `), T = _.div`
111
111
  display: flex;
112
112
  flex-direction: column;
113
113
  gap: 16px;
@@ -1,28 +1,28 @@
1
- import { CdsContext as e } from "../../../../CdsProvider.js";
2
- import { getTexts as t } from "../../../../texts.js";
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 { CdsContext as t } from "../../../../CdsProvider.js";
3
+ import { getTexts as n } from "../../../../texts.js";
3
4
  import "../../uploadConstants.js";
4
- import { useContext as n, useEffect as r, useRef as i } from "react";
5
- import a from "@emotion/styled";
6
- import { jsx as o } from "@emotion/react/jsx-runtime";
7
- import { useTranslation as s } from "react-i18next";
5
+ import { useContext as r, useEffect as i, useRef as a } from "react";
6
+ import o from "@emotion/styled";
7
+ import { jsx as s } from "@emotion/react/jsx-runtime";
8
8
  import c from "moment";
9
9
  //#region src/cds/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.tsx
10
- function l({ open: a, onClose: l, onChange: d }) {
11
- let f = i(null), p = n(e), { t: m } = s();
12
- return r(() => {
13
- a && f.current && (f.current.value = "", f.current.click());
14
- }, [a]), /* @__PURE__ */ o(u, {
10
+ function l({ open: o, onClose: l, onChange: d }) {
11
+ let f = a(null), p = r(t), { t: m } = e();
12
+ return i(() => {
13
+ o && f.current && (f.current.value = "", f.current.click());
14
+ }, [o]), /* @__PURE__ */ s(u, {
15
15
  ref: f,
16
16
  type: "file",
17
17
  accept: "*",
18
18
  onChange: async (e) => {
19
- let n = p.lexical?.showFileError, r = e.target.files?.[0];
19
+ let t = p.lexical?.showFileError, r = e.target.files?.[0];
20
20
  if (!r) {
21
21
  l();
22
22
  return;
23
23
  }
24
24
  if (r.size >= 1073741824) {
25
- n?.("upload", t(m, "errorFileTooLarge")), e.target.value = "", l();
25
+ t?.("upload", n(m, "errorFileTooLarge")), e.target.value = "", l();
26
26
  return;
27
27
  }
28
28
  let i = p.lexical?.uploadByFile;
@@ -35,7 +35,7 @@ function l({ open: a, onClose: l, onChange: d }) {
35
35
  }
36
36
  });
37
37
  }
38
- var u = a.input`
38
+ var u = o.input`
39
39
  display: none;
40
40
  `;
41
41
  //#endregion
@@ -1,38 +1,38 @@
1
1
  import { stdin_default as e } from "../../../../node_modules/.pnpm/remixicon@4.3.0/node_modules/remixicon/icons/System/delete-bin-line.js";
2
- import { OverflowTooltip as t } from "../../../../components/OverflowTooltip.js";
3
- import { FileDetailContainer as n, FileInfo as r, FileName as i, FileOptionalInfo as a, FileSize as o, IconContainer as s, getFileIcon as c } from "./fileStyles.js";
4
- import { css as l } from "@emotion/react";
5
- import u from "@emotion/styled";
6
- import { jsx as d, jsxs as f } from "@emotion/react/jsx-runtime";
7
- import { useTranslation as p } from "react-i18next";
2
+ import { useTranslation as t } 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";
3
+ import { OverflowTooltip as n } from "../../../../components/OverflowTooltip.js";
4
+ import { FileDetailContainer as r, FileInfo as i, FileName as a, FileOptionalInfo as o, FileSize as s, IconContainer as c, getFileIcon as l } from "./fileStyles.js";
5
+ import { css as u } from "@emotion/react";
6
+ import d from "@emotion/styled";
7
+ import { jsx as f, jsxs as p } from "@emotion/react/jsx-runtime";
8
8
  import { $getNodeByKey as m } from "lexical";
9
9
  import { useLexicalComposerContext as h } from "@lexical/react/LexicalComposerContext";
10
10
  //#region src/cds/patterns/LexicalEditor/nodes/FileNode/CompactFileView.tsx
11
- function g({ fileName: r, fileSize: l, nodeKey: u, fileUploadDate: g }) {
12
- let [y] = h(), { t: b } = p();
13
- return /* @__PURE__ */ d(n, {
11
+ function g({ fileName: i, fileSize: u, nodeKey: d, fileUploadDate: g }) {
12
+ let [y] = h(), { t: b } = t();
13
+ return /* @__PURE__ */ f(r, {
14
14
  isSelected: !1,
15
- children: /* @__PURE__ */ f(_, { children: [
16
- /* @__PURE__ */ d(s, { children: c(r) }),
17
- /* @__PURE__ */ d(i, { children: /* @__PURE__ */ d(t, { text: r }) }),
18
- /* @__PURE__ */ d(a, { children: g }),
19
- /* @__PURE__ */ f(o, { children: [(l / (1024 * 1024)).toFixed(1), " MB"] }),
20
- /* @__PURE__ */ d(v, {
15
+ children: /* @__PURE__ */ p(_, { children: [
16
+ /* @__PURE__ */ f(c, { children: l(i) }),
17
+ /* @__PURE__ */ f(a, { children: /* @__PURE__ */ f(n, { text: i }) }),
18
+ /* @__PURE__ */ f(o, { children: g }),
19
+ /* @__PURE__ */ p(s, { children: [(u / (1024 * 1024)).toFixed(1), " MB"] }),
20
+ /* @__PURE__ */ f(v, {
21
21
  type: "button",
22
22
  onClick: () => {
23
23
  y.update(() => {
24
- m(u)?.remove();
24
+ m(d)?.remove();
25
25
  });
26
26
  },
27
27
  "aria-label": b("삭제", { context: "버튼, 게시글 본문 파일" }),
28
- children: /* @__PURE__ */ d(e, {})
28
+ children: /* @__PURE__ */ f(e, {})
29
29
  })
30
30
  ] })
31
31
  });
32
32
  }
33
- var _ = u(r)`
33
+ var _ = d(i)`
34
34
  cursor: default;
35
- `, v = u.button(({ theme: e }) => l`
35
+ `, v = d.button(({ theme: e }) => u`
36
36
  flex-shrink: 0;
37
37
  display: flex;
38
38
  align-items: center;