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,486 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
|
|
4
|
-
@font-face {
|
|
5
|
-
font-family: "Degular";
|
|
6
|
-
src: url("../fonts/Degular-Medium.woff2") format("woff2");
|
|
7
|
-
font-weight: 500;
|
|
8
|
-
font-style: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
@font-face {
|
|
12
|
-
font-family: "Degular";
|
|
13
|
-
src: url("../fonts/Degular-Medium_Italic.woff2") format("woff2");
|
|
14
|
-
font-weight: 500;
|
|
15
|
-
font-style: italic;
|
|
16
|
-
}
|
|
17
|
-
@font-face {
|
|
18
|
-
font-family: "Degular";
|
|
19
|
-
src: url("../fonts/Degular-Semibold.woff2") format("woff2");
|
|
20
|
-
font-weight: 600;
|
|
21
|
-
font-style: normal;
|
|
22
|
-
}
|
|
23
|
-
@font-face {
|
|
24
|
-
font-family: "Degular";
|
|
25
|
-
src: url("../fonts/Degular-Semibold_Italic.woff2") format("woff2");
|
|
26
|
-
font-weight: 600;
|
|
27
|
-
font-style: italic;
|
|
28
|
-
}
|
|
29
|
-
@font-face {
|
|
30
|
-
font-family: "Degular Display";
|
|
31
|
-
src: url("../fonts/Degular_Display-Semibold.woff2") format("woff2");
|
|
32
|
-
font-weight: 600;
|
|
33
|
-
font-style: normal;
|
|
34
|
-
}
|
|
35
|
-
@font-face {
|
|
36
|
-
font-family: "Degular Display";
|
|
37
|
-
src: url("../fonts/Degular_Display-Semibold_Italic.woff2") format("woff2");
|
|
38
|
-
font-weight: 600;
|
|
39
|
-
font-style: italic;
|
|
40
|
-
}
|
|
41
|
-
@font-face {
|
|
42
|
-
font-family: "Degular Display";
|
|
43
|
-
src: url("../fonts/Degular_Display-Bold.woff2") format("woff2");
|
|
44
|
-
font-weight: 700;
|
|
45
|
-
font-style: normal;
|
|
46
|
-
}
|
|
47
|
-
@font-face {
|
|
48
|
-
font-family: "Degular Display";
|
|
49
|
-
src: url("../fonts/Degular_Display-Bold_Italic.woff2") format("woff2");
|
|
50
|
-
font-weight: 700;
|
|
51
|
-
font-style: italic;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/* Sohne */
|
|
55
|
-
@font-face {
|
|
56
|
-
font-family: "Sohne";
|
|
57
|
-
src: local("Sohne"), url("../fonts/Sohne-Buch.otf") format("opentype");
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@font-face {
|
|
61
|
-
font-family: "Söhne Breit";
|
|
62
|
-
src: url("../fonts/soehne-leicht.woff2") format("woff2");
|
|
63
|
-
src: url("../fonts/So¦êhne-Leicht.otf") format("opentype");
|
|
64
|
-
font-weight: 300;
|
|
65
|
-
font-style: normal;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
@font-face {
|
|
69
|
-
font-family: "Söhne Breit";
|
|
70
|
-
src: url("../fonts/soehne-buch.woff2") format("woff2");
|
|
71
|
-
src: url("../fonts/So¦êhne-Buch.otf") format("opentype");
|
|
72
|
-
font-weight: 400;
|
|
73
|
-
font-style: normal;
|
|
74
|
-
}
|
|
75
|
-
@font-face {
|
|
76
|
-
font-family: "Söhne Breit";
|
|
77
|
-
src: url("../fonts/soehne-buch-kursiv.woff2") format("woff2");
|
|
78
|
-
src: url("../fonts/So¦êhne-BuchKursiv.otf") format("opentype");
|
|
79
|
-
font-weight: 400;
|
|
80
|
-
font-style: italic;
|
|
81
|
-
}
|
|
82
|
-
@font-face {
|
|
83
|
-
font-family: "Söhne Breit";
|
|
84
|
-
src: url("../fonts/soehne-kraftig.woff2") format("woff2");
|
|
85
|
-
src: url("../fonts/So¦êhne-Kra¦êftig.otf") format("opentype");
|
|
86
|
-
font-weight: 500;
|
|
87
|
-
font-style: normal;
|
|
88
|
-
}
|
|
89
|
-
@font-face {
|
|
90
|
-
font-family: "Söhne Breit";
|
|
91
|
-
src: url("../fonts/soehne-kraftig-kursiv.woff2") format("woff2");
|
|
92
|
-
src: url("../fonts/So¦êhne-Kra¦êftigKursiv.otf") format("opentype");
|
|
93
|
-
font-weight: 500;
|
|
94
|
-
font-style: italic;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
@font-face {
|
|
98
|
-
font-family: "Söhne Breit";
|
|
99
|
-
src: url("../fonts/soehne-halbfett.woff2") format("woff2");
|
|
100
|
-
src: url("../fonts/So¦êhne-Halbfett.otf") format("opentype");
|
|
101
|
-
font-weight: 600;
|
|
102
|
-
font-style: normal;
|
|
103
|
-
}
|
|
104
|
-
@font-face {
|
|
105
|
-
font-family: "Söhne Breit";
|
|
106
|
-
src: url("../fonts/soehne-halbfett-kursiv.woff2") format("woff2");
|
|
107
|
-
src: url("../fonts/So¦êhne-HalbfettKursiv.otf") format("opentype");
|
|
108
|
-
font-weight: 600;
|
|
109
|
-
font-style: italic;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
@font-face {
|
|
113
|
-
font-family: "Söhne Breit";
|
|
114
|
-
src: url("../fonts/soehne-dreiviertelfett-kursiv.woff2") format("woff2");
|
|
115
|
-
src: url("../fonts/So¦êhne-DreiviertelfettKursiv.otf") format("opentype");
|
|
116
|
-
font-weight: 700;
|
|
117
|
-
font-style: italic;
|
|
118
|
-
}
|
|
119
|
-
@font-face {
|
|
120
|
-
font-family: "Söhne Breit";
|
|
121
|
-
src: url("../fonts/soehne-dreiviertelfett.woff2") format("woff2");
|
|
122
|
-
src: url("../fonts/So¦êhne-Dreiviertelfett.otf") format("opentype");
|
|
123
|
-
font-weight: 700;
|
|
124
|
-
font-style: normal;
|
|
125
|
-
}
|
|
126
|
-
@font-face {
|
|
127
|
-
font-family: "Söhne Breit";
|
|
128
|
-
src: url("../fonts/soehne-fett.woff2") format("woff2");
|
|
129
|
-
src: url("../fonts/So¦êhne-Fett.otf") format("opentype");
|
|
130
|
-
font-weight: 800;
|
|
131
|
-
font-style: normal;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
@font-face {
|
|
135
|
-
font-family: "Söhne Breit";
|
|
136
|
-
src: url("../fonts/soehne-fett.woff2") format("woff2");
|
|
137
|
-
src: url("../fonts/So¦êhne-Fett.otf") format("opentype");
|
|
138
|
-
font-weight: 900;
|
|
139
|
-
font-style: normal;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
:root {
|
|
143
|
-
line-height: 1.5;
|
|
144
|
-
font-weight: 400;
|
|
145
|
-
font-synthesis: none;
|
|
146
|
-
text-rendering: optimizeLegibility;
|
|
147
|
-
-webkit-font-smoothing: antialiased;
|
|
148
|
-
-moz-osx-font-smoothing: grayscale;
|
|
149
|
-
-webkit-text-size-adjust: 100%;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
#root {
|
|
153
|
-
width: 100%;
|
|
154
|
-
min-height: 100vh;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
body {
|
|
158
|
-
margin: 0;
|
|
159
|
-
font-family: "Open Sans";
|
|
160
|
-
-webkit-font-smoothing: antialiased;
|
|
161
|
-
-moz-osx-font-smoothing: grayscale;
|
|
162
|
-
overscroll-behavior: none;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/* Phone number input styles */
|
|
166
|
-
.phone_input {
|
|
167
|
-
background: transparent !important;
|
|
168
|
-
border: none !important;
|
|
169
|
-
height: 48px !important;
|
|
170
|
-
border-radius: 12px !important;
|
|
171
|
-
width: 100% !important;
|
|
172
|
-
padding: 16px !important;
|
|
173
|
-
font-size: 16px !important;
|
|
174
|
-
font-weight: 500;
|
|
175
|
-
font-family: "Degular";
|
|
176
|
-
}
|
|
177
|
-
/* .phone_input:hover {
|
|
178
|
-
outline: 2px solid #dbdee6 !important;
|
|
179
|
-
outline-offset: -2px !important;
|
|
180
|
-
} */
|
|
181
|
-
.phone_container_class {
|
|
182
|
-
display: flex !important;
|
|
183
|
-
flex-direction: row-reverse !important;
|
|
184
|
-
border: none !important;
|
|
185
|
-
width: 100% !important;
|
|
186
|
-
/* gap: 12px !important; */
|
|
187
|
-
background: #fff !important;
|
|
188
|
-
border: 1px solid #eff1f6 !important;
|
|
189
|
-
border-radius: 12px !important;
|
|
190
|
-
}
|
|
191
|
-
.phone_container_class:focus-within {
|
|
192
|
-
border: 3px solid #313131 !important;
|
|
193
|
-
}
|
|
194
|
-
.phone_container_class:hover {
|
|
195
|
-
background: #eff1f6 !important;
|
|
196
|
-
border: 3px solid #313131 !important;
|
|
197
|
-
}
|
|
198
|
-
.phone_country_button {
|
|
199
|
-
background: transparent !important;
|
|
200
|
-
border-radius: 12px !important;
|
|
201
|
-
position: relative !important;
|
|
202
|
-
width: 44px !important;
|
|
203
|
-
border: none !important;
|
|
204
|
-
padding: 0px 14px !important;
|
|
205
|
-
margin-right: 14px !important;
|
|
206
|
-
}
|
|
207
|
-
.phone_container_class .selected-flag {
|
|
208
|
-
padding: 0px !important;
|
|
209
|
-
}
|
|
210
|
-
.react-tel-input .selected-flag {
|
|
211
|
-
width: 100% !important;
|
|
212
|
-
background-color: transparent !important;
|
|
213
|
-
}
|
|
214
|
-
.react-tel-input .selected-flag:hover,
|
|
215
|
-
.react-tel-input .selected-flag:focus {
|
|
216
|
-
background-color: transparent !important;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.phone_country_dropdown {
|
|
220
|
-
border: 1px solid #fff !important;
|
|
221
|
-
border-radius: 16px !important;
|
|
222
|
-
padding: 8px !important;
|
|
223
|
-
box-shadow: 0px 2px 4px 0px rgba(45, 59, 67, 0.05),
|
|
224
|
-
0px 2px 6px 0px rgba(45, 59, 67, 0.06) !important;
|
|
225
|
-
font-family: Degular;
|
|
226
|
-
font-size: 16px;
|
|
227
|
-
font-style: normal;
|
|
228
|
-
font-weight: 600;
|
|
229
|
-
line-height: 24px; /* 150% */
|
|
230
|
-
letter-spacing: -0.4px;
|
|
231
|
-
-ms-overflow-style: none; /* IE and Edge */
|
|
232
|
-
scrollbar-width: none; /* Firefox */
|
|
233
|
-
left: 0;
|
|
234
|
-
}
|
|
235
|
-
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
236
|
-
.phone_country_dropdown::-webkit-scrollbar {
|
|
237
|
-
display: none;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.phone_country_dropdown .highlight,
|
|
241
|
-
.phone_country_dropdown .country:hover {
|
|
242
|
-
border-radius: 8px;
|
|
243
|
-
background: #eff1f6;
|
|
244
|
-
}
|
|
245
|
-
.phone_country_dropdown .country {
|
|
246
|
-
padding: 14px;
|
|
247
|
-
display: flex;
|
|
248
|
-
align-items: center;
|
|
249
|
-
}
|
|
250
|
-
.react-tel-input .selected-flag .arrow {
|
|
251
|
-
position: relative;
|
|
252
|
-
top: 50%;
|
|
253
|
-
transform: translateY(-50%);
|
|
254
|
-
margin-top: -5px;
|
|
255
|
-
right: 0%;
|
|
256
|
-
width: 100%;
|
|
257
|
-
height: 100%;
|
|
258
|
-
border-left: none;
|
|
259
|
-
border-right: none;
|
|
260
|
-
border-top: none;
|
|
261
|
-
transition: all 0.2s ease-in-out;
|
|
262
|
-
}
|
|
263
|
-
.react-tel-input .selected-flag .arrow.up {
|
|
264
|
-
border-top: none;
|
|
265
|
-
border-bottom: none;
|
|
266
|
-
transform: rotate(180deg);
|
|
267
|
-
margin-top: -3px;
|
|
268
|
-
transition: transform 0.1s ease-in-out;
|
|
269
|
-
transform-origin: center;
|
|
270
|
-
right: 0%;
|
|
271
|
-
position: relative;
|
|
272
|
-
top: 50%;
|
|
273
|
-
}
|
|
274
|
-
/* .react-tel-input .country-list {
|
|
275
|
-
width: 100% !important;
|
|
276
|
-
} */
|
|
277
|
-
|
|
278
|
-
/* .react-tel-input .flag {
|
|
279
|
-
width: 16px !important;
|
|
280
|
-
height: 12px !important;
|
|
281
|
-
border-radius: 50% !important;
|
|
282
|
-
} */
|
|
283
|
-
/* .markdown-container {
|
|
284
|
-
transition: all 0.2s ease-in-out;
|
|
285
|
-
} */
|
|
286
|
-
.markdown-container:focus-within {
|
|
287
|
-
border: 3px solid #313131 !important;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.ql-toolbar {
|
|
291
|
-
border-radius: 30px;
|
|
292
|
-
padding: 6px;
|
|
293
|
-
border: none;
|
|
294
|
-
}
|
|
295
|
-
.ql-toolbar.ql-snow {
|
|
296
|
-
border: none;
|
|
297
|
-
padding: 6px;
|
|
298
|
-
border-radius: 30px;
|
|
299
|
-
background-color: #fff;
|
|
300
|
-
box-shadow: 0px 2px 4px 0px rgba(45, 59, 67, 0.05),
|
|
301
|
-
0px 2px 6px 0px rgba(45, 59, 67, 0.06);
|
|
302
|
-
}
|
|
303
|
-
.ql-toolbar.ql-snow .ql-formats {
|
|
304
|
-
margin-right: 0px;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.ql-editor {
|
|
308
|
-
min-height: 200px !important;
|
|
309
|
-
max-height: 400px;
|
|
310
|
-
font-size: 16px !important;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.ql-editor[data-placeholder] {
|
|
314
|
-
font-style: normal;
|
|
315
|
-
font-family: "Degular";
|
|
316
|
-
font-size: 16px;
|
|
317
|
-
font-weight: 500;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.ql-editor.ql-blank::before {
|
|
321
|
-
font-style: normal !important;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.ql-container {
|
|
325
|
-
border: none !important;
|
|
326
|
-
padding-top: 16px;
|
|
327
|
-
-ms-overflow-style: none; /* IE and Edge */
|
|
328
|
-
scrollbar-width: none; /* Firefox */
|
|
329
|
-
left: 0;
|
|
330
|
-
}
|
|
331
|
-
.ql-editor {
|
|
332
|
-
-ms-overflow-style: none; /* IE and Edge */
|
|
333
|
-
scrollbar-width: none !important; /* Firefox */
|
|
334
|
-
}
|
|
335
|
-
.ql-editor ::-webkit-scrollbar {
|
|
336
|
-
display: none;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.ql-snow.ql-toolbar button:hover,
|
|
340
|
-
.ql-snow .ql-toolbar button:hover,
|
|
341
|
-
.ql-snow.ql-toolbar button:focus,
|
|
342
|
-
.ql-snow .ql-toolbar button:focus,
|
|
343
|
-
.ql-snow.ql-toolbar button.ql-active,
|
|
344
|
-
.ql-snow .ql-toolbar button.ql-active,
|
|
345
|
-
.ql-snow.ql-toolbar .ql-picker-label:hover,
|
|
346
|
-
.ql-snow .ql-toolbar .ql-picker-label:hover,
|
|
347
|
-
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
|
348
|
-
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
|
|
349
|
-
.ql-snow.ql-toolbar .ql-picker-item:hover,
|
|
350
|
-
.ql-snow .ql-toolbar .ql-picker-item:hover,
|
|
351
|
-
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
|
|
352
|
-
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
|
|
353
|
-
color: #a6abaf;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.ql-snow.ql-toolbar button:hover .ql-stroke,
|
|
357
|
-
.ql-snow .ql-toolbar button:hover .ql-stroke,
|
|
358
|
-
.ql-snow.ql-toolbar button:focus .ql-stroke,
|
|
359
|
-
.ql-snow .ql-toolbar button:focus .ql-stroke,
|
|
360
|
-
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
|
361
|
-
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
|
|
362
|
-
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
|
|
363
|
-
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
|
|
364
|
-
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
365
|
-
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
|
366
|
-
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
|
|
367
|
-
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
|
|
368
|
-
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
|
|
369
|
-
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
|
|
370
|
-
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
|
|
371
|
-
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
|
|
372
|
-
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
|
|
373
|
-
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
|
|
374
|
-
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
|
|
375
|
-
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
|
|
376
|
-
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
|
|
377
|
-
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
|
|
378
|
-
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
|
|
379
|
-
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
|
|
380
|
-
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
|
|
381
|
-
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
|
|
382
|
-
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
|
|
383
|
-
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
|
|
384
|
-
stroke: #a6abaf;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
.ql-snow.ql-toolbar button:hover .ql-fill,
|
|
388
|
-
.ql-snow .ql-toolbar button:hover .ql-fill,
|
|
389
|
-
.ql-snow.ql-toolbar button:focus .ql-fill,
|
|
390
|
-
.ql-snow .ql-toolbar button:focus .ql-fill,
|
|
391
|
-
.ql-snow.ql-toolbar button.ql-active .ql-fill,
|
|
392
|
-
.ql-snow .ql-toolbar button.ql-active .ql-fill,
|
|
393
|
-
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
|
|
394
|
-
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
|
|
395
|
-
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
396
|
-
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
|
397
|
-
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
|
|
398
|
-
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
|
|
399
|
-
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
|
|
400
|
-
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
|
|
401
|
-
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
|
|
402
|
-
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
|
|
403
|
-
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
|
|
404
|
-
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
|
|
405
|
-
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
|
|
406
|
-
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
|
|
407
|
-
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
|
|
408
|
-
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
|
|
409
|
-
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
|
|
410
|
-
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
|
|
411
|
-
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
|
|
412
|
-
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
|
|
413
|
-
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
|
|
414
|
-
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
|
|
415
|
-
fill: #a6abaf;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
@keyframes AiBtnScale {
|
|
419
|
-
0% {
|
|
420
|
-
transform: scale(1);
|
|
421
|
-
}
|
|
422
|
-
50% {
|
|
423
|
-
transform: scale(1.05);
|
|
424
|
-
}
|
|
425
|
-
100% {
|
|
426
|
-
transform: scale(1);
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
@keyframes AiBtnRotate {
|
|
430
|
-
0% {
|
|
431
|
-
transform: rotate(0deg);
|
|
432
|
-
}
|
|
433
|
-
50% {
|
|
434
|
-
transform: rotate(45deg);
|
|
435
|
-
}
|
|
436
|
-
100% {
|
|
437
|
-
transform: rotate(0deg);
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.aiBtn {
|
|
442
|
-
animation: AiBtnScale 3s infinite;
|
|
443
|
-
}
|
|
444
|
-
.aiBtn__icon {
|
|
445
|
-
animation: AiBtnRotate 3s infinite;
|
|
446
|
-
transition: transform 0.3s ease;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.Toastify__toast-container {
|
|
450
|
-
width: auto !important;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
button {
|
|
454
|
-
outline: none !important;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
.Toastify__toast {
|
|
458
|
-
font-family: "Degular" !important;
|
|
459
|
-
box-shadow: 0px 4px 8px 0px rgba(45, 59, 67, 0.05),
|
|
460
|
-
0px 6px 12px 0px rgba(45, 59, 67, 0.06) !important;
|
|
461
|
-
background: transparent !important;
|
|
462
|
-
padding: 0px !important;
|
|
463
|
-
right: -5px;
|
|
464
|
-
border-radius: 12px !important;
|
|
465
|
-
min-height: auto !important;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.Toastify__toast-body {
|
|
469
|
-
background: transparent !important;
|
|
470
|
-
padding: 0 !important;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
.border-gradient {
|
|
474
|
-
background: linear-gradient(#fff, #fff) padding-box,
|
|
475
|
-
linear-gradient(137deg, #4de1ff 0%, #6a00ff 48.43%, #ff00bf 96.86%)
|
|
476
|
-
border-box;
|
|
477
|
-
border: 2px solid transparent;
|
|
478
|
-
border-radius: 12px;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
.custom-balance-tooltip .chakra-popover__arrow-positioner {
|
|
482
|
-
width: 10.02px !important;
|
|
483
|
-
height: 10.02px !important;
|
|
484
|
-
left: 0px !important;
|
|
485
|
-
border-radius: 2px !important;
|
|
486
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<mask id="mask0_1026_1490" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20">
|
|
3
|
-
<rect width="20" height="20" fill="#C4C4C4"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<g mask="url(#mask0_1026_1490)">
|
|
6
|
-
<path d="M9.23396 11.3721L7.29804 9.43622C7.18267 9.32083 7.03764 9.26181 6.86296 9.25914C6.68828 9.25646 6.54058 9.31549 6.41985 9.43622C6.29913 9.55694 6.23877 9.70331 6.23877 9.87531C6.23877 10.0473 6.29913 10.1937 6.41985 10.3144L8.70671 12.6012C8.85735 12.7519 9.0331 12.8272 9.23396 12.8272C9.43481 12.8272 9.61055 12.7519 9.76119 12.6012L14.3974 7.96503C14.5128 7.84966 14.5718 7.70463 14.5745 7.52995C14.5772 7.35527 14.5181 7.20757 14.3974 7.08685C14.2767 6.96612 14.1303 6.90576 13.9583 6.90576C13.7863 6.90576 13.64 6.96612 13.5192 7.08685L9.23396 11.3721ZM10.418 17.5003C9.3231 17.5003 8.2939 17.2925 7.33046 16.877C6.367 16.4614 5.52893 15.8974 4.81625 15.1851C4.10356 14.4727 3.53934 13.635 3.1236 12.672C2.70787 11.709 2.5 10.68 2.5 9.58503C2.5 8.49009 2.70778 7.4609 3.12333 6.49745C3.53889 5.53399 4.10285 4.69592 4.81521 3.98324C5.52758 3.27055 6.36529 2.70633 7.32831 2.2906C8.29133 1.87486 9.32031 1.66699 10.4153 1.66699C11.5102 1.66699 12.5394 1.87477 13.5028 2.29033C14.4663 2.70588 15.3044 3.26984 16.017 3.9822C16.7297 4.69458 17.294 5.53228 17.7097 6.49531C18.1254 7.45832 18.3333 8.4873 18.3333 9.58224C18.3333 10.6772 18.1255 11.7064 17.71 12.6698C17.2944 13.6333 16.7304 14.4714 16.0181 15.184C15.3057 15.8967 14.468 16.4609 13.505 16.8767C12.542 17.2924 11.513 17.5003 10.418 17.5003Z" fill="#00B33C"/>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M9.99984 1.66699C5.40817 1.66699 1.6665 5.40866 1.6665 10.0003C1.6665 14.592 5.40817 18.3337 9.99984 18.3337C14.5915 18.3337 18.3332 14.592 18.3332 10.0003C18.3332 5.40866 14.5915 1.66699 9.99984 1.66699ZM12.7998 11.917C13.0415 12.1587 13.0415 12.5587 12.7998 12.8003C12.6748 12.9253 12.5165 12.9837 12.3582 12.9837C12.1998 12.9837 12.0415 12.9253 11.9165 12.8003L9.99984 10.8837L8.08317 12.8003C7.95817 12.9253 7.79984 12.9837 7.6415 12.9837C7.48317 12.9837 7.32484 12.9253 7.19984 12.8003C6.95817 12.5587 6.95817 12.1587 7.19984 11.917L9.1165 10.0003L7.19984 8.08366C6.95817 7.84199 6.95817 7.44199 7.19984 7.20033C7.4415 6.95866 7.8415 6.95866 8.08317 7.20033L9.99984 9.11699L11.9165 7.20033C12.1582 6.95866 12.5582 6.95866 12.7998 7.20033C13.0415 7.44199 13.0415 7.84199 12.7998 8.08366L10.8832 10.0003L12.7998 11.917Z" fill="#131316"/>
|
|
3
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<mask id="mask0_1011_13709" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20">
|
|
3
|
-
<rect width="20" height="20" fill="#C4C4C4"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<g mask="url(#mask0_1011_13709)">
|
|
6
|
-
<path d="M10.0003 14.5C10.2017 14.5 10.3704 14.4319 10.5065 14.2957C10.6425 14.1595 10.7105 13.9908 10.7105 13.7895V9.76313C10.7105 9.56183 10.6424 9.39309 10.5062 9.25691C10.3699 9.12072 10.2011 9.05263 9.99969 9.05263C9.79828 9.05263 9.62956 9.12072 9.49353 9.25691C9.35751 9.39309 9.28949 9.56183 9.28949 9.76313V13.7895C9.28949 13.9908 9.35761 14.1595 9.49384 14.2957C9.63009 14.4319 9.79891 14.5 10.0003 14.5ZM10 7.43118C10.2168 7.43118 10.3985 7.35785 10.5452 7.2112C10.6918 7.06455 10.7652 6.88282 10.7652 6.66601C10.7652 6.44922 10.6918 6.26749 10.5452 6.12082C10.3985 5.97417 10.2168 5.90084 10 5.90084C9.78319 5.90084 9.60146 5.97417 9.45481 6.12082C9.30816 6.26749 9.23483 6.44922 9.23483 6.66601C9.23483 6.88282 9.30816 7.06455 9.45481 7.2112C9.60146 7.35785 9.78319 7.43118 10 7.43118ZM10.0016 19C8.7568 19 7.58677 18.7638 6.49148 18.2914C5.39618 17.8189 4.44342 17.1778 3.63322 16.368C2.82299 15.5581 2.18157 14.6058 1.70894 13.511C1.23631 12.4162 1 11.2464 1 10.0016C1 8.7568 1.23621 7.58677 1.70863 6.49148C2.18106 5.39618 2.82219 4.44343 3.63203 3.63322C4.44189 2.823 5.39423 2.18157 6.48904 1.70894C7.58384 1.23631 8.75363 1 9.99841 1C11.2432 1 12.4132 1.23621 13.5085 1.70863C14.6038 2.18106 15.5566 2.82219 16.3668 3.63203C17.177 4.44189 17.8184 5.39423 18.2911 6.48904C18.7637 7.58384 19 8.75363 19 9.99841C19 11.2432 18.7638 12.4132 18.2914 13.5085C17.8189 14.6038 17.1778 15.5566 16.368 16.3668C15.5581 17.177 14.6058 17.8184 13.511 18.2911C12.4162 18.7637 11.2464 19 10.0016 19ZM10 17.579C12.1158 17.579 13.9079 16.8448 15.3763 15.3763C16.8448 13.9079 17.579 12.1158 17.579 10C17.579 7.8842 16.8448 6.09209 15.3763 4.62367C13.9079 3.15525 12.1158 2.42103 10 2.42103C7.8842 2.42103 6.09209 3.15525 4.62367 4.62367C3.15524 6.09209 2.42103 7.8842 2.42103 10C2.42103 12.1158 3.15524 13.9079 4.62367 15.3763C6.09209 16.8448 7.8842 17.579 10 17.579Z" fill="#CC003A"/>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1191_6049)">
|
|
3
|
-
<rect width="32" height="32" rx="16" fill="#E6E9EF"/>
|
|
4
|
-
<path d="M20.7395 20.7538C20.5879 20.6528 20.4109 20.678 20.2846 20.779C19.0208 21.7142 17.479 22.245 15.7854 22.245C14.0919 22.245 12.5501 21.689 11.2863 20.779C11.1598 20.678 10.9576 20.678 10.8314 20.7538C7.84886 22.6748 6.35742 26.441 6.35742 30.7633C6.35742 33.7458 25.2136 33.7458 25.2136 30.7633C25.2132 26.4409 23.7219 22.6748 20.7394 20.7538H20.7395Z" fill="white"/>
|
|
5
|
-
<path d="M21.4217 14.6367C21.4217 17.7497 18.8981 20.2733 15.7851 20.2733C12.672 20.2733 10.1484 17.7496 10.1484 14.6367C10.1484 11.5238 12.672 9 15.7851 9C18.8981 9 21.4217 11.5236 21.4217 14.6367Z" fill="white"/>
|
|
6
|
-
</g>
|
|
7
|
-
<rect x="0.5" y="0.5" width="31" height="31" rx="15.5" stroke="#E6E9EF"/>
|
|
8
|
-
<defs>
|
|
9
|
-
<clipPath id="clip0_1191_6049">
|
|
10
|
-
<rect width="32" height="32" rx="16" fill="white"/>
|
|
11
|
-
</clipPath>
|
|
12
|
-
</defs>
|
|
13
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.66683 13.9997C11.1646 13.9997 14.0002 11.1641 14.0002 7.66634C14.0002 4.16854 11.1646 1.33301 7.66683 1.33301C4.16903 1.33301 1.3335 4.16854 1.3335 7.66634C1.3335 11.1641 4.16903 13.9997 7.66683 13.9997Z" stroke="#A6ABAF" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M14.6668 14.6663L13.3335 13.333" stroke="#A6ABAF" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
</svg>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1191_6053)">
|
|
3
|
-
<rect width="32" height="32" rx="16" fill="#E6E9EF"/>
|
|
4
|
-
<path d="M24.5008 16.4V24.375C24.5008 24.8417 24.3468 25.2293 24.0388 25.538C23.7301 25.846 23.3508 26 22.9008 26H9.12578C8.65911 26 8.27145 25.846 7.96278 25.538C7.65478 25.2293 7.50078 24.8417 7.50078 24.375V16.35C7.08411 16.05 6.77578 15.6457 6.57578 15.137C6.37578 14.629 6.37578 14.0917 6.57578 13.525L7.55078 10.3C7.68411 9.9 7.89678 9.58333 8.18878 9.35C8.48011 9.11667 8.84245 9 9.27578 9H22.6758C23.1258 9 23.4968 9.10833 23.7888 9.325C24.0801 9.54167 24.2924 9.85833 24.4258 10.275L25.4508 13.525C25.6341 14.0917 25.6301 14.6333 25.4388 15.15C25.2468 15.6667 24.9341 16.0833 24.5008 16.4ZM18.2008 16C18.8508 16 19.3341 15.8207 19.6508 15.462C19.9674 15.104 20.1008 14.7333 20.0508 14.35L19.3758 10H16.5008V14.2C16.5008 14.6833 16.6714 15.104 17.0128 15.462C17.3548 15.8207 17.7508 16 18.2008 16ZM13.7008 16C14.2341 16 14.6674 15.8207 15.0008 15.462C15.3341 15.104 15.5008 14.6833 15.5008 14.2V10H12.6258L11.9758 14.425C11.9258 14.7417 12.0591 15.0833 12.3758 15.45C12.6924 15.8167 13.1341 16 13.7008 16ZM9.25078 16C9.70078 16 10.0801 15.85 10.3888 15.55C10.6968 15.25 10.8841 14.875 10.9508 14.425L11.5758 10H9.27578C9.05911 10 8.88845 10.05 8.76378 10.15C8.63845 10.25 8.54245 10.3917 8.47578 10.575L7.55078 13.725C7.38411 14.2583 7.45511 14.7707 7.76378 15.262C8.07178 15.754 8.56745 16 9.25078 16ZM22.7508 16C23.3508 16 23.8301 15.7667 24.1888 15.3C24.5468 14.8333 24.6341 14.3083 24.4508 13.725L23.4758 10.55C23.4091 10.35 23.3134 10.2083 23.1888 10.125C23.0634 10.0417 22.8924 10 22.6758 10H20.4258L21.0508 14.425C21.1341 14.875 21.3301 15.25 21.6388 15.55C21.9468 15.85 22.3174 16 22.7508 16Z" fill="white"/>
|
|
5
|
-
<path d="M7.50078 24.5H24.5008V35.5H7.50078V24.5Z" fill="white"/>
|
|
6
|
-
</g>
|
|
7
|
-
<rect x="0.5" y="0.5" width="31" height="31" rx="15.5" stroke="#E6E9EF"/>
|
|
8
|
-
<defs>
|
|
9
|
-
<clipPath id="clip0_1191_6053">
|
|
10
|
-
<rect width="32" height="32" rx="16" fill="white"/>
|
|
11
|
-
</clipPath>
|
|
12
|
-
</defs>
|
|
13
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<mask id="mask0_1601_3382" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
|
|
3
|
-
<rect width="24" height="24" fill="#C4C4C4"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<g mask="url(#mask0_1601_3382)">
|
|
6
|
-
<path d="M12.0002 15.15C13.0169 15.15 13.8795 14.7957 14.5882 14.087C15.2962 13.379 15.6502 12.5167 15.6502 11.5C15.6502 10.4833 15.2962 9.62067 14.5882 8.912C13.8795 8.204 13.0169 7.85 12.0002 7.85C10.9835 7.85 10.1212 8.204 9.4132 8.912C8.70453 9.62067 8.3502 10.4833 8.3502 11.5C8.3502 12.5167 8.70453 13.379 9.4132 14.087C10.1212 14.7957 10.9835 15.15 12.0002 15.15ZM12.0002 14.2C11.2502 14.2 10.6129 13.9373 10.0882 13.412C9.56286 12.8873 9.3002 12.25 9.3002 11.5C9.3002 10.75 9.56286 10.1123 10.0882 9.587C10.6129 9.06233 11.2502 8.8 12.0002 8.8C12.7502 8.8 13.3879 9.06233 13.9132 9.587C14.4379 10.1123 14.7002 10.75 14.7002 11.5C14.7002 12.25 14.4379 12.8873 13.9132 13.412C13.3879 13.9373 12.7502 14.2 12.0002 14.2ZM12.0002 18C9.83353 18 7.85853 17.4127 6.0752 16.238C4.29186 15.0627 2.95853 13.4833 2.0752 11.5C2.95853 9.51667 4.29186 7.93733 6.0752 6.762C7.85853 5.58733 9.83353 5 12.0002 5C14.1669 5 16.1419 5.58733 17.9252 6.762C19.7085 7.93733 21.0419 9.51667 21.9252 11.5C21.0419 13.4833 19.7085 15.0627 17.9252 16.238C16.1419 17.4127 14.1669 18 12.0002 18ZM12.0002 17C13.8835 17 15.6129 16.504 17.1882 15.512C18.7629 14.5207 19.9669 13.1833 20.8002 11.5C19.9669 9.81667 18.7629 8.479 17.1882 7.487C15.6129 6.49567 13.8835 6 12.0002 6C10.1169 6 8.38753 6.49567 6.81219 7.487C5.23753 8.479 4.03353 9.81667 3.2002 11.5C4.03353 13.1833 5.23753 14.5207 6.81219 15.512C8.38753 16.504 10.1169 17 12.0002 17Z" />
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11.8743 8.54167L11.2077 7.87501C11.3327 7.15278 11.128 6.52417 10.5935 5.98917C10.0585 5.45473 9.4299 5.25001 8.70768 5.37501L8.04102 4.70834C8.17991 4.65278 8.32574 4.61112 8.47852 4.58334C8.63129 4.55556 8.80491 4.54167 8.99935 4.54167C9.84657 4.54167 10.5655 4.83667 11.156 5.42667C11.746 6.01723 12.041 6.73612 12.041 7.58334C12.041 7.77778 12.0271 7.95473 11.9993 8.11417C11.9716 8.27417 11.9299 8.41667 11.8743 8.54167ZM14.4993 11.1042L13.8744 10.5417C14.4021 10.1389 14.871 9.69778 15.281 9.21834C15.6905 8.73945 16.041 8.19445 16.3327 7.58334C15.6382 6.18056 14.6416 5.06584 13.3427 4.23917C12.0443 3.41306 10.5966 3.00001 8.99935 3.00001C8.59657 3.00001 8.20074 3.02778 7.81185 3.08334C7.42296 3.13889 7.04102 3.22223 6.66602 3.33334L6.02018 2.68751C6.50629 2.50695 6.99935 2.37501 7.49935 2.29167C7.99935 2.20834 8.49935 2.16667 8.99935 2.16667C10.8049 2.16667 12.4577 2.66306 13.9577 3.65584C15.4577 4.64917 16.5618 5.95834 17.2702 7.58334C16.9646 8.25001 16.586 8.87834 16.1343 9.46834C15.6832 10.0589 15.1382 10.6042 14.4993 11.1042ZM15.4368 15.625L12.1868 12.375C11.8257 12.5417 11.371 12.6875 10.8227 12.8125C10.2738 12.9375 9.66602 13 8.99935 13C7.1799 13 5.52713 12.5033 4.04102 11.51C2.5549 10.5172 1.45074 9.20834 0.728516 7.58334C1.04796 6.84723 1.47518 6.15612 2.01018 5.51001C2.54463 4.86445 3.11046 4.32639 3.70768 3.89584L1.37435 1.56251L1.97852 0.979172L16.0202 15.0208L15.4368 15.625ZM4.29102 4.47917C3.81879 4.82639 3.33268 5.27778 2.83268 5.83334C2.33268 6.38889 1.94379 6.97223 1.66602 7.58334C2.36046 8.98612 3.35685 10.1006 4.65518 10.9267C5.95407 11.7533 7.40213 12.1667 8.99935 12.1667C9.48546 12.1667 9.97157 12.1214 10.4577 12.0308C10.9438 11.9408 11.3118 11.8472 11.5618 11.75L10.1868 10.375C10.0618 10.4445 9.88129 10.5033 9.64518 10.5517C9.40907 10.6006 9.19379 10.625 8.99935 10.625C8.15213 10.625 7.43352 10.3297 6.84352 9.73917C6.25296 9.14917 5.95768 8.43056 5.95768 7.58334C5.95768 7.40278 5.98213 7.19778 6.03102 6.96834C6.07935 6.73945 6.13824 6.54862 6.20768 6.39584L4.29102 4.47917Z" />
|
|
3
|
-
</svg>
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/** @format */
|
|
2
|
-
|
|
3
|
-
import { extendTheme } from "@chakra-ui/react";
|
|
4
|
-
|
|
5
|
-
// baseTheme.fonts?.heading
|
|
6
|
-
|
|
7
|
-
const config = {
|
|
8
|
-
initialColorMode: "light",
|
|
9
|
-
useSystemColorMode: false,
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const breakpoints = {
|
|
13
|
-
base: "0px",
|
|
14
|
-
sm: "320px",
|
|
15
|
-
md: "768px",
|
|
16
|
-
lg: "960px",
|
|
17
|
-
xl: "1200px",
|
|
18
|
-
"2xl": "1536px",
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export const theme = extendTheme({
|
|
22
|
-
config,
|
|
23
|
-
breakpoints,
|
|
24
|
-
colors: {
|
|
25
|
-
//
|
|
26
|
-
},
|
|
27
|
-
fonts: {
|
|
28
|
-
//
|
|
29
|
-
},
|
|
30
|
-
fontSizes: {
|
|
31
|
-
h1: "40px",
|
|
32
|
-
h2: "24px",
|
|
33
|
-
h3: "24px",
|
|
34
|
-
p: "20px",
|
|
35
|
-
body: "16px",
|
|
36
|
-
button: "18px",
|
|
37
|
-
mini: "16px",
|
|
38
|
-
small: "14px",
|
|
39
|
-
},
|
|
40
|
-
});
|