@wireapp/react-ui-kit 8.14.3 → 8.14.4

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 (791) hide show
  1. package/package.json +5 -4
  2. package/src/Form/Button.d.js +2 -0
  3. package/src/Form/Button.d.js.map +1 -0
  4. package/src/Form/Button.d.ts +21 -0
  5. package/src/Form/Button.js +221 -0
  6. package/src/Form/Button.js.map +1 -0
  7. package/src/Form/ButtonLink.d.js +2 -0
  8. package/src/Form/ButtonLink.d.js.map +1 -0
  9. package/src/Form/ButtonLink.d.ts +6 -0
  10. package/src/Form/ButtonLink.js +67 -0
  11. package/src/Form/ButtonLink.js.map +1 -0
  12. package/src/Form/Checkbox.d.js +6 -0
  13. package/src/Form/Checkbox.d.js.map +1 -0
  14. package/src/Form/Checkbox.d.ts +18 -0
  15. package/src/Form/Checkbox.js +146 -0
  16. package/src/Form/Checkbox.js.map +1 -0
  17. package/src/Form/CodeInput.d.js +2 -0
  18. package/src/Form/CodeInput.d.js.map +1 -0
  19. package/src/Form/CodeInput.d.ts +10 -0
  20. package/src/Form/CodeInput.js +206 -0
  21. package/src/Form/CodeInput.js.map +1 -0
  22. package/src/Form/DropFileInput.d.js +2 -0
  23. package/src/Form/DropFileInput.d.js.map +1 -0
  24. package/src/Form/DropFileInput.d.ts +19 -0
  25. package/src/Form/DropFileInput.js +237 -0
  26. package/src/Form/DropFileInput.js.map +1 -0
  27. package/src/Form/ErrorMessage.d.js +6 -0
  28. package/src/Form/ErrorMessage.d.js.map +1 -0
  29. package/src/Form/ErrorMessage.d.ts +8 -0
  30. package/src/Form/ErrorMessage.js +87 -0
  31. package/src/Form/ErrorMessage.js.map +1 -0
  32. package/src/Form/Form.d.js +2 -0
  33. package/src/Form/Form.d.js.map +1 -0
  34. package/src/Form/Form.d.ts +4 -0
  35. package/src/Form/Form.js +35 -0
  36. package/src/Form/Form.js.map +1 -0
  37. package/src/Form/Input.d.js +2 -0
  38. package/src/Form/Input.d.js.map +1 -0
  39. package/src/Form/Input.d.ts +18 -0
  40. package/src/Form/Input.js +185 -0
  41. package/src/Form/Input.js.map +1 -0
  42. package/src/Form/InputBlock.d.js +2 -0
  43. package/src/Form/InputBlock.d.js.map +1 -0
  44. package/src/Form/InputBlock.d.ts +5 -0
  45. package/src/Form/InputBlock.js +67 -0
  46. package/src/Form/InputBlock.js.map +1 -0
  47. package/src/Form/InputLabel.d.js +2 -0
  48. package/src/Form/InputLabel.d.js.map +1 -0
  49. package/src/Form/InputLabel.d.ts +9 -0
  50. package/src/Form/InputLabel.js +49 -0
  51. package/src/Form/InputLabel.js.map +1 -0
  52. package/src/Form/InputSubmitCombo.d.js +2 -0
  53. package/src/Form/InputSubmitCombo.d.js.map +1 -0
  54. package/src/Form/InputSubmitCombo.d.ts +6 -0
  55. package/src/Form/InputSubmitCombo.js +58 -0
  56. package/src/Form/InputSubmitCombo.js.map +1 -0
  57. package/src/Form/RangeInput.d.js +2 -0
  58. package/src/Form/RangeInput.d.js.map +1 -0
  59. package/src/Form/RangeInput.d.ts +11 -0
  60. package/src/Form/RangeInput.js +75 -0
  61. package/src/Form/RangeInput.js.map +1 -0
  62. package/src/Form/RangeInput.styles.d.js +2 -0
  63. package/src/Form/RangeInput.styles.d.js.map +1 -0
  64. package/src/Form/RangeInput.styles.d.ts +9 -0
  65. package/src/Form/RangeInput.styles.js +76 -0
  66. package/src/Form/RangeInput.styles.js.map +1 -0
  67. package/src/Form/RoundIconButton.d.js +2 -0
  68. package/src/Form/RoundIconButton.d.js.map +1 -0
  69. package/src/Form/RoundIconButton.d.ts +9 -0
  70. package/src/Form/RoundIconButton.js +69 -0
  71. package/src/Form/RoundIconButton.js.map +1 -0
  72. package/src/Form/Select.d.js +6 -0
  73. package/src/Form/Select.d.js.map +1 -0
  74. package/src/Form/Select.d.ts +25 -0
  75. package/src/Form/Select.js +100 -0
  76. package/src/Form/Select.js.map +1 -0
  77. package/src/Form/SelectComponents.d.js +2 -0
  78. package/src/Form/SelectComponents.d.js.map +1 -0
  79. package/src/Form/SelectComponents.d.ts +13 -0
  80. package/src/Form/SelectComponents.js +190 -0
  81. package/src/Form/SelectComponents.js.map +1 -0
  82. package/src/Form/SelectStyles.d.js +2 -0
  83. package/src/Form/SelectStyles.d.js.map +1 -0
  84. package/src/Form/SelectStyles.d.ts +930 -0
  85. package/src/Form/SelectStyles.js +183 -0
  86. package/src/Form/SelectStyles.js.map +1 -0
  87. package/src/Form/ShakeBox.d.js +2 -0
  88. package/src/Form/ShakeBox.d.js.map +1 -0
  89. package/src/Form/ShakeBox.d.ts +11 -0
  90. package/src/Form/ShakeBox.js +104 -0
  91. package/src/Form/ShakeBox.js.map +1 -0
  92. package/src/Form/Switch.d.js +2 -0
  93. package/src/Form/Switch.d.js.map +1 -0
  94. package/src/Form/Switch.d.ts +17 -0
  95. package/src/Form/Switch.js +128 -0
  96. package/src/Form/Switch.js.map +1 -0
  97. package/src/Form/TextArea.d.js +2 -0
  98. package/src/Form/TextArea.d.js.map +1 -0
  99. package/src/Form/TextArea.d.ts +13 -0
  100. package/src/Form/TextArea.js +85 -0
  101. package/src/Form/TextArea.js.map +1 -0
  102. package/src/Form/Tooltip.d.js +6 -0
  103. package/src/Form/Tooltip.d.js.map +1 -0
  104. package/src/Form/Tooltip.d.ts +13 -0
  105. package/src/Form/Tooltip.js +88 -0
  106. package/src/Form/Tooltip.js.map +1 -0
  107. package/src/Form/index.d.js +240 -0
  108. package/src/Form/index.d.js.map +1 -0
  109. package/src/Form/index.d.ts +19 -0
  110. package/src/Form/index.js +240 -0
  111. package/src/Form/index.js.map +1 -0
  112. package/src/GlobalCssVariables.d.js +2 -0
  113. package/src/GlobalCssVariables.d.js.map +1 -0
  114. package/src/GlobalCssVariables.d.ts +7 -0
  115. package/src/GlobalCssVariables.js +132 -0
  116. package/src/GlobalCssVariables.js.map +1 -0
  117. package/src/GlobalStyle.d.js +4 -0
  118. package/src/GlobalStyle.d.js.map +1 -0
  119. package/src/GlobalStyle.d.ts +7 -0
  120. package/src/GlobalStyle.js +66 -0
  121. package/src/GlobalStyle.js.map +1 -0
  122. package/src/Icon/AddPeopleIcon.d.js +2 -0
  123. package/src/Icon/AddPeopleIcon.d.js.map +1 -0
  124. package/src/Icon/AddPeopleIcon.d.ts +4 -0
  125. package/src/Icon/AddPeopleIcon.js +47 -0
  126. package/src/Icon/AddPeopleIcon.js.map +1 -0
  127. package/src/Icon/ArchiveIcon.d.js +2 -0
  128. package/src/Icon/ArchiveIcon.d.js.map +1 -0
  129. package/src/Icon/ArchiveIcon.d.ts +4 -0
  130. package/src/Icon/ArchiveIcon.js +46 -0
  131. package/src/Icon/ArchiveIcon.js.map +1 -0
  132. package/src/Icon/ArrowDown.d.js +2 -0
  133. package/src/Icon/ArrowDown.d.js.map +1 -0
  134. package/src/Icon/ArrowDown.d.ts +2 -0
  135. package/src/Icon/ArrowDown.js +45 -0
  136. package/src/Icon/ArrowDown.js.map +1 -0
  137. package/src/Icon/ArrowIcon.d.js +2 -0
  138. package/src/Icon/ArrowIcon.d.js.map +1 -0
  139. package/src/Icon/ArrowIcon.d.ts +14 -0
  140. package/src/Icon/ArrowIcon.js +41 -0
  141. package/src/Icon/ArrowIcon.js.map +1 -0
  142. package/src/Icon/AttachmentIcon.d.js +2 -0
  143. package/src/Icon/AttachmentIcon.d.js.map +1 -0
  144. package/src/Icon/AttachmentIcon.d.ts +4 -0
  145. package/src/Icon/AttachmentIcon.js +46 -0
  146. package/src/Icon/AttachmentIcon.js.map +1 -0
  147. package/src/Icon/AudioVideoIcon.d.js +2 -0
  148. package/src/Icon/AudioVideoIcon.d.js.map +1 -0
  149. package/src/Icon/AudioVideoIcon.d.ts +4 -0
  150. package/src/Icon/AudioVideoIcon.js +46 -0
  151. package/src/Icon/AudioVideoIcon.js.map +1 -0
  152. package/src/Icon/BlockIcon.d.js +2 -0
  153. package/src/Icon/BlockIcon.d.js.map +1 -0
  154. package/src/Icon/BlockIcon.d.ts +4 -0
  155. package/src/Icon/BlockIcon.js +46 -0
  156. package/src/Icon/BlockIcon.js.map +1 -0
  157. package/src/Icon/Brand/AndroidIcon.d.js +2 -0
  158. package/src/Icon/Brand/AndroidIcon.d.js.map +1 -0
  159. package/src/Icon/Brand/AndroidIcon.d.ts +4 -0
  160. package/src/Icon/Brand/AndroidIcon.js +47 -0
  161. package/src/Icon/Brand/AndroidIcon.js.map +1 -0
  162. package/src/Icon/Brand/AppleIcon.d.js +2 -0
  163. package/src/Icon/Brand/AppleIcon.d.js.map +1 -0
  164. package/src/Icon/Brand/AppleIcon.d.ts +4 -0
  165. package/src/Icon/Brand/AppleIcon.js +47 -0
  166. package/src/Icon/Brand/AppleIcon.js.map +1 -0
  167. package/src/Icon/Brand/ChromeIcon.d.js +2 -0
  168. package/src/Icon/Brand/ChromeIcon.d.js.map +1 -0
  169. package/src/Icon/Brand/ChromeIcon.d.ts +4 -0
  170. package/src/Icon/Brand/ChromeIcon.js +47 -0
  171. package/src/Icon/Brand/ChromeIcon.js.map +1 -0
  172. package/src/Icon/Brand/FacebookIcon.d.js +2 -0
  173. package/src/Icon/Brand/FacebookIcon.d.js.map +1 -0
  174. package/src/Icon/Brand/FacebookIcon.d.ts +4 -0
  175. package/src/Icon/Brand/FacebookIcon.js +46 -0
  176. package/src/Icon/Brand/FacebookIcon.js.map +1 -0
  177. package/src/Icon/Brand/GitHubIcon.d.js +2 -0
  178. package/src/Icon/Brand/GitHubIcon.d.js.map +1 -0
  179. package/src/Icon/Brand/GitHubIcon.d.ts +4 -0
  180. package/src/Icon/Brand/GitHubIcon.js +46 -0
  181. package/src/Icon/Brand/GitHubIcon.js.map +1 -0
  182. package/src/Icon/Brand/LinkedInIcon.d.js +2 -0
  183. package/src/Icon/Brand/LinkedInIcon.d.js.map +1 -0
  184. package/src/Icon/Brand/LinkedInIcon.d.ts +4 -0
  185. package/src/Icon/Brand/LinkedInIcon.js +46 -0
  186. package/src/Icon/Brand/LinkedInIcon.js.map +1 -0
  187. package/src/Icon/Brand/LinuxIcon.d.js +2 -0
  188. package/src/Icon/Brand/LinuxIcon.d.js.map +1 -0
  189. package/src/Icon/Brand/LinuxIcon.d.ts +4 -0
  190. package/src/Icon/Brand/LinuxIcon.js +47 -0
  191. package/src/Icon/Brand/LinuxIcon.js.map +1 -0
  192. package/src/Icon/Brand/MicrosoftIcon.d.js +2 -0
  193. package/src/Icon/Brand/MicrosoftIcon.d.js.map +1 -0
  194. package/src/Icon/Brand/MicrosoftIcon.d.ts +4 -0
  195. package/src/Icon/Brand/MicrosoftIcon.js +47 -0
  196. package/src/Icon/Brand/MicrosoftIcon.js.map +1 -0
  197. package/src/Icon/Brand/TwitterIcon.d.js +2 -0
  198. package/src/Icon/Brand/TwitterIcon.d.js.map +1 -0
  199. package/src/Icon/Brand/TwitterIcon.d.ts +4 -0
  200. package/src/Icon/Brand/TwitterIcon.js +46 -0
  201. package/src/Icon/Brand/TwitterIcon.js.map +1 -0
  202. package/src/Icon/CallIcon.d.js +2 -0
  203. package/src/Icon/CallIcon.d.js.map +1 -0
  204. package/src/Icon/CallIcon.d.ts +4 -0
  205. package/src/Icon/CallIcon.js +46 -0
  206. package/src/Icon/CallIcon.js.map +1 -0
  207. package/src/Icon/CamIcon.d.js +2 -0
  208. package/src/Icon/CamIcon.d.js.map +1 -0
  209. package/src/Icon/CamIcon.d.ts +4 -0
  210. package/src/Icon/CamIcon.js +46 -0
  211. package/src/Icon/CamIcon.js.map +1 -0
  212. package/src/Icon/CameraIcon.d.js +2 -0
  213. package/src/Icon/CameraIcon.d.js.map +1 -0
  214. package/src/Icon/CameraIcon.d.ts +4 -0
  215. package/src/Icon/CameraIcon.js +47 -0
  216. package/src/Icon/CameraIcon.js.map +1 -0
  217. package/src/Icon/CheckIcon.d.js +2 -0
  218. package/src/Icon/CheckIcon.d.js.map +1 -0
  219. package/src/Icon/CheckIcon.d.ts +4 -0
  220. package/src/Icon/CheckIcon.js +46 -0
  221. package/src/Icon/CheckIcon.js.map +1 -0
  222. package/src/Icon/CheckRoundIcon.d.js +2 -0
  223. package/src/Icon/CheckRoundIcon.d.js.map +1 -0
  224. package/src/Icon/CheckRoundIcon.d.ts +4 -0
  225. package/src/Icon/CheckRoundIcon.js +46 -0
  226. package/src/Icon/CheckRoundIcon.js.map +1 -0
  227. package/src/Icon/ChevronIcon.d.js +2 -0
  228. package/src/Icon/ChevronIcon.d.js.map +1 -0
  229. package/src/Icon/ChevronIcon.d.ts +4 -0
  230. package/src/Icon/ChevronIcon.js +36 -0
  231. package/src/Icon/ChevronIcon.js.map +1 -0
  232. package/src/Icon/CloseIcon.d.js +2 -0
  233. package/src/Icon/CloseIcon.d.js.map +1 -0
  234. package/src/Icon/CloseIcon.d.ts +4 -0
  235. package/src/Icon/CloseIcon.js +46 -0
  236. package/src/Icon/CloseIcon.js.map +1 -0
  237. package/src/Icon/CopyIcon.d.js +2 -0
  238. package/src/Icon/CopyIcon.d.js.map +1 -0
  239. package/src/Icon/CopyIcon.d.ts +4 -0
  240. package/src/Icon/CopyIcon.js +46 -0
  241. package/src/Icon/CopyIcon.js.map +1 -0
  242. package/src/Icon/DeviceIcon.d.js +2 -0
  243. package/src/Icon/DeviceIcon.d.js.map +1 -0
  244. package/src/Icon/DeviceIcon.d.ts +4 -0
  245. package/src/Icon/DeviceIcon.js +46 -0
  246. package/src/Icon/DeviceIcon.js.map +1 -0
  247. package/src/Icon/DownloadIcon.d.js +2 -0
  248. package/src/Icon/DownloadIcon.d.js.map +1 -0
  249. package/src/Icon/DownloadIcon.d.ts +4 -0
  250. package/src/Icon/DownloadIcon.js +46 -0
  251. package/src/Icon/DownloadIcon.js.map +1 -0
  252. package/src/Icon/EditDocumentIcon.d.js +2 -0
  253. package/src/Icon/EditDocumentIcon.d.js.map +1 -0
  254. package/src/Icon/EditDocumentIcon.d.ts +4 -0
  255. package/src/Icon/EditDocumentIcon.js +48 -0
  256. package/src/Icon/EditDocumentIcon.js.map +1 -0
  257. package/src/Icon/EditIcon.d.js +2 -0
  258. package/src/Icon/EditIcon.d.js.map +1 -0
  259. package/src/Icon/EditIcon.d.ts +4 -0
  260. package/src/Icon/EditIcon.js +46 -0
  261. package/src/Icon/EditIcon.js.map +1 -0
  262. package/src/Icon/EnterIcon.d.js +2 -0
  263. package/src/Icon/EnterIcon.d.js.map +1 -0
  264. package/src/Icon/EnterIcon.d.ts +4 -0
  265. package/src/Icon/EnterIcon.js +46 -0
  266. package/src/Icon/EnterIcon.js.map +1 -0
  267. package/src/Icon/ErrorIcon.d.js +2 -0
  268. package/src/Icon/ErrorIcon.d.js.map +1 -0
  269. package/src/Icon/ErrorIcon.d.ts +4 -0
  270. package/src/Icon/ErrorIcon.js +61 -0
  271. package/src/Icon/ErrorIcon.js.map +1 -0
  272. package/src/Icon/FileIcon.d.js +2 -0
  273. package/src/Icon/FileIcon.d.js.map +1 -0
  274. package/src/Icon/FileIcon.d.ts +4 -0
  275. package/src/Icon/FileIcon.js +46 -0
  276. package/src/Icon/FileIcon.js.map +1 -0
  277. package/src/Icon/GifIcon.d.js +2 -0
  278. package/src/Icon/GifIcon.d.js.map +1 -0
  279. package/src/Icon/GifIcon.d.ts +4 -0
  280. package/src/Icon/GifIcon.js +46 -0
  281. package/src/Icon/GifIcon.js.map +1 -0
  282. package/src/Icon/GridIcon.d.js +2 -0
  283. package/src/Icon/GridIcon.d.js.map +1 -0
  284. package/src/Icon/GridIcon.d.ts +4 -0
  285. package/src/Icon/GridIcon.js +47 -0
  286. package/src/Icon/GridIcon.js.map +1 -0
  287. package/src/Icon/GroupIcon.d.js +2 -0
  288. package/src/Icon/GroupIcon.d.js.map +1 -0
  289. package/src/Icon/GroupIcon.d.ts +4 -0
  290. package/src/Icon/GroupIcon.js +46 -0
  291. package/src/Icon/GroupIcon.js.map +1 -0
  292. package/src/Icon/HangupIcon.d.js +2 -0
  293. package/src/Icon/HangupIcon.d.js.map +1 -0
  294. package/src/Icon/HangupIcon.d.ts +4 -0
  295. package/src/Icon/HangupIcon.js +46 -0
  296. package/src/Icon/HangupIcon.js.map +1 -0
  297. package/src/Icon/HideIcon.d.js +2 -0
  298. package/src/Icon/HideIcon.d.js.map +1 -0
  299. package/src/Icon/HideIcon.d.ts +4 -0
  300. package/src/Icon/HideIcon.js +46 -0
  301. package/src/Icon/HideIcon.js.map +1 -0
  302. package/src/Icon/ImageIcon.d.js +2 -0
  303. package/src/Icon/ImageIcon.d.js.map +1 -0
  304. package/src/Icon/ImageIcon.d.ts +4 -0
  305. package/src/Icon/ImageIcon.js +46 -0
  306. package/src/Icon/ImageIcon.js.map +1 -0
  307. package/src/Icon/InfoIcon.d.js +2 -0
  308. package/src/Icon/InfoIcon.d.js.map +1 -0
  309. package/src/Icon/InfoIcon.d.ts +4 -0
  310. package/src/Icon/InfoIcon.js +46 -0
  311. package/src/Icon/InfoIcon.js.map +1 -0
  312. package/src/Icon/InviteIcon.d.js +2 -0
  313. package/src/Icon/InviteIcon.d.js.map +1 -0
  314. package/src/Icon/InviteIcon.d.ts +4 -0
  315. package/src/Icon/InviteIcon.js +46 -0
  316. package/src/Icon/InviteIcon.js.map +1 -0
  317. package/src/Icon/LeaveIcon.d.js +2 -0
  318. package/src/Icon/LeaveIcon.d.js.map +1 -0
  319. package/src/Icon/LeaveIcon.d.ts +4 -0
  320. package/src/Icon/LeaveIcon.js +46 -0
  321. package/src/Icon/LeaveIcon.js.map +1 -0
  322. package/src/Icon/LinkIcon.d.js +2 -0
  323. package/src/Icon/LinkIcon.d.js.map +1 -0
  324. package/src/Icon/LinkIcon.d.ts +4 -0
  325. package/src/Icon/LinkIcon.js +47 -0
  326. package/src/Icon/LinkIcon.js.map +1 -0
  327. package/src/Icon/ListIcon.d.js +2 -0
  328. package/src/Icon/ListIcon.d.js.map +1 -0
  329. package/src/Icon/ListIcon.d.ts +4 -0
  330. package/src/Icon/ListIcon.js +46 -0
  331. package/src/Icon/ListIcon.js.map +1 -0
  332. package/src/Icon/LockIcon.d.js +2 -0
  333. package/src/Icon/LockIcon.d.js.map +1 -0
  334. package/src/Icon/LockIcon.d.ts +4 -0
  335. package/src/Icon/LockIcon.js +47 -0
  336. package/src/Icon/LockIcon.js.map +1 -0
  337. package/src/Icon/MessageIcon.d.js +2 -0
  338. package/src/Icon/MessageIcon.d.js.map +1 -0
  339. package/src/Icon/MessageIcon.d.ts +4 -0
  340. package/src/Icon/MessageIcon.js +46 -0
  341. package/src/Icon/MessageIcon.js.map +1 -0
  342. package/src/Icon/MinusIcon.d.js +2 -0
  343. package/src/Icon/MinusIcon.d.js.map +1 -0
  344. package/src/Icon/MinusIcon.d.ts +4 -0
  345. package/src/Icon/MinusIcon.js +46 -0
  346. package/src/Icon/MinusIcon.js.map +1 -0
  347. package/src/Icon/MoreIcon.d.js +2 -0
  348. package/src/Icon/MoreIcon.d.js.map +1 -0
  349. package/src/Icon/MoreIcon.d.ts +4 -0
  350. package/src/Icon/MoreIcon.js +46 -0
  351. package/src/Icon/MoreIcon.js.map +1 -0
  352. package/src/Icon/MuteIcon.d.js +2 -0
  353. package/src/Icon/MuteIcon.d.js.map +1 -0
  354. package/src/Icon/MuteIcon.d.ts +4 -0
  355. package/src/Icon/MuteIcon.js +46 -0
  356. package/src/Icon/MuteIcon.js.map +1 -0
  357. package/src/Icon/NotificationIcon.d.js +2 -0
  358. package/src/Icon/NotificationIcon.d.js.map +1 -0
  359. package/src/Icon/NotificationIcon.d.ts +4 -0
  360. package/src/Icon/NotificationIcon.js +46 -0
  361. package/src/Icon/NotificationIcon.js.map +1 -0
  362. package/src/Icon/NotificationOffIcon.d.js +2 -0
  363. package/src/Icon/NotificationOffIcon.d.js.map +1 -0
  364. package/src/Icon/NotificationOffIcon.d.ts +4 -0
  365. package/src/Icon/NotificationOffIcon.js +46 -0
  366. package/src/Icon/NotificationOffIcon.js.map +1 -0
  367. package/src/Icon/OptionsIcon.d.js +2 -0
  368. package/src/Icon/OptionsIcon.d.js.map +1 -0
  369. package/src/Icon/OptionsIcon.d.ts +4 -0
  370. package/src/Icon/OptionsIcon.js +46 -0
  371. package/src/Icon/OptionsIcon.js.map +1 -0
  372. package/src/Icon/PeopleIcon.d.js +2 -0
  373. package/src/Icon/PeopleIcon.d.js.map +1 -0
  374. package/src/Icon/PeopleIcon.d.ts +4 -0
  375. package/src/Icon/PeopleIcon.js +47 -0
  376. package/src/Icon/PeopleIcon.js.map +1 -0
  377. package/src/Icon/PingIcon.d.js +2 -0
  378. package/src/Icon/PingIcon.d.js.map +1 -0
  379. package/src/Icon/PingIcon.d.ts +4 -0
  380. package/src/Icon/PingIcon.js +46 -0
  381. package/src/Icon/PingIcon.js.map +1 -0
  382. package/src/Icon/PlaneIcon.d.js +2 -0
  383. package/src/Icon/PlaneIcon.d.js.map +1 -0
  384. package/src/Icon/PlaneIcon.d.ts +4 -0
  385. package/src/Icon/PlaneIcon.js +46 -0
  386. package/src/Icon/PlaneIcon.js.map +1 -0
  387. package/src/Icon/PlusIcon.d.js +2 -0
  388. package/src/Icon/PlusIcon.d.js.map +1 -0
  389. package/src/Icon/PlusIcon.d.ts +4 -0
  390. package/src/Icon/PlusIcon.js +46 -0
  391. package/src/Icon/PlusIcon.js.map +1 -0
  392. package/src/Icon/ProfileIcon.d.js +2 -0
  393. package/src/Icon/ProfileIcon.d.js.map +1 -0
  394. package/src/Icon/ProfileIcon.d.ts +4 -0
  395. package/src/Icon/ProfileIcon.js +46 -0
  396. package/src/Icon/ProfileIcon.js.map +1 -0
  397. package/src/Icon/RecordBoldIcon.d.js +2 -0
  398. package/src/Icon/RecordBoldIcon.d.js.map +1 -0
  399. package/src/Icon/RecordBoldIcon.d.ts +4 -0
  400. package/src/Icon/RecordBoldIcon.js +55 -0
  401. package/src/Icon/RecordBoldIcon.js.map +1 -0
  402. package/src/Icon/RecordIcon.d.js +2 -0
  403. package/src/Icon/RecordIcon.d.js.map +1 -0
  404. package/src/Icon/RecordIcon.d.ts +4 -0
  405. package/src/Icon/RecordIcon.js +56 -0
  406. package/src/Icon/RecordIcon.js.map +1 -0
  407. package/src/Icon/RecordPendingIcon.d.js +2 -0
  408. package/src/Icon/RecordPendingIcon.d.js.map +1 -0
  409. package/src/Icon/RecordPendingIcon.d.ts +4 -0
  410. package/src/Icon/RecordPendingIcon.js +53 -0
  411. package/src/Icon/RecordPendingIcon.js.map +1 -0
  412. package/src/Icon/ReloadIcon.d.js +2 -0
  413. package/src/Icon/ReloadIcon.d.js.map +1 -0
  414. package/src/Icon/ReloadIcon.d.ts +4 -0
  415. package/src/Icon/ReloadIcon.js +46 -0
  416. package/src/Icon/ReloadIcon.js.map +1 -0
  417. package/src/Icon/SVGIcon.d.js +2 -0
  418. package/src/Icon/SVGIcon.d.js.map +1 -0
  419. package/src/Icon/SVGIcon.d.ts +15 -0
  420. package/src/Icon/SVGIcon.js +84 -0
  421. package/src/Icon/SVGIcon.js.map +1 -0
  422. package/src/Icon/ScreenshareIcon.d.js +2 -0
  423. package/src/Icon/ScreenshareIcon.d.js.map +1 -0
  424. package/src/Icon/ScreenshareIcon.d.ts +4 -0
  425. package/src/Icon/ScreenshareIcon.js +46 -0
  426. package/src/Icon/ScreenshareIcon.js.map +1 -0
  427. package/src/Icon/SearchIcon.d.js +2 -0
  428. package/src/Icon/SearchIcon.d.js.map +1 -0
  429. package/src/Icon/SearchIcon.d.ts +4 -0
  430. package/src/Icon/SearchIcon.js +47 -0
  431. package/src/Icon/SearchIcon.js.map +1 -0
  432. package/src/Icon/ServicesIcon.d.js +2 -0
  433. package/src/Icon/ServicesIcon.d.js.map +1 -0
  434. package/src/Icon/ServicesIcon.d.ts +4 -0
  435. package/src/Icon/ServicesIcon.js +46 -0
  436. package/src/Icon/ServicesIcon.js.map +1 -0
  437. package/src/Icon/SettingsIcon.d.js +2 -0
  438. package/src/Icon/SettingsIcon.d.js.map +1 -0
  439. package/src/Icon/SettingsIcon.d.ts +4 -0
  440. package/src/Icon/SettingsIcon.js +46 -0
  441. package/src/Icon/SettingsIcon.js.map +1 -0
  442. package/src/Icon/ShowIcon.d.js +2 -0
  443. package/src/Icon/ShowIcon.d.js.map +1 -0
  444. package/src/Icon/ShowIcon.d.ts +4 -0
  445. package/src/Icon/ShowIcon.js +46 -0
  446. package/src/Icon/ShowIcon.js.map +1 -0
  447. package/src/Icon/SignIcon.d.js +2 -0
  448. package/src/Icon/SignIcon.d.js.map +1 -0
  449. package/src/Icon/SignIcon.d.ts +4 -0
  450. package/src/Icon/SignIcon.js +46 -0
  451. package/src/Icon/SignIcon.js.map +1 -0
  452. package/src/Icon/SpeakerIcon.d.js +2 -0
  453. package/src/Icon/SpeakerIcon.d.js.map +1 -0
  454. package/src/Icon/SpeakerIcon.d.ts +4 -0
  455. package/src/Icon/SpeakerIcon.js +46 -0
  456. package/src/Icon/SpeakerIcon.js.map +1 -0
  457. package/src/Icon/SupportIcon.d.js +2 -0
  458. package/src/Icon/SupportIcon.d.js.map +1 -0
  459. package/src/Icon/SupportIcon.d.ts +4 -0
  460. package/src/Icon/SupportIcon.js +46 -0
  461. package/src/Icon/SupportIcon.js.map +1 -0
  462. package/src/Icon/TeamIcon.d.js +2 -0
  463. package/src/Icon/TeamIcon.d.js.map +1 -0
  464. package/src/Icon/TeamIcon.d.ts +4 -0
  465. package/src/Icon/TeamIcon.js +46 -0
  466. package/src/Icon/TeamIcon.js.map +1 -0
  467. package/src/Icon/TimedIcon.d.js +2 -0
  468. package/src/Icon/TimedIcon.d.js.map +1 -0
  469. package/src/Icon/TimedIcon.d.ts +4 -0
  470. package/src/Icon/TimedIcon.js +46 -0
  471. package/src/Icon/TimedIcon.js.map +1 -0
  472. package/src/Icon/TrashCrossIcon.d.js +2 -0
  473. package/src/Icon/TrashCrossIcon.d.js.map +1 -0
  474. package/src/Icon/TrashCrossIcon.d.ts +4 -0
  475. package/src/Icon/TrashCrossIcon.js +46 -0
  476. package/src/Icon/TrashCrossIcon.js.map +1 -0
  477. package/src/Icon/TrashIcon.d.js +2 -0
  478. package/src/Icon/TrashIcon.d.js.map +1 -0
  479. package/src/Icon/TrashIcon.d.ts +4 -0
  480. package/src/Icon/TrashIcon.js +46 -0
  481. package/src/Icon/TrashIcon.js.map +1 -0
  482. package/src/Icon/TriangleIcon.d.js +2 -0
  483. package/src/Icon/TriangleIcon.d.js.map +1 -0
  484. package/src/Icon/TriangleIcon.d.ts +8 -0
  485. package/src/Icon/TriangleIcon.js +41 -0
  486. package/src/Icon/TriangleIcon.js.map +1 -0
  487. package/src/Icon/UploadIcon.d.js +2 -0
  488. package/src/Icon/UploadIcon.d.js.map +1 -0
  489. package/src/Icon/UploadIcon.d.ts +4 -0
  490. package/src/Icon/UploadIcon.js +46 -0
  491. package/src/Icon/UploadIcon.js.map +1 -0
  492. package/src/Icon/WireIcon.d.js +2 -0
  493. package/src/Icon/WireIcon.d.js.map +1 -0
  494. package/src/Icon/WireIcon.d.ts +4 -0
  495. package/src/Icon/WireIcon.js +46 -0
  496. package/src/Icon/WireIcon.js.map +1 -0
  497. package/src/Icon/index.d.js +955 -0
  498. package/src/Icon/index.d.js.map +1 -0
  499. package/src/Icon/index.d.ts +73 -0
  500. package/src/Icon/index.js +955 -0
  501. package/src/Icon/index.js.map +1 -0
  502. package/src/Identity/Animation.d.js +6 -0
  503. package/src/Identity/Animation.d.js.map +1 -0
  504. package/src/Identity/Animation.d.ts +30 -0
  505. package/src/Identity/Animation.js +247 -0
  506. package/src/Identity/Animation.js.map +1 -0
  507. package/src/Identity/Avatar.d.js +2 -0
  508. package/src/Identity/Avatar.d.js.map +1 -0
  509. package/src/Identity/Avatar.d.ts +15 -0
  510. package/src/Identity/Avatar.js +138 -0
  511. package/src/Identity/Avatar.js.map +1 -0
  512. package/src/Identity/AvatarGrid.d.js +6 -0
  513. package/src/Identity/AvatarGrid.d.js.map +1 -0
  514. package/src/Identity/AvatarGrid.d.ts +14 -0
  515. package/src/Identity/AvatarGrid.js +114 -0
  516. package/src/Identity/AvatarGrid.js.map +1 -0
  517. package/src/Identity/Logo.d.js +2 -0
  518. package/src/Identity/Logo.d.js.map +1 -0
  519. package/src/Identity/Logo.d.ts +7 -0
  520. package/src/Identity/Logo.js +62 -0
  521. package/src/Identity/Logo.js.map +1 -0
  522. package/src/Identity/colors-v2.d.js +2 -0
  523. package/src/Identity/colors-v2.d.js.map +1 -0
  524. package/src/Identity/colors-v2.d.ts +3 -0
  525. package/src/Identity/colors-v2.js +221 -0
  526. package/src/Identity/colors-v2.js.map +1 -0
  527. package/src/Identity/colors.d.js +2 -0
  528. package/src/Identity/colors.d.js.map +1 -0
  529. package/src/Identity/colors.d.ts +3 -0
  530. package/src/Identity/colors.js +94 -0
  531. package/src/Identity/colors.js.map +1 -0
  532. package/src/Identity/index.d.js +84 -0
  533. package/src/Identity/index.d.js.map +1 -0
  534. package/src/Identity/index.d.ts +6 -0
  535. package/src/Identity/index.js +84 -0
  536. package/src/Identity/index.js.map +1 -0
  537. package/src/Identity/motions.d.js +2 -0
  538. package/src/Identity/motions.d.js.map +1 -0
  539. package/src/Identity/motions.d.ts +26 -0
  540. package/src/Identity/motions.js +49 -0
  541. package/src/Identity/motions.js.map +1 -0
  542. package/src/Layout/Box.d.js +2 -0
  543. package/src/Layout/Box.d.js.map +1 -0
  544. package/src/Layout/Box.d.ts +6 -0
  545. package/src/Layout/Box.js +55 -0
  546. package/src/Layout/Box.js.map +1 -0
  547. package/src/Layout/Column.d.js +2 -0
  548. package/src/Layout/Column.d.js.map +1 -0
  549. package/src/Layout/Column.d.ts +11 -0
  550. package/src/Layout/Column.js +86 -0
  551. package/src/Layout/Column.js.map +1 -0
  552. package/src/Layout/Container.d.js +2 -0
  553. package/src/Layout/Container.d.js.map +1 -0
  554. package/src/Layout/Container.d.ts +20 -0
  555. package/src/Layout/Container.js +128 -0
  556. package/src/Layout/Container.js.map +1 -0
  557. package/src/Layout/Content.d.js +2 -0
  558. package/src/Layout/Content.d.js.map +1 -0
  559. package/src/Layout/Content.d.ts +6 -0
  560. package/src/Layout/Content.js +56 -0
  561. package/src/Layout/Content.js.map +1 -0
  562. package/src/Layout/FlexBox.d.js +2 -0
  563. package/src/Layout/FlexBox.d.js.map +1 -0
  564. package/src/Layout/FlexBox.d.ts +13 -0
  565. package/src/Layout/FlexBox.js +72 -0
  566. package/src/Layout/FlexBox.js.map +1 -0
  567. package/src/Layout/Footer.d.js +6 -0
  568. package/src/Layout/Footer.d.js.map +1 -0
  569. package/src/Layout/Footer.d.ts +6 -0
  570. package/src/Layout/Footer.js +39 -0
  571. package/src/Layout/Footer.js.map +1 -0
  572. package/src/Layout/Header.d.js +2 -0
  573. package/src/Layout/Header.d.js.map +1 -0
  574. package/src/Layout/Header.d.ts +6 -0
  575. package/src/Layout/Header.js +54 -0
  576. package/src/Layout/Header.js.map +1 -0
  577. package/src/Layout/MatchMedia.d.js +6 -0
  578. package/src/Layout/MatchMedia.d.js.map +1 -0
  579. package/src/Layout/MatchMedia.d.ts +21 -0
  580. package/src/Layout/MatchMedia.js +147 -0
  581. package/src/Layout/MatchMedia.js.map +1 -0
  582. package/src/Layout/Spacer.d.js +2 -0
  583. package/src/Layout/Spacer.d.js.map +1 -0
  584. package/src/Layout/Spacer.d.ts +6 -0
  585. package/src/Layout/Spacer.js +48 -0
  586. package/src/Layout/Spacer.js.map +1 -0
  587. package/src/Layout/StyledApp.d.js +6 -0
  588. package/src/Layout/StyledApp.d.js.map +1 -0
  589. package/src/Layout/StyledApp.d.ts +16 -0
  590. package/src/Layout/StyledApp.js +59 -0
  591. package/src/Layout/StyledApp.js.map +1 -0
  592. package/src/Layout/Theme.d.js +2 -0
  593. package/src/Layout/Theme.d.js.map +1 -0
  594. package/src/Layout/Theme.d.ts +77 -0
  595. package/src/Layout/Theme.js +232 -0
  596. package/src/Layout/Theme.js.map +1 -0
  597. package/src/Layout/headerMenu/HeaderMenu.d.js +2 -0
  598. package/src/Layout/headerMenu/HeaderMenu.d.js.map +1 -0
  599. package/src/Layout/headerMenu/HeaderMenu.d.ts +8 -0
  600. package/src/Layout/headerMenu/HeaderMenu.js +122 -0
  601. package/src/Layout/headerMenu/HeaderMenu.js.map +1 -0
  602. package/src/Layout/headerMenu/HeaderSubMenu.d.js +2 -0
  603. package/src/Layout/headerMenu/HeaderSubMenu.d.js.map +1 -0
  604. package/src/Layout/headerMenu/HeaderSubMenu.d.ts +15 -0
  605. package/src/Layout/headerMenu/HeaderSubMenu.js +154 -0
  606. package/src/Layout/headerMenu/HeaderSubMenu.js.map +1 -0
  607. package/src/Layout/headerMenu/MenuContent.d.js +2 -0
  608. package/src/Layout/headerMenu/MenuContent.d.js.map +1 -0
  609. package/src/Layout/headerMenu/MenuContent.d.ts +8 -0
  610. package/src/Layout/headerMenu/MenuContent.js +52 -0
  611. package/src/Layout/headerMenu/MenuContent.js.map +1 -0
  612. package/src/Layout/headerMenu/MenuItems.d.js +2 -0
  613. package/src/Layout/headerMenu/MenuItems.d.js.map +1 -0
  614. package/src/Layout/headerMenu/MenuItems.d.ts +9 -0
  615. package/src/Layout/headerMenu/MenuItems.js +76 -0
  616. package/src/Layout/headerMenu/MenuItems.js.map +1 -0
  617. package/src/Layout/headerMenu/MenuLink.d.js +2 -0
  618. package/src/Layout/headerMenu/MenuLink.d.js.map +1 -0
  619. package/src/Layout/headerMenu/MenuLink.d.ts +11 -0
  620. package/src/Layout/headerMenu/MenuLink.js +96 -0
  621. package/src/Layout/headerMenu/MenuLink.js.map +1 -0
  622. package/src/Layout/headerMenu/MenuOpenButton.d.js +2 -0
  623. package/src/Layout/headerMenu/MenuOpenButton.d.js.map +1 -0
  624. package/src/Layout/headerMenu/MenuOpenButton.d.ts +9 -0
  625. package/src/Layout/headerMenu/MenuOpenButton.js +85 -0
  626. package/src/Layout/headerMenu/MenuOpenButton.js.map +1 -0
  627. package/src/Layout/headerMenu/MenuScrollableItems.d.js +2 -0
  628. package/src/Layout/headerMenu/MenuScrollableItems.d.js.map +1 -0
  629. package/src/Layout/headerMenu/MenuScrollableItems.d.ts +8 -0
  630. package/src/Layout/headerMenu/MenuScrollableItems.js +61 -0
  631. package/src/Layout/headerMenu/MenuScrollableItems.js.map +1 -0
  632. package/src/Layout/headerMenu/MenuSubLink.d.js +6 -0
  633. package/src/Layout/headerMenu/MenuSubLink.d.js.map +1 -0
  634. package/src/Layout/headerMenu/MenuSubLink.d.ts +8 -0
  635. package/src/Layout/headerMenu/MenuSubLink.js +69 -0
  636. package/src/Layout/headerMenu/MenuSubLink.js.map +1 -0
  637. package/src/Layout/headerMenu/index.d.js +110 -0
  638. package/src/Layout/headerMenu/index.d.js.map +1 -0
  639. package/src/Layout/headerMenu/index.d.ts +8 -0
  640. package/src/Layout/headerMenu/index.js +110 -0
  641. package/src/Layout/headerMenu/index.js.map +1 -0
  642. package/src/Layout/index.d.js +175 -0
  643. package/src/Layout/index.d.js.map +1 -0
  644. package/src/Layout/index.d.ts +13 -0
  645. package/src/Layout/index.js +175 -0
  646. package/src/Layout/index.js.map +1 -0
  647. package/src/Layout/sizes.d.js +2 -0
  648. package/src/Layout/sizes.d.js.map +1 -0
  649. package/src/Layout/sizes.d.ts +13 -0
  650. package/src/Layout/sizes.js +42 -0
  651. package/src/Layout/sizes.js.map +1 -0
  652. package/src/Menu/MenuModal.d.js +6 -0
  653. package/src/Menu/MenuModal.d.js.map +1 -0
  654. package/src/Menu/MenuModal.d.ts +10 -0
  655. package/src/Menu/MenuModal.js +139 -0
  656. package/src/Menu/MenuModal.js.map +1 -0
  657. package/src/Menu/TabBar.d.js +2 -0
  658. package/src/Menu/TabBar.d.js.map +1 -0
  659. package/src/Menu/TabBar.d.ts +10 -0
  660. package/src/Menu/TabBar.js +105 -0
  661. package/src/Menu/TabBar.js.map +1 -0
  662. package/src/Menu/index.d.js +32 -0
  663. package/src/Menu/index.d.js.map +1 -0
  664. package/src/Menu/index.d.ts +2 -0
  665. package/src/Menu/index.js +32 -0
  666. package/src/Menu/index.js.map +1 -0
  667. package/src/Misc/ButtonGroup.d.js +2 -0
  668. package/src/Misc/ButtonGroup.d.js.map +1 -0
  669. package/src/Misc/ButtonGroup.d.ts +14 -0
  670. package/src/Misc/ButtonGroup.js +113 -0
  671. package/src/Misc/ButtonGroup.js.map +1 -0
  672. package/src/Misc/IconButton.d.js +2 -0
  673. package/src/Misc/IconButton.d.js.map +1 -0
  674. package/src/Misc/IconButton.d.ts +14 -0
  675. package/src/Misc/IconButton.js +123 -0
  676. package/src/Misc/IconButton.js.map +1 -0
  677. package/src/Misc/IsInViewport.d.js +2 -0
  678. package/src/Misc/IsInViewport.d.js.map +1 -0
  679. package/src/Misc/IsInViewport.d.ts +9 -0
  680. package/src/Misc/IsInViewport.js +69 -0
  681. package/src/Misc/IsInViewport.js.map +1 -0
  682. package/src/Misc/Loading.d.js +2 -0
  683. package/src/Misc/Loading.d.js.map +1 -0
  684. package/src/Misc/Loading.d.ts +15 -0
  685. package/src/Misc/Loading.js +72 -0
  686. package/src/Misc/Loading.js.map +1 -0
  687. package/src/Misc/Pagination.d.js +6 -0
  688. package/src/Misc/Pagination.d.js.map +1 -0
  689. package/src/Misc/Pagination.d.ts +10 -0
  690. package/src/Misc/Pagination.js +155 -0
  691. package/src/Misc/Pagination.js.map +1 -0
  692. package/src/Misc/Pill.d.js +2 -0
  693. package/src/Misc/Pill.d.js.map +1 -0
  694. package/src/Misc/Pill.d.ts +16 -0
  695. package/src/Misc/Pill.js +89 -0
  696. package/src/Misc/Pill.js.map +1 -0
  697. package/src/Misc/childrenWithDefaultProps.d.js +2 -0
  698. package/src/Misc/childrenWithDefaultProps.d.js.map +1 -0
  699. package/src/Misc/childrenWithDefaultProps.d.ts +6 -0
  700. package/src/Misc/childrenWithDefaultProps.js +35 -0
  701. package/src/Misc/childrenWithDefaultProps.js.map +1 -0
  702. package/src/Misc/index.d.js +123 -0
  703. package/src/Misc/index.d.js.map +1 -0
  704. package/src/Misc/index.d.ts +9 -0
  705. package/src/Misc/index.js +123 -0
  706. package/src/Misc/index.js.map +1 -0
  707. package/src/Misc/useLongTouch.d.js +2 -0
  708. package/src/Misc/useLongTouch.d.js.map +1 -0
  709. package/src/Misc/useLongTouch.d.ts +2 -0
  710. package/src/Misc/useLongTouch.js +60 -0
  711. package/src/Misc/useLongTouch.js.map +1 -0
  712. package/src/Misc/useTimeout.d.js +2 -0
  713. package/src/Misc/useTimeout.d.js.map +1 -0
  714. package/src/Misc/useTimeout.d.ts +5 -0
  715. package/src/Misc/useTimeout.js +67 -0
  716. package/src/Misc/useTimeout.js.map +1 -0
  717. package/src/Modal/Modal.d.js +6 -0
  718. package/src/Modal/Modal.d.js.map +1 -0
  719. package/src/Modal/Modal.d.ts +19 -0
  720. package/src/Modal/Modal.js +213 -0
  721. package/src/Modal/Modal.js.map +1 -0
  722. package/src/Modal/Overlay.d.js +2 -0
  723. package/src/Modal/Overlay.d.js.map +1 -0
  724. package/src/Modal/Overlay.d.ts +14 -0
  725. package/src/Modal/Overlay.js +116 -0
  726. package/src/Modal/Overlay.js.map +1 -0
  727. package/src/Modal/index.d.js +31 -0
  728. package/src/Modal/index.d.js.map +1 -0
  729. package/src/Modal/index.d.ts +2 -0
  730. package/src/Modal/index.js +31 -0
  731. package/src/Modal/index.js.map +1 -0
  732. package/src/Text/Heading.d.js +6 -0
  733. package/src/Text/Heading.d.js.map +1 -0
  734. package/src/Text/Heading.d.ts +17 -0
  735. package/src/Text/Heading.js +205 -0
  736. package/src/Text/Heading.js.map +1 -0
  737. package/src/Text/Label.d.js +2 -0
  738. package/src/Text/Label.d.js.map +1 -0
  739. package/src/Text/Label.d.ts +10 -0
  740. package/src/Text/Label.js +81 -0
  741. package/src/Text/Label.js.map +1 -0
  742. package/src/Text/Line.d.js +2 -0
  743. package/src/Text/Line.d.js.map +1 -0
  744. package/src/Text/Line.d.ts +8 -0
  745. package/src/Text/Line.js +60 -0
  746. package/src/Text/Line.js.map +1 -0
  747. package/src/Text/Link.d.js +2 -0
  748. package/src/Text/Link.d.js.map +1 -0
  749. package/src/Text/Link.d.ts +15 -0
  750. package/src/Text/Link.js +98 -0
  751. package/src/Text/Link.js.map +1 -0
  752. package/src/Text/Paragraph.d.js +2 -0
  753. package/src/Text/Paragraph.d.js.map +1 -0
  754. package/src/Text/Paragraph.d.ts +10 -0
  755. package/src/Text/Paragraph.js +84 -0
  756. package/src/Text/Paragraph.js.map +1 -0
  757. package/src/Text/Text.d.js +2 -0
  758. package/src/Text/Text.d.js.map +1 -0
  759. package/src/Text/Text.d.ts +25 -0
  760. package/src/Text/Text.js +138 -0
  761. package/src/Text/Text.js.map +1 -0
  762. package/src/Text/TextLink.d.js +2 -0
  763. package/src/Text/TextLink.d.js.map +1 -0
  764. package/src/Text/TextLink.d.ts +7 -0
  765. package/src/Text/TextLink.js +58 -0
  766. package/src/Text/TextLink.js.map +1 -0
  767. package/src/Text/Title.d.js +2 -0
  768. package/src/Text/Title.d.js.map +1 -0
  769. package/src/Text/Title.d.ts +5 -0
  770. package/src/Text/Title.js +60 -0
  771. package/src/Text/Title.js.map +1 -0
  772. package/src/Text/index.d.js +110 -0
  773. package/src/Text/index.d.js.map +1 -0
  774. package/src/Text/index.d.ts +8 -0
  775. package/src/Text/index.js +110 -0
  776. package/src/Text/index.js.map +1 -0
  777. package/src/index.d.js +123 -0
  778. package/src/index.d.js.map +1 -0
  779. package/src/index.d.ts +9 -0
  780. package/src/index.js +123 -0
  781. package/src/index.js.map +1 -0
  782. package/src/mediaQueries.d.js +2 -0
  783. package/src/mediaQueries.d.js.map +1 -0
  784. package/src/mediaQueries.d.ts +13 -0
  785. package/src/mediaQueries.js +46 -0
  786. package/src/mediaQueries.js.map +1 -0
  787. package/src/util.d.js +2 -0
  788. package/src/util.d.js.map +1 -0
  789. package/src/util.d.ts +5 -0
  790. package/src/util.js +66 -0
  791. package/src/util.js.map +1 -0
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.CheckRoundIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2021 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var CheckRoundIcon = function CheckRoundIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 20,
39
+ realHeight: 16
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm5.382 5.563-7.06 6.974-3.765-3.69-1.768 1.769 5.532 5.456 8.829-8.74-1.768-1.769z"
42
+ }));
43
+ };
44
+
45
+ exports.CheckRoundIcon = CheckRoundIcon;
46
+ //# sourceMappingURL=CheckRoundIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["CheckRoundIcon.tsx"],"names":["CheckRoundIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,cAAc,GAAG,SAAjBA,cAAiB,CAACC,KAAD;AAAA,SAC5B,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CAD4B;AAAA,CAAvB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2021 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const CheckRoundIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={20} realHeight={16} {...props}>\n <path d=\"M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm5.382 5.563-7.06 6.974-3.765-3.69-1.768 1.769 5.532 5.456 8.829-8.74-1.768-1.769z\" />\n </SVGIcon>\n);\n"],"file":"CheckRoundIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=ChevronIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"ChevronIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { ArrowProps } from './ArrowIcon';
4
+ export declare const ChevronIcon: ({ direction, ...props }: ArrowProps) => jsx.JSX.Element;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.ChevronIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = require("@emotion/react");
15
+
16
+ var _ArrowIcon = require("./ArrowIcon");
17
+
18
+ var _SVGIcon = require("./SVGIcon");
19
+
20
+ var _excluded = ["direction"];
21
+
22
+ var ChevronIcon = function ChevronIcon(_ref) {
23
+ var _ref$direction = _ref.direction,
24
+ direction = _ref$direction === void 0 ? 'right' : _ref$direction,
25
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
26
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
27
+ realWidth: 5,
28
+ realHeight: 8
29
+ }, props), (0, _react.jsx)("path", {
30
+ transform: "rotate(".concat(_ArrowIcon.rotation[direction], " 3 4)"),
31
+ d: "M0 .92L.94 0 5 4 .94 8 0 7.08 3.13 4z"
32
+ }));
33
+ };
34
+
35
+ exports.ChevronIcon = ChevronIcon;
36
+ //# sourceMappingURL=ChevronIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["ChevronIcon.tsx"],"names":["ChevronIcon","direction","props","rotation"],"mappings":";;;;;;;;;;;;;AAoBA;;AAEA;;AACA;;;;AAEO,IAAMA,WAAW,GAAG,SAAdA,WAAc;AAAA,4BAAEC,SAAF;AAAA,MAAEA,SAAF,+BAAc,OAAd;AAAA,MAA0BC,KAA1B;AAAA,SACzB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,CAApB;AAAuB,IAAA,UAAU,EAAE;AAAnC,KAA0CA,KAA1C,GACE;AAAM,IAAA,SAAS,mBAAYC,oBAASF,SAAT,CAAZ,UAAf;AAAuD,IAAA,CAAC,EAAC;AAAzD,IADF,CADyB;AAAA,CAApB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2019 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {ArrowProps, rotation} from './ArrowIcon';\nimport {SVGIcon} from './SVGIcon';\n\nexport const ChevronIcon = ({direction = 'right', ...props}: ArrowProps) => (\n <SVGIcon realWidth={5} realHeight={8} {...props}>\n <path transform={`rotate(${rotation[direction]} 3 4)`} d=\"M0 .92L.94 0 5 4 .94 8 0 7.08 3.13 4z\" />\n </SVGIcon>\n);\n"],"file":"ChevronIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=CloseIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"CloseIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const CloseIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.CloseIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2018 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var CloseIcon = function CloseIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 14,
39
+ realHeight: 14
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M1.4 13.3l5.25-5.23 5.25 5.24 1.4-1.4-5.23-5.24L13.3 1.4 11.9 0 6.65 5.24 1.4 0 0 1.4l5.24 5.26L0 11.9"
42
+ }));
43
+ };
44
+
45
+ exports.CloseIcon = CloseIcon;
46
+ //# sourceMappingURL=CloseIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["CloseIcon.tsx"],"names":["CloseIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,SAAS,GAAG,SAAZA,SAAY,CAACC,KAAD;AAAA,SACvB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADuB;AAAA,CAAlB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const CloseIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={14} realHeight={14} {...props}>\n <path d=\"M1.4 13.3l5.25-5.23 5.25 5.24 1.4-1.4-5.23-5.24L13.3 1.4 11.9 0 6.65 5.24 1.4 0 0 1.4l5.24 5.26L0 11.9\" />\n </SVGIcon>\n);\n"],"file":"CloseIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=CopyIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"CopyIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const CopyIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.CopyIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2021 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var CopyIcon = function CopyIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 12,
39
+ realHeight: 10
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M4.5 7.5h6v-6h-6v6zM1.5 3v7.5H9v.748a.754.754 0 01-.746.752H.746A.753.753 0 010 11.248V3.752C0 3.336.342 3 .746 3H1.5zm9.754-3c.412 0 .746.342.746.752V8.25a.754.754 0 01-.746.751H3.746A.754.754 0 013 8.248V.752C3 .337 3.342 0 3.746 0z"
42
+ }));
43
+ };
44
+
45
+ exports.CopyIcon = CopyIcon;
46
+ //# sourceMappingURL=CopyIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["CopyIcon.tsx"],"names":["CopyIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,QAAQ,GAAG,SAAXA,QAAW,CAACC,KAAD;AAAA,SACtB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADsB;AAAA,CAAjB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2021 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const CopyIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={12} realHeight={10} {...props}>\n <path d=\"M4.5 7.5h6v-6h-6v6zM1.5 3v7.5H9v.748a.754.754 0 01-.746.752H.746A.753.753 0 010 11.248V3.752C0 3.336.342 3 .746 3H1.5zm9.754-3c.412 0 .746.342.746.752V8.25a.754.754 0 01-.746.751H3.746A.754.754 0 013 8.248V.752C3 .337 3.342 0 3.746 0z\" />\n </SVGIcon>\n);\n"],"file":"CopyIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=DeviceIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"DeviceIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const DeviceIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.DeviceIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2018 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var DeviceIcon = function DeviceIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 16,
39
+ realHeight: 16
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M11 4h2.4c1 0 1.2.1 1.6.3.3.1.6.4.7.7.2.3.3.7.3 1.6v6.8c0 1-.1 1.2-.3 1.6-.1.3-.4.6-.7.7-.3.2-.7.3-1.6.3H2.6c-1 0-1.2-.1-1.6-.3a1.8 1.8 0 0 1-.7-.7c-.2-.3-.3-.7-.3-1.6V2.6C0 1.6.1 1.4.3 1 .4.7.7.4 1 .3c.4-.2.7-.3 1.6-.3h5.8c1 0 1.2.1 1.6.3.3.1.6.4.7.7.2.4.3.7.3 1.6V4zM9 4V3a1 1 0 0 0-1-1h-.5a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5.5.5 0 0 0-.5-.5H3a1 1 0 0 0-1 1v9.7l.1.8.4.4.8.1H7a8.2 8.2 0 0 1 0-.6V6.6c0-1 .1-1.3.3-1.6.1-.3.4-.6.7-.7.3-.2.5-.3 1-.3zm1.3 2l-.8.1a.9.9 0 0 0-.4.4l-.1.8v5.4l.1.8.4.4.8.1h2.4l.8-.1a.9.9 0 0 0 .4-.4l.1-.8V7.3l-.1-.8a.9.9 0 0 0-.4-.4l-.8-.1h-2.4z"
42
+ }));
43
+ };
44
+
45
+ exports.DeviceIcon = DeviceIcon;
46
+ //# sourceMappingURL=DeviceIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["DeviceIcon.tsx"],"names":["DeviceIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,UAAU,GAAG,SAAbA,UAAa,CAACC,KAAD;AAAA,SACxB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADwB;AAAA,CAAnB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const DeviceIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M11 4h2.4c1 0 1.2.1 1.6.3.3.1.6.4.7.7.2.3.3.7.3 1.6v6.8c0 1-.1 1.2-.3 1.6-.1.3-.4.6-.7.7-.3.2-.7.3-1.6.3H2.6c-1 0-1.2-.1-1.6-.3a1.8 1.8 0 0 1-.7-.7c-.2-.3-.3-.7-.3-1.6V2.6C0 1.6.1 1.4.3 1 .4.7.7.4 1 .3c.4-.2.7-.3 1.6-.3h5.8c1 0 1.2.1 1.6.3.3.1.6.4.7.7.2.4.3.7.3 1.6V4zM9 4V3a1 1 0 0 0-1-1h-.5a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5.5.5 0 0 0-.5-.5H3a1 1 0 0 0-1 1v9.7l.1.8.4.4.8.1H7a8.2 8.2 0 0 1 0-.6V6.6c0-1 .1-1.3.3-1.6.1-.3.4-.6.7-.7.3-.2.5-.3 1-.3zm1.3 2l-.8.1a.9.9 0 0 0-.4.4l-.1.8v5.4l.1.8.4.4.8.1h2.4l.8-.1a.9.9 0 0 0 .4-.4l.1-.8V7.3l-.1-.8a.9.9 0 0 0-.4-.4l-.8-.1h-2.4z\" />\n </SVGIcon>\n);\n"],"file":"DeviceIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=DownloadIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"DownloadIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const DownloadIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.DownloadIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2018 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var DownloadIcon = function DownloadIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 16,
39
+ realHeight: 16
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M0 14h16v2H0v-2zM7 0h2v7h4l-5 4-5-4h4V0z"
42
+ }));
43
+ };
44
+
45
+ exports.DownloadIcon = DownloadIcon;
46
+ //# sourceMappingURL=DownloadIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["DownloadIcon.tsx"],"names":["DownloadIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,YAAY,GAAG,SAAfA,YAAe,CAACC,KAAD;AAAA,SAC1B,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CAD0B;AAAA,CAArB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const DownloadIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M0 14h16v2H0v-2zM7 0h2v7h4l-5 4-5-4h4V0z\" />\n </SVGIcon>\n);\n"],"file":"DownloadIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=EditDocumentIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"EditDocumentIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const EditDocumentIcon: ({ ...props }: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.EditDocumentIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2021 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var EditDocumentIcon = function EditDocumentIcon(_ref) {
37
+ var props = (0, _extends2["default"])({}, _ref);
38
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
39
+ realWidth: 12,
40
+ realHeight: 12
41
+ }, props), (0, _react.jsx)("path", {
42
+ fillRule: "evenodd",
43
+ d: "M8.25 10.501v-2.25l1.5-1.5V12H0V0h9L7.5 1.5h-6v9.001h6.75zm3.208-7.934l-1.274-1.274.28-.28a.896.896 0 011.271.003.9.9 0 01.003 1.272l-.28.28zM6.093 7.932L4.5 8.251l.319-1.593 5.1-5.1 1.274 1.275-5.1 5.1z"
44
+ }));
45
+ };
46
+
47
+ exports.EditDocumentIcon = EditDocumentIcon;
48
+ //# sourceMappingURL=EditDocumentIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["EditDocumentIcon.tsx"],"names":["EditDocumentIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,gBAAgB,GAAG,SAAnBA,gBAAmB;AAAA,MAAKC,KAAL;AAAA,SAC9B,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AACE,IAAA,QAAQ,EAAC,SADX;AAEE,IAAA,CAAC,EAAC;AAFJ,IADF,CAD8B;AAAA,CAAzB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2021 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const EditDocumentIcon = ({...props}: SVGIconProps) => (\n <SVGIcon realWidth={12} realHeight={12} {...props}>\n <path\n fillRule=\"evenodd\"\n d=\"M8.25 10.501v-2.25l1.5-1.5V12H0V0h9L7.5 1.5h-6v9.001h6.75zm3.208-7.934l-1.274-1.274.28-.28a.896.896 0 011.271.003.9.9 0 01.003 1.272l-.28.28zM6.093 7.932L4.5 8.251l.319-1.593 5.1-5.1 1.274 1.275-5.1 5.1z\"\n />\n </SVGIcon>\n);\n"],"file":"EditDocumentIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=EditIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"EditIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const EditIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.EditIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2018 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var EditIcon = function EditIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 16,
39
+ realHeight: 16
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M14.553 4.846l.746-.746a2.4 2.4 0 0 0-.007-3.392A2.392 2.392 0 0 0 11.9.701l-.746.746 3.399 3.399zm-.707.707L4.248 15.15 0 16l.85-4.248 9.597-9.598 3.399 3.399zM4 13.6L2 14l.4-2L4 13.6z"
42
+ }));
43
+ };
44
+
45
+ exports.EditIcon = EditIcon;
46
+ //# sourceMappingURL=EditIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["EditIcon.tsx"],"names":["EditIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,QAAQ,GAAG,SAAXA,QAAW,CAACC,KAAD;AAAA,SACtB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADsB;AAAA,CAAjB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2018 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const EditIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={16} realHeight={16} {...props}>\n <path d=\"M14.553 4.846l.746-.746a2.4 2.4 0 0 0-.007-3.392A2.392 2.392 0 0 0 11.9.701l-.746.746 3.399 3.399zm-.707.707L4.248 15.15 0 16l.85-4.248 9.597-9.598 3.399 3.399zM4 13.6L2 14l.4-2L4 13.6z\" />\n </SVGIcon>\n);\n"],"file":"EditIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=EnterIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"EnterIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const EnterIcon: (props: SVGIconProps) => jsx.JSX.Element;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.EnterIcon = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _react = require("@emotion/react");
13
+
14
+ var _SVGIcon = require("./SVGIcon");
15
+
16
+ /*
17
+ * Wire
18
+ * Copyright (C) 2020 Wire Swiss GmbH
19
+ *
20
+ * This program is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see http://www.gnu.org/licenses/.
32
+ *
33
+ */
34
+
35
+ /** @jsx jsx */
36
+ var EnterIcon = function EnterIcon(props) {
37
+ return (0, _react.jsx)(_SVGIcon.SVGIcon, (0, _extends2["default"])({
38
+ realWidth: 24,
39
+ realHeight: 18
40
+ }, props), (0, _react.jsx)("path", {
41
+ d: "M11.643 7l-1.5 1.4 2.786 2.6H2v2h10.929l-2.786 2.6 1.5 1.4L17 12l-5.357-5zM21.8 19H13v2h8.8c1.21 0 2.2-.9 2.2-2V5c0-1.1-.99-2-2.2-2H13v2h8.8v14z"
42
+ }));
43
+ };
44
+
45
+ exports.EnterIcon = EnterIcon;
46
+ //# sourceMappingURL=EnterIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["EnterIcon.tsx"],"names":["EnterIcon","props"],"mappings":";;;;;;;;;;;AAoBA;;AAEA;;AAtBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AAKO,IAAMA,SAAS,GAAG,SAAZA,SAAY,CAACC,KAAD;AAAA,SACvB,gBAAC,gBAAD;AAAS,IAAA,SAAS,EAAE,EAApB;AAAwB,IAAA,UAAU,EAAE;AAApC,KAA4CA,KAA5C,GACE;AAAM,IAAA,CAAC,EAAC;AAAR,IADF,CADuB;AAAA,CAAlB","sourcesContent":["/*\n * Wire\n * Copyright (C) 2020 Wire Swiss GmbH\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see http://www.gnu.org/licenses/.\n *\n */\n\n/** @jsx jsx */\nimport {jsx} from '@emotion/react';\n\nimport {SVGIcon, SVGIconProps} from './SVGIcon';\n\nexport const EnterIcon = (props: SVGIconProps) => (\n <SVGIcon realWidth={24} realHeight={18} {...props}>\n <path d=\"M11.643 7l-1.5 1.4 2.786 2.6H2v2h10.929l-2.786 2.6 1.5 1.4L17 12l-5.357-5zM21.8 19H13v2h8.8c1.21 0 2.2-.9 2.2-2V5c0-1.1-.99-2-2.2-2H13v2h8.8v14z\" />\n </SVGIcon>\n);\n"],"file":"EnterIcon.js"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=ErrorIcon.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[],"file":"ErrorIcon.d.js"}
@@ -0,0 +1,4 @@
1
+ /** @jsx jsx */
2
+ import { jsx } from '@emotion/react';
3
+ import { SVGIconProps } from './SVGIcon';
4
+ export declare const ErrorIcon: (props: SVGIconProps) => jsx.JSX.Element;