@wireapp/react-ui-kit 9.0.3 → 9.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (633) hide show
  1. package/lib/Form/Button.d.ts +3 -3
  2. package/lib/Form/Button.d.ts.map +1 -0
  3. package/lib/Form/Button.js +2 -22
  4. package/lib/Form/ButtonLink.d.ts +3 -3
  5. package/lib/Form/ButtonLink.d.ts.map +1 -0
  6. package/lib/Form/ButtonLink.js +5 -25
  7. package/lib/Form/Checkbox.d.ts +5 -6
  8. package/lib/Form/Checkbox.d.ts.map +1 -0
  9. package/lib/Form/Checkbox.js +37 -41
  10. package/lib/Form/CodeInput.d.ts +2 -3
  11. package/lib/Form/CodeInput.d.ts.map +1 -0
  12. package/lib/Form/CodeInput.js +32 -28
  13. package/lib/Form/DropFileInput.d.ts +4 -4
  14. package/lib/Form/DropFileInput.d.ts.map +1 -0
  15. package/lib/Form/DropFileInput.js +20 -30
  16. package/lib/Form/ErrorMessage.d.ts +3 -3
  17. package/lib/Form/ErrorMessage.d.ts.map +1 -0
  18. package/lib/Form/ErrorMessage.js +2 -23
  19. package/lib/Form/Form.d.ts +3 -4
  20. package/lib/Form/Form.d.ts.map +1 -0
  21. package/lib/Form/Form.js +2 -22
  22. package/lib/Form/Input.d.ts +4 -3
  23. package/lib/Form/Input.d.ts.map +1 -0
  24. package/lib/Form/Input.js +33 -44
  25. package/lib/Form/InputBlock.d.ts +3 -4
  26. package/lib/Form/InputBlock.d.ts.map +1 -0
  27. package/lib/Form/InputBlock.js +4 -23
  28. package/lib/Form/InputLabel.d.ts +2 -1
  29. package/lib/Form/InputLabel.d.ts.map +1 -0
  30. package/lib/Form/InputLabel.js +5 -26
  31. package/lib/Form/InputSubmitCombo.d.ts +2 -3
  32. package/lib/Form/InputSubmitCombo.d.ts.map +1 -0
  33. package/lib/Form/InputSubmitCombo.js +16 -18
  34. package/lib/Form/RangeInput.d.ts +2 -2
  35. package/lib/Form/RangeInput.d.ts.map +1 -0
  36. package/lib/Form/RangeInput.js +22 -28
  37. package/lib/Form/RangeInput.styles.d.ts +1 -0
  38. package/lib/Form/RangeInput.styles.d.ts.map +1 -0
  39. package/lib/Form/RangeInput.styles.js +0 -1
  40. package/lib/Form/RoundIconButton.d.ts +3 -3
  41. package/lib/Form/RoundIconButton.d.ts.map +1 -0
  42. package/lib/Form/RoundIconButton.js +3 -23
  43. package/lib/Form/Select.d.ts +4 -4
  44. package/lib/Form/Select.d.ts.map +1 -0
  45. package/lib/Form/Select.js +13 -37
  46. package/lib/Form/SelectComponents.d.ts +8 -11
  47. package/lib/Form/SelectComponents.d.ts.map +1 -0
  48. package/lib/Form/SelectComponents.js +32 -49
  49. package/lib/Form/SelectStyles.d.ts +7 -6
  50. package/lib/Form/SelectStyles.d.ts.map +1 -0
  51. package/lib/Form/SelectStyles.js +1 -2
  52. package/lib/Form/ShakeBox.d.ts +3 -2
  53. package/lib/Form/ShakeBox.d.ts.map +1 -0
  54. package/lib/Form/ShakeBox.js +27 -27
  55. package/lib/Form/Switch.d.ts +2 -3
  56. package/lib/Form/Switch.d.ts.map +1 -0
  57. package/lib/Form/Switch.js +57 -67
  58. package/lib/Form/TextArea.d.ts +3 -3
  59. package/lib/Form/TextArea.d.ts.map +1 -0
  60. package/lib/Form/TextArea.js +29 -10
  61. package/lib/Form/Tooltip.d.ts +3 -4
  62. package/lib/Form/Tooltip.d.ts.map +1 -0
  63. package/lib/Form/Tooltip.js +2 -22
  64. package/lib/Form/index.d.ts +1 -1
  65. package/lib/Form/index.d.ts.map +1 -0
  66. package/lib/Form/index.js +0 -2
  67. package/lib/GlobalCssVariables.d.ts +1 -1
  68. package/lib/GlobalCssVariables.d.ts.map +1 -0
  69. package/lib/GlobalCssVariables.js +0 -1
  70. package/lib/GlobalStyle.d.ts +1 -0
  71. package/lib/GlobalStyle.d.ts.map +1 -0
  72. package/lib/GlobalStyle.js +7 -8
  73. package/lib/Icon/AddPeopleIcon.d.ts +2 -3
  74. package/lib/Icon/AddPeopleIcon.d.ts.map +1 -0
  75. package/lib/Icon/AddPeopleIcon.js +15 -18
  76. package/lib/Icon/ArchiveIcon.d.ts +2 -3
  77. package/lib/Icon/ArchiveIcon.d.ts.map +1 -0
  78. package/lib/Icon/ArchiveIcon.js +4 -7
  79. package/lib/Icon/ArrowDown.d.ts +2 -1
  80. package/lib/Icon/ArrowDown.d.ts.map +1 -0
  81. package/lib/Icon/ArrowDown.js +15 -20
  82. package/lib/Icon/ArrowIcon.d.ts +2 -3
  83. package/lib/Icon/ArrowIcon.d.ts.map +1 -0
  84. package/lib/Icon/ArrowIcon.js +15 -18
  85. package/lib/Icon/AttachmentIcon.d.ts +2 -3
  86. package/lib/Icon/AttachmentIcon.d.ts.map +1 -0
  87. package/lib/Icon/AttachmentIcon.js +4 -7
  88. package/lib/Icon/AudioVideoIcon.d.ts +2 -3
  89. package/lib/Icon/AudioVideoIcon.d.ts.map +1 -0
  90. package/lib/Icon/AudioVideoIcon.js +4 -7
  91. package/lib/Icon/BlockIcon.d.ts +2 -3
  92. package/lib/Icon/BlockIcon.d.ts.map +1 -0
  93. package/lib/Icon/BlockIcon.js +4 -7
  94. package/lib/Icon/Brand/AndroidIcon.d.ts +2 -3
  95. package/lib/Icon/Brand/AndroidIcon.d.ts.map +1 -0
  96. package/lib/Icon/Brand/AndroidIcon.js +4 -7
  97. package/lib/Icon/Brand/AppleIcon.d.ts +2 -3
  98. package/lib/Icon/Brand/AppleIcon.d.ts.map +1 -0
  99. package/lib/Icon/Brand/AppleIcon.js +4 -7
  100. package/lib/Icon/Brand/ChromeIcon.d.ts +2 -3
  101. package/lib/Icon/Brand/ChromeIcon.d.ts.map +1 -0
  102. package/lib/Icon/Brand/ChromeIcon.js +4 -7
  103. package/lib/Icon/Brand/FacebookIcon.d.ts +2 -3
  104. package/lib/Icon/Brand/FacebookIcon.d.ts.map +1 -0
  105. package/lib/Icon/Brand/FacebookIcon.js +4 -7
  106. package/lib/Icon/Brand/GitHubIcon.d.ts +2 -3
  107. package/lib/Icon/Brand/GitHubIcon.d.ts.map +1 -0
  108. package/lib/Icon/Brand/GitHubIcon.js +4 -7
  109. package/lib/Icon/Brand/LinkedInIcon.d.ts +2 -3
  110. package/lib/Icon/Brand/LinkedInIcon.d.ts.map +1 -0
  111. package/lib/Icon/Brand/LinkedInIcon.js +4 -7
  112. package/lib/Icon/Brand/LinuxIcon.d.ts +2 -3
  113. package/lib/Icon/Brand/LinuxIcon.d.ts.map +1 -0
  114. package/lib/Icon/Brand/LinuxIcon.js +4 -7
  115. package/lib/Icon/Brand/MicrosoftIcon.d.ts +2 -3
  116. package/lib/Icon/Brand/MicrosoftIcon.d.ts.map +1 -0
  117. package/lib/Icon/Brand/MicrosoftIcon.js +4 -7
  118. package/lib/Icon/Brand/TwitterIcon.d.ts +2 -3
  119. package/lib/Icon/Brand/TwitterIcon.d.ts.map +1 -0
  120. package/lib/Icon/Brand/TwitterIcon.js +4 -7
  121. package/lib/Icon/CallIcon.d.ts +2 -3
  122. package/lib/Icon/CallIcon.d.ts.map +1 -0
  123. package/lib/Icon/CallIcon.js +4 -7
  124. package/lib/Icon/CamIcon.d.ts +2 -3
  125. package/lib/Icon/CamIcon.d.ts.map +1 -0
  126. package/lib/Icon/CamIcon.js +4 -7
  127. package/lib/Icon/CameraIcon.d.ts +2 -3
  128. package/lib/Icon/CameraIcon.d.ts.map +1 -0
  129. package/lib/Icon/CameraIcon.js +15 -18
  130. package/lib/Icon/CheckIcon.d.ts +2 -3
  131. package/lib/Icon/CheckIcon.d.ts.map +1 -0
  132. package/lib/Icon/CheckIcon.js +4 -7
  133. package/lib/Icon/CheckRoundIcon.d.ts +2 -3
  134. package/lib/Icon/CheckRoundIcon.d.ts.map +1 -0
  135. package/lib/Icon/CheckRoundIcon.js +4 -7
  136. package/lib/Icon/ChevronIcon.d.ts +2 -3
  137. package/lib/Icon/ChevronIcon.d.ts.map +1 -0
  138. package/lib/Icon/ChevronIcon.js +15 -18
  139. package/lib/Icon/CloseIcon.d.ts +2 -3
  140. package/lib/Icon/CloseIcon.d.ts.map +1 -0
  141. package/lib/Icon/CloseIcon.js +4 -7
  142. package/lib/Icon/CopyIcon.d.ts +2 -3
  143. package/lib/Icon/CopyIcon.d.ts.map +1 -0
  144. package/lib/Icon/CopyIcon.js +4 -7
  145. package/lib/Icon/DeviceIcon.d.ts +2 -3
  146. package/lib/Icon/DeviceIcon.d.ts.map +1 -0
  147. package/lib/Icon/DeviceIcon.js +4 -7
  148. package/lib/Icon/DownloadIcon.d.ts +2 -3
  149. package/lib/Icon/DownloadIcon.d.ts.map +1 -0
  150. package/lib/Icon/DownloadIcon.js +4 -7
  151. package/lib/Icon/EditDocumentIcon.d.ts +2 -3
  152. package/lib/Icon/EditDocumentIcon.d.ts.map +1 -0
  153. package/lib/Icon/EditDocumentIcon.js +15 -18
  154. package/lib/Icon/EditIcon.d.ts +2 -3
  155. package/lib/Icon/EditIcon.d.ts.map +1 -0
  156. package/lib/Icon/EditIcon.js +4 -7
  157. package/lib/Icon/EnterIcon.d.ts +2 -3
  158. package/lib/Icon/EnterIcon.d.ts.map +1 -0
  159. package/lib/Icon/EnterIcon.js +4 -7
  160. package/lib/Icon/ErrorIcon.d.ts +2 -3
  161. package/lib/Icon/ErrorIcon.d.ts.map +1 -0
  162. package/lib/Icon/ErrorIcon.js +4 -10
  163. package/lib/Icon/FileIcon.d.ts +2 -3
  164. package/lib/Icon/FileIcon.d.ts.map +1 -0
  165. package/lib/Icon/FileIcon.js +4 -7
  166. package/lib/Icon/GifIcon.d.ts +2 -3
  167. package/lib/Icon/GifIcon.d.ts.map +1 -0
  168. package/lib/Icon/GifIcon.js +4 -7
  169. package/lib/Icon/GridIcon.d.ts +2 -3
  170. package/lib/Icon/GridIcon.d.ts.map +1 -0
  171. package/lib/Icon/GridIcon.js +15 -18
  172. package/lib/Icon/GroupIcon.d.ts +2 -3
  173. package/lib/Icon/GroupIcon.d.ts.map +1 -0
  174. package/lib/Icon/GroupIcon.js +4 -7
  175. package/lib/Icon/HangupIcon.d.ts +2 -3
  176. package/lib/Icon/HangupIcon.d.ts.map +1 -0
  177. package/lib/Icon/HangupIcon.js +4 -7
  178. package/lib/Icon/HideIcon.d.ts +2 -3
  179. package/lib/Icon/HideIcon.d.ts.map +1 -0
  180. package/lib/Icon/HideIcon.js +4 -7
  181. package/lib/Icon/ImageIcon.d.ts +2 -3
  182. package/lib/Icon/ImageIcon.d.ts.map +1 -0
  183. package/lib/Icon/ImageIcon.js +4 -7
  184. package/lib/Icon/InfoIcon.d.ts +2 -3
  185. package/lib/Icon/InfoIcon.d.ts.map +1 -0
  186. package/lib/Icon/InfoIcon.js +4 -7
  187. package/lib/Icon/InviteIcon.d.ts +2 -3
  188. package/lib/Icon/InviteIcon.d.ts.map +1 -0
  189. package/lib/Icon/InviteIcon.js +4 -7
  190. package/lib/Icon/LeaveIcon.d.ts +2 -3
  191. package/lib/Icon/LeaveIcon.d.ts.map +1 -0
  192. package/lib/Icon/LeaveIcon.js +4 -7
  193. package/lib/Icon/LinkIcon.d.ts +2 -3
  194. package/lib/Icon/LinkIcon.d.ts.map +1 -0
  195. package/lib/Icon/LinkIcon.js +15 -18
  196. package/lib/Icon/ListIcon.d.ts +2 -3
  197. package/lib/Icon/ListIcon.d.ts.map +1 -0
  198. package/lib/Icon/ListIcon.js +4 -7
  199. package/lib/Icon/LockIcon.d.ts +2 -3
  200. package/lib/Icon/LockIcon.d.ts.map +1 -0
  201. package/lib/Icon/LockIcon.js +4 -7
  202. package/lib/Icon/MessageIcon.d.ts +2 -3
  203. package/lib/Icon/MessageIcon.d.ts.map +1 -0
  204. package/lib/Icon/MessageIcon.js +4 -7
  205. package/lib/Icon/MinusIcon.d.ts +2 -3
  206. package/lib/Icon/MinusIcon.d.ts.map +1 -0
  207. package/lib/Icon/MinusIcon.js +4 -7
  208. package/lib/Icon/MoreIcon.d.ts +2 -3
  209. package/lib/Icon/MoreIcon.d.ts.map +1 -0
  210. package/lib/Icon/MoreIcon.js +4 -7
  211. package/lib/Icon/MuteIcon.d.ts +2 -3
  212. package/lib/Icon/MuteIcon.d.ts.map +1 -0
  213. package/lib/Icon/MuteIcon.js +4 -7
  214. package/lib/Icon/NotificationIcon.d.ts +2 -3
  215. package/lib/Icon/NotificationIcon.d.ts.map +1 -0
  216. package/lib/Icon/NotificationIcon.js +4 -7
  217. package/lib/Icon/NotificationOffIcon.d.ts +2 -3
  218. package/lib/Icon/NotificationOffIcon.d.ts.map +1 -0
  219. package/lib/Icon/NotificationOffIcon.js +4 -7
  220. package/lib/Icon/OptionsIcon.d.ts +2 -3
  221. package/lib/Icon/OptionsIcon.d.ts.map +1 -0
  222. package/lib/Icon/OptionsIcon.js +4 -7
  223. package/lib/Icon/PeopleIcon.d.ts +2 -3
  224. package/lib/Icon/PeopleIcon.d.ts.map +1 -0
  225. package/lib/Icon/PeopleIcon.js +15 -18
  226. package/lib/Icon/PingIcon.d.ts +2 -3
  227. package/lib/Icon/PingIcon.d.ts.map +1 -0
  228. package/lib/Icon/PingIcon.js +4 -7
  229. package/lib/Icon/PlaneIcon.d.ts +2 -3
  230. package/lib/Icon/PlaneIcon.d.ts.map +1 -0
  231. package/lib/Icon/PlaneIcon.js +4 -7
  232. package/lib/Icon/PlusIcon.d.ts +2 -3
  233. package/lib/Icon/PlusIcon.d.ts.map +1 -0
  234. package/lib/Icon/PlusIcon.js +4 -7
  235. package/lib/Icon/ProfileIcon.d.ts +2 -3
  236. package/lib/Icon/ProfileIcon.d.ts.map +1 -0
  237. package/lib/Icon/ProfileIcon.js +4 -7
  238. package/lib/Icon/RecordBoldIcon.d.ts +2 -3
  239. package/lib/Icon/RecordBoldIcon.d.ts.map +1 -0
  240. package/lib/Icon/RecordBoldIcon.js +19 -24
  241. package/lib/Icon/RecordIcon.d.ts +2 -3
  242. package/lib/Icon/RecordIcon.d.ts.map +1 -0
  243. package/lib/Icon/RecordIcon.js +4 -9
  244. package/lib/Icon/RecordPendingIcon.d.ts +2 -3
  245. package/lib/Icon/RecordPendingIcon.d.ts.map +1 -0
  246. package/lib/Icon/RecordPendingIcon.js +4 -9
  247. package/lib/Icon/ReloadIcon.d.ts +2 -3
  248. package/lib/Icon/ReloadIcon.d.ts.map +1 -0
  249. package/lib/Icon/ReloadIcon.js +4 -7
  250. package/lib/Icon/SVGIcon.d.ts +3 -4
  251. package/lib/Icon/SVGIcon.d.ts.map +1 -0
  252. package/lib/Icon/SVGIcon.js +2 -28
  253. package/lib/Icon/ScreenshareIcon.d.ts +2 -3
  254. package/lib/Icon/ScreenshareIcon.d.ts.map +1 -0
  255. package/lib/Icon/ScreenshareIcon.js +4 -7
  256. package/lib/Icon/SearchIcon.d.ts +2 -3
  257. package/lib/Icon/SearchIcon.d.ts.map +1 -0
  258. package/lib/Icon/SearchIcon.js +4 -7
  259. package/lib/Icon/ServicesIcon.d.ts +2 -3
  260. package/lib/Icon/ServicesIcon.d.ts.map +1 -0
  261. package/lib/Icon/ServicesIcon.js +4 -7
  262. package/lib/Icon/SettingsIcon.d.ts +2 -3
  263. package/lib/Icon/SettingsIcon.d.ts.map +1 -0
  264. package/lib/Icon/SettingsIcon.js +4 -7
  265. package/lib/Icon/ShowIcon.d.ts +2 -3
  266. package/lib/Icon/ShowIcon.d.ts.map +1 -0
  267. package/lib/Icon/ShowIcon.js +4 -7
  268. package/lib/Icon/SignIcon.d.ts +2 -3
  269. package/lib/Icon/SignIcon.d.ts.map +1 -0
  270. package/lib/Icon/SignIcon.js +4 -7
  271. package/lib/Icon/SpeakerIcon.d.ts +2 -3
  272. package/lib/Icon/SpeakerIcon.d.ts.map +1 -0
  273. package/lib/Icon/SpeakerIcon.js +4 -7
  274. package/lib/Icon/SupportIcon.d.ts +2 -3
  275. package/lib/Icon/SupportIcon.d.ts.map +1 -0
  276. package/lib/Icon/SupportIcon.js +4 -7
  277. package/lib/Icon/TeamIcon.d.ts +2 -3
  278. package/lib/Icon/TeamIcon.d.ts.map +1 -0
  279. package/lib/Icon/TeamIcon.js +4 -7
  280. package/lib/Icon/TimedIcon.d.ts +2 -3
  281. package/lib/Icon/TimedIcon.d.ts.map +1 -0
  282. package/lib/Icon/TimedIcon.js +4 -7
  283. package/lib/Icon/TrashCrossIcon.d.ts +2 -3
  284. package/lib/Icon/TrashCrossIcon.d.ts.map +1 -0
  285. package/lib/Icon/TrashCrossIcon.js +4 -7
  286. package/lib/Icon/TrashIcon.d.ts +2 -3
  287. package/lib/Icon/TrashIcon.d.ts.map +1 -0
  288. package/lib/Icon/TrashIcon.js +4 -7
  289. package/lib/Icon/TriangleIcon.d.ts +2 -3
  290. package/lib/Icon/TriangleIcon.d.ts.map +1 -0
  291. package/lib/Icon/TriangleIcon.js +2 -23
  292. package/lib/Icon/UploadIcon.d.ts +2 -3
  293. package/lib/Icon/UploadIcon.d.ts.map +1 -0
  294. package/lib/Icon/UploadIcon.js +4 -7
  295. package/lib/Icon/WireIcon.d.ts +2 -3
  296. package/lib/Icon/WireIcon.d.ts.map +1 -0
  297. package/lib/Icon/WireIcon.js +4 -7
  298. package/lib/Icon/index.d.ts +1 -0
  299. package/lib/Icon/index.d.ts.map +1 -0
  300. package/lib/Icon/index.js +0 -1
  301. package/lib/Identity/Animation.d.ts +12 -11
  302. package/lib/Identity/Animation.d.ts.map +1 -0
  303. package/lib/Identity/Animation.js +49 -29
  304. package/lib/Identity/Avatar.d.ts +2 -3
  305. package/lib/Identity/Avatar.d.ts.map +1 -0
  306. package/lib/Identity/Avatar.js +20 -22
  307. package/lib/Identity/AvatarGrid.d.ts +3 -4
  308. package/lib/Identity/AvatarGrid.d.ts.map +1 -0
  309. package/lib/Identity/AvatarGrid.js +8 -28
  310. package/lib/Identity/Logo.d.ts +2 -3
  311. package/lib/Identity/Logo.d.ts.map +1 -0
  312. package/lib/Identity/Logo.js +3 -24
  313. package/lib/Identity/colors-v2.d.ts +1 -0
  314. package/lib/Identity/colors-v2.d.ts.map +1 -0
  315. package/lib/Identity/colors-v2.js +3 -4
  316. package/lib/Identity/colors.d.ts +1 -0
  317. package/lib/Identity/colors.d.ts.map +1 -0
  318. package/lib/Identity/colors.js +0 -1
  319. package/lib/Identity/index.d.ts +1 -0
  320. package/lib/Identity/index.d.ts.map +1 -0
  321. package/lib/Identity/index.js +0 -1
  322. package/lib/Identity/motions.d.ts +1 -0
  323. package/lib/Identity/motions.d.ts.map +1 -0
  324. package/lib/Identity/motions.js +0 -1
  325. package/lib/Layout/Box.d.ts +4 -4
  326. package/lib/Layout/Box.d.ts.map +1 -0
  327. package/lib/Layout/Box.js +3 -23
  328. package/lib/Layout/Column.d.ts +4 -5
  329. package/lib/Layout/Column.d.ts.map +1 -0
  330. package/lib/Layout/Column.js +5 -24
  331. package/lib/Layout/Container.d.ts +7 -6
  332. package/lib/Layout/Container.d.ts.map +1 -0
  333. package/lib/Layout/Container.js +40 -16
  334. package/lib/Layout/Content.d.ts +4 -4
  335. package/lib/Layout/Content.d.ts.map +1 -0
  336. package/lib/Layout/Content.js +3 -22
  337. package/lib/Layout/FlexBox.d.ts +3 -3
  338. package/lib/Layout/FlexBox.d.ts.map +1 -0
  339. package/lib/Layout/FlexBox.js +29 -10
  340. package/lib/Layout/Footer.d.ts +3 -4
  341. package/lib/Layout/Footer.d.ts.map +1 -0
  342. package/lib/Layout/Footer.js +2 -22
  343. package/lib/Layout/Header.d.ts +4 -4
  344. package/lib/Layout/Header.d.ts.map +1 -0
  345. package/lib/Layout/Header.js +3 -23
  346. package/lib/Layout/MatchMedia.d.ts +11 -11
  347. package/lib/Layout/MatchMedia.d.ts.map +1 -0
  348. package/lib/Layout/MatchMedia.js +16 -42
  349. package/lib/Layout/Spacer.d.ts +2 -1
  350. package/lib/Layout/Spacer.d.ts.map +1 -0
  351. package/lib/Layout/Spacer.js +2 -22
  352. package/lib/Layout/StyledApp.d.ts +2 -2
  353. package/lib/Layout/StyledApp.d.ts.map +1 -0
  354. package/lib/Layout/StyledApp.js +4 -26
  355. package/lib/Layout/Theme.d.ts +4 -4
  356. package/lib/Layout/Theme.d.ts.map +1 -0
  357. package/lib/Layout/Theme.js +2 -21
  358. package/lib/Layout/headerMenu/HeaderMenu.d.ts +3 -4
  359. package/lib/Layout/headerMenu/HeaderMenu.d.ts.map +1 -0
  360. package/lib/Layout/headerMenu/HeaderMenu.js +17 -25
  361. package/lib/Layout/headerMenu/HeaderSubMenu.d.ts +4 -5
  362. package/lib/Layout/headerMenu/HeaderSubMenu.d.ts.map +1 -0
  363. package/lib/Layout/headerMenu/HeaderSubMenu.js +8 -35
  364. package/lib/Layout/headerMenu/MenuContent.d.ts +3 -3
  365. package/lib/Layout/headerMenu/MenuContent.d.ts.map +1 -0
  366. package/lib/Layout/headerMenu/MenuContent.js +2 -22
  367. package/lib/Layout/headerMenu/MenuItems.d.ts +4 -4
  368. package/lib/Layout/headerMenu/MenuItems.d.ts.map +1 -0
  369. package/lib/Layout/headerMenu/MenuItems.js +2 -21
  370. package/lib/Layout/headerMenu/MenuLink.d.ts +3 -3
  371. package/lib/Layout/headerMenu/MenuLink.d.ts.map +1 -0
  372. package/lib/Layout/headerMenu/MenuLink.js +3 -23
  373. package/lib/Layout/headerMenu/MenuOpenButton.d.ts +4 -4
  374. package/lib/Layout/headerMenu/MenuOpenButton.d.ts.map +1 -0
  375. package/lib/Layout/headerMenu/MenuOpenButton.js +2 -25
  376. package/lib/Layout/headerMenu/MenuScrollableItems.d.ts +4 -4
  377. package/lib/Layout/headerMenu/MenuScrollableItems.d.ts.map +1 -0
  378. package/lib/Layout/headerMenu/MenuScrollableItems.js +3 -23
  379. package/lib/Layout/headerMenu/MenuSubLink.d.ts +3 -3
  380. package/lib/Layout/headerMenu/MenuSubLink.d.ts.map +1 -0
  381. package/lib/Layout/headerMenu/MenuSubLink.js +2 -22
  382. package/lib/Layout/headerMenu/index.d.ts +1 -0
  383. package/lib/Layout/headerMenu/index.d.ts.map +1 -0
  384. package/lib/Layout/headerMenu/index.js +0 -1
  385. package/lib/Layout/index.d.ts +1 -0
  386. package/lib/Layout/index.d.ts.map +1 -0
  387. package/lib/Layout/index.js +0 -1
  388. package/lib/Layout/sizes.d.ts +1 -0
  389. package/lib/Layout/sizes.d.ts.map +1 -0
  390. package/lib/Layout/sizes.js +0 -1
  391. package/lib/Menu/MenuModal.d.ts +4 -5
  392. package/lib/Menu/MenuModal.d.ts.map +1 -0
  393. package/lib/Menu/MenuModal.js +8 -31
  394. package/lib/Menu/TabBar.d.ts +4 -5
  395. package/lib/Menu/TabBar.d.ts.map +1 -0
  396. package/lib/Menu/TabBar.js +3 -23
  397. package/lib/Menu/index.d.ts +1 -0
  398. package/lib/Menu/index.d.ts.map +1 -0
  399. package/lib/Menu/index.js +0 -1
  400. package/lib/Misc/ButtonGroup.d.ts +10 -10
  401. package/lib/Misc/ButtonGroup.d.ts.map +1 -0
  402. package/lib/Misc/ButtonGroup.js +10 -32
  403. package/lib/Misc/IconButton.d.ts +3 -3
  404. package/lib/Misc/IconButton.d.ts.map +1 -0
  405. package/lib/Misc/IconButton.js +2 -22
  406. package/lib/Misc/IsInViewport.d.ts +3 -4
  407. package/lib/Misc/IsInViewport.d.ts.map +1 -0
  408. package/lib/Misc/IsInViewport.js +18 -20
  409. package/lib/Misc/Loading.d.ts +3 -4
  410. package/lib/Misc/Loading.d.ts.map +1 -0
  411. package/lib/Misc/Loading.js +6 -27
  412. package/lib/Misc/Pagination.d.ts +2 -1
  413. package/lib/Misc/Pagination.d.ts.map +1 -0
  414. package/lib/Misc/Pagination.js +5 -30
  415. package/lib/Misc/Pill.d.ts +4 -4
  416. package/lib/Misc/Pill.d.ts.map +1 -0
  417. package/lib/Misc/Pill.js +2 -21
  418. package/lib/Misc/childrenWithDefaultProps.d.ts +2 -1
  419. package/lib/Misc/childrenWithDefaultProps.d.ts.map +1 -0
  420. package/lib/Misc/childrenWithDefaultProps.js +26 -7
  421. package/lib/Misc/index.d.ts +1 -0
  422. package/lib/Misc/index.d.ts.map +1 -0
  423. package/lib/Misc/index.js +0 -1
  424. package/lib/Misc/useLongTouch.d.ts +1 -0
  425. package/lib/Misc/useLongTouch.d.ts.map +1 -0
  426. package/lib/Misc/useLongTouch.js +2 -3
  427. package/lib/Misc/useTimeout.d.ts +1 -0
  428. package/lib/Misc/useTimeout.d.ts.map +1 -0
  429. package/lib/Misc/useTimeout.js +0 -1
  430. package/lib/Modal/Modal.d.ts +3 -1
  431. package/lib/Modal/Modal.d.ts.map +1 -0
  432. package/lib/Modal/Modal.js +8 -33
  433. package/lib/Modal/Overlay.d.ts +7 -7
  434. package/lib/Modal/Overlay.d.ts.map +1 -0
  435. package/lib/Modal/Overlay.js +5 -27
  436. package/lib/Modal/index.d.ts +1 -0
  437. package/lib/Modal/index.d.ts.map +1 -0
  438. package/lib/Modal/index.js +0 -1
  439. package/lib/Text/Heading.d.ts +8 -8
  440. package/lib/Text/Heading.d.ts.map +1 -0
  441. package/lib/Text/Heading.js +10 -30
  442. package/lib/Text/Label.d.ts +3 -4
  443. package/lib/Text/Label.d.ts.map +1 -0
  444. package/lib/Text/Label.js +3 -23
  445. package/lib/Text/Line.d.ts +4 -4
  446. package/lib/Text/Line.d.ts.map +1 -0
  447. package/lib/Text/Line.js +2 -22
  448. package/lib/Text/Link.d.ts +4 -4
  449. package/lib/Text/Link.d.ts.map +1 -0
  450. package/lib/Text/Link.js +3 -23
  451. package/lib/Text/Paragraph.d.ts +5 -5
  452. package/lib/Text/Paragraph.d.ts.map +1 -0
  453. package/lib/Text/Paragraph.js +4 -24
  454. package/lib/Text/Text.d.ts +9 -9
  455. package/lib/Text/Text.d.ts.map +1 -0
  456. package/lib/Text/Text.js +40 -16
  457. package/lib/Text/TextLink.d.ts +4 -4
  458. package/lib/Text/TextLink.d.ts.map +1 -0
  459. package/lib/Text/TextLink.js +3 -23
  460. package/lib/Text/Title.d.ts +2 -3
  461. package/lib/Text/Title.d.ts.map +1 -0
  462. package/lib/Text/Title.js +3 -23
  463. package/lib/Text/index.d.ts +1 -0
  464. package/lib/Text/index.d.ts.map +1 -0
  465. package/lib/Text/index.js +0 -1
  466. package/lib/index.d.ts +1 -0
  467. package/lib/index.d.ts.map +1 -0
  468. package/lib/index.js +2 -2
  469. package/lib/mediaQueries.d.ts +1 -0
  470. package/lib/mediaQueries.d.ts.map +1 -0
  471. package/lib/mediaQueries.js +0 -1
  472. package/lib/util.d.ts +1 -0
  473. package/lib/util.d.ts.map +1 -0
  474. package/lib/util.js +0 -1
  475. package/package.json +4 -3
  476. package/lib/Form/Button.js.map +0 -1
  477. package/lib/Form/ButtonLink.js.map +0 -1
  478. package/lib/Form/Checkbox.js.map +0 -1
  479. package/lib/Form/CodeInput.js.map +0 -1
  480. package/lib/Form/DropFileInput.js.map +0 -1
  481. package/lib/Form/ErrorMessage.js.map +0 -1
  482. package/lib/Form/Form.js.map +0 -1
  483. package/lib/Form/Input.js.map +0 -1
  484. package/lib/Form/InputBlock.js.map +0 -1
  485. package/lib/Form/InputLabel.js.map +0 -1
  486. package/lib/Form/InputSubmitCombo.js.map +0 -1
  487. package/lib/Form/RangeInput.js.map +0 -1
  488. package/lib/Form/RangeInput.styles.js.map +0 -1
  489. package/lib/Form/RoundIconButton.js.map +0 -1
  490. package/lib/Form/Select.js.map +0 -1
  491. package/lib/Form/SelectComponents.js.map +0 -1
  492. package/lib/Form/SelectStyles.js.map +0 -1
  493. package/lib/Form/ShakeBox.js.map +0 -1
  494. package/lib/Form/Switch.js.map +0 -1
  495. package/lib/Form/TextArea.js.map +0 -1
  496. package/lib/Form/Tooltip.js.map +0 -1
  497. package/lib/Form/index.js.map +0 -1
  498. package/lib/GlobalCssVariables.js.map +0 -1
  499. package/lib/GlobalStyle.js.map +0 -1
  500. package/lib/Icon/AddPeopleIcon.js.map +0 -1
  501. package/lib/Icon/ArchiveIcon.js.map +0 -1
  502. package/lib/Icon/ArrowDown.js.map +0 -1
  503. package/lib/Icon/ArrowIcon.js.map +0 -1
  504. package/lib/Icon/AttachmentIcon.js.map +0 -1
  505. package/lib/Icon/AudioVideoIcon.js.map +0 -1
  506. package/lib/Icon/BlockIcon.js.map +0 -1
  507. package/lib/Icon/Brand/AndroidIcon.js.map +0 -1
  508. package/lib/Icon/Brand/AppleIcon.js.map +0 -1
  509. package/lib/Icon/Brand/ChromeIcon.js.map +0 -1
  510. package/lib/Icon/Brand/FacebookIcon.js.map +0 -1
  511. package/lib/Icon/Brand/GitHubIcon.js.map +0 -1
  512. package/lib/Icon/Brand/LinkedInIcon.js.map +0 -1
  513. package/lib/Icon/Brand/LinuxIcon.js.map +0 -1
  514. package/lib/Icon/Brand/MicrosoftIcon.js.map +0 -1
  515. package/lib/Icon/Brand/TwitterIcon.js.map +0 -1
  516. package/lib/Icon/CallIcon.js.map +0 -1
  517. package/lib/Icon/CamIcon.js.map +0 -1
  518. package/lib/Icon/CameraIcon.js.map +0 -1
  519. package/lib/Icon/CheckIcon.js.map +0 -1
  520. package/lib/Icon/CheckRoundIcon.js.map +0 -1
  521. package/lib/Icon/ChevronIcon.js.map +0 -1
  522. package/lib/Icon/CloseIcon.js.map +0 -1
  523. package/lib/Icon/CopyIcon.js.map +0 -1
  524. package/lib/Icon/DeviceIcon.js.map +0 -1
  525. package/lib/Icon/DownloadIcon.js.map +0 -1
  526. package/lib/Icon/EditDocumentIcon.js.map +0 -1
  527. package/lib/Icon/EditIcon.js.map +0 -1
  528. package/lib/Icon/EnterIcon.js.map +0 -1
  529. package/lib/Icon/ErrorIcon.js.map +0 -1
  530. package/lib/Icon/FileIcon.js.map +0 -1
  531. package/lib/Icon/GifIcon.js.map +0 -1
  532. package/lib/Icon/GridIcon.js.map +0 -1
  533. package/lib/Icon/GroupIcon.js.map +0 -1
  534. package/lib/Icon/HangupIcon.js.map +0 -1
  535. package/lib/Icon/HideIcon.js.map +0 -1
  536. package/lib/Icon/ImageIcon.js.map +0 -1
  537. package/lib/Icon/InfoIcon.js.map +0 -1
  538. package/lib/Icon/InviteIcon.js.map +0 -1
  539. package/lib/Icon/LeaveIcon.js.map +0 -1
  540. package/lib/Icon/LinkIcon.js.map +0 -1
  541. package/lib/Icon/ListIcon.js.map +0 -1
  542. package/lib/Icon/LockIcon.js.map +0 -1
  543. package/lib/Icon/MessageIcon.js.map +0 -1
  544. package/lib/Icon/MinusIcon.js.map +0 -1
  545. package/lib/Icon/MoreIcon.js.map +0 -1
  546. package/lib/Icon/MuteIcon.js.map +0 -1
  547. package/lib/Icon/NotificationIcon.js.map +0 -1
  548. package/lib/Icon/NotificationOffIcon.js.map +0 -1
  549. package/lib/Icon/OptionsIcon.js.map +0 -1
  550. package/lib/Icon/PeopleIcon.js.map +0 -1
  551. package/lib/Icon/PingIcon.js.map +0 -1
  552. package/lib/Icon/PlaneIcon.js.map +0 -1
  553. package/lib/Icon/PlusIcon.js.map +0 -1
  554. package/lib/Icon/ProfileIcon.js.map +0 -1
  555. package/lib/Icon/RecordBoldIcon.js.map +0 -1
  556. package/lib/Icon/RecordIcon.js.map +0 -1
  557. package/lib/Icon/RecordPendingIcon.js.map +0 -1
  558. package/lib/Icon/ReloadIcon.js.map +0 -1
  559. package/lib/Icon/SVGIcon.js.map +0 -1
  560. package/lib/Icon/ScreenshareIcon.js.map +0 -1
  561. package/lib/Icon/SearchIcon.js.map +0 -1
  562. package/lib/Icon/ServicesIcon.js.map +0 -1
  563. package/lib/Icon/SettingsIcon.js.map +0 -1
  564. package/lib/Icon/ShowIcon.js.map +0 -1
  565. package/lib/Icon/SignIcon.js.map +0 -1
  566. package/lib/Icon/SpeakerIcon.js.map +0 -1
  567. package/lib/Icon/SupportIcon.js.map +0 -1
  568. package/lib/Icon/TeamIcon.js.map +0 -1
  569. package/lib/Icon/TimedIcon.js.map +0 -1
  570. package/lib/Icon/TrashCrossIcon.js.map +0 -1
  571. package/lib/Icon/TrashIcon.js.map +0 -1
  572. package/lib/Icon/TriangleIcon.js.map +0 -1
  573. package/lib/Icon/UploadIcon.js.map +0 -1
  574. package/lib/Icon/WireIcon.js.map +0 -1
  575. package/lib/Icon/index.js.map +0 -1
  576. package/lib/Identity/Animation.js.map +0 -1
  577. package/lib/Identity/Avatar.js.map +0 -1
  578. package/lib/Identity/AvatarGrid.js.map +0 -1
  579. package/lib/Identity/Logo.js.map +0 -1
  580. package/lib/Identity/colors-v2.js.map +0 -1
  581. package/lib/Identity/colors.js.map +0 -1
  582. package/lib/Identity/index.js.map +0 -1
  583. package/lib/Identity/motions.js.map +0 -1
  584. package/lib/Layout/Box.js.map +0 -1
  585. package/lib/Layout/Column.js.map +0 -1
  586. package/lib/Layout/Container.js.map +0 -1
  587. package/lib/Layout/Content.js.map +0 -1
  588. package/lib/Layout/FlexBox.js.map +0 -1
  589. package/lib/Layout/Footer.js.map +0 -1
  590. package/lib/Layout/Header.js.map +0 -1
  591. package/lib/Layout/MatchMedia.js.map +0 -1
  592. package/lib/Layout/Spacer.js.map +0 -1
  593. package/lib/Layout/StyledApp.js.map +0 -1
  594. package/lib/Layout/Theme.js.map +0 -1
  595. package/lib/Layout/headerMenu/HeaderMenu.js.map +0 -1
  596. package/lib/Layout/headerMenu/HeaderSubMenu.js.map +0 -1
  597. package/lib/Layout/headerMenu/MenuContent.js.map +0 -1
  598. package/lib/Layout/headerMenu/MenuItems.js.map +0 -1
  599. package/lib/Layout/headerMenu/MenuLink.js.map +0 -1
  600. package/lib/Layout/headerMenu/MenuOpenButton.js.map +0 -1
  601. package/lib/Layout/headerMenu/MenuScrollableItems.js.map +0 -1
  602. package/lib/Layout/headerMenu/MenuSubLink.js.map +0 -1
  603. package/lib/Layout/headerMenu/index.js.map +0 -1
  604. package/lib/Layout/index.js.map +0 -1
  605. package/lib/Layout/sizes.js.map +0 -1
  606. package/lib/Menu/MenuModal.js.map +0 -1
  607. package/lib/Menu/TabBar.js.map +0 -1
  608. package/lib/Menu/index.js.map +0 -1
  609. package/lib/Misc/ButtonGroup.js.map +0 -1
  610. package/lib/Misc/IconButton.js.map +0 -1
  611. package/lib/Misc/IsInViewport.js.map +0 -1
  612. package/lib/Misc/Loading.js.map +0 -1
  613. package/lib/Misc/Pagination.js.map +0 -1
  614. package/lib/Misc/Pill.js.map +0 -1
  615. package/lib/Misc/childrenWithDefaultProps.js.map +0 -1
  616. package/lib/Misc/index.js.map +0 -1
  617. package/lib/Misc/useLongTouch.js.map +0 -1
  618. package/lib/Misc/useTimeout.js.map +0 -1
  619. package/lib/Modal/Modal.js.map +0 -1
  620. package/lib/Modal/Overlay.js.map +0 -1
  621. package/lib/Modal/index.js.map +0 -1
  622. package/lib/Text/Heading.js.map +0 -1
  623. package/lib/Text/Label.js.map +0 -1
  624. package/lib/Text/Line.js.map +0 -1
  625. package/lib/Text/Link.js.map +0 -1
  626. package/lib/Text/Paragraph.js.map +0 -1
  627. package/lib/Text/Text.js.map +0 -1
  628. package/lib/Text/TextLink.js.map +0 -1
  629. package/lib/Text/Title.js.map +0 -1
  630. package/lib/Text/index.js.map +0 -1
  631. package/lib/index.js.map +0 -1
  632. package/lib/mediaQueries.js.map +0 -1
  633. package/lib/util.js.map +0 -1
package/lib/Layout/Box.js CHANGED
@@ -1,33 +1,13 @@
1
1
  "use strict";
2
- /*
3
- * Wire
4
- * Copyright (C) 2018 Wire Swiss GmbH
5
- *
6
- * This program is free software: you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation, either version 3 of the License, or
9
- * (at your option) any later version.
10
- *
11
- * This program is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU General Public License
17
- * along with this program. If not, see http://www.gnu.org/licenses/.
18
- *
19
- */
20
2
  Object.defineProperty(exports, "__esModule", { value: true });
21
3
  exports.Box = exports.boxStyle = void 0;
22
- /** @jsx jsx */
23
- const react_1 = require("@emotion/react");
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
24
5
  const Identity_1 = require("../Identity");
25
- const boxStyle = props => ({
6
+ const boxStyle = _ => ({
26
7
  border: `2px solid ${Identity_1.COLOR.GRAY_LIGHTEN_72}`,
27
8
  borderRadius: '8px',
28
9
  padding: '16px 32px',
29
10
  });
30
11
  exports.boxStyle = boxStyle;
31
- const Box = (props) => (0, react_1.jsx)("div", Object.assign({ css: (0, exports.boxStyle)(props) }, props));
12
+ const Box = (props) => (0, jsx_runtime_1.jsx)("div", Object.assign({ css: (0, exports.boxStyle)(props) }, props));
32
13
  exports.Box = Box;
33
- //# sourceMappingURL=Box.js.map
@@ -1,11 +1,10 @@
1
- /** @jsx jsx */
2
- import React from 'react';
3
- import { jsx } from '@emotion/react';
1
+ import * as React from 'react';
4
2
  import { QueryKeys } from '../mediaQueries';
5
3
  export interface ColumnsProps<T = HTMLDivElement> extends React.HTMLProps<T> {
6
4
  query?: QueryKeys;
7
5
  }
8
6
  export declare const filterColumnsProps: (props: ColumnsProps) => Object;
9
- export declare const Columns: (props: ColumnsProps) => jsx.JSX.Element;
7
+ export declare const Columns: (props: ColumnsProps) => import("@emotion/react/jsx-runtime").JSX.Element;
10
8
  export declare type ColumnProps<T = HTMLDivElement> = React.HTMLProps<T>;
11
- export declare const Column: (props: ColumnProps<HTMLDivElement>) => jsx.JSX.Element;
9
+ export declare const Column: (props: ColumnProps<HTMLDivElement>) => import("@emotion/react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=Column.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Column.d.ts","sourceRoot":"","sources":["../../src/Layout/Column.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,EAAC,SAAS,EAAQ,MAAM,iBAAiB,CAAC;AAGjD,MAAM,WAAW,YAAY,CAAC,CAAC,GAAG,cAAc,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC;IAC1E,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,kBAAkB,UAAW,YAAY,WAErD,CAAC;AAQF,eAAO,MAAM,OAAO,UAAW,YAAY,qDAAqE,CAAC;AAEjH,oBAAY,WAAW,CAAC,CAAC,GAAG,cAAc,IAAI,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;AAUjE,eAAO,MAAM,MAAM,0FAAsE,CAAC"}
@@ -1,28 +1,10 @@
1
1
  "use strict";
2
- /*
3
- * Wire
4
- * Copyright (C) 2018 Wire Swiss GmbH
5
- *
6
- * This program is free software: you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation, either version 3 of the License, or
9
- * (at your option) any later version.
10
- *
11
- * This program is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU General Public License
17
- * along with this program. If not, see http://www.gnu.org/licenses/.
18
- *
19
- */
20
2
  Object.defineProperty(exports, "__esModule", { value: true });
21
3
  exports.Column = exports.Columns = exports.filterColumnsProps = void 0;
22
- const react_1 = require("@emotion/react");
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const sizes_1 = require("./sizes");
23
6
  const mediaQueries_1 = require("../mediaQueries");
24
7
  const util_1 = require("../util");
25
- const sizes_1 = require("./sizes");
26
8
  const filterColumnsProps = (props) => {
27
9
  return (0, util_1.filterProps)(props, ['query']);
28
10
  };
@@ -32,15 +14,14 @@ const columnsStyle = ({ query = mediaQueries_1.QueryKeys.MOBILE }) => ({
32
14
  marginLeft: `-${sizes_1.GUTTER}px`,
33
15
  [mediaQueries_1.media[query]]: { flexDirection: 'column' },
34
16
  });
35
- const Columns = (props) => (0, react_1.jsx)("div", Object.assign({ css: columnsStyle(props) }, (0, exports.filterColumnsProps)(props)));
17
+ const Columns = (props) => (0, jsx_runtime_1.jsx)("div", Object.assign({ css: columnsStyle(props) }, (0, exports.filterColumnsProps)(props)));
36
18
  exports.Columns = Columns;
37
- const columnStyle = props => ({
19
+ const columnStyle = _ => ({
38
20
  display: 'block',
39
21
  flexBasis: '0',
40
22
  flexGrow: 1,
41
23
  flexShrink: 1,
42
24
  marginLeft: `${sizes_1.GUTTER}px`,
43
25
  });
44
- const Column = (props) => (0, react_1.jsx)("div", Object.assign({ css: columnStyle(props) }, props));
26
+ const Column = (props) => (0, jsx_runtime_1.jsx)("div", Object.assign({ css: columnStyle(props) }, props));
45
27
  exports.Column = Column;
46
- //# sourceMappingURL=Column.js.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import * as React from 'react';
2
2
  export interface ContainerProps<T = HTMLDivElement> extends React.HTMLProps<T> {
3
3
  centerText?: boolean;
4
4
  level?: keyof Level;
@@ -13,8 +13,9 @@ export interface Level {
13
13
  }
14
14
  export declare const Container: React.FC<ContainerProps>;
15
15
  export declare type LevelContainerProps = Omit<ContainerProps, 'level'>;
16
- export declare const ContainerLG: React.ForwardRefExoticComponent<Pick<LevelContainerProps, "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "color" | "content" | "height" | "translate" | "width" | "hidden" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "value" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "centerText" | "verticalCenter"> & React.RefAttributes<HTMLDivElement>>;
17
- export declare const ContainerMD: React.ForwardRefExoticComponent<Pick<LevelContainerProps, "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "color" | "content" | "height" | "translate" | "width" | "hidden" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "value" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "centerText" | "verticalCenter"> & React.RefAttributes<HTMLDivElement>>;
18
- export declare const ContainerSM: React.ForwardRefExoticComponent<Pick<LevelContainerProps, "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "color" | "content" | "height" | "translate" | "width" | "hidden" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "value" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "centerText" | "verticalCenter"> & React.RefAttributes<HTMLDivElement>>;
19
- export declare const ContainerXS: React.ForwardRefExoticComponent<Pick<LevelContainerProps, "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "color" | "content" | "height" | "translate" | "width" | "hidden" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "value" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "centerText" | "verticalCenter"> & React.RefAttributes<HTMLDivElement>>;
20
- export declare const ContainerXXS: React.ForwardRefExoticComponent<Pick<LevelContainerProps, "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "color" | "content" | "height" | "translate" | "width" | "hidden" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "value" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "target" | "type" | "useMap" | "wmode" | "wrap" | "centerText" | "verticalCenter"> & React.RefAttributes<HTMLDivElement>>;
16
+ export declare const ContainerLG: React.ForwardRefExoticComponent<Pick<LevelContainerProps, "children" | "className" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "css" | "color" | "content" | "height" | "translate" | "width" | "key" | "value" | "hidden" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "start" | "size" | "default" | "wrap" | "open" | "multiple" | "disabled" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "name" | "noValidate" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "type" | "useMap" | "wmode" | "centerText" | "verticalCenter"> & React.RefAttributes<HTMLDivElement>>;
17
+ export declare const ContainerMD: React.ForwardRefExoticComponent<Pick<LevelContainerProps, "children" | "className" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "css" | "color" | "content" | "height" | "translate" | "width" | "key" | "value" | "hidden" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "start" | "size" | "default" | "wrap" | "open" | "multiple" | "disabled" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "name" | "noValidate" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "type" | "useMap" | "wmode" | "centerText" | "verticalCenter"> & React.RefAttributes<HTMLDivElement>>;
18
+ export declare const ContainerSM: React.ForwardRefExoticComponent<Pick<LevelContainerProps, "children" | "className" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "css" | "color" | "content" | "height" | "translate" | "width" | "key" | "value" | "hidden" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "start" | "size" | "default" | "wrap" | "open" | "multiple" | "disabled" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "name" | "noValidate" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "type" | "useMap" | "wmode" | "centerText" | "verticalCenter"> & React.RefAttributes<HTMLDivElement>>;
19
+ export declare const ContainerXS: React.ForwardRefExoticComponent<Pick<LevelContainerProps, "children" | "className" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "css" | "color" | "content" | "height" | "translate" | "width" | "key" | "value" | "hidden" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "start" | "size" | "default" | "wrap" | "open" | "multiple" | "disabled" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "name" | "noValidate" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "type" | "useMap" | "wmode" | "centerText" | "verticalCenter"> & React.RefAttributes<HTMLDivElement>>;
20
+ export declare const ContainerXXS: React.ForwardRefExoticComponent<Pick<LevelContainerProps, "children" | "className" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "css" | "color" | "content" | "height" | "translate" | "width" | "key" | "value" | "hidden" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "start" | "size" | "default" | "wrap" | "open" | "multiple" | "disabled" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "name" | "noValidate" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "step" | "target" | "type" | "useMap" | "wmode" | "centerText" | "verticalCenter"> & React.RefAttributes<HTMLDivElement>>;
21
+ //# sourceMappingURL=Container.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../src/Layout/Container.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,MAAM,WAAW,cAAc,CAAC,CAAC,GAAG,cAAc,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC;IAC5E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,KAAK,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;CACb;AA8BD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAE7C,CAAC;AAGH,oBAAY,mBAAmB,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;AAEhE,eAAO,MAAM,WAAW,24LAEtB,CAAC;AAGH,eAAO,MAAM,WAAW,24LAEtB,CAAC;AAGH,eAAO,MAAM,WAAW,24LAEtB,CAAC;AAGH,eAAO,MAAM,WAAW,24LAEtB,CAAC;AAGH,eAAO,MAAM,YAAY,24LAEvB,CAAC"}
@@ -1,4 +1,30 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.ContainerXXS = exports.ContainerXS = exports.ContainerSM = exports.ContainerMD = exports.ContainerLG = exports.Container = void 0;
27
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
2
28
  /*
3
29
  * Wire
4
30
  * Copyright (C) 2018 Wire Swiss GmbH
@@ -17,17 +43,10 @@
17
43
  * along with this program. If not, see http://www.gnu.org/licenses/.
18
44
  *
19
45
  */
20
- var __importDefault = (this && this.__importDefault) || function (mod) {
21
- return (mod && mod.__esModule) ? mod : { "default": mod };
22
- };
23
- Object.defineProperty(exports, "__esModule", { value: true });
24
- exports.ContainerXXS = exports.ContainerXS = exports.ContainerSM = exports.ContainerMD = exports.ContainerLG = exports.Container = void 0;
25
- /** @jsx jsx */
26
- const react_1 = require("@emotion/react");
27
- const react_2 = __importDefault(require("react"));
46
+ const React = __importStar(require("react"));
47
+ const sizes_1 = require("./sizes");
28
48
  const mediaQueries_1 = require("../mediaQueries");
29
49
  const util_1 = require("../util");
30
- const sizes_1 = require("./sizes");
31
50
  const LEVEL = {
32
51
  lg: sizes_1.WIDTH.DESKTOP_MAX,
33
52
  md: sizes_1.WIDTH.TABLET_MAX,
@@ -49,10 +68,15 @@ const containerStyle = ({ centerText = false, level = undefined, verticalCenter
49
68
  },
50
69
  });
51
70
  const filterContainerProps = (props) => (0, util_1.filterProps)(props, ['centerText', 'level', 'verticalCenter']);
52
- exports.Container = react_2.default.forwardRef((props, ref) => ((0, react_1.jsx)("div", Object.assign({ ref: ref, css: containerStyle(props) }, filterContainerProps(props)))));
53
- exports.ContainerLG = react_2.default.forwardRef((props, ref) => ((0, react_1.jsx)(exports.Container, Object.assign({ ref: ref, level: 'lg' }, props))));
54
- exports.ContainerMD = react_2.default.forwardRef((props, ref) => ((0, react_1.jsx)(exports.Container, Object.assign({ ref: ref, level: 'md' }, props))));
55
- exports.ContainerSM = react_2.default.forwardRef((props, ref) => ((0, react_1.jsx)(exports.Container, Object.assign({ ref: ref, level: 'sm' }, props))));
56
- exports.ContainerXS = react_2.default.forwardRef((props, ref) => ((0, react_1.jsx)(exports.Container, Object.assign({ ref: ref, level: 'xs' }, props))));
57
- exports.ContainerXXS = react_2.default.forwardRef((props, ref) => ((0, react_1.jsx)(exports.Container, Object.assign({ ref: ref, level: 'xxs' }, props))));
58
- //# sourceMappingURL=Container.js.map
71
+ exports.Container = React.forwardRef((props, ref) => ((0, jsx_runtime_1.jsx)("div", Object.assign({ ref: ref, css: containerStyle(props) }, filterContainerProps(props)))));
72
+ exports.Container.displayName = 'Container';
73
+ exports.ContainerLG = React.forwardRef((props, ref) => ((0, jsx_runtime_1.jsx)(exports.Container, Object.assign({ ref: ref, level: 'lg' }, props))));
74
+ exports.ContainerLG.displayName = 'ContainerLG';
75
+ exports.ContainerMD = React.forwardRef((props, ref) => ((0, jsx_runtime_1.jsx)(exports.Container, Object.assign({ ref: ref, level: 'md' }, props))));
76
+ exports.ContainerMD.displayName = 'ContainerMD';
77
+ exports.ContainerSM = React.forwardRef((props, ref) => ((0, jsx_runtime_1.jsx)(exports.Container, Object.assign({ ref: ref, level: 'sm' }, props))));
78
+ exports.ContainerSM.displayName = 'ContainerSM';
79
+ exports.ContainerXS = React.forwardRef((props, ref) => ((0, jsx_runtime_1.jsx)(exports.Container, Object.assign({ ref: ref, level: 'xs' }, props))));
80
+ exports.ContainerXS.displayName = 'ContainerXS';
81
+ exports.ContainerXXS = React.forwardRef((props, ref) => ((0, jsx_runtime_1.jsx)(exports.Container, Object.assign({ ref: ref, level: 'xxs' }, props))));
82
+ exports.ContainerXXS.displayName = 'ContainerXXS';
@@ -1,6 +1,6 @@
1
- /** @jsx jsx */
2
- import React from 'react';
3
- import { CSSObject, jsx } from '@emotion/react';
1
+ import * as React from 'react';
2
+ import { CSSObject } from '@emotion/react';
4
3
  export declare type ContentProps<T = HTMLDivElement> = React.HTMLProps<T>;
5
4
  export declare const contentStyle: <T>(props: ContentProps<T>) => CSSObject;
6
- export declare const Content: (props: ContentProps<HTMLDivElement>) => jsx.JSX.Element;
5
+ export declare const Content: (props: ContentProps<HTMLDivElement>) => import("@emotion/react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=Content.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../src/Layout/Content.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAIzC,oBAAY,YAAY,CAAC,CAAC,GAAG,cAAc,IAAI,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;AAElE,eAAO,MAAM,YAAY,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,KAAK,SAKxD,CAAC;AAEH,eAAO,MAAM,OAAO,2FAAwE,CAAC"}
@@ -1,33 +1,14 @@
1
1
  "use strict";
2
- /*
3
- * Wire
4
- * Copyright (C) 2018 Wire Swiss GmbH
5
- *
6
- * This program is free software: you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation, either version 3 of the License, or
9
- * (at your option) any later version.
10
- *
11
- * This program is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU General Public License
17
- * along with this program. If not, see http://www.gnu.org/licenses/.
18
- *
19
- */
20
2
  Object.defineProperty(exports, "__esModule", { value: true });
21
3
  exports.Content = exports.contentStyle = void 0;
22
- const react_1 = require("@emotion/react");
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
23
5
  const sizes_1 = require("./sizes");
24
- const contentStyle = props => ({
6
+ const contentStyle = _ => ({
25
7
  display: 'flex',
26
8
  flexDirection: 'column',
27
9
  flexGrow: 1,
28
10
  padding: `0 ${sizes_1.GUTTER}px`,
29
11
  });
30
12
  exports.contentStyle = contentStyle;
31
- const Content = (props) => (0, react_1.jsx)("div", Object.assign({ css: (0, exports.contentStyle)(props) }, props));
13
+ const Content = (props) => (0, jsx_runtime_1.jsx)("div", Object.assign({ css: (0, exports.contentStyle)(props) }, props));
32
14
  exports.Content = Content;
33
- //# sourceMappingURL=Content.js.map
@@ -1,7 +1,6 @@
1
- /** @jsx jsx */
1
+ import * as React from 'react';
2
2
  import { CSSObject } from '@emotion/react';
3
- import { Property } from 'csstype';
4
- import React from 'react';
3
+ import type { Property } from 'csstype';
5
4
  export interface FlexBoxProps<T = HTMLDivElement> extends React.PropsWithRef<React.HTMLProps<T>> {
6
5
  align?: string;
7
6
  column?: boolean;
@@ -11,3 +10,4 @@ export interface FlexBoxProps<T = HTMLDivElement> extends React.PropsWithRef<Rea
11
10
  export declare const flexBoxStyle: <T>(props: FlexBoxProps<T>) => CSSObject;
12
11
  export declare const filterFlexBoxProps: (props: FlexBoxProps) => Object;
13
12
  export declare const FlexBox: React.FC<FlexBoxProps>;
13
+ //# sourceMappingURL=FlexBox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlexBox.d.ts","sourceRoot":"","sources":["../../src/Layout/FlexBox.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,SAAS,CAAC;AAItC,MAAM,WAAW,YAAY,CAAC,CAAC,GAAG,cAAc,CAAE,SAAQ,KAAK,CAAC,YAAY,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;IAC9F,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,YAAY,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,KAAK,SAWxD,CAAC;AAEH,eAAO,MAAM,kBAAkB,UAAW,YAAY,WACU,CAAC;AAEjE,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAEzC,CAAC"}
@@ -1,4 +1,30 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.FlexBox = exports.filterFlexBoxProps = exports.flexBoxStyle = void 0;
27
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
2
28
  /*
3
29
  * Wire
4
30
  * Copyright (C) 2017 Wire Swiss GmbH
@@ -17,14 +43,7 @@
17
43
  * along with this program. If not, see http://www.gnu.org/licenses/.
18
44
  *
19
45
  */
20
- var __importDefault = (this && this.__importDefault) || function (mod) {
21
- return (mod && mod.__esModule) ? mod : { "default": mod };
22
- };
23
- Object.defineProperty(exports, "__esModule", { value: true });
24
- exports.FlexBox = exports.filterFlexBoxProps = exports.flexBoxStyle = void 0;
25
- /** @jsx jsx */
26
- const react_1 = require("@emotion/react");
27
- const react_2 = __importDefault(require("react"));
46
+ const React = __importStar(require("react"));
28
47
  const util_1 = require("../util");
29
48
  const flexBoxStyle = ({ align = 'flex-start', column = false, justify = 'flex-start', flexWrap = 'nowrap', }) => ({
30
49
  alignItems: align,
@@ -36,5 +55,5 @@ const flexBoxStyle = ({ align = 'flex-start', column = false, justify = 'flex-st
36
55
  exports.flexBoxStyle = flexBoxStyle;
37
56
  const filterFlexBoxProps = (props) => (0, util_1.filterProps)(props, ['align', 'column', 'justify', 'flexWrap']);
38
57
  exports.filterFlexBoxProps = filterFlexBoxProps;
39
- exports.FlexBox = react_2.default.forwardRef((props, ref) => ((0, react_1.jsx)("div", Object.assign({ ref: ref, css: (0, exports.flexBoxStyle)(props) }, (0, exports.filterFlexBoxProps)(props)))));
40
- //# sourceMappingURL=FlexBox.js.map
58
+ exports.FlexBox = React.forwardRef((props, ref) => ((0, jsx_runtime_1.jsx)("div", Object.assign({ ref: ref, css: (0, exports.flexBoxStyle)(props) }, (0, exports.filterFlexBoxProps)(props)))));
59
+ exports.FlexBox.displayName = 'FlexBox';
@@ -1,6 +1,5 @@
1
- /** @jsx jsx */
2
- import { jsx } from '@emotion/react';
3
- import React from 'react';
1
+ import * as React from 'react';
4
2
  declare type FooterProps = React.HTMLProps<HTMLElement>;
5
- export declare const Footer: (props: FooterProps) => jsx.JSX.Element;
3
+ export declare const Footer: (props: FooterProps) => import("@emotion/react/jsx-runtime").JSX.Element;
6
4
  export {};
5
+ //# sourceMappingURL=Footer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../src/Layout/Footer.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,aAAK,WAAW,GAAG,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;AAEhD,eAAO,MAAM,MAAM,0EAAgD,CAAC"}
@@ -1,26 +1,6 @@
1
1
  "use strict";
2
- /*
3
- * Wire
4
- * Copyright (C) 2018 Wire Swiss GmbH
5
- *
6
- * This program is free software: you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation, either version 3 of the License, or
9
- * (at your option) any later version.
10
- *
11
- * This program is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU General Public License
17
- * along with this program. If not, see http://www.gnu.org/licenses/.
18
- *
19
- */
20
2
  Object.defineProperty(exports, "__esModule", { value: true });
21
3
  exports.Footer = void 0;
22
- /** @jsx jsx */
23
- const react_1 = require("@emotion/react");
24
- const Footer = (props) => (0, react_1.jsx)("footer", Object.assign({}, props));
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const Footer = (props) => (0, jsx_runtime_1.jsx)("footer", Object.assign({}, props));
25
6
  exports.Footer = Footer;
26
- //# sourceMappingURL=Footer.js.map
@@ -1,6 +1,6 @@
1
- /** @jsx jsx */
2
- import { CSSObject, jsx } from '@emotion/react';
3
- import React from 'react';
1
+ import * as React from 'react';
2
+ import { CSSObject } from '@emotion/react';
4
3
  export declare type HeaderProps<T = HTMLHeadingElement> = React.HTMLProps<T>;
5
4
  export declare const headerStyle: <T>(props: HeaderProps<T>) => CSSObject;
6
- export declare const Header: (props: HeaderProps<HTMLHeadingElement>) => jsx.JSX.Element;
5
+ export declare const Header: (props: HeaderProps<HTMLHeadingElement>) => import("@emotion/react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=Header.d.ts.map