@team-monolith/cds 1.119.2 → 1.119.3

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 (395) hide show
  1. package/@types/emotion.d.ts +160 -160
  2. package/README.md +37 -37
  3. package/dist/CdsProvider.d.ts +2 -2
  4. package/dist/CdsProvider.js +5 -15
  5. package/dist/components/AlertDialog/AlertDialog.js +54 -54
  6. package/dist/components/AlertDialog/AlertDialogActions.js +7 -7
  7. package/dist/components/AlertDialog/AlertDialogContent.js +8 -8
  8. package/dist/components/AlertDialog/AlertDialogTitle.js +34 -34
  9. package/dist/components/AnimatedButton.js +32 -32
  10. package/dist/components/Banner.js +51 -51
  11. package/dist/components/Book/Book.js +174 -174
  12. package/dist/components/Button.js +179 -179
  13. package/dist/components/CheckboxInput.js +148 -148
  14. package/dist/components/FileTypeAlertDialog.js +4 -4
  15. package/dist/components/Input.js +53 -53
  16. package/dist/components/InputBase.js +72 -72
  17. package/dist/components/Modal.js +4 -4
  18. package/dist/components/OverflowTooltip.js +4 -4
  19. package/dist/components/Pagination.js +56 -56
  20. package/dist/components/PinInput.js +64 -64
  21. package/dist/components/Popover.js +27 -27
  22. package/dist/components/RadioInput.js +73 -73
  23. package/dist/components/SquareButton.js +109 -109
  24. package/dist/components/Switch.js +69 -69
  25. package/dist/components/SwitchButton.js +107 -107
  26. package/dist/components/Tag.js +72 -72
  27. package/dist/components/Tooltip.js +19 -19
  28. package/dist/foundation/breakpoints.js +16 -16
  29. package/dist/i18n/i18n.d.ts +14 -3
  30. package/dist/i18n/i18n.js +32 -34
  31. package/dist/icons/custom/colored/AiHelper.d.ts +1 -1
  32. package/dist/icons/custom/colored/AiHelper.js +1 -1
  33. package/dist/icons/custom/colored/AiQuizColor.d.ts +1 -1
  34. package/dist/icons/custom/colored/AiQuizColor.js +1 -1
  35. package/dist/icons/custom/colored/BadgeColor.d.ts +1 -1
  36. package/dist/icons/custom/colored/BadgeColor.js +1 -1
  37. package/dist/icons/custom/colored/BadgeGold.d.ts +1 -1
  38. package/dist/icons/custom/colored/BadgeGold.js +1 -1
  39. package/dist/icons/custom/colored/BadgeGreen.d.ts +1 -1
  40. package/dist/icons/custom/colored/BadgeGreen.js +1 -1
  41. package/dist/icons/custom/colored/BadgeSilver.d.ts +1 -1
  42. package/dist/icons/custom/colored/BadgeSilver.js +1 -1
  43. package/dist/icons/custom/colored/Basic.d.ts +1 -1
  44. package/dist/icons/custom/colored/Basic.js +1 -1
  45. package/dist/icons/custom/colored/BasicPlus.d.ts +1 -1
  46. package/dist/icons/custom/colored/BasicPlus.js +1 -1
  47. package/dist/icons/custom/colored/BoardColor.d.ts +1 -1
  48. package/dist/icons/custom/colored/BoardColor.js +1 -1
  49. package/dist/icons/custom/colored/CastCloudyColor.d.ts +1 -1
  50. package/dist/icons/custom/colored/CastCloudyColor.js +1 -1
  51. package/dist/icons/custom/colored/CastPartlyColor.d.ts +1 -1
  52. package/dist/icons/custom/colored/CastPartlyColor.js +1 -1
  53. package/dist/icons/custom/colored/CastRainbowColor.d.ts +1 -1
  54. package/dist/icons/custom/colored/CastRainbowColor.js +1 -1
  55. package/dist/icons/custom/colored/CastSunnyColor.d.ts +1 -1
  56. package/dist/icons/custom/colored/CastSunnyColor.js +1 -1
  57. package/dist/icons/custom/colored/ClapBronze.d.ts +1 -1
  58. package/dist/icons/custom/colored/ClapBronze.js +1 -1
  59. package/dist/icons/custom/colored/ClapGold.d.ts +1 -1
  60. package/dist/icons/custom/colored/ClapGold.js +1 -1
  61. package/dist/icons/custom/colored/ClapSilver.d.ts +1 -1
  62. package/dist/icons/custom/colored/ClapSilver.js +1 -1
  63. package/dist/icons/custom/colored/Class.d.ts +1 -1
  64. package/dist/icons/custom/colored/Class.js +1 -1
  65. package/dist/icons/custom/colored/CodapColor.d.ts +1 -1
  66. package/dist/icons/custom/colored/CodapColor.js +1 -1
  67. package/dist/icons/custom/colored/EbookColor.d.ts +1 -1
  68. package/dist/icons/custom/colored/EbookColor.js +1 -1
  69. package/dist/icons/custom/colored/EmbeddedColor.d.ts +1 -1
  70. package/dist/icons/custom/colored/EmbeddedColor.js +1 -1
  71. package/dist/icons/custom/colored/EmoClapColor.d.ts +1 -1
  72. package/dist/icons/custom/colored/EmoClapColor.js +1 -1
  73. package/dist/icons/custom/colored/EmoGoodColor.d.ts +1 -1
  74. package/dist/icons/custom/colored/EmoGoodColor.js +1 -1
  75. package/dist/icons/custom/colored/EmoGreatColor.d.ts +1 -1
  76. package/dist/icons/custom/colored/EmoGreatColor.js +1 -1
  77. package/dist/icons/custom/colored/EmoHeartColor.d.ts +1 -1
  78. package/dist/icons/custom/colored/EmoHeartColor.js +1 -1
  79. package/dist/icons/custom/colored/EmoHundredColor.d.ts +1 -1
  80. package/dist/icons/custom/colored/EmoHundredColor.js +1 -1
  81. package/dist/icons/custom/colored/EmoNeutralColor.d.ts +1 -1
  82. package/dist/icons/custom/colored/EmoNeutralColor.js +1 -1
  83. package/dist/icons/custom/colored/EmoStarsColor.d.ts +1 -1
  84. package/dist/icons/custom/colored/EmoStarsColor.js +1 -1
  85. package/dist/icons/custom/colored/EmoThumbupColor.d.ts +1 -1
  86. package/dist/icons/custom/colored/EmoThumbupColor.js +1 -1
  87. package/dist/icons/custom/colored/Empty.d.ts +1 -1
  88. package/dist/icons/custom/colored/Empty.js +1 -1
  89. package/dist/icons/custom/colored/EntryColor.d.ts +1 -1
  90. package/dist/icons/custom/colored/EntryColor.js +1 -1
  91. package/dist/icons/custom/colored/FilenameAllColor.d.ts +1 -1
  92. package/dist/icons/custom/colored/FilenameAllColor.js +1 -1
  93. package/dist/icons/custom/colored/FilenameDocColor.d.ts +1 -1
  94. package/dist/icons/custom/colored/FilenameDocColor.js +1 -1
  95. package/dist/icons/custom/colored/FilenameHwpColor.d.ts +1 -1
  96. package/dist/icons/custom/colored/FilenameHwpColor.js +1 -1
  97. package/dist/icons/custom/colored/FilenameImgColor.d.ts +1 -1
  98. package/dist/icons/custom/colored/FilenameImgColor.js +1 -1
  99. package/dist/icons/custom/colored/FilenameMp4Color.d.ts +1 -1
  100. package/dist/icons/custom/colored/FilenameMp4Color.js +1 -1
  101. package/dist/icons/custom/colored/FilenamePdfColor.d.ts +1 -1
  102. package/dist/icons/custom/colored/FilenamePdfColor.js +1 -1
  103. package/dist/icons/custom/colored/FilenamePptColor.d.ts +1 -1
  104. package/dist/icons/custom/colored/FilenamePptColor.js +1 -1
  105. package/dist/icons/custom/colored/FilenameXlsColor.d.ts +1 -1
  106. package/dist/icons/custom/colored/FilenameXlsColor.js +1 -1
  107. package/dist/icons/custom/colored/FilenameZipColor.d.ts +1 -1
  108. package/dist/icons/custom/colored/FilenameZipColor.js +1 -1
  109. package/dist/icons/custom/colored/Google.d.ts +1 -1
  110. package/dist/icons/custom/colored/Google.js +1 -1
  111. package/dist/icons/custom/colored/HandFill.d.ts +1 -1
  112. package/dist/icons/custom/colored/HandFill.js +1 -1
  113. package/dist/icons/custom/colored/JudgeColor.d.ts +1 -1
  114. package/dist/icons/custom/colored/JudgeColor.js +1 -1
  115. package/dist/icons/custom/colored/MakecodeColor.d.ts +1 -1
  116. package/dist/icons/custom/colored/MakecodeColor.js +1 -1
  117. package/dist/icons/custom/colored/Master.d.ts +1 -1
  118. package/dist/icons/custom/colored/Master.js +1 -1
  119. package/dist/icons/custom/colored/Material.d.ts +1 -1
  120. package/dist/icons/custom/colored/Material.js +1 -1
  121. package/dist/icons/custom/colored/MedalBronze.d.ts +1 -1
  122. package/dist/icons/custom/colored/MedalBronze.js +1 -1
  123. package/dist/icons/custom/colored/MedalGold.d.ts +1 -1
  124. package/dist/icons/custom/colored/MedalGold.js +1 -1
  125. package/dist/icons/custom/colored/MedalSilver.d.ts +1 -1
  126. package/dist/icons/custom/colored/MedalSilver.js +1 -1
  127. package/dist/icons/custom/colored/Pro.d.ts +1 -1
  128. package/dist/icons/custom/colored/Pro.js +1 -1
  129. package/dist/icons/custom/colored/Problem.d.ts +1 -1
  130. package/dist/icons/custom/colored/Problem.js +1 -1
  131. package/dist/icons/custom/colored/PythonColor.d.ts +1 -1
  132. package/dist/icons/custom/colored/PythonColor.js +1 -1
  133. package/dist/icons/custom/colored/QuizColor.d.ts +1 -1
  134. package/dist/icons/custom/colored/QuizColor.js +1 -1
  135. package/dist/icons/custom/colored/ResourceColor.d.ts +1 -1
  136. package/dist/icons/custom/colored/ResourceColor.js +1 -1
  137. package/dist/icons/custom/colored/ScratchColor.d.ts +1 -1
  138. package/dist/icons/custom/colored/ScratchColor.js +1 -1
  139. package/dist/icons/custom/colored/TypeHelper.d.ts +1 -1
  140. package/dist/icons/custom/colored/TypeHelper.js +1 -1
  141. package/dist/icons/custom/colored/Whale.d.ts +1 -1
  142. package/dist/icons/custom/colored/Whale.js +1 -1
  143. package/dist/icons/custom/colored/WorksheetColor.d.ts +1 -1
  144. package/dist/icons/custom/colored/WorksheetColor.js +1 -1
  145. package/dist/icons/custom/colored/ai-helper.svg +4 -4
  146. package/dist/icons/custom/colored/ai-quiz-color.svg +20 -20
  147. package/dist/icons/custom/colored/badge-color.svg +4 -4
  148. package/dist/icons/custom/colored/badge-gold.svg +11 -11
  149. package/dist/icons/custom/colored/badge-green.svg +11 -11
  150. package/dist/icons/custom/colored/badge-silver.svg +11 -11
  151. package/dist/icons/custom/colored/basic-plus.svg +31 -31
  152. package/dist/icons/custom/colored/basic.svg +3 -3
  153. package/dist/icons/custom/colored/board-color.svg +5 -5
  154. package/dist/icons/custom/colored/cast-cloudy-color.svg +6 -6
  155. package/dist/icons/custom/colored/cast-partly-color.svg +7 -7
  156. package/dist/icons/custom/colored/cast-rainbow-color.svg +13 -13
  157. package/dist/icons/custom/colored/cast-sunny-color.svg +4 -4
  158. package/dist/icons/custom/colored/clap-bronze.svg +8 -8
  159. package/dist/icons/custom/colored/clap-gold.svg +8 -8
  160. package/dist/icons/custom/colored/clap-silver.svg +8 -8
  161. package/dist/icons/custom/colored/class.svg +13 -13
  162. package/dist/icons/custom/colored/codap-color.svg +13 -13
  163. package/dist/icons/custom/colored/ebook-color.svg +5 -5
  164. package/dist/icons/custom/colored/embedded-color.svg +38 -38
  165. package/dist/icons/custom/colored/emo-clap-color.svg +252 -252
  166. package/dist/icons/custom/colored/emo-good-color.svg +68 -68
  167. package/dist/icons/custom/colored/emo-great-color.svg +67 -67
  168. package/dist/icons/custom/colored/emo-heart-color.svg +239 -239
  169. package/dist/icons/custom/colored/emo-hundred-color.svg +194 -194
  170. package/dist/icons/custom/colored/emo-neutral-color.svg +76 -76
  171. package/dist/icons/custom/colored/emo-stars-color.svg +121 -121
  172. package/dist/icons/custom/colored/emo-thumbup-color.svg +238 -238
  173. package/dist/icons/custom/colored/empty.svg +1 -1
  174. package/dist/icons/custom/colored/entry-color.svg +4 -4
  175. package/dist/icons/custom/colored/filename-all-color.svg +4 -4
  176. package/dist/icons/custom/colored/filename-doc-color.svg +5 -5
  177. package/dist/icons/custom/colored/filename-hwp-color.svg +6 -6
  178. package/dist/icons/custom/colored/filename-img-color.svg +6 -6
  179. package/dist/icons/custom/colored/filename-mp4-color.svg +5 -5
  180. package/dist/icons/custom/colored/filename-pdf-color.svg +12 -12
  181. package/dist/icons/custom/colored/filename-ppt-color.svg +6 -6
  182. package/dist/icons/custom/colored/filename-xls-color.svg +5 -5
  183. package/dist/icons/custom/colored/filename-zip-color.svg +5 -5
  184. package/dist/icons/custom/colored/google.svg +13 -13
  185. package/dist/icons/custom/colored/hand-fill.svg +4 -4
  186. package/dist/icons/custom/colored/judge-color.svg +6 -6
  187. package/dist/icons/custom/colored/makecode-color.svg +4 -4
  188. package/dist/icons/custom/colored/master.svg +12 -12
  189. package/dist/icons/custom/colored/material.svg +6 -6
  190. package/dist/icons/custom/colored/medal-bronze.svg +9 -9
  191. package/dist/icons/custom/colored/medal-gold.svg +9 -9
  192. package/dist/icons/custom/colored/medal-silver.svg +9 -9
  193. package/dist/icons/custom/colored/pro.svg +4 -4
  194. package/dist/icons/custom/colored/problem.svg +7 -7
  195. package/dist/icons/custom/colored/python-color.svg +4 -4
  196. package/dist/icons/custom/colored/quiz-color.svg +12 -12
  197. package/dist/icons/custom/colored/resource-color.svg +13 -13
  198. package/dist/icons/custom/colored/scratch-color.svg +6 -6
  199. package/dist/icons/custom/colored/type-helper.svg +9 -9
  200. package/dist/icons/custom/colored/whale.svg +7 -7
  201. package/dist/icons/custom/colored/worksheet-color.svg +5 -5
  202. package/dist/icons/custom/default/AiQuiz.d.ts +1 -1
  203. package/dist/icons/custom/default/AiQuiz.js +1 -1
  204. package/dist/icons/custom/default/Badge.d.ts +1 -1
  205. package/dist/icons/custom/default/Badge.js +1 -1
  206. package/dist/icons/custom/default/Board.d.ts +1 -1
  207. package/dist/icons/custom/default/Board.js +1 -1
  208. package/dist/icons/custom/default/CastCloudy.d.ts +1 -1
  209. package/dist/icons/custom/default/CastCloudy.js +1 -1
  210. package/dist/icons/custom/default/CastPartly.d.ts +1 -1
  211. package/dist/icons/custom/default/CastPartly.js +1 -1
  212. package/dist/icons/custom/default/CastRainbow.d.ts +1 -1
  213. package/dist/icons/custom/default/CastRainbow.js +1 -1
  214. package/dist/icons/custom/default/CastSunny.d.ts +1 -1
  215. package/dist/icons/custom/default/CastSunny.js +1 -1
  216. package/dist/icons/custom/default/Codap.d.ts +1 -1
  217. package/dist/icons/custom/default/Codap.js +1 -1
  218. package/dist/icons/custom/default/Ebook.d.ts +1 -1
  219. package/dist/icons/custom/default/Ebook.js +1 -1
  220. package/dist/icons/custom/default/Embedded.d.ts +1 -1
  221. package/dist/icons/custom/default/Embedded.js +1 -1
  222. package/dist/icons/custom/default/EmoClap.d.ts +1 -1
  223. package/dist/icons/custom/default/EmoClap.js +1 -1
  224. package/dist/icons/custom/default/EmoGood.d.ts +1 -1
  225. package/dist/icons/custom/default/EmoGood.js +1 -1
  226. package/dist/icons/custom/default/EmoGreat.d.ts +1 -1
  227. package/dist/icons/custom/default/EmoGreat.js +1 -1
  228. package/dist/icons/custom/default/EmoHeart.d.ts +1 -1
  229. package/dist/icons/custom/default/EmoHeart.js +1 -1
  230. package/dist/icons/custom/default/EmoHundred.d.ts +1 -1
  231. package/dist/icons/custom/default/EmoHundred.js +1 -1
  232. package/dist/icons/custom/default/EmoNeutral.d.ts +1 -1
  233. package/dist/icons/custom/default/EmoNeutral.js +1 -1
  234. package/dist/icons/custom/default/EmoStars.d.ts +1 -1
  235. package/dist/icons/custom/default/EmoStars.js +1 -1
  236. package/dist/icons/custom/default/EmoThumbup.d.ts +1 -1
  237. package/dist/icons/custom/default/EmoThumbup.js +1 -1
  238. package/dist/icons/custom/default/Entry.d.ts +1 -1
  239. package/dist/icons/custom/default/Entry.js +1 -1
  240. package/dist/icons/custom/default/Fab.d.ts +1 -1
  241. package/dist/icons/custom/default/Fab.js +1 -1
  242. package/dist/icons/custom/default/Grant.d.ts +1 -1
  243. package/dist/icons/custom/default/Grant.js +1 -1
  244. package/dist/icons/custom/default/GrantAlt.d.ts +1 -1
  245. package/dist/icons/custom/default/GrantAlt.js +1 -1
  246. package/dist/icons/custom/default/HandLine.d.ts +1 -1
  247. package/dist/icons/custom/default/HandLine.js +1 -1
  248. package/dist/icons/custom/default/Judge.d.ts +1 -1
  249. package/dist/icons/custom/default/Judge.js +1 -1
  250. package/dist/icons/custom/default/Makecode.d.ts +1 -1
  251. package/dist/icons/custom/default/Makecode.js +1 -1
  252. package/dist/icons/custom/default/Pdf.d.ts +1 -1
  253. package/dist/icons/custom/default/Pdf.js +1 -1
  254. package/dist/icons/custom/default/Python.d.ts +1 -1
  255. package/dist/icons/custom/default/Python.js +1 -1
  256. package/dist/icons/custom/default/Quiz.d.ts +1 -1
  257. package/dist/icons/custom/default/Quiz.js +1 -1
  258. package/dist/icons/custom/default/Resource.d.ts +1 -1
  259. package/dist/icons/custom/default/Resource.js +1 -1
  260. package/dist/icons/custom/default/Scratch.d.ts +1 -1
  261. package/dist/icons/custom/default/Scratch.js +1 -1
  262. package/dist/icons/custom/default/ScrollAlt.d.ts +1 -1
  263. package/dist/icons/custom/default/ScrollAlt.js +1 -1
  264. package/dist/icons/custom/default/ScrollFill.d.ts +1 -1
  265. package/dist/icons/custom/default/ScrollFill.js +1 -1
  266. package/dist/icons/custom/default/ScrollLine.d.ts +1 -1
  267. package/dist/icons/custom/default/ScrollLine.js +1 -1
  268. package/dist/icons/custom/default/Symbol.d.ts +1 -1
  269. package/dist/icons/custom/default/Symbol.js +1 -1
  270. package/dist/icons/custom/default/Worksheet.d.ts +1 -1
  271. package/dist/icons/custom/default/Worksheet.js +1 -1
  272. package/dist/icons/custom/default/ai-quiz.svg +8 -8
  273. package/dist/icons/custom/default/badge.svg +4 -4
  274. package/dist/icons/custom/default/board.svg +5 -5
  275. package/dist/icons/custom/default/cast-cloudy.svg +3 -3
  276. package/dist/icons/custom/default/cast-partly.svg +4 -4
  277. package/dist/icons/custom/default/cast-rainbow.svg +12 -12
  278. package/dist/icons/custom/default/cast-sunny.svg +3 -3
  279. package/dist/icons/custom/default/codap.svg +11 -11
  280. package/dist/icons/custom/default/ebook.svg +3 -3
  281. package/dist/icons/custom/default/embedded.svg +4 -4
  282. package/dist/icons/custom/default/emo-clap.svg +6 -6
  283. package/dist/icons/custom/default/emo-good.svg +12 -12
  284. package/dist/icons/custom/default/emo-great.svg +12 -12
  285. package/dist/icons/custom/default/emo-heart.svg +5 -5
  286. package/dist/icons/custom/default/emo-hundred.svg +3 -3
  287. package/dist/icons/custom/default/emo-neutral.svg +14 -14
  288. package/dist/icons/custom/default/emo-stars.svg +14 -14
  289. package/dist/icons/custom/default/emo-thumbup.svg +3 -3
  290. package/dist/icons/custom/default/entry.svg +4 -4
  291. package/dist/icons/custom/default/fab.svg +10 -10
  292. package/dist/icons/custom/default/grant-alt.svg +5 -5
  293. package/dist/icons/custom/default/grant.svg +4 -4
  294. package/dist/icons/custom/default/hand-line.svg +3 -3
  295. package/dist/icons/custom/default/judge.svg +3 -3
  296. package/dist/icons/custom/default/makecode.svg +5 -5
  297. package/dist/icons/custom/default/pdf.svg +3 -3
  298. package/dist/icons/custom/default/python.svg +7 -7
  299. package/dist/icons/custom/default/quiz.svg +4 -4
  300. package/dist/icons/custom/default/resource.svg +11 -11
  301. package/dist/icons/custom/default/scratch.svg +3 -3
  302. package/dist/icons/custom/default/scroll-alt.svg +5 -5
  303. package/dist/icons/custom/default/scroll-fill.svg +4 -4
  304. package/dist/icons/custom/default/scroll-line.svg +5 -5
  305. package/dist/icons/custom/default/symbol.svg +4 -4
  306. package/dist/icons/custom/default/worksheet.svg +4 -4
  307. package/dist/icons/custom/svgrColoredTemplate.js +27 -27
  308. package/dist/icons/custom/svgrDefaultTemplate.js +27 -27
  309. package/dist/index.d.ts +1 -0
  310. package/dist/index.js +1 -0
  311. package/dist/patterns/Accordion.js +20 -20
  312. package/dist/patterns/Dropdown/DropdownItem/DropdownItem.js +60 -60
  313. package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.js +27 -27
  314. package/dist/patterns/Dropdown/DropdownMenu/style.js +19 -19
  315. package/dist/patterns/LexicalEditor/Plugins.js +37 -38
  316. package/dist/patterns/LexicalEditor/components/FileSelectInput.js +30 -31
  317. package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +4 -4
  318. package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +15 -15
  319. package/dist/patterns/LexicalEditor/components/InsertVideoDialog/InsertVideoDialog.js +17 -17
  320. package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +5 -3
  321. package/dist/patterns/LexicalEditor/hr.svg +3 -3
  322. package/dist/patterns/LexicalEditor/nodes/FileNode/FileComponent.js +44 -44
  323. package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +25 -25
  324. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +8 -8
  325. package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageResizer.js +60 -60
  326. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +21 -21
  327. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SegmentedInput.js +49 -49
  328. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormPlaceholder.js +3 -1
  329. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +7 -7
  330. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +73 -73
  331. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +5 -5
  332. package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/TextInput.js +7 -7
  333. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxComponent.js +69 -69
  334. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxEdit.js +3 -3
  335. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +30 -29
  336. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +29 -29
  337. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +54 -54
  338. package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +64 -64
  339. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/Evaluation.js +75 -75
  340. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +19 -19
  341. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +12 -10
  342. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +29 -29
  343. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +53 -53
  344. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +8 -8
  345. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/iconData.d.ts +2 -1
  346. package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/iconData.js +4 -5
  347. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +26 -26
  348. package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +54 -54
  349. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxComponent.js +54 -54
  350. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +5 -5
  351. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +22 -22
  352. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +42 -42
  353. package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +74 -74
  354. package/dist/patterns/LexicalEditor/nodes/VideoNode/VideoComponent.js +6 -6
  355. package/dist/patterns/LexicalEditor/nodes/index.d.ts +0 -3
  356. package/dist/patterns/LexicalEditor/nodes/index.js +0 -3
  357. package/dist/patterns/LexicalEditor/nodes/nodes.d.ts +2 -4
  358. package/dist/patterns/LexicalEditor/nodes/nodes.js +0 -6
  359. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdder.js +51 -51
  360. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +12 -11
  361. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +7 -7
  362. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +2 -2
  363. package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useContextMenuOptions.js +60 -123
  364. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.js +32 -32
  365. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.js +32 -32
  366. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.d.ts +2 -0
  367. package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +52 -118
  368. package/dist/patterns/LexicalEditor/plugins/DragDropPastePlugin/index.js +4 -2
  369. package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +49 -49
  370. package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatPopup.js +36 -36
  371. package/dist/patterns/LexicalEditor/plugins/ParagraphPlaceholderPlugin/index.js +7 -7
  372. package/dist/patterns/LexicalEditor/theme.d.ts +0 -6
  373. package/dist/patterns/LexicalEditor/theme.js +243 -281
  374. package/dist/patterns/SegmentedControl/SegmentedControlButton.js +10 -10
  375. package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +8 -8
  376. package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +2 -2
  377. package/dist/patterns/Tabs.js +43 -43
  378. package/dist/patterns/ToggleButtonGroup/ToggleButton.js +40 -40
  379. package/dist/patterns/ToggleButtonGroup/ToggleButtonGroup.js +11 -11
  380. package/dist/texts.d.ts +2 -1
  381. package/dist/texts.js +11 -12
  382. package/dist/utils/hover.js +12 -12
  383. package/dist/utils/reset.js +19 -19
  384. package/dist/utils/visuallyHidden.js +10 -10
  385. package/package.json +109 -110
  386. package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContainerNode.d.ts +0 -32
  387. package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContainerNode.js +0 -131
  388. package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContentNode.d.ts +0 -23
  389. package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContentNode.js +0 -88
  390. package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleTitleNode.d.ts +0 -24
  391. package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleTitleNode.js +0 -105
  392. package/dist/patterns/LexicalEditor/plugins/TogglePlugin/index.d.ts +0 -9
  393. package/dist/patterns/LexicalEditor/plugins/TogglePlugin/index.js +0 -146
  394. package/dist/patterns/LexicalEditor/utils/toggleUtils.d.ts +0 -9
  395. package/dist/patterns/LexicalEditor/utils/toggleUtils.js +0 -18
@@ -18,51 +18,51 @@ export function Tabs({ className, activeKey, onTabClick, items }) {
18
18
  var _a;
19
19
  return (_jsxs(Wrapper, { className: [tabsClasses.root, className].filter(Boolean).join(" "), children: [_jsx(TabBar, { className: tabsClasses.tabBar, children: items.map((item) => (_jsxs(Tab, { className: tabsClasses.tab, onClick: (event) => onTabClick === null || onTabClick === void 0 ? void 0 : onTabClick(item.key, event), active: activeKey === item.key, children: [item.label, activeKey === item.key && (_jsx(ActiveIndicator, { className: tabsClasses.activeIndicator }))] }, item.key))) }), (_a = items.find((item) => item.key === activeKey)) === null || _a === void 0 ? void 0 : _a.children] }));
20
20
  }
21
- const Wrapper = styled.div `
22
- display: flex;
23
- flex-direction: column;
21
+ const Wrapper = styled.div `
22
+ display: flex;
23
+ flex-direction: column;
24
24
  `;
25
- const TabBar = styled.ul(({ theme }) => css `
26
- display: flex;
27
- gap: 16px;
28
- list-style: none;
29
- padding: 0;
30
- margin: 4px 0;
31
- border-bottom: 1px solid ${theme.color.background.neutralAltActive};
32
- position: relative;
25
+ const TabBar = styled.ul(({ theme }) => css `
26
+ display: flex;
27
+ gap: 16px;
28
+ list-style: none;
29
+ padding: 0;
30
+ margin: 4px 0;
31
+ border-bottom: 1px solid ${theme.color.background.neutralAltActive};
32
+ position: relative;
33
33
  `);
34
- const Tab = styled.li(({ theme, active }) => css `
35
- padding: 8px 12px;
36
- cursor: pointer;
37
- color: ${theme.color.foreground.neutralBase};
38
- text-align: center;
39
- position: relative;
40
-
41
- /* Default/Paragraph/14px-Bd */
42
- font-family: ${theme.fontFamily.ui};
43
- font-size: 14px;
44
- font-style: normal;
45
- font-weight: 400;
46
- line-height: 20px; /* 142.857% */
47
-
48
- border-radius: 8px;
49
-
50
- ${HOVER(css `
51
- background: ${theme.color.background.neutralAltActive};
52
- `)}
34
+ const Tab = styled.li(({ theme, active }) => css `
35
+ padding: 8px 12px;
36
+ cursor: pointer;
37
+ color: ${theme.color.foreground.neutralBase};
38
+ text-align: center;
39
+ position: relative;
40
+
41
+ /* Default/Paragraph/14px-Bd */
42
+ font-family: ${theme.fontFamily.ui};
43
+ font-size: 14px;
44
+ font-style: normal;
45
+ font-weight: 400;
46
+ line-height: 20px; /* 142.857% */
47
+
48
+ border-radius: 8px;
49
+
50
+ ${HOVER(css `
51
+ background: ${theme.color.background.neutralAltActive};
52
+ `)}
53
53
  ${active &&
54
- css `
55
- font-weight: 700;
56
- `}
57
- &:focus {
58
- outline: 2px solid ${theme.color.background.primary};
59
- }
54
+ css `
55
+ font-weight: 700;
56
+ `}
57
+ &:focus {
58
+ outline: 2px solid ${theme.color.background.primary};
59
+ }
60
60
  `);
61
- const ActiveIndicator = styled.span(({ theme }) => css `
62
- position: absolute;
63
- bottom: -1px;
64
- left: 8px;
65
- right: 8px;
66
- height: 2px;
67
- background-color: ${theme.color.background.primary};
61
+ const ActiveIndicator = styled.span(({ theme }) => css `
62
+ position: absolute;
63
+ bottom: -1px;
64
+ left: 8px;
65
+ right: 8px;
66
+ height: 2px;
67
+ background-color: ${theme.color.background.primary};
68
68
  `);
@@ -14,45 +14,45 @@ export function ToggleButton(props) {
14
14
  }
15
15
  return (_jsx(Tooltip, { placement: placement, text: label, children: _jsx(Inactive, { "aria-label": t("{{label}} 선택하기", { label }), className: toggleButtonGroupClasses.toggleButton.inactive, onClick: onClick, children: offIcon }) }));
16
16
  }
17
- const Active = styled.button(({ theme }) => css `
18
- ${RESET_BUTTON};
19
- cursor: pointer;
20
- display: flex;
21
- padding: 8px 12px;
22
- justify-content: center;
23
- align-items: center;
24
- gap: 8px;
25
-
26
- border-radius: 99px;
27
- background: ${theme.color.blanket.neutralLight};
28
-
29
- color: ${theme.color.foreground.neutralBase};
30
- font-family: ${theme.fontFamily.ui};
31
- font-size: 16px;
32
- font-style: normal;
33
- font-weight: 700;
34
- line-height: 20px; /* 125% */
35
-
36
- svg {
37
- width: 24px;
38
- height: 24px;
39
- }
17
+ const Active = styled.button(({ theme }) => css `
18
+ ${RESET_BUTTON};
19
+ cursor: pointer;
20
+ display: flex;
21
+ padding: 8px 12px;
22
+ justify-content: center;
23
+ align-items: center;
24
+ gap: 8px;
25
+
26
+ border-radius: 99px;
27
+ background: ${theme.color.blanket.neutralLight};
28
+
29
+ color: ${theme.color.foreground.neutralBase};
30
+ font-family: ${theme.fontFamily.ui};
31
+ font-size: 16px;
32
+ font-style: normal;
33
+ font-weight: 700;
34
+ line-height: 20px; /* 125% */
35
+
36
+ svg {
37
+ width: 24px;
38
+ height: 24px;
39
+ }
40
40
  `);
41
- const Inactive = styled.button `
42
- ${RESET_BUTTON};
43
- cursor: pointer;
44
- display: flex;
45
- padding: 8px 12px;
46
- justify-content: center;
47
- align-items: center;
48
-
49
- opacity: 0.6;
50
- ${HOVER(css `
51
- opacity: 1;
52
- `)}
53
-
54
- svg {
55
- width: 24px;
56
- height: 24px;
57
- }
41
+ const Inactive = styled.button `
42
+ ${RESET_BUTTON};
43
+ cursor: pointer;
44
+ display: flex;
45
+ padding: 8px 12px;
46
+ justify-content: center;
47
+ align-items: center;
48
+
49
+ opacity: 0.6;
50
+ ${HOVER(css `
51
+ opacity: 1;
52
+ `)}
53
+
54
+ svg {
55
+ width: 24px;
56
+ height: 24px;
57
+ }
58
58
  `;
@@ -17,8 +17,8 @@ export const toggleButtonGroupClasses = {
17
17
  export function ToggleButtonGroup(props) {
18
18
  const { className, data, activeIndex, setActiveIndex } = props;
19
19
  return (_jsx(Container, { className: `${className} ${toggleButtonGroupClasses.container}`, css: !setActiveIndex &&
20
- css `
21
- pointer-events: none;
20
+ css `
21
+ pointer-events: none;
22
22
  `, children: data.map((datum, index) => {
23
23
  const isFirst = index === 0;
24
24
  const isLast = index === data.length - 1;
@@ -35,13 +35,13 @@ export function ToggleButtonGroup(props) {
35
35
  : "bottom" }, index));
36
36
  }) }));
37
37
  }
38
- const Container = styled.div `
39
- display: flex;
40
- padding: 4px;
41
- justify-content: space-between;
42
- align-items: center;
43
- flex: 1 0 0;
44
-
45
- border-radius: 24px;
46
- background: linear-gradient(90deg, #eff7ed 0%, #faefe3 100%);
38
+ const Container = styled.div `
39
+ display: flex;
40
+ padding: 4px;
41
+ justify-content: space-between;
42
+ align-items: center;
43
+ flex: 1 0 0;
44
+
45
+ border-radius: 24px;
46
+ background: linear-gradient(90deg, #eff7ed 0%, #faefe3 100%);
47
47
  `;
package/dist/texts.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { TFunction } from "i18next";
1
2
  type TranslationMap = {
2
3
  placeholderEnterHere: string;
3
4
  errorFileTooLarge: string;
@@ -9,5 +10,5 @@ type TranslationMap = {
9
10
  errorMaxChoicesExceeded: string;
10
11
  multipleChoicesProblem: string;
11
12
  };
12
- export declare function getTexts<K extends keyof TranslationMap>(key: K): TranslationMap[K];
13
+ export declare function getTexts<K extends keyof TranslationMap>(t: TFunction, key: K): TranslationMap[K];
13
14
  export {};
package/dist/texts.js CHANGED
@@ -1,15 +1,14 @@
1
- import { i18n } from "./i18n/i18n";
2
1
  const TRANSLATION_TEXT = {
3
- placeholderEnterHere: () => i18n.t("여기에 입력하세요."),
4
- errorFileTooLarge: () => i18n.t("용량이 너무 큽니다. 1GB 이하의 파일을 선택해 주세요."),
5
- descriptionDefaultInputText: () => i18n.t("입력 칸에 기본으로 노출되는 텍스트입니다."),
6
- exampleEnterHere: () => i18n.t("예) 여기에 입력하세요."),
7
- placeholderEvaluationItem: () => i18n.t("평가 항목을 입력하세요."),
8
- errorRequiredField: () => i18n.t("필수 입력 항목입니다."),
9
- errorDuplicateChoice: () => (indexes) => i18n.t("{{indexes}}번 선택지가 같은 내용입니다.", { indexes }),
10
- errorMaxChoicesExceeded: () => i18n.t("선택지는 9개까지 등록이 가능합니다."),
11
- multipleChoicesProblem: () => i18n.t("질문에 해당하는 답을 모두 고르는 문제입니다."),
2
+ placeholderEnterHere: (t) => t("여기에 입력하세요."),
3
+ errorFileTooLarge: (t) => t("용량이 너무 큽니다. 1GB 이하의 파일을 선택해 주세요."),
4
+ descriptionDefaultInputText: (t) => t("입력 칸에 기본으로 노출되는 텍스트입니다."),
5
+ exampleEnterHere: (t) => t("예) 여기에 입력하세요."),
6
+ placeholderEvaluationItem: (t) => t("평가 항목을 입력하세요."),
7
+ errorRequiredField: (t) => t("필수 입력 항목입니다."),
8
+ errorDuplicateChoice: (t) => (indexes) => t("{{indexes}}번 선택지가 같은 내용입니다.", { indexes }),
9
+ errorMaxChoicesExceeded: (t) => t("선택지는 9개까지 등록이 가능합니다."),
10
+ multipleChoicesProblem: (t) => t("질문에 해당하는 답을 모두 고르는 문제입니다."),
12
11
  };
13
- export function getTexts(key) {
14
- return TRANSLATION_TEXT[key]();
12
+ export function getTexts(t, key) {
13
+ return TRANSLATION_TEXT[key](t);
15
14
  }
@@ -2,20 +2,20 @@ import { css } from "@emotion/react";
2
2
  // https://choi-jinwoo.github.io/post/development/css-media-hover/
3
3
  export function HOVER(style) {
4
4
  // -ms-high-contrast: none is for IE11 support.
5
- return css `
6
- @media (hover: hover), (-ms-high-contrast: none) {
7
- &:hover {
8
- ${style}
9
- }
10
- }
5
+ return css `
6
+ @media (hover: hover), (-ms-high-contrast: none) {
7
+ &:hover {
8
+ ${style}
9
+ }
10
+ }
11
11
  `;
12
12
  }
13
13
  export function FOCUS(style) {
14
- return css `
15
- @media (hover: hover), (-ms-high-contrast: none) {
16
- &:focus {
17
- ${style}
18
- }
19
- }
14
+ return css `
15
+ @media (hover: hover), (-ms-high-contrast: none) {
16
+ &:focus {
17
+ ${style}
18
+ }
19
+ }
20
20
  `;
21
21
  }
@@ -1,23 +1,23 @@
1
1
  import { css } from "@emotion/react";
2
- export const RESET_COMMON_BOX = css `
3
- margin: 0;
4
- padding: 0;
5
- border: 0;
2
+ export const RESET_COMMON_BOX = css `
3
+ margin: 0;
4
+ padding: 0;
5
+ border: 0;
6
6
  `;
7
- export const RESET_BUTTON = css `
8
- display: inline-block;
9
- margin: 0;
10
- padding: 0;
11
- box-sizing: border-box;
12
- border: none;
13
- background: none;
14
- font: inherit;
15
- text-align: inherit;
16
- letter-spacing: inherit;
7
+ export const RESET_BUTTON = css `
8
+ display: inline-block;
9
+ margin: 0;
10
+ padding: 0;
11
+ box-sizing: border-box;
12
+ border: none;
13
+ background: none;
14
+ font: inherit;
15
+ text-align: inherit;
16
+ letter-spacing: inherit;
17
17
  `;
18
- export const RESET_TABLE = css `
19
- padding: 0;
20
- border: 0;
21
- border-spacing: 0px;
22
- border-collapse: collapse;
18
+ export const RESET_TABLE = css `
19
+ padding: 0;
20
+ border: 0;
21
+ border-spacing: 0px;
22
+ border-collapse: collapse;
23
23
  `;
@@ -1,12 +1,12 @@
1
1
  import { css } from "@emotion/react";
2
- export const VISUALLY_HIDDEN = css `
3
- position: absolute;
4
- width: 1px;
5
- height: 1px;
6
- margin: -1px;
7
- padding: 0;
8
- border: 0;
9
- overflow: hidden;
10
- clip: rect(0, 0, 0, 0);
11
- white-space: nowrap; /* 텍스트가 줄 바뀜 없이 한 줄로 유지되도록 */
2
+ export const VISUALLY_HIDDEN = css `
3
+ position: absolute;
4
+ width: 1px;
5
+ height: 1px;
6
+ margin: -1px;
7
+ padding: 0;
8
+ border: 0;
9
+ overflow: hidden;
10
+ clip: rect(0, 0, 0, 0);
11
+ white-space: nowrap; /* 텍스트가 줄 바뀜 없이 한 줄로 유지되도록 */
12
12
  `;
package/package.json CHANGED
@@ -1,110 +1,109 @@
1
- {
2
- "name": "@team-monolith/cds",
3
- "version": "1.119.2",
4
- "main": "dist/index.js",
5
- "types": "dist/index.d.ts",
6
- "sideEffects": false,
7
- "dependencies": {
8
- "@emotion/css": "^11.11.2",
9
- "@emotion/react": "^11.8.2",
10
- "@emotion/styled": "^11.8.1",
11
- "@lexical/react": "^0.36.1",
12
- "@mui/material": "^5.13.6",
13
- "@types/node": "^16.11.26",
14
- "@types/react": "^18.2.28",
15
- "@types/react-dom": "^18.2.13",
16
- "framer-motion": "^11.3.19",
17
- "hex-to-css-filter": "^5.4.0",
18
- "i18next": "^25.5.2",
19
- "i18next-browser-languagedetector": "^8.2.0",
20
- "i18next-locize-backend": "^7.0.4",
21
- "lexical": "^0.36.1",
22
- "locize": "^4.0.14",
23
- "lodash": "^4.17.21",
24
- "moment": "^2.30.1",
25
- "react": "^18.2.0",
26
- "react-dom": "^18.2.0",
27
- "react-hook-form": "^7.55.0",
28
- "react-i18next": "^15.7.3",
29
- "react-player": "^2.16.0",
30
- "remixicon": "^4.3.0",
31
- "typescript": "~5.5.4",
32
- "uid": "^2.0.2",
33
- "usehooks-ts": "^2.9.1"
34
- },
35
- "files": [
36
- "dist/**/*",
37
- "@types/**/*"
38
- ],
39
- "bundleDependencies": [
40
- "react-i18next"
41
- ],
42
- "scripts": {
43
- "build": "npm run build:compile && npm run i18n",
44
- "build:compile": "npm i && npm run clean && mkdir dist && npm run iconconvert && npm run svgr-customicon && tsc && npm run postbundle",
45
- "clean": "rimraf dist",
46
- "postbundle": "copyfiles -u 2 src/cds/**/*.{svg,jpg,png} dist/",
47
- "storybook": "storybook dev -p 6006",
48
- "build-storybook": "storybook build",
49
- "i18n": "npm run i18n:parse && npm run i18n:save-missing",
50
- "i18n:context": "npx tsx scripts/audit-i18n-context.ts",
51
- "i18n:parse": "i18next && npx tsx scripts/ko-plural-postprocess.ts",
52
- "i18n:save-missing": "locize save-missing --path ./locales",
53
- "iconconvert": "node iconscripts.mjs",
54
- "svgr-default": "npx svgr src/cds/icons/custom/default -d src/cds/icons/custom/default --template src/cds/icons/custom/svgrDefaultTemplate.js",
55
- "svgr-colored": "npx svgr src/cds/icons/custom/colored -d src/cds/icons/custom/colored --template src/cds/icons/custom/svgrColoredTemplate.js",
56
- "svgr-customicon": "npm run svgr-default && npm run svgr-colored && node src/cds/icons/custom/uniqueidscripts.mjs",
57
- "lint": "npx eslint src/"
58
- },
59
- "eslintConfig": {
60
- "extends": [
61
- "react-app",
62
- "react-app/jest",
63
- "plugin:storybook/recommended"
64
- ]
65
- },
66
- "browserslist": {
67
- "production": [
68
- ">0.2%",
69
- "not dead",
70
- "not op_mini all"
71
- ],
72
- "development": [
73
- "last 1 chrome version",
74
- "last 1 firefox version",
75
- "last 1 safari version"
76
- ]
77
- },
78
- "devDependencies": {
79
- "@babel/preset-env": "^7.22.7",
80
- "@babel/preset-react": "^7.22.5",
81
- "@babel/preset-typescript": "^7.22.5",
82
- "@eslint/js": "^9.7.0",
83
- "@storybook/addon-essentials": "^7.4.6",
84
- "@storybook/addon-interactions": "^7.4.6",
85
- "@storybook/addon-links": "^7.4.6",
86
- "@storybook/blocks": "^7.4.6",
87
- "@storybook/react": "^7.4.6",
88
- "@storybook/react-webpack5": "^7.4.6",
89
- "@storybook/testing-library": "^0.2.2",
90
- "@svgr/cli": "^8.1.0",
91
- "chromatic": "^7.1.0",
92
- "copyfiles": "^2.4.1",
93
- "eslint": "^8.57.0",
94
- "eslint-plugin-i18next": "^6.1.3",
95
- "eslint-plugin-import": "^2.29.1",
96
- "eslint-plugin-react": "^7.34.4",
97
- "eslint-plugin-react-hooks": "^4.6.2",
98
- "eslint-plugin-storybook": "^0.8.0",
99
- "globals": "^15.8.0",
100
- "i18next-parser": "^9.3.0",
101
- "locize-cli": "^10.3.2",
102
- "pascalcase": "^2.0.0",
103
- "prettier": "^3.0.2",
104
- "prop-types": "^15.8.1",
105
- "rimraf": "^5.0.1",
106
- "storybook": "^7.4.6",
107
- "tsx": "^4.20.5",
108
- "typescript-eslint": "^8.4.0"
109
- }
110
- }
1
+ {
2
+ "name": "@team-monolith/cds",
3
+ "version": "1.119.3",
4
+ "main": "dist/index.js",
5
+ "types": "dist/index.d.ts",
6
+ "sideEffects": false,
7
+ "dependencies": {
8
+ "@emotion/css": "^11.11.2",
9
+ "@emotion/react": "^11.8.2",
10
+ "@emotion/styled": "^11.8.1",
11
+ "@lexical/react": "^0.32.1",
12
+ "@mui/material": "^5.13.6",
13
+ "@types/node": "^16.11.26",
14
+ "@types/react": "^18.2.28",
15
+ "@types/react-dom": "^18.2.13",
16
+ "framer-motion": "^11.3.19",
17
+ "hex-to-css-filter": "^5.4.0",
18
+ "i18next": "^25.5.2",
19
+ "i18next-browser-languagedetector": "^8.2.0",
20
+ "i18next-locize-backend": "^7.0.4",
21
+ "lexical": "^0.32.1",
22
+ "lodash": "^4.17.21",
23
+ "moment": "^2.30.1",
24
+ "react": "^18.2.0",
25
+ "react-dom": "^18.2.0",
26
+ "react-hook-form": "^7.55.0",
27
+ "react-i18next": "^15.7.3",
28
+ "react-player": "^2.16.0",
29
+ "remixicon": "^4.3.0",
30
+ "typescript": "~5.5.4",
31
+ "uid": "^2.0.2",
32
+ "usehooks-ts": "^2.9.1"
33
+ },
34
+ "files": [
35
+ "dist/**/*",
36
+ "@types/**/*"
37
+ ],
38
+ "bundleDependencies": [
39
+ "react-i18next"
40
+ ],
41
+ "scripts": {
42
+ "build": "npm run build:compile && npm run i18n",
43
+ "build:compile": "npm i && npm run clean && mkdir dist && npm run iconconvert && npm run svgr-customicon && tsc && npm run postbundle",
44
+ "clean": "rimraf dist",
45
+ "postbundle": "copyfiles -u 2 src/cds/**/*.{svg,jpg,png} dist/",
46
+ "storybook": "storybook dev -p 6006",
47
+ "build-storybook": "storybook build",
48
+ "i18n": "npm run i18n:parse && npm run i18n:save-missing",
49
+ "i18n:context": "npx tsx scripts/audit-i18n-context.ts",
50
+ "i18n:parse": "i18next && npx tsx scripts/ko-plural-postprocess.ts",
51
+ "i18n:save-missing": "locize save-missing --path ./locales",
52
+ "iconconvert": "node iconscripts.mjs",
53
+ "svgr-default": "npx svgr src/cds/icons/custom/default -d src/cds/icons/custom/default --template src/cds/icons/custom/svgrDefaultTemplate.js",
54
+ "svgr-colored": "npx svgr src/cds/icons/custom/colored -d src/cds/icons/custom/colored --template src/cds/icons/custom/svgrColoredTemplate.js",
55
+ "svgr-customicon": "npm run svgr-default && npm run svgr-colored && node src/cds/icons/custom/uniqueidscripts.mjs",
56
+ "lint": "npx eslint src/"
57
+ },
58
+ "eslintConfig": {
59
+ "extends": [
60
+ "react-app",
61
+ "react-app/jest",
62
+ "plugin:storybook/recommended"
63
+ ]
64
+ },
65
+ "browserslist": {
66
+ "production": [
67
+ ">0.2%",
68
+ "not dead",
69
+ "not op_mini all"
70
+ ],
71
+ "development": [
72
+ "last 1 chrome version",
73
+ "last 1 firefox version",
74
+ "last 1 safari version"
75
+ ]
76
+ },
77
+ "devDependencies": {
78
+ "@babel/preset-env": "^7.22.7",
79
+ "@babel/preset-react": "^7.22.5",
80
+ "@babel/preset-typescript": "^7.22.5",
81
+ "@eslint/js": "^9.7.0",
82
+ "@storybook/addon-essentials": "^7.4.6",
83
+ "@storybook/addon-interactions": "^7.4.6",
84
+ "@storybook/addon-links": "^7.4.6",
85
+ "@storybook/blocks": "^7.4.6",
86
+ "@storybook/react": "^7.4.6",
87
+ "@storybook/react-webpack5": "^7.4.6",
88
+ "@storybook/testing-library": "^0.2.2",
89
+ "@svgr/cli": "^8.1.0",
90
+ "chromatic": "^7.1.0",
91
+ "copyfiles": "^2.4.1",
92
+ "eslint": "^8.57.0",
93
+ "eslint-plugin-i18next": "^6.1.3",
94
+ "eslint-plugin-import": "^2.29.1",
95
+ "eslint-plugin-react": "^7.34.4",
96
+ "eslint-plugin-react-hooks": "^4.6.2",
97
+ "eslint-plugin-storybook": "^0.8.0",
98
+ "globals": "^15.8.0",
99
+ "i18next-parser": "^9.3.0",
100
+ "locize-cli": "^10.3.2",
101
+ "pascalcase": "^2.0.0",
102
+ "prettier": "^3.0.2",
103
+ "prop-types": "^15.8.1",
104
+ "rimraf": "^5.0.1",
105
+ "storybook": "^7.4.6",
106
+ "tsx": "^4.20.5",
107
+ "typescript-eslint": "^8.4.0"
108
+ }
109
+ }
@@ -1,32 +0,0 @@
1
- /**
2
- * Copyright (c) Meta Platforms, Inc. and affiliates.
3
- *
4
- * This source code is licensed under the MIT license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- *
7
- */
8
- import { DOMConversionMap, DOMConversionOutput, DOMExportOutput, EditorConfig, ElementNode, LexicalEditor, LexicalNode, NodeKey, RangeSelection, SerializedElementNode, Spread } from "lexical";
9
- type SerializedToggleContainerNode = Spread<{
10
- open: boolean;
11
- }, SerializedElementNode>;
12
- export declare function $convertToggleContainerElement(domNode: HTMLDetailsElement): DOMConversionOutput | null;
13
- export declare class ToggleContainerNode extends ElementNode {
14
- __open: boolean;
15
- constructor(open: boolean, key?: NodeKey);
16
- static getType(): string;
17
- static clone(node: ToggleContainerNode): ToggleContainerNode;
18
- isShadowRoot(): boolean;
19
- collapseAtStart(_selection: RangeSelection): boolean;
20
- createDOM(config: EditorConfig): HTMLElement;
21
- updateDOM(prevNode: this, dom: HTMLDivElement): boolean;
22
- static importDOM(): DOMConversionMap<HTMLDetailsElement> | null;
23
- static importJSON(serializedNode: SerializedToggleContainerNode): ToggleContainerNode;
24
- exportDOM(editor: LexicalEditor): DOMExportOutput;
25
- exportJSON(): SerializedToggleContainerNode;
26
- setOpen(open: boolean): void;
27
- getOpen(): boolean;
28
- toggleOpen(): void;
29
- }
30
- export declare function $createToggleContainerNode(isOpen: boolean): ToggleContainerNode;
31
- export declare function $isToggleContainerNode(node: LexicalNode | null | undefined): node is ToggleContainerNode;
32
- export {};