@wireapp/react-ui-kit 9.69.4 → 9.69.6
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/lib/DataDisplay/Avatar/Avatar.d.ts +14 -0
- package/lib/DataDisplay/Avatar/Avatar.d.ts.map +1 -0
- package/lib/DataDisplay/Avatar/Avatar.js +88 -0
- package/lib/DataDisplay/Avatar/Avatar.stories.d.ts +13 -0
- package/lib/DataDisplay/Avatar/Avatar.stories.d.ts.map +1 -0
- package/lib/DataDisplay/Avatar/Avatar.stories.js +64 -0
- package/lib/DataDisplay/Avatar/index.d.ts +2 -0
- package/lib/DataDisplay/Avatar/index.d.ts.map +1 -0
- package/lib/DataDisplay/Avatar/index.js +35 -0
- package/lib/DataDisplay/AvatarGrid/AvatarGrid.d.ts +13 -0
- package/lib/DataDisplay/AvatarGrid/AvatarGrid.d.ts.map +1 -0
- package/lib/DataDisplay/AvatarGrid/AvatarGrid.js +40 -0
- package/lib/DataDisplay/AvatarGrid/AvatarGrid.stories.d.ts +12 -0
- package/lib/DataDisplay/AvatarGrid/AvatarGrid.stories.d.ts.map +1 -0
- package/lib/DataDisplay/AvatarGrid/AvatarGrid.stories.js +90 -0
- package/lib/DataDisplay/AvatarGrid/index.d.ts +2 -0
- package/lib/DataDisplay/AvatarGrid/index.d.ts.map +1 -0
- package/lib/DataDisplay/AvatarGrid/index.js +35 -0
- package/lib/DataDisplay/Badge/Badge.d.ts +4 -0
- package/lib/DataDisplay/Badge/Badge.d.ts.map +1 -0
- package/lib/DataDisplay/Badge/Badge.js +27 -0
- package/lib/DataDisplay/Badge/Badge.stories.d.ts +9 -0
- package/lib/DataDisplay/Badge/Badge.stories.d.ts.map +1 -0
- package/lib/DataDisplay/Badge/Badge.stories.js +32 -0
- package/lib/DataDisplay/Badge/Badge.styles.d.ts +4 -0
- package/lib/DataDisplay/Badge/Badge.styles.d.ts.map +1 -0
- package/lib/DataDisplay/Badge/Badge.styles.js +41 -0
- package/lib/DataDisplay/Badge/index.d.ts +2 -0
- package/lib/DataDisplay/Badge/index.d.ts.map +1 -0
- package/lib/DataDisplay/Badge/index.js +35 -0
- package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.d.ts +4 -0
- package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.d.ts.map +1 -0
- package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.js +38 -0
- package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.stories.d.ts +22 -0
- package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.stories.d.ts.map +1 -0
- package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.stories.js +44 -0
- package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.styles.d.ts +6 -0
- package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.styles.d.ts.map +1 -0
- package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.styles.js +45 -0
- package/lib/DataDisplay/BadgesWithTooltip/index.d.ts +2 -0
- package/lib/DataDisplay/BadgesWithTooltip/index.d.ts.map +1 -0
- package/lib/DataDisplay/BadgesWithTooltip/index.js +35 -0
- package/lib/DataDisplay/Icon/AddPeopleIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/AddPeopleIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/AddPeopleIcon.js +25 -0
- package/lib/DataDisplay/Icon/AlertIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/AlertIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/AlertIcon.js +25 -0
- package/lib/DataDisplay/Icon/ArchiveIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ArchiveIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ArchiveIcon.js +25 -0
- package/lib/DataDisplay/Icon/ArrowDown.d.ts +3 -0
- package/lib/DataDisplay/Icon/ArrowDown.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ArrowDown.js +25 -0
- package/lib/DataDisplay/Icon/ArrowIcon.d.ts +13 -0
- package/lib/DataDisplay/Icon/ArrowIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ArrowIcon.js +31 -0
- package/lib/DataDisplay/Icon/AttachmentIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/AttachmentIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/AttachmentIcon.js +25 -0
- package/lib/DataDisplay/Icon/AudioVideoIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/AudioVideoIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/AudioVideoIcon.js +25 -0
- package/lib/DataDisplay/Icon/BlockIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/BlockIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/BlockIcon.js +25 -0
- package/lib/DataDisplay/Icon/BlockquoteIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/BlockquoteIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/BlockquoteIcon.js +25 -0
- package/lib/DataDisplay/Icon/BoldIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/BoldIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/BoldIcon.js +25 -0
- package/lib/DataDisplay/Icon/Brand/AndroidIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Brand/AndroidIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Brand/AndroidIcon.js +25 -0
- package/lib/DataDisplay/Icon/Brand/AppleIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Brand/AppleIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Brand/AppleIcon.js +25 -0
- package/lib/DataDisplay/Icon/Brand/ChromeIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Brand/ChromeIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Brand/ChromeIcon.js +25 -0
- package/lib/DataDisplay/Icon/Brand/FacebookIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Brand/FacebookIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Brand/FacebookIcon.js +25 -0
- package/lib/DataDisplay/Icon/Brand/GitHubIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Brand/GitHubIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Brand/GitHubIcon.js +25 -0
- package/lib/DataDisplay/Icon/Brand/LinkedInIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Brand/LinkedInIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Brand/LinkedInIcon.js +25 -0
- package/lib/DataDisplay/Icon/Brand/LinuxIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Brand/LinuxIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Brand/LinuxIcon.js +25 -0
- package/lib/DataDisplay/Icon/Brand/MicrosoftIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Brand/MicrosoftIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Brand/MicrosoftIcon.js +25 -0
- package/lib/DataDisplay/Icon/Brand/TwitterIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Brand/TwitterIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Brand/TwitterIcon.js +25 -0
- package/lib/DataDisplay/Icon/BulletListIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/BulletListIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/BulletListIcon.js +25 -0
- package/lib/DataDisplay/Icon/CalendarIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CalendarIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CalendarIcon.js +25 -0
- package/lib/DataDisplay/Icon/CallIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CallIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CallIcon.js +25 -0
- package/lib/DataDisplay/Icon/CamIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CamIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CamIcon.js +25 -0
- package/lib/DataDisplay/Icon/CameraIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CameraIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CameraIcon.js +25 -0
- package/lib/DataDisplay/Icon/CertificateExpired.d.ts +3 -0
- package/lib/DataDisplay/Icon/CertificateExpired.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CertificateExpired.js +25 -0
- package/lib/DataDisplay/Icon/CertificateRevoked.d.ts +3 -0
- package/lib/DataDisplay/Icon/CertificateRevoked.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CertificateRevoked.js +25 -0
- package/lib/DataDisplay/Icon/ChannelIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ChannelIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ChannelIcon.js +25 -0
- package/lib/DataDisplay/Icon/CheckIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CheckIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CheckIcon.js +25 -0
- package/lib/DataDisplay/Icon/CheckRoundIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CheckRoundIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CheckRoundIcon.js +25 -0
- package/lib/DataDisplay/Icon/ChevronDownIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ChevronDownIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ChevronDownIcon.js +25 -0
- package/lib/DataDisplay/Icon/ChevronIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ChevronIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ChevronIcon.js +26 -0
- package/lib/DataDisplay/Icon/ChevronUpIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ChevronUpIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ChevronUpIcon.js +25 -0
- package/lib/DataDisplay/Icon/CircleCloseIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CircleCloseIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CircleCloseIcon.js +25 -0
- package/lib/DataDisplay/Icon/CirclePlusIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CirclePlusIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CirclePlusIcon.js +25 -0
- package/lib/DataDisplay/Icon/CloseDetachedWindowIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CloseDetachedWindowIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CloseDetachedWindowIcon.js +25 -0
- package/lib/DataDisplay/Icon/CloseIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CloseIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CloseIcon.js +25 -0
- package/lib/DataDisplay/Icon/CodeBlockIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CodeBlockIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CodeBlockIcon.js +25 -0
- package/lib/DataDisplay/Icon/CodeInlineIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CodeInlineIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CodeInlineIcon.js +25 -0
- package/lib/DataDisplay/Icon/CollectionIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CollectionIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CollectionIcon.js +25 -0
- package/lib/DataDisplay/Icon/CopyIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/CopyIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/CopyIcon.js +25 -0
- package/lib/DataDisplay/Icon/DeviceIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/DeviceIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/DeviceIcon.js +25 -0
- package/lib/DataDisplay/Icon/DownloadIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/DownloadIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/DownloadIcon.js +25 -0
- package/lib/DataDisplay/Icon/DropdownFilledIcon.d.ts +7 -0
- package/lib/DataDisplay/Icon/DropdownFilledIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/DropdownFilledIcon.js +13 -0
- package/lib/DataDisplay/Icon/EditDocumentIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/EditDocumentIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/EditDocumentIcon.js +25 -0
- package/lib/DataDisplay/Icon/EditIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/EditIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/EditIcon.js +25 -0
- package/lib/DataDisplay/Icon/EmojiIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/EmojiIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/EmojiIcon.js +25 -0
- package/lib/DataDisplay/Icon/EnterIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/EnterIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/EnterIcon.js +25 -0
- package/lib/DataDisplay/Icon/ErrorIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ErrorIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ErrorIcon.js +25 -0
- package/lib/DataDisplay/Icon/ExpiresSoon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ExpiresSoon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ExpiresSoon.js +25 -0
- package/lib/DataDisplay/Icon/ExternalLinkIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ExternalLinkIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ExternalLinkIcon.js +25 -0
- package/lib/DataDisplay/Icon/FileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/FileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/FileIcon.js +25 -0
- package/lib/DataDisplay/Icon/Files/ArchiveFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/ArchiveFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/ArchiveFileIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/AudioFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/AudioFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/AudioFileIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/CodeFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/CodeFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/CodeFileIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/DocumentFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/DocumentFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/DocumentFileIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/FolderIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/FolderIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/FolderIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/ImageFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/ImageFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/ImageFileIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/MultipleFilesIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/MultipleFilesIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/MultipleFilesIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/OtherFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/OtherFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/OtherFileIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/PdfFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/PdfFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/PdfFileIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/PresentationFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/PresentationFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/PresentationFileIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/SpreadsheetFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/SpreadsheetFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/SpreadsheetFileIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/TextFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/TextFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/TextFileIcon.js +27 -0
- package/lib/DataDisplay/Icon/Files/VideoFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/Files/VideoFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/Files/VideoFileIcon.js +27 -0
- package/lib/DataDisplay/Icon/FunnelFilterIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/FunnelFilterIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/FunnelFilterIcon.js +25 -0
- package/lib/DataDisplay/Icon/GifIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/GifIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/GifIcon.js +25 -0
- package/lib/DataDisplay/Icon/GridIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/GridIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/GridIcon.js +25 -0
- package/lib/DataDisplay/Icon/GroupIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/GroupIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/GroupIcon.js +25 -0
- package/lib/DataDisplay/Icon/HamburgerIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/HamburgerIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/HamburgerIcon.js +25 -0
- package/lib/DataDisplay/Icon/HangupIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/HangupIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/HangupIcon.js +25 -0
- package/lib/DataDisplay/Icon/HeadingIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/HeadingIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/HeadingIcon.js +25 -0
- package/lib/DataDisplay/Icon/HelpIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/HelpIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/HelpIcon.js +25 -0
- package/lib/DataDisplay/Icon/HideIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/HideIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/HideIcon.js +25 -0
- package/lib/DataDisplay/Icon/HistoryIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/HistoryIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/HistoryIcon.js +25 -0
- package/lib/DataDisplay/Icon/ImageIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ImageIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ImageIcon.js +25 -0
- package/lib/DataDisplay/Icon/InfoIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/InfoIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/InfoIcon.js +25 -0
- package/lib/DataDisplay/Icon/InviteIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/InviteIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/InviteIcon.js +25 -0
- package/lib/DataDisplay/Icon/ItalicIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ItalicIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ItalicIcon.js +25 -0
- package/lib/DataDisplay/Icon/LeaveIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/LeaveIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/LeaveIcon.js +25 -0
- package/lib/DataDisplay/Icon/LinkIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/LinkIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/LinkIcon.js +25 -0
- package/lib/DataDisplay/Icon/ListIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ListIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ListIcon.js +25 -0
- package/lib/DataDisplay/Icon/LockClosedIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/LockClosedIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/LockClosedIcon.js +25 -0
- package/lib/DataDisplay/Icon/LockIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/LockIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/LockIcon.js +25 -0
- package/lib/DataDisplay/Icon/MLSVerified.d.ts +3 -0
- package/lib/DataDisplay/Icon/MLSVerified.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/MLSVerified.js +25 -0
- package/lib/DataDisplay/Icon/MailIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/MailIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/MailIcon.js +25 -0
- package/lib/DataDisplay/Icon/MarkdownIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/MarkdownIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/MarkdownIcon.js +25 -0
- package/lib/DataDisplay/Icon/MessageIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/MessageIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/MessageIcon.js +25 -0
- package/lib/DataDisplay/Icon/MinusIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/MinusIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/MinusIcon.js +25 -0
- package/lib/DataDisplay/Icon/MoreIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/MoreIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/MoreIcon.js +25 -0
- package/lib/DataDisplay/Icon/MuteIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/MuteIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/MuteIcon.js +25 -0
- package/lib/DataDisplay/Icon/NotificationIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/NotificationIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/NotificationIcon.js +25 -0
- package/lib/DataDisplay/Icon/NotificationOffIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/NotificationOffIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/NotificationOffIcon.js +25 -0
- package/lib/DataDisplay/Icon/NumberedListIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/NumberedListIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/NumberedListIcon.js +25 -0
- package/lib/DataDisplay/Icon/OpenDetachedWindowIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/OpenDetachedWindowIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/OpenDetachedWindowIcon.js +25 -0
- package/lib/DataDisplay/Icon/OptionsIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/OptionsIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/OptionsIcon.js +25 -0
- package/lib/DataDisplay/Icon/OutlineCheck.d.ts +3 -0
- package/lib/DataDisplay/Icon/OutlineCheck.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/OutlineCheck.js +25 -0
- package/lib/DataDisplay/Icon/PauseIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/PauseIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/PauseIcon.js +25 -0
- package/lib/DataDisplay/Icon/PeopleIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/PeopleIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/PeopleIcon.js +25 -0
- package/lib/DataDisplay/Icon/PingIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/PingIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/PingIcon.js +25 -0
- package/lib/DataDisplay/Icon/PlaneIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/PlaneIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/PlaneIcon.js +25 -0
- package/lib/DataDisplay/Icon/PlayIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/PlayIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/PlayIcon.js +25 -0
- package/lib/DataDisplay/Icon/PlusIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/PlusIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/PlusIcon.js +25 -0
- package/lib/DataDisplay/Icon/ProfileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ProfileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ProfileIcon.js +25 -0
- package/lib/DataDisplay/Icon/ProteusVerified.d.ts +3 -0
- package/lib/DataDisplay/Icon/ProteusVerified.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ProteusVerified.js +25 -0
- package/lib/DataDisplay/Icon/RaiseHandIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/RaiseHandIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/RaiseHandIcon.js +25 -0
- package/lib/DataDisplay/Icon/RaiseHandOffIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/RaiseHandOffIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/RaiseHandOffIcon.js +25 -0
- package/lib/DataDisplay/Icon/RecordBoldIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/RecordBoldIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/RecordBoldIcon.js +29 -0
- package/lib/DataDisplay/Icon/RecordIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/RecordIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/RecordIcon.js +25 -0
- package/lib/DataDisplay/Icon/RecordPendingIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/RecordPendingIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/RecordPendingIcon.js +25 -0
- package/lib/DataDisplay/Icon/ReloadIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ReloadIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ReloadIcon.js +25 -0
- package/lib/DataDisplay/Icon/SVGIcon.d.ts +14 -0
- package/lib/DataDisplay/Icon/SVGIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/SVGIcon.js +21 -0
- package/lib/DataDisplay/Icon/SVGIcon.stories.d.ts +13 -0
- package/lib/DataDisplay/Icon/SVGIcon.stories.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/SVGIcon.stories.js +60 -0
- package/lib/DataDisplay/Icon/SaveIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/SaveIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/SaveIcon.js +25 -0
- package/lib/DataDisplay/Icon/ScreenshareIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ScreenshareIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ScreenshareIcon.js +25 -0
- package/lib/DataDisplay/Icon/SearchIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/SearchIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/SearchIcon.js +25 -0
- package/lib/DataDisplay/Icon/ServicesIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ServicesIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ServicesIcon.js +25 -0
- package/lib/DataDisplay/Icon/SettingsIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/SettingsIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/SettingsIcon.js +25 -0
- package/lib/DataDisplay/Icon/ShareLinkIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ShareLinkIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ShareLinkIcon.js +25 -0
- package/lib/DataDisplay/Icon/ShieldIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ShieldIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ShieldIcon.js +25 -0
- package/lib/DataDisplay/Icon/ShowIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ShowIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ShowIcon.js +25 -0
- package/lib/DataDisplay/Icon/SidebarActiveIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/SidebarActiveIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/SidebarActiveIcon.js +25 -0
- package/lib/DataDisplay/Icon/SidebarInactiveIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/SidebarInactiveIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/SidebarInactiveIcon.js +25 -0
- package/lib/DataDisplay/Icon/SignIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/SignIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/SignIcon.js +25 -0
- package/lib/DataDisplay/Icon/SortIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/SortIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/SortIcon.js +25 -0
- package/lib/DataDisplay/Icon/SpeakerIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/SpeakerIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/SpeakerIcon.js +25 -0
- package/lib/DataDisplay/Icon/StarIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/StarIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/StarIcon.js +25 -0
- package/lib/DataDisplay/Icon/StrikethroughIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/StrikethroughIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/StrikethroughIcon.js +25 -0
- package/lib/DataDisplay/Icon/SupportIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/SupportIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/SupportIcon.js +25 -0
- package/lib/DataDisplay/Icon/TeamIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/TeamIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/TeamIcon.js +25 -0
- package/lib/DataDisplay/Icon/TimedIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/TimedIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/TimedIcon.js +25 -0
- package/lib/DataDisplay/Icon/TrashCrossIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/TrashCrossIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/TrashCrossIcon.js +25 -0
- package/lib/DataDisplay/Icon/TrashIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/TrashIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/TrashIcon.js +25 -0
- package/lib/DataDisplay/Icon/TriangleIcon.d.ts +7 -0
- package/lib/DataDisplay/Icon/TriangleIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/TriangleIcon.js +13 -0
- package/lib/DataDisplay/Icon/UnavailableFileIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/UnavailableFileIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/UnavailableFileIcon.js +25 -0
- package/lib/DataDisplay/Icon/UnderlineIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/UnderlineIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/UnderlineIcon.js +25 -0
- package/lib/DataDisplay/Icon/UnlockedIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/UnlockedIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/UnlockedIcon.js +25 -0
- package/lib/DataDisplay/Icon/UploadIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/UploadIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/UploadIcon.js +25 -0
- package/lib/DataDisplay/Icon/VerificationShieldIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/VerificationShieldIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/VerificationShieldIcon.js +25 -0
- package/lib/DataDisplay/Icon/WireIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/WireIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/WireIcon.js +25 -0
- package/lib/DataDisplay/Icon/ZoomInIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ZoomInIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ZoomInIcon.js +25 -0
- package/lib/DataDisplay/Icon/ZoomOutIcon.d.ts +3 -0
- package/lib/DataDisplay/Icon/ZoomOutIcon.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/ZoomOutIcon.js +25 -0
- package/lib/DataDisplay/Icon/index.d.ts +140 -0
- package/lib/DataDisplay/Icon/index.d.ts.map +1 -0
- package/lib/DataDisplay/Icon/index.js +174 -0
- package/lib/DataDisplay/Loading/Loading.d.ts +14 -0
- package/lib/DataDisplay/Loading/Loading.d.ts.map +1 -0
- package/lib/DataDisplay/Loading/Loading.js +31 -0
- package/lib/DataDisplay/Loading/Loading.stories.d.ts +15 -0
- package/lib/DataDisplay/Loading/Loading.stories.d.ts.map +1 -0
- package/lib/DataDisplay/Loading/Loading.stories.js +47 -0
- package/lib/DataDisplay/Loading/index.d.ts +2 -0
- package/lib/DataDisplay/Loading/index.d.ts.map +1 -0
- package/lib/DataDisplay/Loading/index.js +35 -0
- package/lib/DataDisplay/Pill/Pill.d.ts +16 -0
- package/lib/DataDisplay/Pill/Pill.d.ts.map +1 -0
- package/lib/DataDisplay/Pill/Pill.js +56 -0
- package/lib/DataDisplay/Pill/Pill.stories.d.ts +15 -0
- package/lib/DataDisplay/Pill/Pill.stories.d.ts.map +1 -0
- package/lib/DataDisplay/Pill/Pill.stories.js +59 -0
- package/lib/DataDisplay/Pill/index.d.ts +2 -0
- package/lib/DataDisplay/Pill/index.d.ts.map +1 -0
- package/lib/DataDisplay/Pill/index.js +35 -0
- package/lib/DataDisplay/Tooltip/Tooltip.d.ts +7 -0
- package/lib/DataDisplay/Tooltip/Tooltip.d.ts.map +1 -0
- package/lib/DataDisplay/Tooltip/Tooltip.js +140 -0
- package/lib/DataDisplay/Tooltip/Tooltip.stories.d.ts +392 -0
- package/lib/DataDisplay/Tooltip/Tooltip.stories.d.ts.map +1 -0
- package/lib/DataDisplay/Tooltip/Tooltip.stories.js +49 -0
- package/lib/DataDisplay/Tooltip/index.d.ts +2 -0
- package/lib/DataDisplay/Tooltip/index.d.ts.map +1 -0
- package/lib/DataDisplay/Tooltip/index.js +35 -0
- package/lib/DataDisplay/index.d.ts +9 -0
- package/lib/DataDisplay/index.d.ts.map +1 -0
- package/lib/DataDisplay/index.js +42 -0
- package/lib/Identity/Animation/Animation.d.ts +31 -0
- package/lib/Identity/Animation/Animation.d.ts.map +1 -0
- package/lib/Identity/Animation/Animation.js +98 -0
- package/lib/Identity/Animation/Animation.stories.d.ts +6 -0
- package/lib/Identity/Animation/Animation.stories.d.ts.map +1 -0
- package/lib/Identity/Animation/Animation.stories.js +73 -0
- package/lib/Identity/Animation/index.d.ts +2 -0
- package/lib/Identity/Animation/index.d.ts.map +1 -0
- package/lib/Identity/Animation/index.js +35 -0
- package/lib/Identity/GlobalCssVariables/GlobalCssVariables.d.ts +8 -0
- package/lib/Identity/GlobalCssVariables/GlobalCssVariables.d.ts.map +1 -0
- package/lib/Identity/GlobalCssVariables/GlobalCssVariables.js +241 -0
- package/lib/Identity/GlobalCssVariables/index.d.ts +2 -0
- package/lib/Identity/GlobalCssVariables/index.d.ts.map +1 -0
- package/lib/Identity/GlobalCssVariables/index.js +35 -0
- package/lib/Identity/GlobalStyle/GlobalStyle.d.ts +7 -0
- package/lib/Identity/GlobalStyle/GlobalStyle.d.ts.map +1 -0
- package/lib/Identity/GlobalStyle/GlobalStyle.js +76 -0
- package/lib/Identity/GlobalStyle/index.d.ts +2 -0
- package/lib/Identity/GlobalStyle/index.d.ts.map +1 -0
- package/lib/Identity/GlobalStyle/index.js +35 -0
- package/lib/Identity/Logo/Logo.d.ts +6 -0
- package/lib/Identity/Logo/Logo.d.ts.map +1 -0
- package/lib/Identity/Logo/Logo.js +18 -0
- package/lib/Identity/Logo/Logo.stories.d.ts +12 -0
- package/lib/Identity/Logo/Logo.stories.d.ts.map +1 -0
- package/lib/Identity/Logo/Logo.stories.js +62 -0
- package/lib/Identity/Logo/index.d.ts +2 -0
- package/lib/Identity/Logo/index.d.ts.map +1 -0
- package/lib/Identity/Logo/index.js +35 -0
- package/lib/Identity/Sizes/Sizes.d.ts +9 -0
- package/lib/Identity/Sizes/Sizes.d.ts.map +1 -0
- package/lib/Identity/Sizes/Sizes.js +29 -0
- package/lib/Identity/Sizes/index.d.ts +2 -0
- package/lib/Identity/Sizes/index.d.ts.map +1 -0
- package/lib/Identity/Sizes/index.js +35 -0
- package/lib/Identity/Theme/Theme.d.ts +99 -0
- package/lib/Identity/Theme/Theme.d.ts.map +1 -0
- package/lib/Identity/Theme/Theme.js +246 -0
- package/lib/Identity/Theme/index.d.ts +2 -0
- package/lib/Identity/Theme/index.d.ts.map +1 -0
- package/lib/Identity/Theme/index.js +35 -0
- package/lib/Identity/colors/colors.d.ts +4 -0
- package/lib/Identity/colors/colors.d.ts.map +1 -0
- package/lib/Identity/colors/colors.js +89 -0
- package/lib/Identity/colors/colors.stories.d.ts +10 -0
- package/lib/Identity/colors/colors.stories.d.ts.map +1 -0
- package/lib/Identity/colors/colors.stories.js +75 -0
- package/lib/Identity/colors/index.d.ts +2 -0
- package/lib/Identity/colors/index.d.ts.map +1 -0
- package/lib/Identity/colors/index.js +35 -0
- package/lib/Identity/colors-v2/colors-v2.d.ts +158 -0
- package/lib/Identity/colors-v2/colors-v2.d.ts.map +1 -0
- package/lib/Identity/colors-v2/colors-v2.js +219 -0
- package/lib/Identity/colors-v2/colors-v2.stories.d.ts +12 -0
- package/lib/Identity/colors-v2/colors-v2.stories.d.ts.map +1 -0
- package/lib/Identity/colors-v2/colors-v2.stories.js +78 -0
- package/lib/Identity/colors-v2/index.d.ts +2 -0
- package/lib/Identity/colors-v2/index.d.ts.map +1 -0
- package/lib/Identity/colors-v2/index.js +35 -0
- package/lib/Identity/index.d.ts +10 -0
- package/lib/Identity/index.d.ts.map +1 -0
- package/lib/Identity/index.js +43 -0
- package/lib/Identity/motions/index.d.ts +2 -0
- package/lib/Identity/motions/index.d.ts.map +1 -0
- package/lib/Identity/motions/index.js +35 -0
- package/lib/Identity/motions/motions.d.ts +52 -0
- package/lib/Identity/motions/motions.d.ts.map +1 -0
- package/lib/Identity/motions/motions.js +84 -0
- package/lib/Images/SuccessShield.d.ts +2 -0
- package/lib/Images/SuccessShield.d.ts.map +1 -0
- package/lib/Images/SuccessShield.js +24 -0
- package/lib/Images/WavesPattern.d.ts +2 -0
- package/lib/Images/WavesPattern.d.ts.map +1 -0
- package/lib/Images/WavesPattern.js +30 -0
- package/lib/Inputs/Button/Button.d.ts +21 -0
- package/lib/Inputs/Button/Button.d.ts.map +1 -0
- package/lib/Inputs/Button/Button.js +43 -0
- package/lib/Inputs/Button/Button.stories.d.ts +26 -0
- package/lib/Inputs/Button/Button.stories.d.ts.map +1 -0
- package/lib/Inputs/Button/Button.stories.js +63 -0
- package/lib/Inputs/Button/Button.styles.d.ts +5 -0
- package/lib/Inputs/Button/Button.styles.d.ts.map +1 -0
- package/lib/Inputs/Button/Button.styles.js +233 -0
- package/lib/Inputs/Button/index.d.ts +2 -0
- package/lib/Inputs/Button/index.d.ts.map +1 -0
- package/lib/Inputs/Button/index.js +35 -0
- package/lib/Inputs/ButtonGroup/ButtonGroup.d.ts +14 -0
- package/lib/Inputs/ButtonGroup/ButtonGroup.d.ts.map +1 -0
- package/lib/Inputs/ButtonGroup/ButtonGroup.js +62 -0
- package/lib/Inputs/ButtonGroup/ButtonGroup.stories.d.ts +10 -0
- package/lib/Inputs/ButtonGroup/ButtonGroup.stories.d.ts.map +1 -0
- package/lib/Inputs/ButtonGroup/ButtonGroup.stories.js +28 -0
- package/lib/Inputs/ButtonGroup/index.d.ts +2 -0
- package/lib/Inputs/ButtonGroup/index.d.ts.map +1 -0
- package/lib/Inputs/ButtonGroup/index.js +35 -0
- package/lib/Inputs/ButtonLink/ButtonLink.d.ts +6 -0
- package/lib/Inputs/ButtonLink/ButtonLink.d.ts.map +1 -0
- package/lib/Inputs/ButtonLink/ButtonLink.js +23 -0
- package/lib/Inputs/ButtonLink/ButtonLink.stories.d.ts +15 -0
- package/lib/Inputs/ButtonLink/ButtonLink.stories.d.ts.map +1 -0
- package/lib/Inputs/ButtonLink/ButtonLink.stories.js +52 -0
- package/lib/Inputs/ButtonLink/index.d.ts +2 -0
- package/lib/Inputs/ButtonLink/index.d.ts.map +1 -0
- package/lib/Inputs/ButtonLink/index.js +35 -0
- package/lib/Inputs/ButtonsGroup/ButtonsGroup.d.ts +13 -0
- package/lib/Inputs/ButtonsGroup/ButtonsGroup.d.ts.map +1 -0
- package/lib/Inputs/ButtonsGroup/ButtonsGroup.js +19 -0
- package/lib/Inputs/ButtonsGroup/ButtonsGroup.stories.d.ts +10 -0
- package/lib/Inputs/ButtonsGroup/ButtonsGroup.stories.d.ts.map +1 -0
- package/lib/Inputs/ButtonsGroup/ButtonsGroup.stories.js +27 -0
- package/lib/Inputs/ButtonsGroup/ButtonsGroup.styles.d.ts +3 -0
- package/lib/Inputs/ButtonsGroup/ButtonsGroup.styles.d.ts.map +1 -0
- package/lib/Inputs/ButtonsGroup/ButtonsGroup.styles.js +25 -0
- package/lib/Inputs/ButtonsGroup/index.d.ts +2 -0
- package/lib/Inputs/ButtonsGroup/index.d.ts.map +1 -0
- package/lib/Inputs/ButtonsGroup/index.js +35 -0
- package/lib/Inputs/Checkbox/Checkbox.d.ts +19 -0
- package/lib/Inputs/Checkbox/Checkbox.d.ts.map +1 -0
- package/lib/Inputs/Checkbox/Checkbox.js +140 -0
- package/lib/Inputs/Checkbox/Checkbox.stories.d.ts +16 -0
- package/lib/Inputs/Checkbox/Checkbox.stories.d.ts.map +1 -0
- package/lib/Inputs/Checkbox/Checkbox.stories.js +35 -0
- package/lib/Inputs/Checkbox/index.d.ts +2 -0
- package/lib/Inputs/Checkbox/index.d.ts.map +1 -0
- package/lib/Inputs/Checkbox/index.js +35 -0
- package/lib/Inputs/CodeInput/CodeInput.d.ts +12 -0
- package/lib/Inputs/CodeInput/CodeInput.d.ts.map +1 -0
- package/lib/Inputs/CodeInput/CodeInput.js +156 -0
- package/lib/Inputs/CodeInput/CodeInput.stories.d.ts +15 -0
- package/lib/Inputs/CodeInput/CodeInput.stories.d.ts.map +1 -0
- package/lib/Inputs/CodeInput/CodeInput.stories.js +51 -0
- package/lib/Inputs/CodeInput/index.d.ts +2 -0
- package/lib/Inputs/CodeInput/index.d.ts.map +1 -0
- package/lib/Inputs/CodeInput/index.js +35 -0
- package/lib/Inputs/ComboboxSelect/ComboboxSelect.d.ts +30 -0
- package/lib/Inputs/ComboboxSelect/ComboboxSelect.d.ts.map +1 -0
- package/lib/Inputs/ComboboxSelect/ComboboxSelect.js +79 -0
- package/lib/Inputs/ComboboxSelect/ComboboxSelect.stories.d.ts +41 -0
- package/lib/Inputs/ComboboxSelect/ComboboxSelect.stories.d.ts.map +1 -0
- package/lib/Inputs/ComboboxSelect/ComboboxSelect.stories.js +123 -0
- package/lib/Inputs/ComboboxSelect/ComboboxSelect.styles.d.ts +24 -0
- package/lib/Inputs/ComboboxSelect/ComboboxSelect.styles.d.ts.map +1 -0
- package/lib/Inputs/ComboboxSelect/ComboboxSelect.styles.js +124 -0
- package/lib/Inputs/ComboboxSelect/index.d.ts +2 -0
- package/lib/Inputs/ComboboxSelect/index.d.ts.map +1 -0
- package/lib/Inputs/ComboboxSelect/index.js +35 -0
- package/lib/Inputs/DropFileInput/DropFileInput.d.ts +19 -0
- package/lib/Inputs/DropFileInput/DropFileInput.d.ts.map +1 -0
- package/lib/Inputs/DropFileInput/DropFileInput.js +120 -0
- package/lib/Inputs/DropFileInput/DropFileInput.stories.d.ts +13 -0
- package/lib/Inputs/DropFileInput/DropFileInput.stories.d.ts.map +1 -0
- package/lib/Inputs/DropFileInput/DropFileInput.stories.js +43 -0
- package/lib/Inputs/DropFileInput/index.d.ts +2 -0
- package/lib/Inputs/DropFileInput/index.d.ts.map +1 -0
- package/lib/Inputs/DropFileInput/index.js +35 -0
- package/lib/Inputs/ErrorMessage/ErrorMessage.d.ts +9 -0
- package/lib/Inputs/ErrorMessage/ErrorMessage.d.ts.map +1 -0
- package/lib/Inputs/ErrorMessage/ErrorMessage.js +22 -0
- package/lib/Inputs/ErrorMessage/ErrorMessage.stories.d.ts +14 -0
- package/lib/Inputs/ErrorMessage/ErrorMessage.stories.d.ts.map +1 -0
- package/lib/Inputs/ErrorMessage/ErrorMessage.stories.js +23 -0
- package/lib/Inputs/ErrorMessage/index.d.ts +2 -0
- package/lib/Inputs/ErrorMessage/index.d.ts.map +1 -0
- package/lib/Inputs/ErrorMessage/index.js +35 -0
- package/lib/Inputs/Form/Form.d.ts +3 -0
- package/lib/Inputs/Form/Form.d.ts.map +1 -0
- package/lib/Inputs/Form/Form.js +12 -0
- package/lib/Inputs/Form/Form.stories.d.ts +13 -0
- package/lib/Inputs/Form/Form.stories.d.ts.map +1 -0
- package/lib/Inputs/Form/Form.stories.js +23 -0
- package/lib/Inputs/Form/index.d.ts +2 -0
- package/lib/Inputs/Form/index.d.ts.map +1 -0
- package/lib/Inputs/Form/index.js +35 -0
- package/lib/Inputs/IconButton/IconButton.d.ts +15 -0
- package/lib/Inputs/IconButton/IconButton.d.ts.map +1 -0
- package/lib/Inputs/IconButton/IconButton.js +117 -0
- package/lib/Inputs/IconButton/IconButton.stories.d.ts +14 -0
- package/lib/Inputs/IconButton/IconButton.stories.d.ts.map +1 -0
- package/lib/Inputs/IconButton/IconButton.stories.js +59 -0
- package/lib/Inputs/IconButton/index.d.ts +2 -0
- package/lib/Inputs/IconButton/index.d.ts.map +1 -0
- package/lib/Inputs/IconButton/index.js +35 -0
- package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.d.ts +16 -0
- package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.d.ts.map +1 -0
- package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.js +50 -0
- package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.stories.d.ts +13 -0
- package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.stories.d.ts.map +1 -0
- package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.stories.js +51 -0
- package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.styles.d.ts +7 -0
- package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.styles.d.ts.map +1 -0
- package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.styles.js +129 -0
- package/lib/Inputs/IndicatorRangeInput/index.d.ts +2 -0
- package/lib/Inputs/IndicatorRangeInput/index.d.ts.map +1 -0
- package/lib/Inputs/IndicatorRangeInput/index.js +35 -0
- package/lib/Inputs/Input/Input.d.ts +24 -0
- package/lib/Inputs/Input/Input.d.ts.map +1 -0
- package/lib/Inputs/Input/Input.js +148 -0
- package/lib/Inputs/Input/Input.stories.d.ts +18 -0
- package/lib/Inputs/Input/Input.stories.d.ts.map +1 -0
- package/lib/Inputs/Input/Input.stories.js +56 -0
- package/lib/Inputs/Input/index.d.ts +2 -0
- package/lib/Inputs/Input/index.d.ts.map +1 -0
- package/lib/Inputs/Input/index.js +35 -0
- package/lib/Inputs/InputBlock/InputBlock.d.ts +4 -0
- package/lib/Inputs/InputBlock/InputBlock.d.ts.map +1 -0
- package/lib/Inputs/InputBlock/InputBlock.js +22 -0
- package/lib/Inputs/InputBlock/InputBlock.stories.d.ts +15 -0
- package/lib/Inputs/InputBlock/InputBlock.stories.d.ts.map +1 -0
- package/lib/Inputs/InputBlock/InputBlock.stories.js +27 -0
- package/lib/Inputs/InputBlock/index.d.ts +2 -0
- package/lib/Inputs/InputBlock/index.d.ts.map +1 -0
- package/lib/Inputs/InputBlock/index.js +35 -0
- package/lib/Inputs/InputLabel/InputLabel.d.ts +12 -0
- package/lib/Inputs/InputLabel/InputLabel.d.ts.map +1 -0
- package/lib/Inputs/InputLabel/InputLabel.js +15 -0
- package/lib/Inputs/InputLabel/InputLabel.stories.d.ts +15 -0
- package/lib/Inputs/InputLabel/InputLabel.stories.d.ts.map +1 -0
- package/lib/Inputs/InputLabel/InputLabel.stories.js +35 -0
- package/lib/Inputs/InputLabel/index.d.ts +2 -0
- package/lib/Inputs/InputLabel/index.d.ts.map +1 -0
- package/lib/Inputs/InputLabel/index.js +35 -0
- package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.d.ts +5 -0
- package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.d.ts.map +1 -0
- package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.js +49 -0
- package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.stories.d.ts +15 -0
- package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.stories.d.ts.map +1 -0
- package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.stories.js +26 -0
- package/lib/Inputs/InputSubmitCombo/index.d.ts +2 -0
- package/lib/Inputs/InputSubmitCombo/index.d.ts.map +1 -0
- package/lib/Inputs/InputSubmitCombo/index.js +35 -0
- package/lib/Inputs/RangeInput/RangeInput.d.ts +10 -0
- package/lib/Inputs/RangeInput/RangeInput.d.ts.map +1 -0
- package/lib/Inputs/RangeInput/RangeInput.js +33 -0
- package/lib/Inputs/RangeInput/RangeInput.stories.d.ts +16 -0
- package/lib/Inputs/RangeInput/RangeInput.stories.d.ts.map +1 -0
- package/lib/Inputs/RangeInput/RangeInput.stories.js +62 -0
- package/lib/Inputs/RangeInput/RangeInput.styles.d.ts +10 -0
- package/lib/Inputs/RangeInput/RangeInput.styles.d.ts.map +1 -0
- package/lib/Inputs/RangeInput/RangeInput.styles.js +71 -0
- package/lib/Inputs/RangeInput/index.d.ts +2 -0
- package/lib/Inputs/RangeInput/index.d.ts.map +1 -0
- package/lib/Inputs/RangeInput/index.js +35 -0
- package/lib/Inputs/RoundIconButton/RoundIconButton.d.ts +9 -0
- package/lib/Inputs/RoundIconButton/RoundIconButton.d.ts.map +1 -0
- package/lib/Inputs/RoundIconButton/RoundIconButton.js +28 -0
- package/lib/Inputs/RoundIconButton/RoundIconButton.stories.d.ts +15 -0
- package/lib/Inputs/RoundIconButton/RoundIconButton.stories.d.ts.map +1 -0
- package/lib/Inputs/RoundIconButton/RoundIconButton.stories.js +30 -0
- package/lib/Inputs/RoundIconButton/index.d.ts +2 -0
- package/lib/Inputs/RoundIconButton/index.d.ts.map +1 -0
- package/lib/Inputs/RoundIconButton/index.js +35 -0
- package/lib/Inputs/Select/BaseSelect/BaseSelect.styles.d.ts +46 -0
- package/lib/Inputs/Select/BaseSelect/BaseSelect.styles.d.ts.map +1 -0
- package/lib/Inputs/Select/BaseSelect/BaseSelect.styles.js +160 -0
- package/lib/Inputs/Select/BaseSelect/BaseSelectDropdownIndicator.d.ts +3 -0
- package/lib/Inputs/Select/BaseSelect/BaseSelectDropdownIndicator.d.ts.map +1 -0
- package/lib/Inputs/Select/BaseSelect/BaseSelectDropdownIndicator.js +29 -0
- package/lib/Inputs/Select/Select.d.ts +36 -0
- package/lib/Inputs/Select/Select.d.ts.map +1 -0
- package/lib/Inputs/Select/Select.js +58 -0
- package/lib/Inputs/Select/Select.stories.d.ts +115 -0
- package/lib/Inputs/Select/Select.stories.d.ts.map +1 -0
- package/lib/Inputs/Select/Select.stories.js +57 -0
- package/lib/Inputs/Select/Select.styles.d.ts +18 -0
- package/lib/Inputs/Select/Select.styles.d.ts.map +1 -0
- package/lib/Inputs/Select/Select.styles.js +107 -0
- package/lib/Inputs/Select/SelectContainer/SelectContainer.d.ts +3 -0
- package/lib/Inputs/Select/SelectContainer/SelectContainer.d.ts.map +1 -0
- package/lib/Inputs/Select/SelectContainer/SelectContainer.js +28 -0
- package/lib/Inputs/Select/SelectIndicatorsContainer/SelectIndicatorsContainer.d.ts +4 -0
- package/lib/Inputs/Select/SelectIndicatorsContainer/SelectIndicatorsContainer.d.ts.map +1 -0
- package/lib/Inputs/Select/SelectIndicatorsContainer/SelectIndicatorsContainer.js +29 -0
- package/lib/Inputs/Select/SelectMenu/SelectMenu.d.ts +4 -0
- package/lib/Inputs/Select/SelectMenu/SelectMenu.d.ts.map +1 -0
- package/lib/Inputs/Select/SelectMenu/SelectMenu.js +13 -0
- package/lib/Inputs/Select/SelectMenuList/SelectMenuList.d.ts +6 -0
- package/lib/Inputs/Select/SelectMenuList/SelectMenuList.d.ts.map +1 -0
- package/lib/Inputs/Select/SelectMenuList/SelectMenuList.js +39 -0
- package/lib/Inputs/Select/SelectMenuList/SelectMenuList.styles.d.ts +5 -0
- package/lib/Inputs/Select/SelectMenuList/SelectMenuList.styles.d.ts.map +1 -0
- package/lib/Inputs/Select/SelectMenuList/SelectMenuList.styles.js +38 -0
- package/lib/Inputs/Select/SelectOption/SelectOption.d.ts +5 -0
- package/lib/Inputs/Select/SelectOption/SelectOption.d.ts.map +1 -0
- package/lib/Inputs/Select/SelectOption/SelectOption.js +53 -0
- package/lib/Inputs/Select/SelectValueContainer/SelectValueContainer.d.ts +4 -0
- package/lib/Inputs/Select/SelectValueContainer/SelectValueContainer.d.ts.map +1 -0
- package/lib/Inputs/Select/SelectValueContainer/SelectValueContainer.js +21 -0
- package/lib/Inputs/Select/index.d.ts +2 -0
- package/lib/Inputs/Select/index.d.ts.map +1 -0
- package/lib/Inputs/Select/index.js +35 -0
- package/lib/Inputs/ShakeBox/ShakeBox.d.ts +13 -0
- package/lib/Inputs/ShakeBox/ShakeBox.d.ts.map +1 -0
- package/lib/Inputs/ShakeBox/ShakeBox.js +79 -0
- package/lib/Inputs/ShakeBox/ShakeBox.stories.d.ts +15 -0
- package/lib/Inputs/ShakeBox/ShakeBox.stories.d.ts.map +1 -0
- package/lib/Inputs/ShakeBox/ShakeBox.stories.js +54 -0
- package/lib/Inputs/ShakeBox/index.d.ts +2 -0
- package/lib/Inputs/ShakeBox/index.d.ts.map +1 -0
- package/lib/Inputs/ShakeBox/index.js +35 -0
- package/lib/Inputs/Switch/Switch.d.ts +16 -0
- package/lib/Inputs/Switch/Switch.d.ts.map +1 -0
- package/lib/Inputs/Switch/Switch.js +38 -0
- package/lib/Inputs/Switch/Switch.stories.d.ts +17 -0
- package/lib/Inputs/Switch/Switch.stories.d.ts.map +1 -0
- package/lib/Inputs/Switch/Switch.stories.js +66 -0
- package/lib/Inputs/Switch/Switch.styles.d.ts +16 -0
- package/lib/Inputs/Switch/Switch.styles.d.ts.map +1 -0
- package/lib/Inputs/Switch/Switch.styles.js +97 -0
- package/lib/Inputs/Switch/index.d.ts +2 -0
- package/lib/Inputs/Switch/index.d.ts.map +1 -0
- package/lib/Inputs/Switch/index.js +35 -0
- package/lib/Inputs/TextArea/TextArea.d.ts +13 -0
- package/lib/Inputs/TextArea/TextArea.d.ts.map +1 -0
- package/lib/Inputs/TextArea/TextArea.js +93 -0
- package/lib/Inputs/TextArea/TextArea.stories.d.ts +16 -0
- package/lib/Inputs/TextArea/TextArea.stories.d.ts.map +1 -0
- package/lib/Inputs/TextArea/TextArea.stories.js +35 -0
- package/lib/Inputs/TextArea/index.d.ts +2 -0
- package/lib/Inputs/TextArea/index.d.ts.map +1 -0
- package/lib/Inputs/TextArea/index.js +35 -0
- package/lib/Inputs/index.d.ts +23 -0
- package/lib/Inputs/index.d.ts.map +1 -0
- package/lib/Inputs/index.js +56 -0
- package/lib/Layout/Box/Box.d.ts +6 -0
- package/lib/Layout/Box/Box.d.ts.map +1 -0
- package/lib/Layout/Box/Box.js +13 -0
- package/lib/Layout/Box/Box.stories.d.ts +12 -0
- package/lib/Layout/Box/Box.stories.d.ts.map +1 -0
- package/lib/Layout/Box/Box.stories.js +58 -0
- package/lib/Layout/Box/index.d.ts +2 -0
- package/lib/Layout/Box/index.d.ts.map +1 -0
- package/lib/Layout/Box/index.js +35 -0
- package/lib/Layout/Column/Column.d.ts +10 -0
- package/lib/Layout/Column/Column.d.ts.map +1 -0
- package/lib/Layout/Column/Column.js +27 -0
- package/lib/Layout/Column/Column.stories.d.ts +10 -0
- package/lib/Layout/Column/Column.stories.d.ts.map +1 -0
- package/lib/Layout/Column/Column.stories.js +40 -0
- package/lib/Layout/Column/index.d.ts +2 -0
- package/lib/Layout/Column/index.d.ts.map +1 -0
- package/lib/Layout/Column/index.js +35 -0
- package/lib/Layout/Container/Container.d.ts +21 -0
- package/lib/Layout/Container/Container.d.ts.map +1 -0
- package/lib/Layout/Container/Container.js +57 -0
- package/lib/Layout/Container/Container.stories.d.ts +10 -0
- package/lib/Layout/Container/Container.stories.d.ts.map +1 -0
- package/lib/Layout/Container/Container.stories.js +38 -0
- package/lib/Layout/Container/index.d.ts +2 -0
- package/lib/Layout/Container/index.d.ts.map +1 -0
- package/lib/Layout/Container/index.js +35 -0
- package/lib/Layout/Content/Content.d.ts +6 -0
- package/lib/Layout/Content/Content.d.ts.map +1 -0
- package/lib/Layout/Content/Content.js +14 -0
- package/lib/Layout/Content/index.d.ts +2 -0
- package/lib/Layout/Content/index.d.ts.map +1 -0
- package/lib/Layout/Content/index.js +35 -0
- package/lib/Layout/FlexBox/FlexBox.d.ts +13 -0
- package/lib/Layout/FlexBox/FlexBox.d.ts.map +1 -0
- package/lib/Layout/FlexBox/FlexBox.js +59 -0
- package/lib/Layout/FlexBox/index.d.ts +2 -0
- package/lib/Layout/FlexBox/index.d.ts.map +1 -0
- package/lib/Layout/FlexBox/index.js +35 -0
- package/lib/Layout/Footer/Footer.d.ts +5 -0
- package/lib/Layout/Footer/Footer.d.ts.map +1 -0
- package/lib/Layout/Footer/Footer.js +6 -0
- package/lib/Layout/Footer/index.d.ts +2 -0
- package/lib/Layout/Footer/index.d.ts.map +1 -0
- package/lib/Layout/Footer/index.js +35 -0
- package/lib/Layout/Header/Header.d.ts +6 -0
- package/lib/Layout/Header/Header.d.ts.map +1 -0
- package/lib/Layout/Header/Header.js +13 -0
- package/lib/Layout/Header/index.d.ts +2 -0
- package/lib/Layout/Header/index.d.ts.map +1 -0
- package/lib/Layout/Header/index.js +35 -0
- package/lib/Layout/HeaderMenu/HeaderMenu.d.ts +9 -0
- package/lib/Layout/HeaderMenu/HeaderMenu.d.ts.map +1 -0
- package/lib/Layout/HeaderMenu/HeaderMenu.js +45 -0
- package/lib/Layout/HeaderMenu/HeaderMenu.stories.d.ts +10 -0
- package/lib/Layout/HeaderMenu/HeaderMenu.stories.d.ts.map +1 -0
- package/lib/Layout/HeaderMenu/HeaderMenu.stories.js +49 -0
- package/lib/Layout/HeaderMenu/HeaderSubMenu.d.ts +14 -0
- package/lib/Layout/HeaderMenu/HeaderSubMenu.d.ts.map +1 -0
- package/lib/Layout/HeaderMenu/HeaderSubMenu.js +58 -0
- package/lib/Layout/HeaderMenu/MenuContent.d.ts +8 -0
- package/lib/Layout/HeaderMenu/MenuContent.d.ts.map +1 -0
- package/lib/Layout/HeaderMenu/MenuContent.js +23 -0
- package/lib/Layout/HeaderMenu/MenuItems.d.ts +9 -0
- package/lib/Layout/HeaderMenu/MenuItems.d.ts.map +1 -0
- package/lib/Layout/HeaderMenu/MenuItems.js +26 -0
- package/lib/Layout/HeaderMenu/MenuLink.d.ts +11 -0
- package/lib/Layout/HeaderMenu/MenuLink.d.ts.map +1 -0
- package/lib/Layout/HeaderMenu/MenuLink.js +44 -0
- package/lib/Layout/HeaderMenu/MenuOpenButton.d.ts +11 -0
- package/lib/Layout/HeaderMenu/MenuOpenButton.d.ts.map +1 -0
- package/lib/Layout/HeaderMenu/MenuOpenButton.js +47 -0
- package/lib/Layout/HeaderMenu/MenuScrollableItems.d.ts +8 -0
- package/lib/Layout/HeaderMenu/MenuScrollableItems.d.ts.map +1 -0
- package/lib/Layout/HeaderMenu/MenuScrollableItems.js +18 -0
- package/lib/Layout/HeaderMenu/MenuSubLink.d.ts +8 -0
- package/lib/Layout/HeaderMenu/MenuSubLink.d.ts.map +1 -0
- package/lib/Layout/HeaderMenu/MenuSubLink.js +40 -0
- package/lib/Layout/HeaderMenu/index.d.ts +9 -0
- package/lib/Layout/HeaderMenu/index.d.ts.map +1 -0
- package/lib/Layout/HeaderMenu/index.js +42 -0
- package/lib/Layout/MatchMedia/MatchMedia.d.ts +21 -0
- package/lib/Layout/MatchMedia/MatchMedia.d.ts.map +1 -0
- package/lib/Layout/MatchMedia/MatchMedia.js +62 -0
- package/lib/Layout/MatchMedia/index.d.ts +2 -0
- package/lib/Layout/MatchMedia/index.d.ts.map +1 -0
- package/lib/Layout/MatchMedia/index.js +35 -0
- package/lib/Layout/Spacer/Spacer.d.ts +7 -0
- package/lib/Layout/Spacer/Spacer.d.ts.map +1 -0
- package/lib/Layout/Spacer/Spacer.js +7 -0
- package/lib/Layout/Spacer/index.d.ts +2 -0
- package/lib/Layout/Spacer/index.d.ts.map +1 -0
- package/lib/Layout/Spacer/index.js +35 -0
- package/lib/Layout/StyledApp/StyledApp.d.ts +16 -0
- package/lib/Layout/StyledApp/StyledApp.d.ts.map +1 -0
- package/lib/Layout/StyledApp/StyledApp.js +14 -0
- package/lib/Layout/StyledApp/index.d.ts +2 -0
- package/lib/Layout/StyledApp/index.d.ts.map +1 -0
- package/lib/Layout/StyledApp/index.js +35 -0
- package/lib/Layout/index.d.ts +13 -0
- package/lib/Layout/index.d.ts.map +1 -0
- package/lib/Layout/index.js +46 -0
- package/lib/Layout/sizes/index.d.ts +2 -0
- package/lib/Layout/sizes/index.d.ts.map +1 -0
- package/lib/Layout/sizes/index.js +35 -0
- package/lib/Layout/sizes/sizes.d.ts +15 -0
- package/lib/Layout/sizes/sizes.d.ts.map +1 -0
- package/lib/Layout/sizes/sizes.js +35 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.d.ts +11 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.d.ts.map +1 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.js +9 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.styles.d.ts +9 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.styles.d.ts.map +1 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.styles.js +53 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.d.ts +2 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.d.ts.map +1 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.js +28 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.styles.d.ts +3 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.styles.d.ts.map +1 -0
- package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.styles.js +24 -0
- package/lib/Navigation/Breadcrumbs/Breadcrumbs.d.ts +28 -0
- package/lib/Navigation/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/lib/Navigation/Breadcrumbs/Breadcrumbs.js +31 -0
- package/lib/Navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +11 -0
- package/lib/Navigation/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -0
- package/lib/Navigation/Breadcrumbs/Breadcrumbs.stories.js +35 -0
- package/lib/Navigation/Breadcrumbs/Breadcrumbs.styles.d.ts +3 -0
- package/lib/Navigation/Breadcrumbs/Breadcrumbs.styles.d.ts.map +1 -0
- package/lib/Navigation/Breadcrumbs/Breadcrumbs.styles.js +30 -0
- package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.d.ts +13 -0
- package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.d.ts.map +1 -0
- package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.js +10 -0
- package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.styles.d.ts +4 -0
- package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.styles.d.ts.map +1 -0
- package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.styles.js +38 -0
- package/lib/Navigation/Breadcrumbs/index.d.ts +2 -0
- package/lib/Navigation/Breadcrumbs/index.d.ts.map +1 -0
- package/lib/Navigation/Breadcrumbs/index.js +35 -0
- package/lib/Navigation/Pagination/Pagination.d.ts +11 -0
- package/lib/Navigation/Pagination/Pagination.d.ts.map +1 -0
- package/lib/Navigation/Pagination/Pagination.js +33 -0
- package/lib/Navigation/Pagination/Pagination.stories.d.ts +14 -0
- package/lib/Navigation/Pagination/Pagination.stories.d.ts.map +1 -0
- package/lib/Navigation/Pagination/Pagination.stories.js +97 -0
- package/lib/Navigation/Pagination/index.d.ts +2 -0
- package/lib/Navigation/Pagination/index.d.ts.map +1 -0
- package/lib/Navigation/Pagination/index.js +35 -0
- package/lib/Navigation/index.d.ts +3 -0
- package/lib/Navigation/index.d.ts.map +1 -0
- package/lib/Navigation/index.js +36 -0
- package/lib/Surface/Accordion/Accordion.d.ts +54 -0
- package/lib/Surface/Accordion/Accordion.d.ts.map +1 -0
- package/lib/Surface/Accordion/Accordion.js +87 -0
- package/lib/Surface/Accordion/Accordion.stories.d.ts +10 -0
- package/lib/Surface/Accordion/Accordion.stories.d.ts.map +1 -0
- package/lib/Surface/Accordion/Accordion.stories.js +30 -0
- package/lib/Surface/Accordion/AccordionItem/AccordionItem.d.ts +9 -0
- package/lib/Surface/Accordion/AccordionItem/AccordionItem.d.ts.map +1 -0
- package/lib/Surface/Accordion/AccordionItem/AccordionItem.js +51 -0
- package/lib/Surface/Accordion/AccordionItem/AccordionItem.styles.d.ts +9 -0
- package/lib/Surface/Accordion/AccordionItem/AccordionItem.styles.d.ts.map +1 -0
- package/lib/Surface/Accordion/AccordionItem/AccordionItem.styles.js +92 -0
- package/lib/Surface/Accordion/index.d.ts +2 -0
- package/lib/Surface/Accordion/index.d.ts.map +1 -0
- package/lib/Surface/Accordion/index.js +35 -0
- package/lib/Surface/DropdownMenu/DropdownMenu.d.ts +52 -0
- package/lib/Surface/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/lib/Surface/DropdownMenu/DropdownMenu.js +77 -0
- package/lib/Surface/DropdownMenu/DropdownMenu.stories.d.ts +10 -0
- package/lib/Surface/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -0
- package/lib/Surface/DropdownMenu/DropdownMenu.stories.js +28 -0
- package/lib/Surface/DropdownMenu/DropdownMenu.styles.d.ts +6 -0
- package/lib/Surface/DropdownMenu/DropdownMenu.styles.d.ts.map +1 -0
- package/lib/Surface/DropdownMenu/DropdownMenu.styles.js +123 -0
- package/lib/Surface/DropdownMenu/index.d.ts +2 -0
- package/lib/Surface/DropdownMenu/index.d.ts.map +1 -0
- package/lib/Surface/DropdownMenu/index.js +35 -0
- package/lib/Surface/MenuModal/MenuModal.d.ts +9 -0
- package/lib/Surface/MenuModal/MenuModal.d.ts.map +1 -0
- package/lib/Surface/MenuModal/MenuModal.js +64 -0
- package/lib/Surface/MenuModal/index.d.ts +2 -0
- package/lib/Surface/MenuModal/index.d.ts.map +1 -0
- package/lib/Surface/MenuModal/index.js +35 -0
- package/lib/Surface/Modal/Modal.d.ts +21 -0
- package/lib/Surface/Modal/Modal.d.ts.map +1 -0
- package/lib/Surface/Modal/Modal.js +98 -0
- package/lib/Surface/Modal/Modal.stories.d.ts +12 -0
- package/lib/Surface/Modal/Modal.stories.d.ts.map +1 -0
- package/lib/Surface/Modal/Modal.stories.js +63 -0
- package/lib/Surface/Modal/Overlay.d.ts +14 -0
- package/lib/Surface/Modal/Overlay.d.ts.map +1 -0
- package/lib/Surface/Modal/Overlay.js +56 -0
- package/lib/Surface/Modal/index.d.ts +3 -0
- package/lib/Surface/Modal/index.d.ts.map +1 -0
- package/lib/Surface/Modal/index.js +38 -0
- package/lib/Surface/TabBar/TabBar.d.ts +9 -0
- package/lib/Surface/TabBar/TabBar.d.ts.map +1 -0
- package/lib/Surface/TabBar/TabBar.js +30 -0
- package/lib/Surface/TabBar/TabBar.stories.d.ts +11 -0
- package/lib/Surface/TabBar/TabBar.stories.d.ts.map +1 -0
- package/lib/Surface/TabBar/TabBar.stories.js +66 -0
- package/lib/Surface/TabBar/index.d.ts +2 -0
- package/lib/Surface/TabBar/index.d.ts.map +1 -0
- package/lib/Surface/TabBar/index.js +35 -0
- package/lib/Surface/index.d.ts +6 -0
- package/lib/Surface/index.d.ts.map +1 -0
- package/lib/Surface/index.js +39 -0
- package/lib/Typography/ActionLink/ActionLink.d.ts +17 -0
- package/lib/Typography/ActionLink/ActionLink.d.ts.map +1 -0
- package/lib/Typography/ActionLink/ActionLink.js +37 -0
- package/lib/Typography/ActionLink/ActionLinkButton.style.d.ts +12 -0
- package/lib/Typography/ActionLink/ActionLinkButton.style.d.ts.map +1 -0
- package/lib/Typography/ActionLink/ActionLinkButton.style.js +54 -0
- package/lib/Typography/ActionLink/index.d.ts +2 -0
- package/lib/Typography/ActionLink/index.d.ts.map +1 -0
- package/lib/Typography/ActionLink/index.js +35 -0
- package/lib/Typography/Heading/Heading.d.ts +16 -0
- package/lib/Typography/Heading/Heading.d.ts.map +1 -0
- package/lib/Typography/Heading/Heading.js +72 -0
- package/lib/Typography/Heading/Heading.stories.d.ts +38 -0
- package/lib/Typography/Heading/Heading.stories.d.ts.map +1 -0
- package/lib/Typography/Heading/Heading.stories.js +67 -0
- package/lib/Typography/Heading/index.d.ts +2 -0
- package/lib/Typography/Heading/index.d.ts.map +1 -0
- package/lib/Typography/Heading/index.js +35 -0
- package/lib/Typography/Label/Label.d.ts +9 -0
- package/lib/Typography/Label/Label.d.ts.map +1 -0
- package/lib/Typography/Label/Label.js +26 -0
- package/lib/Typography/Label/Label.stories.d.ts +403 -0
- package/lib/Typography/Label/Label.stories.d.ts.map +1 -0
- package/lib/Typography/Label/Label.stories.js +37 -0
- package/lib/Typography/Label/index.d.ts +2 -0
- package/lib/Typography/Label/index.d.ts.map +1 -0
- package/lib/Typography/Label/index.js +35 -0
- package/lib/Typography/Line/Line.d.ts +8 -0
- package/lib/Typography/Line/Line.d.ts.map +1 -0
- package/lib/Typography/Line/Line.js +15 -0
- package/lib/Typography/Line/Line.stories.d.ts +19 -0
- package/lib/Typography/Line/Line.stories.d.ts.map +1 -0
- package/lib/Typography/Line/Line.stories.js +43 -0
- package/lib/Typography/Line/index.d.ts +2 -0
- package/lib/Typography/Line/index.d.ts.map +1 -0
- package/lib/Typography/Line/index.js +35 -0
- package/lib/Typography/Link/Link.d.ts +17 -0
- package/lib/Typography/Link/Link.d.ts.map +1 -0
- package/lib/Typography/Link/Link.js +46 -0
- package/lib/Typography/Link/Link.stories.d.ts +27 -0
- package/lib/Typography/Link/Link.stories.d.ts.map +1 -0
- package/lib/Typography/Link/Link.stories.js +75 -0
- package/lib/Typography/Link/index.d.ts +2 -0
- package/lib/Typography/Link/index.d.ts.map +1 -0
- package/lib/Typography/Link/index.js +35 -0
- package/lib/Typography/Paragraph/Paragraph.d.ts +10 -0
- package/lib/Typography/Paragraph/Paragraph.d.ts.map +1 -0
- package/lib/Typography/Paragraph/Paragraph.js +25 -0
- package/lib/Typography/Paragraph/Paragraph.stories.d.ts +15 -0
- package/lib/Typography/Paragraph/Paragraph.stories.d.ts.map +1 -0
- package/lib/Typography/Paragraph/Paragraph.stories.js +30 -0
- package/lib/Typography/Paragraph/index.d.ts +2 -0
- package/lib/Typography/Paragraph/index.d.ts.map +1 -0
- package/lib/Typography/Paragraph/index.js +35 -0
- package/lib/Typography/Text/Text.d.ts +25 -0
- package/lib/Typography/Text/Text.d.ts.map +1 -0
- package/lib/Typography/Text/Text.js +87 -0
- package/lib/Typography/Text/Text.stories.d.ts +32 -0
- package/lib/Typography/Text/Text.stories.d.ts.map +1 -0
- package/lib/Typography/Text/Text.stories.js +59 -0
- package/lib/Typography/Text/index.d.ts +2 -0
- package/lib/Typography/Text/index.d.ts.map +1 -0
- package/lib/Typography/Text/index.js +35 -0
- package/lib/Typography/TextLink/TextLink.d.ts +7 -0
- package/lib/Typography/TextLink/TextLink.d.ts.map +1 -0
- package/lib/Typography/TextLink/TextLink.js +12 -0
- package/lib/Typography/TextLink/TextLink.stories.d.ts +20 -0
- package/lib/Typography/TextLink/TextLink.stories.d.ts.map +1 -0
- package/lib/Typography/TextLink/TextLink.stories.js +37 -0
- package/lib/Typography/TextLink/index.d.ts +2 -0
- package/lib/Typography/TextLink/index.d.ts.map +1 -0
- package/lib/Typography/TextLink/index.js +35 -0
- package/lib/Typography/Title/Title.d.ts +4 -0
- package/lib/Typography/Title/Title.d.ts.map +1 -0
- package/lib/Typography/Title/Title.js +12 -0
- package/lib/Typography/Title/Title.stories.d.ts +24 -0
- package/lib/Typography/Title/Title.stories.d.ts.map +1 -0
- package/lib/Typography/Title/Title.stories.js +63 -0
- package/lib/Typography/Title/index.d.ts +2 -0
- package/lib/Typography/Title/index.d.ts.map +1 -0
- package/lib/Typography/Title/index.js +35 -0
- package/lib/Typography/index.d.ts +10 -0
- package/lib/Typography/index.d.ts.map +1 -0
- package/lib/Typography/index.js +43 -0
- package/lib/index.d.ts +9 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +43 -0
- package/lib/utils/IsInViewport.d.ts +8 -0
- package/lib/utils/IsInViewport.d.ts.map +1 -0
- package/lib/utils/IsInViewport.js +49 -0
- package/lib/utils/childrenWithDefaultProps.d.ts +7 -0
- package/lib/utils/childrenWithDefaultProps.d.ts.map +1 -0
- package/lib/utils/childrenWithDefaultProps.js +57 -0
- package/lib/utils/enums.d.ts +5 -0
- package/lib/utils/enums.d.ts.map +1 -0
- package/lib/utils/enums.js +26 -0
- package/lib/utils/index.d.ts +8 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/index.js +41 -0
- package/lib/utils/mediaQueries.d.ts +15 -0
- package/lib/utils/mediaQueries.d.ts.map +1 -0
- package/lib/utils/mediaQueries.js +46 -0
- package/lib/utils/testUtil.d.ts +4 -0
- package/lib/utils/testUtil.d.ts.map +1 -0
- package/lib/utils/testUtil.js +11 -0
- package/lib/utils/useLongTouch.d.ts +3 -0
- package/lib/utils/useLongTouch.d.ts.map +1 -0
- package/lib/utils/useLongTouch.js +44 -0
- package/lib/utils/useTimeout.d.ts +6 -0
- package/lib/utils/useTimeout.d.ts.map +1 -0
- package/lib/utils/useTimeout.js +46 -0
- package/lib/utils/util.d.ts +8 -0
- package/lib/utils/util.d.ts.map +1 -0
- package/lib/utils/util.js +48 -0
- package/package.json +2 -2
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Duration exception - When a motion longer than 0.7 seconds is needed use a multiplier of 700.
|
|
3
|
+
*/
|
|
4
|
+
export declare const DURATION: {
|
|
5
|
+
DEFAULT: number;
|
|
6
|
+
EXTRA_LONG: number;
|
|
7
|
+
PROACTIVE_FAST: number;
|
|
8
|
+
PROACTIVE_SLOW: number;
|
|
9
|
+
SYSTEM: number;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The rule of thumb is using Quart Out when animating only the object's opacity,
|
|
13
|
+
* otherwise use Expo Out ease.
|
|
14
|
+
*/
|
|
15
|
+
export declare const EASE: {
|
|
16
|
+
EXPONENTIAL: string;
|
|
17
|
+
QUART: string;
|
|
18
|
+
};
|
|
19
|
+
export declare const ANIMATION: {
|
|
20
|
+
bottomUpMovement: {
|
|
21
|
+
name: string;
|
|
22
|
+
styles: string;
|
|
23
|
+
anim: 1;
|
|
24
|
+
toString: () => string;
|
|
25
|
+
} & string;
|
|
26
|
+
fadeIn: {
|
|
27
|
+
name: string;
|
|
28
|
+
styles: string;
|
|
29
|
+
anim: 1;
|
|
30
|
+
toString: () => string;
|
|
31
|
+
} & string;
|
|
32
|
+
rotate: {
|
|
33
|
+
name: string;
|
|
34
|
+
styles: string;
|
|
35
|
+
anim: 1;
|
|
36
|
+
toString: () => string;
|
|
37
|
+
} & string;
|
|
38
|
+
topDownMovement: {
|
|
39
|
+
name: string;
|
|
40
|
+
styles: string;
|
|
41
|
+
anim: 1;
|
|
42
|
+
toString: () => string;
|
|
43
|
+
} & string;
|
|
44
|
+
topDownMovementLight: {
|
|
45
|
+
name: string;
|
|
46
|
+
styles: string;
|
|
47
|
+
anim: 1;
|
|
48
|
+
toString: () => string;
|
|
49
|
+
} & string;
|
|
50
|
+
};
|
|
51
|
+
export declare const defaultTransition = "all 0.24s";
|
|
52
|
+
//# sourceMappingURL=motions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"motions.d.ts","sourceRoot":"","sources":["../../../src/Identity/motions/motions.ts"],"names":[],"mappings":"AAuBA;;GAEG;AACH,eAAO,MAAM,QAAQ;;;;;;CAMpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,IAAI;;;CAGhB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAC;AAEF,eAAO,MAAM,iBAAiB,cAAc,CAAC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.defaultTransition = exports.ANIMATION = exports.EASE = exports.DURATION = void 0;
|
|
22
|
+
const react_1 = require("@emotion/react");
|
|
23
|
+
// https://motion.wire.com/_guidelines_/rules.html
|
|
24
|
+
/**
|
|
25
|
+
* Duration exception - When a motion longer than 0.7 seconds is needed use a multiplier of 700.
|
|
26
|
+
*/
|
|
27
|
+
exports.DURATION = {
|
|
28
|
+
DEFAULT: 550,
|
|
29
|
+
EXTRA_LONG: 2400,
|
|
30
|
+
PROACTIVE_FAST: 150,
|
|
31
|
+
PROACTIVE_SLOW: 350,
|
|
32
|
+
SYSTEM: 700,
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* The rule of thumb is using Quart Out when animating only the object's opacity,
|
|
36
|
+
* otherwise use Expo Out ease.
|
|
37
|
+
*/
|
|
38
|
+
exports.EASE = {
|
|
39
|
+
EXPONENTIAL: 'cubic-bezier(0.19, 1, 0.22, 1)',
|
|
40
|
+
QUART: 'cubic-bezier(0.165, 0.84, 0.44, 1)',
|
|
41
|
+
};
|
|
42
|
+
exports.ANIMATION = {
|
|
43
|
+
bottomUpMovement: (0, react_1.keyframes) `
|
|
44
|
+
0% {
|
|
45
|
+
transform: translateY(100%);
|
|
46
|
+
}
|
|
47
|
+
100% {
|
|
48
|
+
transform: translateY(0);
|
|
49
|
+
}
|
|
50
|
+
`,
|
|
51
|
+
fadeIn: (0, react_1.keyframes) `
|
|
52
|
+
0% {
|
|
53
|
+
opacity: 0;
|
|
54
|
+
}
|
|
55
|
+
100% {
|
|
56
|
+
opacity: 1;
|
|
57
|
+
}
|
|
58
|
+
`,
|
|
59
|
+
rotate: (0, react_1.keyframes) `
|
|
60
|
+
0% {
|
|
61
|
+
transform: rotate(0);
|
|
62
|
+
}
|
|
63
|
+
100% {
|
|
64
|
+
transform: rotate(360deg);
|
|
65
|
+
}
|
|
66
|
+
`,
|
|
67
|
+
topDownMovement: (0, react_1.keyframes) `
|
|
68
|
+
0% {
|
|
69
|
+
transform: translateY(-100%);
|
|
70
|
+
}
|
|
71
|
+
100% {
|
|
72
|
+
transform: translateY(0);
|
|
73
|
+
}
|
|
74
|
+
`,
|
|
75
|
+
topDownMovementLight: (0, react_1.keyframes) `
|
|
76
|
+
0% {
|
|
77
|
+
transform: translateY(-20%);
|
|
78
|
+
}
|
|
79
|
+
100% {
|
|
80
|
+
transform: translateY(0);
|
|
81
|
+
}
|
|
82
|
+
`,
|
|
83
|
+
};
|
|
84
|
+
exports.defaultTransition = 'all 0.24s';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuccessShield.d.ts","sourceRoot":"","sources":["../../src/Images/SuccessShield.tsx"],"names":[],"mappings":"AAmBA,eAAO,MAAM,aAAa,wDAqDzB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SuccessShield = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
/*
|
|
6
|
+
* Wire
|
|
7
|
+
* Copyright (C) 2025 Wire Swiss GmbH
|
|
8
|
+
*
|
|
9
|
+
* This program is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
const SuccessShield = () => ((0, jsx_runtime_1.jsxs)("svg", { width: "240", height: "241", viewBox: "0 0 240 241", fill: "none", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M124.995 30.3382L125.813 31.1008L126.372 31.5963L127.228 32.302L128.379 33.1958C131.092 35.2446 134.401 37.3271 138.303 39.2916C149.684 45.0214 163.443 48.4847 179.674 48.4847C185.311 48.4847 189.882 53.0865 189.882 58.763V140.989C189.882 163.089 179.827 181.78 163.083 195.267C149.451 206.247 132.012 212.937 118.426 212.937C104.841 212.937 87.4008 206.247 73.7696 195.267C57.0254 181.78 46.9707 163.089 46.9707 140.989V58.763C46.9707 53.0865 51.5409 48.4847 57.1786 48.4847C73.4093 48.4847 87.168 45.0214 98.5491 39.2916C102.451 37.3271 105.76 35.2446 108.473 33.1958L109.624 32.302L110.797 31.3209L111.208 30.9387C114.985 27.136 120.984 26.9359 124.995 30.3382Z", fill: "url(#paint0_linear_8509_36899)", stroke: "black", strokeWidth: "4.11429" }), (0, jsx_runtime_1.jsx)("rect", { x: "51.0859", y: "52.0981", width: "136.455", height: "120.32", rx: "16.1385", fill: "url(#pattern0_8509_36899)" }), (0, jsx_runtime_1.jsx)("path", { d: "M87.626 105.797C90.3875 105.797 92.6337 108.06 92.6338 110.842L92.6299 127.9C92.6299 131.189 91.4525 134.195 89.4756 136.513C91.2438 137.831 93.4488 138.621 95.8125 138.621C101.498 138.621 106.107 134.108 106.39 128.452L106.403 127.9V107.091H108.907V127.9C108.907 135.202 103.049 141.144 95.7998 141.144C92.7262 141.144 89.9413 140.068 87.7002 138.281C85.4591 140.068 82.6085 141.144 79.5352 141.144C72.2859 141.143 66.3359 135.202 66.3359 127.9V107.091H68.8398V127.9C68.8398 133.812 73.6402 138.621 79.5088 138.621C81.8728 138.621 84.0784 137.831 85.8467 136.513C83.8697 134.195 82.6133 131.189 82.6133 127.9L82.6172 110.842C82.6173 108.06 84.8644 105.797 87.626 105.797ZM144.623 111.521C151.336 104.753 162.258 104.753 168.971 111.521C169.268 111.821 169.552 112.129 169.823 112.445L157.679 124.689L147.316 135.137C153.09 140.048 161.758 139.765 167.196 134.285L168.968 136.07C162.255 142.835 151.335 142.834 144.623 136.067C137.91 129.3 137.91 118.288 144.623 111.521ZM118.929 140.476H116.424V107.022H118.929V140.476ZM140.853 108.966C134.288 108.966 128.946 114.346 128.946 120.958H128.945V140.476H126.44V107.022H128.945V112.787C131.543 108.958 135.911 106.439 140.853 106.439V108.966ZM87.626 108.319C86.2453 108.319 85.1212 109.451 85.1211 110.842L85.1172 127.9C85.1172 130.525 86.0611 132.929 87.6211 134.795C89.181 132.93 90.1249 130.525 90.125 127.901L90.1299 110.842C90.1298 109.451 89.0065 108.32 87.626 108.319ZM166.276 112.451C160.502 107.539 151.832 107.823 146.394 113.306C140.956 118.788 140.673 127.53 145.546 133.352L166.276 112.451Z", fill: "white" }), (0, jsx_runtime_1.jsx)("rect", { x: "144", y: "167.5", width: "50", height: "50", rx: "25", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M169 167.5C155.193 167.5 144 178.693 144 192.5C144 206.307 155.193 217.5 169 217.5C182.807 217.5 194 206.307 194 192.5C194 178.693 182.807 167.5 169 167.5ZM186.875 185.828L164.802 207.681L150.972 194.039L155.391 189.62L164.802 198.842L182.455 181.409L186.875 185.828Z", fill: "#1D7833" }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsx)("pattern", { id: "pattern0_8509_36899", patternContentUnits: "objectBoundingBox", width: "0.0236539", height: "0.0268259", children: (0, jsx_runtime_1.jsx)("use", { xlinkHref: "#image0_8509_36899", transform: "scale(0.00295674 0.00335324)" }) }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: "paint0_linear_8509_36899", x1: "160.772", y1: "200.018", x2: "62.5707", y2: "35.9853", gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0.82932" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#54A6FF" })] }), (0, jsx_runtime_1.jsx)("image", { id: "image0_8509_36899", width: "8", height: "8", preserveAspectRatio: "none", xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACZJREFUGBljYGBg+A/EuAA+OVx6CIiDjEQxlomABipJo9iJZuZ/AC8NBf1LtGs1AAAAAElFTkSuQmCC" })] })] }));
|
|
24
|
+
exports.SuccessShield = SuccessShield;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WavesPattern.d.ts","sourceRoot":"","sources":["../../src/Images/WavesPattern.tsx"],"names":[],"mappings":"AAmBA,eAAO,MAAM,YAAY,wDAwCxB,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WavesPattern = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
/*
|
|
6
|
+
* Wire
|
|
7
|
+
* Copyright (C) 2025 Wire Swiss GmbH
|
|
8
|
+
*
|
|
9
|
+
* This program is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
const WavesPattern = () => ((0, jsx_runtime_1.jsxs)("svg", { css: {
|
|
24
|
+
bottom: 0,
|
|
25
|
+
position: 'absolute',
|
|
26
|
+
width: '100%',
|
|
27
|
+
height: 'auto',
|
|
28
|
+
left: 0,
|
|
29
|
+
}, width: "457", height: "311", viewBox: "0 0 457 311", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M841.651 -527.209C964.429 -307.492 902.996 -233.095 657.354 -304.019C411.713 -374.943 350.28 -300.546 473.058 -80.829C595.835 138.888 534.402 213.285 288.761 142.361C43.1188 71.4374 -18.3134 145.834 104.464 365.551C227.241 585.269 165.809 659.665 -79.8332 588.741", stroke: "#54A6FF", strokeWidth: "8.46296", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M812.808 -272.458C823.01 -144.581 764.405 -95.9381 636.992 -126.53C509.579 -157.121 450.974 -108.479 461.177 19.3985C471.38 147.276 412.775 195.918 285.362 165.327C157.949 134.735 99.3436 183.378 109.546 311.255C119.749 439.132 61.144 487.775 -66.2689 457.183", stroke: "#FFE57D", strokeWidth: "6.77037", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M383.347 148.382C413.674 260.208 374.864 292.421 266.917 245.021C158.969 197.62 120.159 229.833 150.486 341.659C180.813 453.485 142.003 485.698 34.0553 438.297C-73.892 390.897 -112.702 423.11 -82.3753 534.936C-52.0485 646.762 -90.8587 678.975 -198.806 631.574M849.424 -238.409C879.751 -126.583 840.941 -94.37 732.994 -141.771C625.046 -189.171 586.236 -156.959 616.563 -45.1322C646.89 66.6941 608.08 98.9069 500.132 51.5063C392.185 4.10561 353.375 36.3184 383.702 148.145C414.029 259.971 375.218 292.184 267.271 244.783", stroke: "#30DB5B", strokeWidth: "7.86659", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M-137.046 621.16C-107.536 538.457 -48.8093 488.749 39.1334 472.036C127.076 455.324 185.802 405.616 215.313 322.913C244.823 240.21 303.549 190.502 391.492 173.79C479.434 157.078 538.161 107.37 567.671 24.6669C597.181 -58.0361 655.907 -107.744 743.85 -124.456", stroke: "#DA8FFF", strokeWidth: "2.94997", strokeLinecap: "round" })] }));
|
|
30
|
+
exports.WavesPattern = WavesPattern;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { TextProps } from '../../Typography';
|
|
2
|
+
export declare enum ButtonVariant {
|
|
3
|
+
PRIMARY = "primary",
|
|
4
|
+
SECONDARY = "secondary",
|
|
5
|
+
TERTIARY = "tertiary",
|
|
6
|
+
QUATERNARY = "quaternary",
|
|
7
|
+
SEND = "send",
|
|
8
|
+
CANCEL = "cancel"
|
|
9
|
+
}
|
|
10
|
+
export interface ButtonProps<T = HTMLButtonElement> extends TextProps<T> {
|
|
11
|
+
variant?: ButtonVariant;
|
|
12
|
+
group?: boolean;
|
|
13
|
+
backgroundColor?: string;
|
|
14
|
+
loadingColor?: string;
|
|
15
|
+
noCapital?: boolean;
|
|
16
|
+
showLoading?: boolean;
|
|
17
|
+
isActive?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export declare const Button: import("react").ForwardRefExoticComponent<Omit<ButtonProps<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
20
|
+
export declare const filterButtonProps: (props: ButtonProps) => Object;
|
|
21
|
+
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/Inputs/Button/Button.tsx"],"names":[],"mappings":"AAyBA,OAAO,EAAC,SAAS,EAAkB,MAAM,kBAAkB,CAAC;AAG5D,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,MAAM,WAAW;CAClB;AAED,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,iBAAiB,CAAE,SAAQ,SAAS,CAAC,CAAC,CAAC;IACtE,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,MAAM,2IAMlB,CAAC;AAIF,eAAO,MAAM,iBAAiB,UAAW,WAAW,WAEnD,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.filterButtonProps = exports.Button = exports.ButtonVariant = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
/*
|
|
6
|
+
* Wire
|
|
7
|
+
* Copyright (C) 2018 Wire Swiss GmbH
|
|
8
|
+
*
|
|
9
|
+
* This program is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
const react_1 = require("react");
|
|
24
|
+
const Button_styles_1 = require("./Button.styles");
|
|
25
|
+
const DataDisplay_1 = require("../../DataDisplay");
|
|
26
|
+
const Identity_1 = require("../../Identity");
|
|
27
|
+
const Typography_1 = require("../../Typography");
|
|
28
|
+
const utils_1 = require("../../utils");
|
|
29
|
+
var ButtonVariant;
|
|
30
|
+
(function (ButtonVariant) {
|
|
31
|
+
ButtonVariant["PRIMARY"] = "primary";
|
|
32
|
+
ButtonVariant["SECONDARY"] = "secondary";
|
|
33
|
+
ButtonVariant["TERTIARY"] = "tertiary";
|
|
34
|
+
ButtonVariant["QUATERNARY"] = "quaternary";
|
|
35
|
+
ButtonVariant["SEND"] = "send";
|
|
36
|
+
ButtonVariant["CANCEL"] = "cancel";
|
|
37
|
+
})(ButtonVariant || (exports.ButtonVariant = ButtonVariant = {}));
|
|
38
|
+
exports.Button = (0, react_1.forwardRef)(({ showLoading, children, loadingColor = Identity_1.COLOR.WHITE, ...props }, ref) => ((0, jsx_runtime_1.jsx)("button", { ref: ref, css: (theme) => (0, Button_styles_1.buttonStyle)(theme, props), ...(0, exports.filterButtonProps)(props), children: showLoading ? (0, jsx_runtime_1.jsx)(DataDisplay_1.Loading, { size: 30, color: loadingColor, style: { display: 'flex', margin: 'auto' } }) : children })));
|
|
39
|
+
exports.Button.displayName = 'Button';
|
|
40
|
+
const filterButtonProps = (props) => {
|
|
41
|
+
return (0, utils_1.filterProps)((0, Typography_1.filterTextProps)(props), ['backgroundColor', 'noCapital']);
|
|
42
|
+
};
|
|
43
|
+
exports.filterButtonProps = filterButtonProps;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ButtonVariant } from './Button';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import("react").ForwardRefExoticComponent<Omit<import("./Button").ButtonProps<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
argTypes: {
|
|
11
|
+
variant: {
|
|
12
|
+
control: "select";
|
|
13
|
+
options: ButtonVariant[];
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export default meta;
|
|
18
|
+
type Story = StoryObj<typeof meta>;
|
|
19
|
+
export declare const Primary: Story;
|
|
20
|
+
export declare const Secondary: Story;
|
|
21
|
+
export declare const Tertiary: Story;
|
|
22
|
+
export declare const Send: Story;
|
|
23
|
+
export declare const Disabled: Story;
|
|
24
|
+
export declare const Loading: Story;
|
|
25
|
+
export declare const Block: Story;
|
|
26
|
+
//# sourceMappingURL=Button.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../src/Inputs/Button/Button.stories.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAErD,OAAO,EAAS,aAAa,EAAC,MAAM,UAAU,CAAC;AAK/C,QAAA,MAAM,IAAI;;;;;;;;;;;;;CAaqB,CAAC;AAEhC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAKvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAKlB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Block = exports.Loading = exports.Disabled = exports.Send = exports.Tertiary = exports.Secondary = exports.Primary = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
const Button_1 = require("./Button");
|
|
6
|
+
const Icon_1 = require("../../DataDisplay/Icon");
|
|
7
|
+
const Identity_1 = require("../../Identity");
|
|
8
|
+
const meta = {
|
|
9
|
+
title: 'Inputs/Button',
|
|
10
|
+
component: Button_1.Button,
|
|
11
|
+
parameters: {
|
|
12
|
+
layout: 'centered',
|
|
13
|
+
},
|
|
14
|
+
tags: ['autodocs'],
|
|
15
|
+
argTypes: {
|
|
16
|
+
variant: {
|
|
17
|
+
control: 'select',
|
|
18
|
+
options: Object.values(Button_1.ButtonVariant),
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
exports.default = meta;
|
|
23
|
+
exports.Primary = {
|
|
24
|
+
args: {
|
|
25
|
+
children: 'Primary Button',
|
|
26
|
+
},
|
|
27
|
+
};
|
|
28
|
+
exports.Secondary = {
|
|
29
|
+
args: {
|
|
30
|
+
children: 'Secondary Button',
|
|
31
|
+
variant: Button_1.ButtonVariant.SECONDARY,
|
|
32
|
+
},
|
|
33
|
+
};
|
|
34
|
+
exports.Tertiary = {
|
|
35
|
+
args: {
|
|
36
|
+
children: 'Tertiary Button',
|
|
37
|
+
variant: Button_1.ButtonVariant.TERTIARY,
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
exports.Send = {
|
|
41
|
+
args: {
|
|
42
|
+
children: (0, jsx_runtime_1.jsx)(Icon_1.PlaneIcon, { color: Identity_1.COLOR_V2.WHITE }),
|
|
43
|
+
variant: Button_1.ButtonVariant.SEND,
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
exports.Disabled = {
|
|
47
|
+
args: {
|
|
48
|
+
children: 'Disabled Button',
|
|
49
|
+
disabled: true,
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
exports.Loading = {
|
|
53
|
+
args: {
|
|
54
|
+
children: 'Loading Button',
|
|
55
|
+
showLoading: true,
|
|
56
|
+
},
|
|
57
|
+
};
|
|
58
|
+
exports.Block = {
|
|
59
|
+
args: {
|
|
60
|
+
children: 'Full Width Button',
|
|
61
|
+
block: true,
|
|
62
|
+
},
|
|
63
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../src/Inputs/Button/Button.styles.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAC,WAAW,EAAgB,MAAM,UAAU,CAAC;AAEpD,OAAO,EAAkB,KAAK,EAAC,MAAM,gBAAgB,CAAC;AAqLtD,eAAO,MAAM,WAAW,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,SAyErE,CAAC"}
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2024 Wire Swiss GmbH
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU General Public License as published by
|
|
8
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
+
* (at your option) any later version.
|
|
10
|
+
*
|
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
+
* GNU General Public License for more details.
|
|
15
|
+
*
|
|
16
|
+
* You should have received a copy of the GNU General Public License
|
|
17
|
+
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
exports.buttonStyle = void 0;
|
|
22
|
+
const Button_1 = require("./Button");
|
|
23
|
+
const Identity_1 = require("../../Identity");
|
|
24
|
+
const motions_1 = require("../../Identity/motions");
|
|
25
|
+
const Typography_1 = require("../../Typography");
|
|
26
|
+
const buttonPrimaryStyles = (theme, { backgroundColor, disabled, isActive }) => {
|
|
27
|
+
const activeStyles = {
|
|
28
|
+
backgroundColor: theme.Button.primaryActiveBg,
|
|
29
|
+
border: `1px solid ${theme.Button.primaryActiveBorder}`,
|
|
30
|
+
color: Identity_1.COLOR.WHITE,
|
|
31
|
+
};
|
|
32
|
+
return {
|
|
33
|
+
...(isActive
|
|
34
|
+
? activeStyles
|
|
35
|
+
: {
|
|
36
|
+
color: disabled ? theme.Button.primaryDisabledText : theme.general.contrastColor,
|
|
37
|
+
backgroundColor: backgroundColor || disabled ? theme.Button.primaryDisabledBg : theme.Button.primaryBg,
|
|
38
|
+
}),
|
|
39
|
+
...(!disabled && {
|
|
40
|
+
'&:hover, &:focus': {
|
|
41
|
+
backgroundColor: theme.Button.primaryHoverBg,
|
|
42
|
+
},
|
|
43
|
+
'&:focus': {
|
|
44
|
+
border: `1px solid ${theme.Button.primaryFocusBorder}`,
|
|
45
|
+
},
|
|
46
|
+
'&:active': activeStyles,
|
|
47
|
+
}),
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
const buttonSecondaryStyles = (theme, { backgroundColor, disabled, isActive }) => {
|
|
51
|
+
const activeStyles = {
|
|
52
|
+
backgroundColor: theme.Button.secondaryActiveBg,
|
|
53
|
+
border: `1px solid ${theme.Button.secondaryActiveBorder}`,
|
|
54
|
+
color: theme.general.primaryColor,
|
|
55
|
+
};
|
|
56
|
+
return {
|
|
57
|
+
border: `1px solid ${theme.IconButton.primaryBorderColor}`,
|
|
58
|
+
...(isActive
|
|
59
|
+
? activeStyles
|
|
60
|
+
: {
|
|
61
|
+
color: disabled ? theme.Input.placeholderColor : theme.general.color,
|
|
62
|
+
backgroundColor: backgroundColor || disabled ? theme.IconButton.primaryDisabledBgColor : theme.IconButton.primaryBgColor,
|
|
63
|
+
}),
|
|
64
|
+
...(!disabled && {
|
|
65
|
+
'&:hover, &:focus': {
|
|
66
|
+
border: `1px solid ${theme.Button.secondaryHoverBorder}`,
|
|
67
|
+
},
|
|
68
|
+
'&:focus': {
|
|
69
|
+
color: theme.IconButton.primaryActiveFillColor,
|
|
70
|
+
},
|
|
71
|
+
'&:active': activeStyles,
|
|
72
|
+
}),
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
const buttonTertiaryStyles = (theme, { backgroundColor, disabled, isActive }) => {
|
|
76
|
+
const activeStyles = {
|
|
77
|
+
backgroundColor: theme.Button.tertiaryActiveBg,
|
|
78
|
+
color: theme.IconButton.primaryActiveFillColor,
|
|
79
|
+
'& > svg > path': {
|
|
80
|
+
fill: theme.IconButton.primaryActiveFillColor,
|
|
81
|
+
},
|
|
82
|
+
};
|
|
83
|
+
return {
|
|
84
|
+
border: disabled ? `1px solid ${theme.Button.tertiaryDisabledBorder}` : `1px solid ${theme.Button.tertiaryBorder}`,
|
|
85
|
+
borderRadius: '12px',
|
|
86
|
+
fontSize: theme.fontSizes.medium,
|
|
87
|
+
fontWeight: 700,
|
|
88
|
+
lineHeight: '1.5rem',
|
|
89
|
+
padding: '4px 8px',
|
|
90
|
+
'& > svg > path': {
|
|
91
|
+
fill: disabled ? theme.Input.placeholderColor : theme.general.color,
|
|
92
|
+
},
|
|
93
|
+
...(isActive
|
|
94
|
+
? activeStyles
|
|
95
|
+
: {
|
|
96
|
+
color: disabled ? theme.Input.placeholderColor : theme.general.color,
|
|
97
|
+
backgroundColor: backgroundColor || disabled ? theme.Button.tertiarydisabledBg : theme.Button.tertiaryBg,
|
|
98
|
+
}),
|
|
99
|
+
...(!disabled && {
|
|
100
|
+
'&:hover, &:focus': {
|
|
101
|
+
backgroundColor: theme.Button.tertiaryHoverBg,
|
|
102
|
+
border: `1px solid ${theme.Button.tertiaryHoverBorder}`,
|
|
103
|
+
},
|
|
104
|
+
'&:focus': {
|
|
105
|
+
border: `1px solid ${theme.general.focusColor}`,
|
|
106
|
+
},
|
|
107
|
+
'&:active': activeStyles,
|
|
108
|
+
}),
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
const buttonQuaternaryStyles = ({ backgroundColor, disabled, isActive }) => {
|
|
112
|
+
const activeStyles = {
|
|
113
|
+
backgroundColor: Identity_1.COLOR_V2.GREEN_LIGHT_700,
|
|
114
|
+
};
|
|
115
|
+
return {
|
|
116
|
+
lineHeight: '1.5rem',
|
|
117
|
+
...(isActive
|
|
118
|
+
? activeStyles
|
|
119
|
+
: {
|
|
120
|
+
color: disabled ? Identity_1.COLOR_V2.GRAY_80 : Identity_1.COLOR_V2.WHITE,
|
|
121
|
+
backgroundColor: backgroundColor || disabled ? Identity_1.COLOR_V2.GRAY_50 : Identity_1.COLOR_V2.GREEN,
|
|
122
|
+
}),
|
|
123
|
+
...(!disabled && {
|
|
124
|
+
'&:hover, &:focus': {
|
|
125
|
+
backgroundColor: Identity_1.COLOR_V2.GREEN_LIGHT_600,
|
|
126
|
+
},
|
|
127
|
+
'&:focus': {
|
|
128
|
+
border: `1px solid ${Identity_1.COLOR_V2.GREEN_LIGHT_700}`,
|
|
129
|
+
},
|
|
130
|
+
'&:active': activeStyles,
|
|
131
|
+
}),
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
const buttonCancelStyles = ({ backgroundColor, disabled, isActive }) => {
|
|
135
|
+
const activeStyles = {
|
|
136
|
+
backgroundColor: Identity_1.COLOR_V2.RED_LIGHT_700,
|
|
137
|
+
};
|
|
138
|
+
return {
|
|
139
|
+
lineHeight: '1.5rem',
|
|
140
|
+
...(isActive
|
|
141
|
+
? activeStyles
|
|
142
|
+
: {
|
|
143
|
+
color: disabled ? Identity_1.COLOR_V2.GRAY_80 : Identity_1.COLOR_V2.WHITE,
|
|
144
|
+
backgroundColor: backgroundColor || disabled ? Identity_1.COLOR_V2.GRAY_50 : Identity_1.COLOR_V2.RED,
|
|
145
|
+
}),
|
|
146
|
+
...(!disabled && {
|
|
147
|
+
'&:hover, &:focus': {
|
|
148
|
+
backgroundColor: Identity_1.COLOR_V2.RED_LIGHT_600,
|
|
149
|
+
},
|
|
150
|
+
'&:focus': {
|
|
151
|
+
border: `1px solid ${Identity_1.COLOR_V2.RED_LIGHT_700}`,
|
|
152
|
+
},
|
|
153
|
+
'&:active': activeStyles,
|
|
154
|
+
}),
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
const buttonSendStyles = ({ backgroundColor, disabled, isActive }) => {
|
|
158
|
+
const activeStyles = {
|
|
159
|
+
backgroundColor: Identity_1.COLOR_V2.BLUE_LIGHT_700,
|
|
160
|
+
};
|
|
161
|
+
return {
|
|
162
|
+
width: '40px',
|
|
163
|
+
...(isActive
|
|
164
|
+
? activeStyles
|
|
165
|
+
: {
|
|
166
|
+
backgroundColor: backgroundColor || disabled ? Identity_1.COLOR_V2.GRAY_70 : Identity_1.COLOR_V2.BLUE,
|
|
167
|
+
}),
|
|
168
|
+
...(!disabled && {
|
|
169
|
+
'&:hover, &:focus': {
|
|
170
|
+
backgroundColor: Identity_1.COLOR_V2.BLUE_LIGHT_600,
|
|
171
|
+
},
|
|
172
|
+
'&:focus': {
|
|
173
|
+
border: `1px solid ${Identity_1.COLOR_V2.BLUE_LIGHT_800}`,
|
|
174
|
+
},
|
|
175
|
+
'&:active': activeStyles,
|
|
176
|
+
}),
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
const buttonStyle = (theme, { variant = Button_1.ButtonVariant.PRIMARY, block = false, noCapital = false, bold = true, center = true, color = Identity_1.COLOR.WHITE, fontSize = theme.fontSizes.base, noWrap = true, textTransform = 'none', truncate = true, group = false, ...props }) => {
|
|
180
|
+
return {
|
|
181
|
+
...(0, Typography_1.textStyle)(theme, {
|
|
182
|
+
block,
|
|
183
|
+
bold,
|
|
184
|
+
center,
|
|
185
|
+
fontSize,
|
|
186
|
+
noWrap,
|
|
187
|
+
textTransform,
|
|
188
|
+
truncate,
|
|
189
|
+
...props,
|
|
190
|
+
}),
|
|
191
|
+
border: 0,
|
|
192
|
+
cursor: props.disabled ? 'not-allowed' : 'pointer',
|
|
193
|
+
display: 'flex',
|
|
194
|
+
alignItems: 'center',
|
|
195
|
+
justifyContent: 'center',
|
|
196
|
+
marginBottom: '16px',
|
|
197
|
+
padding: 0,
|
|
198
|
+
outline: 'none',
|
|
199
|
+
textDecoration: 'none',
|
|
200
|
+
touchAction: 'manipulation',
|
|
201
|
+
transition: motions_1.defaultTransition,
|
|
202
|
+
width: block ? '100%' : 'auto',
|
|
203
|
+
'&:hover, &:focus': {
|
|
204
|
+
textDecoration: 'none',
|
|
205
|
+
},
|
|
206
|
+
...(variant !== Button_1.ButtonVariant.TERTIARY && {
|
|
207
|
+
borderRadius: variant === Button_1.ButtonVariant.SEND ? '100%' : '16px',
|
|
208
|
+
height: variant === Button_1.ButtonVariant.SEND ? '40px' : '48px',
|
|
209
|
+
lineHeight: variant === Button_1.ButtonVariant.SEND ? '40px' : '48px',
|
|
210
|
+
...(variant !== Button_1.ButtonVariant.SEND && {
|
|
211
|
+
maxWidth: '100%',
|
|
212
|
+
minWidth: '125px',
|
|
213
|
+
padding: '0 16px',
|
|
214
|
+
}),
|
|
215
|
+
}),
|
|
216
|
+
...(variant === Button_1.ButtonVariant.PRIMARY && buttonPrimaryStyles(theme, props)),
|
|
217
|
+
...(variant === Button_1.ButtonVariant.SECONDARY && buttonSecondaryStyles(theme, props)),
|
|
218
|
+
...(variant === Button_1.ButtonVariant.TERTIARY && buttonTertiaryStyles(theme, props)),
|
|
219
|
+
...(variant === Button_1.ButtonVariant.QUATERNARY && buttonQuaternaryStyles(props)),
|
|
220
|
+
...(variant === Button_1.ButtonVariant.CANCEL && buttonCancelStyles(props)),
|
|
221
|
+
...(variant === Button_1.ButtonVariant.SEND && buttonSendStyles(props)),
|
|
222
|
+
...(group && {
|
|
223
|
+
borderRadius: '0',
|
|
224
|
+
'&:first-of-type': {
|
|
225
|
+
borderRadius: '12px 0 0 12px',
|
|
226
|
+
},
|
|
227
|
+
'&:last-of-type': {
|
|
228
|
+
borderRadius: '0 12px 12px 0',
|
|
229
|
+
},
|
|
230
|
+
}),
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
exports.buttonStyle = buttonStyle;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Inputs/Button/index.ts"],"names":[],"mappings":"AAmBA,cAAc,UAAU,CAAC"}
|