@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.
- package/@types/emotion.d.ts +160 -160
- package/README.md +37 -37
- package/dist/CdsProvider.d.ts +2 -2
- package/dist/CdsProvider.js +5 -15
- package/dist/components/AlertDialog/AlertDialog.js +54 -54
- package/dist/components/AlertDialog/AlertDialogActions.js +7 -7
- package/dist/components/AlertDialog/AlertDialogContent.js +8 -8
- package/dist/components/AlertDialog/AlertDialogTitle.js +34 -34
- package/dist/components/AnimatedButton.js +32 -32
- package/dist/components/Banner.js +51 -51
- package/dist/components/Book/Book.js +174 -174
- package/dist/components/Button.js +179 -179
- package/dist/components/CheckboxInput.js +148 -148
- package/dist/components/FileTypeAlertDialog.js +4 -4
- package/dist/components/Input.js +53 -53
- package/dist/components/InputBase.js +72 -72
- package/dist/components/Modal.js +4 -4
- package/dist/components/OverflowTooltip.js +4 -4
- package/dist/components/Pagination.js +56 -56
- package/dist/components/PinInput.js +64 -64
- package/dist/components/Popover.js +27 -27
- package/dist/components/RadioInput.js +73 -73
- package/dist/components/SquareButton.js +109 -109
- package/dist/components/Switch.js +69 -69
- package/dist/components/SwitchButton.js +107 -107
- package/dist/components/Tag.js +72 -72
- package/dist/components/Tooltip.js +19 -19
- package/dist/foundation/breakpoints.js +16 -16
- package/dist/i18n/i18n.d.ts +14 -3
- package/dist/i18n/i18n.js +32 -34
- package/dist/icons/custom/colored/AiHelper.d.ts +1 -1
- package/dist/icons/custom/colored/AiHelper.js +1 -1
- package/dist/icons/custom/colored/AiQuizColor.d.ts +1 -1
- package/dist/icons/custom/colored/AiQuizColor.js +1 -1
- package/dist/icons/custom/colored/BadgeColor.d.ts +1 -1
- package/dist/icons/custom/colored/BadgeColor.js +1 -1
- package/dist/icons/custom/colored/BadgeGold.d.ts +1 -1
- package/dist/icons/custom/colored/BadgeGold.js +1 -1
- package/dist/icons/custom/colored/BadgeGreen.d.ts +1 -1
- package/dist/icons/custom/colored/BadgeGreen.js +1 -1
- package/dist/icons/custom/colored/BadgeSilver.d.ts +1 -1
- package/dist/icons/custom/colored/BadgeSilver.js +1 -1
- package/dist/icons/custom/colored/Basic.d.ts +1 -1
- package/dist/icons/custom/colored/Basic.js +1 -1
- package/dist/icons/custom/colored/BasicPlus.d.ts +1 -1
- package/dist/icons/custom/colored/BasicPlus.js +1 -1
- package/dist/icons/custom/colored/BoardColor.d.ts +1 -1
- package/dist/icons/custom/colored/BoardColor.js +1 -1
- package/dist/icons/custom/colored/CastCloudyColor.d.ts +1 -1
- package/dist/icons/custom/colored/CastCloudyColor.js +1 -1
- package/dist/icons/custom/colored/CastPartlyColor.d.ts +1 -1
- package/dist/icons/custom/colored/CastPartlyColor.js +1 -1
- package/dist/icons/custom/colored/CastRainbowColor.d.ts +1 -1
- package/dist/icons/custom/colored/CastRainbowColor.js +1 -1
- package/dist/icons/custom/colored/CastSunnyColor.d.ts +1 -1
- package/dist/icons/custom/colored/CastSunnyColor.js +1 -1
- package/dist/icons/custom/colored/ClapBronze.d.ts +1 -1
- package/dist/icons/custom/colored/ClapBronze.js +1 -1
- package/dist/icons/custom/colored/ClapGold.d.ts +1 -1
- package/dist/icons/custom/colored/ClapGold.js +1 -1
- package/dist/icons/custom/colored/ClapSilver.d.ts +1 -1
- package/dist/icons/custom/colored/ClapSilver.js +1 -1
- package/dist/icons/custom/colored/Class.d.ts +1 -1
- package/dist/icons/custom/colored/Class.js +1 -1
- package/dist/icons/custom/colored/CodapColor.d.ts +1 -1
- package/dist/icons/custom/colored/CodapColor.js +1 -1
- package/dist/icons/custom/colored/EbookColor.d.ts +1 -1
- package/dist/icons/custom/colored/EbookColor.js +1 -1
- package/dist/icons/custom/colored/EmbeddedColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmbeddedColor.js +1 -1
- package/dist/icons/custom/colored/EmoClapColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoClapColor.js +1 -1
- package/dist/icons/custom/colored/EmoGoodColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoGoodColor.js +1 -1
- package/dist/icons/custom/colored/EmoGreatColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoGreatColor.js +1 -1
- package/dist/icons/custom/colored/EmoHeartColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoHeartColor.js +1 -1
- package/dist/icons/custom/colored/EmoHundredColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoHundredColor.js +1 -1
- package/dist/icons/custom/colored/EmoNeutralColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoNeutralColor.js +1 -1
- package/dist/icons/custom/colored/EmoStarsColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoStarsColor.js +1 -1
- package/dist/icons/custom/colored/EmoThumbupColor.d.ts +1 -1
- package/dist/icons/custom/colored/EmoThumbupColor.js +1 -1
- package/dist/icons/custom/colored/Empty.d.ts +1 -1
- package/dist/icons/custom/colored/Empty.js +1 -1
- package/dist/icons/custom/colored/EntryColor.d.ts +1 -1
- package/dist/icons/custom/colored/EntryColor.js +1 -1
- package/dist/icons/custom/colored/FilenameAllColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameAllColor.js +1 -1
- package/dist/icons/custom/colored/FilenameDocColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameDocColor.js +1 -1
- package/dist/icons/custom/colored/FilenameHwpColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameHwpColor.js +1 -1
- package/dist/icons/custom/colored/FilenameImgColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameImgColor.js +1 -1
- package/dist/icons/custom/colored/FilenameMp4Color.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameMp4Color.js +1 -1
- package/dist/icons/custom/colored/FilenamePdfColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenamePdfColor.js +1 -1
- package/dist/icons/custom/colored/FilenamePptColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenamePptColor.js +1 -1
- package/dist/icons/custom/colored/FilenameXlsColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameXlsColor.js +1 -1
- package/dist/icons/custom/colored/FilenameZipColor.d.ts +1 -1
- package/dist/icons/custom/colored/FilenameZipColor.js +1 -1
- package/dist/icons/custom/colored/Google.d.ts +1 -1
- package/dist/icons/custom/colored/Google.js +1 -1
- package/dist/icons/custom/colored/HandFill.d.ts +1 -1
- package/dist/icons/custom/colored/HandFill.js +1 -1
- package/dist/icons/custom/colored/JudgeColor.d.ts +1 -1
- package/dist/icons/custom/colored/JudgeColor.js +1 -1
- package/dist/icons/custom/colored/MakecodeColor.d.ts +1 -1
- package/dist/icons/custom/colored/MakecodeColor.js +1 -1
- package/dist/icons/custom/colored/Master.d.ts +1 -1
- package/dist/icons/custom/colored/Master.js +1 -1
- package/dist/icons/custom/colored/Material.d.ts +1 -1
- package/dist/icons/custom/colored/Material.js +1 -1
- package/dist/icons/custom/colored/MedalBronze.d.ts +1 -1
- package/dist/icons/custom/colored/MedalBronze.js +1 -1
- package/dist/icons/custom/colored/MedalGold.d.ts +1 -1
- package/dist/icons/custom/colored/MedalGold.js +1 -1
- package/dist/icons/custom/colored/MedalSilver.d.ts +1 -1
- package/dist/icons/custom/colored/MedalSilver.js +1 -1
- package/dist/icons/custom/colored/Pro.d.ts +1 -1
- package/dist/icons/custom/colored/Pro.js +1 -1
- package/dist/icons/custom/colored/Problem.d.ts +1 -1
- package/dist/icons/custom/colored/Problem.js +1 -1
- package/dist/icons/custom/colored/PythonColor.d.ts +1 -1
- package/dist/icons/custom/colored/PythonColor.js +1 -1
- package/dist/icons/custom/colored/QuizColor.d.ts +1 -1
- package/dist/icons/custom/colored/QuizColor.js +1 -1
- package/dist/icons/custom/colored/ResourceColor.d.ts +1 -1
- package/dist/icons/custom/colored/ResourceColor.js +1 -1
- package/dist/icons/custom/colored/ScratchColor.d.ts +1 -1
- package/dist/icons/custom/colored/ScratchColor.js +1 -1
- package/dist/icons/custom/colored/TypeHelper.d.ts +1 -1
- package/dist/icons/custom/colored/TypeHelper.js +1 -1
- package/dist/icons/custom/colored/Whale.d.ts +1 -1
- package/dist/icons/custom/colored/Whale.js +1 -1
- package/dist/icons/custom/colored/WorksheetColor.d.ts +1 -1
- package/dist/icons/custom/colored/WorksheetColor.js +1 -1
- package/dist/icons/custom/colored/ai-helper.svg +4 -4
- package/dist/icons/custom/colored/ai-quiz-color.svg +20 -20
- package/dist/icons/custom/colored/badge-color.svg +4 -4
- package/dist/icons/custom/colored/badge-gold.svg +11 -11
- package/dist/icons/custom/colored/badge-green.svg +11 -11
- package/dist/icons/custom/colored/badge-silver.svg +11 -11
- package/dist/icons/custom/colored/basic-plus.svg +31 -31
- package/dist/icons/custom/colored/basic.svg +3 -3
- package/dist/icons/custom/colored/board-color.svg +5 -5
- package/dist/icons/custom/colored/cast-cloudy-color.svg +6 -6
- package/dist/icons/custom/colored/cast-partly-color.svg +7 -7
- package/dist/icons/custom/colored/cast-rainbow-color.svg +13 -13
- package/dist/icons/custom/colored/cast-sunny-color.svg +4 -4
- package/dist/icons/custom/colored/clap-bronze.svg +8 -8
- package/dist/icons/custom/colored/clap-gold.svg +8 -8
- package/dist/icons/custom/colored/clap-silver.svg +8 -8
- package/dist/icons/custom/colored/class.svg +13 -13
- package/dist/icons/custom/colored/codap-color.svg +13 -13
- package/dist/icons/custom/colored/ebook-color.svg +5 -5
- package/dist/icons/custom/colored/embedded-color.svg +38 -38
- package/dist/icons/custom/colored/emo-clap-color.svg +252 -252
- package/dist/icons/custom/colored/emo-good-color.svg +68 -68
- package/dist/icons/custom/colored/emo-great-color.svg +67 -67
- package/dist/icons/custom/colored/emo-heart-color.svg +239 -239
- package/dist/icons/custom/colored/emo-hundred-color.svg +194 -194
- package/dist/icons/custom/colored/emo-neutral-color.svg +76 -76
- package/dist/icons/custom/colored/emo-stars-color.svg +121 -121
- package/dist/icons/custom/colored/emo-thumbup-color.svg +238 -238
- package/dist/icons/custom/colored/empty.svg +1 -1
- package/dist/icons/custom/colored/entry-color.svg +4 -4
- package/dist/icons/custom/colored/filename-all-color.svg +4 -4
- package/dist/icons/custom/colored/filename-doc-color.svg +5 -5
- package/dist/icons/custom/colored/filename-hwp-color.svg +6 -6
- package/dist/icons/custom/colored/filename-img-color.svg +6 -6
- package/dist/icons/custom/colored/filename-mp4-color.svg +5 -5
- package/dist/icons/custom/colored/filename-pdf-color.svg +12 -12
- package/dist/icons/custom/colored/filename-ppt-color.svg +6 -6
- package/dist/icons/custom/colored/filename-xls-color.svg +5 -5
- package/dist/icons/custom/colored/filename-zip-color.svg +5 -5
- package/dist/icons/custom/colored/google.svg +13 -13
- package/dist/icons/custom/colored/hand-fill.svg +4 -4
- package/dist/icons/custom/colored/judge-color.svg +6 -6
- package/dist/icons/custom/colored/makecode-color.svg +4 -4
- package/dist/icons/custom/colored/master.svg +12 -12
- package/dist/icons/custom/colored/material.svg +6 -6
- package/dist/icons/custom/colored/medal-bronze.svg +9 -9
- package/dist/icons/custom/colored/medal-gold.svg +9 -9
- package/dist/icons/custom/colored/medal-silver.svg +9 -9
- package/dist/icons/custom/colored/pro.svg +4 -4
- package/dist/icons/custom/colored/problem.svg +7 -7
- package/dist/icons/custom/colored/python-color.svg +4 -4
- package/dist/icons/custom/colored/quiz-color.svg +12 -12
- package/dist/icons/custom/colored/resource-color.svg +13 -13
- package/dist/icons/custom/colored/scratch-color.svg +6 -6
- package/dist/icons/custom/colored/type-helper.svg +9 -9
- package/dist/icons/custom/colored/whale.svg +7 -7
- package/dist/icons/custom/colored/worksheet-color.svg +5 -5
- package/dist/icons/custom/default/AiQuiz.d.ts +1 -1
- package/dist/icons/custom/default/AiQuiz.js +1 -1
- package/dist/icons/custom/default/Badge.d.ts +1 -1
- package/dist/icons/custom/default/Badge.js +1 -1
- package/dist/icons/custom/default/Board.d.ts +1 -1
- package/dist/icons/custom/default/Board.js +1 -1
- package/dist/icons/custom/default/CastCloudy.d.ts +1 -1
- package/dist/icons/custom/default/CastCloudy.js +1 -1
- package/dist/icons/custom/default/CastPartly.d.ts +1 -1
- package/dist/icons/custom/default/CastPartly.js +1 -1
- package/dist/icons/custom/default/CastRainbow.d.ts +1 -1
- package/dist/icons/custom/default/CastRainbow.js +1 -1
- package/dist/icons/custom/default/CastSunny.d.ts +1 -1
- package/dist/icons/custom/default/CastSunny.js +1 -1
- package/dist/icons/custom/default/Codap.d.ts +1 -1
- package/dist/icons/custom/default/Codap.js +1 -1
- package/dist/icons/custom/default/Ebook.d.ts +1 -1
- package/dist/icons/custom/default/Ebook.js +1 -1
- package/dist/icons/custom/default/Embedded.d.ts +1 -1
- package/dist/icons/custom/default/Embedded.js +1 -1
- package/dist/icons/custom/default/EmoClap.d.ts +1 -1
- package/dist/icons/custom/default/EmoClap.js +1 -1
- package/dist/icons/custom/default/EmoGood.d.ts +1 -1
- package/dist/icons/custom/default/EmoGood.js +1 -1
- package/dist/icons/custom/default/EmoGreat.d.ts +1 -1
- package/dist/icons/custom/default/EmoGreat.js +1 -1
- package/dist/icons/custom/default/EmoHeart.d.ts +1 -1
- package/dist/icons/custom/default/EmoHeart.js +1 -1
- package/dist/icons/custom/default/EmoHundred.d.ts +1 -1
- package/dist/icons/custom/default/EmoHundred.js +1 -1
- package/dist/icons/custom/default/EmoNeutral.d.ts +1 -1
- package/dist/icons/custom/default/EmoNeutral.js +1 -1
- package/dist/icons/custom/default/EmoStars.d.ts +1 -1
- package/dist/icons/custom/default/EmoStars.js +1 -1
- package/dist/icons/custom/default/EmoThumbup.d.ts +1 -1
- package/dist/icons/custom/default/EmoThumbup.js +1 -1
- package/dist/icons/custom/default/Entry.d.ts +1 -1
- package/dist/icons/custom/default/Entry.js +1 -1
- package/dist/icons/custom/default/Fab.d.ts +1 -1
- package/dist/icons/custom/default/Fab.js +1 -1
- package/dist/icons/custom/default/Grant.d.ts +1 -1
- package/dist/icons/custom/default/Grant.js +1 -1
- package/dist/icons/custom/default/GrantAlt.d.ts +1 -1
- package/dist/icons/custom/default/GrantAlt.js +1 -1
- package/dist/icons/custom/default/HandLine.d.ts +1 -1
- package/dist/icons/custom/default/HandLine.js +1 -1
- package/dist/icons/custom/default/Judge.d.ts +1 -1
- package/dist/icons/custom/default/Judge.js +1 -1
- package/dist/icons/custom/default/Makecode.d.ts +1 -1
- package/dist/icons/custom/default/Makecode.js +1 -1
- package/dist/icons/custom/default/Pdf.d.ts +1 -1
- package/dist/icons/custom/default/Pdf.js +1 -1
- package/dist/icons/custom/default/Python.d.ts +1 -1
- package/dist/icons/custom/default/Python.js +1 -1
- package/dist/icons/custom/default/Quiz.d.ts +1 -1
- package/dist/icons/custom/default/Quiz.js +1 -1
- package/dist/icons/custom/default/Resource.d.ts +1 -1
- package/dist/icons/custom/default/Resource.js +1 -1
- package/dist/icons/custom/default/Scratch.d.ts +1 -1
- package/dist/icons/custom/default/Scratch.js +1 -1
- package/dist/icons/custom/default/ScrollAlt.d.ts +1 -1
- package/dist/icons/custom/default/ScrollAlt.js +1 -1
- package/dist/icons/custom/default/ScrollFill.d.ts +1 -1
- package/dist/icons/custom/default/ScrollFill.js +1 -1
- package/dist/icons/custom/default/ScrollLine.d.ts +1 -1
- package/dist/icons/custom/default/ScrollLine.js +1 -1
- package/dist/icons/custom/default/Symbol.d.ts +1 -1
- package/dist/icons/custom/default/Symbol.js +1 -1
- package/dist/icons/custom/default/Worksheet.d.ts +1 -1
- package/dist/icons/custom/default/Worksheet.js +1 -1
- package/dist/icons/custom/default/ai-quiz.svg +8 -8
- package/dist/icons/custom/default/badge.svg +4 -4
- package/dist/icons/custom/default/board.svg +5 -5
- package/dist/icons/custom/default/cast-cloudy.svg +3 -3
- package/dist/icons/custom/default/cast-partly.svg +4 -4
- package/dist/icons/custom/default/cast-rainbow.svg +12 -12
- package/dist/icons/custom/default/cast-sunny.svg +3 -3
- package/dist/icons/custom/default/codap.svg +11 -11
- package/dist/icons/custom/default/ebook.svg +3 -3
- package/dist/icons/custom/default/embedded.svg +4 -4
- package/dist/icons/custom/default/emo-clap.svg +6 -6
- package/dist/icons/custom/default/emo-good.svg +12 -12
- package/dist/icons/custom/default/emo-great.svg +12 -12
- package/dist/icons/custom/default/emo-heart.svg +5 -5
- package/dist/icons/custom/default/emo-hundred.svg +3 -3
- package/dist/icons/custom/default/emo-neutral.svg +14 -14
- package/dist/icons/custom/default/emo-stars.svg +14 -14
- package/dist/icons/custom/default/emo-thumbup.svg +3 -3
- package/dist/icons/custom/default/entry.svg +4 -4
- package/dist/icons/custom/default/fab.svg +10 -10
- package/dist/icons/custom/default/grant-alt.svg +5 -5
- package/dist/icons/custom/default/grant.svg +4 -4
- package/dist/icons/custom/default/hand-line.svg +3 -3
- package/dist/icons/custom/default/judge.svg +3 -3
- package/dist/icons/custom/default/makecode.svg +5 -5
- package/dist/icons/custom/default/pdf.svg +3 -3
- package/dist/icons/custom/default/python.svg +7 -7
- package/dist/icons/custom/default/quiz.svg +4 -4
- package/dist/icons/custom/default/resource.svg +11 -11
- package/dist/icons/custom/default/scratch.svg +3 -3
- package/dist/icons/custom/default/scroll-alt.svg +5 -5
- package/dist/icons/custom/default/scroll-fill.svg +4 -4
- package/dist/icons/custom/default/scroll-line.svg +5 -5
- package/dist/icons/custom/default/symbol.svg +4 -4
- package/dist/icons/custom/default/worksheet.svg +4 -4
- package/dist/icons/custom/svgrColoredTemplate.js +27 -27
- package/dist/icons/custom/svgrDefaultTemplate.js +27 -27
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/patterns/Accordion.js +20 -20
- package/dist/patterns/Dropdown/DropdownItem/DropdownItem.js +60 -60
- package/dist/patterns/Dropdown/DropdownMenu/DropdownMenu.js +27 -27
- package/dist/patterns/Dropdown/DropdownMenu/style.js +19 -19
- package/dist/patterns/LexicalEditor/Plugins.js +37 -38
- package/dist/patterns/LexicalEditor/components/FileSelectInput.js +30 -31
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/ImagePreview.js +4 -4
- package/dist/patterns/LexicalEditor/components/InsertImageDialog/InsertImageDialog.js +15 -15
- package/dist/patterns/LexicalEditor/components/InsertVideoDialog/InsertVideoDialog.js +17 -17
- package/dist/patterns/LexicalEditor/components/UploadFileDialog/UploadFileDialog.js +5 -3
- package/dist/patterns/LexicalEditor/hr.svg +3 -3
- package/dist/patterns/LexicalEditor/nodes/FileNode/FileComponent.js +44 -44
- package/dist/patterns/LexicalEditor/nodes/FileNode/FileDownloadButton.js +25 -25
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageComponent.js +8 -8
- package/dist/patterns/LexicalEditor/nodes/ImageNode/ImageResizer.js +60 -60
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/InputComponent.js +21 -21
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SegmentedInput.js +49 -49
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormPlaceholder.js +3 -1
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/FormSolution.js +7 -7
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/SettingForm.js +73 -73
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/SettingForm/TextTypeDropdown.js +5 -5
- package/dist/patterns/LexicalEditor/nodes/ProblemInputNode/TextInput.js +7 -7
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxComponent.js +69 -69
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxEdit.js +3 -3
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectBox/SelectBoxView.js +30 -29
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SelectComponent.js +29 -29
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/FormSelection.js +54 -54
- package/dist/patterns/LexicalEditor/nodes/ProblemSelectNode/SettingForm/SettingForm.js +64 -64
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/Evaluation.js +75 -75
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormIconAndLabel.js +19 -19
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormIconAndLabel/FormLabel.js +12 -10
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/FormQuestion.js +29 -29
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/Evaluation/SettingForm/SettingForm.js +53 -53
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/EvaluationComponent/EvaluationComponent.js +8 -8
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/iconData.d.ts +2 -1
- package/dist/patterns/LexicalEditor/nodes/SelfEvaluationNode/iconData.js +4 -5
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/InputComponent.js +26 -26
- package/dist/patterns/LexicalEditor/nodes/SheetInputNode/SettingForm.js +54 -54
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxComponent.js +54 -54
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectBox/SelectBoxView.js +5 -5
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SelectComponent.js +22 -22
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/FormSelection.js +42 -42
- package/dist/patterns/LexicalEditor/nodes/SheetSelectNode/SelectComponent/SettingForm/SettingForm.js +74 -74
- package/dist/patterns/LexicalEditor/nodes/VideoNode/VideoComponent.js +6 -6
- package/dist/patterns/LexicalEditor/nodes/index.d.ts +0 -3
- package/dist/patterns/LexicalEditor/nodes/index.js +0 -3
- package/dist/patterns/LexicalEditor/nodes/nodes.d.ts +2 -4
- package/dist/patterns/LexicalEditor/nodes/nodes.js +0 -6
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdder.js +51 -51
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/ComponentAdderPlugin.js +12 -11
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/menu.svg +7 -7
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/plus.svg +2 -2
- package/dist/patterns/LexicalEditor/plugins/ComponentAdderPlugin/useContextMenuOptions.js +60 -123
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuItem.js +32 -32
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuList.js +32 -32
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.d.ts +2 -0
- package/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js +52 -118
- package/dist/patterns/LexicalEditor/plugins/DragDropPastePlugin/index.js +4 -2
- package/dist/patterns/LexicalEditor/plugins/FloatingLinkEditorPlugin/FloatingLinkEditor.js +49 -49
- package/dist/patterns/LexicalEditor/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatPopup.js +36 -36
- package/dist/patterns/LexicalEditor/plugins/ParagraphPlaceholderPlugin/index.js +7 -7
- package/dist/patterns/LexicalEditor/theme.d.ts +0 -6
- package/dist/patterns/LexicalEditor/theme.js +243 -281
- package/dist/patterns/SegmentedControl/SegmentedControlButton.js +10 -10
- package/dist/patterns/SegmentedControl/SegmentedControlGroup.js +8 -8
- package/dist/patterns/SegmentedControl/SegmentedControlSquareButton.js +2 -2
- package/dist/patterns/Tabs.js +43 -43
- package/dist/patterns/ToggleButtonGroup/ToggleButton.js +40 -40
- package/dist/patterns/ToggleButtonGroup/ToggleButtonGroup.js +11 -11
- package/dist/texts.d.ts +2 -1
- package/dist/texts.js +11 -12
- package/dist/utils/hover.js +12 -12
- package/dist/utils/reset.js +19 -19
- package/dist/utils/visuallyHidden.js +10 -10
- package/package.json +109 -110
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContainerNode.d.ts +0 -32
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContainerNode.js +0 -131
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContentNode.d.ts +0 -23
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleContentNode.js +0 -88
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleTitleNode.d.ts +0 -24
- package/dist/patterns/LexicalEditor/nodes/toggleNodes/ToggleTitleNode.js +0 -105
- package/dist/patterns/LexicalEditor/plugins/TogglePlugin/index.d.ts +0 -9
- package/dist/patterns/LexicalEditor/plugins/TogglePlugin/index.js +0 -146
- package/dist/patterns/LexicalEditor/utils/toggleUtils.d.ts +0 -9
- package/dist/patterns/LexicalEditor/utils/toggleUtils.js +0 -18
|
@@ -18,86 +18,86 @@ export function Evaluation(props) {
|
|
|
18
18
|
onChange(newEvaluations);
|
|
19
19
|
} })] }, index)))] }));
|
|
20
20
|
}
|
|
21
|
-
const Container = styled.div(({ onClick }) => css `
|
|
22
|
-
${onClick && "cursor: pointer;"}
|
|
23
|
-
display: flex;
|
|
24
|
-
flex-direction: column;
|
|
25
|
-
align-items: flex-start;
|
|
26
|
-
align-self: stretch;
|
|
21
|
+
const Container = styled.div(({ onClick }) => css `
|
|
22
|
+
${onClick && "cursor: pointer;"}
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
align-items: flex-start;
|
|
26
|
+
align-self: stretch;
|
|
27
27
|
`);
|
|
28
|
-
const Header = styled.div(({ theme }) => css `
|
|
29
|
-
border-bottom: 1px solid ${theme.color.background.neutralAltActive};
|
|
30
|
-
display: flex;
|
|
31
|
-
padding: 8px 0px;
|
|
32
|
-
justify-content: flex-end;
|
|
33
|
-
align-items: center;
|
|
34
|
-
gap: 8px;
|
|
35
|
-
align-self: stretch;
|
|
28
|
+
const Header = styled.div(({ theme }) => css `
|
|
29
|
+
border-bottom: 1px solid ${theme.color.background.neutralAltActive};
|
|
30
|
+
display: flex;
|
|
31
|
+
padding: 8px 0px;
|
|
32
|
+
justify-content: flex-end;
|
|
33
|
+
align-items: center;
|
|
34
|
+
gap: 8px;
|
|
35
|
+
align-self: stretch;
|
|
36
36
|
`);
|
|
37
|
-
const LabelArea = styled.div `
|
|
38
|
-
display: flex;
|
|
39
|
-
width: ${TOGGLE_BUTTON_GROUP_WIDTH}px;
|
|
40
|
-
justify-content: space-between;
|
|
41
|
-
align-items: flex-start;
|
|
37
|
+
const LabelArea = styled.div `
|
|
38
|
+
display: flex;
|
|
39
|
+
width: ${TOGGLE_BUTTON_GROUP_WIDTH}px;
|
|
40
|
+
justify-content: space-between;
|
|
41
|
+
align-items: flex-start;
|
|
42
42
|
`;
|
|
43
|
-
const Label = styled.span(({ theme }) => css `
|
|
44
|
-
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
45
|
-
text-align: center;
|
|
46
|
-
/* Default/Label/12px-Md */
|
|
47
|
-
font-family: Pretendard;
|
|
48
|
-
font-size: 12px;
|
|
49
|
-
font-style: normal;
|
|
50
|
-
font-weight: 500;
|
|
51
|
-
line-height: 16px; /* 133.333% */
|
|
43
|
+
const Label = styled.span(({ theme }) => css `
|
|
44
|
+
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
45
|
+
text-align: center;
|
|
46
|
+
/* Default/Label/12px-Md */
|
|
47
|
+
font-family: Pretendard;
|
|
48
|
+
font-size: 12px;
|
|
49
|
+
font-style: normal;
|
|
50
|
+
font-weight: 500;
|
|
51
|
+
line-height: 16px; /* 133.333% */
|
|
52
52
|
`);
|
|
53
|
-
const Item = styled.div(({ theme }) => css `
|
|
54
|
-
display: flex;
|
|
55
|
-
padding: 4px 0px;
|
|
56
|
-
align-items: center;
|
|
57
|
-
gap: 8px;
|
|
58
|
-
align-self: stretch;
|
|
59
|
-
border-bottom: 1px solid ${theme.color.background.neutralAltActive};
|
|
53
|
+
const Item = styled.div(({ theme }) => css `
|
|
54
|
+
display: flex;
|
|
55
|
+
padding: 4px 0px;
|
|
56
|
+
align-items: center;
|
|
57
|
+
gap: 8px;
|
|
58
|
+
align-self: stretch;
|
|
59
|
+
border-bottom: 1px solid ${theme.color.background.neutralAltActive};
|
|
60
60
|
`);
|
|
61
|
-
const Index = styled.div(({ theme }) => css `
|
|
62
|
-
display: flex;
|
|
63
|
-
width: 20px;
|
|
64
|
-
height: 20px;
|
|
65
|
-
padding: 4px;
|
|
66
|
-
|
|
67
|
-
user-select: none; /* Standard syntax */
|
|
68
|
-
|
|
69
|
-
border-radius: 4px;
|
|
70
|
-
background: ${theme.color.background.neutralBase};
|
|
71
|
-
border: 1px solid ${theme.color.background.neutralAltActive};
|
|
72
|
-
|
|
73
|
-
justify-content: center;
|
|
74
|
-
align-items: center;
|
|
75
|
-
|
|
76
|
-
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
77
|
-
font-family: ${theme.fontFamily.ui};
|
|
78
|
-
font-size: 14px;
|
|
79
|
-
font-weight: 800;
|
|
80
|
-
line-height: 16px;
|
|
61
|
+
const Index = styled.div(({ theme }) => css `
|
|
62
|
+
display: flex;
|
|
63
|
+
width: 20px;
|
|
64
|
+
height: 20px;
|
|
65
|
+
padding: 4px;
|
|
66
|
+
|
|
67
|
+
user-select: none; /* Standard syntax */
|
|
68
|
+
|
|
69
|
+
border-radius: 4px;
|
|
70
|
+
background: ${theme.color.background.neutralBase};
|
|
71
|
+
border: 1px solid ${theme.color.background.neutralAltActive};
|
|
72
|
+
|
|
73
|
+
justify-content: center;
|
|
74
|
+
align-items: center;
|
|
75
|
+
|
|
76
|
+
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
77
|
+
font-family: ${theme.fontFamily.ui};
|
|
78
|
+
font-size: 14px;
|
|
79
|
+
font-weight: 800;
|
|
80
|
+
line-height: 16px;
|
|
81
81
|
`);
|
|
82
|
-
const Question = styled.div(({ theme }) => css `
|
|
83
|
-
display: flex;
|
|
84
|
-
padding: 4px 8px;
|
|
85
|
-
flex-direction: column;
|
|
86
|
-
justify-content: center;
|
|
87
|
-
align-items: flex-start;
|
|
88
|
-
gap: 8px;
|
|
89
|
-
flex: 1 0 0;
|
|
90
|
-
align-self: stretch;
|
|
91
|
-
|
|
92
|
-
color: ${theme.color.foreground.neutralBase};
|
|
93
|
-
/* Default/Paragraph/16px-Rg */
|
|
94
|
-
font-family: ${theme.fontFamily.ui};
|
|
95
|
-
font-size: 16px;
|
|
96
|
-
font-style: normal;
|
|
97
|
-
font-weight: 400;
|
|
98
|
-
line-height: 24px; /* 150% */
|
|
82
|
+
const Question = styled.div(({ theme }) => css `
|
|
83
|
+
display: flex;
|
|
84
|
+
padding: 4px 8px;
|
|
85
|
+
flex-direction: column;
|
|
86
|
+
justify-content: center;
|
|
87
|
+
align-items: flex-start;
|
|
88
|
+
gap: 8px;
|
|
89
|
+
flex: 1 0 0;
|
|
90
|
+
align-self: stretch;
|
|
91
|
+
|
|
92
|
+
color: ${theme.color.foreground.neutralBase};
|
|
93
|
+
/* Default/Paragraph/16px-Rg */
|
|
94
|
+
font-family: ${theme.fontFamily.ui};
|
|
95
|
+
font-size: 16px;
|
|
96
|
+
font-style: normal;
|
|
97
|
+
font-weight: 400;
|
|
98
|
+
line-height: 24px; /* 150% */
|
|
99
99
|
`);
|
|
100
|
-
const StyledToggleButtonGroup = styled(ToggleButtonGroup) `
|
|
101
|
-
flex: none;
|
|
102
|
-
width: ${TOGGLE_BUTTON_GROUP_WIDTH}px;
|
|
100
|
+
const StyledToggleButtonGroup = styled(ToggleButtonGroup) `
|
|
101
|
+
flex: none;
|
|
102
|
+
width: ${TOGGLE_BUTTON_GROUP_WIDTH}px;
|
|
103
103
|
`;
|
|
@@ -13,10 +13,10 @@ export function FormIconAndLabel(props) {
|
|
|
13
13
|
const theme = useTheme();
|
|
14
14
|
const { t } = useTranslation();
|
|
15
15
|
return (_jsx(Controller, { control: control, name: "iconType", render: ({ field: { value, onChange } }) => {
|
|
16
|
-
const { startIcon, title, icons } = getIconData(value, theme);
|
|
16
|
+
const { startIcon, title, icons } = getIconData(value, theme, t);
|
|
17
17
|
return (_jsxs(_Fragment, { children: [_jsx(Dropdown, { label: t("아이콘: {{title}}", { title }), size: "small", color: "grey", closeOnItemClick: true, bold: true, startIcon: startIcon, endIcon: _jsx(ArrowDownSFillIcon, {}), menuProps: {
|
|
18
|
-
menuCss: css `
|
|
19
|
-
width: 216px;
|
|
18
|
+
menuCss: css `
|
|
19
|
+
width: 216px;
|
|
20
20
|
`,
|
|
21
21
|
anchorOrigin: {
|
|
22
22
|
vertical: "bottom",
|
|
@@ -27,27 +27,27 @@ export function FormIconAndLabel(props) {
|
|
|
27
27
|
horizontal: "center",
|
|
28
28
|
},
|
|
29
29
|
}, children: ICON_TYPES.map((type, index) => {
|
|
30
|
-
const { title, startIcon } = getIconData(type, theme);
|
|
30
|
+
const { title, startIcon } = getIconData(type, theme, t);
|
|
31
31
|
return (_jsx(DropdownItem, { index: index, label: title, preserveIconColor: true, startIcon: startIcon, onClick: () => {
|
|
32
32
|
onChange(type);
|
|
33
33
|
} }, index));
|
|
34
34
|
}) }), Array.from({ length: labelsLength }).map((_, index) => (_jsxs(LabelLine, { children: [_jsx(Icon, { children: icons[index].onIcon }), _jsx(FormLabel, { control: control, index: index })] }, index)))] }));
|
|
35
35
|
} }));
|
|
36
36
|
}
|
|
37
|
-
const LabelLine = styled.div `
|
|
38
|
-
display: flex;
|
|
39
|
-
align-items: flex-start;
|
|
40
|
-
gap: 4px;
|
|
41
|
-
align-self: stretch;
|
|
37
|
+
const LabelLine = styled.div `
|
|
38
|
+
display: flex;
|
|
39
|
+
align-items: flex-start;
|
|
40
|
+
gap: 4px;
|
|
41
|
+
align-self: stretch;
|
|
42
42
|
`;
|
|
43
|
-
const Icon = styled.div(({ theme }) => css `
|
|
44
|
-
display: flex;
|
|
45
|
-
min-width: 36px;
|
|
46
|
-
min-height: 36px;
|
|
47
|
-
justify-content: center;
|
|
48
|
-
align-items: center;
|
|
49
|
-
gap: 10px;
|
|
50
|
-
|
|
51
|
-
border-radius: 8px;
|
|
52
|
-
border: 0.5px solid ${theme.color.background.neutralAltActive};
|
|
43
|
+
const Icon = styled.div(({ theme }) => css `
|
|
44
|
+
display: flex;
|
|
45
|
+
min-width: 36px;
|
|
46
|
+
min-height: 36px;
|
|
47
|
+
justify-content: center;
|
|
48
|
+
align-items: center;
|
|
49
|
+
gap: 10px;
|
|
50
|
+
|
|
51
|
+
border-radius: 8px;
|
|
52
|
+
border: 0.5px solid ${theme.color.background.neutralAltActive};
|
|
53
53
|
`);
|
|
@@ -4,14 +4,16 @@ import styled from "@emotion/styled";
|
|
|
4
4
|
import { css } from "@emotion/react";
|
|
5
5
|
import { FormInput } from "../../../../../Form";
|
|
6
6
|
import { getTexts } from "../../../../../../../../texts";
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
import { useTranslation } from "react-i18next";
|
|
8
|
+
const getLabelRules = (t) => ({
|
|
9
|
+
required: getTexts(t, "errorRequiredField"),
|
|
9
10
|
maxLength: 12,
|
|
10
11
|
});
|
|
11
12
|
/** 레이블을 설정하는 Form입니다. */
|
|
12
13
|
export function FormLabel(props) {
|
|
13
14
|
const { control, index } = props;
|
|
14
|
-
const
|
|
15
|
+
const { t } = useTranslation();
|
|
16
|
+
const labelRules = getLabelRules(t);
|
|
15
17
|
// endIcon에 들어갈 value, error를 사용하기 위해 useController를 사용합니다.
|
|
16
18
|
const { field: { value }, fieldState: { error }, } = useController({
|
|
17
19
|
control,
|
|
@@ -20,13 +22,13 @@ export function FormLabel(props) {
|
|
|
20
22
|
});
|
|
21
23
|
return (_jsx(FormInput, { control: control, name: `labels.${index}`, rules: labelRules, size: "small", endIcon: _jsx(Counter, { error: Boolean(error), children: value.length + "/" + labelRules.maxLength }), fullWidth: true }));
|
|
22
24
|
}
|
|
23
|
-
const Counter = styled.span(({ theme, error }) => css `
|
|
25
|
+
const Counter = styled.span(({ theme, error }) => css `
|
|
24
26
|
color: ${error
|
|
25
27
|
? theme.color.foreground.dangerActive
|
|
26
|
-
: theme.color.foreground.neutralBase};
|
|
27
|
-
font-family: ${theme.fontFamily.ui};
|
|
28
|
-
font-size: 14px;
|
|
29
|
-
font-style: normal;
|
|
30
|
-
font-weight: 700;
|
|
31
|
-
line-height: 20px; /* 142.857% */
|
|
28
|
+
: theme.color.foreground.neutralBase};
|
|
29
|
+
font-family: ${theme.fontFamily.ui};
|
|
30
|
+
font-size: 14px;
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-weight: 700;
|
|
33
|
+
line-height: 20px; /* 142.857% */
|
|
32
34
|
`);
|
|
@@ -10,38 +10,38 @@ export function FormQuestion(props) {
|
|
|
10
10
|
const { control, index, onDelete } = props;
|
|
11
11
|
const { t } = useTranslation();
|
|
12
12
|
return (_jsxs(Item, { children: [_jsx(Index, { children: index + 1 }), _jsx(FormInput, { control: control, name: `evaluations.${index}.question.text`, rules: {
|
|
13
|
-
required: getTexts("errorRequiredField"),
|
|
13
|
+
required: getTexts(t, "errorRequiredField"),
|
|
14
14
|
}, size: "small", placeholder: t("{{index}}번 평가 항목", { index: index + 1 }), multiline: true, fullWidth: true }), onDelete && (_jsx(SquareButton, { color: "white", size: "xsmall", icon: _jsx(DeleteBinLineIcon, {}), onClick: onDelete, "aria-label": t("삭제", {
|
|
15
15
|
context: "스퀘어버튼, 렉시컬 3단계 평가 입력칸 도구 설정창",
|
|
16
16
|
}) }))] }));
|
|
17
17
|
}
|
|
18
|
-
const Item = styled.div(({ theme }) => css `
|
|
19
|
-
display: flex;
|
|
20
|
-
padding: 4px 12px;
|
|
21
|
-
align-items: center;
|
|
22
|
-
gap: 4px;
|
|
23
|
-
align-self: stretch;
|
|
24
|
-
border-radius: 8px;
|
|
25
|
-
background: ${theme.color.background.neutralAlt};
|
|
18
|
+
const Item = styled.div(({ theme }) => css `
|
|
19
|
+
display: flex;
|
|
20
|
+
padding: 4px 12px;
|
|
21
|
+
align-items: center;
|
|
22
|
+
gap: 4px;
|
|
23
|
+
align-self: stretch;
|
|
24
|
+
border-radius: 8px;
|
|
25
|
+
background: ${theme.color.background.neutralAlt};
|
|
26
26
|
`);
|
|
27
|
-
const Index = styled.div(({ theme }) => css `
|
|
28
|
-
display: flex;
|
|
29
|
-
width: 20px;
|
|
30
|
-
height: 20px;
|
|
31
|
-
padding: 4px;
|
|
32
|
-
|
|
33
|
-
user-select: none; /* Standard syntax */
|
|
34
|
-
|
|
35
|
-
border-radius: 4px;
|
|
36
|
-
background: ${theme.color.background.neutralBase};
|
|
37
|
-
border: 1px solid ${theme.color.background.neutralAltActive};
|
|
38
|
-
|
|
39
|
-
justify-content: center;
|
|
40
|
-
align-items: center;
|
|
41
|
-
|
|
42
|
-
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
43
|
-
font-family: ${theme.fontFamily.ui};
|
|
44
|
-
font-size: 14px;
|
|
45
|
-
font-weight: 800;
|
|
46
|
-
line-height: 16px;
|
|
27
|
+
const Index = styled.div(({ theme }) => css `
|
|
28
|
+
display: flex;
|
|
29
|
+
width: 20px;
|
|
30
|
+
height: 20px;
|
|
31
|
+
padding: 4px;
|
|
32
|
+
|
|
33
|
+
user-select: none; /* Standard syntax */
|
|
34
|
+
|
|
35
|
+
border-radius: 4px;
|
|
36
|
+
background: ${theme.color.background.neutralBase};
|
|
37
|
+
border: 1px solid ${theme.color.background.neutralAltActive};
|
|
38
|
+
|
|
39
|
+
justify-content: center;
|
|
40
|
+
align-items: center;
|
|
41
|
+
|
|
42
|
+
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
43
|
+
font-family: ${theme.fontFamily.ui};
|
|
44
|
+
font-size: 14px;
|
|
45
|
+
font-weight: 800;
|
|
46
|
+
line-height: 16px;
|
|
47
47
|
`);
|
|
@@ -41,73 +41,73 @@ export function SettingForm(props) {
|
|
|
41
41
|
});
|
|
42
42
|
onClose();
|
|
43
43
|
};
|
|
44
|
-
return (_jsxs(Form, { className: className, onSubmit: handleSubmit(onSubmit), children: [_jsxs(Title, { children: [_jsx(EmojiStickerLineIcon, { css: css `
|
|
45
|
-
width: 12px;
|
|
46
|
-
height: 12px;
|
|
44
|
+
return (_jsxs(Form, { className: className, onSubmit: handleSubmit(onSubmit), children: [_jsxs(Title, { children: [_jsx(EmojiStickerLineIcon, { css: css `
|
|
45
|
+
width: 12px;
|
|
46
|
+
height: 12px;
|
|
47
47
|
` }), t("3단계 평가")] }), _jsxs(Content, { children: [_jsxs(Left, { children: [_jsx(Label, { children: t("평가 항목") }), fields.map((field, index) => (_jsx(FormQuestion, { index: index, control: control, onDelete: index !== 0
|
|
48
48
|
? () => {
|
|
49
49
|
remove(index);
|
|
50
50
|
}
|
|
51
51
|
: undefined }, field.uid))), _jsx(Button, { color: "grey", size: "small", startIcon: _jsx(AddFillIcon, {}), label: t("평가 항목 추가"), onClick: () => {
|
|
52
52
|
append({
|
|
53
|
-
question: { text: getTexts("placeholderEvaluationItem") },
|
|
53
|
+
question: { text: getTexts(t, "placeholderEvaluationItem") },
|
|
54
54
|
selectedLabelIndex: null,
|
|
55
55
|
});
|
|
56
56
|
} })] }), _jsxs(Right, { children: [_jsx(Label, { children: t("아이콘, 레이블") }), _jsx(FormIconAndLabel, { control: control, labelsLength: labels.length })] })] }), _jsxs(Buttons, { children: [_jsx(Button, { color: "grey", size: "xsmall", label: t("닫기", { context: "렉시컬 도구 설정창" }), onClick: onClose }), _jsx(Button, { color: "primary", size: "xsmall", label: t("이대로 넣기", { context: "렉시컬 도구 설정창" }), bold: true, type: "submit" })] })] }));
|
|
57
57
|
}
|
|
58
|
-
const Form = styled.form(({ theme }) => css `
|
|
59
|
-
display: flex;
|
|
60
|
-
flex-direction: column;
|
|
61
|
-
border-radius: 6px;
|
|
62
|
-
border: 1px solid ${theme.color.background.neutralAltActive};
|
|
63
|
-
background: ${theme.color.background.neutralBase};
|
|
64
|
-
box-shadow: ${shadows.shadow08};
|
|
58
|
+
const Form = styled.form(({ theme }) => css `
|
|
59
|
+
display: flex;
|
|
60
|
+
flex-direction: column;
|
|
61
|
+
border-radius: 6px;
|
|
62
|
+
border: 1px solid ${theme.color.background.neutralAltActive};
|
|
63
|
+
background: ${theme.color.background.neutralBase};
|
|
64
|
+
box-shadow: ${shadows.shadow08};
|
|
65
65
|
`);
|
|
66
|
-
const Title = styled.div(({ theme }) => css `
|
|
67
|
-
display: flex;
|
|
68
|
-
padding: 8px 12px;
|
|
69
|
-
gap: 4px;
|
|
70
|
-
align-items: center;
|
|
71
|
-
color: ${theme.color.foreground.neutralBase};
|
|
72
|
-
/* Default/Label/12px-Md */
|
|
73
|
-
font-family: ${theme.fontFamily.ui};
|
|
74
|
-
font-size: 12px;
|
|
75
|
-
font-style: normal;
|
|
76
|
-
font-weight: 500;
|
|
77
|
-
line-height: 16px; /* 133.333% */
|
|
66
|
+
const Title = styled.div(({ theme }) => css `
|
|
67
|
+
display: flex;
|
|
68
|
+
padding: 8px 12px;
|
|
69
|
+
gap: 4px;
|
|
70
|
+
align-items: center;
|
|
71
|
+
color: ${theme.color.foreground.neutralBase};
|
|
72
|
+
/* Default/Label/12px-Md */
|
|
73
|
+
font-family: ${theme.fontFamily.ui};
|
|
74
|
+
font-size: 12px;
|
|
75
|
+
font-style: normal;
|
|
76
|
+
font-weight: 500;
|
|
77
|
+
line-height: 16px; /* 133.333% */
|
|
78
78
|
`);
|
|
79
|
-
const Content = styled.div(({ theme }) => css `
|
|
80
|
-
display: flex;
|
|
81
|
-
border-top: 1px solid ${theme.color.background.neutralAltActive};
|
|
82
|
-
border-bottom: 1px solid ${theme.color.background.neutralAltActive};
|
|
79
|
+
const Content = styled.div(({ theme }) => css `
|
|
80
|
+
display: flex;
|
|
81
|
+
border-top: 1px solid ${theme.color.background.neutralAltActive};
|
|
82
|
+
border-bottom: 1px solid ${theme.color.background.neutralAltActive};
|
|
83
83
|
`);
|
|
84
|
-
const Left = styled.div `
|
|
85
|
-
flex: 1;
|
|
86
|
-
display: flex;
|
|
87
|
-
flex-direction: column;
|
|
88
|
-
gap: 12px;
|
|
89
|
-
padding: 12px;
|
|
84
|
+
const Left = styled.div `
|
|
85
|
+
flex: 1;
|
|
86
|
+
display: flex;
|
|
87
|
+
flex-direction: column;
|
|
88
|
+
gap: 12px;
|
|
89
|
+
padding: 12px;
|
|
90
90
|
`;
|
|
91
|
-
const Right = styled.div `
|
|
92
|
-
width: 240px;
|
|
93
|
-
display: flex;
|
|
94
|
-
flex-direction: column;
|
|
95
|
-
gap: 8px;
|
|
96
|
-
padding: 12px;
|
|
91
|
+
const Right = styled.div `
|
|
92
|
+
width: 240px;
|
|
93
|
+
display: flex;
|
|
94
|
+
flex-direction: column;
|
|
95
|
+
gap: 8px;
|
|
96
|
+
padding: 12px;
|
|
97
97
|
`;
|
|
98
|
-
const Label = styled.div(({ theme }) => css `
|
|
99
|
-
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
100
|
-
/* Default/Label/12px-Md */
|
|
101
|
-
font-family: ${theme.fontFamily.ui};
|
|
102
|
-
font-size: 12px;
|
|
103
|
-
font-style: normal;
|
|
104
|
-
font-weight: 500;
|
|
105
|
-
line-height: 16px; /* 133.333% */
|
|
98
|
+
const Label = styled.div(({ theme }) => css `
|
|
99
|
+
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
100
|
+
/* Default/Label/12px-Md */
|
|
101
|
+
font-family: ${theme.fontFamily.ui};
|
|
102
|
+
font-size: 12px;
|
|
103
|
+
font-style: normal;
|
|
104
|
+
font-weight: 500;
|
|
105
|
+
line-height: 16px; /* 133.333% */
|
|
106
106
|
`);
|
|
107
|
-
const Buttons = styled.div `
|
|
108
|
-
display: flex;
|
|
109
|
-
padding: 12px;
|
|
110
|
-
justify-content: flex-end;
|
|
111
|
-
align-items: center;
|
|
112
|
-
gap: 8px;
|
|
107
|
+
const Buttons = styled.div `
|
|
108
|
+
display: flex;
|
|
109
|
+
padding: 12px;
|
|
110
|
+
justify-content: flex-end;
|
|
111
|
+
align-items: center;
|
|
112
|
+
gap: 8px;
|
|
113
113
|
`;
|
|
@@ -23,7 +23,7 @@ export function EvaluationComponent(props) {
|
|
|
23
23
|
const { freezeProblemNode } = useContext(LexicalCustomConfigContext);
|
|
24
24
|
const { t } = useTranslation();
|
|
25
25
|
const [settingOpen, setSettingOpen] = useState(false);
|
|
26
|
-
const { icons } = getIconData(iconType, theme);
|
|
26
|
+
const { icons } = getIconData(iconType, theme, t);
|
|
27
27
|
// label과 icons를 매핑하여 ToggelButtonData로 변환합니다.
|
|
28
28
|
// 만약 둘의 길이가 같지 않다면 짧은 길이에 맞춰집니다.
|
|
29
29
|
const data = _.zipWith(labels, icons, (label, { onIcon, offIcon }) => ({
|
|
@@ -46,14 +46,14 @@ export function EvaluationComponent(props) {
|
|
|
46
46
|
} }));
|
|
47
47
|
}
|
|
48
48
|
// edit
|
|
49
|
-
return (_jsxs(_Fragment, { children: [_jsxs("div", { css: css `
|
|
50
|
-
display: flex;
|
|
51
|
-
gap: 4px;
|
|
52
|
-
`, children: [_jsx(Evaluation, { css: css `
|
|
53
|
-
width: ${EVALUATION_EDIT_WIDTH}px;
|
|
49
|
+
return (_jsxs(_Fragment, { children: [_jsxs("div", { css: css `
|
|
50
|
+
display: flex;
|
|
51
|
+
gap: 4px;
|
|
52
|
+
`, children: [_jsx(Evaluation, { css: css `
|
|
53
|
+
width: ${EVALUATION_EDIT_WIDTH}px;
|
|
54
54
|
`, data: data, evaluations: evaluations, onClick: () => setSettingOpen((open) => !open) }), _jsx(SquareButton, { size: "small", color: "icon", icon: _jsx(Settings3FillIcon, {}), onClick: () => {
|
|
55
55
|
setSettingOpen((open) => !open);
|
|
56
|
-
}, "aria-label": t("평가 칸 설정") })] }), settingOpen && (_jsx(SettingForm, { css: css `
|
|
57
|
-
width: ${EVALUATION_EDIT_WIDTH}px;
|
|
56
|
+
}, "aria-label": t("평가 칸 설정") })] }), settingOpen && (_jsx(SettingForm, { css: css `
|
|
57
|
+
width: ${EVALUATION_EDIT_WIDTH}px;
|
|
58
58
|
`, iconType: iconType, labels: labels, evaluations: evaluations, nodeKey: nodeKey, onClose: () => setSettingOpen(false) }))] }));
|
|
59
59
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { IconType } from "./SelfEvaluationNode";
|
|
3
3
|
import { Theme } from "@emotion/react";
|
|
4
|
+
import { TFunction } from "i18next";
|
|
4
5
|
interface IconData {
|
|
5
6
|
startIcon: React.ReactNode;
|
|
6
7
|
title: string;
|
|
@@ -10,5 +11,5 @@ interface IconData {
|
|
|
10
11
|
}[];
|
|
11
12
|
}
|
|
12
13
|
export declare const ICON_TYPES: IconType[];
|
|
13
|
-
export declare const getIconData: (iconType: IconType, theme: Theme) => IconData;
|
|
14
|
+
export declare const getIconData: (iconType: IconType, theme: Theme, t: TFunction) => IconData;
|
|
14
15
|
export {};
|
|
@@ -2,16 +2,15 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { CustomEmoGoodIcon, CustomEmoGreatIcon, CustomEmoNeutralIcon, } from "../../../../icons/custom/default";
|
|
3
3
|
import { CustomEmoGoodColorIcon, CustomEmoGreatColorIcon, CustomEmoNeutralColorIcon, } from "../../../../icons/custom/colored";
|
|
4
4
|
import { Number1Icon, Number2Icon, Number3Icon } from "../../../../icons";
|
|
5
|
-
import { i18n } from "../../../../i18n/i18n";
|
|
6
5
|
export const ICON_TYPES = [
|
|
7
6
|
"emoji",
|
|
8
7
|
"ascendingNumber",
|
|
9
8
|
"descendingNumber",
|
|
10
9
|
];
|
|
11
|
-
export const getIconData = (iconType, theme) => ({
|
|
10
|
+
export const getIconData = (iconType, theme, t) => ({
|
|
12
11
|
emoji: {
|
|
13
12
|
startIcon: _jsx(CustomEmoGreatColorIcon, {}),
|
|
14
|
-
title:
|
|
13
|
+
title: t("이모지"),
|
|
15
14
|
icons: [
|
|
16
15
|
{
|
|
17
16
|
onIcon: _jsx(CustomEmoGreatColorIcon, {}),
|
|
@@ -26,7 +25,7 @@ export const getIconData = (iconType, theme) => ({
|
|
|
26
25
|
},
|
|
27
26
|
ascendingNumber: {
|
|
28
27
|
startIcon: _jsx(Number1Icon, {}),
|
|
29
|
-
title:
|
|
28
|
+
title: t("숫자, 1-2-3"),
|
|
30
29
|
icons: [
|
|
31
30
|
{
|
|
32
31
|
onIcon: _jsx(Number1Icon, { color: theme.color.background.primary }),
|
|
@@ -44,7 +43,7 @@ export const getIconData = (iconType, theme) => ({
|
|
|
44
43
|
},
|
|
45
44
|
descendingNumber: {
|
|
46
45
|
startIcon: _jsx(Number3Icon, {}),
|
|
47
|
-
title:
|
|
46
|
+
title: t("숫자, 3-2-1"),
|
|
48
47
|
icons: [
|
|
49
48
|
{
|
|
50
49
|
onIcon: _jsx(Number3Icon, { color: theme.color.background.primary }),
|
|
@@ -40,46 +40,46 @@ export function InputComponent(props) {
|
|
|
40
40
|
};
|
|
41
41
|
// view
|
|
42
42
|
if (!isEditable) {
|
|
43
|
-
return (_jsx(Input, { multiline: multiline, disableAutosize: true, css: css `
|
|
44
|
-
textarea {
|
|
45
|
-
height: ${TEXTAREA_HEIGHT}px;
|
|
46
|
-
}
|
|
43
|
+
return (_jsx(Input, { multiline: multiline, disableAutosize: true, css: css `
|
|
44
|
+
textarea {
|
|
45
|
+
height: ${TEXTAREA_HEIGHT}px;
|
|
46
|
+
}
|
|
47
47
|
`, inputProps: freezeProblemNode
|
|
48
48
|
? { readOnly: true }
|
|
49
49
|
: {
|
|
50
50
|
onFocus: () => setFocus(true),
|
|
51
51
|
onBlur: () => setFocus(false),
|
|
52
|
-
}, size: "small", color: focus ? "activePrimary" : "default", placeholder: placeholder || getTexts("placeholderEnterHere"), value: valueInput, onChange: (e) => {
|
|
52
|
+
}, size: "small", color: focus ? "activePrimary" : "default", placeholder: placeholder || getTexts(t, "placeholderEnterHere"), value: valueInput, onChange: (e) => {
|
|
53
53
|
handleChange(e.target.value);
|
|
54
54
|
}, fullWidth: true }));
|
|
55
55
|
}
|
|
56
56
|
// edit
|
|
57
|
-
return (_jsxs(_Fragment, { children: [_jsxs("div", { css: css `
|
|
58
|
-
display: flex;
|
|
59
|
-
align-items: center;
|
|
60
|
-
gap: 4px;
|
|
57
|
+
return (_jsxs(_Fragment, { children: [_jsxs("div", { css: css `
|
|
58
|
+
display: flex;
|
|
59
|
+
align-items: center;
|
|
60
|
+
gap: 4px;
|
|
61
61
|
`, children: [_jsx(VirtualInput, { onClick: () => setSettingOpen((open) => !open), css: multiline &&
|
|
62
|
-
css `
|
|
63
|
-
height: ${TEXTAREA_HEIGHT + 2 * INPUT_VERTICAL_PADDING}px;
|
|
62
|
+
css `
|
|
63
|
+
height: ${TEXTAREA_HEIGHT + 2 * INPUT_VERTICAL_PADDING}px;
|
|
64
64
|
`, children: multiline
|
|
65
65
|
? t("서술형 입력 칸", { context: "렉시컬 단답형/서술형 도구" })
|
|
66
66
|
: t("단답형 입력 칸", { context: "렉시컬 단답형/서술형 도구" }) }), _jsx(SquareButton, { size: "small", color: "icon", icon: _jsx(Settings3FillIcon, {}), onClick: () => setSettingOpen((open) => !open), "aria-label": t("입력 칸 설정", {
|
|
67
67
|
context: "렉시컬 단답형/서술형 도구",
|
|
68
68
|
}) })] }), settingOpen && (_jsx(SettingForm, { multiline: multiline, placeholder: placeholder, nodeKey: nodeKey, onClose: () => setSettingOpen(false) }))] }));
|
|
69
69
|
}
|
|
70
|
-
const VirtualInput = styled.div(({ theme }) => css `
|
|
71
|
-
box-sizing: border-box;
|
|
72
|
-
height: 36px;
|
|
73
|
-
width: 400px;
|
|
74
|
-
padding: ${INPUT_VERTICAL_PADDING}px 16px;
|
|
75
|
-
align-items: center;
|
|
76
|
-
border-radius: 8px;
|
|
77
|
-
background: ${theme.color.background.neutralAlt};
|
|
78
|
-
cursor: pointer;
|
|
79
|
-
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
80
|
-
font-family: ${theme.fontFamily.ui};
|
|
81
|
-
font-size: 14px;
|
|
82
|
-
font-style: normal;
|
|
83
|
-
font-weight: 400;
|
|
84
|
-
line-height: 20px; /* 142.857% */
|
|
70
|
+
const VirtualInput = styled.div(({ theme }) => css `
|
|
71
|
+
box-sizing: border-box;
|
|
72
|
+
height: 36px;
|
|
73
|
+
width: 400px;
|
|
74
|
+
padding: ${INPUT_VERTICAL_PADDING}px 16px;
|
|
75
|
+
align-items: center;
|
|
76
|
+
border-radius: 8px;
|
|
77
|
+
background: ${theme.color.background.neutralAlt};
|
|
78
|
+
cursor: pointer;
|
|
79
|
+
color: ${theme.color.foreground.neutralBaseDisabled};
|
|
80
|
+
font-family: ${theme.fontFamily.ui};
|
|
81
|
+
font-size: 14px;
|
|
82
|
+
font-style: normal;
|
|
83
|
+
font-weight: 400;
|
|
84
|
+
line-height: 20px; /* 142.857% */
|
|
85
85
|
`);
|