@wireapp/react-ui-kit 9.69.4 → 9.69.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1144) hide show
  1. package/lib/DataDisplay/Avatar/Avatar.d.ts +14 -0
  2. package/lib/DataDisplay/Avatar/Avatar.d.ts.map +1 -0
  3. package/lib/DataDisplay/Avatar/Avatar.js +88 -0
  4. package/lib/DataDisplay/Avatar/Avatar.stories.d.ts +13 -0
  5. package/lib/DataDisplay/Avatar/Avatar.stories.d.ts.map +1 -0
  6. package/lib/DataDisplay/Avatar/Avatar.stories.js +64 -0
  7. package/lib/DataDisplay/Avatar/index.d.ts +2 -0
  8. package/lib/DataDisplay/Avatar/index.d.ts.map +1 -0
  9. package/lib/DataDisplay/Avatar/index.js +35 -0
  10. package/lib/DataDisplay/AvatarGrid/AvatarGrid.d.ts +13 -0
  11. package/lib/DataDisplay/AvatarGrid/AvatarGrid.d.ts.map +1 -0
  12. package/lib/DataDisplay/AvatarGrid/AvatarGrid.js +40 -0
  13. package/lib/DataDisplay/AvatarGrid/AvatarGrid.stories.d.ts +12 -0
  14. package/lib/DataDisplay/AvatarGrid/AvatarGrid.stories.d.ts.map +1 -0
  15. package/lib/DataDisplay/AvatarGrid/AvatarGrid.stories.js +90 -0
  16. package/lib/DataDisplay/AvatarGrid/index.d.ts +2 -0
  17. package/lib/DataDisplay/AvatarGrid/index.d.ts.map +1 -0
  18. package/lib/DataDisplay/AvatarGrid/index.js +35 -0
  19. package/lib/DataDisplay/Badge/Badge.d.ts +4 -0
  20. package/lib/DataDisplay/Badge/Badge.d.ts.map +1 -0
  21. package/lib/DataDisplay/Badge/Badge.js +27 -0
  22. package/lib/DataDisplay/Badge/Badge.stories.d.ts +9 -0
  23. package/lib/DataDisplay/Badge/Badge.stories.d.ts.map +1 -0
  24. package/lib/DataDisplay/Badge/Badge.stories.js +32 -0
  25. package/lib/DataDisplay/Badge/Badge.styles.d.ts +4 -0
  26. package/lib/DataDisplay/Badge/Badge.styles.d.ts.map +1 -0
  27. package/lib/DataDisplay/Badge/Badge.styles.js +41 -0
  28. package/lib/DataDisplay/Badge/index.d.ts +2 -0
  29. package/lib/DataDisplay/Badge/index.d.ts.map +1 -0
  30. package/lib/DataDisplay/Badge/index.js +35 -0
  31. package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.d.ts +4 -0
  32. package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.d.ts.map +1 -0
  33. package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.js +38 -0
  34. package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.stories.d.ts +22 -0
  35. package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.stories.d.ts.map +1 -0
  36. package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.stories.js +44 -0
  37. package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.styles.d.ts +6 -0
  38. package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.styles.d.ts.map +1 -0
  39. package/lib/DataDisplay/BadgesWithTooltip/BadgesWithTooltip.styles.js +45 -0
  40. package/lib/DataDisplay/BadgesWithTooltip/index.d.ts +2 -0
  41. package/lib/DataDisplay/BadgesWithTooltip/index.d.ts.map +1 -0
  42. package/lib/DataDisplay/BadgesWithTooltip/index.js +35 -0
  43. package/lib/DataDisplay/Icon/AddPeopleIcon.d.ts +3 -0
  44. package/lib/DataDisplay/Icon/AddPeopleIcon.d.ts.map +1 -0
  45. package/lib/DataDisplay/Icon/AddPeopleIcon.js +25 -0
  46. package/lib/DataDisplay/Icon/AlertIcon.d.ts +3 -0
  47. package/lib/DataDisplay/Icon/AlertIcon.d.ts.map +1 -0
  48. package/lib/DataDisplay/Icon/AlertIcon.js +25 -0
  49. package/lib/DataDisplay/Icon/ArchiveIcon.d.ts +3 -0
  50. package/lib/DataDisplay/Icon/ArchiveIcon.d.ts.map +1 -0
  51. package/lib/DataDisplay/Icon/ArchiveIcon.js +25 -0
  52. package/lib/DataDisplay/Icon/ArrowDown.d.ts +3 -0
  53. package/lib/DataDisplay/Icon/ArrowDown.d.ts.map +1 -0
  54. package/lib/DataDisplay/Icon/ArrowDown.js +25 -0
  55. package/lib/DataDisplay/Icon/ArrowIcon.d.ts +13 -0
  56. package/lib/DataDisplay/Icon/ArrowIcon.d.ts.map +1 -0
  57. package/lib/DataDisplay/Icon/ArrowIcon.js +31 -0
  58. package/lib/DataDisplay/Icon/AttachmentIcon.d.ts +3 -0
  59. package/lib/DataDisplay/Icon/AttachmentIcon.d.ts.map +1 -0
  60. package/lib/DataDisplay/Icon/AttachmentIcon.js +25 -0
  61. package/lib/DataDisplay/Icon/AudioVideoIcon.d.ts +3 -0
  62. package/lib/DataDisplay/Icon/AudioVideoIcon.d.ts.map +1 -0
  63. package/lib/DataDisplay/Icon/AudioVideoIcon.js +25 -0
  64. package/lib/DataDisplay/Icon/BlockIcon.d.ts +3 -0
  65. package/lib/DataDisplay/Icon/BlockIcon.d.ts.map +1 -0
  66. package/lib/DataDisplay/Icon/BlockIcon.js +25 -0
  67. package/lib/DataDisplay/Icon/BlockquoteIcon.d.ts +3 -0
  68. package/lib/DataDisplay/Icon/BlockquoteIcon.d.ts.map +1 -0
  69. package/lib/DataDisplay/Icon/BlockquoteIcon.js +25 -0
  70. package/lib/DataDisplay/Icon/BoldIcon.d.ts +3 -0
  71. package/lib/DataDisplay/Icon/BoldIcon.d.ts.map +1 -0
  72. package/lib/DataDisplay/Icon/BoldIcon.js +25 -0
  73. package/lib/DataDisplay/Icon/Brand/AndroidIcon.d.ts +3 -0
  74. package/lib/DataDisplay/Icon/Brand/AndroidIcon.d.ts.map +1 -0
  75. package/lib/DataDisplay/Icon/Brand/AndroidIcon.js +25 -0
  76. package/lib/DataDisplay/Icon/Brand/AppleIcon.d.ts +3 -0
  77. package/lib/DataDisplay/Icon/Brand/AppleIcon.d.ts.map +1 -0
  78. package/lib/DataDisplay/Icon/Brand/AppleIcon.js +25 -0
  79. package/lib/DataDisplay/Icon/Brand/ChromeIcon.d.ts +3 -0
  80. package/lib/DataDisplay/Icon/Brand/ChromeIcon.d.ts.map +1 -0
  81. package/lib/DataDisplay/Icon/Brand/ChromeIcon.js +25 -0
  82. package/lib/DataDisplay/Icon/Brand/FacebookIcon.d.ts +3 -0
  83. package/lib/DataDisplay/Icon/Brand/FacebookIcon.d.ts.map +1 -0
  84. package/lib/DataDisplay/Icon/Brand/FacebookIcon.js +25 -0
  85. package/lib/DataDisplay/Icon/Brand/GitHubIcon.d.ts +3 -0
  86. package/lib/DataDisplay/Icon/Brand/GitHubIcon.d.ts.map +1 -0
  87. package/lib/DataDisplay/Icon/Brand/GitHubIcon.js +25 -0
  88. package/lib/DataDisplay/Icon/Brand/LinkedInIcon.d.ts +3 -0
  89. package/lib/DataDisplay/Icon/Brand/LinkedInIcon.d.ts.map +1 -0
  90. package/lib/DataDisplay/Icon/Brand/LinkedInIcon.js +25 -0
  91. package/lib/DataDisplay/Icon/Brand/LinuxIcon.d.ts +3 -0
  92. package/lib/DataDisplay/Icon/Brand/LinuxIcon.d.ts.map +1 -0
  93. package/lib/DataDisplay/Icon/Brand/LinuxIcon.js +25 -0
  94. package/lib/DataDisplay/Icon/Brand/MicrosoftIcon.d.ts +3 -0
  95. package/lib/DataDisplay/Icon/Brand/MicrosoftIcon.d.ts.map +1 -0
  96. package/lib/DataDisplay/Icon/Brand/MicrosoftIcon.js +25 -0
  97. package/lib/DataDisplay/Icon/Brand/TwitterIcon.d.ts +3 -0
  98. package/lib/DataDisplay/Icon/Brand/TwitterIcon.d.ts.map +1 -0
  99. package/lib/DataDisplay/Icon/Brand/TwitterIcon.js +25 -0
  100. package/lib/DataDisplay/Icon/BulletListIcon.d.ts +3 -0
  101. package/lib/DataDisplay/Icon/BulletListIcon.d.ts.map +1 -0
  102. package/lib/DataDisplay/Icon/BulletListIcon.js +25 -0
  103. package/lib/DataDisplay/Icon/CalendarIcon.d.ts +3 -0
  104. package/lib/DataDisplay/Icon/CalendarIcon.d.ts.map +1 -0
  105. package/lib/DataDisplay/Icon/CalendarIcon.js +25 -0
  106. package/lib/DataDisplay/Icon/CallIcon.d.ts +3 -0
  107. package/lib/DataDisplay/Icon/CallIcon.d.ts.map +1 -0
  108. package/lib/DataDisplay/Icon/CallIcon.js +25 -0
  109. package/lib/DataDisplay/Icon/CamIcon.d.ts +3 -0
  110. package/lib/DataDisplay/Icon/CamIcon.d.ts.map +1 -0
  111. package/lib/DataDisplay/Icon/CamIcon.js +25 -0
  112. package/lib/DataDisplay/Icon/CameraIcon.d.ts +3 -0
  113. package/lib/DataDisplay/Icon/CameraIcon.d.ts.map +1 -0
  114. package/lib/DataDisplay/Icon/CameraIcon.js +25 -0
  115. package/lib/DataDisplay/Icon/CertificateExpired.d.ts +3 -0
  116. package/lib/DataDisplay/Icon/CertificateExpired.d.ts.map +1 -0
  117. package/lib/DataDisplay/Icon/CertificateExpired.js +25 -0
  118. package/lib/DataDisplay/Icon/CertificateRevoked.d.ts +3 -0
  119. package/lib/DataDisplay/Icon/CertificateRevoked.d.ts.map +1 -0
  120. package/lib/DataDisplay/Icon/CertificateRevoked.js +25 -0
  121. package/lib/DataDisplay/Icon/ChannelIcon.d.ts +3 -0
  122. package/lib/DataDisplay/Icon/ChannelIcon.d.ts.map +1 -0
  123. package/lib/DataDisplay/Icon/ChannelIcon.js +25 -0
  124. package/lib/DataDisplay/Icon/CheckIcon.d.ts +3 -0
  125. package/lib/DataDisplay/Icon/CheckIcon.d.ts.map +1 -0
  126. package/lib/DataDisplay/Icon/CheckIcon.js +25 -0
  127. package/lib/DataDisplay/Icon/CheckRoundIcon.d.ts +3 -0
  128. package/lib/DataDisplay/Icon/CheckRoundIcon.d.ts.map +1 -0
  129. package/lib/DataDisplay/Icon/CheckRoundIcon.js +25 -0
  130. package/lib/DataDisplay/Icon/ChevronDownIcon.d.ts +3 -0
  131. package/lib/DataDisplay/Icon/ChevronDownIcon.d.ts.map +1 -0
  132. package/lib/DataDisplay/Icon/ChevronDownIcon.js +25 -0
  133. package/lib/DataDisplay/Icon/ChevronIcon.d.ts +3 -0
  134. package/lib/DataDisplay/Icon/ChevronIcon.d.ts.map +1 -0
  135. package/lib/DataDisplay/Icon/ChevronIcon.js +26 -0
  136. package/lib/DataDisplay/Icon/ChevronUpIcon.d.ts +3 -0
  137. package/lib/DataDisplay/Icon/ChevronUpIcon.d.ts.map +1 -0
  138. package/lib/DataDisplay/Icon/ChevronUpIcon.js +25 -0
  139. package/lib/DataDisplay/Icon/CircleCloseIcon.d.ts +3 -0
  140. package/lib/DataDisplay/Icon/CircleCloseIcon.d.ts.map +1 -0
  141. package/lib/DataDisplay/Icon/CircleCloseIcon.js +25 -0
  142. package/lib/DataDisplay/Icon/CirclePlusIcon.d.ts +3 -0
  143. package/lib/DataDisplay/Icon/CirclePlusIcon.d.ts.map +1 -0
  144. package/lib/DataDisplay/Icon/CirclePlusIcon.js +25 -0
  145. package/lib/DataDisplay/Icon/CloseDetachedWindowIcon.d.ts +3 -0
  146. package/lib/DataDisplay/Icon/CloseDetachedWindowIcon.d.ts.map +1 -0
  147. package/lib/DataDisplay/Icon/CloseDetachedWindowIcon.js +25 -0
  148. package/lib/DataDisplay/Icon/CloseIcon.d.ts +3 -0
  149. package/lib/DataDisplay/Icon/CloseIcon.d.ts.map +1 -0
  150. package/lib/DataDisplay/Icon/CloseIcon.js +25 -0
  151. package/lib/DataDisplay/Icon/CodeBlockIcon.d.ts +3 -0
  152. package/lib/DataDisplay/Icon/CodeBlockIcon.d.ts.map +1 -0
  153. package/lib/DataDisplay/Icon/CodeBlockIcon.js +25 -0
  154. package/lib/DataDisplay/Icon/CodeInlineIcon.d.ts +3 -0
  155. package/lib/DataDisplay/Icon/CodeInlineIcon.d.ts.map +1 -0
  156. package/lib/DataDisplay/Icon/CodeInlineIcon.js +25 -0
  157. package/lib/DataDisplay/Icon/CollectionIcon.d.ts +3 -0
  158. package/lib/DataDisplay/Icon/CollectionIcon.d.ts.map +1 -0
  159. package/lib/DataDisplay/Icon/CollectionIcon.js +25 -0
  160. package/lib/DataDisplay/Icon/CopyIcon.d.ts +3 -0
  161. package/lib/DataDisplay/Icon/CopyIcon.d.ts.map +1 -0
  162. package/lib/DataDisplay/Icon/CopyIcon.js +25 -0
  163. package/lib/DataDisplay/Icon/DeviceIcon.d.ts +3 -0
  164. package/lib/DataDisplay/Icon/DeviceIcon.d.ts.map +1 -0
  165. package/lib/DataDisplay/Icon/DeviceIcon.js +25 -0
  166. package/lib/DataDisplay/Icon/DownloadIcon.d.ts +3 -0
  167. package/lib/DataDisplay/Icon/DownloadIcon.d.ts.map +1 -0
  168. package/lib/DataDisplay/Icon/DownloadIcon.js +25 -0
  169. package/lib/DataDisplay/Icon/DropdownFilledIcon.d.ts +7 -0
  170. package/lib/DataDisplay/Icon/DropdownFilledIcon.d.ts.map +1 -0
  171. package/lib/DataDisplay/Icon/DropdownFilledIcon.js +13 -0
  172. package/lib/DataDisplay/Icon/EditDocumentIcon.d.ts +3 -0
  173. package/lib/DataDisplay/Icon/EditDocumentIcon.d.ts.map +1 -0
  174. package/lib/DataDisplay/Icon/EditDocumentIcon.js +25 -0
  175. package/lib/DataDisplay/Icon/EditIcon.d.ts +3 -0
  176. package/lib/DataDisplay/Icon/EditIcon.d.ts.map +1 -0
  177. package/lib/DataDisplay/Icon/EditIcon.js +25 -0
  178. package/lib/DataDisplay/Icon/EmojiIcon.d.ts +3 -0
  179. package/lib/DataDisplay/Icon/EmojiIcon.d.ts.map +1 -0
  180. package/lib/DataDisplay/Icon/EmojiIcon.js +25 -0
  181. package/lib/DataDisplay/Icon/EnterIcon.d.ts +3 -0
  182. package/lib/DataDisplay/Icon/EnterIcon.d.ts.map +1 -0
  183. package/lib/DataDisplay/Icon/EnterIcon.js +25 -0
  184. package/lib/DataDisplay/Icon/ErrorIcon.d.ts +3 -0
  185. package/lib/DataDisplay/Icon/ErrorIcon.d.ts.map +1 -0
  186. package/lib/DataDisplay/Icon/ErrorIcon.js +25 -0
  187. package/lib/DataDisplay/Icon/ExpiresSoon.d.ts +3 -0
  188. package/lib/DataDisplay/Icon/ExpiresSoon.d.ts.map +1 -0
  189. package/lib/DataDisplay/Icon/ExpiresSoon.js +25 -0
  190. package/lib/DataDisplay/Icon/ExternalLinkIcon.d.ts +3 -0
  191. package/lib/DataDisplay/Icon/ExternalLinkIcon.d.ts.map +1 -0
  192. package/lib/DataDisplay/Icon/ExternalLinkIcon.js +25 -0
  193. package/lib/DataDisplay/Icon/FileIcon.d.ts +3 -0
  194. package/lib/DataDisplay/Icon/FileIcon.d.ts.map +1 -0
  195. package/lib/DataDisplay/Icon/FileIcon.js +25 -0
  196. package/lib/DataDisplay/Icon/Files/ArchiveFileIcon.d.ts +3 -0
  197. package/lib/DataDisplay/Icon/Files/ArchiveFileIcon.d.ts.map +1 -0
  198. package/lib/DataDisplay/Icon/Files/ArchiveFileIcon.js +27 -0
  199. package/lib/DataDisplay/Icon/Files/AudioFileIcon.d.ts +3 -0
  200. package/lib/DataDisplay/Icon/Files/AudioFileIcon.d.ts.map +1 -0
  201. package/lib/DataDisplay/Icon/Files/AudioFileIcon.js +27 -0
  202. package/lib/DataDisplay/Icon/Files/CodeFileIcon.d.ts +3 -0
  203. package/lib/DataDisplay/Icon/Files/CodeFileIcon.d.ts.map +1 -0
  204. package/lib/DataDisplay/Icon/Files/CodeFileIcon.js +27 -0
  205. package/lib/DataDisplay/Icon/Files/DocumentFileIcon.d.ts +3 -0
  206. package/lib/DataDisplay/Icon/Files/DocumentFileIcon.d.ts.map +1 -0
  207. package/lib/DataDisplay/Icon/Files/DocumentFileIcon.js +27 -0
  208. package/lib/DataDisplay/Icon/Files/FolderIcon.d.ts +3 -0
  209. package/lib/DataDisplay/Icon/Files/FolderIcon.d.ts.map +1 -0
  210. package/lib/DataDisplay/Icon/Files/FolderIcon.js +27 -0
  211. package/lib/DataDisplay/Icon/Files/ImageFileIcon.d.ts +3 -0
  212. package/lib/DataDisplay/Icon/Files/ImageFileIcon.d.ts.map +1 -0
  213. package/lib/DataDisplay/Icon/Files/ImageFileIcon.js +27 -0
  214. package/lib/DataDisplay/Icon/Files/MultipleFilesIcon.d.ts +3 -0
  215. package/lib/DataDisplay/Icon/Files/MultipleFilesIcon.d.ts.map +1 -0
  216. package/lib/DataDisplay/Icon/Files/MultipleFilesIcon.js +27 -0
  217. package/lib/DataDisplay/Icon/Files/OtherFileIcon.d.ts +3 -0
  218. package/lib/DataDisplay/Icon/Files/OtherFileIcon.d.ts.map +1 -0
  219. package/lib/DataDisplay/Icon/Files/OtherFileIcon.js +27 -0
  220. package/lib/DataDisplay/Icon/Files/PdfFileIcon.d.ts +3 -0
  221. package/lib/DataDisplay/Icon/Files/PdfFileIcon.d.ts.map +1 -0
  222. package/lib/DataDisplay/Icon/Files/PdfFileIcon.js +27 -0
  223. package/lib/DataDisplay/Icon/Files/PresentationFileIcon.d.ts +3 -0
  224. package/lib/DataDisplay/Icon/Files/PresentationFileIcon.d.ts.map +1 -0
  225. package/lib/DataDisplay/Icon/Files/PresentationFileIcon.js +27 -0
  226. package/lib/DataDisplay/Icon/Files/SpreadsheetFileIcon.d.ts +3 -0
  227. package/lib/DataDisplay/Icon/Files/SpreadsheetFileIcon.d.ts.map +1 -0
  228. package/lib/DataDisplay/Icon/Files/SpreadsheetFileIcon.js +27 -0
  229. package/lib/DataDisplay/Icon/Files/TextFileIcon.d.ts +3 -0
  230. package/lib/DataDisplay/Icon/Files/TextFileIcon.d.ts.map +1 -0
  231. package/lib/DataDisplay/Icon/Files/TextFileIcon.js +27 -0
  232. package/lib/DataDisplay/Icon/Files/VideoFileIcon.d.ts +3 -0
  233. package/lib/DataDisplay/Icon/Files/VideoFileIcon.d.ts.map +1 -0
  234. package/lib/DataDisplay/Icon/Files/VideoFileIcon.js +27 -0
  235. package/lib/DataDisplay/Icon/FunnelFilterIcon.d.ts +3 -0
  236. package/lib/DataDisplay/Icon/FunnelFilterIcon.d.ts.map +1 -0
  237. package/lib/DataDisplay/Icon/FunnelFilterIcon.js +25 -0
  238. package/lib/DataDisplay/Icon/GifIcon.d.ts +3 -0
  239. package/lib/DataDisplay/Icon/GifIcon.d.ts.map +1 -0
  240. package/lib/DataDisplay/Icon/GifIcon.js +25 -0
  241. package/lib/DataDisplay/Icon/GridIcon.d.ts +3 -0
  242. package/lib/DataDisplay/Icon/GridIcon.d.ts.map +1 -0
  243. package/lib/DataDisplay/Icon/GridIcon.js +25 -0
  244. package/lib/DataDisplay/Icon/GroupIcon.d.ts +3 -0
  245. package/lib/DataDisplay/Icon/GroupIcon.d.ts.map +1 -0
  246. package/lib/DataDisplay/Icon/GroupIcon.js +25 -0
  247. package/lib/DataDisplay/Icon/HamburgerIcon.d.ts +3 -0
  248. package/lib/DataDisplay/Icon/HamburgerIcon.d.ts.map +1 -0
  249. package/lib/DataDisplay/Icon/HamburgerIcon.js +25 -0
  250. package/lib/DataDisplay/Icon/HangupIcon.d.ts +3 -0
  251. package/lib/DataDisplay/Icon/HangupIcon.d.ts.map +1 -0
  252. package/lib/DataDisplay/Icon/HangupIcon.js +25 -0
  253. package/lib/DataDisplay/Icon/HeadingIcon.d.ts +3 -0
  254. package/lib/DataDisplay/Icon/HeadingIcon.d.ts.map +1 -0
  255. package/lib/DataDisplay/Icon/HeadingIcon.js +25 -0
  256. package/lib/DataDisplay/Icon/HelpIcon.d.ts +3 -0
  257. package/lib/DataDisplay/Icon/HelpIcon.d.ts.map +1 -0
  258. package/lib/DataDisplay/Icon/HelpIcon.js +25 -0
  259. package/lib/DataDisplay/Icon/HideIcon.d.ts +3 -0
  260. package/lib/DataDisplay/Icon/HideIcon.d.ts.map +1 -0
  261. package/lib/DataDisplay/Icon/HideIcon.js +25 -0
  262. package/lib/DataDisplay/Icon/HistoryIcon.d.ts +3 -0
  263. package/lib/DataDisplay/Icon/HistoryIcon.d.ts.map +1 -0
  264. package/lib/DataDisplay/Icon/HistoryIcon.js +25 -0
  265. package/lib/DataDisplay/Icon/ImageIcon.d.ts +3 -0
  266. package/lib/DataDisplay/Icon/ImageIcon.d.ts.map +1 -0
  267. package/lib/DataDisplay/Icon/ImageIcon.js +25 -0
  268. package/lib/DataDisplay/Icon/InfoIcon.d.ts +3 -0
  269. package/lib/DataDisplay/Icon/InfoIcon.d.ts.map +1 -0
  270. package/lib/DataDisplay/Icon/InfoIcon.js +25 -0
  271. package/lib/DataDisplay/Icon/InviteIcon.d.ts +3 -0
  272. package/lib/DataDisplay/Icon/InviteIcon.d.ts.map +1 -0
  273. package/lib/DataDisplay/Icon/InviteIcon.js +25 -0
  274. package/lib/DataDisplay/Icon/ItalicIcon.d.ts +3 -0
  275. package/lib/DataDisplay/Icon/ItalicIcon.d.ts.map +1 -0
  276. package/lib/DataDisplay/Icon/ItalicIcon.js +25 -0
  277. package/lib/DataDisplay/Icon/LeaveIcon.d.ts +3 -0
  278. package/lib/DataDisplay/Icon/LeaveIcon.d.ts.map +1 -0
  279. package/lib/DataDisplay/Icon/LeaveIcon.js +25 -0
  280. package/lib/DataDisplay/Icon/LinkIcon.d.ts +3 -0
  281. package/lib/DataDisplay/Icon/LinkIcon.d.ts.map +1 -0
  282. package/lib/DataDisplay/Icon/LinkIcon.js +25 -0
  283. package/lib/DataDisplay/Icon/ListIcon.d.ts +3 -0
  284. package/lib/DataDisplay/Icon/ListIcon.d.ts.map +1 -0
  285. package/lib/DataDisplay/Icon/ListIcon.js +25 -0
  286. package/lib/DataDisplay/Icon/LockClosedIcon.d.ts +3 -0
  287. package/lib/DataDisplay/Icon/LockClosedIcon.d.ts.map +1 -0
  288. package/lib/DataDisplay/Icon/LockClosedIcon.js +25 -0
  289. package/lib/DataDisplay/Icon/LockIcon.d.ts +3 -0
  290. package/lib/DataDisplay/Icon/LockIcon.d.ts.map +1 -0
  291. package/lib/DataDisplay/Icon/LockIcon.js +25 -0
  292. package/lib/DataDisplay/Icon/MLSVerified.d.ts +3 -0
  293. package/lib/DataDisplay/Icon/MLSVerified.d.ts.map +1 -0
  294. package/lib/DataDisplay/Icon/MLSVerified.js +25 -0
  295. package/lib/DataDisplay/Icon/MailIcon.d.ts +3 -0
  296. package/lib/DataDisplay/Icon/MailIcon.d.ts.map +1 -0
  297. package/lib/DataDisplay/Icon/MailIcon.js +25 -0
  298. package/lib/DataDisplay/Icon/MarkdownIcon.d.ts +3 -0
  299. package/lib/DataDisplay/Icon/MarkdownIcon.d.ts.map +1 -0
  300. package/lib/DataDisplay/Icon/MarkdownIcon.js +25 -0
  301. package/lib/DataDisplay/Icon/MessageIcon.d.ts +3 -0
  302. package/lib/DataDisplay/Icon/MessageIcon.d.ts.map +1 -0
  303. package/lib/DataDisplay/Icon/MessageIcon.js +25 -0
  304. package/lib/DataDisplay/Icon/MinusIcon.d.ts +3 -0
  305. package/lib/DataDisplay/Icon/MinusIcon.d.ts.map +1 -0
  306. package/lib/DataDisplay/Icon/MinusIcon.js +25 -0
  307. package/lib/DataDisplay/Icon/MoreIcon.d.ts +3 -0
  308. package/lib/DataDisplay/Icon/MoreIcon.d.ts.map +1 -0
  309. package/lib/DataDisplay/Icon/MoreIcon.js +25 -0
  310. package/lib/DataDisplay/Icon/MuteIcon.d.ts +3 -0
  311. package/lib/DataDisplay/Icon/MuteIcon.d.ts.map +1 -0
  312. package/lib/DataDisplay/Icon/MuteIcon.js +25 -0
  313. package/lib/DataDisplay/Icon/NotificationIcon.d.ts +3 -0
  314. package/lib/DataDisplay/Icon/NotificationIcon.d.ts.map +1 -0
  315. package/lib/DataDisplay/Icon/NotificationIcon.js +25 -0
  316. package/lib/DataDisplay/Icon/NotificationOffIcon.d.ts +3 -0
  317. package/lib/DataDisplay/Icon/NotificationOffIcon.d.ts.map +1 -0
  318. package/lib/DataDisplay/Icon/NotificationOffIcon.js +25 -0
  319. package/lib/DataDisplay/Icon/NumberedListIcon.d.ts +3 -0
  320. package/lib/DataDisplay/Icon/NumberedListIcon.d.ts.map +1 -0
  321. package/lib/DataDisplay/Icon/NumberedListIcon.js +25 -0
  322. package/lib/DataDisplay/Icon/OpenDetachedWindowIcon.d.ts +3 -0
  323. package/lib/DataDisplay/Icon/OpenDetachedWindowIcon.d.ts.map +1 -0
  324. package/lib/DataDisplay/Icon/OpenDetachedWindowIcon.js +25 -0
  325. package/lib/DataDisplay/Icon/OptionsIcon.d.ts +3 -0
  326. package/lib/DataDisplay/Icon/OptionsIcon.d.ts.map +1 -0
  327. package/lib/DataDisplay/Icon/OptionsIcon.js +25 -0
  328. package/lib/DataDisplay/Icon/OutlineCheck.d.ts +3 -0
  329. package/lib/DataDisplay/Icon/OutlineCheck.d.ts.map +1 -0
  330. package/lib/DataDisplay/Icon/OutlineCheck.js +25 -0
  331. package/lib/DataDisplay/Icon/PauseIcon.d.ts +3 -0
  332. package/lib/DataDisplay/Icon/PauseIcon.d.ts.map +1 -0
  333. package/lib/DataDisplay/Icon/PauseIcon.js +25 -0
  334. package/lib/DataDisplay/Icon/PeopleIcon.d.ts +3 -0
  335. package/lib/DataDisplay/Icon/PeopleIcon.d.ts.map +1 -0
  336. package/lib/DataDisplay/Icon/PeopleIcon.js +25 -0
  337. package/lib/DataDisplay/Icon/PingIcon.d.ts +3 -0
  338. package/lib/DataDisplay/Icon/PingIcon.d.ts.map +1 -0
  339. package/lib/DataDisplay/Icon/PingIcon.js +25 -0
  340. package/lib/DataDisplay/Icon/PlaneIcon.d.ts +3 -0
  341. package/lib/DataDisplay/Icon/PlaneIcon.d.ts.map +1 -0
  342. package/lib/DataDisplay/Icon/PlaneIcon.js +25 -0
  343. package/lib/DataDisplay/Icon/PlayIcon.d.ts +3 -0
  344. package/lib/DataDisplay/Icon/PlayIcon.d.ts.map +1 -0
  345. package/lib/DataDisplay/Icon/PlayIcon.js +25 -0
  346. package/lib/DataDisplay/Icon/PlusIcon.d.ts +3 -0
  347. package/lib/DataDisplay/Icon/PlusIcon.d.ts.map +1 -0
  348. package/lib/DataDisplay/Icon/PlusIcon.js +25 -0
  349. package/lib/DataDisplay/Icon/ProfileIcon.d.ts +3 -0
  350. package/lib/DataDisplay/Icon/ProfileIcon.d.ts.map +1 -0
  351. package/lib/DataDisplay/Icon/ProfileIcon.js +25 -0
  352. package/lib/DataDisplay/Icon/ProteusVerified.d.ts +3 -0
  353. package/lib/DataDisplay/Icon/ProteusVerified.d.ts.map +1 -0
  354. package/lib/DataDisplay/Icon/ProteusVerified.js +25 -0
  355. package/lib/DataDisplay/Icon/RaiseHandIcon.d.ts +3 -0
  356. package/lib/DataDisplay/Icon/RaiseHandIcon.d.ts.map +1 -0
  357. package/lib/DataDisplay/Icon/RaiseHandIcon.js +25 -0
  358. package/lib/DataDisplay/Icon/RaiseHandOffIcon.d.ts +3 -0
  359. package/lib/DataDisplay/Icon/RaiseHandOffIcon.d.ts.map +1 -0
  360. package/lib/DataDisplay/Icon/RaiseHandOffIcon.js +25 -0
  361. package/lib/DataDisplay/Icon/RecordBoldIcon.d.ts +3 -0
  362. package/lib/DataDisplay/Icon/RecordBoldIcon.d.ts.map +1 -0
  363. package/lib/DataDisplay/Icon/RecordBoldIcon.js +29 -0
  364. package/lib/DataDisplay/Icon/RecordIcon.d.ts +3 -0
  365. package/lib/DataDisplay/Icon/RecordIcon.d.ts.map +1 -0
  366. package/lib/DataDisplay/Icon/RecordIcon.js +25 -0
  367. package/lib/DataDisplay/Icon/RecordPendingIcon.d.ts +3 -0
  368. package/lib/DataDisplay/Icon/RecordPendingIcon.d.ts.map +1 -0
  369. package/lib/DataDisplay/Icon/RecordPendingIcon.js +25 -0
  370. package/lib/DataDisplay/Icon/ReloadIcon.d.ts +3 -0
  371. package/lib/DataDisplay/Icon/ReloadIcon.d.ts.map +1 -0
  372. package/lib/DataDisplay/Icon/ReloadIcon.js +25 -0
  373. package/lib/DataDisplay/Icon/SVGIcon.d.ts +14 -0
  374. package/lib/DataDisplay/Icon/SVGIcon.d.ts.map +1 -0
  375. package/lib/DataDisplay/Icon/SVGIcon.js +21 -0
  376. package/lib/DataDisplay/Icon/SVGIcon.stories.d.ts +13 -0
  377. package/lib/DataDisplay/Icon/SVGIcon.stories.d.ts.map +1 -0
  378. package/lib/DataDisplay/Icon/SVGIcon.stories.js +60 -0
  379. package/lib/DataDisplay/Icon/SaveIcon.d.ts +3 -0
  380. package/lib/DataDisplay/Icon/SaveIcon.d.ts.map +1 -0
  381. package/lib/DataDisplay/Icon/SaveIcon.js +25 -0
  382. package/lib/DataDisplay/Icon/ScreenshareIcon.d.ts +3 -0
  383. package/lib/DataDisplay/Icon/ScreenshareIcon.d.ts.map +1 -0
  384. package/lib/DataDisplay/Icon/ScreenshareIcon.js +25 -0
  385. package/lib/DataDisplay/Icon/SearchIcon.d.ts +3 -0
  386. package/lib/DataDisplay/Icon/SearchIcon.d.ts.map +1 -0
  387. package/lib/DataDisplay/Icon/SearchIcon.js +25 -0
  388. package/lib/DataDisplay/Icon/ServicesIcon.d.ts +3 -0
  389. package/lib/DataDisplay/Icon/ServicesIcon.d.ts.map +1 -0
  390. package/lib/DataDisplay/Icon/ServicesIcon.js +25 -0
  391. package/lib/DataDisplay/Icon/SettingsIcon.d.ts +3 -0
  392. package/lib/DataDisplay/Icon/SettingsIcon.d.ts.map +1 -0
  393. package/lib/DataDisplay/Icon/SettingsIcon.js +25 -0
  394. package/lib/DataDisplay/Icon/ShareLinkIcon.d.ts +3 -0
  395. package/lib/DataDisplay/Icon/ShareLinkIcon.d.ts.map +1 -0
  396. package/lib/DataDisplay/Icon/ShareLinkIcon.js +25 -0
  397. package/lib/DataDisplay/Icon/ShieldIcon.d.ts +3 -0
  398. package/lib/DataDisplay/Icon/ShieldIcon.d.ts.map +1 -0
  399. package/lib/DataDisplay/Icon/ShieldIcon.js +25 -0
  400. package/lib/DataDisplay/Icon/ShowIcon.d.ts +3 -0
  401. package/lib/DataDisplay/Icon/ShowIcon.d.ts.map +1 -0
  402. package/lib/DataDisplay/Icon/ShowIcon.js +25 -0
  403. package/lib/DataDisplay/Icon/SidebarActiveIcon.d.ts +3 -0
  404. package/lib/DataDisplay/Icon/SidebarActiveIcon.d.ts.map +1 -0
  405. package/lib/DataDisplay/Icon/SidebarActiveIcon.js +25 -0
  406. package/lib/DataDisplay/Icon/SidebarInactiveIcon.d.ts +3 -0
  407. package/lib/DataDisplay/Icon/SidebarInactiveIcon.d.ts.map +1 -0
  408. package/lib/DataDisplay/Icon/SidebarInactiveIcon.js +25 -0
  409. package/lib/DataDisplay/Icon/SignIcon.d.ts +3 -0
  410. package/lib/DataDisplay/Icon/SignIcon.d.ts.map +1 -0
  411. package/lib/DataDisplay/Icon/SignIcon.js +25 -0
  412. package/lib/DataDisplay/Icon/SortIcon.d.ts +3 -0
  413. package/lib/DataDisplay/Icon/SortIcon.d.ts.map +1 -0
  414. package/lib/DataDisplay/Icon/SortIcon.js +25 -0
  415. package/lib/DataDisplay/Icon/SpeakerIcon.d.ts +3 -0
  416. package/lib/DataDisplay/Icon/SpeakerIcon.d.ts.map +1 -0
  417. package/lib/DataDisplay/Icon/SpeakerIcon.js +25 -0
  418. package/lib/DataDisplay/Icon/StarIcon.d.ts +3 -0
  419. package/lib/DataDisplay/Icon/StarIcon.d.ts.map +1 -0
  420. package/lib/DataDisplay/Icon/StarIcon.js +25 -0
  421. package/lib/DataDisplay/Icon/StrikethroughIcon.d.ts +3 -0
  422. package/lib/DataDisplay/Icon/StrikethroughIcon.d.ts.map +1 -0
  423. package/lib/DataDisplay/Icon/StrikethroughIcon.js +25 -0
  424. package/lib/DataDisplay/Icon/SupportIcon.d.ts +3 -0
  425. package/lib/DataDisplay/Icon/SupportIcon.d.ts.map +1 -0
  426. package/lib/DataDisplay/Icon/SupportIcon.js +25 -0
  427. package/lib/DataDisplay/Icon/TeamIcon.d.ts +3 -0
  428. package/lib/DataDisplay/Icon/TeamIcon.d.ts.map +1 -0
  429. package/lib/DataDisplay/Icon/TeamIcon.js +25 -0
  430. package/lib/DataDisplay/Icon/TimedIcon.d.ts +3 -0
  431. package/lib/DataDisplay/Icon/TimedIcon.d.ts.map +1 -0
  432. package/lib/DataDisplay/Icon/TimedIcon.js +25 -0
  433. package/lib/DataDisplay/Icon/TrashCrossIcon.d.ts +3 -0
  434. package/lib/DataDisplay/Icon/TrashCrossIcon.d.ts.map +1 -0
  435. package/lib/DataDisplay/Icon/TrashCrossIcon.js +25 -0
  436. package/lib/DataDisplay/Icon/TrashIcon.d.ts +3 -0
  437. package/lib/DataDisplay/Icon/TrashIcon.d.ts.map +1 -0
  438. package/lib/DataDisplay/Icon/TrashIcon.js +25 -0
  439. package/lib/DataDisplay/Icon/TriangleIcon.d.ts +7 -0
  440. package/lib/DataDisplay/Icon/TriangleIcon.d.ts.map +1 -0
  441. package/lib/DataDisplay/Icon/TriangleIcon.js +13 -0
  442. package/lib/DataDisplay/Icon/UnavailableFileIcon.d.ts +3 -0
  443. package/lib/DataDisplay/Icon/UnavailableFileIcon.d.ts.map +1 -0
  444. package/lib/DataDisplay/Icon/UnavailableFileIcon.js +25 -0
  445. package/lib/DataDisplay/Icon/UnderlineIcon.d.ts +3 -0
  446. package/lib/DataDisplay/Icon/UnderlineIcon.d.ts.map +1 -0
  447. package/lib/DataDisplay/Icon/UnderlineIcon.js +25 -0
  448. package/lib/DataDisplay/Icon/UnlockedIcon.d.ts +3 -0
  449. package/lib/DataDisplay/Icon/UnlockedIcon.d.ts.map +1 -0
  450. package/lib/DataDisplay/Icon/UnlockedIcon.js +25 -0
  451. package/lib/DataDisplay/Icon/UploadIcon.d.ts +3 -0
  452. package/lib/DataDisplay/Icon/UploadIcon.d.ts.map +1 -0
  453. package/lib/DataDisplay/Icon/UploadIcon.js +25 -0
  454. package/lib/DataDisplay/Icon/VerificationShieldIcon.d.ts +3 -0
  455. package/lib/DataDisplay/Icon/VerificationShieldIcon.d.ts.map +1 -0
  456. package/lib/DataDisplay/Icon/VerificationShieldIcon.js +25 -0
  457. package/lib/DataDisplay/Icon/WireIcon.d.ts +3 -0
  458. package/lib/DataDisplay/Icon/WireIcon.d.ts.map +1 -0
  459. package/lib/DataDisplay/Icon/WireIcon.js +25 -0
  460. package/lib/DataDisplay/Icon/ZoomInIcon.d.ts +3 -0
  461. package/lib/DataDisplay/Icon/ZoomInIcon.d.ts.map +1 -0
  462. package/lib/DataDisplay/Icon/ZoomInIcon.js +25 -0
  463. package/lib/DataDisplay/Icon/ZoomOutIcon.d.ts +3 -0
  464. package/lib/DataDisplay/Icon/ZoomOutIcon.d.ts.map +1 -0
  465. package/lib/DataDisplay/Icon/ZoomOutIcon.js +25 -0
  466. package/lib/DataDisplay/Icon/index.d.ts +140 -0
  467. package/lib/DataDisplay/Icon/index.d.ts.map +1 -0
  468. package/lib/DataDisplay/Icon/index.js +174 -0
  469. package/lib/DataDisplay/Loading/Loading.d.ts +14 -0
  470. package/lib/DataDisplay/Loading/Loading.d.ts.map +1 -0
  471. package/lib/DataDisplay/Loading/Loading.js +31 -0
  472. package/lib/DataDisplay/Loading/Loading.stories.d.ts +15 -0
  473. package/lib/DataDisplay/Loading/Loading.stories.d.ts.map +1 -0
  474. package/lib/DataDisplay/Loading/Loading.stories.js +47 -0
  475. package/lib/DataDisplay/Loading/index.d.ts +2 -0
  476. package/lib/DataDisplay/Loading/index.d.ts.map +1 -0
  477. package/lib/DataDisplay/Loading/index.js +35 -0
  478. package/lib/DataDisplay/Pill/Pill.d.ts +16 -0
  479. package/lib/DataDisplay/Pill/Pill.d.ts.map +1 -0
  480. package/lib/DataDisplay/Pill/Pill.js +56 -0
  481. package/lib/DataDisplay/Pill/Pill.stories.d.ts +15 -0
  482. package/lib/DataDisplay/Pill/Pill.stories.d.ts.map +1 -0
  483. package/lib/DataDisplay/Pill/Pill.stories.js +59 -0
  484. package/lib/DataDisplay/Pill/index.d.ts +2 -0
  485. package/lib/DataDisplay/Pill/index.d.ts.map +1 -0
  486. package/lib/DataDisplay/Pill/index.js +35 -0
  487. package/lib/DataDisplay/Tooltip/Tooltip.d.ts +7 -0
  488. package/lib/DataDisplay/Tooltip/Tooltip.d.ts.map +1 -0
  489. package/lib/DataDisplay/Tooltip/Tooltip.js +140 -0
  490. package/lib/DataDisplay/Tooltip/Tooltip.stories.d.ts +392 -0
  491. package/lib/DataDisplay/Tooltip/Tooltip.stories.d.ts.map +1 -0
  492. package/lib/DataDisplay/Tooltip/Tooltip.stories.js +49 -0
  493. package/lib/DataDisplay/Tooltip/index.d.ts +2 -0
  494. package/lib/DataDisplay/Tooltip/index.d.ts.map +1 -0
  495. package/lib/DataDisplay/Tooltip/index.js +35 -0
  496. package/lib/DataDisplay/index.d.ts +9 -0
  497. package/lib/DataDisplay/index.d.ts.map +1 -0
  498. package/lib/DataDisplay/index.js +42 -0
  499. package/lib/Identity/Animation/Animation.d.ts +31 -0
  500. package/lib/Identity/Animation/Animation.d.ts.map +1 -0
  501. package/lib/Identity/Animation/Animation.js +98 -0
  502. package/lib/Identity/Animation/Animation.stories.d.ts +6 -0
  503. package/lib/Identity/Animation/Animation.stories.d.ts.map +1 -0
  504. package/lib/Identity/Animation/Animation.stories.js +73 -0
  505. package/lib/Identity/Animation/index.d.ts +2 -0
  506. package/lib/Identity/Animation/index.d.ts.map +1 -0
  507. package/lib/Identity/Animation/index.js +35 -0
  508. package/lib/Identity/GlobalCssVariables/GlobalCssVariables.d.ts +8 -0
  509. package/lib/Identity/GlobalCssVariables/GlobalCssVariables.d.ts.map +1 -0
  510. package/lib/Identity/GlobalCssVariables/GlobalCssVariables.js +241 -0
  511. package/lib/Identity/GlobalCssVariables/index.d.ts +2 -0
  512. package/lib/Identity/GlobalCssVariables/index.d.ts.map +1 -0
  513. package/lib/Identity/GlobalCssVariables/index.js +35 -0
  514. package/lib/Identity/GlobalStyle/GlobalStyle.d.ts +7 -0
  515. package/lib/Identity/GlobalStyle/GlobalStyle.d.ts.map +1 -0
  516. package/lib/Identity/GlobalStyle/GlobalStyle.js +76 -0
  517. package/lib/Identity/GlobalStyle/index.d.ts +2 -0
  518. package/lib/Identity/GlobalStyle/index.d.ts.map +1 -0
  519. package/lib/Identity/GlobalStyle/index.js +35 -0
  520. package/lib/Identity/Logo/Logo.d.ts +6 -0
  521. package/lib/Identity/Logo/Logo.d.ts.map +1 -0
  522. package/lib/Identity/Logo/Logo.js +18 -0
  523. package/lib/Identity/Logo/Logo.stories.d.ts +12 -0
  524. package/lib/Identity/Logo/Logo.stories.d.ts.map +1 -0
  525. package/lib/Identity/Logo/Logo.stories.js +62 -0
  526. package/lib/Identity/Logo/index.d.ts +2 -0
  527. package/lib/Identity/Logo/index.d.ts.map +1 -0
  528. package/lib/Identity/Logo/index.js +35 -0
  529. package/lib/Identity/Sizes/Sizes.d.ts +9 -0
  530. package/lib/Identity/Sizes/Sizes.d.ts.map +1 -0
  531. package/lib/Identity/Sizes/Sizes.js +29 -0
  532. package/lib/Identity/Sizes/index.d.ts +2 -0
  533. package/lib/Identity/Sizes/index.d.ts.map +1 -0
  534. package/lib/Identity/Sizes/index.js +35 -0
  535. package/lib/Identity/Theme/Theme.d.ts +99 -0
  536. package/lib/Identity/Theme/Theme.d.ts.map +1 -0
  537. package/lib/Identity/Theme/Theme.js +246 -0
  538. package/lib/Identity/Theme/index.d.ts +2 -0
  539. package/lib/Identity/Theme/index.d.ts.map +1 -0
  540. package/lib/Identity/Theme/index.js +35 -0
  541. package/lib/Identity/colors/colors.d.ts +4 -0
  542. package/lib/Identity/colors/colors.d.ts.map +1 -0
  543. package/lib/Identity/colors/colors.js +89 -0
  544. package/lib/Identity/colors/colors.stories.d.ts +10 -0
  545. package/lib/Identity/colors/colors.stories.d.ts.map +1 -0
  546. package/lib/Identity/colors/colors.stories.js +75 -0
  547. package/lib/Identity/colors/index.d.ts +2 -0
  548. package/lib/Identity/colors/index.d.ts.map +1 -0
  549. package/lib/Identity/colors/index.js +35 -0
  550. package/lib/Identity/colors-v2/colors-v2.d.ts +158 -0
  551. package/lib/Identity/colors-v2/colors-v2.d.ts.map +1 -0
  552. package/lib/Identity/colors-v2/colors-v2.js +219 -0
  553. package/lib/Identity/colors-v2/colors-v2.stories.d.ts +12 -0
  554. package/lib/Identity/colors-v2/colors-v2.stories.d.ts.map +1 -0
  555. package/lib/Identity/colors-v2/colors-v2.stories.js +78 -0
  556. package/lib/Identity/colors-v2/index.d.ts +2 -0
  557. package/lib/Identity/colors-v2/index.d.ts.map +1 -0
  558. package/lib/Identity/colors-v2/index.js +35 -0
  559. package/lib/Identity/index.d.ts +10 -0
  560. package/lib/Identity/index.d.ts.map +1 -0
  561. package/lib/Identity/index.js +43 -0
  562. package/lib/Identity/motions/index.d.ts +2 -0
  563. package/lib/Identity/motions/index.d.ts.map +1 -0
  564. package/lib/Identity/motions/index.js +35 -0
  565. package/lib/Identity/motions/motions.d.ts +52 -0
  566. package/lib/Identity/motions/motions.d.ts.map +1 -0
  567. package/lib/Identity/motions/motions.js +84 -0
  568. package/lib/Images/SuccessShield.d.ts +2 -0
  569. package/lib/Images/SuccessShield.d.ts.map +1 -0
  570. package/lib/Images/SuccessShield.js +24 -0
  571. package/lib/Images/WavesPattern.d.ts +2 -0
  572. package/lib/Images/WavesPattern.d.ts.map +1 -0
  573. package/lib/Images/WavesPattern.js +30 -0
  574. package/lib/Inputs/Button/Button.d.ts +21 -0
  575. package/lib/Inputs/Button/Button.d.ts.map +1 -0
  576. package/lib/Inputs/Button/Button.js +43 -0
  577. package/lib/Inputs/Button/Button.stories.d.ts +26 -0
  578. package/lib/Inputs/Button/Button.stories.d.ts.map +1 -0
  579. package/lib/Inputs/Button/Button.stories.js +63 -0
  580. package/lib/Inputs/Button/Button.styles.d.ts +5 -0
  581. package/lib/Inputs/Button/Button.styles.d.ts.map +1 -0
  582. package/lib/Inputs/Button/Button.styles.js +233 -0
  583. package/lib/Inputs/Button/index.d.ts +2 -0
  584. package/lib/Inputs/Button/index.d.ts.map +1 -0
  585. package/lib/Inputs/Button/index.js +35 -0
  586. package/lib/Inputs/ButtonGroup/ButtonGroup.d.ts +14 -0
  587. package/lib/Inputs/ButtonGroup/ButtonGroup.d.ts.map +1 -0
  588. package/lib/Inputs/ButtonGroup/ButtonGroup.js +62 -0
  589. package/lib/Inputs/ButtonGroup/ButtonGroup.stories.d.ts +10 -0
  590. package/lib/Inputs/ButtonGroup/ButtonGroup.stories.d.ts.map +1 -0
  591. package/lib/Inputs/ButtonGroup/ButtonGroup.stories.js +28 -0
  592. package/lib/Inputs/ButtonGroup/index.d.ts +2 -0
  593. package/lib/Inputs/ButtonGroup/index.d.ts.map +1 -0
  594. package/lib/Inputs/ButtonGroup/index.js +35 -0
  595. package/lib/Inputs/ButtonLink/ButtonLink.d.ts +6 -0
  596. package/lib/Inputs/ButtonLink/ButtonLink.d.ts.map +1 -0
  597. package/lib/Inputs/ButtonLink/ButtonLink.js +23 -0
  598. package/lib/Inputs/ButtonLink/ButtonLink.stories.d.ts +15 -0
  599. package/lib/Inputs/ButtonLink/ButtonLink.stories.d.ts.map +1 -0
  600. package/lib/Inputs/ButtonLink/ButtonLink.stories.js +52 -0
  601. package/lib/Inputs/ButtonLink/index.d.ts +2 -0
  602. package/lib/Inputs/ButtonLink/index.d.ts.map +1 -0
  603. package/lib/Inputs/ButtonLink/index.js +35 -0
  604. package/lib/Inputs/ButtonsGroup/ButtonsGroup.d.ts +13 -0
  605. package/lib/Inputs/ButtonsGroup/ButtonsGroup.d.ts.map +1 -0
  606. package/lib/Inputs/ButtonsGroup/ButtonsGroup.js +19 -0
  607. package/lib/Inputs/ButtonsGroup/ButtonsGroup.stories.d.ts +10 -0
  608. package/lib/Inputs/ButtonsGroup/ButtonsGroup.stories.d.ts.map +1 -0
  609. package/lib/Inputs/ButtonsGroup/ButtonsGroup.stories.js +27 -0
  610. package/lib/Inputs/ButtonsGroup/ButtonsGroup.styles.d.ts +3 -0
  611. package/lib/Inputs/ButtonsGroup/ButtonsGroup.styles.d.ts.map +1 -0
  612. package/lib/Inputs/ButtonsGroup/ButtonsGroup.styles.js +25 -0
  613. package/lib/Inputs/ButtonsGroup/index.d.ts +2 -0
  614. package/lib/Inputs/ButtonsGroup/index.d.ts.map +1 -0
  615. package/lib/Inputs/ButtonsGroup/index.js +35 -0
  616. package/lib/Inputs/Checkbox/Checkbox.d.ts +19 -0
  617. package/lib/Inputs/Checkbox/Checkbox.d.ts.map +1 -0
  618. package/lib/Inputs/Checkbox/Checkbox.js +140 -0
  619. package/lib/Inputs/Checkbox/Checkbox.stories.d.ts +16 -0
  620. package/lib/Inputs/Checkbox/Checkbox.stories.d.ts.map +1 -0
  621. package/lib/Inputs/Checkbox/Checkbox.stories.js +35 -0
  622. package/lib/Inputs/Checkbox/index.d.ts +2 -0
  623. package/lib/Inputs/Checkbox/index.d.ts.map +1 -0
  624. package/lib/Inputs/Checkbox/index.js +35 -0
  625. package/lib/Inputs/CodeInput/CodeInput.d.ts +12 -0
  626. package/lib/Inputs/CodeInput/CodeInput.d.ts.map +1 -0
  627. package/lib/Inputs/CodeInput/CodeInput.js +156 -0
  628. package/lib/Inputs/CodeInput/CodeInput.stories.d.ts +15 -0
  629. package/lib/Inputs/CodeInput/CodeInput.stories.d.ts.map +1 -0
  630. package/lib/Inputs/CodeInput/CodeInput.stories.js +51 -0
  631. package/lib/Inputs/CodeInput/index.d.ts +2 -0
  632. package/lib/Inputs/CodeInput/index.d.ts.map +1 -0
  633. package/lib/Inputs/CodeInput/index.js +35 -0
  634. package/lib/Inputs/ComboboxSelect/ComboboxSelect.d.ts +30 -0
  635. package/lib/Inputs/ComboboxSelect/ComboboxSelect.d.ts.map +1 -0
  636. package/lib/Inputs/ComboboxSelect/ComboboxSelect.js +79 -0
  637. package/lib/Inputs/ComboboxSelect/ComboboxSelect.stories.d.ts +41 -0
  638. package/lib/Inputs/ComboboxSelect/ComboboxSelect.stories.d.ts.map +1 -0
  639. package/lib/Inputs/ComboboxSelect/ComboboxSelect.stories.js +123 -0
  640. package/lib/Inputs/ComboboxSelect/ComboboxSelect.styles.d.ts +24 -0
  641. package/lib/Inputs/ComboboxSelect/ComboboxSelect.styles.d.ts.map +1 -0
  642. package/lib/Inputs/ComboboxSelect/ComboboxSelect.styles.js +124 -0
  643. package/lib/Inputs/ComboboxSelect/index.d.ts +2 -0
  644. package/lib/Inputs/ComboboxSelect/index.d.ts.map +1 -0
  645. package/lib/Inputs/ComboboxSelect/index.js +35 -0
  646. package/lib/Inputs/DropFileInput/DropFileInput.d.ts +19 -0
  647. package/lib/Inputs/DropFileInput/DropFileInput.d.ts.map +1 -0
  648. package/lib/Inputs/DropFileInput/DropFileInput.js +120 -0
  649. package/lib/Inputs/DropFileInput/DropFileInput.stories.d.ts +13 -0
  650. package/lib/Inputs/DropFileInput/DropFileInput.stories.d.ts.map +1 -0
  651. package/lib/Inputs/DropFileInput/DropFileInput.stories.js +43 -0
  652. package/lib/Inputs/DropFileInput/index.d.ts +2 -0
  653. package/lib/Inputs/DropFileInput/index.d.ts.map +1 -0
  654. package/lib/Inputs/DropFileInput/index.js +35 -0
  655. package/lib/Inputs/ErrorMessage/ErrorMessage.d.ts +9 -0
  656. package/lib/Inputs/ErrorMessage/ErrorMessage.d.ts.map +1 -0
  657. package/lib/Inputs/ErrorMessage/ErrorMessage.js +22 -0
  658. package/lib/Inputs/ErrorMessage/ErrorMessage.stories.d.ts +14 -0
  659. package/lib/Inputs/ErrorMessage/ErrorMessage.stories.d.ts.map +1 -0
  660. package/lib/Inputs/ErrorMessage/ErrorMessage.stories.js +23 -0
  661. package/lib/Inputs/ErrorMessage/index.d.ts +2 -0
  662. package/lib/Inputs/ErrorMessage/index.d.ts.map +1 -0
  663. package/lib/Inputs/ErrorMessage/index.js +35 -0
  664. package/lib/Inputs/Form/Form.d.ts +3 -0
  665. package/lib/Inputs/Form/Form.d.ts.map +1 -0
  666. package/lib/Inputs/Form/Form.js +12 -0
  667. package/lib/Inputs/Form/Form.stories.d.ts +13 -0
  668. package/lib/Inputs/Form/Form.stories.d.ts.map +1 -0
  669. package/lib/Inputs/Form/Form.stories.js +23 -0
  670. package/lib/Inputs/Form/index.d.ts +2 -0
  671. package/lib/Inputs/Form/index.d.ts.map +1 -0
  672. package/lib/Inputs/Form/index.js +35 -0
  673. package/lib/Inputs/IconButton/IconButton.d.ts +15 -0
  674. package/lib/Inputs/IconButton/IconButton.d.ts.map +1 -0
  675. package/lib/Inputs/IconButton/IconButton.js +117 -0
  676. package/lib/Inputs/IconButton/IconButton.stories.d.ts +14 -0
  677. package/lib/Inputs/IconButton/IconButton.stories.d.ts.map +1 -0
  678. package/lib/Inputs/IconButton/IconButton.stories.js +59 -0
  679. package/lib/Inputs/IconButton/index.d.ts +2 -0
  680. package/lib/Inputs/IconButton/index.d.ts.map +1 -0
  681. package/lib/Inputs/IconButton/index.js +35 -0
  682. package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.d.ts +16 -0
  683. package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.d.ts.map +1 -0
  684. package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.js +50 -0
  685. package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.stories.d.ts +13 -0
  686. package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.stories.d.ts.map +1 -0
  687. package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.stories.js +51 -0
  688. package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.styles.d.ts +7 -0
  689. package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.styles.d.ts.map +1 -0
  690. package/lib/Inputs/IndicatorRangeInput/IndicatorRangeInput.styles.js +129 -0
  691. package/lib/Inputs/IndicatorRangeInput/index.d.ts +2 -0
  692. package/lib/Inputs/IndicatorRangeInput/index.d.ts.map +1 -0
  693. package/lib/Inputs/IndicatorRangeInput/index.js +35 -0
  694. package/lib/Inputs/Input/Input.d.ts +24 -0
  695. package/lib/Inputs/Input/Input.d.ts.map +1 -0
  696. package/lib/Inputs/Input/Input.js +148 -0
  697. package/lib/Inputs/Input/Input.stories.d.ts +18 -0
  698. package/lib/Inputs/Input/Input.stories.d.ts.map +1 -0
  699. package/lib/Inputs/Input/Input.stories.js +56 -0
  700. package/lib/Inputs/Input/index.d.ts +2 -0
  701. package/lib/Inputs/Input/index.d.ts.map +1 -0
  702. package/lib/Inputs/Input/index.js +35 -0
  703. package/lib/Inputs/InputBlock/InputBlock.d.ts +4 -0
  704. package/lib/Inputs/InputBlock/InputBlock.d.ts.map +1 -0
  705. package/lib/Inputs/InputBlock/InputBlock.js +22 -0
  706. package/lib/Inputs/InputBlock/InputBlock.stories.d.ts +15 -0
  707. package/lib/Inputs/InputBlock/InputBlock.stories.d.ts.map +1 -0
  708. package/lib/Inputs/InputBlock/InputBlock.stories.js +27 -0
  709. package/lib/Inputs/InputBlock/index.d.ts +2 -0
  710. package/lib/Inputs/InputBlock/index.d.ts.map +1 -0
  711. package/lib/Inputs/InputBlock/index.js +35 -0
  712. package/lib/Inputs/InputLabel/InputLabel.d.ts +12 -0
  713. package/lib/Inputs/InputLabel/InputLabel.d.ts.map +1 -0
  714. package/lib/Inputs/InputLabel/InputLabel.js +15 -0
  715. package/lib/Inputs/InputLabel/InputLabel.stories.d.ts +15 -0
  716. package/lib/Inputs/InputLabel/InputLabel.stories.d.ts.map +1 -0
  717. package/lib/Inputs/InputLabel/InputLabel.stories.js +35 -0
  718. package/lib/Inputs/InputLabel/index.d.ts +2 -0
  719. package/lib/Inputs/InputLabel/index.d.ts.map +1 -0
  720. package/lib/Inputs/InputLabel/index.js +35 -0
  721. package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.d.ts +5 -0
  722. package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.d.ts.map +1 -0
  723. package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.js +49 -0
  724. package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.stories.d.ts +15 -0
  725. package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.stories.d.ts.map +1 -0
  726. package/lib/Inputs/InputSubmitCombo/InputSubmitCombo.stories.js +26 -0
  727. package/lib/Inputs/InputSubmitCombo/index.d.ts +2 -0
  728. package/lib/Inputs/InputSubmitCombo/index.d.ts.map +1 -0
  729. package/lib/Inputs/InputSubmitCombo/index.js +35 -0
  730. package/lib/Inputs/RangeInput/RangeInput.d.ts +10 -0
  731. package/lib/Inputs/RangeInput/RangeInput.d.ts.map +1 -0
  732. package/lib/Inputs/RangeInput/RangeInput.js +33 -0
  733. package/lib/Inputs/RangeInput/RangeInput.stories.d.ts +16 -0
  734. package/lib/Inputs/RangeInput/RangeInput.stories.d.ts.map +1 -0
  735. package/lib/Inputs/RangeInput/RangeInput.stories.js +62 -0
  736. package/lib/Inputs/RangeInput/RangeInput.styles.d.ts +10 -0
  737. package/lib/Inputs/RangeInput/RangeInput.styles.d.ts.map +1 -0
  738. package/lib/Inputs/RangeInput/RangeInput.styles.js +71 -0
  739. package/lib/Inputs/RangeInput/index.d.ts +2 -0
  740. package/lib/Inputs/RangeInput/index.d.ts.map +1 -0
  741. package/lib/Inputs/RangeInput/index.js +35 -0
  742. package/lib/Inputs/RoundIconButton/RoundIconButton.d.ts +9 -0
  743. package/lib/Inputs/RoundIconButton/RoundIconButton.d.ts.map +1 -0
  744. package/lib/Inputs/RoundIconButton/RoundIconButton.js +28 -0
  745. package/lib/Inputs/RoundIconButton/RoundIconButton.stories.d.ts +15 -0
  746. package/lib/Inputs/RoundIconButton/RoundIconButton.stories.d.ts.map +1 -0
  747. package/lib/Inputs/RoundIconButton/RoundIconButton.stories.js +30 -0
  748. package/lib/Inputs/RoundIconButton/index.d.ts +2 -0
  749. package/lib/Inputs/RoundIconButton/index.d.ts.map +1 -0
  750. package/lib/Inputs/RoundIconButton/index.js +35 -0
  751. package/lib/Inputs/Select/BaseSelect/BaseSelect.styles.d.ts +46 -0
  752. package/lib/Inputs/Select/BaseSelect/BaseSelect.styles.d.ts.map +1 -0
  753. package/lib/Inputs/Select/BaseSelect/BaseSelect.styles.js +160 -0
  754. package/lib/Inputs/Select/BaseSelect/BaseSelectDropdownIndicator.d.ts +3 -0
  755. package/lib/Inputs/Select/BaseSelect/BaseSelectDropdownIndicator.d.ts.map +1 -0
  756. package/lib/Inputs/Select/BaseSelect/BaseSelectDropdownIndicator.js +29 -0
  757. package/lib/Inputs/Select/Select.d.ts +36 -0
  758. package/lib/Inputs/Select/Select.d.ts.map +1 -0
  759. package/lib/Inputs/Select/Select.js +58 -0
  760. package/lib/Inputs/Select/Select.stories.d.ts +115 -0
  761. package/lib/Inputs/Select/Select.stories.d.ts.map +1 -0
  762. package/lib/Inputs/Select/Select.stories.js +57 -0
  763. package/lib/Inputs/Select/Select.styles.d.ts +18 -0
  764. package/lib/Inputs/Select/Select.styles.d.ts.map +1 -0
  765. package/lib/Inputs/Select/Select.styles.js +107 -0
  766. package/lib/Inputs/Select/SelectContainer/SelectContainer.d.ts +3 -0
  767. package/lib/Inputs/Select/SelectContainer/SelectContainer.d.ts.map +1 -0
  768. package/lib/Inputs/Select/SelectContainer/SelectContainer.js +28 -0
  769. package/lib/Inputs/Select/SelectIndicatorsContainer/SelectIndicatorsContainer.d.ts +4 -0
  770. package/lib/Inputs/Select/SelectIndicatorsContainer/SelectIndicatorsContainer.d.ts.map +1 -0
  771. package/lib/Inputs/Select/SelectIndicatorsContainer/SelectIndicatorsContainer.js +29 -0
  772. package/lib/Inputs/Select/SelectMenu/SelectMenu.d.ts +4 -0
  773. package/lib/Inputs/Select/SelectMenu/SelectMenu.d.ts.map +1 -0
  774. package/lib/Inputs/Select/SelectMenu/SelectMenu.js +13 -0
  775. package/lib/Inputs/Select/SelectMenuList/SelectMenuList.d.ts +6 -0
  776. package/lib/Inputs/Select/SelectMenuList/SelectMenuList.d.ts.map +1 -0
  777. package/lib/Inputs/Select/SelectMenuList/SelectMenuList.js +39 -0
  778. package/lib/Inputs/Select/SelectMenuList/SelectMenuList.styles.d.ts +5 -0
  779. package/lib/Inputs/Select/SelectMenuList/SelectMenuList.styles.d.ts.map +1 -0
  780. package/lib/Inputs/Select/SelectMenuList/SelectMenuList.styles.js +38 -0
  781. package/lib/Inputs/Select/SelectOption/SelectOption.d.ts +5 -0
  782. package/lib/Inputs/Select/SelectOption/SelectOption.d.ts.map +1 -0
  783. package/lib/Inputs/Select/SelectOption/SelectOption.js +53 -0
  784. package/lib/Inputs/Select/SelectValueContainer/SelectValueContainer.d.ts +4 -0
  785. package/lib/Inputs/Select/SelectValueContainer/SelectValueContainer.d.ts.map +1 -0
  786. package/lib/Inputs/Select/SelectValueContainer/SelectValueContainer.js +21 -0
  787. package/lib/Inputs/Select/index.d.ts +2 -0
  788. package/lib/Inputs/Select/index.d.ts.map +1 -0
  789. package/lib/Inputs/Select/index.js +35 -0
  790. package/lib/Inputs/ShakeBox/ShakeBox.d.ts +13 -0
  791. package/lib/Inputs/ShakeBox/ShakeBox.d.ts.map +1 -0
  792. package/lib/Inputs/ShakeBox/ShakeBox.js +79 -0
  793. package/lib/Inputs/ShakeBox/ShakeBox.stories.d.ts +15 -0
  794. package/lib/Inputs/ShakeBox/ShakeBox.stories.d.ts.map +1 -0
  795. package/lib/Inputs/ShakeBox/ShakeBox.stories.js +54 -0
  796. package/lib/Inputs/ShakeBox/index.d.ts +2 -0
  797. package/lib/Inputs/ShakeBox/index.d.ts.map +1 -0
  798. package/lib/Inputs/ShakeBox/index.js +35 -0
  799. package/lib/Inputs/Switch/Switch.d.ts +16 -0
  800. package/lib/Inputs/Switch/Switch.d.ts.map +1 -0
  801. package/lib/Inputs/Switch/Switch.js +38 -0
  802. package/lib/Inputs/Switch/Switch.stories.d.ts +17 -0
  803. package/lib/Inputs/Switch/Switch.stories.d.ts.map +1 -0
  804. package/lib/Inputs/Switch/Switch.stories.js +66 -0
  805. package/lib/Inputs/Switch/Switch.styles.d.ts +16 -0
  806. package/lib/Inputs/Switch/Switch.styles.d.ts.map +1 -0
  807. package/lib/Inputs/Switch/Switch.styles.js +97 -0
  808. package/lib/Inputs/Switch/index.d.ts +2 -0
  809. package/lib/Inputs/Switch/index.d.ts.map +1 -0
  810. package/lib/Inputs/Switch/index.js +35 -0
  811. package/lib/Inputs/TextArea/TextArea.d.ts +13 -0
  812. package/lib/Inputs/TextArea/TextArea.d.ts.map +1 -0
  813. package/lib/Inputs/TextArea/TextArea.js +93 -0
  814. package/lib/Inputs/TextArea/TextArea.stories.d.ts +16 -0
  815. package/lib/Inputs/TextArea/TextArea.stories.d.ts.map +1 -0
  816. package/lib/Inputs/TextArea/TextArea.stories.js +35 -0
  817. package/lib/Inputs/TextArea/index.d.ts +2 -0
  818. package/lib/Inputs/TextArea/index.d.ts.map +1 -0
  819. package/lib/Inputs/TextArea/index.js +35 -0
  820. package/lib/Inputs/index.d.ts +23 -0
  821. package/lib/Inputs/index.d.ts.map +1 -0
  822. package/lib/Inputs/index.js +56 -0
  823. package/lib/Layout/Box/Box.d.ts +6 -0
  824. package/lib/Layout/Box/Box.d.ts.map +1 -0
  825. package/lib/Layout/Box/Box.js +13 -0
  826. package/lib/Layout/Box/Box.stories.d.ts +12 -0
  827. package/lib/Layout/Box/Box.stories.d.ts.map +1 -0
  828. package/lib/Layout/Box/Box.stories.js +58 -0
  829. package/lib/Layout/Box/index.d.ts +2 -0
  830. package/lib/Layout/Box/index.d.ts.map +1 -0
  831. package/lib/Layout/Box/index.js +35 -0
  832. package/lib/Layout/Column/Column.d.ts +10 -0
  833. package/lib/Layout/Column/Column.d.ts.map +1 -0
  834. package/lib/Layout/Column/Column.js +27 -0
  835. package/lib/Layout/Column/Column.stories.d.ts +10 -0
  836. package/lib/Layout/Column/Column.stories.d.ts.map +1 -0
  837. package/lib/Layout/Column/Column.stories.js +40 -0
  838. package/lib/Layout/Column/index.d.ts +2 -0
  839. package/lib/Layout/Column/index.d.ts.map +1 -0
  840. package/lib/Layout/Column/index.js +35 -0
  841. package/lib/Layout/Container/Container.d.ts +21 -0
  842. package/lib/Layout/Container/Container.d.ts.map +1 -0
  843. package/lib/Layout/Container/Container.js +57 -0
  844. package/lib/Layout/Container/Container.stories.d.ts +10 -0
  845. package/lib/Layout/Container/Container.stories.d.ts.map +1 -0
  846. package/lib/Layout/Container/Container.stories.js +38 -0
  847. package/lib/Layout/Container/index.d.ts +2 -0
  848. package/lib/Layout/Container/index.d.ts.map +1 -0
  849. package/lib/Layout/Container/index.js +35 -0
  850. package/lib/Layout/Content/Content.d.ts +6 -0
  851. package/lib/Layout/Content/Content.d.ts.map +1 -0
  852. package/lib/Layout/Content/Content.js +14 -0
  853. package/lib/Layout/Content/index.d.ts +2 -0
  854. package/lib/Layout/Content/index.d.ts.map +1 -0
  855. package/lib/Layout/Content/index.js +35 -0
  856. package/lib/Layout/FlexBox/FlexBox.d.ts +13 -0
  857. package/lib/Layout/FlexBox/FlexBox.d.ts.map +1 -0
  858. package/lib/Layout/FlexBox/FlexBox.js +59 -0
  859. package/lib/Layout/FlexBox/index.d.ts +2 -0
  860. package/lib/Layout/FlexBox/index.d.ts.map +1 -0
  861. package/lib/Layout/FlexBox/index.js +35 -0
  862. package/lib/Layout/Footer/Footer.d.ts +5 -0
  863. package/lib/Layout/Footer/Footer.d.ts.map +1 -0
  864. package/lib/Layout/Footer/Footer.js +6 -0
  865. package/lib/Layout/Footer/index.d.ts +2 -0
  866. package/lib/Layout/Footer/index.d.ts.map +1 -0
  867. package/lib/Layout/Footer/index.js +35 -0
  868. package/lib/Layout/Header/Header.d.ts +6 -0
  869. package/lib/Layout/Header/Header.d.ts.map +1 -0
  870. package/lib/Layout/Header/Header.js +13 -0
  871. package/lib/Layout/Header/index.d.ts +2 -0
  872. package/lib/Layout/Header/index.d.ts.map +1 -0
  873. package/lib/Layout/Header/index.js +35 -0
  874. package/lib/Layout/HeaderMenu/HeaderMenu.d.ts +9 -0
  875. package/lib/Layout/HeaderMenu/HeaderMenu.d.ts.map +1 -0
  876. package/lib/Layout/HeaderMenu/HeaderMenu.js +45 -0
  877. package/lib/Layout/HeaderMenu/HeaderMenu.stories.d.ts +10 -0
  878. package/lib/Layout/HeaderMenu/HeaderMenu.stories.d.ts.map +1 -0
  879. package/lib/Layout/HeaderMenu/HeaderMenu.stories.js +49 -0
  880. package/lib/Layout/HeaderMenu/HeaderSubMenu.d.ts +14 -0
  881. package/lib/Layout/HeaderMenu/HeaderSubMenu.d.ts.map +1 -0
  882. package/lib/Layout/HeaderMenu/HeaderSubMenu.js +58 -0
  883. package/lib/Layout/HeaderMenu/MenuContent.d.ts +8 -0
  884. package/lib/Layout/HeaderMenu/MenuContent.d.ts.map +1 -0
  885. package/lib/Layout/HeaderMenu/MenuContent.js +23 -0
  886. package/lib/Layout/HeaderMenu/MenuItems.d.ts +9 -0
  887. package/lib/Layout/HeaderMenu/MenuItems.d.ts.map +1 -0
  888. package/lib/Layout/HeaderMenu/MenuItems.js +26 -0
  889. package/lib/Layout/HeaderMenu/MenuLink.d.ts +11 -0
  890. package/lib/Layout/HeaderMenu/MenuLink.d.ts.map +1 -0
  891. package/lib/Layout/HeaderMenu/MenuLink.js +44 -0
  892. package/lib/Layout/HeaderMenu/MenuOpenButton.d.ts +11 -0
  893. package/lib/Layout/HeaderMenu/MenuOpenButton.d.ts.map +1 -0
  894. package/lib/Layout/HeaderMenu/MenuOpenButton.js +47 -0
  895. package/lib/Layout/HeaderMenu/MenuScrollableItems.d.ts +8 -0
  896. package/lib/Layout/HeaderMenu/MenuScrollableItems.d.ts.map +1 -0
  897. package/lib/Layout/HeaderMenu/MenuScrollableItems.js +18 -0
  898. package/lib/Layout/HeaderMenu/MenuSubLink.d.ts +8 -0
  899. package/lib/Layout/HeaderMenu/MenuSubLink.d.ts.map +1 -0
  900. package/lib/Layout/HeaderMenu/MenuSubLink.js +40 -0
  901. package/lib/Layout/HeaderMenu/index.d.ts +9 -0
  902. package/lib/Layout/HeaderMenu/index.d.ts.map +1 -0
  903. package/lib/Layout/HeaderMenu/index.js +42 -0
  904. package/lib/Layout/MatchMedia/MatchMedia.d.ts +21 -0
  905. package/lib/Layout/MatchMedia/MatchMedia.d.ts.map +1 -0
  906. package/lib/Layout/MatchMedia/MatchMedia.js +62 -0
  907. package/lib/Layout/MatchMedia/index.d.ts +2 -0
  908. package/lib/Layout/MatchMedia/index.d.ts.map +1 -0
  909. package/lib/Layout/MatchMedia/index.js +35 -0
  910. package/lib/Layout/Spacer/Spacer.d.ts +7 -0
  911. package/lib/Layout/Spacer/Spacer.d.ts.map +1 -0
  912. package/lib/Layout/Spacer/Spacer.js +7 -0
  913. package/lib/Layout/Spacer/index.d.ts +2 -0
  914. package/lib/Layout/Spacer/index.d.ts.map +1 -0
  915. package/lib/Layout/Spacer/index.js +35 -0
  916. package/lib/Layout/StyledApp/StyledApp.d.ts +16 -0
  917. package/lib/Layout/StyledApp/StyledApp.d.ts.map +1 -0
  918. package/lib/Layout/StyledApp/StyledApp.js +14 -0
  919. package/lib/Layout/StyledApp/index.d.ts +2 -0
  920. package/lib/Layout/StyledApp/index.d.ts.map +1 -0
  921. package/lib/Layout/StyledApp/index.js +35 -0
  922. package/lib/Layout/index.d.ts +13 -0
  923. package/lib/Layout/index.d.ts.map +1 -0
  924. package/lib/Layout/index.js +46 -0
  925. package/lib/Layout/sizes/index.d.ts +2 -0
  926. package/lib/Layout/sizes/index.d.ts.map +1 -0
  927. package/lib/Layout/sizes/index.js +35 -0
  928. package/lib/Layout/sizes/sizes.d.ts +15 -0
  929. package/lib/Layout/sizes/sizes.d.ts.map +1 -0
  930. package/lib/Layout/sizes/sizes.js +35 -0
  931. package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.d.ts +11 -0
  932. package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.d.ts.map +1 -0
  933. package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.js +9 -0
  934. package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.styles.d.ts +9 -0
  935. package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.styles.d.ts.map +1 -0
  936. package/lib/Navigation/Breadcrumbs/BreadcrumbItem/BreadcrumbItem.styles.js +53 -0
  937. package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.d.ts +2 -0
  938. package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.d.ts.map +1 -0
  939. package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.js +28 -0
  940. package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.styles.d.ts +3 -0
  941. package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.styles.d.ts.map +1 -0
  942. package/lib/Navigation/Breadcrumbs/BreadcrumbLeaf/BreadcrumbLeaf.styles.js +24 -0
  943. package/lib/Navigation/Breadcrumbs/Breadcrumbs.d.ts +28 -0
  944. package/lib/Navigation/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  945. package/lib/Navigation/Breadcrumbs/Breadcrumbs.js +31 -0
  946. package/lib/Navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +11 -0
  947. package/lib/Navigation/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -0
  948. package/lib/Navigation/Breadcrumbs/Breadcrumbs.stories.js +35 -0
  949. package/lib/Navigation/Breadcrumbs/Breadcrumbs.styles.d.ts +3 -0
  950. package/lib/Navigation/Breadcrumbs/Breadcrumbs.styles.d.ts.map +1 -0
  951. package/lib/Navigation/Breadcrumbs/Breadcrumbs.styles.js +30 -0
  952. package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.d.ts +13 -0
  953. package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.d.ts.map +1 -0
  954. package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.js +10 -0
  955. package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.styles.d.ts +4 -0
  956. package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.styles.d.ts.map +1 -0
  957. package/lib/Navigation/Breadcrumbs/CombainedBreadcrumbs/CombainedBreadcrumbs.styles.js +38 -0
  958. package/lib/Navigation/Breadcrumbs/index.d.ts +2 -0
  959. package/lib/Navigation/Breadcrumbs/index.d.ts.map +1 -0
  960. package/lib/Navigation/Breadcrumbs/index.js +35 -0
  961. package/lib/Navigation/Pagination/Pagination.d.ts +11 -0
  962. package/lib/Navigation/Pagination/Pagination.d.ts.map +1 -0
  963. package/lib/Navigation/Pagination/Pagination.js +33 -0
  964. package/lib/Navigation/Pagination/Pagination.stories.d.ts +14 -0
  965. package/lib/Navigation/Pagination/Pagination.stories.d.ts.map +1 -0
  966. package/lib/Navigation/Pagination/Pagination.stories.js +97 -0
  967. package/lib/Navigation/Pagination/index.d.ts +2 -0
  968. package/lib/Navigation/Pagination/index.d.ts.map +1 -0
  969. package/lib/Navigation/Pagination/index.js +35 -0
  970. package/lib/Navigation/index.d.ts +3 -0
  971. package/lib/Navigation/index.d.ts.map +1 -0
  972. package/lib/Navigation/index.js +36 -0
  973. package/lib/Surface/Accordion/Accordion.d.ts +54 -0
  974. package/lib/Surface/Accordion/Accordion.d.ts.map +1 -0
  975. package/lib/Surface/Accordion/Accordion.js +87 -0
  976. package/lib/Surface/Accordion/Accordion.stories.d.ts +10 -0
  977. package/lib/Surface/Accordion/Accordion.stories.d.ts.map +1 -0
  978. package/lib/Surface/Accordion/Accordion.stories.js +30 -0
  979. package/lib/Surface/Accordion/AccordionItem/AccordionItem.d.ts +9 -0
  980. package/lib/Surface/Accordion/AccordionItem/AccordionItem.d.ts.map +1 -0
  981. package/lib/Surface/Accordion/AccordionItem/AccordionItem.js +51 -0
  982. package/lib/Surface/Accordion/AccordionItem/AccordionItem.styles.d.ts +9 -0
  983. package/lib/Surface/Accordion/AccordionItem/AccordionItem.styles.d.ts.map +1 -0
  984. package/lib/Surface/Accordion/AccordionItem/AccordionItem.styles.js +92 -0
  985. package/lib/Surface/Accordion/index.d.ts +2 -0
  986. package/lib/Surface/Accordion/index.d.ts.map +1 -0
  987. package/lib/Surface/Accordion/index.js +35 -0
  988. package/lib/Surface/DropdownMenu/DropdownMenu.d.ts +52 -0
  989. package/lib/Surface/DropdownMenu/DropdownMenu.d.ts.map +1 -0
  990. package/lib/Surface/DropdownMenu/DropdownMenu.js +77 -0
  991. package/lib/Surface/DropdownMenu/DropdownMenu.stories.d.ts +10 -0
  992. package/lib/Surface/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -0
  993. package/lib/Surface/DropdownMenu/DropdownMenu.stories.js +28 -0
  994. package/lib/Surface/DropdownMenu/DropdownMenu.styles.d.ts +6 -0
  995. package/lib/Surface/DropdownMenu/DropdownMenu.styles.d.ts.map +1 -0
  996. package/lib/Surface/DropdownMenu/DropdownMenu.styles.js +123 -0
  997. package/lib/Surface/DropdownMenu/index.d.ts +2 -0
  998. package/lib/Surface/DropdownMenu/index.d.ts.map +1 -0
  999. package/lib/Surface/DropdownMenu/index.js +35 -0
  1000. package/lib/Surface/MenuModal/MenuModal.d.ts +9 -0
  1001. package/lib/Surface/MenuModal/MenuModal.d.ts.map +1 -0
  1002. package/lib/Surface/MenuModal/MenuModal.js +64 -0
  1003. package/lib/Surface/MenuModal/index.d.ts +2 -0
  1004. package/lib/Surface/MenuModal/index.d.ts.map +1 -0
  1005. package/lib/Surface/MenuModal/index.js +35 -0
  1006. package/lib/Surface/Modal/Modal.d.ts +21 -0
  1007. package/lib/Surface/Modal/Modal.d.ts.map +1 -0
  1008. package/lib/Surface/Modal/Modal.js +98 -0
  1009. package/lib/Surface/Modal/Modal.stories.d.ts +12 -0
  1010. package/lib/Surface/Modal/Modal.stories.d.ts.map +1 -0
  1011. package/lib/Surface/Modal/Modal.stories.js +63 -0
  1012. package/lib/Surface/Modal/Overlay.d.ts +14 -0
  1013. package/lib/Surface/Modal/Overlay.d.ts.map +1 -0
  1014. package/lib/Surface/Modal/Overlay.js +56 -0
  1015. package/lib/Surface/Modal/index.d.ts +3 -0
  1016. package/lib/Surface/Modal/index.d.ts.map +1 -0
  1017. package/lib/Surface/Modal/index.js +38 -0
  1018. package/lib/Surface/TabBar/TabBar.d.ts +9 -0
  1019. package/lib/Surface/TabBar/TabBar.d.ts.map +1 -0
  1020. package/lib/Surface/TabBar/TabBar.js +30 -0
  1021. package/lib/Surface/TabBar/TabBar.stories.d.ts +11 -0
  1022. package/lib/Surface/TabBar/TabBar.stories.d.ts.map +1 -0
  1023. package/lib/Surface/TabBar/TabBar.stories.js +66 -0
  1024. package/lib/Surface/TabBar/index.d.ts +2 -0
  1025. package/lib/Surface/TabBar/index.d.ts.map +1 -0
  1026. package/lib/Surface/TabBar/index.js +35 -0
  1027. package/lib/Surface/index.d.ts +6 -0
  1028. package/lib/Surface/index.d.ts.map +1 -0
  1029. package/lib/Surface/index.js +39 -0
  1030. package/lib/Typography/ActionLink/ActionLink.d.ts +17 -0
  1031. package/lib/Typography/ActionLink/ActionLink.d.ts.map +1 -0
  1032. package/lib/Typography/ActionLink/ActionLink.js +37 -0
  1033. package/lib/Typography/ActionLink/ActionLinkButton.style.d.ts +12 -0
  1034. package/lib/Typography/ActionLink/ActionLinkButton.style.d.ts.map +1 -0
  1035. package/lib/Typography/ActionLink/ActionLinkButton.style.js +54 -0
  1036. package/lib/Typography/ActionLink/index.d.ts +2 -0
  1037. package/lib/Typography/ActionLink/index.d.ts.map +1 -0
  1038. package/lib/Typography/ActionLink/index.js +35 -0
  1039. package/lib/Typography/Heading/Heading.d.ts +16 -0
  1040. package/lib/Typography/Heading/Heading.d.ts.map +1 -0
  1041. package/lib/Typography/Heading/Heading.js +72 -0
  1042. package/lib/Typography/Heading/Heading.stories.d.ts +38 -0
  1043. package/lib/Typography/Heading/Heading.stories.d.ts.map +1 -0
  1044. package/lib/Typography/Heading/Heading.stories.js +67 -0
  1045. package/lib/Typography/Heading/index.d.ts +2 -0
  1046. package/lib/Typography/Heading/index.d.ts.map +1 -0
  1047. package/lib/Typography/Heading/index.js +35 -0
  1048. package/lib/Typography/Label/Label.d.ts +9 -0
  1049. package/lib/Typography/Label/Label.d.ts.map +1 -0
  1050. package/lib/Typography/Label/Label.js +26 -0
  1051. package/lib/Typography/Label/Label.stories.d.ts +403 -0
  1052. package/lib/Typography/Label/Label.stories.d.ts.map +1 -0
  1053. package/lib/Typography/Label/Label.stories.js +37 -0
  1054. package/lib/Typography/Label/index.d.ts +2 -0
  1055. package/lib/Typography/Label/index.d.ts.map +1 -0
  1056. package/lib/Typography/Label/index.js +35 -0
  1057. package/lib/Typography/Line/Line.d.ts +8 -0
  1058. package/lib/Typography/Line/Line.d.ts.map +1 -0
  1059. package/lib/Typography/Line/Line.js +15 -0
  1060. package/lib/Typography/Line/Line.stories.d.ts +19 -0
  1061. package/lib/Typography/Line/Line.stories.d.ts.map +1 -0
  1062. package/lib/Typography/Line/Line.stories.js +43 -0
  1063. package/lib/Typography/Line/index.d.ts +2 -0
  1064. package/lib/Typography/Line/index.d.ts.map +1 -0
  1065. package/lib/Typography/Line/index.js +35 -0
  1066. package/lib/Typography/Link/Link.d.ts +17 -0
  1067. package/lib/Typography/Link/Link.d.ts.map +1 -0
  1068. package/lib/Typography/Link/Link.js +46 -0
  1069. package/lib/Typography/Link/Link.stories.d.ts +27 -0
  1070. package/lib/Typography/Link/Link.stories.d.ts.map +1 -0
  1071. package/lib/Typography/Link/Link.stories.js +75 -0
  1072. package/lib/Typography/Link/index.d.ts +2 -0
  1073. package/lib/Typography/Link/index.d.ts.map +1 -0
  1074. package/lib/Typography/Link/index.js +35 -0
  1075. package/lib/Typography/Paragraph/Paragraph.d.ts +10 -0
  1076. package/lib/Typography/Paragraph/Paragraph.d.ts.map +1 -0
  1077. package/lib/Typography/Paragraph/Paragraph.js +25 -0
  1078. package/lib/Typography/Paragraph/Paragraph.stories.d.ts +15 -0
  1079. package/lib/Typography/Paragraph/Paragraph.stories.d.ts.map +1 -0
  1080. package/lib/Typography/Paragraph/Paragraph.stories.js +30 -0
  1081. package/lib/Typography/Paragraph/index.d.ts +2 -0
  1082. package/lib/Typography/Paragraph/index.d.ts.map +1 -0
  1083. package/lib/Typography/Paragraph/index.js +35 -0
  1084. package/lib/Typography/Text/Text.d.ts +25 -0
  1085. package/lib/Typography/Text/Text.d.ts.map +1 -0
  1086. package/lib/Typography/Text/Text.js +87 -0
  1087. package/lib/Typography/Text/Text.stories.d.ts +32 -0
  1088. package/lib/Typography/Text/Text.stories.d.ts.map +1 -0
  1089. package/lib/Typography/Text/Text.stories.js +59 -0
  1090. package/lib/Typography/Text/index.d.ts +2 -0
  1091. package/lib/Typography/Text/index.d.ts.map +1 -0
  1092. package/lib/Typography/Text/index.js +35 -0
  1093. package/lib/Typography/TextLink/TextLink.d.ts +7 -0
  1094. package/lib/Typography/TextLink/TextLink.d.ts.map +1 -0
  1095. package/lib/Typography/TextLink/TextLink.js +12 -0
  1096. package/lib/Typography/TextLink/TextLink.stories.d.ts +20 -0
  1097. package/lib/Typography/TextLink/TextLink.stories.d.ts.map +1 -0
  1098. package/lib/Typography/TextLink/TextLink.stories.js +37 -0
  1099. package/lib/Typography/TextLink/index.d.ts +2 -0
  1100. package/lib/Typography/TextLink/index.d.ts.map +1 -0
  1101. package/lib/Typography/TextLink/index.js +35 -0
  1102. package/lib/Typography/Title/Title.d.ts +4 -0
  1103. package/lib/Typography/Title/Title.d.ts.map +1 -0
  1104. package/lib/Typography/Title/Title.js +12 -0
  1105. package/lib/Typography/Title/Title.stories.d.ts +24 -0
  1106. package/lib/Typography/Title/Title.stories.d.ts.map +1 -0
  1107. package/lib/Typography/Title/Title.stories.js +63 -0
  1108. package/lib/Typography/Title/index.d.ts +2 -0
  1109. package/lib/Typography/Title/index.d.ts.map +1 -0
  1110. package/lib/Typography/Title/index.js +35 -0
  1111. package/lib/Typography/index.d.ts +10 -0
  1112. package/lib/Typography/index.d.ts.map +1 -0
  1113. package/lib/Typography/index.js +43 -0
  1114. package/lib/index.d.ts +9 -0
  1115. package/lib/index.d.ts.map +1 -0
  1116. package/lib/index.js +43 -0
  1117. package/lib/utils/IsInViewport.d.ts +8 -0
  1118. package/lib/utils/IsInViewport.d.ts.map +1 -0
  1119. package/lib/utils/IsInViewport.js +49 -0
  1120. package/lib/utils/childrenWithDefaultProps.d.ts +7 -0
  1121. package/lib/utils/childrenWithDefaultProps.d.ts.map +1 -0
  1122. package/lib/utils/childrenWithDefaultProps.js +57 -0
  1123. package/lib/utils/enums.d.ts +5 -0
  1124. package/lib/utils/enums.d.ts.map +1 -0
  1125. package/lib/utils/enums.js +26 -0
  1126. package/lib/utils/index.d.ts +8 -0
  1127. package/lib/utils/index.d.ts.map +1 -0
  1128. package/lib/utils/index.js +41 -0
  1129. package/lib/utils/mediaQueries.d.ts +15 -0
  1130. package/lib/utils/mediaQueries.d.ts.map +1 -0
  1131. package/lib/utils/mediaQueries.js +46 -0
  1132. package/lib/utils/testUtil.d.ts +4 -0
  1133. package/lib/utils/testUtil.d.ts.map +1 -0
  1134. package/lib/utils/testUtil.js +11 -0
  1135. package/lib/utils/useLongTouch.d.ts +3 -0
  1136. package/lib/utils/useLongTouch.d.ts.map +1 -0
  1137. package/lib/utils/useLongTouch.js +44 -0
  1138. package/lib/utils/useTimeout.d.ts +6 -0
  1139. package/lib/utils/useTimeout.d.ts.map +1 -0
  1140. package/lib/utils/useTimeout.js +46 -0
  1141. package/lib/utils/util.d.ts +8 -0
  1142. package/lib/utils/util.d.ts.map +1 -0
  1143. package/lib/utils/util.js +48 -0
  1144. package/package.json +2 -2
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SupportIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ /*
6
+ * Wire
7
+ * Copyright (C) 2021 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 SupportIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 13, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.33 14.159a7.032 7.032 0 0 0 2.829-2.829l-2.294-2.294a4.005 4.005 0 0 0 0-2.072l2.294-2.294a7.032 7.032 0 0 0-2.829-2.83L9.036 4.135a4.005 4.005 0 0 0-2.072 0L4.67 1.841A7.032 7.032 0 0 0 1.84 4.67l2.294 2.294a4.005 4.005 0 0 0 0 2.072L1.841 11.33a7.032 7.032 0 0 0 2.829 2.83l2.294-2.294a4.005 4.005 0 0 0 2.072 0l2.294 2.294zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-4a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0 1A5 5 0 1 1 8 3a5 5 0 0 1 0 10z" }) }));
25
+ exports.SupportIcon = SupportIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const TeamIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TeamIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TeamIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/TeamIcon.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.TeamIcon = 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 TeamIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 28, realHeight: 31, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M4.32 9.65V21.2l9.82 5.82 9.82-5.8V9.64l-9.82-5.82-9.82 5.82zM12.54.4c.9-.53 2.33-.53 3.2 0l10.3 6.1c.9.5 1.6 1.8 1.6 2.83v12.2c0 1.04-.72 2.32-1.6 2.84l-10.3 6.1c-.88.52-2.32.5-3.2 0l-10.3-6.1c-.88-.52-1.6-1.8-1.6-2.85V9.32c0-1.04.73-2.3 1.6-2.83L12.54.4z" }) }));
25
+ exports.TeamIcon = TeamIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const TimedIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TimedIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TimedIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/TimedIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,SAAS,UAAW,YAAY,qDAI5C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TimedIcon = 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 TimedIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 15, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M7.44 2v1.08a6.48 6.48 0 0 1 5.45 6.42c0 3.59-2.89 6.5-6.45 6.5A6.47 6.47 0 0 1 0 9.5a6.48 6.48 0 0 1 5.45-6.42V2h-.5a1 1 0 0 1-.98-1 1 1 0 0 1 .99-1h2.97a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-.5zm-1 12a4.48 4.48 0 0 0 4.47-4.5c0-2.49-2-4.5-4.47-4.5a4.48 4.48 0 0 0-4.46 4.5c0 2.49 2 4.5 4.46 4.5zm0-1a3.49 3.49 0 0 1-3.47-3.5C2.97 7.57 4.53 6 6.44 6v3.5l2.47 2.47A3.44 3.44 0 0 1 6.44 13zm6.57-10.3l.7.71a1 1 0 0 1 0 1.42.99.99 0 0 1-1.4 0l-.7-.7a1 1 0 0 1 0-1.42.99.99 0 0 1 1.4 0z" }) }));
25
+ exports.TimedIcon = TimedIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const TrashCrossIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TrashCrossIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrashCrossIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/TrashCrossIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,cAAc,UAAW,YAAY,qDAIjD,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TrashCrossIcon = 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 TrashCrossIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 20, realHeight: 18, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2.46-7.12l1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5z" }) }));
25
+ exports.TrashCrossIcon = TrashCrossIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const TrashIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TrashIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrashIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/TrashIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,SAAS,UAAW,YAAY,qDAI5C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TrashIcon = 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 TrashIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M5 2H1a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H9a2 2 0 1 0-4 0zM1 6h12l-.8 8c-.11 1.1-1.09 2-2.2 2H4c-1.1 0-2.09-.89-2.2-2L1 6z" }) }));
25
+ exports.TrashIcon = TrashIcon;
@@ -0,0 +1,7 @@
1
+ import { Rotation } from './ArrowIcon';
2
+ import { SVGIconProps } from './SVGIcon';
3
+ export interface Props extends SVGIconProps {
4
+ direction?: keyof Rotation;
5
+ }
6
+ export declare const TriangleIcon: ({ direction, ...props }: Props) => import("@emotion/react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=TriangleIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TriangleIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/TriangleIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AACrC,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,MAAM,WAAW,KAAM,SAAQ,YAAY;IACzC,SAAS,CAAC,EAAE,MAAM,QAAQ,CAAC;CAC5B;AASD,eAAO,MAAM,YAAY,4BAAoC,KAAK,qDAIjE,CAAC"}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TriangleIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const SVGIcon_1 = require("./SVGIcon");
6
+ const rotation = {
7
+ down: 0,
8
+ left: 90,
9
+ up: 180,
10
+ right: 270,
11
+ };
12
+ const TriangleIcon = ({ direction = 'down', ...props }) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 8, realHeight: 8, ...props, children: (0, jsx_runtime_1.jsx)("path", { transform: `rotate(${rotation[direction]} 4 4)`, fillRule: "evenodd", d: "M0 2h8L4 7" }) }));
13
+ exports.TriangleIcon = TriangleIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const UnavailableFileIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=UnavailableFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UnavailableFileIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/UnavailableFileIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,mBAAmB,UAAW,YAAY,qDAWtD,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnavailableFileIcon = 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 UnavailableFileIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 13, realHeight: 16, ...props, fill: "none", children: [(0, jsx_runtime_1.jsx)("path", { d: "M0.5 2.5C0.5 1.39543 1.39543 0.5 2.5 0.5H10.5C11.6046 0.5 12.5 1.39543 12.5 2.5V11.5063C12.5 12.1626 12.2419 12.7926 11.7815 13.2603L10.3108 14.754C9.84094 15.2312 9.19916 15.5 8.52938 15.5H2.5C1.39543 15.5 0.5 14.6046 0.5 13.5V2.5Z", fill: "var(--unavailable-file-icon-bg)", stroke: "var(--unavailable-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.5 11.5V11.5C10.2909 11.5 8.5 13.2909 8.5 15.5V15.5", stroke: "var(--unavailable-file-icon-stroke)" }), (0, jsx_runtime_1.jsx)("path", { d: "M4.5 5.5L8.74264 9.74264", stroke: "var(--unavailable-file-icon-stroke)", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.74261 5.5L4.49997 9.74264", stroke: "var(--unavailable-file-icon-stroke)", strokeLinecap: "round" })] }));
25
+ exports.UnavailableFileIcon = UnavailableFileIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const UnderlineIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=UnderlineIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UnderlineIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/UnderlineIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,aAAa,UAAW,YAAY,qDAIhD,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnderlineIcon = 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 UnderlineIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M5.10588 10.1932C4.38145 9.61625 4.01282 8.76361 4 7.63529V1H6.00982V6.94291C6.00982 7.61606 6.19894 8.14175 6.57718 8.51999C6.94902 8.89824 7.42342 9.08736 8.00041 9.08736C8.57739 9.08736 9.04859 8.89824 9.41401 8.51999C9.78584 8.14175 9.97176 7.61606 9.97176 6.94291V1H11.9816V10.9818H9.97176V9.91436H9.93329C9.27297 10.7029 8.41071 11.0972 7.34649 11.0972C6.51948 11.0844 5.77262 10.783 5.10588 10.1932ZM12.0291 12.9927H4V15H12.0291V12.9927Z" }) }));
25
+ exports.UnderlineIcon = UnderlineIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const UnlockedIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=UnlockedIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UnlockedIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/UnlockedIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,YAAY,UAAW,YAAY,qDAS/C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnlockedIcon = 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 UnlockedIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 14, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.04113 2.56083C6.4216 2.20968 6.95362 2 7.52351 2C8.09341 2 8.62542 2.20968 9.0059 2.56083C9.38367 2.9095 9.57907 3.36441 9.57907 3.82006C9.57907 4.37235 10.0268 4.82006 10.5791 4.82006C11.1314 4.82006 11.5791 4.37235 11.5791 3.82006C11.5791 2.77986 11.1306 1.80019 10.3623 1.09112C9.59676 0.384542 8.57439 0 7.52351 0C6.47264 0 5.45027 0.384542 4.68469 1.09112C3.91641 1.80019 3.46796 2.77986 3.46796 3.82006V7H2.46032C1.35261 7 0.5 7.84726 0.5 8.84022V13.1598C0.5 14.1527 1.35261 15 2.46032 15H11.5397C12.6474 15 13.5 14.1527 13.5 13.1598V8.84022C13.5 7.84726 12.6474 7 11.5397 7H5.46796V3.82006C5.46796 3.36441 5.66335 2.9095 6.04113 2.56083Z", fill: "currentColor" }) }));
25
+ exports.UnlockedIcon = UnlockedIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const UploadIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=UploadIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UploadIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/UploadIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,UAAU,UAAW,YAAY,qDAI7C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UploadIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ /*
6
+ * Wire
7
+ * Copyright (C) 2022 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 UploadIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M0 14H16V16H0V14ZM7 11H9V4H13L8 0L3 4H7V11Z" }) }));
25
+ exports.UploadIcon = UploadIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const VerificationShieldIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=VerificationShieldIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VerificationShieldIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/VerificationShieldIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,sBAAsB,UAAW,YAAY,qDASzD,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VerificationShieldIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ /*
6
+ * Wire
7
+ * Copyright (C) 2023 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 VerificationShieldIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 14, realHeight: 17, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.4085 8.81445V2.68642L6.70423 0.814453L0 2.81445V8.81445C0 12.8145 2.88011 15.9122 6.70423 16.8145C10.5681 15.9122 13.4085 12.8145 13.4085 8.81445ZM11.493 6.16017L5.60492 12.8145L1.91554 8.6605L3.09447 7.31478L5.60492 10.123L10.3141 4.81445L11.493 6.16017Z", color: props.color ?? 'black' }) }));
25
+ exports.VerificationShieldIcon = VerificationShieldIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const WireIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=WireIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WireIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/WireIcon.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.WireIcon = 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 WireIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 14, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M10.89 13.35c2.82 0 5.11-2.3 5.11-5.13V.44h-1.88v7.78a3.23 3.23 0 0 1-5.16 2.62l.08.72a5.2 5.2 0 0 0 1.22-3.34V2.26a2.27 2.27 0 0 0-4.53 0v5.96c0 1.25.46 2.4 1.27 3.35l.1-.73a3.26 3.26 0 0 1-5.2-2.62L1.86.94v-.5H0v7.78a5.15 5.15 0 0 0 8.35 4.04h-.62c.89.7 2 1.1 3.16 1.1zM8.39 2.26v5.96c0 .76-.28 1.5-.77 2.09l.76-.01a3.16 3.16 0 0 1-.76-2.08V2.26c0-.2.17-.38.38-.38.2 0 .38.18.38.38z" }) }));
25
+ exports.WireIcon = WireIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const ZoomInIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ZoomInIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ZoomInIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/ZoomInIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,UAAU,UAAW,YAAY,qDAa7C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ZoomInIcon = 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 ZoomInIcon = (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: "M6.98711 0C10.846 0 13.9742 3.13096 13.9742 6.9932C13.9742 8.564 13.4568 10.0138 12.5832 11.1813L16 14.5872L14.5884 16L11.1716 12.5941C10.0051 13.4685 8.55655 13.9864 6.98711 13.9864C3.12824 13.9864 0 10.8554 0 6.9932C0 3.13096 3.12824 0 6.98711 0ZM12 7C12 9.76142 9.76142 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.07202 7.98102V10H8.07202V7.98102H10V5.98102H8.07202V4H6.07202V5.98102H4V7.98102H6.07202Z" })] }));
25
+ exports.ZoomInIcon = ZoomInIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const ZoomOutIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ZoomOutIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ZoomOutIcon.d.ts","sourceRoot":"","sources":["../../../src/DataDisplay/Icon/ZoomOutIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,WAAW,UAAW,YAAY,qDAS9C,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ZoomOutIcon = 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 ZoomOutIcon = (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: "M6.98711 0C10.846 0 13.9742 3.13096 13.9742 6.9932C13.9742 8.564 13.4568 10.0138 12.5832 11.1813L16 14.5872L14.5884 16L11.1716 12.5941C10.0051 13.4685 8.55655 13.9864 6.98711 13.9864C3.12824 13.9864 0 10.8554 0 6.9932C0 3.13096 3.12824 0 6.98711 0ZM12 7C12 9.76142 9.76142 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7Z" }), (0, jsx_runtime_1.jsx)("rect", { x: "4", y: "6", width: "6", height: "2" })] }));
25
+ exports.ZoomOutIcon = ZoomOutIcon;
@@ -0,0 +1,140 @@
1
+ export * from './SVGIcon';
2
+ export * from './AddPeopleIcon';
3
+ export * from './ArchiveIcon';
4
+ export * from './ArrowIcon';
5
+ export * from './AttachmentIcon';
6
+ export * from './AudioVideoIcon';
7
+ export * from './BlockIcon';
8
+ export * from './CopyIcon';
9
+ export * from './CalendarIcon';
10
+ export * from './CallIcon';
11
+ export * from './CameraIcon';
12
+ export * from './CamIcon';
13
+ export * from './CheckIcon';
14
+ export * from './CheckRoundIcon';
15
+ export * from './ChevronIcon';
16
+ export * from './CircleCloseIcon';
17
+ export * from './CirclePlusIcon';
18
+ export * from './CloseIcon';
19
+ export * from './DeviceIcon';
20
+ export * from './DownloadIcon';
21
+ export * from './DropdownFilledIcon';
22
+ export * from './EditDocumentIcon';
23
+ export * from './EditIcon';
24
+ export * from './EnterIcon';
25
+ export * from './HelpIcon';
26
+ export * from './EmojiIcon';
27
+ export * from './ErrorIcon';
28
+ export * from './ExternalLinkIcon';
29
+ export * from './FileIcon';
30
+ export * from './FunnelFilterIcon';
31
+ export * from './GifIcon';
32
+ export * from './GroupIcon';
33
+ export * from './HangupIcon';
34
+ export * from './HideIcon';
35
+ export * from './ImageIcon';
36
+ export * from './SupportIcon';
37
+ export * from './InfoIcon';
38
+ export * from './InviteIcon';
39
+ export * from './LeaveIcon';
40
+ export * from './LinkIcon';
41
+ export * from './ListIcon';
42
+ export * from './LockIcon';
43
+ export * from './MessageIcon';
44
+ export * from './MinusIcon';
45
+ export * from './MoreIcon';
46
+ export * from './MuteIcon';
47
+ export * from './NotificationIcon';
48
+ export * from './NotificationOffIcon';
49
+ export * from './OptionsIcon';
50
+ export * from './OpenDetachedWindowIcon';
51
+ export * from './CloseDetachedWindowIcon';
52
+ export * from './OutlineCheck';
53
+ export * from './GridIcon';
54
+ export * from './PeopleIcon';
55
+ export * from './PingIcon';
56
+ export * from './PlaneIcon';
57
+ export * from './PlusIcon';
58
+ export * from './ProfileIcon';
59
+ export * from './RaiseHandIcon';
60
+ export * from './RaiseHandOffIcon';
61
+ export * from './RecordIcon';
62
+ export * from './RecordBoldIcon';
63
+ export * from './RecordPendingIcon';
64
+ export * from './ReloadIcon';
65
+ export * from './ScreenshareIcon';
66
+ export * from './SearchIcon';
67
+ export * from './ServicesIcon';
68
+ export * from './SettingsIcon';
69
+ export * from './ShareLinkIcon';
70
+ export * from './ShowIcon';
71
+ export * from './SignIcon';
72
+ export * from './SortIcon';
73
+ export * from './SpeakerIcon';
74
+ export * from './StarIcon';
75
+ export * from './TeamIcon';
76
+ export * from './TimedIcon';
77
+ export * from './TrashIcon';
78
+ export * from './TrashCrossIcon';
79
+ export * from './TriangleIcon';
80
+ export * from './UploadIcon';
81
+ export * from './VerificationShieldIcon';
82
+ export * from './WireIcon';
83
+ export * from './ShieldIcon';
84
+ export * from './LockClosedIcon';
85
+ export * from './ChannelIcon';
86
+ export * from './UnlockedIcon';
87
+ export * from './HistoryIcon';
88
+ export * from './HamburgerIcon';
89
+ export * from './MailIcon';
90
+ export * from './Brand/AndroidIcon';
91
+ export * from './Brand/AppleIcon';
92
+ export * from './Brand/ChromeIcon';
93
+ export * from './Brand/FacebookIcon';
94
+ export * from './Brand/GitHubIcon';
95
+ export * from './Brand/LinkedInIcon';
96
+ export * from './Brand/LinuxIcon';
97
+ export * from './Brand/MicrosoftIcon';
98
+ export * from './Brand/TwitterIcon';
99
+ export * from './CertificateExpired';
100
+ export * from './CertificateRevoked';
101
+ export * from './ExpiresSoon';
102
+ export * from './MLSVerified';
103
+ export * from './ProteusVerified';
104
+ export * from './BoldIcon';
105
+ export * from './ItalicIcon';
106
+ export * from './StrikethroughIcon';
107
+ export * from './UnderlineIcon';
108
+ export * from './BulletListIcon';
109
+ export * from './NumberedListIcon';
110
+ export * from './MarkdownIcon';
111
+ export * from './HeadingIcon';
112
+ export * from './CodeInlineIcon';
113
+ export * from './CodeBlockIcon';
114
+ export * from './BlockquoteIcon';
115
+ export * from './Files/ArchiveFileIcon';
116
+ export * from './Files/AudioFileIcon';
117
+ export * from './Files/CodeFileIcon';
118
+ export * from './Files/DocumentFileIcon';
119
+ export * from './Files/ImageFileIcon';
120
+ export * from './Files/OtherFileIcon';
121
+ export * from './Files/PdfFileIcon';
122
+ export * from './Files/PresentationFileIcon';
123
+ export * from './Files/SpreadsheetFileIcon';
124
+ export * from './Files/VideoFileIcon';
125
+ export * from './Files/TextFileIcon';
126
+ export * from './Files/FolderIcon';
127
+ export * from './Files/MultipleFilesIcon';
128
+ export * from './PlayIcon';
129
+ export * from './PauseIcon';
130
+ export * from './AlertIcon';
131
+ export * from './SaveIcon';
132
+ export * from './CollectionIcon';
133
+ export * from './UnavailableFileIcon';
134
+ export * from './SidebarActiveIcon';
135
+ export * from './SidebarInactiveIcon';
136
+ export * from './ChevronDownIcon';
137
+ export * from './ChevronUpIcon';
138
+ export * from './ZoomInIcon';
139
+ export * from './ZoomOutIcon';
140
+ //# sourceMappingURL=index.d.ts.map