@wireapp/react-ui-kit 9.69.7-beta.14.5ce5ca523 → 9.70.0
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 +56 -0
- package/lib/Surface/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/lib/Surface/DropdownMenu/DropdownMenu.js +80 -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,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.Default = void 0;
|
|
27
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
28
|
+
const SVGIcon_1 = require("./SVGIcon");
|
|
29
|
+
const Icons = __importStar(require("./index"));
|
|
30
|
+
const meta = {
|
|
31
|
+
title: 'DataDisplay/Icon',
|
|
32
|
+
component: SVGIcon_1.SVGIcon,
|
|
33
|
+
parameters: {
|
|
34
|
+
layout: 'centered',
|
|
35
|
+
},
|
|
36
|
+
tags: ['autodocs'],
|
|
37
|
+
render: args => (0, jsx_runtime_1.jsx)(IconGallery, { ...args }),
|
|
38
|
+
};
|
|
39
|
+
exports.default = meta;
|
|
40
|
+
const IconGallery = (props) => {
|
|
41
|
+
const allIcons = { ...Icons };
|
|
42
|
+
return ((0, jsx_runtime_1.jsx)("div", { style: {
|
|
43
|
+
display: 'grid',
|
|
44
|
+
gridTemplateColumns: 'repeat(auto-fill, minmax(120px, 1fr))',
|
|
45
|
+
gap: '24px',
|
|
46
|
+
padding: '24px',
|
|
47
|
+
maxWidth: '800px',
|
|
48
|
+
}, children: Object.entries(allIcons)
|
|
49
|
+
.filter(([_, component]) => typeof component === 'function')
|
|
50
|
+
.map(([name, IconComponent]) => ((0, jsx_runtime_1.jsxs)("div", { style: {
|
|
51
|
+
display: 'flex',
|
|
52
|
+
flexDirection: 'column',
|
|
53
|
+
alignItems: 'center',
|
|
54
|
+
gap: '8px',
|
|
55
|
+
padding: '16px',
|
|
56
|
+
border: '1px solid #e5e5e5',
|
|
57
|
+
borderRadius: '8px',
|
|
58
|
+
}, children: [(0, jsx_runtime_1.jsx)(IconComponent, { ...props, "data-uie-name": name }), (0, jsx_runtime_1.jsx)("div", { style: { fontSize: '12px', textAlign: 'center' }, children: name })] }, name))) }));
|
|
59
|
+
};
|
|
60
|
+
exports.Default = {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SaveIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/SaveIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,QAAQ,UAAW,YAAY,qDAI3C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SaveIcon = 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const SaveIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M0 0h16v16H0V0Zm2 2h12v12H2V2Zm7 2H7v4.09H3L8 12l5-3.91H9V4Z", fillRule: "evenodd", clipRule: "evenodd" }) }));
|
|
25
|
+
exports.SaveIcon = SaveIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScreenshareIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/ScreenshareIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,eAAe,UAAW,YAAY,qDAIlD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ScreenshareIcon = 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const ScreenshareIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M5 14h6v2H5v-2zM0 1c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v11c0 .6-.4 1-1 1H1a1 1 0 0 1-1-1V1zm7 10h2V7h4L8 3 3 7h4v4z" }) }));
|
|
25
|
+
exports.ScreenshareIcon = ScreenshareIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/SearchIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,UAAU,UAAW,YAAY,qDAO7C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SearchIcon = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
/*
|
|
6
|
+
* Wire
|
|
7
|
+
* Copyright (C) 2019 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const SearchIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M6.987 0a6.99 6.99 0 016.987 6.993c0 1.571-.517 3.02-1.39 4.188L16 14.587 14.588 16l-3.416-3.406a6.952 6.952 0 01-4.185 1.392A6.99 6.99 0 010 6.993 6.99 6.99 0 016.987 0zM12 7A5 5 0 112 7a5 5 0 0110 0z" }) }));
|
|
25
|
+
exports.SearchIcon = SearchIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ServicesIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/ServicesIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,YAAY,UAAW,YAAY,qDAI/C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ServicesIcon = 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const ServicesIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 32, realHeight: 32, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M10.5 12A6.5 6.5 0 0 0 4 18.5V24a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-5.5a6.5 6.5 0 0 0-6.5-6.5h-11zm-7.12-1.22L.24 4.95a2 2 0 1 1 3.52-1.9L6.8 8.68C7.94 8.24 9.19 8 10.5 8h11C27.3 8 32 12.7 32 18.5V24a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5v-5.5c0-3.05 1.3-5.8 3.38-7.72zM11 19a2 2 0 1 1-4 0 2 2 0 0 1 4 0m7 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0m5 2a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm5.26-9.55a2 2 0 0 1-3.52-1.9l3.5-6.5a2 2 0 0 1 3.52 1.9l-3.5 6.5z" }) }));
|
|
25
|
+
exports.ServicesIcon = ServicesIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/SettingsIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,YAAY,UAAW,YAAY,qDAI/C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SettingsIcon = 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const SettingsIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M2.8 11a6 6 0 0 1-.6-1.5H0v-3h2.2c.1-.6.3-1 .6-1.5L1.3 3.4l2.1-2.1L5 2.8a6 6 0 0 1 1.5-.6V0h3v2.2c.6.1 1 .3 1.5.6l1.6-1.5 2.1 2.1L13.2 5c.3.4.5 1 .6 1.5H16v3h-2.2a6 6 0 0 1-.6 1.5l1.5 1.6-2.1 2.1-1.6-1.5a6 6 0 0 1-1.5.6V16h-3v-2.2a6 6 0 0 1-1.5-.6l-1.6 1.5-2.1-2.1L2.8 11zM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" }) }));
|
|
25
|
+
exports.SettingsIcon = SettingsIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShareLinkIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/ShareLinkIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,aAAa,UAAW,YAAY,qDAoBhD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShareLinkIcon = 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const ShareLinkIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, strokeWidth: "2", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "none", strokeWidth: "2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M5.99998 11.3333H4.66665C3.78259 11.3333 2.93475 10.9821 2.30962 10.357C1.6845 9.73186 1.33331 8.88401 1.33331 7.99996C1.33331 7.1159 1.6845 6.26806 2.30962 5.64294C2.93475 5.01782 3.78259 4.66663 4.66665 4.66663H5.99998" }), (0, jsx_runtime_1.jsx)("path", { fill: "none", strokeWidth: "2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M10 4.66663H11.3333C12.2174 4.66663 13.0652 5.01782 13.6904 5.64294C14.3155 6.26806 14.6667 7.1159 14.6667 7.99996C14.6667 8.88401 14.3155 9.73186 13.6904 10.357C13.0652 10.9821 12.2174 11.3333 11.3333 11.3333H10" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.5 8H10.5", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
25
|
+
exports.ShareLinkIcon = ShareLinkIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShieldIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/ShieldIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,UAAU,UAAW,YAAY,qDAS7C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShieldIcon = 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const ShieldIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 8V1.87197L8 0L1 2V8C1 12 4.00718 15.0977 8 16C12.0344 15.0977 15 12 15 8ZM7.98678 1.55625L8 1.56002V14.4558L7.99817 14.4563C4.68611 13.589 2.5 11.0575 2.5 8L2.5 3.02354L7.98678 1.55625Z", fill: "currentColor" }) }));
|
|
25
|
+
exports.ShieldIcon = ShieldIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/ShowIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,QAAQ,UAAW,YAAY,qDAI3C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowIcon = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
/*
|
|
6
|
+
* Wire
|
|
7
|
+
* Copyright (C) 2020 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const ShowIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 10, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M8 0C4.667 0 1.82 2.073.667 5c1.153 2.927 4 5 7.333 5s6.18-2.073 7.333-5c-1.153-2.927-4-5-7.333-5zm0 8.333a3.334 3.334 0 010-6.666 3.334 3.334 0 010 6.666zM8 3c-1.107 0-2 .893-2 2s.893 2 2 2 2-.893 2-2-.893-2-2-2z" }) }));
|
|
25
|
+
exports.ShowIcon = ShowIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarActiveIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/SidebarActiveIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,YAAY,qDASpD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SidebarActiveIcon = 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const SidebarActiveIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 2H2V14H14V2ZM2 0C0.895431 0 0 0.895431 0 2V14C0 15.1046 0.895431 16 2 16H14C15.1046 16 16 15.1046 16 14V2C16 0.895431 15.1046 0 14 0H2Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M2 0H8V16H2V0Z" })] }));
|
|
25
|
+
exports.SidebarActiveIcon = SidebarActiveIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarInactiveIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/SidebarInactiveIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,mBAAmB,UAAW,YAAY,qDAUtD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SidebarInactiveIcon = 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const SidebarInactiveIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, fill: "none", children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 2H2V14H14V2ZM2 0C0.895431 0 0 0.895431 0 2V14C0 15.1046 0.895431 16 2 16H14C15.1046 16 16 15.1046 16 14V2C16 0.895431 15.1046 0 14 0H2Z", fill: "black" }), (0, jsx_runtime_1.jsx)("path", { d: "M7 0H9V16H7V0Z", fill: "black" })] }));
|
|
25
|
+
exports.SidebarInactiveIcon = SidebarInactiveIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/SignIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,QAAQ,UAAW,YAAY,qDAI3C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SignIcon = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
/*
|
|
6
|
+
* Wire
|
|
7
|
+
* Copyright (C) 2020 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const SignIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 20, realHeight: 18, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M4.59 6.89c.7-.71 1.4-1.35 1.71-1.22.5.2 0 1.03-.3 1.52-.25.42-2.86 3.89-2.86 6.31 0 1.28.48 2.34 1.34 2.98.75.56 1.74.73 2.64.46 1.07-.31 1.95-1.4 3.06-2.77 1.21-1.49 2.83-3.44 4.08-3.44 1.63 0 1.65 1.01 1.76 1.79-3.78.64-5.38 3.67-5.38 5.37 0 1.7 1.44 3.09 3.21 3.09 1.63 0 4.29-1.33 4.69-6.1H21v-2.5h-2.47c-.15-1.65-1.09-4.2-4.03-4.2-2.25 0-4.18 1.91-4.94 2.84-.58.73-2.06 2.48-2.29 2.72-.25.3-.68.84-1.11.84-.45 0-.72-.83-.36-1.92.35-1.09 1.4-2.86 1.85-3.52.78-1.14 1.3-1.92 1.3-3.28C8.95 3.69 7.31 3 6.44 3 5.12 3 3.97 4 3.72 4.25c-.36.36-.66.66-.88.93l1.75 1.71zm9.29 11.66c-.31 0-.74-.26-.74-.72 0-.6.73-2.2 2.87-2.76-.3 2.69-1.43 3.48-2.13 3.48z" }) }));
|
|
25
|
+
exports.SignIcon = SignIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SortIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/SortIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,QAAQ,UAAW,YAAY,qDAmB3C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SortIcon = 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const SortIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.64562 10.7775L4.27329 15.0925L0 10.8563L1.29415 9.55083L4.27619 12.507L7.35439 9.46912L8.64562 10.7775Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.40442 13.7998V0.0130615H5.24265V13.7998H3.40442Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.29603 4.31504L11.6684 -5.61879e-06L15.9417 4.23622L14.6475 5.54169L11.6655 2.58553L8.58726 5.62341L7.29603 4.31504Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5372 1.29272L12.5372 15.0795L10.699 15.0795L10.699 1.29272L12.5372 1.29272Z" })] }));
|
|
25
|
+
exports.SortIcon = SortIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpeakerIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/SpeakerIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,WAAW,UAAW,YAAY,qDAI9C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SpeakerIcon = 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const SpeakerIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M.5 12c-.3 0-.5-.3-.5-.6V4.6c0-.3.2-.6.5-.6H5l5-4v16l-5-4H.5zM12 10a2 2 0 1 0 0-4V4a4 4 0 1 1 0 8v-2z" }) }));
|
|
25
|
+
exports.SpeakerIcon = SpeakerIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StarIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/StarIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,QAAQ,UAAW,YAAY,qDAI3C,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StarIcon = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
/*
|
|
6
|
+
* Wire
|
|
7
|
+
* Copyright (C) 2024 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const StarIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 12, realHeight: 12, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M5.19036 0.612427C5.44371 -0.204142 6.55629 -0.204143 6.80964 0.612426L7.82903 3.89792H11.1477C11.97 3.89792 12.3138 4.98908 11.6505 5.49374L8.95944 7.54121L9.98352 10.8418C10.2364 11.6569 9.33636 12.3313 8.67113 11.8252L6 9.79289L3.32887 11.8252C2.66364 12.3313 1.76358 11.6569 2.01648 10.8418L3.04056 7.54121L0.349516 5.49374C-0.313779 4.98908 0.0299803 3.89792 0.852265 3.89792H4.17097L5.19036 0.612427Z" }) }));
|
|
25
|
+
exports.StarIcon = StarIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StrikethroughIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/StrikethroughIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,YAAY,qDAKpD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StrikethroughIcon = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
|
5
|
+
/*
|
|
6
|
+
* Wire
|
|
7
|
+
* Copyright (C) 2024 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 SVGIcon_1 = require("./SVGIcon");
|
|
24
|
+
const StrikethroughIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M8.01333 15.4187C7.14222 15.4187 6.41422 15.232 5.82933 14.8587C5.25689 14.4853 4.82133 13.9689 4.52267 13.3093C4.224 12.6498 4.04978 11.8844 4 11.0133L5.86667 10.5093C5.904 11.0444 5.98489 11.5609 6.10933 12.0587C6.24622 12.5564 6.464 12.9671 6.76267 13.2907C7.06133 13.6018 7.47822 13.7573 8.01333 13.7573C8.56089 13.7573 8.97156 13.608 9.24533 13.3093C9.53156 12.9982 9.67467 12.5564 9.67467 11.984C9.67467 11.2996 9.51911 10.752 9.208 10.3413C8.89689 9.91822 8.50489 9.49511 8.032 9.072L5.49333 6.832C4.99556 6.39644 4.62844 5.92356 4.392 5.41333C4.15556 4.89067 4.03733 4.24978 4.03733 3.49067C4.03733 2.38311 4.35467 1.52444 4.98933 0.914667C5.624 0.304889 6.48889 0 7.584 0C8.18133 0 8.704 0.0808888 9.152 0.242667C9.61244 0.392 9.992 0.628444 10.2907 0.952C10.6018 1.27556 10.8444 1.68622 11.0187 2.184C11.2053 2.66933 11.3298 3.24178 11.392 3.90133L9.6 4.38667C9.56267 3.88889 9.488 3.43467 9.376 3.024C9.264 2.60089 9.06489 2.26489 8.77867 2.016C8.50489 1.75467 8.10667 1.624 7.584 1.624C7.06133 1.624 6.65067 1.76711 6.352 2.05333C6.06578 2.32711 5.92267 2.73778 5.92267 3.28533C5.92267 3.74578 5.99733 4.12533 6.14667 4.424C6.30844 4.72267 6.56356 5.02756 6.912 5.33867L9.46933 7.57867C10.0418 8.07644 10.5458 8.67378 10.9813 9.37067C11.4169 10.0551 11.6347 10.8702 11.6347 11.816C11.6347 12.5627 11.4791 13.2098 11.168 13.7573C10.8569 14.2924 10.4276 14.7031 9.88 14.9893C9.34489 15.2756 8.72267 15.4187 8.01333 15.4187Z" }), (0, jsx_runtime_1.jsx)("rect", { x: "3", y: "7", width: "11", height: "2" })] }));
|
|
25
|
+
exports.StrikethroughIcon = StrikethroughIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SupportIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/SupportIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,WAAW,UAAW,YAAY,qDAI9C,CAAC"}
|