@wishket/design-system 1.17.2 → 1.17.4
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/README.md +14 -1
- package/dist/Components/Base/Layouts/FullBleed/FullBleed.js +1 -1
- package/dist/Components/Base/Layouts/FullBleed/FullBleed.utils.js +1 -1
- package/dist/Components/Base/TextWithIcons/TextWithIcons.d.ts +10 -0
- package/dist/Components/Base/TextWithIcons/TextWithIcons.js +2 -0
- package/dist/Components/Base/TextWithIcons/index.d.ts +1 -0
- package/dist/Components/Base/Typography/Typography.d.ts +1 -1
- package/dist/Components/Base/Typography/Typography.js +3 -3
- package/dist/Components/Base/Typography/Typography.types.d.ts +13 -12
- package/dist/Components/DataDisplays/Accordion/Accordion.d.ts +33 -0
- package/dist/Components/DataDisplays/Accordion/Accordion.js +58 -0
- package/dist/Components/DataDisplays/Accordion/index.d.ts +1 -0
- package/dist/Components/DataDisplays/Avatar/Avatar.d.ts +2 -1
- package/dist/Components/DataDisplays/Avatar/Avatar.js +5 -4
- package/dist/Components/DataDisplays/Divider/Divider.d.ts +3 -20
- package/dist/Components/DataDisplays/Divider/Divider.js +10 -6
- package/dist/Components/DataDisplays/Label/Label.js +1 -1
- package/dist/Components/DataDisplays/Li/Li.d.ts +5 -68
- package/dist/Components/DataDisplays/Li/Li.js +7 -7
- package/dist/Components/DataDisplays/ProductIcon/Icons/Achieve.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Bookmark.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/BubbleStar.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/BubbleStars.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Building.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Calendar.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/CardConfirm.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/CardWrite.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Congrats.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/ContractPen.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Credit.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Database.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Design.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Discount.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/DocumentCloud.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/DocumentSuccess.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Email.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/HandShake.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/HandThumb.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Idea.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Lock.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Logout.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/MemoWrite.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/MobileConfirm.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Package.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PaperCertify.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PaperClip.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PaperClipClock.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PaperClock.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PaperConfirm.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PaperContract.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PaperHold.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PaperOverlap.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PaperPen.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PaperProject.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PaperSecurity.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PersonFreelancer.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PersonOffice.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/PersonSmile.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Public.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Receipt.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Repair.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Search.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/SearchConfirm.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/ShieldConfirm.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/ShieldWon.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Shopping.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/WebDevelopment.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/WebDomain.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/WebPayment.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/WebSecurity.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/WidePaperConfirm.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/WidePaperPayment.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/WidePaperPlan.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/WidePaperStructure.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/Icons/Won.d.ts +1 -1
- package/dist/Components/DataDisplays/ProductIcon/ProductIcon.constants.d.ts +9 -5
- package/dist/Components/DataDisplays/ProductIcon/ProductIcon.js +5 -8
- package/dist/Components/DataDisplays/ProductIcon/ProductIcon.part.types.d.ts +5 -0
- package/dist/Components/DataDisplays/ProductIcon/ProductIcon.types.d.ts +4 -11
- package/dist/Components/DataDisplays/SkillLabel/SkillLabel.parts.js +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeAccountSetting.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeAnswer.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeArrowDown.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeArrowLeft.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeArrowRight.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeArrowUp.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeBell.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeBubble.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeCollection.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeCollectionAdd.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeDelete.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeDrawer.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeFilter.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeHeart.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeHome.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeLike.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeLink.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargePlus.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeQuestion.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeReset.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeScrap.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeSearch.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeSend.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeService.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeShare.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeStar.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeTop.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeUserImageAvatar.d.ts +1 -2
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeUserImageAvatar.js +4 -4
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumAi.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumAnswer.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumArrowDown.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumArrowLeft.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumArrowRight.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumArrowUp.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumBell.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumBubble.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumCalendar.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumCaution.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumCautionTriangle.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumCheck.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumClip.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumCollection.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumCompass.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumDelete.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumEdit.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumError.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumEye.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumEyeSlash.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumFilter.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumFire.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumGlassesMinus.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumGlassesPlus.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumHashTag.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumHeart.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumHighlight.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumInformation.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumLink.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumList.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumMagic.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumMenuDown.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumMenuUp.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumMinus.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumMoreOptions.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumPersonAdd.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumPin.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumPlus.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumPopular.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumPrivate.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumPublic.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumQuestion.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumQuestionNew.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumRename.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumReply.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumReset.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumScrap.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumSearch.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumSend.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumShare.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumStar.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumSuccess.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumTrash.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumUpload.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Medium/MediumWait.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallArrowDown.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallArrowLeft.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallArrowRight.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallArrowUp.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallBell.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallCamera.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallCat.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallCheck.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallCollection.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallDelete.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallEdit.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallEye.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallHeart.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallIndeterminate.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallInformation.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallLike.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallLink.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallList.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallMoreOptions.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallPlay.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallPlus.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallPrivate.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallPublic.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallRadioDot.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallResizer.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallScrap.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallShare.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallSlash.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallStar.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallStop.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallTrash.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Small/SmallWait.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Social/SocialFacebook.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Social/SocialGoogle.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Social/SocialLinkedIn.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Social/SocialNaver.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Social/SocialX.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Social/WishketBlog.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Social/WishketFacebook.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Social/WishketNaverBlog.d.ts +1 -1
- package/dist/Components/DataDisplays/SystemIcon/SystemIcon.constants.d.ts +6 -1
- package/dist/Components/DataDisplays/SystemIcon/SystemIcon.part.types.d.ts +6 -0
- package/dist/Components/DataDisplays/SystemIcon/SystemIcon.types.d.ts +4 -12
- package/dist/Components/DataDisplays/index.d.ts +1 -0
- package/dist/Components/Feedbacks/DialogBox/DialogBox.js +2 -2
- package/dist/Components/Feedbacks/GlobalLoadingIndicator/GlobalLoadingIndicator.d.ts +18 -10
- package/dist/Components/Feedbacks/GlobalLoadingIndicator/GlobalLoadingIndicator.js +16 -7
- package/dist/Components/Feedbacks/LoadingIndicator/LoadingIndicator.d.ts +2 -21
- package/dist/Components/Feedbacks/LoadingIndicator/LoadingIndicator.js +9 -6
- package/dist/Components/Feedbacks/LoadingIndicator/LoadingIndicator.types.d.ts +2 -0
- package/dist/Components/Feedbacks/MessageBar/MessageBar.js +5 -5
- package/dist/Components/Feedbacks/MessageBox/MessageBox.js +4 -4
- package/dist/Components/Feedbacks/MessageBox/MessageBox.parts.js +3 -3
- package/dist/Components/Feedbacks/SnackBar/SnackBar.d.ts +1 -1
- package/dist/Components/Feedbacks/SnackBar/SnackBar.js +5 -11
- package/dist/Components/Feedbacks/SnackBar/SnackBar.types.d.ts +1 -0
- package/dist/Components/Feedbacks/Tooltip/PlainTooltip/PlainTooltip.d.ts +30 -0
- package/dist/Components/Feedbacks/Tooltip/PlainTooltip/PlainTooltip.js +31 -0
- package/dist/Components/Feedbacks/{PlainTooltip → Tooltip/PlainTooltip}/PlainTooltip.parts.d.ts +1 -1
- package/dist/Components/Feedbacks/Tooltip/PlainTooltip/PlainTooltip.parts.js +1 -0
- package/dist/Components/Feedbacks/Tooltip/PlainTooltip/index.d.ts +1 -0
- package/dist/Components/Feedbacks/Tooltip/RichTooltip/RichTooltip.d.ts +33 -0
- package/dist/Components/Feedbacks/Tooltip/RichTooltip/RichTooltip.js +32 -0
- package/dist/Components/Feedbacks/Tooltip/RichTooltip/index.d.ts +1 -0
- package/dist/Components/Feedbacks/Tooltip/Tooltip.d.ts +24 -0
- package/dist/Components/Feedbacks/Tooltip/Tooltip.js +25 -0
- package/dist/Components/Feedbacks/Tooltip/Tooltip.types.d.ts +19 -0
- package/dist/Components/Feedbacks/Tooltip/index.d.ts +4 -0
- package/dist/Components/Feedbacks/index.d.ts +1 -2
- package/dist/Components/Inputs/AutoCompleteList/AutoCompleteList.js +4 -4
- package/dist/Components/Inputs/AutoCompleteList/AutoCompleteList.parts.js +4 -4
- package/dist/Components/Inputs/Autocomplete/Autocomplete.js +1 -1
- package/dist/Components/Inputs/Button/Button.d.ts +7 -13
- package/dist/Components/Inputs/Button/Button.js +2 -51
- package/dist/Components/Inputs/Button/Button.types.d.ts +3 -10
- package/dist/Components/Inputs/Calendar/Calendar.js +8 -8
- package/dist/Components/Inputs/Calendar/Calendar.parts.js +7 -7
- package/dist/Components/Inputs/Checkbox/Checkbox.js +5 -5
- package/dist/Components/Inputs/Checkbox/Checkbox.parts.d.ts +1 -1
- package/dist/Components/Inputs/Checkbox/Checkbox.parts.js +2 -4
- package/dist/Components/Inputs/Checkbox/Checkbox.types.d.ts +1 -1
- package/dist/Components/Inputs/CheckboxCard/CheckboxCard.d.ts +2 -2
- package/dist/Components/Inputs/CheckboxCard/CheckboxCard.js +6 -6
- package/dist/Components/Inputs/CheckboxCard/CheckboxCard.parts.js +4 -4
- package/dist/Components/Inputs/CheckboxCard/CheckboxCard.types.d.ts +1 -1
- package/dist/Components/Inputs/CheckboxListItem/CheckboxListItem.d.ts +1 -1
- package/dist/Components/Inputs/CheckboxListItem/CheckboxListItem.js +3 -3
- package/dist/Components/Inputs/ChoiceChip/ChoiceChip.js +6 -6
- package/dist/Components/Inputs/CommentArea/CommentArea.js +9 -9
- package/dist/Components/Inputs/FileUploader/FileUploader.d.ts +45 -0
- package/dist/Components/Inputs/FileUploader/FileUploader.hooks.d.ts +20 -0
- package/dist/Components/Inputs/FileUploader/FileUploader.hooks.js +1 -0
- package/dist/Components/Inputs/FileUploader/FileUploader.js +48 -0
- package/dist/Components/Inputs/FileUploader/FileUploader.parts.d.ts +10 -0
- package/dist/Components/Inputs/FileUploader/FileUploader.parts.js +11 -0
- package/dist/Components/Inputs/FileUploader/FileUploader.types.d.ts +19 -0
- package/dist/Components/Inputs/FileUploader/FileUploader.utils.d.ts +4 -0
- package/dist/Components/Inputs/FileUploader/FileUploader.utils.js +1 -0
- package/dist/Components/Inputs/FileUploader/index.d.ts +2 -0
- package/dist/Components/Inputs/FilterChip/FilterChip.js +4 -4
- package/dist/Components/Inputs/FilterList/FilterList.js +16 -14
- package/dist/Components/Inputs/IconButton/IconButton.d.ts +6 -4
- package/dist/Components/Inputs/IconButton/IconButton.js +7 -8
- package/dist/Components/Inputs/IconButtonDropdown/IconButtonDropdown.js +4 -4
- package/dist/Components/Inputs/Input/Input.js +1 -1
- package/dist/Components/Inputs/Input/LabelInput.d.ts +9 -0
- package/dist/Components/Inputs/Input/{LableInput.js → LabelInput.js} +4 -4
- package/dist/Components/Inputs/Input/PasswordInput.js +4 -4
- package/dist/Components/Inputs/Input/index.d.ts +2 -2
- package/dist/Components/Inputs/InputChip/InputChip.js +3 -3
- package/dist/Components/Inputs/List/List.js +3 -3
- package/dist/Components/Inputs/MultiColumnList/MultiColumnList.parts.js +2 -2
- package/dist/Components/Inputs/Radio/Radio.d.ts +14 -8
- package/dist/Components/Inputs/Radio/Radio.js +20 -14
- package/dist/Components/Inputs/Radio/index.d.ts +1 -1
- package/dist/Components/Inputs/Radio/types.d.ts +8 -0
- package/dist/Components/Inputs/RadioCard/RadioCard.js +6 -6
- package/dist/Components/Inputs/RadioCard/RadioCard.parts.d.ts +3 -3
- package/dist/Components/Inputs/RadioCard/RadioCard.parts.js +4 -4
- package/dist/Components/Inputs/RadioCard/RadioCard.types.d.ts +8 -8
- package/dist/Components/Inputs/RadioGroup/RadioGroup.d.ts +3 -3
- package/dist/Components/Inputs/RadioGroup/RadioGroup.js +2 -2
- package/dist/Components/Inputs/RadioList/RadioList.d.ts +2 -2
- package/dist/Components/Inputs/RadioList/RadioList.js +3 -3
- package/dist/Components/Inputs/RadioList/RadioList.types.d.ts +3 -2
- package/dist/Components/Inputs/RadioList/parts/index.d.ts +0 -1
- package/dist/Components/Inputs/RadioListItem/RadioListItem.d.ts +10 -0
- package/dist/Components/Inputs/RadioListItem/RadioListItem.js +5 -0
- package/dist/Components/Inputs/RadioListItem/index.d.ts +1 -0
- package/dist/Components/Inputs/RangeSlider/RangeSlider.js +2 -2
- package/dist/Components/Inputs/SearchField/SearchField.js +4 -4
- package/dist/Components/Inputs/SegmentedControl/SegmentedControl.js +1 -1
- package/dist/Components/Inputs/SupportTextContainer/SupportTextContainer.d.ts +3 -2
- package/dist/Components/Inputs/SupportTextContainer/SupportTextContainer.js +3 -3
- package/dist/Components/Inputs/TextButton/TextButton.d.ts +5 -2
- package/dist/Components/Inputs/TextButton/TextButton.js +7 -5
- package/dist/Components/Inputs/TextButton/TextButton.types.d.ts +2 -0
- package/dist/Components/Inputs/TextButtonDropdown/TextButtonDropdown.js +4 -4
- package/dist/Components/Inputs/TextButtonDropdown/TextButtonDropdown.parts.js +4 -4
- package/dist/Components/Inputs/TextField/TextField.d.ts +11 -14
- package/dist/Components/Inputs/TextField/TextField.js +10 -12
- package/dist/Components/Inputs/TextFieldContainer/TextFieldContainer.js +1 -1
- package/dist/Components/Inputs/TextFieldDropdown/TextFieldDropdown.js +3 -3
- package/dist/Components/Inputs/TextFieldDropdown/TextFieldDropdown.parts.js +3 -3
- package/dist/Components/Inputs/Textarea/Textarea.js +5 -5
- package/dist/Components/Inputs/index.d.ts +2 -0
- package/dist/Components/Layouts/Card/Card.d.ts +42 -0
- package/dist/Components/Layouts/Card/index.d.ts +1 -0
- package/dist/Components/Layouts/Fieldset/Fieldset.d.ts +38 -0
- package/dist/Components/Layouts/Fieldset/index.d.ts +1 -0
- package/dist/Components/Layouts/index.d.ts +2 -0
- package/dist/Components/Navigations/BoxTab/BoxTab.parts.js +1 -1
- package/dist/Components/Navigations/Drawer/Drawer.d.ts +2 -7
- package/dist/Components/Navigations/Drawer/Drawer.styles.d.ts +1 -1
- package/dist/Components/Navigations/Drawer/Drawer.types.d.ts +7 -0
- package/dist/Components/Navigations/GNBList/GNBList.d.ts +30 -30
- package/dist/Components/Navigations/GNBList/GNBList.js +27 -27
- package/dist/Components/Navigations/GNBList/GNBList.parts.d.ts +114 -20
- package/dist/Components/Navigations/GNBList/GNBList.parts.js +64 -16
- package/dist/Components/Navigations/GNBList/GNBList.types.d.ts +4 -4
- package/dist/Components/Navigations/Menu/Menu.js +3 -3
- package/dist/Components/Navigations/Pagination/Pagination.parts.js +2 -2
- package/dist/Components/Navigations/TableOfContents/TableOfContents.js +1 -1
- package/dist/Components/Navigations/TextLink/TextLink.d.ts +66 -0
- package/dist/Components/Navigations/TextLink/TextLink.js +61 -0
- package/dist/Components/Navigations/TextLink/index.d.ts +1 -0
- package/dist/Components/Navigations/TextTab/TextTab.parts.js +5 -5
- package/dist/Components/Navigations/index.d.ts +1 -0
- package/dist/Components/Wrappers/WithBadge/WithBadge.js +2 -2
- package/dist/Components/Wrappers/WithSnackBar/WithSnackBar.js +3 -3
- package/dist/Components/Wrappers/index.d.ts +0 -1
- package/dist/cjs/Components/Base/Layouts/FullBleed/FullBleed.js +1 -1
- package/dist/cjs/Components/Base/Layouts/FullBleed/FullBleed.utils.js +1 -1
- package/dist/cjs/Components/Base/TextWithIcons/TextWithIcons.js +2 -0
- package/dist/cjs/Components/Base/Typography/Typography.js +3 -3
- package/dist/cjs/Components/DataDisplays/Accordion/Accordion.js +58 -0
- package/dist/cjs/Components/DataDisplays/Avatar/Avatar.js +5 -4
- package/dist/cjs/Components/DataDisplays/Divider/Divider.js +24 -1
- package/dist/cjs/Components/DataDisplays/Label/Label.js +1 -1
- package/dist/cjs/Components/DataDisplays/Li/Li.js +7 -8
- package/dist/cjs/Components/DataDisplays/ProductIcon/ProductIcon.js +2 -8
- package/dist/cjs/Components/DataDisplays/SkillLabel/SkillLabel.parts.js +1 -1
- package/dist/cjs/Components/DataDisplays/SystemIcon/Icons/Large/LargeUserImageAvatar.js +4 -4
- package/dist/cjs/Components/Feedbacks/DialogBox/DialogBox.js +2 -2
- package/dist/cjs/Components/Feedbacks/LoadingIndicator/LoadingIndicator.js +28 -5
- package/dist/cjs/Components/Feedbacks/MessageBar/MessageBar.js +47 -5
- package/dist/cjs/Components/Feedbacks/MessageBox/MessageBox.js +40 -5
- package/dist/cjs/Components/Feedbacks/MessageBox/MessageBox.parts.js +3 -3
- package/dist/cjs/Components/Feedbacks/SnackBar/SnackBar.js +6 -11
- package/dist/cjs/Components/Feedbacks/Tooltip/PlainTooltip/PlainTooltip.js +31 -0
- package/dist/cjs/Components/Feedbacks/Tooltip/PlainTooltip/PlainTooltip.parts.js +1 -0
- package/dist/cjs/Components/Feedbacks/Tooltip/RichTooltip/RichTooltip.js +32 -0
- package/dist/cjs/Components/Feedbacks/Tooltip/Tooltip.js +26 -0
- package/dist/cjs/Components/Inputs/AutoCompleteList/AutoCompleteList.js +4 -4
- package/dist/cjs/Components/Inputs/AutoCompleteList/AutoCompleteList.parts.js +4 -4
- package/dist/cjs/Components/Inputs/Autocomplete/Autocomplete.js +1 -1
- package/dist/cjs/Components/Inputs/Button/Button.js +2 -51
- package/dist/cjs/Components/Inputs/Calendar/Calendar.js +7 -7
- package/dist/cjs/Components/Inputs/Calendar/Calendar.parts.js +7 -7
- package/dist/cjs/Components/Inputs/Checkbox/Checkbox.js +4 -4
- package/dist/cjs/Components/Inputs/Checkbox/Checkbox.parts.js +2 -4
- package/dist/cjs/Components/Inputs/CheckboxCard/CheckboxCard.js +4 -4
- package/dist/cjs/Components/Inputs/CheckboxCard/CheckboxCard.parts.js +4 -4
- package/dist/cjs/Components/Inputs/CheckboxListItem/CheckboxListItem.js +3 -3
- package/dist/cjs/Components/Inputs/ChoiceChip/ChoiceChip.js +5 -5
- package/dist/cjs/Components/Inputs/CommentArea/CommentArea.js +9 -9
- package/dist/cjs/Components/Inputs/FileUploader/FileUploader.hooks.js +1 -0
- package/dist/cjs/Components/Inputs/FileUploader/FileUploader.js +6 -0
- package/dist/cjs/Components/Inputs/FileUploader/FileUploader.parts.js +11 -0
- package/dist/cjs/Components/Inputs/FileUploader/FileUploader.utils.js +1 -0
- package/dist/cjs/Components/Inputs/FilterChip/FilterChip.js +5 -4
- package/dist/cjs/Components/Inputs/FilterList/FilterList.js +15 -13
- package/dist/cjs/Components/Inputs/IconButton/IconButton.js +6 -7
- package/dist/cjs/Components/Inputs/IconButtonDropdown/IconButtonDropdown.js +3 -3
- package/dist/cjs/Components/Inputs/Input/Input.js +1 -1
- package/dist/cjs/Components/Inputs/Input/LabelInput.js +4 -0
- package/dist/cjs/Components/Inputs/Input/PasswordInput.js +4 -4
- package/dist/cjs/Components/Inputs/InputChip/InputChip.js +2 -2
- package/dist/cjs/Components/Inputs/List/List.js +4 -4
- package/dist/cjs/Components/Inputs/MultiColumnList/MultiColumnList.parts.js +2 -2
- package/dist/cjs/Components/Inputs/Radio/Radio.js +21 -15
- package/dist/cjs/Components/Inputs/RadioCard/RadioCard.js +4 -4
- package/dist/cjs/Components/Inputs/RadioCard/RadioCard.parts.js +4 -4
- package/dist/cjs/Components/Inputs/RadioGroup/RadioGroup.js +3 -3
- package/dist/cjs/Components/Inputs/RadioList/RadioList.js +3 -3
- package/dist/cjs/Components/Inputs/RadioListItem/RadioListItem.js +5 -0
- package/dist/cjs/Components/Inputs/RangeSlider/RangeSlider.js +5 -5
- package/dist/cjs/Components/Inputs/SearchField/SearchField.js +5 -5
- package/dist/cjs/Components/Inputs/SegmentedControl/SegmentedControl.js +1 -1
- package/dist/cjs/Components/Inputs/SupportTextContainer/SupportTextContainer.js +3 -3
- package/dist/cjs/Components/Inputs/TextButton/TextButton.js +7 -5
- package/dist/cjs/Components/Inputs/TextButtonDropdown/TextButtonDropdown.js +1 -1
- package/dist/cjs/Components/Inputs/TextButtonDropdown/TextButtonDropdown.parts.js +4 -4
- package/dist/cjs/Components/Inputs/TextField/TextField.js +10 -12
- package/dist/cjs/Components/Inputs/TextFieldContainer/TextFieldContainer.js +1 -1
- package/dist/cjs/Components/Inputs/TextFieldDropdown/TextFieldDropdown.js +3 -3
- package/dist/cjs/Components/Inputs/TextFieldDropdown/TextFieldDropdown.parts.js +2 -2
- package/dist/cjs/Components/Inputs/Textarea/Textarea.js +5 -5
- package/dist/cjs/Components/Navigations/BoxTab/BoxTab.parts.js +1 -1
- package/dist/cjs/Components/Navigations/GNBList/GNBList.js +27 -27
- package/dist/cjs/Components/Navigations/GNBList/GNBList.parts.js +40 -16
- package/dist/cjs/Components/Navigations/Menu/Menu.js +2 -2
- package/dist/cjs/Components/Navigations/Pagination/Pagination.parts.js +2 -2
- package/dist/cjs/Components/Navigations/TableOfContents/TableOfContents.js +1 -1
- package/dist/cjs/Components/Navigations/TextLink/TextLink.js +61 -0
- package/dist/cjs/Components/Navigations/TextTab/TextTab.parts.js +5 -5
- package/dist/cjs/Components/Wrappers/WithBadge/WithBadge.js +1 -1
- package/dist/cjs/Components/Wrappers/WithSnackBar/WithSnackBar.js +2 -2
- package/dist/cjs/constants/colors/colors.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/config/config.css +215 -0
- package/dist/config/tailwind.config.js +1 -64
- package/dist/config/tailwindcss-grid-areas.js +155 -0
- package/dist/constants/colors/colors.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/checkbox.types.d.ts +0 -2
- package/dist/types/index.d.ts +0 -1
- package/package.json +32 -16
- package/dist/Components/Feedbacks/PlainTooltip/PlainTooltip.d.ts +0 -44
- package/dist/Components/Feedbacks/PlainTooltip/PlainTooltip.js +0 -37
- package/dist/Components/Feedbacks/PlainTooltip/PlainTooltip.parts.js +0 -1
- package/dist/Components/Feedbacks/PlainTooltip/index.d.ts +0 -2
- package/dist/Components/Feedbacks/RichTooltip/RichTooltip.d.ts +0 -34
- package/dist/Components/Feedbacks/RichTooltip/RichTooltip.js +0 -27
- package/dist/Components/Feedbacks/RichTooltip/index.d.ts +0 -2
- package/dist/Components/Inputs/Button/Button.parts.d.ts +0 -2
- package/dist/Components/Inputs/Button/Button.parts.js +0 -2
- package/dist/Components/Inputs/Input/LableInput.d.ts +0 -9
- package/dist/Components/Inputs/Radio/Radio.types.d.ts +0 -8
- package/dist/Components/Inputs/RadioList/parts/RadioListItem.d.ts +0 -13
- package/dist/Components/Inputs/RadioList/parts/RadioListItem.js +0 -4
- package/dist/Components/Wrappers/WithRichTooltip/WithRichTooltip.d.ts +0 -39
- package/dist/Components/Wrappers/WithRichTooltip/WithRichTooltip.js +0 -32
- package/dist/Components/Wrappers/WithRichTooltip/index.d.ts +0 -1
- package/dist/cjs/Components/Feedbacks/PlainTooltip/PlainTooltip.js +0 -37
- package/dist/cjs/Components/Feedbacks/PlainTooltip/PlainTooltip.parts.js +0 -1
- package/dist/cjs/Components/Feedbacks/RichTooltip/RichTooltip.js +0 -1
- package/dist/cjs/Components/Inputs/Button/Button.parts.js +0 -2
- package/dist/cjs/Components/Inputs/Input/LableInput.js +0 -4
- package/dist/cjs/Components/Inputs/RadioList/parts/RadioListItem.js +0 -4
- package/dist/cjs/Components/Wrappers/WithRichTooltip/WithRichTooltip.js +0 -3
- package/dist/config/tailwind-plugins.js +0 -90
- package/dist/types/radio.types.d.ts +0 -7
- package/dist/types.d.ts +0 -32
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { SystemIconPartProps } from './SystemIcon.types';
|
|
2
|
+
import { SystemIconPartProps } from './SystemIcon.part.types';
|
|
3
3
|
export declare const SmallSystemIconNames: readonly ["small_check", "small_plus", "small_delete", "small_arrow_left", "small_arrow_right", "small_arrow_down", "small_arrow_up", "small_indeterminate", "small_radio_dot", "small_resizer", "small_information", "small_wait", "small_camera", "small_edit", "small_scrap", "small_private", "small_public", "small_heart", "small_star", "small_more_options", "small_eye", "small_trash", "small_share", "small_link", "small_list", "small_collection", "small_like", "small_bell", "small_play", "small_stop", "small_slash", "small_cat"];
|
|
4
|
+
export type SmallSystemIconName = (typeof SmallSystemIconNames)[number];
|
|
4
5
|
export declare const MediumSystemIconNames: readonly ["medium_check", "medium_plus", "medium_delete", "medium_arrow_left", "medium_arrow_right", "medium_arrow_down", "medium_arrow_up", "medium_information", "medium_success", "medium_wait", "medium_caution", "medium_error", "medium_minus", "medium_eye", "medium_eye_slash", "medium_person_add", "medium_edit", "medium_caution_triangle", "medium_bubble", "medium_calendar", "medium_filter", "medium_reset", "medium_menu_down", "medium_menu_up", "medium_heart", "medium_star", "medium_highlight", "medium_more_options", "medium_rename", "medium_pin", "medium_trash", "medium_hashtag", "medium_magic", "medium_share", "medium_ai", "medium_glasses_minus", "medium_glasses_plus", "medium_upload", "medium_send", "medium_popular", "medium_scrap", "medium_link", "medium_search", "medium_question", "medium_answer", "medium_question_new", "medium_list", "medium_collection", "medium_fire", "medium_compass", "medium_public", "medium_private", "medium_bell", "medium_reply", "medium_clip"];
|
|
6
|
+
export type MediumSystemIconName = (typeof MediumSystemIconNames)[number];
|
|
5
7
|
export declare const LargeSystemIconNames: readonly ["large_user_image_avatar", "large_arrow_left", "large_arrow_right", "large_arrow_down", "large_arrow_up", "large_service", "large_account_setting", "large_bell", "large_search", "large_drawer", "large_delete", "large_plus", "large_filter", "large_heart", "large_star", "large_share", "large_send", "large_reset", "large_collection", "large_collection_add", "large_question", "large_answer", "large_scrap", "large_like", "large_bubble", "large_link", "large_home", "large_top"];
|
|
8
|
+
export type LargeSystemIconName = (typeof LargeSystemIconNames)[number];
|
|
6
9
|
export declare const SocialSystemIconNames: readonly ["social_google", "social_facebook", "social_x", "social_naver", "social_linked_in", "wishket_facebook", "wishket_blog", "wishket_naver_blog"];
|
|
10
|
+
export type SocialSystemIconName = (typeof SocialSystemIconNames)[number];
|
|
11
|
+
export type SystemIconName = SmallSystemIconName | MediumSystemIconName | LargeSystemIconName | SocialSystemIconName;
|
|
7
12
|
export declare const SystemIconNames: readonly ["small_check", "small_plus", "small_delete", "small_arrow_left", "small_arrow_right", "small_arrow_down", "small_arrow_up", "small_indeterminate", "small_radio_dot", "small_resizer", "small_information", "small_wait", "small_camera", "small_edit", "small_scrap", "small_private", "small_public", "small_heart", "small_star", "small_more_options", "small_eye", "small_trash", "small_share", "small_link", "small_list", "small_collection", "small_like", "small_bell", "small_play", "small_stop", "small_slash", "small_cat", "medium_check", "medium_plus", "medium_delete", "medium_arrow_left", "medium_arrow_right", "medium_arrow_down", "medium_arrow_up", "medium_information", "medium_success", "medium_wait", "medium_caution", "medium_error", "medium_minus", "medium_eye", "medium_eye_slash", "medium_person_add", "medium_edit", "medium_caution_triangle", "medium_bubble", "medium_calendar", "medium_filter", "medium_reset", "medium_menu_down", "medium_menu_up", "medium_heart", "medium_star", "medium_highlight", "medium_more_options", "medium_rename", "medium_pin", "medium_trash", "medium_hashtag", "medium_magic", "medium_share", "medium_ai", "medium_glasses_minus", "medium_glasses_plus", "medium_upload", "medium_send", "medium_popular", "medium_scrap", "medium_link", "medium_search", "medium_question", "medium_answer", "medium_question_new", "medium_list", "medium_collection", "medium_fire", "medium_compass", "medium_public", "medium_private", "medium_bell", "medium_reply", "medium_clip", "large_user_image_avatar", "large_arrow_left", "large_arrow_right", "large_arrow_down", "large_arrow_up", "large_service", "large_account_setting", "large_bell", "large_search", "large_drawer", "large_delete", "large_plus", "large_filter", "large_heart", "large_star", "large_share", "large_send", "large_reset", "large_collection", "large_collection_add", "large_question", "large_answer", "large_scrap", "large_like", "large_bubble", "large_link", "large_home", "large_top", "social_google", "social_facebook", "social_x", "social_naver", "social_linked_in", "wishket_facebook", "wishket_blog", "wishket_naver_blog"];
|
|
8
13
|
export declare const smallIcons: Map<"small_check" | "small_plus" | "small_delete" | "small_arrow_left" | "small_arrow_right" | "small_arrow_down" | "small_arrow_up" | "small_indeterminate" | "small_radio_dot" | "small_resizer" | "small_information" | "small_wait" | "small_camera" | "small_edit" | "small_scrap" | "small_private" | "small_public" | "small_heart" | "small_star" | "small_more_options" | "small_eye" | "small_trash" | "small_share" | "small_link" | "small_list" | "small_collection" | "small_like" | "small_bell" | "small_play" | "small_stop" | "small_slash" | "small_cat", (props: SystemIconPartProps) => React.JSX.Element>;
|
|
9
14
|
export declare const mediumIcons: Map<"medium_trash" | "medium_check" | "medium_plus" | "medium_delete" | "medium_arrow_left" | "medium_arrow_right" | "medium_arrow_down" | "medium_arrow_up" | "medium_information" | "medium_success" | "medium_wait" | "medium_caution" | "medium_error" | "medium_minus" | "medium_eye" | "medium_eye_slash" | "medium_person_add" | "medium_edit" | "medium_caution_triangle" | "medium_bubble" | "medium_calendar" | "medium_filter" | "medium_reset" | "medium_menu_down" | "medium_menu_up" | "medium_heart" | "medium_star" | "medium_highlight" | "medium_more_options" | "medium_rename" | "medium_pin" | "medium_hashtag" | "medium_magic" | "medium_share" | "medium_ai" | "medium_glasses_minus" | "medium_glasses_plus" | "medium_upload" | "medium_send" | "medium_popular" | "medium_scrap" | "medium_link" | "medium_search" | "medium_question" | "medium_answer" | "medium_question_new" | "medium_list" | "medium_collection" | "medium_fire" | "medium_compass" | "medium_public" | "medium_private" | "medium_bell" | "medium_reply" | "medium_clip", (props: SystemIconPartProps) => React.JSX.Element>;
|
|
@@ -1,15 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export type MediumSystemIconName
|
|
4
|
-
export type LargeSystemIconName = (typeof LargeSystemIconNames)[number];
|
|
5
|
-
export type SocialSystemIconName = (typeof SocialSystemIconNames)[number];
|
|
6
|
-
export type SystemIconName = SmallSystemIconName | MediumSystemIconName | LargeSystemIconName | SocialSystemIconName;
|
|
1
|
+
import { SystemIconPartProps } from './SystemIcon.part.types';
|
|
2
|
+
import type { SystemIconName } from './SystemIcon.constants';
|
|
3
|
+
export type { LargeSystemIconName, MediumSystemIconName, SmallSystemIconName, SocialSystemIconName, SystemIconName, } from './SystemIcon.constants';
|
|
7
4
|
export interface SystemIconProps extends SystemIconPartProps {
|
|
8
5
|
name: SystemIconName;
|
|
9
6
|
}
|
|
10
|
-
export
|
|
11
|
-
testId?: string;
|
|
12
|
-
className?: string;
|
|
13
|
-
solid?: boolean;
|
|
14
|
-
onClick?: () => void;
|
|
15
|
-
}
|
|
7
|
+
export type { SystemIconPartProps } from './SystemIcon.part.types';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";import{jsxs as e,jsx as r}from"react/jsx-runtime";import{twJoin as o}from"tailwind-merge";import{Typography as a}from"../../Base/Typography/Typography.js";import{Box as t}from"../../Base/Layouts/Box/Box.js";import"../../Base/Layouts/FullBleed/FullBleed.js";import{Button as l}from"../../Inputs/Button/Button.js";const i=({title:i,description:s,variant:n="primary",onClose:c,onConfirm:m,confirm:d,close:g="닫기",testId:p})=>{const u="caution"===n;/*#__PURE__*/
|
|
2
2
|
return e(t,{className:"flex h-fit flex-col items-center gap-8 rounded-3xl bg-w-white p-8 font-normal not-italic shadow-modal tablet:w-[400px]","data-testid":p||"design-system--dialog-box",children:[
|
|
3
3
|
/*#__PURE__*/e(t,{className:"flex w-full flex-col gap-6",children:[
|
|
4
|
-
/*#__PURE__*/r(a,{variant:"
|
|
5
|
-
/*#__PURE__*/r(a,{variant:"
|
|
4
|
+
/*#__PURE__*/r(a,{variant:"subTitle18",className:"font-medium text-w-gray-900",children:i}),
|
|
5
|
+
/*#__PURE__*/r(a,{variant:"body16",className:"whitespace-break-spaces text-w-gray-800",children:s})]}),
|
|
6
6
|
/*#__PURE__*/e(t,{className:"flex w-full items-center justify-end gap-4",children:[g&&/*#__PURE__*/r(l,{role:"close",onClick:c,variant:"solid",className:"border-w-bluegray-200 bg-w-bluegray-200 hover:border-w-bluegray-300 hover:bg-w-bluegray-300",children:g}),d&&/*#__PURE__*/r(l,{role:"confirm",onClick:m,variant:"solid",className:o(u&&"border-w-orange-500 bg-w-orange-500 hover:border-w-orange-600 hover:bg-w-orange-600"),children:d})]})]})};export{i as DialogBox};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { LoadingIndicatorProps } from '../LoadingIndicator/LoadingIndicator.types';
|
|
2
|
-
export
|
|
3
|
-
}
|
|
1
|
+
import type { LoadingIndicatorProps } from '../LoadingIndicator/LoadingIndicator.types';
|
|
2
|
+
export type GlobalLoadingIndicatorProps = LoadingIndicatorProps;
|
|
4
3
|
export declare class LoadingManager {
|
|
5
4
|
private static instance;
|
|
6
5
|
loaderIds: string[];
|
|
@@ -17,10 +16,11 @@ export declare class LoadingManager {
|
|
|
17
16
|
*
|
|
18
17
|
* @component
|
|
19
18
|
* @param {GlobalLoadingIndicatorProps} props
|
|
20
|
-
* @param {
|
|
21
|
-
* @param {
|
|
19
|
+
* @param {('primary'|'white'|'gray')} [props.variant='primary'] - 로딩 인디케이터의 색상 변형
|
|
20
|
+
* @param {('sm'|'md'|'lg')} [props.size='md'] - 로딩 인디케이터의 크기
|
|
21
|
+
* @param {string} [props.ariaLabel='로딩 중'] - 스크린 리더를 위한 로딩 상태 설명
|
|
22
22
|
* @param {string} [props.className] - 추가적인 CSS 클래스명
|
|
23
|
-
* @param {
|
|
23
|
+
* @param {boolean} [props.isFixed] - ⚠️ GlobalLoadingIndicator는 항상 fixed position이므로 이 prop은 무시됩니다
|
|
24
24
|
*
|
|
25
25
|
* @example
|
|
26
26
|
* // 기본 사용법
|
|
@@ -29,11 +29,19 @@ export declare class LoadingManager {
|
|
|
29
29
|
* // 크기 지정
|
|
30
30
|
* <GlobalLoadingIndicator size="lg" />
|
|
31
31
|
*
|
|
32
|
-
* // 색상
|
|
33
|
-
* <GlobalLoadingIndicator
|
|
32
|
+
* // 색상 변형
|
|
33
|
+
* <GlobalLoadingIndicator variant="white" />
|
|
34
|
+
*
|
|
35
|
+
* // 커스텀 라벨
|
|
36
|
+
* <GlobalLoadingIndicator ariaLabel="페이지 로딩 중" />
|
|
34
37
|
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
38
|
+
* @accessibility
|
|
39
|
+
* LoadingIndicator 컴포넌트의 접근성 기능을 상속받습니다:
|
|
40
|
+
* - role="status": 로딩 상태를 나타내는 상태 영역
|
|
41
|
+
* - aria-live="polite": 로딩 상태 변경을 스크린 리더에 알림
|
|
42
|
+
* - aria-label: 스크린 리더 사용자에게 로딩 상태 설명
|
|
43
|
+
* - aria-busy="true": 콘텐츠가 로딩 중임을 명시
|
|
44
|
+
* - SVG는 aria-hidden으로 장식용 요소로 표시
|
|
37
45
|
*/
|
|
38
46
|
declare const GlobalLoadingIndicator: (props: GlobalLoadingIndicatorProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
39
47
|
export { GlobalLoadingIndicator };
|
|
@@ -6,10 +6,11 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @component
|
|
8
8
|
* @param {GlobalLoadingIndicatorProps} props
|
|
9
|
-
* @param {
|
|
10
|
-
* @param {
|
|
9
|
+
* @param {('primary'|'white'|'gray')} [props.variant='primary'] - 로딩 인디케이터의 색상 변형
|
|
10
|
+
* @param {('sm'|'md'|'lg')} [props.size='md'] - 로딩 인디케이터의 크기
|
|
11
|
+
* @param {string} [props.ariaLabel='로딩 중'] - 스크린 리더를 위한 로딩 상태 설명
|
|
11
12
|
* @param {string} [props.className] - 추가적인 CSS 클래스명
|
|
12
|
-
* @param {
|
|
13
|
+
* @param {boolean} [props.isFixed] - ⚠️ GlobalLoadingIndicator는 항상 fixed position이므로 이 prop은 무시됩니다
|
|
13
14
|
*
|
|
14
15
|
* @example
|
|
15
16
|
* // 기본 사용법
|
|
@@ -18,10 +19,18 @@
|
|
|
18
19
|
* // 크기 지정
|
|
19
20
|
* <GlobalLoadingIndicator size="lg" />
|
|
20
21
|
*
|
|
21
|
-
* // 색상
|
|
22
|
-
* <GlobalLoadingIndicator
|
|
22
|
+
* // 색상 변형
|
|
23
|
+
* <GlobalLoadingIndicator variant="white" />
|
|
23
24
|
*
|
|
24
|
-
* //
|
|
25
|
-
* <GlobalLoadingIndicator
|
|
25
|
+
* // 커스텀 라벨
|
|
26
|
+
* <GlobalLoadingIndicator ariaLabel="페이지 로딩 중" />
|
|
27
|
+
*
|
|
28
|
+
* @accessibility
|
|
29
|
+
* LoadingIndicator 컴포넌트의 접근성 기능을 상속받습니다:
|
|
30
|
+
* - role="status": 로딩 상태를 나타내는 상태 영역
|
|
31
|
+
* - aria-live="polite": 로딩 상태 변경을 스크린 리더에 알림
|
|
32
|
+
* - aria-label: 스크린 리더 사용자에게 로딩 상태 설명
|
|
33
|
+
* - aria-busy="true": 콘텐츠가 로딩 중임을 명시
|
|
34
|
+
* - SVG는 aria-hidden으로 장식용 요소로 표시
|
|
26
35
|
*/
|
|
27
36
|
const d=i=>{const d=l.getInstance(),c=t(),[u,g]=r([]);n((()=>(d.register(c),g(d.loaderIds),()=>{d.unregister(c),g(d.loaderIds)})),[c]);return u.indexOf(c)===u.length-1?/*#__PURE__*/e(s,{children:/*#__PURE__*/e("div",{"data-testid":"design-system-globalLoadingIndicator",className:"fixed left-1/2 top-1/2 z-30 aspect-square -translate-x-1/2 -translate-y-1/2",children:/*#__PURE__*/e(o,a({},i))})}):null};export{d as GlobalLoadingIndicator,l as LoadingManager};
|
|
@@ -1,23 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { FC } from 'react';
|
|
2
2
|
import { LoadingIndicatorProps } from './LoadingIndicator.types';
|
|
3
|
-
|
|
4
|
-
* 로딩 상태를 표시하는 애니메이션 인디케이터 컴포넌트입니다.
|
|
5
|
-
* 세 개의 점이 순차적으로 페이드 인/아웃되는 애니메이션을 보여줍니다.
|
|
6
|
-
*
|
|
7
|
-
* @param {Object} props - 컴포넌트 프로퍼티
|
|
8
|
-
* @param {boolean} [props.isFixed=false] - true일 경우 position: fixed, false일 경우 position: absolute로 설정됩니다.
|
|
9
|
-
* @param {('sm'|'md'|'lg')} [props.size='md'] - 로딩 인디케이터의 크기를 설정합니다.
|
|
10
|
-
* @param {string} [props.className] - 추가적인 CSS 클래스를 적용할 수 있습니다.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* // 기본 사용
|
|
14
|
-
* <LoadingIndicator />
|
|
15
|
-
*
|
|
16
|
-
* // 고정 위치에 큰 크기로 표시
|
|
17
|
-
* <LoadingIndicator isFixed size="lg" />
|
|
18
|
-
*
|
|
19
|
-
* // 커스텀 클래스 적용
|
|
20
|
-
* <LoadingIndicator className="text-blue-500" />
|
|
21
|
-
*/
|
|
22
|
-
declare const LoadingIndicator: React.FC<LoadingIndicatorProps>;
|
|
3
|
+
declare const LoadingIndicator: FC<LoadingIndicatorProps>;
|
|
23
4
|
export { LoadingIndicator };
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
import{jsx as e,jsxs as t}from"react/jsx-runtime";import
|
|
1
|
+
import{jsx as e,jsxs as t}from"react/jsx-runtime";import{twMerge as i}from"tailwind-merge";import{Box as r}from"../../Base/Layouts/Box/Box.js";import{SIZES as a,generateBoxSize as l}from"./LoadingIndicator.parts.js";
|
|
2
2
|
/**
|
|
3
3
|
* 로딩 상태를 표시하는 애니메이션 인디케이터 컴포넌트입니다.
|
|
4
4
|
* 세 개의 점이 순차적으로 페이드 인/아웃되는 애니메이션을 보여줍니다.
|
|
5
5
|
*
|
|
6
6
|
* @param {Object} props - 컴포넌트 프로퍼티
|
|
7
|
+
* @param {('primary'|'white'|'gray')} [props.variant='primary'] - 로딩 인디케이터의 색상 변형
|
|
7
8
|
* @param {boolean} [props.isFixed=false] - true일 경우 position: fixed, false일 경우 position: absolute로 설정됩니다.
|
|
8
9
|
* @param {('sm'|'md'|'lg')} [props.size='md'] - 로딩 인디케이터의 크기를 설정합니다.
|
|
10
|
+
* @param {string} [props.ariaLabel='로딩 중'] - 스크린 리더를 위한 로딩 상태 설명
|
|
9
11
|
* @param {string} [props.className] - 추가적인 CSS 클래스를 적용할 수 있습니다.
|
|
10
12
|
*
|
|
11
13
|
* @example
|
|
@@ -17,8 +19,9 @@ import{jsx as e,jsxs as t}from"react/jsx-runtime";import"react";import{twMerge a
|
|
|
17
19
|
*
|
|
18
20
|
* // 커스텀 클래스 적용
|
|
19
21
|
* <LoadingIndicator className="text-blue-500" />
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/*#__PURE__*/e("circle",{cx:
|
|
24
|
-
/*#__PURE__*/e("circle",{cx:
|
|
22
|
+
*
|
|
23
|
+
*/const n={primary:"text-primary",white:"text-w-white",gray:"text-w-gray-400"},o=({variant:o="primary",isFixed:s=!1,size:c="md",ariaLabel:d="로딩 중",className:m})=>{const{width:u,height:p,viewBox:x,circle:h,r:g}=a[c],y=n[o];/*#__PURE__*/
|
|
24
|
+
return e(r,{role:"status","aria-live":"polite","aria-label":d,"aria-busy":"true",className:i("left-1/2 top-1/2 aspect-square -translate-x-1/2 -translate-y-1/2",s?"fixed":"absolute",l(c)),children:/*#__PURE__*/t("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true","data-testid":"loading-indicator-svg",width:u,height:p,viewBox:x,fill:"none",className:i(y,m),children:[
|
|
25
|
+
/*#__PURE__*/e("circle",{cx:h[0],cy:h[1],r:g,fill:"currentColor",children:/*#__PURE__*/e("animate",{attributeName:"opacity",values:"1; 1; 0.5; 0.25; 0.25;",dur:"0.9s",repeatCount:"indefinite",begin:"0s"})}),
|
|
26
|
+
/*#__PURE__*/e("circle",{cx:h[1],cy:h[1],r:g,fill:"currentColor",children:/*#__PURE__*/e("animate",{attributeName:"opacity",values:"1; 1; 0.5; 0.25; 0.25;",dur:"0.9s",repeatCount:"indefinite",begin:"0.3s"})}),
|
|
27
|
+
/*#__PURE__*/e("circle",{cx:h[2],cy:h[1],r:g,fill:"currentColor",children:/*#__PURE__*/e("animate",{attributeName:"opacity",values:"1; 1; 0.5; 0.25; 0.25;",dur:"0.9s",repeatCount:"indefinite",begin:"0.6s"})})]})})};export{o as LoadingIndicator};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export type LoadingIndicatorSize = 'sm' | 'md' | 'lg';
|
|
2
2
|
export interface LoadingIndicatorProps {
|
|
3
|
+
variant?: 'primary' | 'white' | 'gray';
|
|
3
4
|
isFixed?: boolean;
|
|
4
5
|
size?: LoadingIndicatorSize;
|
|
6
|
+
ariaLabel?: string;
|
|
5
7
|
className?: string;
|
|
6
8
|
}
|
|
7
9
|
export type LoadingIndicatorSizeVariantType = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsxs as
|
|
1
|
+
import{jsxs as t,jsx as a}from"react/jsx-runtime";import{twMerge as e}from"tailwind-merge";import{Typography as s}from"../../Base/Typography/Typography.js";import{Box as r}from"../../Base/Layouts/Box/Box.js";import"../../Base/Layouts/FullBleed/FullBleed.js";import"../../DataDisplays/Avatar/Avatar.js";import"react";import"../../DataDisplays/SystemIcon/SystemIcon.constants.js";import{ProductIcon as i}from"../../DataDisplays/ProductIcon/ProductIcon.js";import"../../DataDisplays/Accordion/Accordion.js";import{Button as o}from"../../Inputs/Button/Button.js";
|
|
2
2
|
/**
|
|
3
3
|
* 사용자에게 정보를 표시하는 메시지 바 컴포넌트입니다.
|
|
4
4
|
*
|
|
@@ -40,7 +40,7 @@ import{jsxs as e,jsx as t}from"react/jsx-runtime";import{twMerge as s}from"tailw
|
|
|
40
40
|
* buttonName="비밀번호 변경"
|
|
41
41
|
* onClick={() => handlePasswordChange()}
|
|
42
42
|
* />
|
|
43
|
-
*/const
|
|
44
|
-
/*#__PURE__*/
|
|
45
|
-
/*#__PURE__*/
|
|
46
|
-
/*#__PURE__*/
|
|
43
|
+
*/const m=({variant:m="primary",icon:n,title:l,text:d,buttonName:c,onClick:p})=>/*#__PURE__*/t(r,{"data-testid":"design-system-message-bar",className:e("flex w-full items-center gap-5 rounded-2xl border px-8 py-5","primary"===m&&"border-primary-100 bg-primary-10","white"===m&&"border-w-gray-200 bg-white"),children:[
|
|
44
|
+
/*#__PURE__*/a(r,{className:"shrink-0","data-testid":"design-system-message-bar--icon",children:/*#__PURE__*/a(i,{name:n,size:"medium"})}),
|
|
45
|
+
/*#__PURE__*/t(r,{className:"flex w-full flex-col gap-1",children:[l&&/*#__PURE__*/a(s,{variant:"subTitle18",className:"font-medium text-w-gray-900","data-testid":"design-system-message-bar--title",children:l}),
|
|
46
|
+
/*#__PURE__*/a(s,{variant:"body16",className:"text-w-gray-600","data-testid":"design-system-message-bar--text",children:d})]}),c&&p&&/*#__PURE__*/a(o,{variant:"outlined",size:"36",className:"shrink-0",onClick:p,"data-testid":"design-system-message-bar--button",children:c})]});export{m as MessageBar};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsxs as e,jsx as s,Fragment as
|
|
1
|
+
import{jsxs as e,jsx as s,Fragment as a}from"react/jsx-runtime";import"../../DataDisplays/Avatar/Avatar.js";import"tailwind-merge";import{Typography as t}from"../../Base/Typography/Typography.js";import{Box as i}from"../../Base/Layouts/Box/Box.js";import"../../Base/Layouts/FullBleed/FullBleed.js";import"react";import"../../DataDisplays/SystemIcon/SystemIcon.constants.js";import{ProductIcon as r}from"../../DataDisplays/ProductIcon/ProductIcon.js";import{Divider as o}from"../../DataDisplays/Divider/Divider.js";import"../../DataDisplays/Accordion/Accordion.js";import{ExternalLinks as l}from"./MessageBox.parts.js";
|
|
2
2
|
/**
|
|
3
3
|
* 아이콘, 제목, 설명, 외부 링크 등을 포함할 수 있는 메시지 박스 컴포넌트입니다.
|
|
4
4
|
*
|
|
@@ -33,9 +33,9 @@ import{jsxs as e,jsx as s,Fragment as t}from"react/jsx-runtime";import"tailwind-
|
|
|
33
33
|
* >
|
|
34
34
|
* <CustomContent />
|
|
35
35
|
* </MessageBox>
|
|
36
|
-
*/const m=({icon:m,title:n,description:
|
|
37
|
-
/*#__PURE__*/e(i,{className:"flex h-auto flex-col gap-4 p-6",children:[m&&/*#__PURE__*/s(i,{className:"size-10
|
|
36
|
+
*/const m=({icon:m,title:n,description:c,children:d,links:p})=>/*#__PURE__*/e(i,{className:"box-border flex h-auto flex-col rounded-3xl border border-w-gray-200","data-testid":"design-system-message-box--container",children:[
|
|
37
|
+
/*#__PURE__*/e(i,{className:"flex h-auto flex-col gap-4 p-6",children:[m&&/*#__PURE__*/s(i,{className:"size-10 shrink-0",children:/*#__PURE__*/s(r,{name:m,size:"medium"})}),
|
|
38
38
|
/*#__PURE__*/e(i,{className:"flex h-auto flex-col gap-1.5",children:[
|
|
39
|
-
/*#__PURE__*/s(
|
|
39
|
+
/*#__PURE__*/s(t,{variant:"subTitle18",className:"whitespace-pre-line font-medium text-w-gray-900","data-testid":"design-system-message-box--title",children:n}),c&&/*#__PURE__*/s(t,{variant:"body16",className:"whitespace-pre-line font-normal text-w-gray-600","data-testid":"design-system-message-box--description",children:c}),d]})]}),p&&p.length>0&&/*#__PURE__*/e(a,{children:[
|
|
40
40
|
/*#__PURE__*/s(o,{}),
|
|
41
41
|
/*#__PURE__*/s(l,{links:p})]})]});export{m as MessageBox};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{jsx as e,jsxs as t}from"react/jsx-runtime";import"
|
|
2
|
-
/*#__PURE__*/e(a,{variant:"
|
|
3
|
-
/*#__PURE__*/e(
|
|
1
|
+
import{jsx as e,jsxs as t}from"react/jsx-runtime";import"../../DataDisplays/Avatar/Avatar.js";import"tailwind-merge";import{Typography as a}from"../../Base/Typography/Typography.js";import{Box as s}from"../../Base/Layouts/Box/Box.js";import"../../Base/Layouts/FullBleed/FullBleed.js";import"react";import{SystemIcon as r}from"../../DataDisplays/SystemIcon/SystemIcon.js";import"../../DataDisplays/SystemIcon/SystemIcon.constants.js";import"../../DataDisplays/Accordion/Accordion.js";const o=({links:o})=>/*#__PURE__*/e(s,{className:"flex h-auto w-full flex-col gap-3 p-6","data-testid":"design-system-message-box--external-links-container",children:null==o?void 0:o.map(((s,o)=>/*#__PURE__*/t("a",{target:s.target||"_blank",href:s.url,className:"flex items-center justify-between text-w-gray-600 no-underline","data-testid":`design-system-message-box--external-links-item-${o}`,children:[
|
|
2
|
+
/*#__PURE__*/e(a,{variant:"body16",className:"hover:underline hover:underline-offset-2",children:s.title}),
|
|
3
|
+
/*#__PURE__*/e(r,{name:"small_arrow_right"})]},`${s.title}-${s.url}`)))});export{o as ExternalLinks};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { SnackBarProps } from './SnackBar.types';
|
|
2
|
-
declare const SnackBar: ({ message, type, onClose }: SnackBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const SnackBar: ({ message, type, onClose, className }: SnackBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export { SnackBar };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsxs as e,jsx as s}from"react/jsx-runtime";import{twMerge as t}from"tailwind-merge";import"
|
|
1
|
+
import{jsxs as e,jsx as s}from"react/jsx-runtime";import{twMerge as t}from"tailwind-merge";import"../../DataDisplays/Avatar/Avatar.js";import{Typography as r}from"../../Base/Typography/Typography.js";import{Box as a}from"../../Base/Layouts/Box/Box.js";import"../../Base/Layouts/FullBleed/FullBleed.js";import"react";import{SystemIcon as o}from"../../DataDisplays/SystemIcon/SystemIcon.js";import"../../DataDisplays/SystemIcon/SystemIcon.constants.js";import"../../DataDisplays/Accordion/Accordion.js";
|
|
2
2
|
/**
|
|
3
3
|
* 사용자에게 상태 메시지를 표시하는 스낵바 컴포넌트
|
|
4
4
|
*
|
|
@@ -21,13 +21,7 @@ import{jsxs as e,jsx as s}from"react/jsx-runtime";import{twMerge as t}from"tailw
|
|
|
21
21
|
* type="caution"
|
|
22
22
|
* onClose={() => console.log('스낵바 닫힘')}
|
|
23
23
|
* />
|
|
24
|
-
*/const i=({type:e})=>{
|
|
25
|
-
return
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
return s(r,{name:"medium_wait",className:"text-waiting",testId:"design-system-message-bar--waiting-icon"});case m.Caution:/*#__PURE__*/
|
|
29
|
-
return s(r,{name:"medium_caution",className:"text-caution",testId:"design-system-message-bar--caution-icon"});case m.Error:/*#__PURE__*/
|
|
30
|
-
return s(r,{name:"medium_error",className:"text-error",testId:"design-system-message-bar--error-icon"});default:return null}},o=({message:o,type:c,onClose:d})=>{const u=!!d;/*#__PURE__*/
|
|
31
|
-
return e(n,{"data-testid":"design-system-message-bar",className:t((e=>{switch(e){case m.Information:case m.Success:return"bg-success-10 border-success-100";case m.Progress:return"bg-progress-10 border-progress-100";case m.Waiting:return"bg-waiting-10 border-waiting-100";case m.Caution:return"bg-caution-10 border-caution-100";case m.Error:return"bg-error-10 border-error-100";default:return""}})(c),"box-border flex w-full items-start justify-between gap-x-4 rounded-xl border px-6 py-4"),children:[
|
|
32
|
-
/*#__PURE__*/s(n,{"data-testid":"design-system-message-bar--icon",className:"pt-[5px]",children:/*#__PURE__*/s(i,{type:c})}),
|
|
33
|
-
/*#__PURE__*/s(n,{className:"w-full",children:/*#__PURE__*/s(a,{variant:"body1",className:"text-w-gray-600","data-testid":"design-system-message-bar--text",children:o})}),u&&/*#__PURE__*/s(n,{onClick:d,"data-testid":"design-system-message-bar--close-button",className:"pt-[5px]",children:/*#__PURE__*/s(r,{name:"medium_delete",className:"text-w-gray-400"})})]})};export{o as SnackBar};
|
|
24
|
+
*/const i={information:{name:"medium_information",color:"text-success"},success:{name:"medium_success",color:"text-success"},progress:{name:"medium_success",color:"text-progress"},waiting:{name:"medium_wait",color:"text-waiting"},caution:{name:"medium_caution",color:"text-caution"},error:{name:"medium_error",color:"text-error"}},m={information:"bg-success-10 border-success-100",success:"bg-success-10 border-success-100",progress:"bg-progress-10 border-progress-100",waiting:"bg-waiting-10 border-waiting-100",caution:"bg-caution-10 border-caution-100",error:"bg-error-10 border-error-100"},c=({type:e})=>{const t=i[e];return t?/*#__PURE__*/s(o,{name:t.name,className:t.color,testId:`design-system-message-bar--${e}-icon`}):null},n=({message:i,type:n,onClose:l,className:d})=>{const u=!!l;/*#__PURE__*/
|
|
25
|
+
return e(a,{"data-testid":"design-system-message-bar",role:"alert",className:t(m[n],"box-border flex w-full items-start justify-between gap-x-4 rounded-xl border px-6 py-4",d),children:[
|
|
26
|
+
/*#__PURE__*/s(a,{"data-testid":"design-system-message-bar--icon",className:"pt-[5px]",children:/*#__PURE__*/s(c,{type:n})}),
|
|
27
|
+
/*#__PURE__*/s(a,{className:"w-full",children:/*#__PURE__*/s(r,{variant:"body16",className:"text-w-gray-600","data-testid":"design-system-message-bar--text",children:i})}),u&&/*#__PURE__*/s("button",{type:"button","aria-label":"닫기",onClick:l,"data-testid":"design-system-message-bar--close-button",className:"pt-[5px]",children:/*#__PURE__*/s(o,{name:"medium_delete",className:"text-w-gray-400"})})]})};export{n as SnackBar};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { type TooltipPlainProps } from '../Tooltip.types';
|
|
2
|
+
/**
|
|
3
|
+
* 간단한 텍스트 툴팁을 표시하는 컴포넌트입니다.
|
|
4
|
+
*
|
|
5
|
+
* @component
|
|
6
|
+
* @param {Object} props
|
|
7
|
+
* @param {string} props.text - 툴팁에 표시될 텍스트
|
|
8
|
+
* @param {'up' | 'down' | 'left' | 'right'} [props.variant='up'] - 툴팁 표시 방향
|
|
9
|
+
* @param {string} [props.className] - 툴팁 컨테이너에 적용할 추가 클래스
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* // 기본 사용법
|
|
13
|
+
* <Tooltip>
|
|
14
|
+
* <Tooltip.Trigger>
|
|
15
|
+
* <button>마우스를 올려보세요</button>
|
|
16
|
+
* </Tooltip.Trigger>
|
|
17
|
+
* <Tooltip.Plain variant="up" text="도움말 내용" />
|
|
18
|
+
* </Tooltip>
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* // 방향 지정
|
|
22
|
+
* <Tooltip>
|
|
23
|
+
* <Tooltip.Trigger>
|
|
24
|
+
* <span>도움말</span>
|
|
25
|
+
* </Tooltip.Trigger>
|
|
26
|
+
* <Tooltip.Plain variant="right" text="오른쪽에 표시되는 툴팁" />
|
|
27
|
+
* </Tooltip>
|
|
28
|
+
*/
|
|
29
|
+
declare const PlainTooltip: ({ id, text, variant, className, }: TooltipPlainProps) => import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
export { PlainTooltip };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import{jsxs as t,jsx as e}from"react/jsx-runtime";import{twMerge as o}from"tailwind-merge";import{Typography as a}from"../../../Base/Typography/Typography.js";import{Box as r}from"../../../Base/Layouts/Box/Box.js";import"../../../Base/Layouts/FullBleed/FullBleed.js";import{Arrow as i}from"./PlainTooltip.parts.js";const s={up:{position:"bottom-full left-1/2 -translate-x-1/2 -translate-y-1",hover:"group-hover:-translate-y-3",focus:"max-tablet:group-focus-within:-translate-y-3"},down:{position:"left-1/2 top-full -translate-x-1/2 translate-y-1",hover:"group-hover:translate-y-3",focus:"max-tablet:group-focus-within:translate-y-3"},left:{position:"right-full top-1/2 -translate-y-1/2 -translate-x-1",hover:"group-hover:-translate-x-3",focus:"max-tablet:group-focus-within:-translate-x-3"},right:{position:"left-full top-1/2 -translate-y-1/2 translate-x-1",hover:"group-hover:translate-x-3",focus:"max-tablet:group-focus-within:translate-x-3"}},l=({id:l,text:n,variant:p="up",className:u})=>{const c=s[p];/*#__PURE__*/
|
|
2
|
+
return t(r,{className:o("pointer-events-none absolute z-10 w-max select-none","invisible scale-95 opacity-0","transition-all duration-200 ease-in-out","group-hover:visible group-hover:scale-100 group-hover:opacity-100","max-tablet:group-focus-within:visible max-tablet:group-focus-within:scale-100 max-tablet:group-focus-within:opacity-100",c.position,c.hover,c.focus,u),role:"tooltip",id:l,"data-testid":"design-system-plain-toolTip--container",children:[
|
|
3
|
+
/*#__PURE__*/e(i,{testId:"design-system-plain-toolTip--arrow",variant:p}),
|
|
4
|
+
/*#__PURE__*/e(r,{className:"z-0 flex h-auto min-h-[28px] w-full items-center justify-center rounded-lg bg-w-black px-3 py-1 text-center",children:/*#__PURE__*/e(a,{variant:"body13",className:"whitespace-pre text-wrap break-all font-medium text-w-white opacity-100",children:n})})]})};
|
|
5
|
+
/**
|
|
6
|
+
* 간단한 텍스트 툴팁을 표시하는 컴포넌트입니다.
|
|
7
|
+
*
|
|
8
|
+
* @component
|
|
9
|
+
* @param {Object} props
|
|
10
|
+
* @param {string} props.text - 툴팁에 표시될 텍스트
|
|
11
|
+
* @param {'up' | 'down' | 'left' | 'right'} [props.variant='up'] - 툴팁 표시 방향
|
|
12
|
+
* @param {string} [props.className] - 툴팁 컨테이너에 적용할 추가 클래스
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* // 기본 사용법
|
|
16
|
+
* <Tooltip>
|
|
17
|
+
* <Tooltip.Trigger>
|
|
18
|
+
* <button>마우스를 올려보세요</button>
|
|
19
|
+
* </Tooltip.Trigger>
|
|
20
|
+
* <Tooltip.Plain variant="up" text="도움말 내용" />
|
|
21
|
+
* </Tooltip>
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* // 방향 지정
|
|
25
|
+
* <Tooltip>
|
|
26
|
+
* <Tooltip.Trigger>
|
|
27
|
+
* <span>도움말</span>
|
|
28
|
+
* </Tooltip.Trigger>
|
|
29
|
+
* <Tooltip.Plain variant="right" text="오른쪽에 표시되는 툴팁" />
|
|
30
|
+
* </Tooltip>
|
|
31
|
+
*/export{l as PlainTooltip};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import"react";import{twJoin as e}from"tailwind-merge";const a=({testId:a,variant:l})=>/*#__PURE__*/t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"5",height:"10",viewBox:"0 0 5 10",fill:"none","data-testid":a,className:e("absolute z-10","up"===l&&"-bottom-[7px] left-1/2 -translate-x-1/2 -rotate-90","down"===l&&"-top-[7px] left-1/2 -translate-x-1/2 rotate-90","left"===l&&"-right-[5px] top-1/2 -translate-y-1/2 rotate-180","right"===l&&"-left-[5px] top-1/2 -translate-y-1/2 rotate-0"),children:/*#__PURE__*/t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.96244e-08 5L5 -1.10263e-07L5 10L5.96244e-08 5Z",fill:"black"})});export{a as Arrow};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PlainTooltip } from './PlainTooltip';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { type TooltipRichProps } from '../Tooltip.types';
|
|
2
|
+
/**
|
|
3
|
+
* 제목과 설명을 포함할 수 있는 리치 툴팁 컴포넌트입니다.
|
|
4
|
+
*
|
|
5
|
+
* @component
|
|
6
|
+
* @param {object} props - 컴포넌트 프로퍼티
|
|
7
|
+
* @param {string} [props.title] - 툴팁의 제목
|
|
8
|
+
* @param {string} [props.description] - 툴팁의 상세 설명
|
|
9
|
+
* @param {'right' | 'down'} [props.variant='right'] - 툴팁 표시 방향
|
|
10
|
+
* @param {string} [props.className] - 추가적인 CSS 클래스
|
|
11
|
+
* @param {React.ReactNode} [props.children] - 자식 컴포넌트
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* // 기본 사용법
|
|
15
|
+
* <Tooltip>
|
|
16
|
+
* <Tooltip.Trigger>
|
|
17
|
+
* <SystemIcon name="medium_information" />
|
|
18
|
+
* </Tooltip.Trigger>
|
|
19
|
+
* <Tooltip.Rich variant="right" title="알림" description="새로운 메시지가 도착했습니다.">
|
|
20
|
+
* <button>확인</button>
|
|
21
|
+
* </Tooltip.Rich>
|
|
22
|
+
* </Tooltip>
|
|
23
|
+
*
|
|
24
|
+
* // 아래로 표시
|
|
25
|
+
* <Tooltip>
|
|
26
|
+
* <Tooltip.Trigger>
|
|
27
|
+
* <SystemIcon name="medium_information" />
|
|
28
|
+
* </Tooltip.Trigger>
|
|
29
|
+
* <Tooltip.Rich variant="down" title="경고" description="저장되지 않은 변경사항이 있습니다." />
|
|
30
|
+
* </Tooltip>
|
|
31
|
+
*/
|
|
32
|
+
declare const RichTooltip: ({ id, title, description, variant, className, children, }: TooltipRichProps) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
export { RichTooltip };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import{jsx as t,jsxs as e}from"react/jsx-runtime";import{twMerge as o}from"tailwind-merge";import{Typography as i}from"../../../Base/Typography/Typography.js";import{Box as a}from"../../../Base/Layouts/Box/Box.js";import"../../../Base/Layouts/FullBleed/FullBleed.js";const s={right:{position:"top-0 left-[calc(100%_+_4px)]",hover:"group-hover:left-[calc(100%_+_12px)]",focus:"max-tablet:group-focus-within:left-[calc(100%_+_12px)]"},down:{position:"left-0 top-[calc(100%_+_4px)]",hover:"group-hover:top-[calc(100%_+_12px)]",focus:"max-tablet:group-focus-within:top-[calc(100%_+_12px)]"}},r=({id:r,title:l,description:c,variant:p="right",className:n,children:d})=>{const m=s[p];/*#__PURE__*/
|
|
2
|
+
return t(a,{className:o("absolute z-10","invisible scale-95 opacity-0","transition-all duration-200 ease-in-out","group-hover:visible group-hover:scale-100 group-hover:opacity-100","max-tablet:group-focus-within:visible max-tablet:group-focus-within:scale-100 max-tablet:group-focus-within:opacity-100",m.position,m.hover,m.focus),role:"tooltip",id:r,"data-testid":"design-system-rich-tooltip--container",children:/*#__PURE__*/e(a,{className:o("flex min-w-80 flex-col gap-1 rounded-xl bg-white px-6 py-5 shadow-graymedium",n),"data-testid":"design-system-rich-tooltip",children:[l&&/*#__PURE__*/t(a,{className:"flex w-full items-start justify-between gap-4","data-testid":"design-system-rich-tooltip--title",children:/*#__PURE__*/t(i,{variant:"body14",className:"font-medium text-w-gray-900",children:l})}),c&&/*#__PURE__*/t(i,{variant:"body13",className:"text-w-gray-400","data-testid":"design-system-rich-tooltip--description",children:c}),d]})})};
|
|
3
|
+
/**
|
|
4
|
+
* 제목과 설명을 포함할 수 있는 리치 툴팁 컴포넌트입니다.
|
|
5
|
+
*
|
|
6
|
+
* @component
|
|
7
|
+
* @param {object} props - 컴포넌트 프로퍼티
|
|
8
|
+
* @param {string} [props.title] - 툴팁의 제목
|
|
9
|
+
* @param {string} [props.description] - 툴팁의 상세 설명
|
|
10
|
+
* @param {'right' | 'down'} [props.variant='right'] - 툴팁 표시 방향
|
|
11
|
+
* @param {string} [props.className] - 추가적인 CSS 클래스
|
|
12
|
+
* @param {React.ReactNode} [props.children] - 자식 컴포넌트
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* // 기본 사용법
|
|
16
|
+
* <Tooltip>
|
|
17
|
+
* <Tooltip.Trigger>
|
|
18
|
+
* <SystemIcon name="medium_information" />
|
|
19
|
+
* </Tooltip.Trigger>
|
|
20
|
+
* <Tooltip.Rich variant="right" title="알림" description="새로운 메시지가 도착했습니다.">
|
|
21
|
+
* <button>확인</button>
|
|
22
|
+
* </Tooltip.Rich>
|
|
23
|
+
* </Tooltip>
|
|
24
|
+
*
|
|
25
|
+
* // 아래로 표시
|
|
26
|
+
* <Tooltip>
|
|
27
|
+
* <Tooltip.Trigger>
|
|
28
|
+
* <SystemIcon name="medium_information" />
|
|
29
|
+
* </Tooltip.Trigger>
|
|
30
|
+
* <Tooltip.Rich variant="down" title="경고" description="저장되지 않은 변경사항이 있습니다." />
|
|
31
|
+
* </Tooltip>
|
|
32
|
+
*/export{r as RichTooltip};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RichTooltip } from './RichTooltip';
|