@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,955 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ var _AddPeopleIcon = require("./AddPeopleIcon");
8
+
9
+ Object.keys(_AddPeopleIcon).forEach(function (key) {
10
+ if (key === "default" || key === "__esModule") return;
11
+ if (key in exports && exports[key] === _AddPeopleIcon[key]) return;
12
+ Object.defineProperty(exports, key, {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _AddPeopleIcon[key];
16
+ }
17
+ });
18
+ });
19
+
20
+ var _ArchiveIcon = require("./ArchiveIcon");
21
+
22
+ Object.keys(_ArchiveIcon).forEach(function (key) {
23
+ if (key === "default" || key === "__esModule") return;
24
+ if (key in exports && exports[key] === _ArchiveIcon[key]) return;
25
+ Object.defineProperty(exports, key, {
26
+ enumerable: true,
27
+ get: function get() {
28
+ return _ArchiveIcon[key];
29
+ }
30
+ });
31
+ });
32
+
33
+ var _ArrowIcon = require("./ArrowIcon");
34
+
35
+ Object.keys(_ArrowIcon).forEach(function (key) {
36
+ if (key === "default" || key === "__esModule") return;
37
+ if (key in exports && exports[key] === _ArrowIcon[key]) return;
38
+ Object.defineProperty(exports, key, {
39
+ enumerable: true,
40
+ get: function get() {
41
+ return _ArrowIcon[key];
42
+ }
43
+ });
44
+ });
45
+
46
+ var _AttachmentIcon = require("./AttachmentIcon");
47
+
48
+ Object.keys(_AttachmentIcon).forEach(function (key) {
49
+ if (key === "default" || key === "__esModule") return;
50
+ if (key in exports && exports[key] === _AttachmentIcon[key]) return;
51
+ Object.defineProperty(exports, key, {
52
+ enumerable: true,
53
+ get: function get() {
54
+ return _AttachmentIcon[key];
55
+ }
56
+ });
57
+ });
58
+
59
+ var _AudioVideoIcon = require("./AudioVideoIcon");
60
+
61
+ Object.keys(_AudioVideoIcon).forEach(function (key) {
62
+ if (key === "default" || key === "__esModule") return;
63
+ if (key in exports && exports[key] === _AudioVideoIcon[key]) return;
64
+ Object.defineProperty(exports, key, {
65
+ enumerable: true,
66
+ get: function get() {
67
+ return _AudioVideoIcon[key];
68
+ }
69
+ });
70
+ });
71
+
72
+ var _BlockIcon = require("./BlockIcon");
73
+
74
+ Object.keys(_BlockIcon).forEach(function (key) {
75
+ if (key === "default" || key === "__esModule") return;
76
+ if (key in exports && exports[key] === _BlockIcon[key]) return;
77
+ Object.defineProperty(exports, key, {
78
+ enumerable: true,
79
+ get: function get() {
80
+ return _BlockIcon[key];
81
+ }
82
+ });
83
+ });
84
+
85
+ var _CopyIcon = require("./CopyIcon");
86
+
87
+ Object.keys(_CopyIcon).forEach(function (key) {
88
+ if (key === "default" || key === "__esModule") return;
89
+ if (key in exports && exports[key] === _CopyIcon[key]) return;
90
+ Object.defineProperty(exports, key, {
91
+ enumerable: true,
92
+ get: function get() {
93
+ return _CopyIcon[key];
94
+ }
95
+ });
96
+ });
97
+
98
+ var _CallIcon = require("./CallIcon");
99
+
100
+ Object.keys(_CallIcon).forEach(function (key) {
101
+ if (key === "default" || key === "__esModule") return;
102
+ if (key in exports && exports[key] === _CallIcon[key]) return;
103
+ Object.defineProperty(exports, key, {
104
+ enumerable: true,
105
+ get: function get() {
106
+ return _CallIcon[key];
107
+ }
108
+ });
109
+ });
110
+
111
+ var _CameraIcon = require("./CameraIcon");
112
+
113
+ Object.keys(_CameraIcon).forEach(function (key) {
114
+ if (key === "default" || key === "__esModule") return;
115
+ if (key in exports && exports[key] === _CameraIcon[key]) return;
116
+ Object.defineProperty(exports, key, {
117
+ enumerable: true,
118
+ get: function get() {
119
+ return _CameraIcon[key];
120
+ }
121
+ });
122
+ });
123
+
124
+ var _CamIcon = require("./CamIcon");
125
+
126
+ Object.keys(_CamIcon).forEach(function (key) {
127
+ if (key === "default" || key === "__esModule") return;
128
+ if (key in exports && exports[key] === _CamIcon[key]) return;
129
+ Object.defineProperty(exports, key, {
130
+ enumerable: true,
131
+ get: function get() {
132
+ return _CamIcon[key];
133
+ }
134
+ });
135
+ });
136
+
137
+ var _CheckIcon = require("./CheckIcon");
138
+
139
+ Object.keys(_CheckIcon).forEach(function (key) {
140
+ if (key === "default" || key === "__esModule") return;
141
+ if (key in exports && exports[key] === _CheckIcon[key]) return;
142
+ Object.defineProperty(exports, key, {
143
+ enumerable: true,
144
+ get: function get() {
145
+ return _CheckIcon[key];
146
+ }
147
+ });
148
+ });
149
+
150
+ var _CheckRoundIcon = require("./CheckRoundIcon");
151
+
152
+ Object.keys(_CheckRoundIcon).forEach(function (key) {
153
+ if (key === "default" || key === "__esModule") return;
154
+ if (key in exports && exports[key] === _CheckRoundIcon[key]) return;
155
+ Object.defineProperty(exports, key, {
156
+ enumerable: true,
157
+ get: function get() {
158
+ return _CheckRoundIcon[key];
159
+ }
160
+ });
161
+ });
162
+
163
+ var _ChevronIcon = require("./ChevronIcon");
164
+
165
+ Object.keys(_ChevronIcon).forEach(function (key) {
166
+ if (key === "default" || key === "__esModule") return;
167
+ if (key in exports && exports[key] === _ChevronIcon[key]) return;
168
+ Object.defineProperty(exports, key, {
169
+ enumerable: true,
170
+ get: function get() {
171
+ return _ChevronIcon[key];
172
+ }
173
+ });
174
+ });
175
+
176
+ var _CloseIcon = require("./CloseIcon");
177
+
178
+ Object.keys(_CloseIcon).forEach(function (key) {
179
+ if (key === "default" || key === "__esModule") return;
180
+ if (key in exports && exports[key] === _CloseIcon[key]) return;
181
+ Object.defineProperty(exports, key, {
182
+ enumerable: true,
183
+ get: function get() {
184
+ return _CloseIcon[key];
185
+ }
186
+ });
187
+ });
188
+
189
+ var _DeviceIcon = require("./DeviceIcon");
190
+
191
+ Object.keys(_DeviceIcon).forEach(function (key) {
192
+ if (key === "default" || key === "__esModule") return;
193
+ if (key in exports && exports[key] === _DeviceIcon[key]) return;
194
+ Object.defineProperty(exports, key, {
195
+ enumerable: true,
196
+ get: function get() {
197
+ return _DeviceIcon[key];
198
+ }
199
+ });
200
+ });
201
+
202
+ var _DownloadIcon = require("./DownloadIcon");
203
+
204
+ Object.keys(_DownloadIcon).forEach(function (key) {
205
+ if (key === "default" || key === "__esModule") return;
206
+ if (key in exports && exports[key] === _DownloadIcon[key]) return;
207
+ Object.defineProperty(exports, key, {
208
+ enumerable: true,
209
+ get: function get() {
210
+ return _DownloadIcon[key];
211
+ }
212
+ });
213
+ });
214
+
215
+ var _EditDocumentIcon = require("./EditDocumentIcon");
216
+
217
+ Object.keys(_EditDocumentIcon).forEach(function (key) {
218
+ if (key === "default" || key === "__esModule") return;
219
+ if (key in exports && exports[key] === _EditDocumentIcon[key]) return;
220
+ Object.defineProperty(exports, key, {
221
+ enumerable: true,
222
+ get: function get() {
223
+ return _EditDocumentIcon[key];
224
+ }
225
+ });
226
+ });
227
+
228
+ var _EditIcon = require("./EditIcon");
229
+
230
+ Object.keys(_EditIcon).forEach(function (key) {
231
+ if (key === "default" || key === "__esModule") return;
232
+ if (key in exports && exports[key] === _EditIcon[key]) return;
233
+ Object.defineProperty(exports, key, {
234
+ enumerable: true,
235
+ get: function get() {
236
+ return _EditIcon[key];
237
+ }
238
+ });
239
+ });
240
+
241
+ var _EnterIcon = require("./EnterIcon");
242
+
243
+ Object.keys(_EnterIcon).forEach(function (key) {
244
+ if (key === "default" || key === "__esModule") return;
245
+ if (key in exports && exports[key] === _EnterIcon[key]) return;
246
+ Object.defineProperty(exports, key, {
247
+ enumerable: true,
248
+ get: function get() {
249
+ return _EnterIcon[key];
250
+ }
251
+ });
252
+ });
253
+
254
+ var _ErrorIcon = require("./ErrorIcon");
255
+
256
+ Object.keys(_ErrorIcon).forEach(function (key) {
257
+ if (key === "default" || key === "__esModule") return;
258
+ if (key in exports && exports[key] === _ErrorIcon[key]) return;
259
+ Object.defineProperty(exports, key, {
260
+ enumerable: true,
261
+ get: function get() {
262
+ return _ErrorIcon[key];
263
+ }
264
+ });
265
+ });
266
+
267
+ var _FileIcon = require("./FileIcon");
268
+
269
+ Object.keys(_FileIcon).forEach(function (key) {
270
+ if (key === "default" || key === "__esModule") return;
271
+ if (key in exports && exports[key] === _FileIcon[key]) return;
272
+ Object.defineProperty(exports, key, {
273
+ enumerable: true,
274
+ get: function get() {
275
+ return _FileIcon[key];
276
+ }
277
+ });
278
+ });
279
+
280
+ var _GifIcon = require("./GifIcon");
281
+
282
+ Object.keys(_GifIcon).forEach(function (key) {
283
+ if (key === "default" || key === "__esModule") return;
284
+ if (key in exports && exports[key] === _GifIcon[key]) return;
285
+ Object.defineProperty(exports, key, {
286
+ enumerable: true,
287
+ get: function get() {
288
+ return _GifIcon[key];
289
+ }
290
+ });
291
+ });
292
+
293
+ var _GroupIcon = require("./GroupIcon");
294
+
295
+ Object.keys(_GroupIcon).forEach(function (key) {
296
+ if (key === "default" || key === "__esModule") return;
297
+ if (key in exports && exports[key] === _GroupIcon[key]) return;
298
+ Object.defineProperty(exports, key, {
299
+ enumerable: true,
300
+ get: function get() {
301
+ return _GroupIcon[key];
302
+ }
303
+ });
304
+ });
305
+
306
+ var _HangupIcon = require("./HangupIcon");
307
+
308
+ Object.keys(_HangupIcon).forEach(function (key) {
309
+ if (key === "default" || key === "__esModule") return;
310
+ if (key in exports && exports[key] === _HangupIcon[key]) return;
311
+ Object.defineProperty(exports, key, {
312
+ enumerable: true,
313
+ get: function get() {
314
+ return _HangupIcon[key];
315
+ }
316
+ });
317
+ });
318
+
319
+ var _HideIcon = require("./HideIcon");
320
+
321
+ Object.keys(_HideIcon).forEach(function (key) {
322
+ if (key === "default" || key === "__esModule") return;
323
+ if (key in exports && exports[key] === _HideIcon[key]) return;
324
+ Object.defineProperty(exports, key, {
325
+ enumerable: true,
326
+ get: function get() {
327
+ return _HideIcon[key];
328
+ }
329
+ });
330
+ });
331
+
332
+ var _ImageIcon = require("./ImageIcon");
333
+
334
+ Object.keys(_ImageIcon).forEach(function (key) {
335
+ if (key === "default" || key === "__esModule") return;
336
+ if (key in exports && exports[key] === _ImageIcon[key]) return;
337
+ Object.defineProperty(exports, key, {
338
+ enumerable: true,
339
+ get: function get() {
340
+ return _ImageIcon[key];
341
+ }
342
+ });
343
+ });
344
+
345
+ var _SupportIcon = require("./SupportIcon");
346
+
347
+ Object.keys(_SupportIcon).forEach(function (key) {
348
+ if (key === "default" || key === "__esModule") return;
349
+ if (key in exports && exports[key] === _SupportIcon[key]) return;
350
+ Object.defineProperty(exports, key, {
351
+ enumerable: true,
352
+ get: function get() {
353
+ return _SupportIcon[key];
354
+ }
355
+ });
356
+ });
357
+
358
+ var _InfoIcon = require("./InfoIcon");
359
+
360
+ Object.keys(_InfoIcon).forEach(function (key) {
361
+ if (key === "default" || key === "__esModule") return;
362
+ if (key in exports && exports[key] === _InfoIcon[key]) return;
363
+ Object.defineProperty(exports, key, {
364
+ enumerable: true,
365
+ get: function get() {
366
+ return _InfoIcon[key];
367
+ }
368
+ });
369
+ });
370
+
371
+ var _InviteIcon = require("./InviteIcon");
372
+
373
+ Object.keys(_InviteIcon).forEach(function (key) {
374
+ if (key === "default" || key === "__esModule") return;
375
+ if (key in exports && exports[key] === _InviteIcon[key]) return;
376
+ Object.defineProperty(exports, key, {
377
+ enumerable: true,
378
+ get: function get() {
379
+ return _InviteIcon[key];
380
+ }
381
+ });
382
+ });
383
+
384
+ var _LeaveIcon = require("./LeaveIcon");
385
+
386
+ Object.keys(_LeaveIcon).forEach(function (key) {
387
+ if (key === "default" || key === "__esModule") return;
388
+ if (key in exports && exports[key] === _LeaveIcon[key]) return;
389
+ Object.defineProperty(exports, key, {
390
+ enumerable: true,
391
+ get: function get() {
392
+ return _LeaveIcon[key];
393
+ }
394
+ });
395
+ });
396
+
397
+ var _LinkIcon = require("./LinkIcon");
398
+
399
+ Object.keys(_LinkIcon).forEach(function (key) {
400
+ if (key === "default" || key === "__esModule") return;
401
+ if (key in exports && exports[key] === _LinkIcon[key]) return;
402
+ Object.defineProperty(exports, key, {
403
+ enumerable: true,
404
+ get: function get() {
405
+ return _LinkIcon[key];
406
+ }
407
+ });
408
+ });
409
+
410
+ var _ListIcon = require("./ListIcon");
411
+
412
+ Object.keys(_ListIcon).forEach(function (key) {
413
+ if (key === "default" || key === "__esModule") return;
414
+ if (key in exports && exports[key] === _ListIcon[key]) return;
415
+ Object.defineProperty(exports, key, {
416
+ enumerable: true,
417
+ get: function get() {
418
+ return _ListIcon[key];
419
+ }
420
+ });
421
+ });
422
+
423
+ var _LockIcon = require("./LockIcon");
424
+
425
+ Object.keys(_LockIcon).forEach(function (key) {
426
+ if (key === "default" || key === "__esModule") return;
427
+ if (key in exports && exports[key] === _LockIcon[key]) return;
428
+ Object.defineProperty(exports, key, {
429
+ enumerable: true,
430
+ get: function get() {
431
+ return _LockIcon[key];
432
+ }
433
+ });
434
+ });
435
+
436
+ var _MessageIcon = require("./MessageIcon");
437
+
438
+ Object.keys(_MessageIcon).forEach(function (key) {
439
+ if (key === "default" || key === "__esModule") return;
440
+ if (key in exports && exports[key] === _MessageIcon[key]) return;
441
+ Object.defineProperty(exports, key, {
442
+ enumerable: true,
443
+ get: function get() {
444
+ return _MessageIcon[key];
445
+ }
446
+ });
447
+ });
448
+
449
+ var _MinusIcon = require("./MinusIcon");
450
+
451
+ Object.keys(_MinusIcon).forEach(function (key) {
452
+ if (key === "default" || key === "__esModule") return;
453
+ if (key in exports && exports[key] === _MinusIcon[key]) return;
454
+ Object.defineProperty(exports, key, {
455
+ enumerable: true,
456
+ get: function get() {
457
+ return _MinusIcon[key];
458
+ }
459
+ });
460
+ });
461
+
462
+ var _MoreIcon = require("./MoreIcon");
463
+
464
+ Object.keys(_MoreIcon).forEach(function (key) {
465
+ if (key === "default" || key === "__esModule") return;
466
+ if (key in exports && exports[key] === _MoreIcon[key]) return;
467
+ Object.defineProperty(exports, key, {
468
+ enumerable: true,
469
+ get: function get() {
470
+ return _MoreIcon[key];
471
+ }
472
+ });
473
+ });
474
+
475
+ var _MuteIcon = require("./MuteIcon");
476
+
477
+ Object.keys(_MuteIcon).forEach(function (key) {
478
+ if (key === "default" || key === "__esModule") return;
479
+ if (key in exports && exports[key] === _MuteIcon[key]) return;
480
+ Object.defineProperty(exports, key, {
481
+ enumerable: true,
482
+ get: function get() {
483
+ return _MuteIcon[key];
484
+ }
485
+ });
486
+ });
487
+
488
+ var _NotificationIcon = require("./NotificationIcon");
489
+
490
+ Object.keys(_NotificationIcon).forEach(function (key) {
491
+ if (key === "default" || key === "__esModule") return;
492
+ if (key in exports && exports[key] === _NotificationIcon[key]) return;
493
+ Object.defineProperty(exports, key, {
494
+ enumerable: true,
495
+ get: function get() {
496
+ return _NotificationIcon[key];
497
+ }
498
+ });
499
+ });
500
+
501
+ var _NotificationOffIcon = require("./NotificationOffIcon");
502
+
503
+ Object.keys(_NotificationOffIcon).forEach(function (key) {
504
+ if (key === "default" || key === "__esModule") return;
505
+ if (key in exports && exports[key] === _NotificationOffIcon[key]) return;
506
+ Object.defineProperty(exports, key, {
507
+ enumerable: true,
508
+ get: function get() {
509
+ return _NotificationOffIcon[key];
510
+ }
511
+ });
512
+ });
513
+
514
+ var _OptionsIcon = require("./OptionsIcon");
515
+
516
+ Object.keys(_OptionsIcon).forEach(function (key) {
517
+ if (key === "default" || key === "__esModule") return;
518
+ if (key in exports && exports[key] === _OptionsIcon[key]) return;
519
+ Object.defineProperty(exports, key, {
520
+ enumerable: true,
521
+ get: function get() {
522
+ return _OptionsIcon[key];
523
+ }
524
+ });
525
+ });
526
+
527
+ var _GridIcon = require("./GridIcon");
528
+
529
+ Object.keys(_GridIcon).forEach(function (key) {
530
+ if (key === "default" || key === "__esModule") return;
531
+ if (key in exports && exports[key] === _GridIcon[key]) return;
532
+ Object.defineProperty(exports, key, {
533
+ enumerable: true,
534
+ get: function get() {
535
+ return _GridIcon[key];
536
+ }
537
+ });
538
+ });
539
+
540
+ var _PeopleIcon = require("./PeopleIcon");
541
+
542
+ Object.keys(_PeopleIcon).forEach(function (key) {
543
+ if (key === "default" || key === "__esModule") return;
544
+ if (key in exports && exports[key] === _PeopleIcon[key]) return;
545
+ Object.defineProperty(exports, key, {
546
+ enumerable: true,
547
+ get: function get() {
548
+ return _PeopleIcon[key];
549
+ }
550
+ });
551
+ });
552
+
553
+ var _PingIcon = require("./PingIcon");
554
+
555
+ Object.keys(_PingIcon).forEach(function (key) {
556
+ if (key === "default" || key === "__esModule") return;
557
+ if (key in exports && exports[key] === _PingIcon[key]) return;
558
+ Object.defineProperty(exports, key, {
559
+ enumerable: true,
560
+ get: function get() {
561
+ return _PingIcon[key];
562
+ }
563
+ });
564
+ });
565
+
566
+ var _PlaneIcon = require("./PlaneIcon");
567
+
568
+ Object.keys(_PlaneIcon).forEach(function (key) {
569
+ if (key === "default" || key === "__esModule") return;
570
+ if (key in exports && exports[key] === _PlaneIcon[key]) return;
571
+ Object.defineProperty(exports, key, {
572
+ enumerable: true,
573
+ get: function get() {
574
+ return _PlaneIcon[key];
575
+ }
576
+ });
577
+ });
578
+
579
+ var _PlusIcon = require("./PlusIcon");
580
+
581
+ Object.keys(_PlusIcon).forEach(function (key) {
582
+ if (key === "default" || key === "__esModule") return;
583
+ if (key in exports && exports[key] === _PlusIcon[key]) return;
584
+ Object.defineProperty(exports, key, {
585
+ enumerable: true,
586
+ get: function get() {
587
+ return _PlusIcon[key];
588
+ }
589
+ });
590
+ });
591
+
592
+ var _ProfileIcon = require("./ProfileIcon");
593
+
594
+ Object.keys(_ProfileIcon).forEach(function (key) {
595
+ if (key === "default" || key === "__esModule") return;
596
+ if (key in exports && exports[key] === _ProfileIcon[key]) return;
597
+ Object.defineProperty(exports, key, {
598
+ enumerable: true,
599
+ get: function get() {
600
+ return _ProfileIcon[key];
601
+ }
602
+ });
603
+ });
604
+
605
+ var _RecordIcon = require("./RecordIcon");
606
+
607
+ Object.keys(_RecordIcon).forEach(function (key) {
608
+ if (key === "default" || key === "__esModule") return;
609
+ if (key in exports && exports[key] === _RecordIcon[key]) return;
610
+ Object.defineProperty(exports, key, {
611
+ enumerable: true,
612
+ get: function get() {
613
+ return _RecordIcon[key];
614
+ }
615
+ });
616
+ });
617
+
618
+ var _RecordBoldIcon = require("./RecordBoldIcon");
619
+
620
+ Object.keys(_RecordBoldIcon).forEach(function (key) {
621
+ if (key === "default" || key === "__esModule") return;
622
+ if (key in exports && exports[key] === _RecordBoldIcon[key]) return;
623
+ Object.defineProperty(exports, key, {
624
+ enumerable: true,
625
+ get: function get() {
626
+ return _RecordBoldIcon[key];
627
+ }
628
+ });
629
+ });
630
+
631
+ var _RecordPendingIcon = require("./RecordPendingIcon");
632
+
633
+ Object.keys(_RecordPendingIcon).forEach(function (key) {
634
+ if (key === "default" || key === "__esModule") return;
635
+ if (key in exports && exports[key] === _RecordPendingIcon[key]) return;
636
+ Object.defineProperty(exports, key, {
637
+ enumerable: true,
638
+ get: function get() {
639
+ return _RecordPendingIcon[key];
640
+ }
641
+ });
642
+ });
643
+
644
+ var _ReloadIcon = require("./ReloadIcon");
645
+
646
+ Object.keys(_ReloadIcon).forEach(function (key) {
647
+ if (key === "default" || key === "__esModule") return;
648
+ if (key in exports && exports[key] === _ReloadIcon[key]) return;
649
+ Object.defineProperty(exports, key, {
650
+ enumerable: true,
651
+ get: function get() {
652
+ return _ReloadIcon[key];
653
+ }
654
+ });
655
+ });
656
+
657
+ var _ScreenshareIcon = require("./ScreenshareIcon");
658
+
659
+ Object.keys(_ScreenshareIcon).forEach(function (key) {
660
+ if (key === "default" || key === "__esModule") return;
661
+ if (key in exports && exports[key] === _ScreenshareIcon[key]) return;
662
+ Object.defineProperty(exports, key, {
663
+ enumerable: true,
664
+ get: function get() {
665
+ return _ScreenshareIcon[key];
666
+ }
667
+ });
668
+ });
669
+
670
+ var _SearchIcon = require("./SearchIcon");
671
+
672
+ Object.keys(_SearchIcon).forEach(function (key) {
673
+ if (key === "default" || key === "__esModule") return;
674
+ if (key in exports && exports[key] === _SearchIcon[key]) return;
675
+ Object.defineProperty(exports, key, {
676
+ enumerable: true,
677
+ get: function get() {
678
+ return _SearchIcon[key];
679
+ }
680
+ });
681
+ });
682
+
683
+ var _ServicesIcon = require("./ServicesIcon");
684
+
685
+ Object.keys(_ServicesIcon).forEach(function (key) {
686
+ if (key === "default" || key === "__esModule") return;
687
+ if (key in exports && exports[key] === _ServicesIcon[key]) return;
688
+ Object.defineProperty(exports, key, {
689
+ enumerable: true,
690
+ get: function get() {
691
+ return _ServicesIcon[key];
692
+ }
693
+ });
694
+ });
695
+
696
+ var _SettingsIcon = require("./SettingsIcon");
697
+
698
+ Object.keys(_SettingsIcon).forEach(function (key) {
699
+ if (key === "default" || key === "__esModule") return;
700
+ if (key in exports && exports[key] === _SettingsIcon[key]) return;
701
+ Object.defineProperty(exports, key, {
702
+ enumerable: true,
703
+ get: function get() {
704
+ return _SettingsIcon[key];
705
+ }
706
+ });
707
+ });
708
+
709
+ var _ShowIcon = require("./ShowIcon");
710
+
711
+ Object.keys(_ShowIcon).forEach(function (key) {
712
+ if (key === "default" || key === "__esModule") return;
713
+ if (key in exports && exports[key] === _ShowIcon[key]) return;
714
+ Object.defineProperty(exports, key, {
715
+ enumerable: true,
716
+ get: function get() {
717
+ return _ShowIcon[key];
718
+ }
719
+ });
720
+ });
721
+
722
+ var _SignIcon = require("./SignIcon");
723
+
724
+ Object.keys(_SignIcon).forEach(function (key) {
725
+ if (key === "default" || key === "__esModule") return;
726
+ if (key in exports && exports[key] === _SignIcon[key]) return;
727
+ Object.defineProperty(exports, key, {
728
+ enumerable: true,
729
+ get: function get() {
730
+ return _SignIcon[key];
731
+ }
732
+ });
733
+ });
734
+
735
+ var _SpeakerIcon = require("./SpeakerIcon");
736
+
737
+ Object.keys(_SpeakerIcon).forEach(function (key) {
738
+ if (key === "default" || key === "__esModule") return;
739
+ if (key in exports && exports[key] === _SpeakerIcon[key]) return;
740
+ Object.defineProperty(exports, key, {
741
+ enumerable: true,
742
+ get: function get() {
743
+ return _SpeakerIcon[key];
744
+ }
745
+ });
746
+ });
747
+
748
+ var _TeamIcon = require("./TeamIcon");
749
+
750
+ Object.keys(_TeamIcon).forEach(function (key) {
751
+ if (key === "default" || key === "__esModule") return;
752
+ if (key in exports && exports[key] === _TeamIcon[key]) return;
753
+ Object.defineProperty(exports, key, {
754
+ enumerable: true,
755
+ get: function get() {
756
+ return _TeamIcon[key];
757
+ }
758
+ });
759
+ });
760
+
761
+ var _TimedIcon = require("./TimedIcon");
762
+
763
+ Object.keys(_TimedIcon).forEach(function (key) {
764
+ if (key === "default" || key === "__esModule") return;
765
+ if (key in exports && exports[key] === _TimedIcon[key]) return;
766
+ Object.defineProperty(exports, key, {
767
+ enumerable: true,
768
+ get: function get() {
769
+ return _TimedIcon[key];
770
+ }
771
+ });
772
+ });
773
+
774
+ var _TrashIcon = require("./TrashIcon");
775
+
776
+ Object.keys(_TrashIcon).forEach(function (key) {
777
+ if (key === "default" || key === "__esModule") return;
778
+ if (key in exports && exports[key] === _TrashIcon[key]) return;
779
+ Object.defineProperty(exports, key, {
780
+ enumerable: true,
781
+ get: function get() {
782
+ return _TrashIcon[key];
783
+ }
784
+ });
785
+ });
786
+
787
+ var _TrashCrossIcon = require("./TrashCrossIcon");
788
+
789
+ Object.keys(_TrashCrossIcon).forEach(function (key) {
790
+ if (key === "default" || key === "__esModule") return;
791
+ if (key in exports && exports[key] === _TrashCrossIcon[key]) return;
792
+ Object.defineProperty(exports, key, {
793
+ enumerable: true,
794
+ get: function get() {
795
+ return _TrashCrossIcon[key];
796
+ }
797
+ });
798
+ });
799
+
800
+ var _TriangleIcon = require("./TriangleIcon");
801
+
802
+ Object.keys(_TriangleIcon).forEach(function (key) {
803
+ if (key === "default" || key === "__esModule") return;
804
+ if (key in exports && exports[key] === _TriangleIcon[key]) return;
805
+ Object.defineProperty(exports, key, {
806
+ enumerable: true,
807
+ get: function get() {
808
+ return _TriangleIcon[key];
809
+ }
810
+ });
811
+ });
812
+
813
+ var _UploadIcon = require("./UploadIcon");
814
+
815
+ Object.keys(_UploadIcon).forEach(function (key) {
816
+ if (key === "default" || key === "__esModule") return;
817
+ if (key in exports && exports[key] === _UploadIcon[key]) return;
818
+ Object.defineProperty(exports, key, {
819
+ enumerable: true,
820
+ get: function get() {
821
+ return _UploadIcon[key];
822
+ }
823
+ });
824
+ });
825
+
826
+ var _WireIcon = require("./WireIcon");
827
+
828
+ Object.keys(_WireIcon).forEach(function (key) {
829
+ if (key === "default" || key === "__esModule") return;
830
+ if (key in exports && exports[key] === _WireIcon[key]) return;
831
+ Object.defineProperty(exports, key, {
832
+ enumerable: true,
833
+ get: function get() {
834
+ return _WireIcon[key];
835
+ }
836
+ });
837
+ });
838
+
839
+ var _AndroidIcon = require("./Brand/AndroidIcon");
840
+
841
+ Object.keys(_AndroidIcon).forEach(function (key) {
842
+ if (key === "default" || key === "__esModule") return;
843
+ if (key in exports && exports[key] === _AndroidIcon[key]) return;
844
+ Object.defineProperty(exports, key, {
845
+ enumerable: true,
846
+ get: function get() {
847
+ return _AndroidIcon[key];
848
+ }
849
+ });
850
+ });
851
+
852
+ var _AppleIcon = require("./Brand/AppleIcon");
853
+
854
+ Object.keys(_AppleIcon).forEach(function (key) {
855
+ if (key === "default" || key === "__esModule") return;
856
+ if (key in exports && exports[key] === _AppleIcon[key]) return;
857
+ Object.defineProperty(exports, key, {
858
+ enumerable: true,
859
+ get: function get() {
860
+ return _AppleIcon[key];
861
+ }
862
+ });
863
+ });
864
+
865
+ var _ChromeIcon = require("./Brand/ChromeIcon");
866
+
867
+ Object.keys(_ChromeIcon).forEach(function (key) {
868
+ if (key === "default" || key === "__esModule") return;
869
+ if (key in exports && exports[key] === _ChromeIcon[key]) return;
870
+ Object.defineProperty(exports, key, {
871
+ enumerable: true,
872
+ get: function get() {
873
+ return _ChromeIcon[key];
874
+ }
875
+ });
876
+ });
877
+
878
+ var _FacebookIcon = require("./Brand/FacebookIcon");
879
+
880
+ Object.keys(_FacebookIcon).forEach(function (key) {
881
+ if (key === "default" || key === "__esModule") return;
882
+ if (key in exports && exports[key] === _FacebookIcon[key]) return;
883
+ Object.defineProperty(exports, key, {
884
+ enumerable: true,
885
+ get: function get() {
886
+ return _FacebookIcon[key];
887
+ }
888
+ });
889
+ });
890
+
891
+ var _GitHubIcon = require("./Brand/GitHubIcon");
892
+
893
+ Object.keys(_GitHubIcon).forEach(function (key) {
894
+ if (key === "default" || key === "__esModule") return;
895
+ if (key in exports && exports[key] === _GitHubIcon[key]) return;
896
+ Object.defineProperty(exports, key, {
897
+ enumerable: true,
898
+ get: function get() {
899
+ return _GitHubIcon[key];
900
+ }
901
+ });
902
+ });
903
+
904
+ var _LinkedInIcon = require("./Brand/LinkedInIcon");
905
+
906
+ Object.keys(_LinkedInIcon).forEach(function (key) {
907
+ if (key === "default" || key === "__esModule") return;
908
+ if (key in exports && exports[key] === _LinkedInIcon[key]) return;
909
+ Object.defineProperty(exports, key, {
910
+ enumerable: true,
911
+ get: function get() {
912
+ return _LinkedInIcon[key];
913
+ }
914
+ });
915
+ });
916
+
917
+ var _LinuxIcon = require("./Brand/LinuxIcon");
918
+
919
+ Object.keys(_LinuxIcon).forEach(function (key) {
920
+ if (key === "default" || key === "__esModule") return;
921
+ if (key in exports && exports[key] === _LinuxIcon[key]) return;
922
+ Object.defineProperty(exports, key, {
923
+ enumerable: true,
924
+ get: function get() {
925
+ return _LinuxIcon[key];
926
+ }
927
+ });
928
+ });
929
+
930
+ var _MicrosoftIcon = require("./Brand/MicrosoftIcon");
931
+
932
+ Object.keys(_MicrosoftIcon).forEach(function (key) {
933
+ if (key === "default" || key === "__esModule") return;
934
+ if (key in exports && exports[key] === _MicrosoftIcon[key]) return;
935
+ Object.defineProperty(exports, key, {
936
+ enumerable: true,
937
+ get: function get() {
938
+ return _MicrosoftIcon[key];
939
+ }
940
+ });
941
+ });
942
+
943
+ var _TwitterIcon = require("./Brand/TwitterIcon");
944
+
945
+ Object.keys(_TwitterIcon).forEach(function (key) {
946
+ if (key === "default" || key === "__esModule") return;
947
+ if (key in exports && exports[key] === _TwitterIcon[key]) return;
948
+ Object.defineProperty(exports, key, {
949
+ enumerable: true,
950
+ get: function get() {
951
+ return _TwitterIcon[key];
952
+ }
953
+ });
954
+ });
955
+ //# sourceMappingURL=index.d.js.map