mainstack-design-system 0.0.7 → 0.0.8
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/build/index.css +6 -0
- package/build/mainstack-design-system.js +60193 -0
- package/build/src/app.d.ts +1 -0
- package/build/src/assets/themes/baseThemes.d.ts +2 -0
- package/build/src/components/Accordion/index.d.ts +15 -0
- package/build/src/components/Avatars/index.d.ts +15 -0
- package/build/src/components/Button/IconButton.d.ts +13 -0
- package/build/src/components/Button/index.d.ts +26 -0
- package/build/src/components/InputFields/Input.d.ts +20 -0
- package/build/src/components/InputFields/MarkdownEditor.d.ts +16 -0
- package/build/src/components/InputFields/SearchInput.d.ts +18 -0
- package/build/src/components/InputFields/SelectInput/CountrySelect.d.ts +12 -0
- package/build/src/components/InputFields/SelectInput/PhoneNumberInput.d.ts +12 -0
- package/build/src/components/InputFields/SelectInput/SelectInput.d.ts +26 -0
- package/build/src/components/InputFields/SelectInput/index.d.ts +8 -0
- package/build/src/components/InputFields/TextArea.d.ts +19 -0
- package/build/src/components/InputFields/UsernameInput.d.ts +20 -0
- package/build/src/components/Tiles/index.d.ts +13 -0
- package/build/src/components/Typography/Display.d.ts +17 -0
- package/build/src/components/Typography/Heading.d.ts +17 -0
- package/build/src/components/Typography/Paragraph.d.ts +17 -0
- package/build/src/components/Typography/Subtitle.d.ts +17 -0
- package/build/src/components/Uploader/FileUploader.d.ts +14 -0
- package/build/src/components/Uploader/ImageUploader.d.ts +14 -0
- package/build/src/components/controls/Chip.d.ts +9 -0
- package/build/src/components/controls/DoubleTab.d.ts +10 -0
- package/build/src/components/controls/Pagination.d.ts +11 -0
- package/build/src/components/controls/RadioButton.d.ts +8 -0
- package/build/src/components/controls/RectangleCheckButton.d.ts +8 -0
- package/build/src/components/controls/RoundCheckButton.d.ts +8 -0
- package/build/src/components/controls/Stepper.d.ts +11 -0
- package/build/src/components/controls/TabMenu.d.ts +10 -0
- package/build/src/components/controls/ToggleButton.d.ts +14 -0
- package/build/src/components/index.d.ts +32 -0
- package/build/src/components/notifications/Banner.d.ts +11 -0
- package/build/src/components/notifications/ClickTooltip.d.ts +10 -0
- package/build/src/components/notifications/HoverTooltip.d.ts +7 -0
- package/build/src/components/notifications/Snackbar.d.ts +10 -0
- package/build/src/components/styleGuide/Colors.d.ts +165 -0
- package/build/src/hooks/useImageUpload.d.ts +17 -0
- package/build/src/icons/AccountBalanceIcon.d.ts +4 -0
- package/build/src/icons/AccountBalanceWalletFilledIcon.d.ts +4 -0
- package/build/src/icons/AccountBalanceWalletIcon.d.ts +4 -0
- package/build/src/icons/AccountCircleFilledIcon.d.ts +4 -0
- package/build/src/icons/AccountCircleIcon.d.ts +4 -0
- package/build/src/icons/AddAPhotoIcon.d.ts +4 -0
- package/build/src/icons/AddBusinessFilledIcon.d.ts +4 -0
- package/build/src/icons/AddBusinessIcon.d.ts +4 -0
- package/build/src/icons/AddCircleFilledIcon.d.ts +4 -0
- package/build/src/icons/AddCircleIcon.d.ts +4 -0
- package/build/src/icons/AddIcon.d.ts +4 -0
- package/build/src/icons/AddPhotoAlternateIcon.d.ts +4 -0
- package/build/src/icons/AddShoppingCartIcon.d.ts +4 -0
- package/build/src/icons/AddToSocialsIcon.d.ts +4 -0
- package/build/src/icons/AddsClickIcon.d.ts +4 -0
- package/build/src/icons/AdminPanelSettingsIcon.d.ts +4 -0
- package/build/src/icons/AirplaneModeActiveIcon.d.ts +4 -0
- package/build/src/icons/AlarmIcon.d.ts +4 -0
- package/build/src/icons/AllInboxIcon.d.ts +4 -0
- package/build/src/icons/AnimationIcon.d.ts +4 -0
- package/build/src/icons/AppsFilledIcon.d.ts +4 -0
- package/build/src/icons/AppsIcon.d.ts +4 -0
- package/build/src/icons/ArchiveIcon.d.ts +4 -0
- package/build/src/icons/ArrowBackIcon.d.ts +4 -0
- package/build/src/icons/ArrowCircleDownFilledIcon.d.ts +4 -0
- package/build/src/icons/ArrowCircleUpFilledIcon.d.ts +4 -0
- package/build/src/icons/ArrowDropDownIcon.d.ts +4 -0
- package/build/src/icons/ArrowDropUpIcon.d.ts +4 -0
- package/build/src/icons/ArrowForwardIcon.d.ts +4 -0
- package/build/src/icons/ArtTrackIcon.d.ts +4 -0
- package/build/src/icons/ArticleFilledIcon.d.ts +4 -0
- package/build/src/icons/ArticleIcon.d.ts +4 -0
- package/build/src/icons/AttachMoneyIcon.d.ts +4 -0
- package/build/src/icons/AttachmentIcon.d.ts +4 -0
- package/build/src/icons/AudioFileFilledIcon.d.ts +4 -0
- package/build/src/icons/AutoAwesomeMosaicFilledIcon.d.ts +4 -0
- package/build/src/icons/AutoAwesomeMosaicIcon.d.ts +4 -0
- package/build/src/icons/AutoFixFilledIcon.d.ts +4 -0
- package/build/src/icons/AutoFixIcon.d.ts +4 -0
- package/build/src/icons/AutoGraphIcon.d.ts +4 -0
- package/build/src/icons/AwardStarFilledIcon.d.ts +4 -0
- package/build/src/icons/AwardStarIcon.d.ts +4 -0
- package/build/src/icons/BarChartFilledIcon.d.ts +4 -0
- package/build/src/icons/BlockIcon.d.ts +4 -0
- package/build/src/icons/BoltFilledIcon.d.ts +4 -0
- package/build/src/icons/BoltIcon.d.ts +4 -0
- package/build/src/icons/BookOnlineIcon.d.ts +4 -0
- package/build/src/icons/BugReportIcon.d.ts +4 -0
- package/build/src/icons/BusinessCenterFilledIcon.d.ts +4 -0
- package/build/src/icons/BusinessCenterIcon.d.ts +4 -0
- package/build/src/icons/CalendarMonthFilledIcon.d.ts +4 -0
- package/build/src/icons/CalendarMonthIcon.d.ts +4 -0
- package/build/src/icons/CalendarTodayIcon.d.ts +4 -0
- package/build/src/icons/CallMadeIcon.d.ts +4 -0
- package/build/src/icons/CallMissedIcon.d.ts +4 -0
- package/build/src/icons/CallMissedOutgoingIcon.d.ts +4 -0
- package/build/src/icons/CallRecievedIcon.d.ts +4 -0
- package/build/src/icons/CampaignFilledIcon.d.ts +4 -0
- package/build/src/icons/CampaignIcon.d.ts +4 -0
- package/build/src/icons/CancelFilledIcon.d.ts +4 -0
- package/build/src/icons/CancelIcon.d.ts +4 -0
- package/build/src/icons/CaptivePortalIcon.d.ts +4 -0
- package/build/src/icons/CardLayoutIcon.d.ts +4 -0
- package/build/src/icons/CasesFilledIcon.d.ts +4 -0
- package/build/src/icons/CasesIcon.d.ts +4 -0
- package/build/src/icons/CategoryIcon.d.ts +4 -0
- package/build/src/icons/ChairIcon.d.ts +4 -0
- package/build/src/icons/ChangeCircleIcon.d.ts +4 -0
- package/build/src/icons/ChatBubbleFilledIcon.d.ts +4 -0
- package/build/src/icons/ChatBubbleIcon.d.ts +4 -0
- package/build/src/icons/ChatFilledIcon.d.ts +4 -0
- package/build/src/icons/ChatIcon.d.ts +4 -0
- package/build/src/icons/CheckCircleFilledIcon.d.ts +4 -0
- package/build/src/icons/CheckCircleIcon.d.ts +4 -0
- package/build/src/icons/CheckIcon.d.ts +4 -0
- package/build/src/icons/ChevronLeftIcon.d.ts +3 -0
- package/build/src/icons/ChevronRightIcon.d.ts +3 -0
- package/build/src/icons/CloseIcon.d.ts +4 -0
- package/build/src/icons/CloudUploadIcon.d.ts +4 -0
- package/build/src/icons/CodeIcon.d.ts +4 -0
- package/build/src/icons/CoffeeIcon.d.ts +4 -0
- package/build/src/icons/CollectionsBookmarkIcon.d.ts +4 -0
- package/build/src/icons/ColorPickerIcon.d.ts +4 -0
- package/build/src/icons/CommentCircleAltChatMessageIcon.d.ts +4 -0
- package/build/src/icons/ConfirmationNumberIcon.d.ts +4 -0
- package/build/src/icons/ContactMailFilledIcon.d.ts +4 -0
- package/build/src/icons/ContactMailIcon.d.ts +3 -0
- package/build/src/icons/ContactPageIcon.d.ts +4 -0
- package/build/src/icons/ContactPhoneFilledIcon.d.ts +4 -0
- package/build/src/icons/ContactPhoneIcon.d.ts +4 -0
- package/build/src/icons/ContactsIcon.d.ts +4 -0
- package/build/src/icons/ContentCopyIcon.d.ts +4 -0
- package/build/src/icons/CopyIcon.d.ts +4 -0
- package/build/src/icons/CreditCardFilledIcon.d.ts +4 -0
- package/build/src/icons/CreditCardIcon.d.ts +4 -0
- package/build/src/icons/DarkModeIcon.d.ts +4 -0
- package/build/src/icons/DashboardFilledIcon.d.ts +4 -0
- package/build/src/icons/DashboardIcon.d.ts +4 -0
- package/build/src/icons/DatabaseFilledIcon.d.ts +4 -0
- package/build/src/icons/DeleteIcon.d.ts +4 -0
- package/build/src/icons/DescriptionIcon.d.ts +4 -0
- package/build/src/icons/DesktopMacIcon.d.ts +4 -0
- package/build/src/icons/DevicesIcon.d.ts +4 -0
- package/build/src/icons/DiamondFilledIcon.d.ts +4 -0
- package/build/src/icons/DiamondIcon.d.ts +4 -0
- package/build/src/icons/DigitalProductsIcon.d.ts +4 -0
- package/build/src/icons/DiscountIcon.d.ts +4 -0
- package/build/src/icons/Diversity1Icon.d.ts +4 -0
- package/build/src/icons/Diversity2Icon.d.ts +4 -0
- package/build/src/icons/Diversity3Icon.d.ts +4 -0
- package/build/src/icons/DnsIcon.d.ts +4 -0
- package/build/src/icons/DoNotDisturbOnFilledIcon.d.ts +4 -0
- package/build/src/icons/DoNotDisturbOnIcon.d.ts +4 -0
- package/build/src/icons/DomainAddIcon.d.ts +4 -0
- package/build/src/icons/DomainIcon.d.ts +4 -0
- package/build/src/icons/DomainVerificationIcon.d.ts +4 -0
- package/build/src/icons/DownloadIcon.d.ts +4 -0
- package/build/src/icons/DraftsIcon.d.ts +4 -0
- package/build/src/icons/DragHandleIcon.d.ts +4 -0
- package/build/src/icons/DragIndicatorIcon.d.ts +4 -0
- package/build/src/icons/EditFilledIcon.d.ts +4 -0
- package/build/src/icons/EditIcon.d.ts +4 -0
- package/build/src/icons/EmojiEventsFilledIcon.d.ts +4 -0
- package/build/src/icons/EmojiEventsIcon.d.ts +4 -0
- package/build/src/icons/EmojiFoodBeverageIcon.d.ts +4 -0
- package/build/src/icons/EmojiIcon.d.ts +4 -0
- package/build/src/icons/EmptyIcon.d.ts +4 -0
- package/build/src/icons/ErrorFilledIcon.d.ts +4 -0
- package/build/src/icons/ErrorIcon.d.ts +4 -0
- package/build/src/icons/EventFilledIcon.d.ts +4 -0
- package/build/src/icons/EventIcon.d.ts +4 -0
- package/build/src/icons/EventTicketIcon.d.ts +4 -0
- package/build/src/icons/ExpandLessIcon.d.ts +4 -0
- package/build/src/icons/ExpandMoreIcon.d.ts +4 -0
- package/build/src/icons/FastActionPricingIcon.d.ts +4 -0
- package/build/src/icons/FeedFilledIcon.d.ts +4 -0
- package/build/src/icons/FeedIcon.d.ts +4 -0
- package/build/src/icons/FilePresentIcon.d.ts +4 -0
- package/build/src/icons/FilterListIcon.d.ts +4 -0
- package/build/src/icons/FitbitArrowDownIcon.d.ts +4 -0
- package/build/src/icons/FitbitArrowUpwardIcon.d.ts +4 -0
- package/build/src/icons/FlagIcon.d.ts +4 -0
- package/build/src/icons/FormatAlignCenterIcon.d.ts +4 -0
- package/build/src/icons/FormatAlignJustifyIcon.d.ts +4 -0
- package/build/src/icons/FormatAlignLeftIcon.d.ts +4 -0
- package/build/src/icons/FormatAlignRightIcon.d.ts +4 -0
- package/build/src/icons/FormatBoldIcon.d.ts +4 -0
- package/build/src/icons/FormatItalicIcon.d.ts +4 -0
- package/build/src/icons/FormatListBulletedIcon.d.ts +4 -0
- package/build/src/icons/FormatListNumberedIcon.d.ts +4 -0
- package/build/src/icons/FormatSizeIcon.d.ts +4 -0
- package/build/src/icons/FormatUnderlineIcon.d.ts +4 -0
- package/build/src/icons/ForumIcon.d.ts +4 -0
- package/build/src/icons/ForwardToInboxIcon.d.ts +4 -0
- package/build/src/icons/GalleryThumbnailIcon.d.ts +4 -0
- package/build/src/icons/GppBadFilledIcon.d.ts +4 -0
- package/build/src/icons/GppBadIcon.d.ts +4 -0
- package/build/src/icons/GppMaybeFilledIcon.d.ts +4 -0
- package/build/src/icons/GppMaybeIcon.d.ts +4 -0
- package/build/src/icons/GridViewIcon.d.ts +4 -0
- package/build/src/icons/GroupFilledIcon.d.ts +4 -0
- package/build/src/icons/GroupIcon.d.ts +4 -0
- package/build/src/icons/HeadphonesIcon.d.ts +4 -0
- package/build/src/icons/HomeFilledIcon.d.ts +4 -0
- package/build/src/icons/HomeIcon.d.ts +4 -0
- package/build/src/icons/HomePinIcon.d.ts +4 -0
- package/build/src/icons/HourGlassEmptyIcon.d.ts +4 -0
- package/build/src/icons/HubIcon.d.ts +4 -0
- package/build/src/icons/InfoFilledIcon.d.ts +4 -0
- package/build/src/icons/InfoGradientFilledIcon.d.ts +4 -0
- package/build/src/icons/InfoIcon.d.ts +4 -0
- package/build/src/icons/InsertChartFilledIcon.d.ts +4 -0
- package/build/src/icons/InsertChartIcon.d.ts +4 -0
- package/build/src/icons/InventoryIcon.d.ts +4 -0
- package/build/src/icons/IosShareIcon.d.ts +4 -0
- package/build/src/icons/KeyboardBackspaceIcon.d.ts +4 -0
- package/build/src/icons/LanguageIcon.d.ts +4 -0
- package/build/src/icons/LibraryMusicIcon.d.ts +4 -0
- package/build/src/icons/LinkIcon.d.ts +4 -0
- package/build/src/icons/LinkOffIcon.d.ts +4 -0
- package/build/src/icons/LocalActivityIcon.d.ts +4 -0
- package/build/src/icons/LocalFloristFilledIcon.d.ts +4 -0
- package/build/src/icons/LocalFloristIcon.d.ts +4 -0
- package/build/src/icons/LocationOnIcon.d.ts +4 -0
- package/build/src/icons/LockIcon.d.ts +4 -0
- package/build/src/icons/LoginIcon.d.ts +4 -0
- package/build/src/icons/LogoutIcon.d.ts +4 -0
- package/build/src/icons/MailIcon.d.ts +4 -0
- package/build/src/icons/MarkUnreadChatIcon.d.ts +4 -0
- package/build/src/icons/MasterClassIcon.d.ts +4 -0
- package/build/src/icons/MediaLinkFilledIcon.d.ts +4 -0
- package/build/src/icons/MediaLinkIcon.d.ts +4 -0
- package/build/src/icons/MenuIcon.d.ts +4 -0
- package/build/src/icons/MenuOpenIcon.d.ts +4 -0
- package/build/src/icons/MilitaryTechFilledIcon.d.ts +4 -0
- package/build/src/icons/MilitaryTechIcon.d.ts +4 -0
- package/build/src/icons/MonitoringIcon.d.ts +4 -0
- package/build/src/icons/MoreHorizontalIcon.d.ts +4 -0
- package/build/src/icons/MoreHorizontalSmallIcon.d.ts +4 -0
- package/build/src/icons/MoreVerticalIcon.d.ts +4 -0
- package/build/src/icons/NotificationsFilledIcon.d.ts +4 -0
- package/build/src/icons/NotificationsIcon.d.ts +4 -0
- package/build/src/icons/OpenInNewIcon.d.ts +4 -0
- package/build/src/icons/OthersIcon.d.ts +4 -0
- package/build/src/icons/PageViewIcon.d.ts +4 -0
- package/build/src/icons/PaidIcon.d.ts +4 -0
- package/build/src/icons/PaletteFilledIcon.d.ts +4 -0
- package/build/src/icons/PaletteIcon.d.ts +4 -0
- package/build/src/icons/PauseIcon.d.ts +4 -0
- package/build/src/icons/PayInTranchesIcon.d.ts +4 -0
- package/build/src/icons/PaymentsFilledIcon.d.ts +4 -0
- package/build/src/icons/PaymentsIcon.d.ts +4 -0
- package/build/src/icons/PendingActionsIcon.d.ts +4 -0
- package/build/src/icons/PermMediaIcon.d.ts +4 -0
- package/build/src/icons/PersonAddIcon.d.ts +4 -0
- package/build/src/icons/PersonIcon.d.ts +4 -0
- package/build/src/icons/PhotoCameraIcon.d.ts +4 -0
- package/build/src/icons/PhotoFilledIcon.d.ts +4 -0
- package/build/src/icons/PhotoIcon.d.ts +4 -0
- package/build/src/icons/PhotoLibraryFilledIcon.d.ts +4 -0
- package/build/src/icons/PhotoLibraryIcon.d.ts +4 -0
- package/build/src/icons/PictureAsPdfFilledIcon.d.ts +4 -0
- package/build/src/icons/PictureAsPdfIcon.d.ts +4 -0
- package/build/src/icons/PlayArrowIcon.d.ts +4 -0
- package/build/src/icons/PlayCircleFilledIcon.d.ts +4 -0
- package/build/src/icons/PlayCircleIcon.d.ts +4 -0
- package/build/src/icons/PowerRoundedIcon.d.ts +4 -0
- package/build/src/icons/PreviewIcon.d.ts +4 -0
- package/build/src/icons/PublicIcon.d.ts +4 -0
- package/build/src/icons/PublishIcon.d.ts +4 -0
- package/build/src/icons/PushPinFilledIcon.d.ts +4 -0
- package/build/src/icons/PushPinIcon.d.ts +4 -0
- package/build/src/icons/QrCode2Icon.d.ts +4 -0
- package/build/src/icons/RadioButtonCheckedIcon.d.ts +4 -0
- package/build/src/icons/RadioButtonUncheckedIcon.d.ts +4 -0
- package/build/src/icons/RecieptLongFilledIcon.d.ts +4 -0
- package/build/src/icons/RecieptLongIcon.d.ts +4 -0
- package/build/src/icons/RecordVoiceOverIcon.d.ts +4 -0
- package/build/src/icons/RedeemIcon.d.ts +4 -0
- package/build/src/icons/RedoIcon.d.ts +4 -0
- package/build/src/icons/RemoveIcon.d.ts +4 -0
- package/build/src/icons/RemoveRoadIcon.d.ts +4 -0
- package/build/src/icons/ReportFilledIcon.d.ts +4 -0
- package/build/src/icons/ReportIcon.d.ts +4 -0
- package/build/src/icons/ReviewsIcon.d.ts +4 -0
- package/build/src/icons/SavingsFilledIcon.d.ts +4 -0
- package/build/src/icons/SavingsIcon.d.ts +4 -0
- package/build/src/icons/ScheduleIcon.d.ts +4 -0
- package/build/src/icons/ScheduleSendIcon.d.ts +4 -0
- package/build/src/icons/SearchNormalIcon.d.ts +4 -0
- package/build/src/icons/SellIcon.d.ts +4 -0
- package/build/src/icons/SendIcon.d.ts +4 -0
- package/build/src/icons/ServicesIcon.d.ts +4 -0
- package/build/src/icons/SettingsFilledIcon.d.ts +4 -0
- package/build/src/icons/SettingsIcon.d.ts +4 -0
- package/build/src/icons/ShareIcon.d.ts +4 -0
- package/build/src/icons/ShareWithContactsIcon.d.ts +4 -0
- package/build/src/icons/ShareWithSocialsIcon.d.ts +4 -0
- package/build/src/icons/ShoppingCartFilledIcon.d.ts +4 -0
- package/build/src/icons/ShoppingCartIcon.d.ts +4 -0
- package/build/src/icons/ShuffleIcon.d.ts +4 -0
- package/build/src/icons/SmartPhoneIcon.d.ts +4 -0
- package/build/src/icons/SocialLeaderboardIcon.d.ts +4 -0
- package/build/src/icons/StarFilledIcon.d.ts +4 -0
- package/build/src/icons/StarHalfIcon.d.ts +4 -0
- package/build/src/icons/StarIcon.d.ts +4 -0
- package/build/src/icons/StoreFrontFilledIcon.d.ts +4 -0
- package/build/src/icons/StoreFrontIcon.d.ts +4 -0
- package/build/src/icons/StrikeThroughSIcon.d.ts +4 -0
- package/build/src/icons/StyleIcon.d.ts +4 -0
- package/build/src/icons/SubscriptionIcon.d.ts +4 -0
- package/build/src/icons/SubscriptionsFilledIcon.d.ts +4 -0
- package/build/src/icons/SubscriptionsIcon.d.ts +4 -0
- package/build/src/icons/SupervisorAccountIcon.d.ts +4 -0
- package/build/src/icons/SwitchAccountFilledIcon.d.ts +4 -0
- package/build/src/icons/SwitchAccountIcon.d.ts +4 -0
- package/build/src/icons/SyncSavedLocallyIcon.d.ts +4 -0
- package/build/src/icons/TabletIcon.d.ts +4 -0
- package/build/src/icons/ThumbDownFilledIcon.d.ts +4 -0
- package/build/src/icons/ThumbDownIcon.d.ts +4 -0
- package/build/src/icons/ThumbUpFilledIcon.d.ts +4 -0
- package/build/src/icons/ThumbUpIcon.d.ts +4 -0
- package/build/src/icons/TocIcon.d.ts +4 -0
- package/build/src/icons/TrainingsIcon.d.ts +4 -0
- package/build/src/icons/TrashDeleteBinIcon.d.ts +4 -0
- package/build/src/icons/TrendingUpIcon.d.ts +4 -0
- package/build/src/icons/UndoIcon.d.ts +4 -0
- package/build/src/icons/UnfoldMoreIcon.d.ts +4 -0
- package/build/src/icons/UploadIcon.d.ts +4 -0
- package/build/src/icons/VerifiedIcon.d.ts +4 -0
- package/build/src/icons/ViewAgendaIcon.d.ts +4 -0
- package/build/src/icons/ViewArrayIcon.d.ts +4 -0
- package/build/src/icons/ViewCarouselIcon.d.ts +4 -0
- package/build/src/icons/ViewCozyIcon.d.ts +4 -0
- package/build/src/icons/ViewModuleIcon.d.ts +4 -0
- package/build/src/icons/VisibilityIcon.d.ts +4 -0
- package/build/src/icons/VisibilityOffIcon.d.ts +4 -0
- package/build/src/icons/VolunteerActivismFilledIcon.d.ts +4 -0
- package/build/src/icons/VolunteerActivismIcon.d.ts +4 -0
- package/build/src/icons/WBSunnyIcon.d.ts +4 -0
- package/build/src/icons/WarningFilledIcon.d.ts +4 -0
- package/build/src/icons/WarningIcon.d.ts +4 -0
- package/build/src/icons/WebinarsIcon.d.ts +4 -0
- package/build/src/icons/WidgetsFilledIcon.d.ts +4 -0
- package/build/src/icons/WidgetsIcon.d.ts +4 -0
- package/build/src/icons/WorkshopsIcon.d.ts +4 -0
- package/build/src/icons/index.d.ts +303 -0
- package/build/src/index.d.ts +3 -0
- package/build/src/pages/Home.d.ts +2 -0
- package/build/src/pages/Login.d.ts +2 -0
- package/build/src/pages/Page404.d.ts +2 -0
- package/build/src/pages/index.d.ts +2 -0
- package/build/src/routes/index.d.ts +6 -0
- package/build/src/stories/Accordion/Accordion.stories.d.ts +13 -0
- package/build/src/stories/Accordion/AccordionWrapper.d.ts +4 -0
- package/build/src/stories/Avatars/Avatar.stories.d.ts +11 -0
- package/build/src/stories/Buttons/Button.stories.d.ts +15 -0
- package/build/src/stories/Buttons/IconButton.stories.d.ts +13 -0
- package/build/src/stories/Buttons/IconButtonWrapper.d.ts +4 -0
- package/build/src/stories/InputFields/InputFields.stories.d.ts +10 -0
- package/build/src/stories/InputFields/MarkdownEditor.stories.d.ts +8 -0
- package/build/src/stories/InputFields/SearchInput.d.ts +4 -0
- package/build/src/stories/InputFields/SearchInput.stories.d.ts +7 -0
- package/build/src/stories/InputFields/Select/CountrySelect.stories.d.ts +7 -0
- package/build/src/stories/InputFields/Select/CountrySelectWrapper.d.ts +4 -0
- package/build/src/stories/InputFields/Select/CreatableSelect.stories.d.ts +8 -0
- package/build/src/stories/InputFields/Select/CreatableSelectWrapper.d.ts +4 -0
- package/build/src/stories/InputFields/Select/PhoneNumberInput.stories.d.ts +9 -0
- package/build/src/stories/InputFields/Select/PhoneNumberInputWrapper.d.ts +4 -0
- package/build/src/stories/InputFields/Select/Select.stories.d.ts +8 -0
- package/build/src/stories/InputFields/Select/SelectWrapper.d.ts +4 -0
- package/build/src/stories/InputFields/TextArea.stories.d.ts +7 -0
- package/build/src/stories/InputFields/UsernameInput.stories.d.ts +7 -0
- package/build/src/stories/Tiles/Tile.stories.d.ts +12 -0
- package/build/src/stories/Tiles/TileWrapper.d.ts +4 -0
- package/build/src/stories/Typography/DisplayText.stories.d.ts +12 -0
- package/build/src/stories/Typography/HeadingText.stories.d.ts +18 -0
- package/build/src/stories/Typography/ParagraphText.stories.d.ts +14 -0
- package/build/src/stories/Typography/SubtitleText.stories.d.ts +19 -0
- package/build/src/stories/Uploaders/FileUploadWrapper.d.ts +4 -0
- package/build/src/stories/Uploaders/FileUploader.stories.d.ts +7 -0
- package/build/src/stories/Uploaders/ImageUploadWrapper.d.ts +4 -0
- package/build/src/stories/Uploaders/ImageUploader.stories.d.ts +7 -0
- package/build/src/stories/colors/index.d.ts +3 -0
- package/build/src/stories/controls/Chip.stories.d.ts +10 -0
- package/build/src/stories/controls/DoubleTab.stories.d.ts +7 -0
- package/build/src/stories/controls/DoubleTabWrapper.d.ts +4 -0
- package/build/src/stories/controls/Pagination.stories.d.ts +7 -0
- package/build/src/stories/controls/PaginationWrapper.d.ts +4 -0
- package/build/src/stories/controls/RadioButton.stories.d.ts +11 -0
- package/build/src/stories/controls/RectangleCheckButton.stories.d.ts +10 -0
- package/build/src/stories/controls/RoundCheckButton.stories.d.ts +10 -0
- package/build/src/stories/controls/Stepper.stories.d.ts +7 -0
- package/build/src/stories/controls/StepperDemoCmp.d.ts +4 -0
- package/build/src/stories/controls/TabMenu.stories.d.ts +7 -0
- package/build/src/stories/controls/TabMenuWrapper.d.ts +4 -0
- package/build/src/stories/controls/ToggleButton.stories.d.ts +10 -0
- package/build/src/stories/icons/index.d.ts +306 -0
- package/build/src/stories/notifications/Banner.stories.d.ts +13 -0
- package/build/src/stories/notifications/ClickTooltip.stories.d.ts +7 -0
- package/build/src/stories/notifications/ClickTooltipWrapper.d.ts +4 -0
- package/build/src/stories/notifications/HoverTooltip.stories.d.ts +9 -0
- package/build/src/stories/notifications/HoverTooltipWrapper.d.ts +4 -0
- package/build/src/stories/notifications/Snackbar.stories.d.ts +7 -0
- package/build/src/stories/notifications/SnackbarWrapper.d.ts +3 -0
- package/build/src/utils/countries-flag.json.d.ts +1755 -0
- package/package.json +34 -3
- package/.env.sample +0 -1
- package/.eslintignore +0 -5
- package/.eslintrc.json +0 -96
- package/.github/PULL_REQUEST_TEMPLATE.md +0 -15
- package/.husky/commit-msg +0 -4
- package/.husky/pre-commit +0 -6
- package/.prettierignore +0 -7
- package/.prettierrc +0 -9
- package/.storybook/main.ts +0 -22
- package/.storybook/preview.ts +0 -20
- package/.vscode/extensions.json +0 -10
- package/commitlint.config.cjs +0 -1
- package/index.html +0 -31
- package/public/_redirects +0 -1
- package/public/manifest.json +0 -15
- package/public/robots.txt +0 -3
- package/public/vite.svg +0 -1
- package/src/app.tsx +0 -25
- package/src/assets/fonts/Degular-Medium.woff2 +0 -0
- package/src/assets/fonts/Degular-Medium_Italic.woff2 +0 -0
- package/src/assets/fonts/Degular-Semibold.woff2 +0 -0
- package/src/assets/fonts/Degular-Semibold_Italic.woff2 +0 -0
- package/src/assets/fonts/Degular_Display-Bold.woff2 +0 -0
- package/src/assets/fonts/Degular_Display-Bold_Italic.woff2 +0 -0
- package/src/assets/fonts/Degular_Display-Semibold.woff2 +0 -0
- package/src/assets/fonts/Degular_Display-Semibold_Italic.woff2 +0 -0
- package/src/assets/fonts/Sohne-Buch.otf +0 -0
- package/src/assets/fonts/So/302/246/303/252hne-Buch.otf +0 -0
- package/src/assets/fonts/So/302/246/303/252hne-BuchKursiv.otf +0 -0
- package/src/assets/fonts/So/302/246/303/252hne-Dreiviertelfett.otf +0 -0
- package/src/assets/fonts/So/302/246/303/252hne-DreiviertelfettKursiv.otf +0 -0
- package/src/assets/fonts/So/302/246/303/252hne-Extrafett.otf +0 -0
- package/src/assets/fonts/So/302/246/303/252hne-Fett.otf +0 -0
- package/src/assets/fonts/So/302/246/303/252hne-Halbfett.otf +0 -0
- package/src/assets/fonts/So/302/246/303/252hne-HalbfettKursiv.otf +0 -0
- package/src/assets/fonts/So/302/246/303/252hne-Kra/302/246/303/252ftig.otf +0 -0
- package/src/assets/fonts/So/302/246/303/252hne-Kra/302/246/303/252ftigKursiv.otf +0 -0
- package/src/assets/fonts/So/302/246/303/252hne-Leicht.otf +0 -0
- package/src/assets/fonts/soehne-buch-kursiv.woff2 +0 -0
- package/src/assets/fonts/soehne-buch.woff2 +0 -0
- package/src/assets/fonts/soehne-dreiviertelfett-kursiv.woff2 +0 -0
- package/src/assets/fonts/soehne-dreiviertelfett.woff2 +0 -0
- package/src/assets/fonts/soehne-extrafett.woff2 +0 -0
- package/src/assets/fonts/soehne-fett.woff2 +0 -0
- package/src/assets/fonts/soehne-halbfett-kursiv.woff2 +0 -0
- package/src/assets/fonts/soehne-halbfett.woff2 +0 -0
- package/src/assets/fonts/soehne-kraftig-kursiv.woff2 +0 -0
- package/src/assets/fonts/soehne-kraftig.woff2 +0 -0
- package/src/assets/fonts/soehne-leicht.woff2 +0 -0
- package/src/assets/styles/index.css +0 -486
- package/src/assets/svgs/check_circle.svg +0 -8
- package/src/assets/svgs/close-circle.svg +0 -3
- package/src/assets/svgs/error_message_icon.svg +0 -8
- package/src/assets/svgs/personal_profile_avatar.svg +0 -13
- package/src/assets/svgs/search-normal.svg +0 -4
- package/src/assets/svgs/store_avatar.svg +0 -13
- package/src/assets/svgs/viewIcon.svg +0 -8
- package/src/assets/svgs/viewOffIcon.svg +0 -3
- package/src/assets/themes/baseThemes.ts +0 -40
- package/src/components/Accordion/index.tsx +0 -111
- package/src/components/Avatars/index.tsx +0 -113
- package/src/components/Button/IconButton.tsx +0 -119
- package/src/components/Button/index.tsx +0 -173
- package/src/components/InputFields/Input.tsx +0 -178
- package/src/components/InputFields/MarkdownEditor.tsx +0 -248
- package/src/components/InputFields/SearchInput.tsx +0 -78
- package/src/components/InputFields/SelectInput/CountrySelect.tsx +0 -142
- package/src/components/InputFields/SelectInput/PhoneNumberInput.tsx +0 -89
- package/src/components/InputFields/SelectInput/SelectInput.tsx +0 -395
- package/src/components/InputFields/SelectInput/index.ts +0 -9
- package/src/components/InputFields/TextArea.tsx +0 -149
- package/src/components/InputFields/UsernameInput.tsx +0 -145
- package/src/components/Tiles/index.tsx +0 -95
- package/src/components/Typography/Display.tsx +0 -84
- package/src/components/Typography/Heading.tsx +0 -136
- package/src/components/Typography/Paragraph.tsx +0 -105
- package/src/components/Typography/Subtitle.tsx +0 -148
- package/src/components/Uploader/FileUploader.tsx +0 -132
- package/src/components/Uploader/ImageUploader.tsx +0 -311
- package/src/components/controls/Chip.tsx +0 -78
- package/src/components/controls/DoubleTab.tsx +0 -80
- package/src/components/controls/Pagination.tsx +0 -164
- package/src/components/controls/RadioButton.tsx +0 -135
- package/src/components/controls/RectangleCheckButton.tsx +0 -106
- package/src/components/controls/RoundCheckButton.tsx +0 -106
- package/src/components/controls/Stepper.tsx +0 -84
- package/src/components/controls/TabMenu.tsx +0 -114
- package/src/components/controls/ToggleButton.tsx +0 -123
- package/src/components/index.ts +0 -33
- package/src/components/notifications/Banner.tsx +0 -175
- package/src/components/notifications/ClickTooltip.tsx +0 -108
- package/src/components/notifications/HoverTooltip.tsx +0 -34
- package/src/components/notifications/Snackbar.tsx +0 -138
- package/src/components/styleGuide/Colors.tsx +0 -176
- package/src/hooks/useImageUpload.ts +0 -78
- package/src/icons/AccountBalanceIcon.tsx +0 -35
- package/src/icons/AccountBalanceWalletFilledIcon.tsx +0 -35
- package/src/icons/AccountBalanceWalletIcon.tsx +0 -35
- package/src/icons/AccountCircleFilledIcon.tsx +0 -35
- package/src/icons/AccountCircleIcon.tsx +0 -35
- package/src/icons/AddAPhotoIcon.tsx +0 -35
- package/src/icons/AddBusinessFilledIcon.tsx +0 -35
- package/src/icons/AddBusinessIcon.tsx +0 -35
- package/src/icons/AddCircleFilledIcon.tsx +0 -35
- package/src/icons/AddCircleIcon.tsx +0 -35
- package/src/icons/AddIcon.tsx +0 -35
- package/src/icons/AddPhotoAlternateIcon.tsx +0 -35
- package/src/icons/AddShoppingCartIcon.tsx +0 -35
- package/src/icons/AddToSocialsIcon.tsx +0 -48
- package/src/icons/AddsClickIcon.tsx +0 -35
- package/src/icons/AdminPanelSettingsIcon.tsx +0 -35
- package/src/icons/AirplaneModeActiveIcon.tsx +0 -35
- package/src/icons/AlarmIcon.tsx +0 -35
- package/src/icons/AllInboxIcon.tsx +0 -35
- package/src/icons/AnimationIcon.tsx +0 -35
- package/src/icons/AppsFilledIcon.tsx +0 -35
- package/src/icons/AppsIcon.tsx +0 -35
- package/src/icons/ArchiveIcon.tsx +0 -35
- package/src/icons/ArrowBackIcon.tsx +0 -35
- package/src/icons/ArrowCircleDownFilledIcon.tsx +0 -35
- package/src/icons/ArrowCircleUpFilledIcon.tsx +0 -35
- package/src/icons/ArrowDropDownIcon.tsx +0 -32
- package/src/icons/ArrowDropUpIcon.tsx +0 -37
- package/src/icons/ArrowForwardIcon.tsx +0 -35
- package/src/icons/ArtTrackIcon.tsx +0 -35
- package/src/icons/ArticleFilledIcon.tsx +0 -35
- package/src/icons/ArticleIcon.tsx +0 -35
- package/src/icons/AttachMoneyIcon.tsx +0 -35
- package/src/icons/AttachmentIcon.tsx +0 -35
- package/src/icons/AudioFileFilledIcon.tsx +0 -35
- package/src/icons/AutoAwesomeMosaicFilledIcon.tsx +0 -35
- package/src/icons/AutoAwesomeMosaicIcon.tsx +0 -35
- package/src/icons/AutoFixFilledIcon.tsx +0 -35
- package/src/icons/AutoFixIcon.tsx +0 -35
- package/src/icons/AutoGraphIcon.tsx +0 -35
- package/src/icons/AwardStarFilledIcon.tsx +0 -35
- package/src/icons/AwardStarIcon.tsx +0 -35
- package/src/icons/BarChartFilledIcon.tsx +0 -35
- package/src/icons/BlockIcon.tsx +0 -35
- package/src/icons/BoltFilledIcon.tsx +0 -35
- package/src/icons/BoltIcon.tsx +0 -35
- package/src/icons/BookOnlineIcon.tsx +0 -35
- package/src/icons/BugReportIcon.tsx +0 -35
- package/src/icons/BusinessCenterFilledIcon.tsx +0 -35
- package/src/icons/BusinessCenterIcon.tsx +0 -35
- package/src/icons/CalendarMonthFilledIcon.tsx +0 -35
- package/src/icons/CalendarMonthIcon.tsx +0 -35
- package/src/icons/CalendarTodayIcon.tsx +0 -35
- package/src/icons/CallMadeIcon.tsx +0 -35
- package/src/icons/CallMissedIcon.tsx +0 -35
- package/src/icons/CallMissedOutgoingIcon.tsx +0 -35
- package/src/icons/CallRecievedIcon.tsx +0 -35
- package/src/icons/CampaignFilledIcon.tsx +0 -22
- package/src/icons/CampaignIcon.tsx +0 -35
- package/src/icons/CancelFilledIcon.tsx +0 -22
- package/src/icons/CancelIcon.tsx +0 -22
- package/src/icons/CaptivePortalIcon.tsx +0 -35
- package/src/icons/CardLayoutIcon.tsx +0 -22
- package/src/icons/CasesFilledIcon.tsx +0 -35
- package/src/icons/CasesIcon.tsx +0 -35
- package/src/icons/CategoryIcon.tsx +0 -35
- package/src/icons/ChairIcon.tsx +0 -35
- package/src/icons/ChangeCircleIcon.tsx +0 -35
- package/src/icons/ChatBubbleFilledIcon.tsx +0 -35
- package/src/icons/ChatBubbleIcon.tsx +0 -35
- package/src/icons/ChatFilledIcon.tsx +0 -35
- package/src/icons/ChatIcon.tsx +0 -35
- package/src/icons/CheckCircleFilledIcon.tsx +0 -35
- package/src/icons/CheckCircleIcon.tsx +0 -35
- package/src/icons/CheckIcon.tsx +0 -35
- package/src/icons/ChevronLeftIcon.tsx +0 -43
- package/src/icons/ChevronRightIcon.tsx +0 -43
- package/src/icons/CloseIcon.tsx +0 -35
- package/src/icons/CloudUploadIcon.tsx +0 -35
- package/src/icons/CodeIcon.tsx +0 -35
- package/src/icons/CoffeeIcon.tsx +0 -35
- package/src/icons/CollectionsBookmarkIcon.tsx +0 -35
- package/src/icons/ColorPickerIcon.tsx +0 -22
- package/src/icons/CommentCircleAltChatMessageIcon.tsx +0 -24
- package/src/icons/ConfirmationNumberIcon.tsx +0 -35
- package/src/icons/ContactMailFilledIcon.tsx +0 -35
- package/src/icons/ContactMailIcon.tsx +0 -35
- package/src/icons/ContactPageIcon.tsx +0 -22
- package/src/icons/ContactPhoneFilledIcon.tsx +0 -35
- package/src/icons/ContactPhoneIcon.tsx +0 -35
- package/src/icons/ContactsIcon.tsx +0 -22
- package/src/icons/ContentCopyIcon.tsx +0 -35
- package/src/icons/CopyIcon.tsx +0 -35
- package/src/icons/CreditCardFilledIcon.tsx +0 -35
- package/src/icons/CreditCardIcon.tsx +0 -35
- package/src/icons/DarkModeIcon.tsx +0 -35
- package/src/icons/DashboardFilledIcon.tsx +0 -35
- package/src/icons/DashboardIcon.tsx +0 -35
- package/src/icons/DatabaseFilledIcon.tsx +0 -35
- package/src/icons/DeleteIcon.tsx +0 -35
- package/src/icons/DescriptionIcon.tsx +0 -35
- package/src/icons/DesktopMacIcon.tsx +0 -35
- package/src/icons/DevicesIcon.tsx +0 -35
- package/src/icons/DiamondFilledIcon.tsx +0 -35
- package/src/icons/DiamondIcon.tsx +0 -35
- package/src/icons/DigitalProductsIcon.tsx +0 -58
- package/src/icons/DiscountIcon.tsx +0 -24
- package/src/icons/Diversity1Icon.tsx +0 -22
- package/src/icons/Diversity2Icon.tsx +0 -22
- package/src/icons/Diversity3Icon.tsx +0 -22
- package/src/icons/DnsIcon.tsx +0 -35
- package/src/icons/DoNotDisturbOnFilledIcon.tsx +0 -35
- package/src/icons/DoNotDisturbOnIcon.tsx +0 -35
- package/src/icons/DomainAddIcon.tsx +0 -35
- package/src/icons/DomainIcon.tsx +0 -35
- package/src/icons/DomainVerificationIcon.tsx +0 -35
- package/src/icons/DownloadIcon.tsx +0 -35
- package/src/icons/DraftsIcon.tsx +0 -35
- package/src/icons/DragHandleIcon.tsx +0 -35
- package/src/icons/DragIndicatorIcon.tsx +0 -35
- package/src/icons/EditFilledIcon.tsx +0 -35
- package/src/icons/EditIcon.tsx +0 -35
- package/src/icons/EmojiEventsFilledIcon.tsx +0 -35
- package/src/icons/EmojiEventsIcon.tsx +0 -35
- package/src/icons/EmojiFoodBeverageIcon.tsx +0 -35
- package/src/icons/EmojiIcon.tsx +0 -35
- package/src/icons/EmptyIcon.tsx +0 -22
- package/src/icons/ErrorFilledIcon.tsx +0 -35
- package/src/icons/ErrorIcon.tsx +0 -35
- package/src/icons/EventFilledIcon.tsx +0 -35
- package/src/icons/EventIcon.tsx +0 -35
- package/src/icons/EventTicketIcon.tsx +0 -54
- package/src/icons/ExpandLessIcon.tsx +0 -40
- package/src/icons/ExpandMoreIcon.tsx +0 -35
- package/src/icons/FastActionPricingIcon.tsx +0 -58
- package/src/icons/FeedFilledIcon.tsx +0 -35
- package/src/icons/FeedIcon.tsx +0 -35
- package/src/icons/FilePresentIcon.tsx +0 -35
- package/src/icons/FilterListIcon.tsx +0 -35
- package/src/icons/FitbitArrowDownIcon.tsx +0 -35
- package/src/icons/FitbitArrowUpwardIcon.tsx +0 -35
- package/src/icons/FlagIcon.tsx +0 -35
- package/src/icons/FormatAlignCenterIcon.tsx +0 -35
- package/src/icons/FormatAlignJustifyIcon.tsx +0 -35
- package/src/icons/FormatAlignLeftIcon.tsx +0 -35
- package/src/icons/FormatAlignRightIcon.tsx +0 -35
- package/src/icons/FormatBoldIcon.tsx +0 -35
- package/src/icons/FormatItalicIcon.tsx +0 -35
- package/src/icons/FormatListBulletedIcon.tsx +0 -35
- package/src/icons/FormatListNumberedIcon.tsx +0 -35
- package/src/icons/FormatSizeIcon.tsx +0 -35
- package/src/icons/FormatUnderlineIcon.tsx +0 -35
- package/src/icons/ForumIcon.tsx +0 -35
- package/src/icons/ForwardToInboxIcon.tsx +0 -35
- package/src/icons/GalleryThumbnailIcon.tsx +0 -35
- package/src/icons/GppBadFilledIcon.tsx +0 -35
- package/src/icons/GppBadIcon.tsx +0 -35
- package/src/icons/GppMaybeFilledIcon.tsx +0 -35
- package/src/icons/GppMaybeIcon.tsx +0 -35
- package/src/icons/GridViewIcon.tsx +0 -35
- package/src/icons/GroupFilledIcon.tsx +0 -35
- package/src/icons/GroupIcon.tsx +0 -35
- package/src/icons/HeadphonesIcon.tsx +0 -35
- package/src/icons/HomeFilledIcon.tsx +0 -35
- package/src/icons/HomeIcon.tsx +0 -35
- package/src/icons/HomePinIcon.tsx +0 -35
- package/src/icons/HourGlassEmptyIcon.tsx +0 -35
- package/src/icons/HubIcon.tsx +0 -22
- package/src/icons/InfoFilledIcon.tsx +0 -35
- package/src/icons/InfoGradientFilledIcon.tsx +0 -49
- package/src/icons/InfoIcon.tsx +0 -35
- package/src/icons/InsertChartFilledIcon.tsx +0 -35
- package/src/icons/InsertChartIcon.tsx +0 -35
- package/src/icons/InventoryIcon.tsx +0 -22
- package/src/icons/IosShareIcon.tsx +0 -35
- package/src/icons/KeyboardBackspaceIcon.tsx +0 -35
- package/src/icons/LanguageIcon.tsx +0 -35
- package/src/icons/LibraryMusicIcon.tsx +0 -35
- package/src/icons/LinkIcon.tsx +0 -35
- package/src/icons/LinkOffIcon.tsx +0 -35
- package/src/icons/LocalActivityIcon.tsx +0 -35
- package/src/icons/LocalFloristFilledIcon.tsx +0 -35
- package/src/icons/LocalFloristIcon.tsx +0 -35
- package/src/icons/LocationOnIcon.tsx +0 -35
- package/src/icons/LockIcon.tsx +0 -35
- package/src/icons/LoginIcon.tsx +0 -35
- package/src/icons/LogoutIcon.tsx +0 -43
- package/src/icons/MailIcon.tsx +0 -35
- package/src/icons/MarkUnreadChatIcon.tsx +0 -35
- package/src/icons/MasterClassIcon.tsx +0 -74
- package/src/icons/MediaLinkFilledIcon.tsx +0 -35
- package/src/icons/MediaLinkIcon.tsx +0 -35
- package/src/icons/MenuIcon.tsx +0 -35
- package/src/icons/MenuOpenIcon.tsx +0 -35
- package/src/icons/MilitaryTechFilledIcon.tsx +0 -35
- package/src/icons/MilitaryTechIcon.tsx +0 -35
- package/src/icons/MonitoringIcon.tsx +0 -35
- package/src/icons/MoreHorizontalIcon.tsx +0 -35
- package/src/icons/MoreHorizontalSmallIcon.tsx +0 -35
- package/src/icons/MoreVerticalIcon.tsx +0 -35
- package/src/icons/NotificationsFilledIcon.tsx +0 -40
- package/src/icons/NotificationsIcon.tsx +0 -35
- package/src/icons/OpenInNewIcon.tsx +0 -35
- package/src/icons/OthersIcon.tsx +0 -58
- package/src/icons/PageViewIcon.tsx +0 -35
- package/src/icons/PaidIcon.tsx +0 -35
- package/src/icons/PaletteFilledIcon.tsx +0 -35
- package/src/icons/PaletteIcon.tsx +0 -35
- package/src/icons/PauseIcon.tsx +0 -22
- package/src/icons/PayInTranchesIcon.tsx +0 -29
- package/src/icons/PaymentsFilledIcon.tsx +0 -35
- package/src/icons/PaymentsIcon.tsx +0 -35
- package/src/icons/PendingActionsIcon.tsx +0 -35
- package/src/icons/PermMediaIcon.tsx +0 -35
- package/src/icons/PersonAddIcon.tsx +0 -35
- package/src/icons/PersonIcon.tsx +0 -35
- package/src/icons/PhotoCameraIcon.tsx +0 -35
- package/src/icons/PhotoFilledIcon.tsx +0 -35
- package/src/icons/PhotoIcon.tsx +0 -35
- package/src/icons/PhotoLibraryFilledIcon.tsx +0 -35
- package/src/icons/PhotoLibraryIcon.tsx +0 -35
- package/src/icons/PictureAsPdfFilledIcon.tsx +0 -35
- package/src/icons/PictureAsPdfIcon.tsx +0 -35
- package/src/icons/PlayArrowIcon.tsx +0 -32
- package/src/icons/PlayCircleFilledIcon.tsx +0 -35
- package/src/icons/PlayCircleIcon.tsx +0 -22
- package/src/icons/PowerRoundedIcon.tsx +0 -35
- package/src/icons/PreviewIcon.tsx +0 -35
- package/src/icons/PublicIcon.tsx +0 -22
- package/src/icons/PublishIcon.tsx +0 -35
- package/src/icons/PushPinFilledIcon.tsx +0 -35
- package/src/icons/PushPinIcon.tsx +0 -35
- package/src/icons/QrCode2Icon.tsx +0 -35
- package/src/icons/RadioButtonCheckedIcon.tsx +0 -35
- package/src/icons/RadioButtonUncheckedIcon.tsx +0 -35
- package/src/icons/RecieptLongFilledIcon.tsx +0 -35
- package/src/icons/RecieptLongIcon.tsx +0 -35
- package/src/icons/RecordVoiceOverIcon.tsx +0 -35
- package/src/icons/RedeemIcon.tsx +0 -35
- package/src/icons/RedoIcon.tsx +0 -35
- package/src/icons/RemoveIcon.tsx +0 -32
- package/src/icons/RemoveRoadIcon.tsx +0 -35
- package/src/icons/ReportFilledIcon.tsx +0 -35
- package/src/icons/ReportIcon.tsx +0 -35
- package/src/icons/ReviewsIcon.tsx +0 -43
- package/src/icons/SavingsFilledIcon.tsx +0 -35
- package/src/icons/SavingsIcon.tsx +0 -35
- package/src/icons/ScheduleIcon.tsx +0 -35
- package/src/icons/ScheduleSendIcon.tsx +0 -35
- package/src/icons/SearchNormalIcon.tsx +0 -32
- package/src/icons/SellIcon.tsx +0 -35
- package/src/icons/SendIcon.tsx +0 -35
- package/src/icons/ServicesIcon.tsx +0 -39
- package/src/icons/SettingsFilledIcon.tsx +0 -35
- package/src/icons/SettingsIcon.tsx +0 -35
- package/src/icons/ShareIcon.tsx +0 -35
- package/src/icons/ShareWithContactsIcon.tsx +0 -62
- package/src/icons/ShareWithSocialsIcon.tsx +0 -64
- package/src/icons/ShoppingCartFilledIcon.tsx +0 -35
- package/src/icons/ShoppingCartIcon.tsx +0 -35
- package/src/icons/ShuffleIcon.tsx +0 -35
- package/src/icons/SmartPhoneIcon.tsx +0 -35
- package/src/icons/SocialLeaderboardIcon.tsx +0 -35
- package/src/icons/StarFilledIcon.tsx +0 -35
- package/src/icons/StarHalfIcon.tsx +0 -35
- package/src/icons/StarIcon.tsx +0 -35
- package/src/icons/StoreFrontFilledIcon.tsx +0 -35
- package/src/icons/StoreFrontIcon.tsx +0 -35
- package/src/icons/StrikeThroughSIcon.tsx +0 -35
- package/src/icons/StyleIcon.tsx +0 -35
- package/src/icons/SubscriptionIcon.tsx +0 -46
- package/src/icons/SubscriptionsFilledIcon.tsx +0 -35
- package/src/icons/SubscriptionsIcon.tsx +0 -35
- package/src/icons/SupervisorAccountIcon.tsx +0 -35
- package/src/icons/SwitchAccountFilledIcon.tsx +0 -35
- package/src/icons/SwitchAccountIcon.tsx +0 -35
- package/src/icons/SyncSavedLocallyIcon.tsx +0 -35
- package/src/icons/TabletIcon.tsx +0 -35
- package/src/icons/ThumbDownFilledIcon.tsx +0 -22
- package/src/icons/ThumbDownIcon.tsx +0 -22
- package/src/icons/ThumbUpFilledIcon.tsx +0 -22
- package/src/icons/ThumbUpIcon.tsx +0 -22
- package/src/icons/TocIcon.tsx +0 -35
- package/src/icons/TrainingsIcon.tsx +0 -37
- package/src/icons/TrashDeleteBinIcon.tsx +0 -36
- package/src/icons/TrendingUpIcon.tsx +0 -35
- package/src/icons/UndoIcon.tsx +0 -35
- package/src/icons/UnfoldMoreIcon.tsx +0 -35
- package/src/icons/UploadIcon.tsx +0 -35
- package/src/icons/VerifiedIcon.tsx +0 -24
- package/src/icons/ViewAgendaIcon.tsx +0 -22
- package/src/icons/ViewArrayIcon.tsx +0 -35
- package/src/icons/ViewCarouselIcon.tsx +0 -35
- package/src/icons/ViewCozyIcon.tsx +0 -22
- package/src/icons/ViewModuleIcon.tsx +0 -35
- package/src/icons/VisibilityIcon.tsx +0 -35
- package/src/icons/VisibilityOffIcon.tsx +0 -35
- package/src/icons/VolunteerActivismFilledIcon.tsx +0 -35
- package/src/icons/VolunteerActivismIcon.tsx +0 -35
- package/src/icons/WBSunnyIcon.tsx +0 -35
- package/src/icons/WarningFilledIcon.tsx +0 -35
- package/src/icons/WarningIcon.tsx +0 -35
- package/src/icons/WebinarsIcon.tsx +0 -57
- package/src/icons/WidgetsFilledIcon.tsx +0 -35
- package/src/icons/WidgetsIcon.tsx +0 -35
- package/src/icons/WorkshopsIcon.tsx +0 -50
- package/src/icons/index.ts +0 -305
- package/src/index.ts +0 -4
- package/src/pages/Home.tsx +0 -30
- package/src/pages/Login.tsx +0 -13
- package/src/pages/Page404.tsx +0 -13
- package/src/pages/index.tsx +0 -21
- package/src/routes/index.tsx +0 -7
- package/src/stories/Accordion/Accordion.stories.tsx +0 -100
- package/src/stories/Accordion/AccordionWrapper.tsx +0 -16
- package/src/stories/Avatars/Avatar.stories.ts +0 -57
- package/src/stories/Buttons/Button.stories.tsx +0 -95
- package/src/stories/Buttons/IconButton.stories.ts +0 -68
- package/src/stories/Buttons/IconButtonWrapper.tsx +0 -14
- package/src/stories/Colors.mdx +0 -12
- package/src/stories/Configure.mdx +0 -371
- package/src/stories/InputFields/InputFields.stories.ts +0 -54
- package/src/stories/InputFields/MarkdownEditor.stories.ts +0 -20
- package/src/stories/InputFields/SearchInput.stories.ts +0 -22
- package/src/stories/InputFields/SearchInput.tsx +0 -19
- package/src/stories/InputFields/Select/CountrySelect.stories.tsx +0 -21
- package/src/stories/InputFields/Select/CountrySelectWrapper.tsx +0 -25
- package/src/stories/InputFields/Select/CreatableSelect.stories.tsx +0 -48
- package/src/stories/InputFields/Select/CreatableSelectWrapper.tsx +0 -25
- package/src/stories/InputFields/Select/PhoneNumberInput.stories.tsx +0 -33
- package/src/stories/InputFields/Select/PhoneNumberInputWrapper.tsx +0 -21
- package/src/stories/InputFields/Select/Select.stories.tsx +0 -49
- package/src/stories/InputFields/Select/SelectWrapper.tsx +0 -25
- package/src/stories/InputFields/TextArea.stories.ts +0 -22
- package/src/stories/InputFields/UsernameInput.stories.ts +0 -22
- package/src/stories/Tiles/Tile.stories.tsx +0 -71
- package/src/stories/Tiles/TileWrapper.tsx +0 -17
- package/src/stories/Typography/DisplayText.stories.ts +0 -52
- package/src/stories/Typography/HeadingText.stories.ts +0 -86
- package/src/stories/Typography/ParagraphText.stories.ts +0 -62
- package/src/stories/Typography/SubtitleText.stories.ts +0 -93
- package/src/stories/Uploaders/FileUploadWrapper.tsx +0 -25
- package/src/stories/Uploaders/FileUploader.stories.tsx +0 -17
- package/src/stories/Uploaders/ImageUploadWrapper.tsx +0 -30
- package/src/stories/Uploaders/ImageUploader.stories.tsx +0 -19
- package/src/stories/assets/accessibility.png +0 -0
- package/src/stories/assets/accessibility.svg +0 -5
- package/src/stories/assets/addon-library.png +0 -0
- package/src/stories/assets/assets.png +0 -0
- package/src/stories/assets/context.png +0 -0
- package/src/stories/assets/discord.svg +0 -15
- package/src/stories/assets/docs.png +0 -0
- package/src/stories/assets/figma-plugin.png +0 -0
- package/src/stories/assets/github.svg +0 -3
- package/src/stories/assets/share.png +0 -0
- package/src/stories/assets/styling.png +0 -0
- package/src/stories/assets/testing.png +0 -0
- package/src/stories/assets/theming.png +0 -0
- package/src/stories/assets/tutorials.svg +0 -12
- package/src/stories/assets/youtube.svg +0 -4
- package/src/stories/colors/index.ts +0 -4
- package/src/stories/controls/Chip.stories.ts +0 -42
- package/src/stories/controls/DoubleTab.stories.ts +0 -32
- package/src/stories/controls/DoubleTabWrapper.tsx +0 -15
- package/src/stories/controls/Pagination.stories.ts +0 -21
- package/src/stories/controls/PaginationWrapper.tsx +0 -23
- package/src/stories/controls/RadioButton.stories.ts +0 -49
- package/src/stories/controls/RectangleCheckButton.stories.ts +0 -41
- package/src/stories/controls/RoundCheckButton.stories.ts +0 -41
- package/src/stories/controls/Stepper.stories.ts +0 -37
- package/src/stories/controls/StepperDemoCmp.tsx +0 -37
- package/src/stories/controls/TabMenu.stories.ts +0 -33
- package/src/stories/controls/TabMenuWrapper.tsx +0 -14
- package/src/stories/controls/ToggleButton.stories.ts +0 -41
- package/src/stories/icons/Icons.mdx +0 -26
- package/src/stories/icons/index.ts +0 -613
- package/src/stories/notifications/Banner.stories.ts +0 -88
- package/src/stories/notifications/ClickTooltip.stories.ts +0 -21
- package/src/stories/notifications/ClickTooltipWrapper.tsx +0 -19
- package/src/stories/notifications/HoverTooltip.stories.ts +0 -35
- package/src/stories/notifications/HoverTooltipWrapper.tsx +0 -16
- package/src/stories/notifications/Snackbar.stories.ts +0 -17
- package/src/stories/notifications/SnackbarWrapper.tsx +0 -107
- package/src/utils/countries-flag.json +0 -1752
- package/tsconfig.json +0 -34
- package/vite.config.ts +0 -36
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
CountrySelect,
|
|
5
|
-
ICountrySelectProps,
|
|
6
|
-
} from "components/InputFields/SelectInput";
|
|
7
|
-
import { useState } from "react";
|
|
8
|
-
|
|
9
|
-
const CountrySelectWrapper = (props: ICountrySelectProps) => {
|
|
10
|
-
const [selectValue, setSelectValue] = useState<{
|
|
11
|
-
value: string;
|
|
12
|
-
label: string;
|
|
13
|
-
}>();
|
|
14
|
-
return (
|
|
15
|
-
<CountrySelect
|
|
16
|
-
{...props}
|
|
17
|
-
value={selectValue}
|
|
18
|
-
onChange={(e) => {
|
|
19
|
-
setSelectValue(e);
|
|
20
|
-
}}
|
|
21
|
-
/>
|
|
22
|
-
);
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export default CountrySelectWrapper;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import type { Meta } from "@storybook/react";
|
|
4
|
-
import CreatableSelectWrapper from "./CreatableSelectWrapper";
|
|
5
|
-
import { CreatableSelectInput } from "components/InputFields/SelectInput";
|
|
6
|
-
|
|
7
|
-
const meta: Meta<typeof CreatableSelectInput> = {
|
|
8
|
-
title: "Components/InputFields/CreatableSelect",
|
|
9
|
-
component: CreatableSelectWrapper,
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export default meta;
|
|
13
|
-
type Story = typeof meta;
|
|
14
|
-
|
|
15
|
-
export const Select: Story = {
|
|
16
|
-
args: {
|
|
17
|
-
label: "Title",
|
|
18
|
-
id: "title",
|
|
19
|
-
name: "title",
|
|
20
|
-
placeholder: "Select an option",
|
|
21
|
-
options: [
|
|
22
|
-
{ value: "mr", label: "Mr" },
|
|
23
|
-
{ value: "mrs", label: "Mrs" },
|
|
24
|
-
{ value: "miss", label: "Miss" },
|
|
25
|
-
{ value: "ms", label: "Ms" },
|
|
26
|
-
{ value: "dr", label: "Dr" },
|
|
27
|
-
{ value: "other", label: "Other" },
|
|
28
|
-
],
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
export const MultiSelect: Story = {
|
|
33
|
-
args: {
|
|
34
|
-
label: "Title",
|
|
35
|
-
id: "title",
|
|
36
|
-
name: "title",
|
|
37
|
-
isMulti: true,
|
|
38
|
-
placeholder: "Select an option",
|
|
39
|
-
options: [
|
|
40
|
-
{ value: "mr", label: "Mr" },
|
|
41
|
-
{ value: "mrs", label: "Mrs" },
|
|
42
|
-
{ value: "miss", label: "Miss" },
|
|
43
|
-
{ value: "ms", label: "Ms" },
|
|
44
|
-
{ value: "dr", label: "Dr" },
|
|
45
|
-
{ value: "other", label: "Other" },
|
|
46
|
-
],
|
|
47
|
-
},
|
|
48
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
ISelectInputProps,
|
|
5
|
-
CreatableSelectInput,
|
|
6
|
-
} from "components/InputFields/SelectInput";
|
|
7
|
-
import { useState } from "react";
|
|
8
|
-
|
|
9
|
-
const CreatableSelectWrapper = (props: ISelectInputProps) => {
|
|
10
|
-
const [selectValue, setSelectValue] = useState<{
|
|
11
|
-
value: string;
|
|
12
|
-
label: string;
|
|
13
|
-
}>();
|
|
14
|
-
return (
|
|
15
|
-
<CreatableSelectInput
|
|
16
|
-
{...props}
|
|
17
|
-
value={selectValue}
|
|
18
|
-
onChange={(e) => {
|
|
19
|
-
setSelectValue(e);
|
|
20
|
-
}}
|
|
21
|
-
/>
|
|
22
|
-
);
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export default CreatableSelectWrapper;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import type { Meta } from "@storybook/react";
|
|
4
|
-
import { PhoneNumberInput as PhoneNumberInputType } from "components/InputFields/SelectInput";
|
|
5
|
-
import PhoneNumberInputWrapper from "./PhoneNumberInputWrapper";
|
|
6
|
-
|
|
7
|
-
const meta: Meta<typeof PhoneNumberInputType> = {
|
|
8
|
-
title: "Components/InputFields/PhoneNumberInput",
|
|
9
|
-
component: PhoneNumberInputWrapper,
|
|
10
|
-
tags: ["autodocs"],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export default meta;
|
|
14
|
-
type Story = typeof meta;
|
|
15
|
-
|
|
16
|
-
export const PhoneNumberInput: Story = {
|
|
17
|
-
args: {
|
|
18
|
-
placeholder: "+111 111111 11",
|
|
19
|
-
},
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
export const PhoneNumberInputWithLabel: Story = {
|
|
23
|
-
args: {
|
|
24
|
-
label: "Phone Number",
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export const PhoneNumberInputWithLabelAndSubtext: Story = {
|
|
29
|
-
args: {
|
|
30
|
-
label: "Phone Number",
|
|
31
|
-
subtext: "Enter your phone number",
|
|
32
|
-
},
|
|
33
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
import {
|
|
3
|
-
IPhoneNumberInputProps,
|
|
4
|
-
PhoneNumberInput,
|
|
5
|
-
} from "components/InputFields/SelectInput";
|
|
6
|
-
import { useState } from "react";
|
|
7
|
-
|
|
8
|
-
const PhoneNumberInputWrapper = (props: IPhoneNumberInputProps) => {
|
|
9
|
-
const [selectValue, setSelectValue] = useState();
|
|
10
|
-
return (
|
|
11
|
-
<PhoneNumberInput
|
|
12
|
-
value={selectValue}
|
|
13
|
-
onChange={(e: any) => {
|
|
14
|
-
setSelectValue(e);
|
|
15
|
-
}}
|
|
16
|
-
{...props}
|
|
17
|
-
/>
|
|
18
|
-
);
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export default PhoneNumberInputWrapper;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import type { Meta } from "@storybook/react";
|
|
4
|
-
import { SelectInput } from "components/InputFields/SelectInput";
|
|
5
|
-
import SelectWrapper from "./SelectWrapper";
|
|
6
|
-
|
|
7
|
-
const meta: Meta<typeof SelectInput> = {
|
|
8
|
-
title: "Components/InputFields/Select",
|
|
9
|
-
component: SelectWrapper,
|
|
10
|
-
tags: ["autodocs"],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export default meta;
|
|
14
|
-
type Story = typeof meta;
|
|
15
|
-
|
|
16
|
-
export const Select: Story = {
|
|
17
|
-
args: {
|
|
18
|
-
label: "Title",
|
|
19
|
-
id: "title",
|
|
20
|
-
name: "title",
|
|
21
|
-
placeholder: "Select an option",
|
|
22
|
-
options: [
|
|
23
|
-
{ value: "mr", label: "Mr" },
|
|
24
|
-
{ value: "mrs", label: "Mrs" },
|
|
25
|
-
{ value: "miss", label: "Miss" },
|
|
26
|
-
{ value: "ms", label: "Ms" },
|
|
27
|
-
{ value: "dr", label: "Dr" },
|
|
28
|
-
{ value: "other", label: "Other" },
|
|
29
|
-
],
|
|
30
|
-
},
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
export const MultiSelect: Story = {
|
|
34
|
-
args: {
|
|
35
|
-
label: "Title",
|
|
36
|
-
id: "title",
|
|
37
|
-
name: "title",
|
|
38
|
-
isMulti: true,
|
|
39
|
-
placeholder: "Select an option",
|
|
40
|
-
options: [
|
|
41
|
-
{ value: "mr", label: "Mr" },
|
|
42
|
-
{ value: "mrs", label: "Mrs" },
|
|
43
|
-
{ value: "miss", label: "Miss" },
|
|
44
|
-
{ value: "ms", label: "Ms" },
|
|
45
|
-
{ value: "dr", label: "Dr" },
|
|
46
|
-
{ value: "other", label: "Other" },
|
|
47
|
-
],
|
|
48
|
-
},
|
|
49
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
SelectInput,
|
|
5
|
-
ISelectInputProps,
|
|
6
|
-
} from "components/InputFields/SelectInput/";
|
|
7
|
-
import { useState } from "react";
|
|
8
|
-
|
|
9
|
-
const SelectWrapper = (props: ISelectInputProps) => {
|
|
10
|
-
const [selectValue, setSelectValue] = useState<{
|
|
11
|
-
value: string;
|
|
12
|
-
label: string;
|
|
13
|
-
}>();
|
|
14
|
-
return (
|
|
15
|
-
<SelectInput
|
|
16
|
-
{...props}
|
|
17
|
-
value={selectValue}
|
|
18
|
-
onChange={(e) => {
|
|
19
|
-
setSelectValue(e);
|
|
20
|
-
}}
|
|
21
|
-
/>
|
|
22
|
-
);
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export default SelectWrapper;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
4
|
-
import TextArea from "components/InputFields/TextArea";
|
|
5
|
-
|
|
6
|
-
const meta: Meta<typeof TextArea> = {
|
|
7
|
-
title: "Components/InputFields/TextArea",
|
|
8
|
-
component: TextArea,
|
|
9
|
-
tags: ["autodocs"],
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export default meta;
|
|
13
|
-
type Story = StoryObj<typeof TextArea>;
|
|
14
|
-
|
|
15
|
-
export const TextAreaField: Story = {
|
|
16
|
-
args: {
|
|
17
|
-
label: "Text Area",
|
|
18
|
-
name: "sample",
|
|
19
|
-
id: "sample",
|
|
20
|
-
textLimit: 20,
|
|
21
|
-
},
|
|
22
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
4
|
-
import UsernameInput from "components/InputFields/UsernameInput";
|
|
5
|
-
|
|
6
|
-
const meta: Meta<typeof UsernameInput> = {
|
|
7
|
-
title: "Components/InputFields/UsernameInput",
|
|
8
|
-
component: UsernameInput,
|
|
9
|
-
tags: ["autodocs"],
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export default meta;
|
|
13
|
-
type Story = StoryObj<typeof UsernameInput>;
|
|
14
|
-
|
|
15
|
-
export const UsernameField: Story = {
|
|
16
|
-
args: {
|
|
17
|
-
label: "Username",
|
|
18
|
-
name: "sample",
|
|
19
|
-
id: "sample",
|
|
20
|
-
type: "text",
|
|
21
|
-
},
|
|
22
|
-
};
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
4
|
-
import TileWrapper from "./TileWrapper";
|
|
5
|
-
import { LocalFloristFilledIcon } from "icons";
|
|
6
|
-
|
|
7
|
-
const meta: Meta<typeof TileWrapper> = {
|
|
8
|
-
title: "Components/Tiles",
|
|
9
|
-
component: TileWrapper,
|
|
10
|
-
tags: ["autodocs"],
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export default meta;
|
|
14
|
-
type Story = StoryObj<typeof TileWrapper>;
|
|
15
|
-
|
|
16
|
-
export const TileWithTrailingIconAndSubtext: Story = {
|
|
17
|
-
args: {
|
|
18
|
-
title: "Tile",
|
|
19
|
-
icon: <LocalFloristFilledIcon fontSize={"28px"} />,
|
|
20
|
-
iconPosition: "trailing",
|
|
21
|
-
subText:
|
|
22
|
-
"Lorem ipsum dolor sit amet consectetur. Suscipit ac amet bibendum convallis quis turpis dolor elit ",
|
|
23
|
-
},
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
export const TileWithTopRadioIconAndSubtext: Story = {
|
|
27
|
-
args: {
|
|
28
|
-
title: "Tile",
|
|
29
|
-
icon: <LocalFloristFilledIcon fontSize={"28px"} />,
|
|
30
|
-
iconPosition: "top",
|
|
31
|
-
hasRadioButton: true,
|
|
32
|
-
subText:
|
|
33
|
-
"Lorem ipsum dolor sit amet consectetur. Suscipit ac amet bibendum convallis quis turpis dolor elit ",
|
|
34
|
-
},
|
|
35
|
-
};
|
|
36
|
-
export const TileWithTopIconAndSubtext: Story = {
|
|
37
|
-
args: {
|
|
38
|
-
title: "Tile",
|
|
39
|
-
icon: <LocalFloristFilledIcon fontSize={"28px"} />,
|
|
40
|
-
iconPosition: "top",
|
|
41
|
-
subText:
|
|
42
|
-
"Lorem ipsum dolor sit amet consectetur. Suscipit ac amet bibendum convallis quis turpis dolor elit ",
|
|
43
|
-
},
|
|
44
|
-
};
|
|
45
|
-
export const TileWithTopIcon: Story = {
|
|
46
|
-
args: {
|
|
47
|
-
title: "Tile",
|
|
48
|
-
icon: <LocalFloristFilledIcon fontSize={"28px"} />,
|
|
49
|
-
iconPosition: "top",
|
|
50
|
-
hasRadioButton: true,
|
|
51
|
-
},
|
|
52
|
-
};
|
|
53
|
-
export const TileWithSubtext: Story = {
|
|
54
|
-
args: {
|
|
55
|
-
title: "Tile",
|
|
56
|
-
hasRadioButton: true,
|
|
57
|
-
subText:
|
|
58
|
-
"Lorem ipsum dolor sit amet consectetur. Suscipit ac amet bibendum convallis quis turpis dolor elit ",
|
|
59
|
-
},
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
export const TileWithLeadingRadioIconAndSubtext: Story = {
|
|
63
|
-
args: {
|
|
64
|
-
title: "Tile",
|
|
65
|
-
icon: <LocalFloristFilledIcon fontSize={"28px"} />,
|
|
66
|
-
iconPosition: "leading",
|
|
67
|
-
hasRadioButton: true,
|
|
68
|
-
subText:
|
|
69
|
-
"Lorem ipsum dolor sit amet consectetur. Suscipit ac amet bibendum convallis quis turpis dolor elit ",
|
|
70
|
-
},
|
|
71
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import Tile, { TileProps } from "components/Tiles";
|
|
4
|
-
import { useState } from "react";
|
|
5
|
-
|
|
6
|
-
const TileWrapper = (props: TileProps) => {
|
|
7
|
-
const [isSelected, setIsSelected] = useState(false);
|
|
8
|
-
return (
|
|
9
|
-
<Tile
|
|
10
|
-
{...props}
|
|
11
|
-
isSelected={isSelected}
|
|
12
|
-
onClick={() => setIsSelected((prev) => !prev)}
|
|
13
|
-
/>
|
|
14
|
-
);
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export default TileWrapper;
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
4
|
-
import Display from "components/Typography/Display";
|
|
5
|
-
|
|
6
|
-
const meta: Meta<typeof Display> = {
|
|
7
|
-
title: "Components/Typography",
|
|
8
|
-
component: Display,
|
|
9
|
-
tags: ["autodocs"],
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export default meta;
|
|
13
|
-
type Story = StoryObj<typeof Display>;
|
|
14
|
-
|
|
15
|
-
export const DisplayText3XL: Story = {
|
|
16
|
-
args: {
|
|
17
|
-
size: "3xl",
|
|
18
|
-
children: "A sample text",
|
|
19
|
-
},
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
export const DisplayTextXXL: Story = {
|
|
23
|
-
args: {
|
|
24
|
-
size: "xxl",
|
|
25
|
-
children: "A sample text",
|
|
26
|
-
},
|
|
27
|
-
};
|
|
28
|
-
export const DisplayTextXL: Story = {
|
|
29
|
-
args: {
|
|
30
|
-
size: "xl",
|
|
31
|
-
children: "A sample text",
|
|
32
|
-
},
|
|
33
|
-
};
|
|
34
|
-
export const DisplayTextL: Story = {
|
|
35
|
-
args: {
|
|
36
|
-
size: "l",
|
|
37
|
-
children: "A sample text",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
export const DisplayTextM: Story = {
|
|
41
|
-
args: {
|
|
42
|
-
size: "m",
|
|
43
|
-
children: "A sample text",
|
|
44
|
-
},
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
export const DisplayTextResponsive: Story = {
|
|
48
|
-
args: {
|
|
49
|
-
size: { xl: "3xl", lg: "xxl", md: "xl", base: "l" },
|
|
50
|
-
children: "A sample text",
|
|
51
|
-
},
|
|
52
|
-
};
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
4
|
-
import Heading from "components/Typography/Heading";
|
|
5
|
-
|
|
6
|
-
const meta: Meta<typeof Heading> = {
|
|
7
|
-
title: "Components/Typography",
|
|
8
|
-
component: Heading,
|
|
9
|
-
tags: ["autodocs"],
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export default meta;
|
|
13
|
-
type Story = StoryObj<typeof Heading>;
|
|
14
|
-
|
|
15
|
-
export const HeadingText3XL: Story = {
|
|
16
|
-
args: {
|
|
17
|
-
size: "3xl",
|
|
18
|
-
children: "A sample text",
|
|
19
|
-
},
|
|
20
|
-
};
|
|
21
|
-
export const HeadingTextXXL: Story = {
|
|
22
|
-
args: {
|
|
23
|
-
size: "xxl",
|
|
24
|
-
children: "A sample text",
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
export const HeadingTextXL: Story = {
|
|
28
|
-
args: {
|
|
29
|
-
size: "xl",
|
|
30
|
-
children: "A sample text",
|
|
31
|
-
},
|
|
32
|
-
};
|
|
33
|
-
export const HeadingTextL: Story = {
|
|
34
|
-
args: {
|
|
35
|
-
size: "l",
|
|
36
|
-
children: "A sample text",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
export const HeadingTextM: Story = {
|
|
40
|
-
args: {
|
|
41
|
-
size: "m",
|
|
42
|
-
children: "A sample text",
|
|
43
|
-
},
|
|
44
|
-
};
|
|
45
|
-
export const HeadingTextS: Story = {
|
|
46
|
-
args: {
|
|
47
|
-
size: "s",
|
|
48
|
-
children: "A sample text",
|
|
49
|
-
},
|
|
50
|
-
};
|
|
51
|
-
export const HeadingTextXS: Story = {
|
|
52
|
-
args: {
|
|
53
|
-
size: "xs",
|
|
54
|
-
children: "A sample text",
|
|
55
|
-
},
|
|
56
|
-
};
|
|
57
|
-
export const HeadingTextXXS: Story = {
|
|
58
|
-
args: {
|
|
59
|
-
size: "xxs",
|
|
60
|
-
children: "A sample text",
|
|
61
|
-
},
|
|
62
|
-
};
|
|
63
|
-
export const HeadingText3XS: Story = {
|
|
64
|
-
args: {
|
|
65
|
-
size: "3xs",
|
|
66
|
-
children: "A sample text",
|
|
67
|
-
},
|
|
68
|
-
};
|
|
69
|
-
export const HeadingText4XS: Story = {
|
|
70
|
-
args: {
|
|
71
|
-
size: "4xs",
|
|
72
|
-
children: "A sample text",
|
|
73
|
-
},
|
|
74
|
-
};
|
|
75
|
-
export const HeadingText5XS: Story = {
|
|
76
|
-
args: {
|
|
77
|
-
size: "5xs",
|
|
78
|
-
children: "A sample text",
|
|
79
|
-
},
|
|
80
|
-
};
|
|
81
|
-
export const HeadingTextResponsive: Story = {
|
|
82
|
-
args: {
|
|
83
|
-
size: { xl: "3xl", lg: "xxl", md: "l", base: "s" },
|
|
84
|
-
children: "A sample text",
|
|
85
|
-
},
|
|
86
|
-
};
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
4
|
-
import Paragraph from "components/Typography/Paragraph";
|
|
5
|
-
|
|
6
|
-
const meta: Meta<typeof Paragraph> = {
|
|
7
|
-
title: "Components/Typography",
|
|
8
|
-
component: Paragraph,
|
|
9
|
-
tags: ["autodocs"],
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export default meta;
|
|
13
|
-
type Story = StoryObj<typeof Paragraph>;
|
|
14
|
-
|
|
15
|
-
export const ParagraphTextXL: Story = {
|
|
16
|
-
args: {
|
|
17
|
-
size: "xl",
|
|
18
|
-
children: "A sample text",
|
|
19
|
-
},
|
|
20
|
-
};
|
|
21
|
-
export const ParagraphTextL: Story = {
|
|
22
|
-
args: {
|
|
23
|
-
size: "l",
|
|
24
|
-
children: "A sample text",
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
export const ParagraphTextM: Story = {
|
|
28
|
-
args: {
|
|
29
|
-
size: "m",
|
|
30
|
-
children: "A sample text",
|
|
31
|
-
},
|
|
32
|
-
};
|
|
33
|
-
export const ParagraphTextS: Story = {
|
|
34
|
-
args: {
|
|
35
|
-
size: "s",
|
|
36
|
-
children: "A sample text",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
export const ParagraphTextXS: Story = {
|
|
40
|
-
args: {
|
|
41
|
-
size: "xs",
|
|
42
|
-
children: "A sample text",
|
|
43
|
-
},
|
|
44
|
-
};
|
|
45
|
-
export const ParagraphTextXXS: Story = {
|
|
46
|
-
args: {
|
|
47
|
-
size: "xxs",
|
|
48
|
-
children: "A sample text",
|
|
49
|
-
},
|
|
50
|
-
};
|
|
51
|
-
export const ParagraphText3XS: Story = {
|
|
52
|
-
args: {
|
|
53
|
-
size: "3xs",
|
|
54
|
-
children: "A sample text",
|
|
55
|
-
},
|
|
56
|
-
};
|
|
57
|
-
export const ParagraphTextResponsive: Story = {
|
|
58
|
-
args: {
|
|
59
|
-
size: { xl: "xl", lg: "l", md: "m", base: "s" },
|
|
60
|
-
children: "A sample text",
|
|
61
|
-
},
|
|
62
|
-
};
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
4
|
-
import Subtitle from "components/Typography/Subtitle";
|
|
5
|
-
|
|
6
|
-
const meta: Meta<typeof Subtitle> = {
|
|
7
|
-
title: "Components/Typography",
|
|
8
|
-
component: Subtitle,
|
|
9
|
-
tags: ["autodocs"],
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export default meta;
|
|
13
|
-
type Story = StoryObj<typeof Subtitle>;
|
|
14
|
-
|
|
15
|
-
export const SubtitleText3XL: Story = {
|
|
16
|
-
args: {
|
|
17
|
-
size: "3xl",
|
|
18
|
-
children: "A sample text",
|
|
19
|
-
},
|
|
20
|
-
};
|
|
21
|
-
export const SubtitleTextXXL: Story = {
|
|
22
|
-
args: {
|
|
23
|
-
size: "xxl",
|
|
24
|
-
children: "A sample text",
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
export const SubtitleTextXL: Story = {
|
|
28
|
-
args: {
|
|
29
|
-
size: "xl",
|
|
30
|
-
children: "A sample text",
|
|
31
|
-
},
|
|
32
|
-
};
|
|
33
|
-
export const SubtitleTextL: Story = {
|
|
34
|
-
args: {
|
|
35
|
-
size: "l",
|
|
36
|
-
children: "A sample text",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
export const SubtitleTextM: Story = {
|
|
40
|
-
args: {
|
|
41
|
-
size: "m",
|
|
42
|
-
children: "A sample text",
|
|
43
|
-
},
|
|
44
|
-
};
|
|
45
|
-
export const SubtitleTextS: Story = {
|
|
46
|
-
args: {
|
|
47
|
-
size: "s",
|
|
48
|
-
children: "A sample text",
|
|
49
|
-
},
|
|
50
|
-
};
|
|
51
|
-
export const SubtitleTextXS: Story = {
|
|
52
|
-
args: {
|
|
53
|
-
size: "xs",
|
|
54
|
-
children: "A sample text",
|
|
55
|
-
},
|
|
56
|
-
};
|
|
57
|
-
export const SubtitleTextXXS: Story = {
|
|
58
|
-
args: {
|
|
59
|
-
size: "xxs",
|
|
60
|
-
children: "A sample text",
|
|
61
|
-
},
|
|
62
|
-
};
|
|
63
|
-
export const SubtitleText3XS: Story = {
|
|
64
|
-
args: {
|
|
65
|
-
size: "3xs",
|
|
66
|
-
children: "A sample text",
|
|
67
|
-
},
|
|
68
|
-
};
|
|
69
|
-
export const SubtitleText4XS: Story = {
|
|
70
|
-
args: {
|
|
71
|
-
size: "4xs",
|
|
72
|
-
children: "A sample text",
|
|
73
|
-
},
|
|
74
|
-
};
|
|
75
|
-
export const SubtitleText5XS: Story = {
|
|
76
|
-
args: {
|
|
77
|
-
size: "5xs",
|
|
78
|
-
children: "A sample text",
|
|
79
|
-
},
|
|
80
|
-
};
|
|
81
|
-
export const SubtitleText6XSText: Story = {
|
|
82
|
-
args: {
|
|
83
|
-
size: "6xs",
|
|
84
|
-
children: "A sample text",
|
|
85
|
-
},
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
export const SubtitleText7XS: Story = {
|
|
89
|
-
args: {
|
|
90
|
-
size: "7xs",
|
|
91
|
-
children: "A sample text",
|
|
92
|
-
},
|
|
93
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import FileUploader, { IFileUpload } from "components/Uploader/FileUploader";
|
|
4
|
-
import { PictureAsPdfIcon } from "icons";
|
|
5
|
-
import { useState } from "react";
|
|
6
|
-
|
|
7
|
-
const FileUploadWrapper = (props: IFileUpload) => {
|
|
8
|
-
const [file, setFile] = useState<File>();
|
|
9
|
-
|
|
10
|
-
return (
|
|
11
|
-
<FileUploader
|
|
12
|
-
{...props}
|
|
13
|
-
onHandleChange={(e) => {
|
|
14
|
-
e.preventDefault();
|
|
15
|
-
if (e.target.files) {
|
|
16
|
-
setFile(e.target.files[0]);
|
|
17
|
-
}
|
|
18
|
-
}}
|
|
19
|
-
file={file}
|
|
20
|
-
fileTypeIcon={<PictureAsPdfIcon />}
|
|
21
|
-
/>
|
|
22
|
-
);
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export default FileUploadWrapper;
|