@plaidlabs/ui 0.0.1
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/dist/components/basic/avatar/Avatar.css.d.ts +53 -0
- package/dist/components/basic/avatar/Avatar.d.ts +13 -0
- package/dist/components/basic/avatar/Avatar.stories.d.ts +38 -0
- package/dist/components/basic/avatar/index.d.ts +2 -0
- package/dist/components/basic/bottom-tab/BottomTab.css.d.ts +33 -0
- package/dist/components/basic/bottom-tab/BottomTab.d.ts +14 -0
- package/dist/components/basic/bottom-tab/BottomTab.stories.d.ts +24 -0
- package/dist/components/basic/bottom-tab/index.d.ts +2 -0
- package/dist/components/basic/button/Button.css.d.ts +58 -0
- package/dist/components/basic/button/Button.d.ts +17 -0
- package/dist/components/basic/button/Button.stories.d.ts +45 -0
- package/dist/components/basic/button/index.d.ts +2 -0
- package/dist/components/basic/checkbox/Checkbox.css.d.ts +64 -0
- package/dist/components/basic/checkbox/Checkbox.d.ts +10 -0
- package/dist/components/basic/checkbox/Checkbox.stories.d.ts +45 -0
- package/dist/components/basic/checkbox/index.d.ts +2 -0
- package/dist/components/basic/chip/Chip.css.d.ts +46 -0
- package/dist/components/basic/chip/Chip.d.ts +16 -0
- package/dist/components/basic/chip/Chip.stories.d.ts +50 -0
- package/dist/components/basic/chip/index.d.ts +2 -0
- package/dist/components/basic/close/Close.css.d.ts +15 -0
- package/dist/components/basic/close/Close.d.ts +10 -0
- package/dist/components/basic/close/Close.stories.d.ts +39 -0
- package/dist/components/basic/close/index.d.ts +2 -0
- package/dist/components/basic/guide-text/GuideText.css.d.ts +17 -0
- package/dist/components/basic/guide-text/GuideText.d.ts +8 -0
- package/dist/components/basic/guide-text/GuideText.stories.d.ts +34 -0
- package/dist/components/basic/guide-text/index.d.ts +2 -0
- package/dist/components/basic/link/Link.css.d.ts +17 -0
- package/dist/components/basic/link/Link.d.ts +11 -0
- package/dist/components/basic/link/Link.stories.d.ts +44 -0
- package/dist/components/basic/link/index.d.ts +2 -0
- package/dist/components/basic/lnb-item/LnbItem.css.d.ts +54 -0
- package/dist/components/basic/lnb-item/LnbItem.d.ts +22 -0
- package/dist/components/basic/lnb-item/LnbItem.stories.d.ts +59 -0
- package/dist/components/basic/lnb-item/index.d.ts +2 -0
- package/dist/components/basic/loading/Loading.css.d.ts +70 -0
- package/dist/components/basic/loading/Loading.d.ts +9 -0
- package/dist/components/basic/loading/Loading.stories.d.ts +34 -0
- package/dist/components/basic/loading/index.d.ts +2 -0
- package/dist/components/basic/notice/Notice.css.d.ts +27 -0
- package/dist/components/basic/notice/Notice.d.ts +9 -0
- package/dist/components/basic/notice/Notice.stories.d.ts +38 -0
- package/dist/components/basic/notice/index.d.ts +2 -0
- package/dist/components/basic/page-header/PageHeader.css.d.ts +16 -0
- package/dist/components/basic/page-header/PageHeader.d.ts +12 -0
- package/dist/components/basic/page-header/PageHeader.stories.d.ts +47 -0
- package/dist/components/basic/page-header/index.d.ts +2 -0
- package/dist/components/basic/pagination/Pagination.css.d.ts +30 -0
- package/dist/components/basic/pagination/Pagination.d.ts +9 -0
- package/dist/components/basic/pagination/Pagination.stories.d.ts +52 -0
- package/dist/components/basic/pagination/index.d.ts +2 -0
- package/dist/components/basic/stepper/Stepper.css.d.ts +34 -0
- package/dist/components/basic/stepper/Stepper.d.ts +10 -0
- package/dist/components/basic/stepper/Stepper.stories.d.ts +46 -0
- package/dist/components/basic/stepper/index.d.ts +2 -0
- package/dist/components/basic/tab/Tab.css.d.ts +3 -0
- package/dist/components/basic/tab/Tab.d.ts +22 -0
- package/dist/components/basic/tab/Tab.stories.d.ts +14 -0
- package/dist/components/basic/tab/index.d.ts +2 -0
- package/dist/components/basic/text-area/TextArea.css.d.ts +69 -0
- package/dist/components/basic/text-area/TextArea.d.ts +10 -0
- package/dist/components/basic/text-area/TextArea.stories.d.ts +42 -0
- package/dist/components/basic/text-area/index.d.ts +2 -0
- package/dist/components/basic/text-field/TextField.css.d.ts +84 -0
- package/dist/components/basic/text-field/TextField.d.ts +12 -0
- package/dist/components/basic/text-field/TextField.stories.d.ts +38 -0
- package/dist/components/basic/text-field/index.d.ts +2 -0
- package/dist/components/basic/toggle/Toggle.css.d.ts +52 -0
- package/dist/components/basic/toggle/Toggle.d.ts +9 -0
- package/dist/components/basic/toggle/Toggle.stories.d.ts +31 -0
- package/dist/components/basic/toggle/index.d.ts +2 -0
- package/dist/components/complex/dropdown/Dropdown.d.ts +22 -0
- package/dist/components/complex/dropdown/Dropdown.stories.d.ts +93 -0
- package/dist/components/complex/dropdown/dropdown.css.d.ts +63 -0
- package/dist/components/complex/dropdown/index.d.ts +2 -0
- package/dist/components/complex/modal/Modal.css.d.ts +49 -0
- package/dist/components/complex/modal/Modal.d.ts +42 -0
- package/dist/components/complex/modal/Modal.stories.d.ts +24 -0
- package/dist/components/complex/modal/index.d.ts +2 -0
- package/dist/components/complex/popup/Popup.css.d.ts +40 -0
- package/dist/components/complex/popup/Popup.d.ts +42 -0
- package/dist/components/complex/popup/Popup.stories.d.ts +25 -0
- package/dist/components/complex/popup/index.d.ts +2 -0
- package/dist/components/index.d.ts +19 -0
- package/dist/icons/components/filled/IconOnline.d.ts +3 -0
- package/dist/icons/components/filled/IconUserProfile.d.ts +3 -0
- package/dist/icons/components/filled/index.d.ts +9 -0
- package/dist/icons/components/outline/IconActivity.d.ts +3 -0
- package/dist/icons/components/outline/IconAlertOctagon.d.ts +3 -0
- package/dist/icons/components/outline/IconAlignCenter.d.ts +3 -0
- package/dist/icons/components/outline/IconAlignJustify.d.ts +3 -0
- package/dist/icons/components/outline/IconAlignLeft.d.ts +3 -0
- package/dist/icons/components/outline/IconAlignRight.d.ts +3 -0
- package/dist/icons/components/outline/IconAnchor.d.ts +3 -0
- package/dist/icons/components/outline/IconArchive.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowCircleDown.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowCircleLeft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowCircleRight.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowCircleUp.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalDownleft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalDownleftSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalDownright.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalDownrightSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalUpleft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalUpleftSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalUpright.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDiagonalUprightSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDown.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDownSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDownleft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowDownright.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowLeft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowLeftSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowLeftdown.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowLeftup.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowRight.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowRightSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowRightdown.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowRightup.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowUp.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowUpSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowUpleft.d.ts +3 -0
- package/dist/icons/components/outline/IconArrowUpright.d.ts +3 -0
- package/dist/icons/components/outline/IconAward.d.ts +3 -0
- package/dist/icons/components/outline/IconBarChart1.d.ts +3 -0
- package/dist/icons/components/outline/IconBarChart2.d.ts +3 -0
- package/dist/icons/components/outline/IconBattery.d.ts +3 -0
- package/dist/icons/components/outline/IconBatteryCharging.d.ts +3 -0
- package/dist/icons/components/outline/IconBell.d.ts +3 -0
- package/dist/icons/components/outline/IconBellOff.d.ts +3 -0
- package/dist/icons/components/outline/IconBluetooth.d.ts +3 -0
- package/dist/icons/components/outline/IconBold.d.ts +3 -0
- package/dist/icons/components/outline/IconBook.d.ts +3 -0
- package/dist/icons/components/outline/IconBookOpen.d.ts +3 -0
- package/dist/icons/components/outline/IconBookmark.d.ts +3 -0
- package/dist/icons/components/outline/IconBox.d.ts +3 -0
- package/dist/icons/components/outline/IconBriefcase.d.ts +3 -0
- package/dist/icons/components/outline/IconCalendar.d.ts +3 -0
- package/dist/icons/components/outline/IconCall.d.ts +3 -0
- package/dist/icons/components/outline/IconCallCalling.d.ts +3 -0
- package/dist/icons/components/outline/IconCallForwarded.d.ts +3 -0
- package/dist/icons/components/outline/IconCallIn.d.ts +3 -0
- package/dist/icons/components/outline/IconCallMissed.d.ts +3 -0
- package/dist/icons/components/outline/IconCallOff.d.ts +3 -0
- package/dist/icons/components/outline/IconCallOut.d.ts +3 -0
- package/dist/icons/components/outline/IconCamera.d.ts +3 -0
- package/dist/icons/components/outline/IconCameraOff.d.ts +3 -0
- package/dist/icons/components/outline/IconCard.d.ts +3 -0
- package/dist/icons/components/outline/IconCast.d.ts +3 -0
- package/dist/icons/components/outline/IconCenter.d.ts +3 -0
- package/dist/icons/components/outline/IconChatCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconChatRectangle.d.ts +3 -0
- package/dist/icons/components/outline/IconCheck.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2Down.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2DownLight.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2Left.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2LeftLight.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2Right.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2RightLight.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2Up.d.ts +3 -0
- package/dist/icons/components/outline/IconChevron2UpLight.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronDown.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronDownSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronLeft.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronLeftSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronRight.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronRightSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronUp.d.ts +3 -0
- package/dist/icons/components/outline/IconChevronUpSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconClip.d.ts +3 -0
- package/dist/icons/components/outline/IconClipboard.d.ts +3 -0
- package/dist/icons/components/outline/IconClock.d.ts +3 -0
- package/dist/icons/components/outline/IconCloud.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudDownload.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudLighting.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudRain1.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudRain2.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudSnow.d.ts +3 -0
- package/dist/icons/components/outline/IconCloudUpload.d.ts +3 -0
- package/dist/icons/components/outline/IconCode.d.ts +3 -0
- package/dist/icons/components/outline/IconCoffee.d.ts +3 -0
- package/dist/icons/components/outline/IconCoin.d.ts +3 -0
- package/dist/icons/components/outline/IconColumn.d.ts +3 -0
- package/dist/icons/components/outline/IconCompass.d.ts +3 -0
- package/dist/icons/components/outline/IconCopy.d.ts +3 -0
- package/dist/icons/components/outline/IconCpu.d.ts +3 -0
- package/dist/icons/components/outline/IconCrop.d.ts +3 -0
- package/dist/icons/components/outline/IconCrosshair.d.ts +3 -0
- package/dist/icons/components/outline/IconDelete.d.ts +3 -0
- package/dist/icons/components/outline/IconDisc.d.ts +3 -0
- package/dist/icons/components/outline/IconDollar.d.ts +3 -0
- package/dist/icons/components/outline/IconDownload.d.ts +3 -0
- package/dist/icons/components/outline/IconDroplet.d.ts +3 -0
- package/dist/icons/components/outline/IconEdit1.d.ts +3 -0
- package/dist/icons/components/outline/IconEdit2.d.ts +3 -0
- package/dist/icons/components/outline/IconEdit3.d.ts +3 -0
- package/dist/icons/components/outline/IconEnergy.d.ts +3 -0
- package/dist/icons/components/outline/IconEnergyOff.d.ts +3 -0
- package/dist/icons/components/outline/IconExternalLink.d.ts +3 -0
- package/dist/icons/components/outline/IconEye.d.ts +3 -0
- package/dist/icons/components/outline/IconEyeOff.d.ts +3 -0
- package/dist/icons/components/outline/IconFastForward.d.ts +3 -0
- package/dist/icons/components/outline/IconFeather.d.ts +3 -0
- package/dist/icons/components/outline/IconFileMinus.d.ts +3 -0
- package/dist/icons/components/outline/IconFilePlus.d.ts +3 -0
- package/dist/icons/components/outline/IconFilm.d.ts +3 -0
- package/dist/icons/components/outline/IconFlag.d.ts +3 -0
- package/dist/icons/components/outline/IconFlter.d.ts +3 -0
- package/dist/icons/components/outline/IconFocus.d.ts +3 -0
- package/dist/icons/components/outline/IconFolder.d.ts +3 -0
- package/dist/icons/components/outline/IconFolderMinus.d.ts +3 -0
- package/dist/icons/components/outline/IconFolderPlus.d.ts +3 -0
- package/dist/icons/components/outline/IconFrame.d.ts +3 -0
- package/dist/icons/components/outline/IconFrown.d.ts +3 -0
- package/dist/icons/components/outline/IconGift.d.ts +3 -0
- package/dist/icons/components/outline/IconGlobe.d.ts +3 -0
- package/dist/icons/components/outline/IconGrid.d.ts +3 -0
- package/dist/icons/components/outline/IconHardDrive.d.ts +3 -0
- package/dist/icons/components/outline/IconHash.d.ts +3 -0
- package/dist/icons/components/outline/IconHeadphones.d.ts +3 -0
- package/dist/icons/components/outline/IconHeart.d.ts +3 -0
- package/dist/icons/components/outline/IconHelpCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconHelpCircleSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconHexagon.d.ts +3 -0
- package/dist/icons/components/outline/IconHome.d.ts +3 -0
- package/dist/icons/components/outline/IconImage.d.ts +3 -0
- package/dist/icons/components/outline/IconInbox.d.ts +3 -0
- package/dist/icons/components/outline/IconInfo.d.ts +3 -0
- package/dist/icons/components/outline/IconInfoSmall.d.ts +3 -0
- package/dist/icons/components/outline/IconItalic.d.ts +3 -0
- package/dist/icons/components/outline/IconKey.d.ts +3 -0
- package/dist/icons/components/outline/IconLayer.d.ts +3 -0
- package/dist/icons/components/outline/IconLayout.d.ts +3 -0
- package/dist/icons/components/outline/IconLifeBuoy.d.ts +3 -0
- package/dist/icons/components/outline/IconLinkDiagonal.d.ts +3 -0
- package/dist/icons/components/outline/IconLinkHorizontal.d.ts +3 -0
- package/dist/icons/components/outline/IconList.d.ts +3 -0
- package/dist/icons/components/outline/IconLoader.d.ts +3 -0
- package/dist/icons/components/outline/IconLock.d.ts +3 -0
- package/dist/icons/components/outline/IconLogin.d.ts +3 -0
- package/dist/icons/components/outline/IconLogout.d.ts +3 -0
- package/dist/icons/components/outline/IconMail.d.ts +3 -0
- package/dist/icons/components/outline/IconMap.d.ts +3 -0
- package/dist/icons/components/outline/IconMaximize.d.ts +3 -0
- package/dist/icons/components/outline/IconMenu.d.ts +3 -0
- package/dist/icons/components/outline/IconMic.d.ts +3 -0
- package/dist/icons/components/outline/IconMicOff.d.ts +3 -0
- package/dist/icons/components/outline/IconMinimize.d.ts +3 -0
- package/dist/icons/components/outline/IconMinus.d.ts +3 -0
- package/dist/icons/components/outline/IconMinusCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconMinusSquare.d.ts +3 -0
- package/dist/icons/components/outline/IconMonitor.d.ts +3 -0
- package/dist/icons/components/outline/IconMoon.d.ts +3 -0
- package/dist/icons/components/outline/IconMoreHorizontal.d.ts +3 -0
- package/dist/icons/components/outline/IconMoreVertical.d.ts +3 -0
- package/dist/icons/components/outline/IconMove.d.ts +3 -0
- package/dist/icons/components/outline/IconMusic.d.ts +3 -0
- package/dist/icons/components/outline/IconNavigation1.d.ts +3 -0
- package/dist/icons/components/outline/IconNavigation2.d.ts +3 -0
- package/dist/icons/components/outline/IconNeutral.d.ts +3 -0
- package/dist/icons/components/outline/IconOctagon.d.ts +3 -0
- package/dist/icons/components/outline/IconPackage.d.ts +3 -0
- package/dist/icons/components/outline/IconPause.d.ts +3 -0
- package/dist/icons/components/outline/IconPauseCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconPercent.d.ts +3 -0
- package/dist/icons/components/outline/IconPhone.d.ts +3 -0
- package/dist/icons/components/outline/IconPiechart.d.ts +3 -0
- package/dist/icons/components/outline/IconPin.d.ts +3 -0
- package/dist/icons/components/outline/IconPlay.d.ts +3 -0
- package/dist/icons/components/outline/IconPlayCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconPlus.d.ts +3 -0
- package/dist/icons/components/outline/IconPlusCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconPlusSquare.d.ts +3 -0
- package/dist/icons/components/outline/IconPocket.d.ts +3 -0
- package/dist/icons/components/outline/IconPower.d.ts +3 -0
- package/dist/icons/components/outline/IconPrinter.d.ts +3 -0
- package/dist/icons/components/outline/IconProhibition.d.ts +3 -0
- package/dist/icons/components/outline/IconRadio.d.ts +3 -0
- package/dist/icons/components/outline/IconRefresh1.d.ts +3 -0
- package/dist/icons/components/outline/IconRefresh2.d.ts +3 -0
- package/dist/icons/components/outline/IconRepeat.d.ts +3 -0
- package/dist/icons/components/outline/IconRewind.d.ts +3 -0
- package/dist/icons/components/outline/IconRollBack.d.ts +3 -0
- package/dist/icons/components/outline/IconRollForward.d.ts +3 -0
- package/dist/icons/components/outline/IconRss.d.ts +3 -0
- package/dist/icons/components/outline/IconSandbox.d.ts +3 -0
- package/dist/icons/components/outline/IconSave.d.ts +3 -0
- package/dist/icons/components/outline/IconScissors.d.ts +3 -0
- package/dist/icons/components/outline/IconSearch.d.ts +3 -0
- package/dist/icons/components/outline/IconSend.d.ts +3 -0
- package/dist/icons/components/outline/IconServer.d.ts +3 -0
- package/dist/icons/components/outline/IconSettings.d.ts +3 -0
- package/dist/icons/components/outline/IconShare1.d.ts +3 -0
- package/dist/icons/components/outline/IconShare2.d.ts +3 -0
- package/dist/icons/components/outline/IconShield.d.ts +3 -0
- package/dist/icons/components/outline/IconShieldOff.d.ts +3 -0
- package/dist/icons/components/outline/IconShoppingBag.d.ts +3 -0
- package/dist/icons/components/outline/IconShoppingCart.d.ts +3 -0
- package/dist/icons/components/outline/IconShuffle.d.ts +3 -0
- package/dist/icons/components/outline/IconSidebar.d.ts +3 -0
- package/dist/icons/components/outline/IconSkipBack.d.ts +3 -0
- package/dist/icons/components/outline/IconSkipForward.d.ts +3 -0
- package/dist/icons/components/outline/IconSliders.d.ts +3 -0
- package/dist/icons/components/outline/IconSmile.d.ts +3 -0
- package/dist/icons/components/outline/IconSpeaker.d.ts +3 -0
- package/dist/icons/components/outline/IconSquare.d.ts +3 -0
- package/dist/icons/components/outline/IconStar.d.ts +3 -0
- package/dist/icons/components/outline/IconStopCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconSun.d.ts +3 -0
- package/dist/icons/components/outline/IconSunrise.d.ts +3 -0
- package/dist/icons/components/outline/IconSunset.d.ts +3 -0
- package/dist/icons/components/outline/IconTablet.d.ts +3 -0
- package/dist/icons/components/outline/IconTag.d.ts +3 -0
- package/dist/icons/components/outline/IconTarget.d.ts +3 -0
- package/dist/icons/components/outline/IconTemperature.d.ts +3 -0
- package/dist/icons/components/outline/IconTextfile.d.ts +3 -0
- package/dist/icons/components/outline/IconThumbsDown.d.ts +3 -0
- package/dist/icons/components/outline/IconThumbsUp.d.ts +3 -0
- package/dist/icons/components/outline/IconTool.d.ts +3 -0
- package/dist/icons/components/outline/IconTrash1.d.ts +3 -0
- package/dist/icons/components/outline/IconTrash2.d.ts +3 -0
- package/dist/icons/components/outline/IconTrendingDown.d.ts +3 -0
- package/dist/icons/components/outline/IconTrendingUp.d.ts +3 -0
- package/dist/icons/components/outline/IconTriangle.d.ts +3 -0
- package/dist/icons/components/outline/IconTruck.d.ts +3 -0
- package/dist/icons/components/outline/IconTv.d.ts +3 -0
- package/dist/icons/components/outline/IconType.d.ts +3 -0
- package/dist/icons/components/outline/IconUmbrella.d.ts +3 -0
- package/dist/icons/components/outline/IconUnderline.d.ts +3 -0
- package/dist/icons/components/outline/IconUnlock.d.ts +3 -0
- package/dist/icons/components/outline/IconUpload.d.ts +3 -0
- package/dist/icons/components/outline/IconUser.d.ts +3 -0
- package/dist/icons/components/outline/IconUserCheck.d.ts +3 -0
- package/dist/icons/components/outline/IconUserMinus.d.ts +3 -0
- package/dist/icons/components/outline/IconUserPlus.d.ts +3 -0
- package/dist/icons/components/outline/IconUserX.d.ts +3 -0
- package/dist/icons/components/outline/IconUsers.d.ts +3 -0
- package/dist/icons/components/outline/IconVideo.d.ts +3 -0
- package/dist/icons/components/outline/IconVideoOff.d.ts +3 -0
- package/dist/icons/components/outline/IconVoicemail.d.ts +3 -0
- package/dist/icons/components/outline/IconVolume.d.ts +3 -0
- package/dist/icons/components/outline/IconVolume1.d.ts +3 -0
- package/dist/icons/components/outline/IconVolume2.d.ts +3 -0
- package/dist/icons/components/outline/IconVolumeX.d.ts +3 -0
- package/dist/icons/components/outline/IconWatch.d.ts +3 -0
- package/dist/icons/components/outline/IconWifi.d.ts +3 -0
- package/dist/icons/components/outline/IconWifiOff.d.ts +3 -0
- package/dist/icons/components/outline/IconWind.d.ts +3 -0
- package/dist/icons/components/outline/IconWireframe.d.ts +3 -0
- package/dist/icons/components/outline/IconX.d.ts +3 -0
- package/dist/icons/components/outline/IconXCircle.d.ts +3 -0
- package/dist/icons/components/outline/IconXOctagon.d.ts +3 -0
- package/dist/icons/components/outline/IconXSquare.d.ts +3 -0
- package/dist/icons/components/outline/IconZoomIn.d.ts +3 -0
- package/dist/icons/components/outline/IconZoomOut.d.ts +3 -0
- package/dist/icons/components/outline/index.d.ts +543 -0
- package/dist/icons/index.d.ts +5 -0
- package/dist/icons/types.d.ts +5 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +17950 -0
- package/dist/index.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/tokens/colors.css.d.ts +107 -0
- package/dist/tokens/index.d.ts +2 -0
- package/dist/tokens/typography.css.d.ts +7 -0
- package/package.json +32 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export declare const overlay: string;
|
|
2
|
+
export declare const dialog: string;
|
|
3
|
+
export declare const content: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
4
|
+
size: {
|
|
5
|
+
small: {
|
|
6
|
+
width: "19.5rem";
|
|
7
|
+
maxWidth: "19.5rem";
|
|
8
|
+
minWidth: "14.5rem";
|
|
9
|
+
'@media': {
|
|
10
|
+
'(max-width: 22.5rem)': {
|
|
11
|
+
maxWidth: "calc(100vw - 48px)";
|
|
12
|
+
width: "100%";
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
medium: {
|
|
17
|
+
width: "26rem";
|
|
18
|
+
maxWidth: "26rem";
|
|
19
|
+
};
|
|
20
|
+
large: {
|
|
21
|
+
width: "57.625rem";
|
|
22
|
+
maxWidth: "57.625rem";
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
}>;
|
|
26
|
+
export declare const wrapper: string;
|
|
27
|
+
export declare const closeButtonWrapper: string;
|
|
28
|
+
export declare const titleArea: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
29
|
+
size: {
|
|
30
|
+
small: {};
|
|
31
|
+
medium: {};
|
|
32
|
+
large: {};
|
|
33
|
+
};
|
|
34
|
+
}>;
|
|
35
|
+
export declare const title: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
36
|
+
hasCloseButton: {
|
|
37
|
+
true: {
|
|
38
|
+
paddingRight: "1.75rem";
|
|
39
|
+
};
|
|
40
|
+
false: {};
|
|
41
|
+
};
|
|
42
|
+
}>;
|
|
43
|
+
export declare const subtitleArea: string;
|
|
44
|
+
export declare const subtitle: string;
|
|
45
|
+
export declare const contentArea: string;
|
|
46
|
+
export declare const contentAreaInner: string;
|
|
47
|
+
export declare const scrollShadowTop: string;
|
|
48
|
+
export declare const scrollShadowBottom: string;
|
|
49
|
+
export declare const buttonArea: string;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { DialogProps as AriaDialogProps, ModalOverlayProps } from 'react-aria-components';
|
|
3
|
+
export type ModalSize = 'small' | 'medium' | 'large';
|
|
4
|
+
export interface ModalProps extends Omit<AriaDialogProps, 'children'> {
|
|
5
|
+
size: ModalSize;
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
className?: string;
|
|
8
|
+
overlayClassName?: string;
|
|
9
|
+
showCloseButton?: boolean;
|
|
10
|
+
isDismissable?: boolean;
|
|
11
|
+
isKeyboardDismissDisabled?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare function Modal({ size, children, className, overlayClassName, showCloseButton, isDismissable, isKeyboardDismissDisabled, ...props }: ModalProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
declare namespace Modal {
|
|
15
|
+
var Title: ({ children, className }: ModalTitleProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
var Subtitle: ({ children, className }: ModalSubtitleProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
var Content: ({ children, className }: ModalContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
var ButtonArea: ({ children, className }: ModalButtonAreaProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
var Trigger: ({ children, isOpen, onOpenChange, ...props }: ModalTriggerProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
}
|
|
21
|
+
export interface ModalTitleProps {
|
|
22
|
+
children: React.ReactNode;
|
|
23
|
+
className?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface ModalSubtitleProps {
|
|
26
|
+
children: React.ReactNode;
|
|
27
|
+
className?: string;
|
|
28
|
+
}
|
|
29
|
+
export interface ModalContentProps {
|
|
30
|
+
children: React.ReactNode;
|
|
31
|
+
className?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface ModalButtonAreaProps {
|
|
34
|
+
children: React.ReactNode;
|
|
35
|
+
className?: string;
|
|
36
|
+
}
|
|
37
|
+
export interface ModalTriggerProps extends Omit<ModalOverlayProps, 'children'> {
|
|
38
|
+
children: React.ReactNode;
|
|
39
|
+
isOpen?: boolean;
|
|
40
|
+
onOpenChange?: (isOpen: boolean) => void;
|
|
41
|
+
}
|
|
42
|
+
export default Modal;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import Modal from './Modal';
|
|
3
|
+
declare const meta: Meta<typeof Modal>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
/**
|
|
7
|
+
* 기본 모달 (args로 제어 가능)
|
|
8
|
+
* Modal.Content는 항상 포함되며, 내부에 어떤 컴포넌트든 유연하게 배치할 수 있습니다.
|
|
9
|
+
*/
|
|
10
|
+
export declare const Default: Story;
|
|
11
|
+
/**
|
|
12
|
+
* 내부 스크롤 테스트 (긴 콘텐츠)
|
|
13
|
+
*/
|
|
14
|
+
export declare const WithLongContent: Story;
|
|
15
|
+
/**
|
|
16
|
+
* 실제 사용 예시: 이메일 변경 폼
|
|
17
|
+
* Modal.Content 내부에 TextField, Notice, Button 등 다양한 컴포넌트를 유연하게 배치할 수 있습니다.
|
|
18
|
+
*/
|
|
19
|
+
export declare const EmailChangeForm: Story;
|
|
20
|
+
/**
|
|
21
|
+
* 실제 사용 예시: 상세 메모가 포함된 폼
|
|
22
|
+
* Modal.Content 내부에 TextArea를 포함한 복잡한 폼도 구성할 수 있습니다.
|
|
23
|
+
*/
|
|
24
|
+
export declare const FormWithTextArea: Story;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export declare const overlay: string;
|
|
2
|
+
export declare const dialog: string;
|
|
3
|
+
export declare const content: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
4
|
+
size: {
|
|
5
|
+
sm: {
|
|
6
|
+
minWidth: "13.75rem";
|
|
7
|
+
maxWidth: "19.5rem";
|
|
8
|
+
width: "100%";
|
|
9
|
+
'@media': {
|
|
10
|
+
'(max-width: 19.5rem)': {
|
|
11
|
+
maxWidth: "calc(100vw - 48px)";
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
md: {
|
|
16
|
+
width: "26rem";
|
|
17
|
+
maxWidth: "26rem";
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
}>;
|
|
21
|
+
export declare const wrapper: string;
|
|
22
|
+
export declare const closeButtonWrapper: string;
|
|
23
|
+
export declare const titleArea: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
24
|
+
size: {
|
|
25
|
+
sm: {};
|
|
26
|
+
md: {};
|
|
27
|
+
};
|
|
28
|
+
}>;
|
|
29
|
+
export declare const title: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
30
|
+
hasCloseButton: {
|
|
31
|
+
true: {
|
|
32
|
+
paddingRight: "1.75rem";
|
|
33
|
+
};
|
|
34
|
+
false: {};
|
|
35
|
+
};
|
|
36
|
+
}>;
|
|
37
|
+
export declare const subtitleArea: string;
|
|
38
|
+
export declare const subtitle: string;
|
|
39
|
+
export declare const contentArea: string;
|
|
40
|
+
export declare const buttonArea: string;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { DialogProps as AriaDialogProps, ModalOverlayProps } from 'react-aria-components';
|
|
3
|
+
export type PopupSize = 'sm' | 'md';
|
|
4
|
+
export interface PopupProps extends Omit<AriaDialogProps, 'children'> {
|
|
5
|
+
size: PopupSize;
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
className?: string;
|
|
8
|
+
overlayClassName?: string;
|
|
9
|
+
showCloseButton?: boolean;
|
|
10
|
+
isDismissable?: boolean;
|
|
11
|
+
isKeyboardDismissDisabled?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare function Popup({ size, children, className, overlayClassName, showCloseButton, isDismissable, isKeyboardDismissDisabled, ...props }: PopupProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
declare namespace Popup {
|
|
15
|
+
var Title: ({ children, className }: PopupTitleProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
var Subtitle: ({ children, className }: PopupSubtitleProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
var Content: ({ children, className }: PopupContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
var ButtonArea: ({ children, className }: PopupButtonAreaProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
var Trigger: ({ children, isOpen, onOpenChange, ...props }: PopupTriggerProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
}
|
|
21
|
+
export interface PopupTitleProps {
|
|
22
|
+
children: React.ReactNode;
|
|
23
|
+
className?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface PopupSubtitleProps {
|
|
26
|
+
children: React.ReactNode;
|
|
27
|
+
className?: string;
|
|
28
|
+
}
|
|
29
|
+
export interface PopupContentProps {
|
|
30
|
+
children: React.ReactNode;
|
|
31
|
+
className?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface PopupButtonAreaProps {
|
|
34
|
+
children: React.ReactNode;
|
|
35
|
+
className?: string;
|
|
36
|
+
}
|
|
37
|
+
export interface PopupTriggerProps extends Omit<ModalOverlayProps, 'children'> {
|
|
38
|
+
children: React.ReactNode;
|
|
39
|
+
isOpen?: boolean;
|
|
40
|
+
onOpenChange?: (isOpen: boolean) => void;
|
|
41
|
+
}
|
|
42
|
+
export default Popup;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import Popup from './Popup';
|
|
3
|
+
declare const meta: Meta<typeof Popup>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
/**
|
|
7
|
+
* 기본 팝업 (args로 제어 가능)
|
|
8
|
+
*/
|
|
9
|
+
export declare const Default: Story;
|
|
10
|
+
/**
|
|
11
|
+
* 1. Small 크기 - 제목만 (dual 버튼)
|
|
12
|
+
*/
|
|
13
|
+
export declare const SmallTitleOnly: Story;
|
|
14
|
+
/**
|
|
15
|
+
* 2. Small 크기 - 제목 + 서브타이틀 (single 버튼 + 닫기 버튼)
|
|
16
|
+
*/
|
|
17
|
+
export declare const SmallWithSubtitleSingleButton: Story;
|
|
18
|
+
/**
|
|
19
|
+
* 3. Medium 크기 - 제목만 (dual 버튼)
|
|
20
|
+
*/
|
|
21
|
+
export declare const MediumTitleOnly: Story;
|
|
22
|
+
/**
|
|
23
|
+
* 4. Medium 크기 - 제목만 (single 버튼 + 닫기 버튼)
|
|
24
|
+
*/
|
|
25
|
+
export declare const MediumTitleOnlySingleButton: Story;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export * from './basic/avatar/index.ts';
|
|
2
|
+
export * from './basic/button/index.ts';
|
|
3
|
+
export * from './basic/close/index.ts';
|
|
4
|
+
export * from './basic/guide-text/index.ts';
|
|
5
|
+
export * from './basic/lnb-item/index.ts';
|
|
6
|
+
export * from './basic/link/index.ts';
|
|
7
|
+
export * from './basic/loading/index.ts';
|
|
8
|
+
export * from './basic/notice/index.ts';
|
|
9
|
+
export * from './basic/stepper/index.ts';
|
|
10
|
+
export * from './basic/checkbox/index.ts';
|
|
11
|
+
export * from './basic/chip/index.ts';
|
|
12
|
+
export * from './basic/text-field/index.ts';
|
|
13
|
+
export * from './basic/text-area/index.ts';
|
|
14
|
+
export * from './basic/toggle/index.ts';
|
|
15
|
+
export * from './basic/pagination/index.ts';
|
|
16
|
+
export * from './complex/popup/index.ts';
|
|
17
|
+
export * from './basic/bottom-tab/index.ts';
|
|
18
|
+
export * from './basic/page-header/index.ts';
|
|
19
|
+
export * from './basic/tab/index.ts';
|