@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,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2025 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
}) : (function(o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
}));
|
|
31
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
32
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
__exportStar(require("./Avatar"), exports);
|
|
36
|
+
__exportStar(require("./AvatarGrid"), exports);
|
|
37
|
+
__exportStar(require("./Badge"), exports);
|
|
38
|
+
__exportStar(require("./BadgesWithTooltip"), exports);
|
|
39
|
+
__exportStar(require("./Icon"), exports);
|
|
40
|
+
__exportStar(require("./Loading"), exports);
|
|
41
|
+
__exportStar(require("./Pill"), exports);
|
|
42
|
+
__exportStar(require("./Tooltip"), exports);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ReactNode, ComponentType, HTMLProps } from 'react';
|
|
2
|
+
type TransitionProps = Partial<any> & {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
component?: string | ComponentType<any>;
|
|
5
|
+
};
|
|
6
|
+
type OpacityProps = TransitionProps & {
|
|
7
|
+
endValue?: number;
|
|
8
|
+
startValue?: number;
|
|
9
|
+
};
|
|
10
|
+
type MovementProps = TransitionProps & {
|
|
11
|
+
endValue?: string;
|
|
12
|
+
startValue?: string;
|
|
13
|
+
};
|
|
14
|
+
type TransitionContainerProps = HTMLProps<any> & {
|
|
15
|
+
appear?: boolean;
|
|
16
|
+
component?: string;
|
|
17
|
+
enter?: boolean;
|
|
18
|
+
exit?: boolean;
|
|
19
|
+
};
|
|
20
|
+
export declare const TransitionContainer: (props: TransitionContainerProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare const Transition: ({ animationStyle, timeout, component, children, ...props }: TransitionProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
22
|
+
export declare const Opacity: ({ startValue, endValue, timeout, ...props }: OpacityProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
23
|
+
export declare const YAxisMovement: ({ startValue, endValue, timeout, ...props }: MovementProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
24
|
+
export declare const XAxisMovement: ({ startValue, endValue, timeout, ...props }: MovementProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
25
|
+
export declare const Slide: ({ startValue, endValue, timeout, ...props }: MovementProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
26
|
+
export declare const LeftRightMovement: (props: MovementProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
27
|
+
export declare const RightLeftMovement: (props: MovementProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
28
|
+
export declare const TopDownMovement: (props: MovementProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
29
|
+
export declare const BottomUpMovement: (props: MovementProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
30
|
+
export {};
|
|
31
|
+
//# sourceMappingURL=Animation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Animation.d.ts","sourceRoot":"","sources":["../../../src/Identity/Animation/Animation.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAE,aAAa,EAAE,SAAS,EAAgB,MAAM,OAAO,CAAC;AAQzE,KAAK,eAAe,GAAG,OAAO,CAAC,GAAG,CAAC,GAAG;IACpC,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,GAAG,aAAa,CAAC,GAAG,CAAC,CAAC;CACzC,CAAC;AAEF,KAAK,YAAY,GAAG,eAAe,GAAG;IACpC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,KAAK,aAAa,GAAG,eAAe,GAAG;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,KAAK,wBAAwB,GAAG,SAAS,CAAC,GAAG,CAAC,GAAG;IAC/C,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAW,wBAAwB,qDAAmC,CAAC;AAEvG,eAAO,MAAM,UAAU,+DAAsE,eAAe,qDAQ3G,CAAC;AAEF,eAAO,MAAM,OAAO,gDAA0E,YAAY,qDAmBzG,CAAC;AAEF,eAAO,MAAM,aAAa,gDAKvB,aAAa,qDAmBf,CAAC;AAEF,eAAO,MAAM,aAAa,gDAKvB,aAAa,qDAmBf,CAAC;AAEF,eAAO,MAAM,KAAK,gDAAmF,aAAa,qDAmBjH,CAAC;AAEF,eAAO,MAAM,iBAAiB,UAAW,aAAa,qDAErD,CAAC;AACF,eAAO,MAAM,iBAAiB,UAAW,aAAa,qDAErD,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,aAAa,qDAAkE,CAAC;AACvH,eAAO,MAAM,gBAAgB,UAAW,aAAa,qDAAiE,CAAC"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BottomUpMovement = exports.TopDownMovement = exports.RightLeftMovement = exports.LeftRightMovement = exports.Slide = exports.XAxisMovement = exports.YAxisMovement = exports.Opacity = exports.Transition = exports.TransitionContainer = 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 react_2 = require("@emotion/react");
|
|
25
|
+
const motions_1 = require("../motions/motions");
|
|
26
|
+
const { CSSTransition, TransitionGroup } = require('react-transition-group');
|
|
27
|
+
const TransitionContainer = (props) => (0, jsx_runtime_1.jsx)(TransitionGroup, { ...props });
|
|
28
|
+
exports.TransitionContainer = TransitionContainer;
|
|
29
|
+
const Transition = ({ animationStyle, timeout, component = 'div', children, ...props }) => ((0, jsx_runtime_1.jsx)(react_2.ClassNames, { children: ({ css }) => ((0, jsx_runtime_1.jsx)(CSSTransition, { timeout: timeout, classNames: css(animationStyle), ...props, children: component ? (0, react_1.createElement)(component, {}, children) : children })) }));
|
|
30
|
+
exports.Transition = Transition;
|
|
31
|
+
const Opacity = ({ startValue = 0, endValue = 1, timeout = motions_1.DURATION.DEFAULT, ...props }) => ((0, jsx_runtime_1.jsx)(exports.Transition, { animationStyle: {
|
|
32
|
+
'&-enter': { opacity: startValue },
|
|
33
|
+
'&-enter-active': {
|
|
34
|
+
opacity: endValue,
|
|
35
|
+
transition: `all ${timeout}ms ${motions_1.EASE.QUART}`,
|
|
36
|
+
},
|
|
37
|
+
'&-exit': { opacity: endValue },
|
|
38
|
+
'&-exit-active': {
|
|
39
|
+
opacity: startValue,
|
|
40
|
+
pointerEvents: 'none',
|
|
41
|
+
transition: `all ${timeout}ms ${motions_1.EASE.QUART}`,
|
|
42
|
+
},
|
|
43
|
+
'&-exit-done': { opacity: startValue },
|
|
44
|
+
}, timeout: timeout, ...props }));
|
|
45
|
+
exports.Opacity = Opacity;
|
|
46
|
+
const YAxisMovement = ({ startValue = '-100%', endValue = '0%', timeout = motions_1.DURATION.DEFAULT, ...props }) => ((0, jsx_runtime_1.jsx)(exports.Transition, { animationStyle: {
|
|
47
|
+
'&-enter': { transform: `translateY(${startValue})` },
|
|
48
|
+
'&-enter-active': {
|
|
49
|
+
transform: `translateY(${endValue})`,
|
|
50
|
+
transition: `all ${timeout}ms ${motions_1.EASE.EXPONENTIAL}`,
|
|
51
|
+
},
|
|
52
|
+
'&-exit': { transform: `translateY(${endValue})` },
|
|
53
|
+
'&-exit-active': {
|
|
54
|
+
pointerEvents: 'none',
|
|
55
|
+
transform: `translateY(${startValue})`,
|
|
56
|
+
transition: `all ${timeout}ms ${motions_1.EASE.EXPONENTIAL}`,
|
|
57
|
+
},
|
|
58
|
+
'&-exit-done': { transform: `translateY(${startValue})` },
|
|
59
|
+
}, timeout: timeout, ...props }));
|
|
60
|
+
exports.YAxisMovement = YAxisMovement;
|
|
61
|
+
const XAxisMovement = ({ startValue = '-100%', endValue = '0%', timeout = motions_1.DURATION.DEFAULT, ...props }) => ((0, jsx_runtime_1.jsx)(exports.Transition, { animationStyle: {
|
|
62
|
+
'&-enter': { transform: `translateX(${startValue})` },
|
|
63
|
+
'&-enter-active': {
|
|
64
|
+
transform: `translateX(${endValue})`,
|
|
65
|
+
transition: `all ${timeout}ms ${motions_1.EASE.EXPONENTIAL}`,
|
|
66
|
+
},
|
|
67
|
+
'&-exit': { transform: `translateX(${endValue})` },
|
|
68
|
+
'&-exit-active': {
|
|
69
|
+
pointerEvents: 'none',
|
|
70
|
+
transform: `translateX(${startValue})`,
|
|
71
|
+
transition: `all ${timeout}ms ${motions_1.EASE.EXPONENTIAL}`,
|
|
72
|
+
},
|
|
73
|
+
'&-exit-done': { transform: `translateX(${startValue})` },
|
|
74
|
+
}, timeout: timeout, ...props }));
|
|
75
|
+
exports.XAxisMovement = XAxisMovement;
|
|
76
|
+
const Slide = ({ startValue = '-100%', endValue = '0%', timeout = motions_1.DURATION.DEFAULT, ...props }) => ((0, jsx_runtime_1.jsx)(exports.Transition, { animationStyle: {
|
|
77
|
+
'&-enter': { marginTop: startValue },
|
|
78
|
+
'&-enter-active': {
|
|
79
|
+
marginTop: endValue,
|
|
80
|
+
transition: `all ${timeout}ms ${motions_1.EASE.QUART}`,
|
|
81
|
+
},
|
|
82
|
+
'&-exit': { marginTop: endValue },
|
|
83
|
+
'&-exit-active': {
|
|
84
|
+
marginTop: startValue,
|
|
85
|
+
pointerEvents: 'none',
|
|
86
|
+
transition: `all ${timeout}ms ${motions_1.EASE.QUART}`,
|
|
87
|
+
},
|
|
88
|
+
'&-exit-done': { marginTop: startValue },
|
|
89
|
+
}, timeout: timeout, ...props }));
|
|
90
|
+
exports.Slide = Slide;
|
|
91
|
+
const LeftRightMovement = (props) => ((0, jsx_runtime_1.jsx)(exports.XAxisMovement, { startValue: "-100vh", endValue: "0vh", ...props }));
|
|
92
|
+
exports.LeftRightMovement = LeftRightMovement;
|
|
93
|
+
const RightLeftMovement = (props) => ((0, jsx_runtime_1.jsx)(exports.XAxisMovement, { startValue: "100vh", endValue: "0vh", ...props }));
|
|
94
|
+
exports.RightLeftMovement = RightLeftMovement;
|
|
95
|
+
const TopDownMovement = (props) => (0, jsx_runtime_1.jsx)(exports.YAxisMovement, { startValue: "-100%", endValue: "0%", ...props });
|
|
96
|
+
exports.TopDownMovement = TopDownMovement;
|
|
97
|
+
const BottomUpMovement = (props) => (0, jsx_runtime_1.jsx)(exports.YAxisMovement, { startValue: "100%", endValue: "0%", ...props });
|
|
98
|
+
exports.BottomUpMovement = BottomUpMovement;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: Meta;
|
|
3
|
+
export default meta;
|
|
4
|
+
export declare const AllAnimations: () => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const CustomizableAnimation: StoryObj;
|
|
6
|
+
//# sourceMappingURL=Animation.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Animation.stories.d.ts","sourceRoot":"","sources":["../../../src/Identity/Animation/Animation.stories.tsx"],"names":[],"mappings":"AAqBA,OAAO,EAAC,IAAI,EAAE,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAchD,QAAA,MAAM,IAAI,EAAE,IASX,CAAC;AAEF,eAAe,IAAI,CAAC;AA4CpB,eAAO,MAAM,aAAa,wDA4EzB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,QAqCnC,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CustomizableAnimation = exports.AllAnimations = 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 react_1 = require("react");
|
|
24
|
+
const Animation_1 = require("./Animation");
|
|
25
|
+
const colors_1 = require("../colors/colors");
|
|
26
|
+
const meta = {
|
|
27
|
+
title: 'Identity/Animation',
|
|
28
|
+
decorators: [
|
|
29
|
+
Story => ((0, jsx_runtime_1.jsx)("div", { style: { padding: '24px', maxWidth: '600px', margin: '0 auto' }, children: (0, jsx_runtime_1.jsx)(Story, {}) })),
|
|
30
|
+
],
|
|
31
|
+
};
|
|
32
|
+
exports.default = meta;
|
|
33
|
+
const AnimationDemo = ({ title, children, }) => {
|
|
34
|
+
const [isAnimating, setIsAnimating] = (0, react_1.useState)(false);
|
|
35
|
+
const toggle = () => setIsAnimating(!isAnimating);
|
|
36
|
+
return ((0, jsx_runtime_1.jsxs)("div", { style: { marginBottom: '32px' }, children: [(0, jsx_runtime_1.jsxs)("div", { style: { marginBottom: '16px' }, children: [(0, jsx_runtime_1.jsx)("h3", { style: { marginBottom: '8px' }, children: title }), (0, jsx_runtime_1.jsx)("button", { onClick: toggle, style: {
|
|
37
|
+
backgroundColor: colors_1.COLOR.BLUE,
|
|
38
|
+
border: 'none',
|
|
39
|
+
borderRadius: '4px',
|
|
40
|
+
color: colors_1.COLOR.WHITE,
|
|
41
|
+
cursor: 'pointer',
|
|
42
|
+
padding: '8px 16px',
|
|
43
|
+
}, children: "Toggle Animation" })] }), (0, jsx_runtime_1.jsx)("div", { style: {
|
|
44
|
+
backgroundColor: colors_1.COLOR.GRAY_LIGHTEN_72,
|
|
45
|
+
borderRadius: '4px',
|
|
46
|
+
minHeight: '100px',
|
|
47
|
+
padding: '24px',
|
|
48
|
+
}, children: children(isAnimating, toggle) })] }));
|
|
49
|
+
};
|
|
50
|
+
const AllAnimations = () => ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)(AnimationDemo, { title: "Opacity", children: isAnimating => ((0, jsx_runtime_1.jsx)(Animation_1.Opacity, { in: isAnimating, children: (0, jsx_runtime_1.jsx)("div", { style: { padding: '16px', backgroundColor: colors_1.COLOR.WHITE, borderRadius: '4px' }, children: "Fade in/out content" }) })) }), (0, jsx_runtime_1.jsx)(AnimationDemo, { title: "Top Down Movement", children: isAnimating => ((0, jsx_runtime_1.jsx)(Animation_1.TopDownMovement, { in: isAnimating, children: (0, jsx_runtime_1.jsx)("div", { style: { padding: '16px', backgroundColor: colors_1.COLOR.WHITE, borderRadius: '4px' }, children: "Moving from top" }) })) }), (0, jsx_runtime_1.jsx)(AnimationDemo, { title: "Bottom Up Movement", children: isAnimating => ((0, jsx_runtime_1.jsx)(Animation_1.BottomUpMovement, { in: isAnimating, children: (0, jsx_runtime_1.jsx)("div", { style: { padding: '16px', backgroundColor: colors_1.COLOR.WHITE, borderRadius: '4px' }, children: "Moving from bottom" }) })) }), (0, jsx_runtime_1.jsx)(AnimationDemo, { title: "Y-Axis Movement", children: isAnimating => ((0, jsx_runtime_1.jsx)(Animation_1.YAxisMovement, { in: isAnimating, startValue: "50%", endValue: "-50%", children: (0, jsx_runtime_1.jsx)("div", { style: { padding: '16px', backgroundColor: colors_1.COLOR.WHITE, borderRadius: '4px' }, children: "Custom vertical movement" }) })) }), (0, jsx_runtime_1.jsx)(AnimationDemo, { title: "Left Right Movement", children: isAnimating => ((0, jsx_runtime_1.jsx)(Animation_1.LeftRightMovement, { in: isAnimating, children: (0, jsx_runtime_1.jsx)("div", { style: { padding: '16px', backgroundColor: colors_1.COLOR.WHITE, borderRadius: '4px' }, children: "Moving from left" }) })) }), (0, jsx_runtime_1.jsx)(AnimationDemo, { title: "Right Left Movement", children: isAnimating => ((0, jsx_runtime_1.jsx)(Animation_1.RightLeftMovement, { in: isAnimating, children: (0, jsx_runtime_1.jsx)("div", { style: { padding: '16px', backgroundColor: colors_1.COLOR.WHITE, borderRadius: '4px' }, children: "Moving from right" }) })) }), (0, jsx_runtime_1.jsx)(AnimationDemo, { title: "X-Axis Movement", children: isAnimating => ((0, jsx_runtime_1.jsx)(Animation_1.XAxisMovement, { in: isAnimating, startValue: "10vh", endValue: "-10vh", children: (0, jsx_runtime_1.jsx)("div", { style: { padding: '16px', backgroundColor: colors_1.COLOR.WHITE, borderRadius: '4px' }, children: "Custom horizontal movement" }) })) }), (0, jsx_runtime_1.jsx)(AnimationDemo, { title: "Combined Animations", children: isAnimating => ((0, jsx_runtime_1.jsx)(Animation_1.TopDownMovement, { in: isAnimating, children: (0, jsx_runtime_1.jsx)(Animation_1.Opacity, { in: isAnimating, children: (0, jsx_runtime_1.jsx)(Animation_1.XAxisMovement, { in: isAnimating, startValue: "40vh", endValue: "10vh", children: (0, jsx_runtime_1.jsx)("div", { style: { padding: '16px', backgroundColor: colors_1.COLOR.WHITE, borderRadius: '4px' }, children: "Combined fade, vertical and horizontal movement" }) }) }) })) })] }));
|
|
51
|
+
exports.AllAnimations = AllAnimations;
|
|
52
|
+
exports.CustomizableAnimation = {
|
|
53
|
+
render: function Render() {
|
|
54
|
+
const [isAnimating, setIsAnimating] = (0, react_1.useState)(false);
|
|
55
|
+
const toggle = () => setIsAnimating(!isAnimating);
|
|
56
|
+
return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("button", { onClick: toggle, style: {
|
|
57
|
+
backgroundColor: colors_1.COLOR.BLUE,
|
|
58
|
+
border: 'none',
|
|
59
|
+
borderRadius: '4px',
|
|
60
|
+
color: colors_1.COLOR.WHITE,
|
|
61
|
+
cursor: 'pointer',
|
|
62
|
+
marginBottom: '24px',
|
|
63
|
+
padding: '8px 16px',
|
|
64
|
+
}, children: "Toggle Animation" }), (0, jsx_runtime_1.jsx)(Animation_1.Opacity, { in: isAnimating, timeout: 2000, children: (0, jsx_runtime_1.jsx)("div", { style: { padding: '16px', backgroundColor: colors_1.COLOR.WHITE, borderRadius: '4px' }, children: "Customizable animation duration (2 seconds)" }) })] }));
|
|
65
|
+
},
|
|
66
|
+
parameters: {
|
|
67
|
+
docs: {
|
|
68
|
+
description: {
|
|
69
|
+
story: 'Animations can be customized with different durations and timing functions.',
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Identity/Animation/index.ts"],"names":[],"mappings":"AAmBA,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2025 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
}) : (function(o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
}));
|
|
31
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
32
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
__exportStar(require("./Animation"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlobalCssVariables.d.ts","sourceRoot":"","sources":["../../../src/Identity/GlobalCssVariables/GlobalCssVariables.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAyQzC,eAAO,MAAM,kBAAkB;iBApQZ,SAAS;gBA+GV,SAAS;wBA+GD,SAAS;oBAkBb,SAAS;CAyB9B,CAAC"}
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2022 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.GlobalCssVariables = void 0;
|
|
22
|
+
const colors_1 = require("../colors");
|
|
23
|
+
const colors_v2_1 = require("../colors-v2");
|
|
24
|
+
const light = () => ({
|
|
25
|
+
// Checkbox
|
|
26
|
+
'--checkbox-background': colors_v2_1.COLOR_V2.GRAY_20,
|
|
27
|
+
'--checkbox-background-disabled': colors_v2_1.COLOR_V2.GRAY_10,
|
|
28
|
+
'--checkbox-background-disabled-selected': colors_v2_1.COLOR_V2.GRAY_60,
|
|
29
|
+
'--checkbox-border': colors_v2_1.COLOR_V2.GRAY_80,
|
|
30
|
+
'--checkbox-border-disabled': colors_v2_1.COLOR_V2.GRAY_70,
|
|
31
|
+
// Icon Button
|
|
32
|
+
'--icon-button-primary-enabled-bg': colors_1.COLOR.WHITE,
|
|
33
|
+
'--icon-button-primary-hover-bg': colors_v2_1.COLOR_V2.GRAY_20,
|
|
34
|
+
'--icon-button-primary-border': colors_v2_1.COLOR_V2.GRAY_40,
|
|
35
|
+
'--icon-button-primary-disabled-bg': colors_v2_1.COLOR_V2.GRAY_20,
|
|
36
|
+
'--icon-button-primary-disabled-border': colors_v2_1.COLOR_V2.GRAY_40,
|
|
37
|
+
'--icon-button-primary-hover-border': colors_v2_1.COLOR_V2.GRAY_50,
|
|
38
|
+
// Button
|
|
39
|
+
'--button-primary-disabled-bg': colors_v2_1.COLOR_V2.GRAY_50,
|
|
40
|
+
'--button-primary-disabled-text': colors_v2_1.COLOR_V2.GRAY_80,
|
|
41
|
+
'--button-tertiary-bg': colors_1.COLOR.WHITE,
|
|
42
|
+
'--button-tertiary-border': colors_v2_1.COLOR_V2.GRAY_40,
|
|
43
|
+
'--button-tertiary-hover-bg': colors_v2_1.COLOR_V2.GRAY_20,
|
|
44
|
+
'--button-tertiary-hover-border': colors_v2_1.COLOR_V2.GRAY_50,
|
|
45
|
+
'--button-tertiary-disabled-bg': colors_v2_1.COLOR_V2.GRAY_20,
|
|
46
|
+
'--button-tertiary-disabled-border': 'transparent',
|
|
47
|
+
// Inputs
|
|
48
|
+
'--text-input-background': colors_1.COLOR.WHITE,
|
|
49
|
+
'--text-input-border': colors_v2_1.COLOR_V2.GRAY_40,
|
|
50
|
+
'--text-input-border-hover': colors_v2_1.COLOR_V2.GRAY_60,
|
|
51
|
+
'--text-input-placeholder': colors_v2_1.COLOR_V2.GRAY_70,
|
|
52
|
+
'--text-input-disabled': colors_v2_1.COLOR_V2.GRAY_20,
|
|
53
|
+
'--text-input-label': colors_v2_1.COLOR_V2.GRAY_80,
|
|
54
|
+
'--text-input-autocomplete-background': colors_v2_1.COLOR_V2.BLUE_LIGHT_50,
|
|
55
|
+
// Select
|
|
56
|
+
'--select-focused-description': colors_v2_1.COLOR_V2.WHITE,
|
|
57
|
+
// Range Input
|
|
58
|
+
'--indicator-range-input-thumb': colors_v2_1.COLOR_V2.BLUE_LIGHT_700,
|
|
59
|
+
'--indicator-range-input-track-bg': colors_v2_1.COLOR_V2.GRAY_60,
|
|
60
|
+
// General
|
|
61
|
+
'--danger-color': colors_v2_1.COLOR_V2.RED_LIGHT_500,
|
|
62
|
+
'--success-color': colors_v2_1.COLOR_V2.GREEN_LIGHT_500,
|
|
63
|
+
'--app-bg': colors_v2_1.COLOR_V2.GRAY_10,
|
|
64
|
+
'--main-color': colors_1.COLOR.BLACK,
|
|
65
|
+
'--modal-bg': '#f8f8f8',
|
|
66
|
+
'--dropdown-menu-bg': colors_1.COLOR.WHITE,
|
|
67
|
+
// Foreground
|
|
68
|
+
'--foreground-fade-16': '#676b7129',
|
|
69
|
+
// Archive File Icon
|
|
70
|
+
'--archive-file-icon-bg': colors_v2_1.COLOR_V2.AMBER_LIGHT_50,
|
|
71
|
+
'--archive-file-icon-stroke': colors_v2_1.COLOR_V2.AMBER_LIGHT_700,
|
|
72
|
+
// Audio File Icon
|
|
73
|
+
'--audio-file-icon-bg': colors_v2_1.COLOR_V2.PURPLE_DARK_50,
|
|
74
|
+
'--audio-file-icon-stroke': colors_v2_1.COLOR_V2.PURPLE_DARK_700,
|
|
75
|
+
// Code File Icon
|
|
76
|
+
'--code-file-icon-bg': colors_v2_1.COLOR_V2.PURPLE_LIGHT_50,
|
|
77
|
+
'--code-file-icon-stroke': colors_v2_1.COLOR_V2.PURPLE_LIGHT_700,
|
|
78
|
+
// Document File Icon
|
|
79
|
+
'--document-file-icon-bg': colors_v2_1.COLOR_V2.BLUE_LIGHT_50,
|
|
80
|
+
'--document-file-icon-stroke': colors_v2_1.COLOR_V2.BLUE_LIGHT_700,
|
|
81
|
+
// Image File Icon
|
|
82
|
+
'--image-file-icon-bg': colors_v2_1.COLOR_V2.TURQUOISE_LIGHT_50,
|
|
83
|
+
'--image-file-icon-stroke': colors_v2_1.COLOR_V2.TURQUOISE_LIGHT_700,
|
|
84
|
+
// PDF File Icon
|
|
85
|
+
'--pdf-file-icon-bg': colors_v2_1.COLOR_V2.RED_LIGHT_50,
|
|
86
|
+
'--pdf-file-icon-stroke': colors_v2_1.COLOR_V2.RED_LIGHT_700,
|
|
87
|
+
// Spreadsheet File Icon
|
|
88
|
+
'--spreadsheet-file-icon-bg': colors_v2_1.COLOR_V2.GREEN_LIGHT_50,
|
|
89
|
+
'--spreadsheet-file-icon-stroke': colors_v2_1.COLOR_V2.GREEN_LIGHT_700,
|
|
90
|
+
// Presentation File Icon
|
|
91
|
+
'--presentation-file-icon-bg': colors_v2_1.COLOR_V2.AMBER_LIGHT_50,
|
|
92
|
+
'--presentation-file-icon-stroke': colors_v2_1.COLOR_V2.AMBER_LIGHT_700,
|
|
93
|
+
// Video File Icon
|
|
94
|
+
'--video-file-icon-bg': colors_v2_1.COLOR_V2.RED_LIGHT_50,
|
|
95
|
+
'--video-file-icon-stroke': colors_v2_1.COLOR_V2.RED_LIGHT_700,
|
|
96
|
+
// Text File Icon
|
|
97
|
+
'--text-file-icon-bg': colors_v2_1.COLOR_V2.AMBER_LIGHT_50,
|
|
98
|
+
'--text-file-icon-stroke': colors_v2_1.COLOR_V2.AMBER_LIGHT_700,
|
|
99
|
+
// Other File Icon
|
|
100
|
+
'--other-file-icon-bg': colors_v2_1.COLOR_V2.WHITE,
|
|
101
|
+
'--other-file-icon-stroke': colors_v2_1.COLOR_V2.GRAY_70,
|
|
102
|
+
// Folder Icon
|
|
103
|
+
'--folder-icon-bg': colors_v2_1.COLOR_V2.BLUE_LIGHT_50,
|
|
104
|
+
'--folder-icon-stroke': colors_v2_1.COLOR_V2.BLUE_LIGHT_700,
|
|
105
|
+
// Multiple File Icon
|
|
106
|
+
'--multiple-file-icon-bg': colors_v2_1.COLOR_V2.WHITE,
|
|
107
|
+
'--multiple-file-icon-stroke': colors_v2_1.COLOR_V2.GRAY_70,
|
|
108
|
+
// File Unavailable Icon
|
|
109
|
+
'--unavailable-file-icon-bg': colors_v2_1.COLOR_V2.WHITE,
|
|
110
|
+
'--unavailable-file-icon-stroke': colors_v2_1.COLOR_V2.GRAY_70,
|
|
111
|
+
});
|
|
112
|
+
const dark = () => ({
|
|
113
|
+
// Checkbox
|
|
114
|
+
'--checkbox-background': colors_v2_1.COLOR_V2.GRAY_90,
|
|
115
|
+
'--checkbox-background-disabled': colors_v2_1.COLOR_V2.GRAY_90,
|
|
116
|
+
'--checkbox-background-disabled-selected': colors_v2_1.COLOR_V2.GRAY_80,
|
|
117
|
+
'--checkbox-border': colors_v2_1.COLOR_V2.GRAY_60,
|
|
118
|
+
'--checkbox-border-disabled': colors_v2_1.COLOR_V2.GRAY_60,
|
|
119
|
+
// Icon Button
|
|
120
|
+
'--icon-button-primary-enabled-bg': colors_v2_1.COLOR_V2.GRAY_90,
|
|
121
|
+
'--icon-button-primary-hover-bg': colors_v2_1.COLOR_V2.GRAY_80,
|
|
122
|
+
'--icon-button-primary-border': colors_v2_1.COLOR_V2.GRAY_100,
|
|
123
|
+
'--icon-button-primary-disabled-bg': colors_v2_1.COLOR_V2.GRAY_95,
|
|
124
|
+
'--icon-button-primary-disabled-border': colors_v2_1.COLOR_V2.GRAY_90,
|
|
125
|
+
'--icon-button-primary-hover-border': colors_v2_1.COLOR_V2.GRAY_70,
|
|
126
|
+
// Button
|
|
127
|
+
'--button-primary-disabled-bg': colors_v2_1.COLOR_V2.GRAY_70,
|
|
128
|
+
'--button-primary-disabled-text': colors_1.COLOR.BLACK,
|
|
129
|
+
'--button-tertiary-bg': colors_v2_1.COLOR_V2.GRAY_90,
|
|
130
|
+
'--button-tertiary-border': colors_v2_1.COLOR_V2.GRAY_100,
|
|
131
|
+
'--button-tertiary-hover-bg': colors_v2_1.COLOR_V2.GRAY_80,
|
|
132
|
+
'--button-tertiary-hover-border': colors_v2_1.COLOR_V2.GRAY_80,
|
|
133
|
+
'--button-tertiary-disabled-bg': colors_v2_1.COLOR_V2.GRAY_95,
|
|
134
|
+
'--button-tertiary-disabled-border': 'transparent',
|
|
135
|
+
// Inputs
|
|
136
|
+
'--text-input-background': colors_1.COLOR.BLACK,
|
|
137
|
+
'--text-input-border': colors_v2_1.COLOR_V2.GRAY_80,
|
|
138
|
+
'--text-input-border-hover': colors_v2_1.COLOR_V2.GRAY_40,
|
|
139
|
+
'--text-input-placeholder': colors_v2_1.COLOR_V2.GRAY_60,
|
|
140
|
+
'--text-input-disabled': colors_v2_1.COLOR_V2.GRAY_100,
|
|
141
|
+
'--text-input-label': colors_v2_1.COLOR_V2.GRAY_40,
|
|
142
|
+
'--text-input-autocomplete-background': colors_v2_1.COLOR_V2.BLUE_LIGHT_900,
|
|
143
|
+
// Select
|
|
144
|
+
'--select-focused-description': colors_v2_1.COLOR_V2.GRAY_40,
|
|
145
|
+
// Range Input
|
|
146
|
+
'--indicator-range-input-thumb': colors_v2_1.COLOR_V2.BLUE_DARK_300,
|
|
147
|
+
'--indicator-range-input-track-bg': colors_v2_1.COLOR_V2.GRAY_70,
|
|
148
|
+
// General
|
|
149
|
+
'--danger-color': colors_v2_1.COLOR_V2.RED_DARK_500,
|
|
150
|
+
'--success-color': colors_v2_1.COLOR_V2.GREEN_DARK_500,
|
|
151
|
+
'--app-bg': colors_v2_1.COLOR_V2.GRAY_95,
|
|
152
|
+
'--main-color': colors_1.COLOR.WHITE,
|
|
153
|
+
'--modal-bg': '#26272c',
|
|
154
|
+
'--dropdown-menu-bg': colors_v2_1.COLOR_V2.GRAY_100,
|
|
155
|
+
// Foreground
|
|
156
|
+
'--foreground-fade-16': '#9fa1a729',
|
|
157
|
+
// Archive File Icon
|
|
158
|
+
'--archive-file-icon-bg': colors_v2_1.COLOR_V2.AMBER_DARK_50,
|
|
159
|
+
'--archive-file-icon-stroke': colors_v2_1.COLOR_V2.AMBER_DARK_700,
|
|
160
|
+
// Audio File Icon
|
|
161
|
+
'--audio-file-icon-bg': colors_v2_1.COLOR_V2.PURPLE_DARK_50,
|
|
162
|
+
'--audio-file-icon-stroke': colors_v2_1.COLOR_V2.PURPLE_DARK_700,
|
|
163
|
+
// Code File Icon
|
|
164
|
+
'--code-file-icon-bg': colors_v2_1.COLOR_V2.PURPLE_DARK_50,
|
|
165
|
+
'--code-file-icon-stroke': colors_v2_1.COLOR_V2.PURPLE_DARK_700,
|
|
166
|
+
// Document File Icon
|
|
167
|
+
'--document-file-icon-bg': colors_v2_1.COLOR_V2.BLUE_DARK_50,
|
|
168
|
+
'--document-file-icon-stroke': colors_v2_1.COLOR_V2.BLUE_DARK_700,
|
|
169
|
+
// Image File Icon
|
|
170
|
+
'--image-file-icon-bg': colors_v2_1.COLOR_V2.TURQUOISE_DARK_50,
|
|
171
|
+
'--image-file-icon-stroke': colors_v2_1.COLOR_V2.TURQUOISE_DARK_700,
|
|
172
|
+
// PDF File Icon
|
|
173
|
+
'--pdf-file-icon-bg': colors_v2_1.COLOR_V2.RED_DARK_50,
|
|
174
|
+
'--pdf-file-icon-stroke': colors_v2_1.COLOR_V2.RED_DARK_700,
|
|
175
|
+
// Spreadsheet File Icon
|
|
176
|
+
'--spreadsheet-file-icon-bg': colors_v2_1.COLOR_V2.GREEN_DARK_50,
|
|
177
|
+
'--spreadsheet-file-icon-stroke': colors_v2_1.COLOR_V2.GREEN_DARK_700,
|
|
178
|
+
// Presentation File Icon
|
|
179
|
+
'--presentation-file-icon-bg': colors_v2_1.COLOR_V2.AMBER_DARK_50,
|
|
180
|
+
'--presentation-file-icon-stroke': colors_v2_1.COLOR_V2.AMBER_DARK_700,
|
|
181
|
+
// Video File Icon
|
|
182
|
+
'--video-file-icon-bg': colors_v2_1.COLOR_V2.RED_DARK_50,
|
|
183
|
+
'--video-file-icon-stroke': colors_v2_1.COLOR_V2.RED_DARK_700,
|
|
184
|
+
// Text File Icon
|
|
185
|
+
'--text-file-icon-bg': colors_v2_1.COLOR_V2.AMBER_DARK_50,
|
|
186
|
+
'--text-file-icon-stroke': colors_v2_1.COLOR_V2.AMBER_DARK_700,
|
|
187
|
+
// Other File Icon
|
|
188
|
+
'--other-file-icon-bg': colors_v2_1.COLOR_V2.GRAY_95,
|
|
189
|
+
'--other-file-icon-stroke': colors_v2_1.COLOR_V2.GRAY_60,
|
|
190
|
+
// Folder Icon
|
|
191
|
+
'--folder-icon-bg': colors_v2_1.COLOR_V2.BLUE_DARK_50,
|
|
192
|
+
'--folder-icon-stroke': colors_v2_1.COLOR_V2.BLUE_DARK_700,
|
|
193
|
+
// Multiple File Icon
|
|
194
|
+
'--multiple-file-icon-bg': colors_v2_1.COLOR_V2.GRAY_95,
|
|
195
|
+
'--multiple-file-icon-stroke': colors_v2_1.COLOR_V2.GRAY_60,
|
|
196
|
+
// File Unavailable Icon
|
|
197
|
+
'--unavailable-file-icon-bg': colors_v2_1.COLOR_V2.GRAY_95,
|
|
198
|
+
'--unavailable-file-icon-stroke': colors_v2_1.COLOR_V2.GRAY_60,
|
|
199
|
+
});
|
|
200
|
+
const accentColors = () => ({
|
|
201
|
+
'--accent-color': colors_v2_1.COLOR_V2.BLUE_LIGHT_500,
|
|
202
|
+
'--accent-color-highlight': colors_v2_1.COLOR_V2.BLUE_LIGHT_50,
|
|
203
|
+
'--accent-color-highlight-inversed': colors_v2_1.COLOR_V2.BLUE_LIGHT_800,
|
|
204
|
+
'--accent-color-border': colors_v2_1.COLOR_V2.BLUE_LIGHT_500,
|
|
205
|
+
'--accent-color-focus': colors_v2_1.COLOR_V2.BLUE_LIGHT_400,
|
|
206
|
+
'--button-primary-hover': colors_v2_1.COLOR_V2.BLUE_LIGHT_600,
|
|
207
|
+
'--button-primary-active': colors_v2_1.COLOR_V2.BLUE_LIGHT_700,
|
|
208
|
+
'--button-primary-active-border': colors_v2_1.COLOR_V2.BLUE_LIGHT_700,
|
|
209
|
+
'--button-primary-focus-border': colors_v2_1.COLOR_V2.BLUE_LIGHT_700,
|
|
210
|
+
'--button-secondary-active-bg': colors_v2_1.COLOR_V2.BLUE_LIGHT_50,
|
|
211
|
+
'--button-secondary-active-border': colors_v2_1.COLOR_V2.BLUE_LIGHT_500,
|
|
212
|
+
'--button-secondary-hover-border': colors_v2_1.COLOR_V2.BLUE_LIGHT_500,
|
|
213
|
+
'--icon-primary-active-fill': colors_v2_1.COLOR_V2.BLUE_LIGHT_500,
|
|
214
|
+
'--icon-secondary-active-border': 'transparent',
|
|
215
|
+
'--indicator-range-input-thumb': colors_v2_1.COLOR_V2.BLUE_LIGHT_700,
|
|
216
|
+
});
|
|
217
|
+
const zIndexes = () => ({
|
|
218
|
+
'--z-index-level-0': 0,
|
|
219
|
+
'--z-index-level-1': 10,
|
|
220
|
+
'--z-index-level-2': 100,
|
|
221
|
+
'--z-index-level-3': 1000,
|
|
222
|
+
'--z-index-level-4': 10000,
|
|
223
|
+
'--z-index-level-5': 100000,
|
|
224
|
+
'--z-index-level-6': 1000000,
|
|
225
|
+
'--z-index-level-7': 10000000,
|
|
226
|
+
'--z-index-level-8': 100000000,
|
|
227
|
+
'--z-index-badge': 'var(--z-index-level-2)',
|
|
228
|
+
'--z-index-panel': 'var(--z-index-level-3)',
|
|
229
|
+
'--z-index-bubble': 'var(--z-index-level-3)',
|
|
230
|
+
'--z-index-video': 'var(--z-index-level-4)',
|
|
231
|
+
'--z-index-choosescreen': 'var(--z-index-level-5)',
|
|
232
|
+
'--z-index-context': 'var(--z-index-level-5)',
|
|
233
|
+
'--z-index-warnings': 'var(--z-index-level-6)',
|
|
234
|
+
'--z-index-modal': 'var(--z-index-level-7)',
|
|
235
|
+
});
|
|
236
|
+
exports.GlobalCssVariables = {
|
|
237
|
+
light,
|
|
238
|
+
dark,
|
|
239
|
+
accentColors,
|
|
240
|
+
zIndexes,
|
|
241
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Identity/GlobalCssVariables/index.ts"],"names":[],"mappings":"AAmBA,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Wire
|
|
4
|
+
* Copyright (C) 2025 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
}) : (function(o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
}));
|
|
31
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
32
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
__exportStar(require("./GlobalCssVariables"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlobalStyle.d.ts","sourceRoot":"","sources":["../../../src/Identity/GlobalStyle/GlobalStyle.tsx"],"names":[],"mappings":"AAuBA,OAAO,EAAC,KAAK,EAAC,MAAM,UAAU,CAAC;AA8C/B,eAAO,MAAM,WAAW;WAA+B,KAAK;;;EAU1D,CAAC"}
|