react95-native-rabbl 0.1.1 → 0.1.3

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 (953) hide show
  1. package/README.md +11 -0
  2. package/dist/commonjs/assets/fonts/src/ms-sans-serif/MS Sans Serif.ttf +0 -0
  3. package/dist/commonjs/assets/fonts/src/ms-sans-serif/license.txt +4 -0
  4. package/dist/commonjs/assets/fonts/src/ms-sans-serif/readme.txt +26 -0
  5. package/dist/commonjs/assets/fonts/src/ms-sans-serif-bold/MS Sans Serif Bold.ttf +0 -0
  6. package/dist/commonjs/assets/fonts/src/ms-sans-serif-bold/license.txt +4 -0
  7. package/dist/commonjs/assets/fonts/src/ms-sans-serif-bold/readme.txt +26 -0
  8. package/dist/commonjs/components/AppBar/AppBar.js +40 -0
  9. package/dist/commonjs/components/AppBar/AppBar.js.map +1 -0
  10. package/dist/commonjs/components/AppBar/AppBar.spec.js +154 -0
  11. package/dist/commonjs/components/AppBar/AppBar.spec.js.map +1 -0
  12. package/dist/commonjs/components/AppBar/AppBarBackAction.js +30 -0
  13. package/dist/commonjs/components/AppBar/AppBarBackAction.js.map +1 -0
  14. package/dist/commonjs/components/AppBar/AppBarContent.js +66 -0
  15. package/dist/commonjs/components/AppBar/AppBarContent.js.map +1 -0
  16. package/dist/commonjs/components/AppBar/index.js +14 -0
  17. package/dist/commonjs/components/AppBar/index.js.map +1 -0
  18. package/dist/commonjs/components/Button/Button.js +170 -0
  19. package/dist/commonjs/components/Button/Button.js.map +1 -0
  20. package/dist/commonjs/components/Button/Button.spec.js +70 -0
  21. package/dist/commonjs/components/Button/Button.spec.js.map +1 -0
  22. package/dist/commonjs/components/Button/index.js +14 -0
  23. package/dist/commonjs/components/Button/index.js.map +1 -0
  24. package/dist/commonjs/components/Card/Card.js +69 -0
  25. package/dist/commonjs/components/Card/Card.js.map +1 -0
  26. package/dist/commonjs/components/Card/Card.spec.js +63 -0
  27. package/dist/commonjs/components/Card/Card.spec.js.map +1 -0
  28. package/dist/commonjs/components/Card/CardContent.js +28 -0
  29. package/dist/commonjs/components/Card/CardContent.js.map +1 -0
  30. package/dist/commonjs/components/Card/index.js +14 -0
  31. package/dist/commonjs/components/Card/index.js.map +1 -0
  32. package/dist/commonjs/components/Checkbox/Checkbox.js +19 -0
  33. package/dist/commonjs/components/Checkbox/Checkbox.js.map +1 -0
  34. package/dist/commonjs/components/Checkbox/index.js +14 -0
  35. package/dist/commonjs/components/Checkbox/index.js.map +1 -0
  36. package/dist/commonjs/components/ColorButton/ColorButton.js +67 -0
  37. package/dist/commonjs/components/ColorButton/ColorButton.js.map +1 -0
  38. package/dist/commonjs/components/ColorButton/index.js +14 -0
  39. package/dist/commonjs/components/ColorButton/index.js.map +1 -0
  40. package/dist/commonjs/components/ColorPicker/ColorPicker.js +85 -0
  41. package/dist/commonjs/components/ColorPicker/ColorPicker.js.map +1 -0
  42. package/dist/commonjs/components/ColorPicker/index.js +14 -0
  43. package/dist/commonjs/components/ColorPicker/index.js.map +1 -0
  44. package/dist/commonjs/components/Desktop/Desktop.js +149 -0
  45. package/dist/commonjs/components/Desktop/Desktop.js.map +1 -0
  46. package/dist/commonjs/components/Desktop/Desktop.spec.js +43 -0
  47. package/dist/commonjs/components/Desktop/Desktop.spec.js.map +1 -0
  48. package/dist/commonjs/components/Desktop/index.js +14 -0
  49. package/dist/commonjs/components/Desktop/index.js.map +1 -0
  50. package/dist/commonjs/components/Divider/Divider.js +46 -0
  51. package/dist/commonjs/components/Divider/Divider.js.map +1 -0
  52. package/dist/commonjs/components/Divider/Divider.spec.js +74 -0
  53. package/dist/commonjs/components/Divider/Divider.spec.js.map +1 -0
  54. package/dist/commonjs/components/Divider/index.js +14 -0
  55. package/dist/commonjs/components/Divider/index.js.map +1 -0
  56. package/dist/commonjs/components/FAB/FAB.js +210 -0
  57. package/dist/commonjs/components/FAB/FAB.js.map +1 -0
  58. package/dist/commonjs/components/FAB/FABGroup.js +255 -0
  59. package/dist/commonjs/components/FAB/FABGroup.js.map +1 -0
  60. package/dist/commonjs/components/FAB/index.js +14 -0
  61. package/dist/commonjs/components/FAB/index.js.map +1 -0
  62. package/dist/commonjs/components/Fieldset/Fieldset.js +85 -0
  63. package/dist/commonjs/components/Fieldset/Fieldset.js.map +1 -0
  64. package/dist/commonjs/components/Fieldset/Fieldset.spec.js +60 -0
  65. package/dist/commonjs/components/Fieldset/Fieldset.spec.js.map +1 -0
  66. package/dist/commonjs/components/Fieldset/index.js +14 -0
  67. package/dist/commonjs/components/Fieldset/index.js.map +1 -0
  68. package/dist/commonjs/components/Hourglass/Hourglass.js +40 -0
  69. package/dist/commonjs/components/Hourglass/Hourglass.js.map +1 -0
  70. package/dist/commonjs/components/Hourglass/Hourglass.spec.js +35 -0
  71. package/dist/commonjs/components/Hourglass/Hourglass.spec.js.map +1 -0
  72. package/dist/commonjs/components/Hourglass/base64hourglass.js +9 -0
  73. package/dist/commonjs/components/Hourglass/base64hourglass.js.map +1 -0
  74. package/dist/commonjs/components/Hourglass/index.js +14 -0
  75. package/dist/commonjs/components/Hourglass/index.js.map +1 -0
  76. package/dist/commonjs/components/Icons/ArrowIcon.js +59 -0
  77. package/dist/commonjs/components/Icons/ArrowIcon.js.map +1 -0
  78. package/dist/commonjs/components/Icons/CheckmarkIcon.js +43 -0
  79. package/dist/commonjs/components/Icons/CheckmarkIcon.js.map +1 -0
  80. package/dist/commonjs/components/Icons/ChevronIcon.js +65 -0
  81. package/dist/commonjs/components/Icons/ChevronIcon.js.map +1 -0
  82. package/dist/commonjs/components/Icons/CloseIcon.js +47 -0
  83. package/dist/commonjs/components/Icons/CloseIcon.js.map +1 -0
  84. package/dist/commonjs/components/Icons/index.js +35 -0
  85. package/dist/commonjs/components/Icons/index.js.map +1 -0
  86. package/dist/commonjs/components/Label/Label.js +58 -0
  87. package/dist/commonjs/components/Label/Label.js.map +1 -0
  88. package/dist/commonjs/components/Label/index.js +14 -0
  89. package/dist/commonjs/components/Label/index.js.map +1 -0
  90. package/dist/commonjs/components/List/List.js +35 -0
  91. package/dist/commonjs/components/List/List.js.map +1 -0
  92. package/dist/commonjs/components/List/ListAccordion.js +135 -0
  93. package/dist/commonjs/components/List/ListAccordion.js.map +1 -0
  94. package/dist/commonjs/components/List/ListItem.js +67 -0
  95. package/dist/commonjs/components/List/ListItem.js.map +1 -0
  96. package/dist/commonjs/components/List/ListSection.js +41 -0
  97. package/dist/commonjs/components/List/ListSection.js.map +1 -0
  98. package/dist/commonjs/components/List/index.js +10 -0
  99. package/dist/commonjs/components/List/index.js.map +1 -0
  100. package/dist/commonjs/components/Menu/Menu.js +86 -0
  101. package/dist/commonjs/components/Menu/Menu.js.map +1 -0
  102. package/dist/commonjs/components/Menu/MenuItem.js +79 -0
  103. package/dist/commonjs/components/Menu/MenuItem.js.map +1 -0
  104. package/dist/commonjs/components/Menu/index.js +14 -0
  105. package/dist/commonjs/components/Menu/index.js.map +1 -0
  106. package/dist/commonjs/components/NumberInput/NumberInput.js +123 -0
  107. package/dist/commonjs/components/NumberInput/NumberInput.js.map +1 -0
  108. package/dist/commonjs/components/NumberInput/NumberInput.spec.js +130 -0
  109. package/dist/commonjs/components/NumberInput/NumberInput.spec.js.map +1 -0
  110. package/dist/commonjs/components/NumberInput/index.js +14 -0
  111. package/dist/commonjs/components/NumberInput/index.js.map +1 -0
  112. package/dist/commonjs/components/Panel/Panel.js +60 -0
  113. package/dist/commonjs/components/Panel/Panel.js.map +1 -0
  114. package/dist/commonjs/components/Panel/Panel.spec.js +35 -0
  115. package/dist/commonjs/components/Panel/Panel.spec.js.map +1 -0
  116. package/dist/commonjs/components/Panel/index.js +14 -0
  117. package/dist/commonjs/components/Panel/index.js.map +1 -0
  118. package/dist/commonjs/components/Portal/Portal.js +49 -0
  119. package/dist/commonjs/components/Portal/Portal.js.map +1 -0
  120. package/dist/commonjs/components/Portal/PortalConsumer.js +39 -0
  121. package/dist/commonjs/components/Portal/PortalConsumer.js.map +1 -0
  122. package/dist/commonjs/components/Portal/PortalHost.js +141 -0
  123. package/dist/commonjs/components/Portal/PortalHost.js.map +1 -0
  124. package/dist/commonjs/components/Portal/PortalManager.js +57 -0
  125. package/dist/commonjs/components/Portal/PortalManager.js.map +1 -0
  126. package/dist/commonjs/components/Portal/index.js +14 -0
  127. package/dist/commonjs/components/Portal/index.js.map +1 -0
  128. package/dist/commonjs/components/Progress/Progress.js +94 -0
  129. package/dist/commonjs/components/Progress/Progress.js.map +1 -0
  130. package/dist/commonjs/components/Progress/index.js +14 -0
  131. package/dist/commonjs/components/Progress/index.js.map +1 -0
  132. package/dist/commonjs/components/Radio/Radio.js +19 -0
  133. package/dist/commonjs/components/Radio/Radio.js.map +1 -0
  134. package/dist/commonjs/components/Radio/index.js +14 -0
  135. package/dist/commonjs/components/Radio/index.js.map +1 -0
  136. package/dist/commonjs/components/ScrollPanel/ScrollPanel.js +78 -0
  137. package/dist/commonjs/components/ScrollPanel/ScrollPanel.js.map +1 -0
  138. package/dist/commonjs/components/ScrollPanel/index.js +14 -0
  139. package/dist/commonjs/components/ScrollPanel/index.js.map +1 -0
  140. package/dist/commonjs/components/ScrollView/ScrollView.js +211 -0
  141. package/dist/commonjs/components/ScrollView/ScrollView.js.map +1 -0
  142. package/dist/commonjs/components/ScrollView/index.js +14 -0
  143. package/dist/commonjs/components/ScrollView/index.js.map +1 -0
  144. package/dist/commonjs/components/Select/Select.js +180 -0
  145. package/dist/commonjs/components/Select/Select.js.map +1 -0
  146. package/dist/commonjs/components/Select/SelectBase.js +80 -0
  147. package/dist/commonjs/components/Select/SelectBase.js.map +1 -0
  148. package/dist/commonjs/components/Select/SelectBox.js +60 -0
  149. package/dist/commonjs/components/Select/SelectBox.js.map +1 -0
  150. package/dist/commonjs/components/Select/index.js +21 -0
  151. package/dist/commonjs/components/Select/index.js.map +1 -0
  152. package/dist/commonjs/components/Slider/Slider.js +243 -0
  153. package/dist/commonjs/components/Slider/Slider.js.map +1 -0
  154. package/dist/commonjs/components/Slider/index.js +14 -0
  155. package/dist/commonjs/components/Slider/index.js.map +1 -0
  156. package/dist/commonjs/components/Snackbar/Snackbar.js +192 -0
  157. package/dist/commonjs/components/Snackbar/Snackbar.js.map +1 -0
  158. package/dist/commonjs/components/Snackbar/SnackbarContent.js +28 -0
  159. package/dist/commonjs/components/Snackbar/SnackbarContent.js.map +1 -0
  160. package/dist/commonjs/components/Snackbar/index.js +14 -0
  161. package/dist/commonjs/components/Snackbar/index.js.map +1 -0
  162. package/dist/commonjs/components/SwitchBase/SwitchBase.js +154 -0
  163. package/dist/commonjs/components/SwitchBase/SwitchBase.js.map +1 -0
  164. package/dist/commonjs/components/SwitchBase/index.js +17 -0
  165. package/dist/commonjs/components/SwitchBase/index.js.map +1 -0
  166. package/dist/commonjs/components/Tabs/Tabs.js +162 -0
  167. package/dist/commonjs/components/Tabs/Tabs.js.map +1 -0
  168. package/dist/commonjs/components/Tabs/index.js +14 -0
  169. package/dist/commonjs/components/Tabs/index.js.map +1 -0
  170. package/dist/commonjs/components/TextInput/TextInput.js +66 -0
  171. package/dist/commonjs/components/TextInput/TextInput.js.map +1 -0
  172. package/dist/commonjs/components/TextInput/index.js +14 -0
  173. package/dist/commonjs/components/TextInput/index.js.map +1 -0
  174. package/dist/commonjs/components/Toolbar/Toolbar.js +90 -0
  175. package/dist/commonjs/components/Toolbar/Toolbar.js.map +1 -0
  176. package/dist/commonjs/components/Toolbar/index.js +14 -0
  177. package/dist/commonjs/components/Toolbar/index.js.map +1 -0
  178. package/dist/commonjs/components/Typography/Anchor.js +31 -0
  179. package/dist/commonjs/components/Typography/Anchor.js.map +1 -0
  180. package/dist/commonjs/components/Typography/Text.js +40 -0
  181. package/dist/commonjs/components/Typography/Text.js.map +1 -0
  182. package/dist/commonjs/components/Typography/Text.spec.js +37 -0
  183. package/dist/commonjs/components/Typography/Text.spec.js.map +1 -0
  184. package/dist/commonjs/components/Typography/Title.js +64 -0
  185. package/dist/commonjs/components/Typography/Title.js.map +1 -0
  186. package/dist/commonjs/components/Typography/index.js +28 -0
  187. package/dist/commonjs/components/Typography/index.js.map +1 -0
  188. package/dist/commonjs/components/Window/Window.js +107 -0
  189. package/dist/commonjs/components/Window/Window.js.map +1 -0
  190. package/dist/commonjs/components/Window/index.js +14 -0
  191. package/dist/commonjs/components/Window/index.js.map +1 -0
  192. package/dist/commonjs/core/Provider.js +59 -0
  193. package/dist/commonjs/core/Provider.js.map +1 -0
  194. package/dist/commonjs/core/theming.js +18 -0
  195. package/dist/commonjs/core/theming.js.map +1 -0
  196. package/dist/commonjs/hooks/useAsyncReference.js +19 -0
  197. package/dist/commonjs/hooks/useAsyncReference.js.map +1 -0
  198. package/dist/commonjs/hooks/useControlledOrUncontrolled.js +24 -0
  199. package/dist/commonjs/hooks/useControlledOrUncontrolled.js.map +1 -0
  200. package/dist/commonjs/index.js +328 -0
  201. package/dist/commonjs/index.js.map +1 -0
  202. package/dist/commonjs/package.json +1 -0
  203. package/dist/commonjs/styles/shadow.js +40 -0
  204. package/dist/commonjs/styles/shadow.js.map +1 -0
  205. package/dist/commonjs/styles/styleElements.js +81 -0
  206. package/dist/commonjs/styles/styleElements.js.map +1 -0
  207. package/dist/commonjs/styles/styles.js +134 -0
  208. package/dist/commonjs/styles/styles.js.map +1 -0
  209. package/dist/commonjs/styles/themes/aiee.js +42 -0
  210. package/dist/commonjs/styles/themes/aiee.js.map +1 -0
  211. package/dist/commonjs/styles/themes/ash.js +42 -0
  212. package/dist/commonjs/styles/themes/ash.js.map +1 -0
  213. package/dist/commonjs/styles/themes/azureOrange.js +39 -0
  214. package/dist/commonjs/styles/themes/azureOrange.js.map +1 -0
  215. package/dist/commonjs/styles/themes/bee.js +39 -0
  216. package/dist/commonjs/styles/themes/bee.js.map +1 -0
  217. package/dist/commonjs/styles/themes/blackAndWhite.js +39 -0
  218. package/dist/commonjs/styles/themes/blackAndWhite.js.map +1 -0
  219. package/dist/commonjs/styles/themes/blue.js +42 -0
  220. package/dist/commonjs/styles/themes/blue.js.map +1 -0
  221. package/dist/commonjs/styles/themes/brick.js +39 -0
  222. package/dist/commonjs/styles/themes/brick.js.map +1 -0
  223. package/dist/commonjs/styles/themes/candy.js +39 -0
  224. package/dist/commonjs/styles/themes/candy.js.map +1 -0
  225. package/dist/commonjs/styles/themes/cherry.js +42 -0
  226. package/dist/commonjs/styles/themes/cherry.js.map +1 -0
  227. package/dist/commonjs/styles/themes/coldGray.js +40 -0
  228. package/dist/commonjs/styles/themes/coldGray.js.map +1 -0
  229. package/dist/commonjs/styles/themes/counterStrike.js +39 -0
  230. package/dist/commonjs/styles/themes/counterStrike.js.map +1 -0
  231. package/dist/commonjs/styles/themes/darkTeal.js +42 -0
  232. package/dist/commonjs/styles/themes/darkTeal.js.map +1 -0
  233. package/dist/commonjs/styles/themes/eggplant.js +39 -0
  234. package/dist/commonjs/styles/themes/eggplant.js.map +1 -0
  235. package/dist/commonjs/styles/themes/fxDev.js +42 -0
  236. package/dist/commonjs/styles/themes/fxDev.js.map +1 -0
  237. package/dist/commonjs/styles/themes/highContrast.js +39 -0
  238. package/dist/commonjs/styles/themes/highContrast.js.map +1 -0
  239. package/dist/commonjs/styles/themes/hotChocolate.js +42 -0
  240. package/dist/commonjs/styles/themes/hotChocolate.js.map +1 -0
  241. package/dist/commonjs/styles/themes/index.js +110 -0
  242. package/dist/commonjs/styles/themes/index.js.map +1 -0
  243. package/dist/commonjs/styles/themes/lilac.js +39 -0
  244. package/dist/commonjs/styles/themes/lilac.js.map +1 -0
  245. package/dist/commonjs/styles/themes/lilacRoseDark.js +40 -0
  246. package/dist/commonjs/styles/themes/lilacRoseDark.js.map +1 -0
  247. package/dist/commonjs/styles/themes/maple.js +39 -0
  248. package/dist/commonjs/styles/themes/maple.js.map +1 -0
  249. package/dist/commonjs/styles/themes/marine.js +39 -0
  250. package/dist/commonjs/styles/themes/marine.js.map +1 -0
  251. package/dist/commonjs/styles/themes/matrix.js +39 -0
  252. package/dist/commonjs/styles/themes/matrix.js.map +1 -0
  253. package/dist/commonjs/styles/themes/millenium.js +39 -0
  254. package/dist/commonjs/styles/themes/millenium.js.map +1 -0
  255. package/dist/commonjs/styles/themes/modernDark.js +39 -0
  256. package/dist/commonjs/styles/themes/modernDark.js.map +1 -0
  257. package/dist/commonjs/styles/themes/molecule.js +39 -0
  258. package/dist/commonjs/styles/themes/molecule.js.map +1 -0
  259. package/dist/commonjs/styles/themes/monochrome.js +2 -0
  260. package/dist/commonjs/styles/themes/monochrome.js.map +1 -0
  261. package/dist/commonjs/styles/themes/ninjaTurtles.js +39 -0
  262. package/dist/commonjs/styles/themes/ninjaTurtles.js.map +1 -0
  263. package/dist/commonjs/styles/themes/olive.js +39 -0
  264. package/dist/commonjs/styles/themes/olive.js.map +1 -0
  265. package/dist/commonjs/styles/themes/original.js +39 -0
  266. package/dist/commonjs/styles/themes/original.js.map +1 -0
  267. package/dist/commonjs/styles/themes/pamelaAnderson.js +39 -0
  268. package/dist/commonjs/styles/themes/pamelaAnderson.js.map +1 -0
  269. package/dist/commonjs/styles/themes/plum.js +39 -0
  270. package/dist/commonjs/styles/themes/plum.js.map +1 -0
  271. package/dist/commonjs/styles/themes/polarized.js +42 -0
  272. package/dist/commonjs/styles/themes/polarized.js.map +1 -0
  273. package/dist/commonjs/styles/themes/powerShell.js +42 -0
  274. package/dist/commonjs/styles/themes/powerShell.js.map +1 -0
  275. package/dist/commonjs/styles/themes/rainyDay.js +39 -0
  276. package/dist/commonjs/styles/themes/rainyDay.js.map +1 -0
  277. package/dist/commonjs/styles/themes/raspberry.js +42 -0
  278. package/dist/commonjs/styles/themes/raspberry.js.map +1 -0
  279. package/dist/commonjs/styles/themes/redWine.js +42 -0
  280. package/dist/commonjs/styles/themes/redWine.js.map +1 -0
  281. package/dist/commonjs/styles/themes/rose.js +39 -0
  282. package/dist/commonjs/styles/themes/rose.js.map +1 -0
  283. package/dist/commonjs/styles/themes/seawater.js +42 -0
  284. package/dist/commonjs/styles/themes/seawater.js.map +1 -0
  285. package/dist/commonjs/styles/themes/slate.js +39 -0
  286. package/dist/commonjs/styles/themes/slate.js.map +1 -0
  287. package/dist/commonjs/styles/themes/solarizedDark.js +42 -0
  288. package/dist/commonjs/styles/themes/solarizedDark.js.map +1 -0
  289. package/dist/commonjs/styles/themes/solarizedLight.js +42 -0
  290. package/dist/commonjs/styles/themes/solarizedLight.js.map +1 -0
  291. package/dist/commonjs/styles/themes/spruce.js +39 -0
  292. package/dist/commonjs/styles/themes/spruce.js.map +1 -0
  293. package/dist/commonjs/styles/themes/stormClouds.js +42 -0
  294. package/dist/commonjs/styles/themes/stormClouds.js.map +1 -0
  295. package/dist/commonjs/styles/themes/theSixtiesUSA.js +39 -0
  296. package/dist/commonjs/styles/themes/theSixtiesUSA.js.map +1 -0
  297. package/dist/commonjs/styles/themes/tokyoDark.js +39 -0
  298. package/dist/commonjs/styles/themes/tokyoDark.js.map +1 -0
  299. package/dist/commonjs/styles/themes/tooSexy.js +39 -0
  300. package/dist/commonjs/styles/themes/tooSexy.js.map +1 -0
  301. package/dist/commonjs/styles/themes/travel.js +39 -0
  302. package/dist/commonjs/styles/themes/travel.js.map +1 -0
  303. package/dist/commonjs/styles/themes/vaporTeal.js +39 -0
  304. package/dist/commonjs/styles/themes/vaporTeal.js.map +1 -0
  305. package/dist/commonjs/styles/themes/vermillion.js +39 -0
  306. package/dist/commonjs/styles/themes/vermillion.js.map +1 -0
  307. package/dist/commonjs/styles/themes/violetDark.js +39 -0
  308. package/dist/commonjs/styles/themes/violetDark.js.map +1 -0
  309. package/dist/commonjs/styles/themes/water.js +39 -0
  310. package/dist/commonjs/styles/themes/water.js.map +1 -0
  311. package/dist/commonjs/styles/themes/wmii.js +42 -0
  312. package/dist/commonjs/styles/themes/wmii.js.map +1 -0
  313. package/dist/commonjs/types.js +6 -0
  314. package/dist/commonjs/types.js.map +1 -0
  315. package/dist/commonjs/utils/index.js +54 -0
  316. package/dist/commonjs/utils/index.js.map +1 -0
  317. package/dist/module/assets/fonts/src/ms-sans-serif/MS Sans Serif.ttf +0 -0
  318. package/dist/module/assets/fonts/src/ms-sans-serif/license.txt +4 -0
  319. package/dist/module/assets/fonts/src/ms-sans-serif/readme.txt +26 -0
  320. package/dist/module/assets/fonts/src/ms-sans-serif-bold/MS Sans Serif Bold.ttf +0 -0
  321. package/dist/module/assets/fonts/src/ms-sans-serif-bold/license.txt +4 -0
  322. package/dist/module/assets/fonts/src/ms-sans-serif-bold/readme.txt +26 -0
  323. package/dist/module/components/AppBar/AppBar.js +35 -0
  324. package/dist/module/components/AppBar/AppBar.js.map +1 -0
  325. package/dist/module/components/AppBar/AppBar.spec.js +153 -0
  326. package/dist/module/components/AppBar/AppBar.spec.js.map +1 -0
  327. package/dist/module/components/AppBar/AppBarBackAction.js +25 -0
  328. package/dist/module/components/AppBar/AppBarBackAction.js.map +1 -0
  329. package/dist/module/components/AppBar/AppBarContent.js +60 -0
  330. package/dist/module/components/AppBar/AppBarContent.js.map +1 -0
  331. package/dist/module/components/AppBar/index.js +4 -0
  332. package/dist/module/components/AppBar/index.js.map +1 -0
  333. package/dist/module/components/Button/Button.js +170 -0
  334. package/dist/module/components/Button/Button.js.map +1 -0
  335. package/dist/module/components/Button/Button.spec.js +69 -0
  336. package/dist/module/components/Button/Button.spec.js.map +1 -0
  337. package/dist/module/components/Button/index.js +4 -0
  338. package/dist/module/components/Button/index.js.map +1 -0
  339. package/dist/module/components/Card/Card.js +64 -0
  340. package/dist/module/components/Card/Card.js.map +1 -0
  341. package/dist/module/components/Card/Card.spec.js +62 -0
  342. package/dist/module/components/Card/Card.spec.js.map +1 -0
  343. package/dist/module/components/Card/CardContent.js +23 -0
  344. package/dist/module/components/Card/CardContent.js.map +1 -0
  345. package/dist/module/components/Card/index.js +4 -0
  346. package/dist/module/components/Card/index.js.map +1 -0
  347. package/dist/module/components/Checkbox/Checkbox.js +14 -0
  348. package/dist/module/components/Checkbox/Checkbox.js.map +1 -0
  349. package/dist/module/components/Checkbox/index.js +4 -0
  350. package/dist/module/components/Checkbox/index.js.map +1 -0
  351. package/dist/module/components/ColorButton/ColorButton.js +62 -0
  352. package/dist/module/components/ColorButton/ColorButton.js.map +1 -0
  353. package/dist/module/components/ColorButton/index.js +4 -0
  354. package/dist/module/components/ColorButton/index.js.map +1 -0
  355. package/dist/module/components/ColorPicker/ColorPicker.js +80 -0
  356. package/dist/module/components/ColorPicker/ColorPicker.js.map +1 -0
  357. package/dist/module/components/ColorPicker/index.js +4 -0
  358. package/dist/module/components/ColorPicker/index.js.map +1 -0
  359. package/dist/module/components/Desktop/Desktop.js +144 -0
  360. package/dist/module/components/Desktop/Desktop.js.map +1 -0
  361. package/dist/module/components/Desktop/Desktop.spec.js +42 -0
  362. package/dist/module/components/Desktop/Desktop.spec.js.map +1 -0
  363. package/dist/module/components/Desktop/index.js +4 -0
  364. package/dist/module/components/Desktop/index.js.map +1 -0
  365. package/dist/module/components/Divider/Divider.js +41 -0
  366. package/dist/module/components/Divider/Divider.js.map +1 -0
  367. package/dist/module/components/Divider/Divider.spec.js +73 -0
  368. package/dist/module/components/Divider/Divider.spec.js.map +1 -0
  369. package/dist/module/components/Divider/index.js +4 -0
  370. package/dist/module/components/Divider/index.js.map +1 -0
  371. package/dist/module/components/FAB/FAB.js +205 -0
  372. package/dist/module/components/FAB/FAB.js.map +1 -0
  373. package/dist/module/components/FAB/FABGroup.js +250 -0
  374. package/dist/module/components/FAB/FABGroup.js.map +1 -0
  375. package/dist/module/components/FAB/index.js +4 -0
  376. package/dist/module/components/FAB/index.js.map +1 -0
  377. package/dist/module/components/Fieldset/Fieldset.js +79 -0
  378. package/dist/module/components/Fieldset/Fieldset.js.map +1 -0
  379. package/dist/module/components/Fieldset/Fieldset.spec.js +59 -0
  380. package/dist/module/components/Fieldset/Fieldset.spec.js.map +1 -0
  381. package/dist/module/components/Fieldset/index.js +4 -0
  382. package/dist/module/components/Fieldset/index.js.map +1 -0
  383. package/dist/module/components/Hourglass/Hourglass.js +35 -0
  384. package/dist/module/components/Hourglass/Hourglass.js.map +1 -0
  385. package/dist/module/components/Hourglass/Hourglass.spec.js +34 -0
  386. package/dist/module/components/Hourglass/Hourglass.spec.js.map +1 -0
  387. package/dist/module/components/Hourglass/base64hourglass.js +5 -0
  388. package/dist/module/components/Hourglass/base64hourglass.js.map +1 -0
  389. package/dist/module/components/Hourglass/index.js +4 -0
  390. package/dist/module/components/Hourglass/index.js.map +1 -0
  391. package/dist/module/components/Icons/ArrowIcon.js +54 -0
  392. package/dist/module/components/Icons/ArrowIcon.js.map +1 -0
  393. package/dist/module/components/Icons/CheckmarkIcon.js +38 -0
  394. package/dist/module/components/Icons/CheckmarkIcon.js.map +1 -0
  395. package/dist/module/components/Icons/ChevronIcon.js +60 -0
  396. package/dist/module/components/Icons/ChevronIcon.js.map +1 -0
  397. package/dist/module/components/Icons/CloseIcon.js +42 -0
  398. package/dist/module/components/Icons/CloseIcon.js.map +1 -0
  399. package/dist/module/components/Icons/index.js +7 -0
  400. package/dist/module/components/Icons/index.js.map +1 -0
  401. package/dist/module/components/Label/Label.js +53 -0
  402. package/dist/module/components/Label/Label.js.map +1 -0
  403. package/dist/module/components/Label/index.js +4 -0
  404. package/dist/module/components/Label/index.js.map +1 -0
  405. package/dist/module/components/List/List.js +6 -0
  406. package/dist/module/components/List/List.js.map +1 -0
  407. package/dist/module/components/List/ListAccordion.js +131 -0
  408. package/dist/module/components/List/ListAccordion.js.map +1 -0
  409. package/dist/module/components/List/ListItem.js +62 -0
  410. package/dist/module/components/List/ListItem.js.map +1 -0
  411. package/dist/module/components/List/ListSection.js +36 -0
  412. package/dist/module/components/List/ListSection.js.map +1 -0
  413. package/dist/module/components/List/index.js +5 -0
  414. package/dist/module/components/List/index.js.map +1 -0
  415. package/dist/module/components/Menu/Menu.js +81 -0
  416. package/dist/module/components/Menu/Menu.js.map +1 -0
  417. package/dist/module/components/Menu/MenuItem.js +73 -0
  418. package/dist/module/components/Menu/MenuItem.js.map +1 -0
  419. package/dist/module/components/Menu/index.js +4 -0
  420. package/dist/module/components/Menu/index.js.map +1 -0
  421. package/dist/module/components/NumberInput/NumberInput.js +118 -0
  422. package/dist/module/components/NumberInput/NumberInput.js.map +1 -0
  423. package/dist/module/components/NumberInput/NumberInput.spec.js +129 -0
  424. package/dist/module/components/NumberInput/NumberInput.spec.js.map +1 -0
  425. package/dist/module/components/NumberInput/index.js +4 -0
  426. package/dist/module/components/NumberInput/index.js.map +1 -0
  427. package/dist/module/components/Panel/Panel.js +55 -0
  428. package/dist/module/components/Panel/Panel.js.map +1 -0
  429. package/dist/module/components/Panel/Panel.spec.js +34 -0
  430. package/dist/module/components/Panel/Panel.spec.js.map +1 -0
  431. package/dist/module/components/Panel/index.js +4 -0
  432. package/dist/module/components/Panel/index.js.map +1 -0
  433. package/dist/module/components/Portal/Portal.js +43 -0
  434. package/dist/module/components/Portal/Portal.js.map +1 -0
  435. package/dist/module/components/Portal/PortalConsumer.js +32 -0
  436. package/dist/module/components/Portal/PortalConsumer.js.map +1 -0
  437. package/dist/module/components/Portal/PortalHost.js +133 -0
  438. package/dist/module/components/Portal/PortalHost.js.map +1 -0
  439. package/dist/module/components/Portal/PortalManager.js +50 -0
  440. package/dist/module/components/Portal/PortalManager.js.map +1 -0
  441. package/dist/module/components/Portal/index.js +4 -0
  442. package/dist/module/components/Portal/index.js.map +1 -0
  443. package/dist/module/components/Progress/Progress.js +89 -0
  444. package/dist/module/components/Progress/Progress.js.map +1 -0
  445. package/dist/module/components/Progress/index.js +4 -0
  446. package/dist/module/components/Progress/index.js.map +1 -0
  447. package/dist/module/components/Radio/Radio.js +14 -0
  448. package/dist/module/components/Radio/Radio.js.map +1 -0
  449. package/dist/module/components/Radio/index.js +4 -0
  450. package/dist/module/components/Radio/index.js.map +1 -0
  451. package/dist/module/components/ScrollPanel/ScrollPanel.js +73 -0
  452. package/dist/module/components/ScrollPanel/ScrollPanel.js.map +1 -0
  453. package/dist/module/components/ScrollPanel/index.js +4 -0
  454. package/dist/module/components/ScrollPanel/index.js.map +1 -0
  455. package/dist/module/components/ScrollView/ScrollView.js +205 -0
  456. package/dist/module/components/ScrollView/ScrollView.js.map +1 -0
  457. package/dist/module/components/ScrollView/index.js +4 -0
  458. package/dist/module/components/ScrollView/index.js.map +1 -0
  459. package/dist/module/components/Select/Select.js +174 -0
  460. package/dist/module/components/Select/Select.js.map +1 -0
  461. package/dist/module/components/Select/SelectBase.js +74 -0
  462. package/dist/module/components/Select/SelectBase.js.map +1 -0
  463. package/dist/module/components/Select/SelectBox.js +55 -0
  464. package/dist/module/components/Select/SelectBox.js.map +1 -0
  465. package/dist/module/components/Select/index.js +5 -0
  466. package/dist/module/components/Select/index.js.map +1 -0
  467. package/dist/module/components/Slider/Slider.js +237 -0
  468. package/dist/module/components/Slider/Slider.js.map +1 -0
  469. package/dist/module/components/Slider/index.js +4 -0
  470. package/dist/module/components/Slider/index.js.map +1 -0
  471. package/dist/module/components/Snackbar/Snackbar.js +187 -0
  472. package/dist/module/components/Snackbar/Snackbar.js.map +1 -0
  473. package/dist/module/components/Snackbar/SnackbarContent.js +23 -0
  474. package/dist/module/components/Snackbar/SnackbarContent.js.map +1 -0
  475. package/dist/module/components/Snackbar/index.js +4 -0
  476. package/dist/module/components/Snackbar/index.js.map +1 -0
  477. package/dist/module/components/SwitchBase/SwitchBase.js +150 -0
  478. package/dist/module/components/SwitchBase/SwitchBase.js.map +1 -0
  479. package/dist/module/components/SwitchBase/index.js +4 -0
  480. package/dist/module/components/SwitchBase/index.js.map +1 -0
  481. package/dist/module/components/Tabs/Tabs.js +157 -0
  482. package/dist/module/components/Tabs/Tabs.js.map +1 -0
  483. package/dist/module/components/Tabs/index.js +4 -0
  484. package/dist/module/components/Tabs/index.js.map +1 -0
  485. package/dist/module/components/TextInput/TextInput.js +61 -0
  486. package/dist/module/components/TextInput/TextInput.js.map +1 -0
  487. package/dist/module/components/TextInput/index.js +4 -0
  488. package/dist/module/components/TextInput/index.js.map +1 -0
  489. package/dist/module/components/Toolbar/Toolbar.js +85 -0
  490. package/dist/module/components/Toolbar/Toolbar.js.map +1 -0
  491. package/dist/module/components/Toolbar/index.js +4 -0
  492. package/dist/module/components/Toolbar/index.js.map +1 -0
  493. package/dist/module/components/Typography/Anchor.js +26 -0
  494. package/dist/module/components/Typography/Anchor.js.map +1 -0
  495. package/dist/module/components/Typography/Text.js +35 -0
  496. package/dist/module/components/Typography/Text.js.map +1 -0
  497. package/dist/module/components/Typography/Text.spec.js +36 -0
  498. package/dist/module/components/Typography/Text.spec.js.map +1 -0
  499. package/dist/module/components/Typography/Title.js +59 -0
  500. package/dist/module/components/Typography/Title.js.map +1 -0
  501. package/dist/module/components/Typography/index.js +6 -0
  502. package/dist/module/components/Typography/index.js.map +1 -0
  503. package/dist/module/components/Window/Window.js +102 -0
  504. package/dist/module/components/Window/Window.js.map +1 -0
  505. package/dist/module/components/Window/index.js +4 -0
  506. package/dist/module/components/Window/index.js.map +1 -0
  507. package/dist/module/core/Provider.js +51 -0
  508. package/dist/module/core/Provider.js.map +1 -0
  509. package/dist/module/core/theming.js +10 -0
  510. package/dist/module/core/theming.js.map +1 -0
  511. package/dist/module/hooks/useAsyncReference.js +15 -0
  512. package/dist/module/hooks/useAsyncReference.js.map +1 -0
  513. package/dist/module/hooks/useControlledOrUncontrolled.js +19 -0
  514. package/dist/module/hooks/useControlledOrUncontrolled.js.map +1 -0
  515. package/dist/module/index.js +38 -0
  516. package/dist/module/index.js.map +1 -0
  517. package/dist/module/styles/shadow.js +36 -0
  518. package/dist/module/styles/shadow.js.map +1 -0
  519. package/dist/module/styles/styleElements.js +76 -0
  520. package/dist/module/styles/styleElements.js.map +1 -0
  521. package/dist/module/styles/styles.js +126 -0
  522. package/dist/module/styles/styles.js.map +1 -0
  523. package/dist/module/styles/themes/aiee.js +39 -0
  524. package/dist/module/styles/themes/aiee.js.map +1 -0
  525. package/dist/module/styles/themes/ash.js +38 -0
  526. package/dist/module/styles/themes/ash.js.map +1 -0
  527. package/dist/module/styles/themes/azureOrange.js +35 -0
  528. package/dist/module/styles/themes/azureOrange.js.map +1 -0
  529. package/dist/module/styles/themes/bee.js +35 -0
  530. package/dist/module/styles/themes/bee.js.map +1 -0
  531. package/dist/module/styles/themes/blackAndWhite.js +35 -0
  532. package/dist/module/styles/themes/blackAndWhite.js.map +1 -0
  533. package/dist/module/styles/themes/blue.js +39 -0
  534. package/dist/module/styles/themes/blue.js.map +1 -0
  535. package/dist/module/styles/themes/brick.js +35 -0
  536. package/dist/module/styles/themes/brick.js.map +1 -0
  537. package/dist/module/styles/themes/candy.js +35 -0
  538. package/dist/module/styles/themes/candy.js.map +1 -0
  539. package/dist/module/styles/themes/cherry.js +39 -0
  540. package/dist/module/styles/themes/cherry.js.map +1 -0
  541. package/dist/module/styles/themes/coldGray.js +36 -0
  542. package/dist/module/styles/themes/coldGray.js.map +1 -0
  543. package/dist/module/styles/themes/counterStrike.js +35 -0
  544. package/dist/module/styles/themes/counterStrike.js.map +1 -0
  545. package/dist/module/styles/themes/darkTeal.js +39 -0
  546. package/dist/module/styles/themes/darkTeal.js.map +1 -0
  547. package/dist/module/styles/themes/eggplant.js +35 -0
  548. package/dist/module/styles/themes/eggplant.js.map +1 -0
  549. package/dist/module/styles/themes/fxDev.js +39 -0
  550. package/dist/module/styles/themes/fxDev.js.map +1 -0
  551. package/dist/module/styles/themes/highContrast.js +35 -0
  552. package/dist/module/styles/themes/highContrast.js.map +1 -0
  553. package/dist/module/styles/themes/hotChocolate.js +39 -0
  554. package/dist/module/styles/themes/hotChocolate.js.map +1 -0
  555. package/dist/module/styles/themes/index.js +105 -0
  556. package/dist/module/styles/themes/index.js.map +1 -0
  557. package/dist/module/styles/themes/lilac.js +35 -0
  558. package/dist/module/styles/themes/lilac.js.map +1 -0
  559. package/dist/module/styles/themes/lilacRoseDark.js +36 -0
  560. package/dist/module/styles/themes/lilacRoseDark.js.map +1 -0
  561. package/dist/module/styles/themes/maple.js +35 -0
  562. package/dist/module/styles/themes/maple.js.map +1 -0
  563. package/dist/module/styles/themes/marine.js +35 -0
  564. package/dist/module/styles/themes/marine.js.map +1 -0
  565. package/dist/module/styles/themes/matrix.js +35 -0
  566. package/dist/module/styles/themes/matrix.js.map +1 -0
  567. package/dist/module/styles/themes/millenium.js +35 -0
  568. package/dist/module/styles/themes/millenium.js.map +1 -0
  569. package/dist/module/styles/themes/modernDark.js +35 -0
  570. package/dist/module/styles/themes/modernDark.js.map +1 -0
  571. package/dist/module/styles/themes/molecule.js +35 -0
  572. package/dist/module/styles/themes/molecule.js.map +1 -0
  573. package/dist/module/styles/themes/monochrome.js +2 -0
  574. package/dist/module/styles/themes/monochrome.js.map +1 -0
  575. package/dist/module/styles/themes/ninjaTurtles.js +35 -0
  576. package/dist/module/styles/themes/ninjaTurtles.js.map +1 -0
  577. package/dist/module/styles/themes/olive.js +35 -0
  578. package/dist/module/styles/themes/olive.js.map +1 -0
  579. package/dist/module/styles/themes/original.js +35 -0
  580. package/dist/module/styles/themes/original.js.map +1 -0
  581. package/dist/module/styles/themes/pamelaAnderson.js +35 -0
  582. package/dist/module/styles/themes/pamelaAnderson.js.map +1 -0
  583. package/dist/module/styles/themes/plum.js +35 -0
  584. package/dist/module/styles/themes/plum.js.map +1 -0
  585. package/dist/module/styles/themes/polarized.js +39 -0
  586. package/dist/module/styles/themes/polarized.js.map +1 -0
  587. package/dist/module/styles/themes/powerShell.js +39 -0
  588. package/dist/module/styles/themes/powerShell.js.map +1 -0
  589. package/dist/module/styles/themes/rainyDay.js +35 -0
  590. package/dist/module/styles/themes/rainyDay.js.map +1 -0
  591. package/dist/module/styles/themes/raspberry.js +39 -0
  592. package/dist/module/styles/themes/raspberry.js.map +1 -0
  593. package/dist/module/styles/themes/redWine.js +39 -0
  594. package/dist/module/styles/themes/redWine.js.map +1 -0
  595. package/dist/module/styles/themes/rose.js +35 -0
  596. package/dist/module/styles/themes/rose.js.map +1 -0
  597. package/dist/module/styles/themes/seawater.js +39 -0
  598. package/dist/module/styles/themes/seawater.js.map +1 -0
  599. package/dist/module/styles/themes/slate.js +35 -0
  600. package/dist/module/styles/themes/slate.js.map +1 -0
  601. package/dist/module/styles/themes/solarizedDark.js +39 -0
  602. package/dist/module/styles/themes/solarizedDark.js.map +1 -0
  603. package/dist/module/styles/themes/solarizedLight.js +39 -0
  604. package/dist/module/styles/themes/solarizedLight.js.map +1 -0
  605. package/dist/module/styles/themes/spruce.js +35 -0
  606. package/dist/module/styles/themes/spruce.js.map +1 -0
  607. package/dist/module/styles/themes/stormClouds.js +39 -0
  608. package/dist/module/styles/themes/stormClouds.js.map +1 -0
  609. package/dist/module/styles/themes/theSixtiesUSA.js +35 -0
  610. package/dist/module/styles/themes/theSixtiesUSA.js.map +1 -0
  611. package/dist/module/styles/themes/tokyoDark.js +35 -0
  612. package/dist/module/styles/themes/tokyoDark.js.map +1 -0
  613. package/dist/module/styles/themes/tooSexy.js +35 -0
  614. package/dist/module/styles/themes/tooSexy.js.map +1 -0
  615. package/dist/module/styles/themes/travel.js +35 -0
  616. package/dist/module/styles/themes/travel.js.map +1 -0
  617. package/dist/module/styles/themes/vaporTeal.js +35 -0
  618. package/dist/module/styles/themes/vaporTeal.js.map +1 -0
  619. package/dist/module/styles/themes/vermillion.js +35 -0
  620. package/dist/module/styles/themes/vermillion.js.map +1 -0
  621. package/dist/module/styles/themes/violetDark.js +35 -0
  622. package/dist/module/styles/themes/violetDark.js.map +1 -0
  623. package/dist/module/styles/themes/water.js +35 -0
  624. package/dist/module/styles/themes/water.js.map +1 -0
  625. package/dist/module/styles/themes/wmii.js +39 -0
  626. package/dist/module/styles/themes/wmii.js.map +1 -0
  627. package/dist/module/types.js +4 -0
  628. package/dist/module/types.js.map +1 -0
  629. package/dist/module/utils/index.js +47 -0
  630. package/dist/module/utils/index.js.map +1 -0
  631. package/dist/typescript/jest.setup.d.ts +2 -0
  632. package/dist/typescript/jest.setup.d.ts.map +1 -0
  633. package/dist/typescript/src/components/AppBar/AppBar.d.ts +152 -0
  634. package/dist/typescript/src/components/AppBar/AppBar.d.ts.map +1 -0
  635. package/dist/typescript/src/components/AppBar/AppBar.spec.d.ts +2 -0
  636. package/dist/typescript/src/components/AppBar/AppBar.spec.d.ts.map +1 -0
  637. package/dist/typescript/src/components/AppBar/AppBarBackAction.d.ts +7 -0
  638. package/dist/typescript/src/components/AppBar/AppBarBackAction.d.ts.map +1 -0
  639. package/dist/typescript/src/components/AppBar/AppBarContent.d.ts +21 -0
  640. package/dist/typescript/src/components/AppBar/AppBarContent.d.ts.map +1 -0
  641. package/dist/typescript/src/components/AppBar/index.d.ts +2 -0
  642. package/dist/typescript/src/components/AppBar/index.d.ts.map +1 -0
  643. package/dist/typescript/src/components/Button/Button.d.ts +24 -0
  644. package/dist/typescript/src/components/Button/Button.d.ts.map +1 -0
  645. package/dist/typescript/src/components/Button/Button.spec.d.ts +2 -0
  646. package/dist/typescript/src/components/Button/Button.spec.d.ts.map +1 -0
  647. package/dist/typescript/src/components/Button/index.d.ts +2 -0
  648. package/dist/typescript/src/components/Button/index.d.ts.map +1 -0
  649. package/dist/typescript/src/components/Card/Card.d.ts +20 -0
  650. package/dist/typescript/src/components/Card/Card.d.ts.map +1 -0
  651. package/dist/typescript/src/components/Card/Card.spec.d.ts +2 -0
  652. package/dist/typescript/src/components/Card/Card.spec.d.ts.map +1 -0
  653. package/dist/typescript/src/components/Card/CardContent.d.ts +9 -0
  654. package/dist/typescript/src/components/Card/CardContent.d.ts.map +1 -0
  655. package/dist/typescript/src/components/Card/index.d.ts +2 -0
  656. package/dist/typescript/src/components/Card/index.d.ts.map +1 -0
  657. package/dist/typescript/src/components/Checkbox/Checkbox.d.ts +7 -0
  658. package/dist/typescript/src/components/Checkbox/Checkbox.d.ts.map +1 -0
  659. package/dist/typescript/src/components/Checkbox/index.d.ts +2 -0
  660. package/dist/typescript/src/components/Checkbox/index.d.ts.map +1 -0
  661. package/dist/typescript/src/components/ColorButton/ColorButton.d.ts +12 -0
  662. package/dist/typescript/src/components/ColorButton/ColorButton.d.ts.map +1 -0
  663. package/dist/typescript/src/components/ColorButton/index.d.ts +2 -0
  664. package/dist/typescript/src/components/ColorButton/index.d.ts.map +1 -0
  665. package/dist/typescript/src/components/ColorPicker/ColorPicker.d.ts +17 -0
  666. package/dist/typescript/src/components/ColorPicker/ColorPicker.d.ts.map +1 -0
  667. package/dist/typescript/src/components/ColorPicker/index.d.ts +2 -0
  668. package/dist/typescript/src/components/ColorPicker/index.d.ts.map +1 -0
  669. package/dist/typescript/src/components/Desktop/Desktop.d.ts +14 -0
  670. package/dist/typescript/src/components/Desktop/Desktop.d.ts.map +1 -0
  671. package/dist/typescript/src/components/Desktop/Desktop.spec.d.ts +2 -0
  672. package/dist/typescript/src/components/Desktop/Desktop.spec.d.ts.map +1 -0
  673. package/dist/typescript/src/components/Desktop/index.d.ts +2 -0
  674. package/dist/typescript/src/components/Desktop/index.d.ts.map +1 -0
  675. package/dist/typescript/src/components/Divider/Divider.d.ts +15 -0
  676. package/dist/typescript/src/components/Divider/Divider.d.ts.map +1 -0
  677. package/dist/typescript/src/components/Divider/Divider.spec.d.ts +2 -0
  678. package/dist/typescript/src/components/Divider/Divider.spec.d.ts.map +1 -0
  679. package/dist/typescript/src/components/Divider/index.d.ts +2 -0
  680. package/dist/typescript/src/components/Divider/index.d.ts.map +1 -0
  681. package/dist/typescript/src/components/FAB/FAB.d.ts +68 -0
  682. package/dist/typescript/src/components/FAB/FAB.d.ts.map +1 -0
  683. package/dist/typescript/src/components/FAB/FABGroup.d.ts +132 -0
  684. package/dist/typescript/src/components/FAB/FABGroup.d.ts.map +1 -0
  685. package/dist/typescript/src/components/FAB/index.d.ts +2 -0
  686. package/dist/typescript/src/components/FAB/index.d.ts.map +1 -0
  687. package/dist/typescript/src/components/Fieldset/Fieldset.d.ts +18 -0
  688. package/dist/typescript/src/components/Fieldset/Fieldset.d.ts.map +1 -0
  689. package/dist/typescript/src/components/Fieldset/Fieldset.spec.d.ts +2 -0
  690. package/dist/typescript/src/components/Fieldset/Fieldset.spec.d.ts.map +1 -0
  691. package/dist/typescript/src/components/Fieldset/index.d.ts +2 -0
  692. package/dist/typescript/src/components/Fieldset/index.d.ts.map +1 -0
  693. package/dist/typescript/src/components/Hourglass/Hourglass.d.ts +10 -0
  694. package/dist/typescript/src/components/Hourglass/Hourglass.d.ts.map +1 -0
  695. package/dist/typescript/src/components/Hourglass/Hourglass.spec.d.ts +2 -0
  696. package/dist/typescript/src/components/Hourglass/Hourglass.spec.d.ts.map +1 -0
  697. package/dist/typescript/src/components/Hourglass/base64hourglass.d.ts +3 -0
  698. package/dist/typescript/src/components/Hourglass/base64hourglass.d.ts.map +1 -0
  699. package/dist/typescript/src/components/Hourglass/index.d.ts +2 -0
  700. package/dist/typescript/src/components/Hourglass/index.d.ts.map +1 -0
  701. package/dist/typescript/src/components/Icons/ArrowIcon.d.ts +17 -0
  702. package/dist/typescript/src/components/Icons/ArrowIcon.d.ts.map +1 -0
  703. package/dist/typescript/src/components/Icons/CheckmarkIcon.d.ts +13 -0
  704. package/dist/typescript/src/components/Icons/CheckmarkIcon.d.ts.map +1 -0
  705. package/dist/typescript/src/components/Icons/ChevronIcon.d.ts +16 -0
  706. package/dist/typescript/src/components/Icons/ChevronIcon.d.ts.map +1 -0
  707. package/dist/typescript/src/components/Icons/CloseIcon.d.ts +14 -0
  708. package/dist/typescript/src/components/Icons/CloseIcon.d.ts.map +1 -0
  709. package/dist/typescript/src/components/Icons/index.d.ts +5 -0
  710. package/dist/typescript/src/components/Icons/index.d.ts.map +1 -0
  711. package/dist/typescript/src/components/Label/Label.d.ts +18 -0
  712. package/dist/typescript/src/components/Label/Label.d.ts.map +1 -0
  713. package/dist/typescript/src/components/Label/index.d.ts +2 -0
  714. package/dist/typescript/src/components/Label/index.d.ts.map +1 -0
  715. package/dist/typescript/src/components/List/List.d.ts +4 -0
  716. package/dist/typescript/src/components/List/List.d.ts.map +1 -0
  717. package/dist/typescript/src/components/List/ListAccordion.d.ts +27 -0
  718. package/dist/typescript/src/components/List/ListAccordion.d.ts.map +1 -0
  719. package/dist/typescript/src/components/List/ListItem.d.ts +17 -0
  720. package/dist/typescript/src/components/List/ListItem.d.ts.map +1 -0
  721. package/dist/typescript/src/components/List/ListSection.d.ts +15 -0
  722. package/dist/typescript/src/components/List/ListSection.d.ts.map +1 -0
  723. package/dist/typescript/src/components/List/index.d.ts +3 -0
  724. package/dist/typescript/src/components/List/index.d.ts.map +1 -0
  725. package/dist/typescript/src/components/Menu/Menu.d.ts +47 -0
  726. package/dist/typescript/src/components/Menu/Menu.d.ts.map +1 -0
  727. package/dist/typescript/src/components/Menu/MenuItem.d.ts +18 -0
  728. package/dist/typescript/src/components/Menu/MenuItem.d.ts.map +1 -0
  729. package/dist/typescript/src/components/Menu/index.d.ts +2 -0
  730. package/dist/typescript/src/components/Menu/index.d.ts.map +1 -0
  731. package/dist/typescript/src/components/NumberInput/NumberInput.d.ts +21 -0
  732. package/dist/typescript/src/components/NumberInput/NumberInput.d.ts.map +1 -0
  733. package/dist/typescript/src/components/NumberInput/NumberInput.spec.d.ts +2 -0
  734. package/dist/typescript/src/components/NumberInput/NumberInput.spec.d.ts.map +1 -0
  735. package/dist/typescript/src/components/NumberInput/index.d.ts +2 -0
  736. package/dist/typescript/src/components/NumberInput/index.d.ts.map +1 -0
  737. package/dist/typescript/src/components/Panel/Panel.d.ts +19 -0
  738. package/dist/typescript/src/components/Panel/Panel.d.ts.map +1 -0
  739. package/dist/typescript/src/components/Panel/Panel.spec.d.ts +2 -0
  740. package/dist/typescript/src/components/Panel/Panel.spec.d.ts.map +1 -0
  741. package/dist/typescript/src/components/Panel/index.d.ts +2 -0
  742. package/dist/typescript/src/components/Panel/index.d.ts.map +1 -0
  743. package/dist/typescript/src/components/Portal/Portal.d.ts +21 -0
  744. package/dist/typescript/src/components/Portal/Portal.d.ts.map +1 -0
  745. package/dist/typescript/src/components/Portal/PortalConsumer.d.ts +16 -0
  746. package/dist/typescript/src/components/Portal/PortalConsumer.d.ts.map +1 -0
  747. package/dist/typescript/src/components/Portal/PortalHost.d.ts +46 -0
  748. package/dist/typescript/src/components/Portal/PortalHost.d.ts.map +1 -0
  749. package/dist/typescript/src/components/Portal/PortalManager.d.ts +19 -0
  750. package/dist/typescript/src/components/Portal/PortalManager.d.ts.map +1 -0
  751. package/dist/typescript/src/components/Portal/index.d.ts +2 -0
  752. package/dist/typescript/src/components/Portal/index.d.ts.map +1 -0
  753. package/dist/typescript/src/components/Progress/Progress.d.ts +15 -0
  754. package/dist/typescript/src/components/Progress/Progress.d.ts.map +1 -0
  755. package/dist/typescript/src/components/Progress/index.d.ts +2 -0
  756. package/dist/typescript/src/components/Progress/index.d.ts.map +1 -0
  757. package/dist/typescript/src/components/Radio/Radio.d.ts +10 -0
  758. package/dist/typescript/src/components/Radio/Radio.d.ts.map +1 -0
  759. package/dist/typescript/src/components/Radio/index.d.ts +2 -0
  760. package/dist/typescript/src/components/Radio/index.d.ts.map +1 -0
  761. package/dist/typescript/src/components/ScrollPanel/ScrollPanel.d.ts +13 -0
  762. package/dist/typescript/src/components/ScrollPanel/ScrollPanel.d.ts.map +1 -0
  763. package/dist/typescript/src/components/ScrollPanel/index.d.ts +2 -0
  764. package/dist/typescript/src/components/ScrollPanel/index.d.ts.map +1 -0
  765. package/dist/typescript/src/components/ScrollView/ScrollView.d.ts +17 -0
  766. package/dist/typescript/src/components/ScrollView/ScrollView.d.ts.map +1 -0
  767. package/dist/typescript/src/components/ScrollView/index.d.ts +2 -0
  768. package/dist/typescript/src/components/ScrollView/index.d.ts.map +1 -0
  769. package/dist/typescript/src/components/Select/Select.d.ts +18 -0
  770. package/dist/typescript/src/components/Select/Select.d.ts.map +1 -0
  771. package/dist/typescript/src/components/Select/SelectBase.d.ts +15 -0
  772. package/dist/typescript/src/components/Select/SelectBase.d.ts.map +1 -0
  773. package/dist/typescript/src/components/Select/SelectBox.d.ts +16 -0
  774. package/dist/typescript/src/components/Select/SelectBox.d.ts.map +1 -0
  775. package/dist/typescript/src/components/Select/index.d.ts +3 -0
  776. package/dist/typescript/src/components/Select/index.d.ts.map +1 -0
  777. package/dist/typescript/src/components/Slider/Slider.d.ts +24 -0
  778. package/dist/typescript/src/components/Slider/Slider.d.ts.map +1 -0
  779. package/dist/typescript/src/components/Slider/index.d.ts +2 -0
  780. package/dist/typescript/src/components/Slider/index.d.ts.map +1 -0
  781. package/dist/typescript/src/components/Snackbar/Snackbar.d.ts +51 -0
  782. package/dist/typescript/src/components/Snackbar/Snackbar.d.ts.map +1 -0
  783. package/dist/typescript/src/components/Snackbar/SnackbarContent.d.ts +9 -0
  784. package/dist/typescript/src/components/Snackbar/SnackbarContent.d.ts.map +1 -0
  785. package/dist/typescript/src/components/Snackbar/index.d.ts +2 -0
  786. package/dist/typescript/src/components/Snackbar/index.d.ts.map +1 -0
  787. package/dist/typescript/src/components/SwitchBase/SwitchBase.d.ts +21 -0
  788. package/dist/typescript/src/components/SwitchBase/SwitchBase.d.ts.map +1 -0
  789. package/dist/typescript/src/components/SwitchBase/index.d.ts +2 -0
  790. package/dist/typescript/src/components/SwitchBase/index.d.ts.map +1 -0
  791. package/dist/typescript/src/components/Tabs/Tabs.d.ts +38 -0
  792. package/dist/typescript/src/components/Tabs/Tabs.d.ts.map +1 -0
  793. package/dist/typescript/src/components/Tabs/index.d.ts +2 -0
  794. package/dist/typescript/src/components/Tabs/index.d.ts.map +1 -0
  795. package/dist/typescript/src/components/TextInput/TextInput.d.ts +16 -0
  796. package/dist/typescript/src/components/TextInput/TextInput.d.ts.map +1 -0
  797. package/dist/typescript/src/components/TextInput/index.d.ts +2 -0
  798. package/dist/typescript/src/components/TextInput/index.d.ts.map +1 -0
  799. package/dist/typescript/src/components/Toolbar/Toolbar.d.ts +10 -0
  800. package/dist/typescript/src/components/Toolbar/Toolbar.d.ts.map +1 -0
  801. package/dist/typescript/src/components/Toolbar/index.d.ts +2 -0
  802. package/dist/typescript/src/components/Toolbar/index.d.ts.map +1 -0
  803. package/dist/typescript/src/components/Typography/Anchor.d.ts +12 -0
  804. package/dist/typescript/src/components/Typography/Anchor.d.ts.map +1 -0
  805. package/dist/typescript/src/components/Typography/Text.d.ts +16 -0
  806. package/dist/typescript/src/components/Typography/Text.d.ts.map +1 -0
  807. package/dist/typescript/src/components/Typography/Text.spec.d.ts +2 -0
  808. package/dist/typescript/src/components/Typography/Text.spec.d.ts.map +1 -0
  809. package/dist/typescript/src/components/Typography/Title.d.ts +12 -0
  810. package/dist/typescript/src/components/Typography/Title.d.ts.map +1 -0
  811. package/dist/typescript/src/components/Typography/index.d.ts +4 -0
  812. package/dist/typescript/src/components/Typography/index.d.ts.map +1 -0
  813. package/dist/typescript/src/components/Window/Window.d.ts +18 -0
  814. package/dist/typescript/src/components/Window/Window.d.ts.map +1 -0
  815. package/dist/typescript/src/components/Window/index.d.ts +2 -0
  816. package/dist/typescript/src/components/Window/index.d.ts.map +1 -0
  817. package/dist/typescript/src/core/Provider.d.ts +9 -0
  818. package/dist/typescript/src/core/Provider.d.ts.map +1 -0
  819. package/dist/typescript/src/core/theming.d.ts +10 -0
  820. package/dist/typescript/src/core/theming.d.ts.map +1 -0
  821. package/dist/typescript/src/hooks/useAsyncReference.d.ts +8 -0
  822. package/dist/typescript/src/hooks/useAsyncReference.d.ts.map +1 -0
  823. package/dist/typescript/src/hooks/useControlledOrUncontrolled.d.ts +8 -0
  824. package/dist/typescript/src/hooks/useControlledOrUncontrolled.d.ts.map +1 -0
  825. package/dist/typescript/src/index.d.ts +36 -0
  826. package/dist/typescript/src/index.d.ts.map +1 -0
  827. package/dist/typescript/src/styles/shadow.d.ts +15 -0
  828. package/dist/typescript/src/styles/shadow.d.ts.map +1 -0
  829. package/dist/typescript/src/styles/styleElements.d.ts +17 -0
  830. package/dist/typescript/src/styles/styleElements.d.ts.map +1 -0
  831. package/dist/typescript/src/styles/styles.d.ts +117 -0
  832. package/dist/typescript/src/styles/styles.d.ts.map +1 -0
  833. package/dist/typescript/src/styles/themes/aiee.d.ts +34 -0
  834. package/dist/typescript/src/styles/themes/aiee.d.ts.map +1 -0
  835. package/dist/typescript/src/styles/themes/ash.d.ts +34 -0
  836. package/dist/typescript/src/styles/themes/ash.d.ts.map +1 -0
  837. package/dist/typescript/src/styles/themes/azureOrange.d.ts +34 -0
  838. package/dist/typescript/src/styles/themes/azureOrange.d.ts.map +1 -0
  839. package/dist/typescript/src/styles/themes/bee.d.ts +34 -0
  840. package/dist/typescript/src/styles/themes/bee.d.ts.map +1 -0
  841. package/dist/typescript/src/styles/themes/blackAndWhite.d.ts +34 -0
  842. package/dist/typescript/src/styles/themes/blackAndWhite.d.ts.map +1 -0
  843. package/dist/typescript/src/styles/themes/blue.d.ts +34 -0
  844. package/dist/typescript/src/styles/themes/blue.d.ts.map +1 -0
  845. package/dist/typescript/src/styles/themes/brick.d.ts +34 -0
  846. package/dist/typescript/src/styles/themes/brick.d.ts.map +1 -0
  847. package/dist/typescript/src/styles/themes/candy.d.ts +34 -0
  848. package/dist/typescript/src/styles/themes/candy.d.ts.map +1 -0
  849. package/dist/typescript/src/styles/themes/cherry.d.ts +34 -0
  850. package/dist/typescript/src/styles/themes/cherry.d.ts.map +1 -0
  851. package/dist/typescript/src/styles/themes/coldGray.d.ts +35 -0
  852. package/dist/typescript/src/styles/themes/coldGray.d.ts.map +1 -0
  853. package/dist/typescript/src/styles/themes/counterStrike.d.ts +34 -0
  854. package/dist/typescript/src/styles/themes/counterStrike.d.ts.map +1 -0
  855. package/dist/typescript/src/styles/themes/darkTeal.d.ts +34 -0
  856. package/dist/typescript/src/styles/themes/darkTeal.d.ts.map +1 -0
  857. package/dist/typescript/src/styles/themes/eggplant.d.ts +34 -0
  858. package/dist/typescript/src/styles/themes/eggplant.d.ts.map +1 -0
  859. package/dist/typescript/src/styles/themes/fxDev.d.ts +34 -0
  860. package/dist/typescript/src/styles/themes/fxDev.d.ts.map +1 -0
  861. package/dist/typescript/src/styles/themes/highContrast.d.ts +34 -0
  862. package/dist/typescript/src/styles/themes/highContrast.d.ts.map +1 -0
  863. package/dist/typescript/src/styles/themes/hotChocolate.d.ts +34 -0
  864. package/dist/typescript/src/styles/themes/hotChocolate.d.ts.map +1 -0
  865. package/dist/typescript/src/styles/themes/index.d.ts +1606 -0
  866. package/dist/typescript/src/styles/themes/index.d.ts.map +1 -0
  867. package/dist/typescript/src/styles/themes/lilac.d.ts +34 -0
  868. package/dist/typescript/src/styles/themes/lilac.d.ts.map +1 -0
  869. package/dist/typescript/src/styles/themes/lilacRoseDark.d.ts +35 -0
  870. package/dist/typescript/src/styles/themes/lilacRoseDark.d.ts.map +1 -0
  871. package/dist/typescript/src/styles/themes/maple.d.ts +34 -0
  872. package/dist/typescript/src/styles/themes/maple.d.ts.map +1 -0
  873. package/dist/typescript/src/styles/themes/marine.d.ts +34 -0
  874. package/dist/typescript/src/styles/themes/marine.d.ts.map +1 -0
  875. package/dist/typescript/src/styles/themes/matrix.d.ts +34 -0
  876. package/dist/typescript/src/styles/themes/matrix.d.ts.map +1 -0
  877. package/dist/typescript/src/styles/themes/millenium.d.ts +34 -0
  878. package/dist/typescript/src/styles/themes/millenium.d.ts.map +1 -0
  879. package/dist/typescript/src/styles/themes/modernDark.d.ts +34 -0
  880. package/dist/typescript/src/styles/themes/modernDark.d.ts.map +1 -0
  881. package/dist/typescript/src/styles/themes/molecule.d.ts +34 -0
  882. package/dist/typescript/src/styles/themes/molecule.d.ts.map +1 -0
  883. package/dist/typescript/src/styles/themes/monochrome.d.ts +1 -0
  884. package/dist/typescript/src/styles/themes/monochrome.d.ts.map +1 -0
  885. package/dist/typescript/src/styles/themes/ninjaTurtles.d.ts +34 -0
  886. package/dist/typescript/src/styles/themes/ninjaTurtles.d.ts.map +1 -0
  887. package/dist/typescript/src/styles/themes/olive.d.ts +34 -0
  888. package/dist/typescript/src/styles/themes/olive.d.ts.map +1 -0
  889. package/dist/typescript/src/styles/themes/original.d.ts +34 -0
  890. package/dist/typescript/src/styles/themes/original.d.ts.map +1 -0
  891. package/dist/typescript/src/styles/themes/pamelaAnderson.d.ts +34 -0
  892. package/dist/typescript/src/styles/themes/pamelaAnderson.d.ts.map +1 -0
  893. package/dist/typescript/src/styles/themes/plum.d.ts +34 -0
  894. package/dist/typescript/src/styles/themes/plum.d.ts.map +1 -0
  895. package/dist/typescript/src/styles/themes/polarized.d.ts +34 -0
  896. package/dist/typescript/src/styles/themes/polarized.d.ts.map +1 -0
  897. package/dist/typescript/src/styles/themes/powerShell.d.ts +34 -0
  898. package/dist/typescript/src/styles/themes/powerShell.d.ts.map +1 -0
  899. package/dist/typescript/src/styles/themes/rainyDay.d.ts +34 -0
  900. package/dist/typescript/src/styles/themes/rainyDay.d.ts.map +1 -0
  901. package/dist/typescript/src/styles/themes/raspberry.d.ts +34 -0
  902. package/dist/typescript/src/styles/themes/raspberry.d.ts.map +1 -0
  903. package/dist/typescript/src/styles/themes/redWine.d.ts +34 -0
  904. package/dist/typescript/src/styles/themes/redWine.d.ts.map +1 -0
  905. package/dist/typescript/src/styles/themes/rose.d.ts +34 -0
  906. package/dist/typescript/src/styles/themes/rose.d.ts.map +1 -0
  907. package/dist/typescript/src/styles/themes/seawater.d.ts +34 -0
  908. package/dist/typescript/src/styles/themes/seawater.d.ts.map +1 -0
  909. package/dist/typescript/src/styles/themes/slate.d.ts +34 -0
  910. package/dist/typescript/src/styles/themes/slate.d.ts.map +1 -0
  911. package/dist/typescript/src/styles/themes/solarizedDark.d.ts +34 -0
  912. package/dist/typescript/src/styles/themes/solarizedDark.d.ts.map +1 -0
  913. package/dist/typescript/src/styles/themes/solarizedLight.d.ts +34 -0
  914. package/dist/typescript/src/styles/themes/solarizedLight.d.ts.map +1 -0
  915. package/dist/typescript/src/styles/themes/spruce.d.ts +34 -0
  916. package/dist/typescript/src/styles/themes/spruce.d.ts.map +1 -0
  917. package/dist/typescript/src/styles/themes/stormClouds.d.ts +34 -0
  918. package/dist/typescript/src/styles/themes/stormClouds.d.ts.map +1 -0
  919. package/dist/typescript/src/styles/themes/theSixtiesUSA.d.ts +34 -0
  920. package/dist/typescript/src/styles/themes/theSixtiesUSA.d.ts.map +1 -0
  921. package/dist/typescript/src/styles/themes/tokyoDark.d.ts +34 -0
  922. package/dist/typescript/src/styles/themes/tokyoDark.d.ts.map +1 -0
  923. package/dist/typescript/src/styles/themes/tooSexy.d.ts +34 -0
  924. package/dist/typescript/src/styles/themes/tooSexy.d.ts.map +1 -0
  925. package/dist/typescript/src/styles/themes/travel.d.ts +34 -0
  926. package/dist/typescript/src/styles/themes/travel.d.ts.map +1 -0
  927. package/dist/typescript/src/styles/themes/vaporTeal.d.ts +34 -0
  928. package/dist/typescript/src/styles/themes/vaporTeal.d.ts.map +1 -0
  929. package/dist/typescript/src/styles/themes/vermillion.d.ts +34 -0
  930. package/dist/typescript/src/styles/themes/vermillion.d.ts.map +1 -0
  931. package/dist/typescript/src/styles/themes/violetDark.d.ts +34 -0
  932. package/dist/typescript/src/styles/themes/violetDark.d.ts.map +1 -0
  933. package/dist/typescript/src/styles/themes/water.d.ts +34 -0
  934. package/dist/typescript/src/styles/themes/water.d.ts.map +1 -0
  935. package/dist/typescript/src/styles/themes/wmii.d.ts +34 -0
  936. package/dist/typescript/src/styles/themes/wmii.d.ts.map +1 -0
  937. package/dist/typescript/src/types.d.ts +42 -0
  938. package/dist/typescript/src/types.d.ts.map +1 -0
  939. package/dist/typescript/src/utils/index.d.ts +7 -0
  940. package/dist/typescript/src/utils/index.d.ts.map +1 -0
  941. package/package.json +18 -65
  942. package/src/components/AppBar/AppBarContent.tsx +1 -1
  943. package/src/components/Button/Button.tsx +0 -2
  944. package/src/components/Divider/Divider.tsx +1 -0
  945. package/src/components/FAB/FAB.tsx +0 -2
  946. package/src/components/FAB/FABGroup.tsx +0 -6
  947. package/src/components/Hourglass/Hourglass.tsx +1 -0
  948. package/src/components/NumberInput/NumberInput.tsx +1 -0
  949. package/src/components/Select/SelectBase.tsx +1 -1
  950. package/src/components/SwitchBase/SwitchBase.tsx +2 -4
  951. package/src/components/Tabs/Tabs.tsx +1 -2
  952. package/src/hooks/useControlledOrUncontrolled.ts +1 -0
  953. package/src/styles/styleElements.tsx +1 -0
@@ -0,0 +1,149 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _theming = require("../../core/theming");
10
+ var _styleElements = require("../../styles/styleElements");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
+ const Desktop = ({
14
+ children,
15
+ style,
16
+ screenStyle,
17
+ theme,
18
+ ...rest
19
+ }) => {
20
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
21
+ style: [styles.wrapper, style],
22
+ ...rest,
23
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
24
+ style: [styles.monitor, {
25
+ backgroundColor: theme.material
26
+ }],
27
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_styleElements.Border, {
28
+ theme: theme,
29
+ variant: "raised",
30
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
31
+ style: [styles.monitorShadowBorder, {
32
+ borderColor: theme.borderDark
33
+ }],
34
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
35
+ style: [styles.monitorShadowBorder, {
36
+ borderColor: theme.borderDark
37
+ }]
38
+ })
39
+ })
40
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
41
+ style: [styles.screen, screenStyle],
42
+ testID: "desktopScreen",
43
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_styleElements.Border, {
44
+ theme: theme,
45
+ variant: "cutout"
46
+ }), children]
47
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
48
+ style: [styles.light]
49
+ })]
50
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
51
+ style: [styles.stand],
52
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
53
+ style: [styles.standSegmentOne, {
54
+ borderTopColor: theme.borderDark
55
+ }],
56
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styleElements.Border, {
57
+ theme: theme,
58
+ variant: "raised",
59
+ style: {
60
+ backgroundColor: theme.material
61
+ }
62
+ })
63
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
64
+ style: [styles.standSegmentTwo, {
65
+ backgroundColor: theme.material
66
+ }],
67
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styleElements.Border, {
68
+ theme: theme,
69
+ variant: "default"
70
+ })
71
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
72
+ style: [styles.standSegmentThree],
73
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styleElements.Border, {
74
+ theme: theme,
75
+ variant: "raised"
76
+ })
77
+ })]
78
+ })]
79
+ });
80
+ };
81
+ const styles = _reactNative.StyleSheet.create({
82
+ wrapper: {
83
+ position: 'relative',
84
+ width: 'auto',
85
+ alignSelf: 'center'
86
+ },
87
+ monitor: {
88
+ position: 'relative',
89
+ zIndex: 1,
90
+ width: 195,
91
+ height: 155,
92
+ padding: 18
93
+ },
94
+ monitorShadowBorder: {
95
+ position: 'absolute',
96
+ top: 0,
97
+ left: 0,
98
+ bottom: 0,
99
+ right: 0,
100
+ borderWidth: 1,
101
+ borderStyle: 'dotted'
102
+ // TODO: left and top dotted border shoulg be of light color
103
+ // borderTopColor: theme.borderLightest,
104
+ // borderLeftColor: theme.borderLightest,
105
+ // borderBottomColor: theme.borderDark,
106
+ // borderRightColor: theme.borderDark,
107
+ },
108
+ screen: {
109
+ flex: 1,
110
+ padding: 4
111
+ },
112
+ light: {
113
+ position: 'absolute',
114
+ right: 20,
115
+ top: 140,
116
+ width: 10,
117
+ borderWidth: 2,
118
+ borderTopColor: '#4d9046',
119
+ borderBottomColor: '#07ff00',
120
+ borderLeftColor: '#4d9046',
121
+ borderRightColor: '#07ff00'
122
+ },
123
+ stand: {
124
+ display: 'flex',
125
+ position: 'relative',
126
+ alignItems: 'center'
127
+ },
128
+ standSegmentOne: {
129
+ width: '50%',
130
+ height: 14,
131
+ borderWidth: 2,
132
+ borderColor: 'transparent',
133
+ zIndex: 1
134
+ },
135
+ standSegmentTwo: {
136
+ width: '40%',
137
+ height: 12,
138
+ position: 'relative',
139
+ top: -4
140
+ },
141
+ standSegmentThree: {
142
+ width: '75%',
143
+ height: 8,
144
+ position: 'relative',
145
+ top: -6
146
+ }
147
+ });
148
+ var _default = exports.default = (0, _theming.withTheme)(Desktop);
149
+ //# sourceMappingURL=Desktop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_theming","_styleElements","_jsxRuntime","e","__esModule","default","Desktop","children","style","screenStyle","theme","rest","jsxs","View","styles","wrapper","monitor","backgroundColor","material","jsx","Border","variant","monitorShadowBorder","borderColor","borderDark","screen","testID","light","stand","standSegmentOne","borderTopColor","standSegmentTwo","standSegmentThree","StyleSheet","create","position","width","alignSelf","zIndex","height","padding","top","left","bottom","right","borderWidth","borderStyle","flex","borderBottomColor","borderLeftColor","borderRightColor","display","alignItems","_default","exports","withTheme"],"sourceRoot":"../../../../src","sources":["components/Desktop/Desktop.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ var _react = _interopRequireDefault(require("react"));
4
+ var _reactNative = require("@testing-library/react-native");
5
+ var _ = require("../..");
6
+ var _jsxRuntime = require("react/jsx-runtime");
7
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
8
+ describe('<Desktop />', () => {
9
+ it('should render children in "screen"', () => {
10
+ const {
11
+ getByTestId
12
+ } = (0, _reactNative.render)(/*#__PURE__*/(0, _jsxRuntime.jsx)(_.Desktop, {
13
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_.Text, {
14
+ children: "Desktop content"
15
+ })
16
+ }));
17
+ expect(getByTestId('desktopScreen')).toHaveTextContent('Desktop content');
18
+ });
19
+ it('should render custom styles', () => {
20
+ const style = {
21
+ backgroundColor: 'teal'
22
+ };
23
+ const {
24
+ getByTestId
25
+ } = (0, _reactNative.render)(/*#__PURE__*/(0, _jsxRuntime.jsx)(_.Desktop, {
26
+ style: style,
27
+ testID: "card"
28
+ }));
29
+ expect(getByTestId('card')).toHaveStyle(style);
30
+ });
31
+ it('should render custom screenStyles', () => {
32
+ const style = {
33
+ backgroundColor: 'teal'
34
+ };
35
+ const {
36
+ getByTestId
37
+ } = (0, _reactNative.render)(/*#__PURE__*/(0, _jsxRuntime.jsx)(_.Desktop, {
38
+ screenStyle: style
39
+ }));
40
+ expect(getByTestId('desktopScreen')).toHaveStyle(style);
41
+ });
42
+ });
43
+ //# sourceMappingURL=Desktop.spec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_","_jsxRuntime","e","__esModule","default","describe","it","getByTestId","render","jsx","Desktop","children","Text","expect","toHaveTextContent","style","backgroundColor","testID","toHaveStyle","screenStyle"],"sourceRoot":"../../../../src","sources":["components/Desktop/Desktop.spec.tsx"],"mappings":";;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,CAAA,GAAAF,OAAA;AAAsC,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEtCG,QAAQ,CAAC,aAAa,EAAE,MAAM;EAC5BC,EAAE,CAAC,oCAAoC,EAAE,MAAM;IAC7C,MAAM;MAAEC;IAAY,CAAC,GAAG,IAAAC,mBAAM,eAC5B,IAAAP,WAAA,CAAAQ,GAAA,EAACT,CAAA,CAAAU,OAAO;MAAAC,QAAA,eACN,IAAAV,WAAA,CAAAQ,GAAA,EAACT,CAAA,CAAAY,IAAI;QAAAD,QAAA,EAAC;MAAe,CAAM;IAAC,CACrB,CACX,CAAC;IAEDE,MAAM,CAACN,WAAW,CAAC,eAAe,CAAC,CAAC,CAACO,iBAAiB,CAAC,iBAAiB,CAAC;EAC3E,CAAC,CAAC;EAEFR,EAAE,CAAC,6BAA6B,EAAE,MAAM;IACtC,MAAMS,KAAK,GAAG;MAAEC,eAAe,EAAE;IAAO,CAAC;IAEzC,MAAM;MAAET;IAAY,CAAC,GAAG,IAAAC,mBAAM,eAAC,IAAAP,WAAA,CAAAQ,GAAA,EAACT,CAAA,CAAAU,OAAO;MAACK,KAAK,EAAEA,KAAM;MAACE,MAAM,EAAC;IAAM,CAAE,CAAC,CAAC;IAEvEJ,MAAM,CAACN,WAAW,CAAC,MAAM,CAAC,CAAC,CAACW,WAAW,CAACH,KAAK,CAAC;EAChD,CAAC,CAAC;EAEFT,EAAE,CAAC,mCAAmC,EAAE,MAAM;IAC5C,MAAMS,KAAK,GAAG;MAAEC,eAAe,EAAE;IAAO,CAAC;IAEzC,MAAM;MAAET;IAAY,CAAC,GAAG,IAAAC,mBAAM,eAAC,IAAAP,WAAA,CAAAQ,GAAA,EAACT,CAAA,CAAAU,OAAO;MAACS,WAAW,EAAEJ;IAAM,CAAE,CAAC,CAAC;IAE/DF,MAAM,CAACN,WAAW,CAAC,eAAe,CAAC,CAAC,CAACW,WAAW,CAACH,KAAK,CAAC;EACzD,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "default", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _Desktop.default;
10
+ }
11
+ });
12
+ var _Desktop = _interopRequireDefault(require("./Desktop"));
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_Desktop","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../src","sources":["components/Desktop/index.tsx"],"mappings":";;;;;;;;;;;AAAA,IAAAA,QAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAoC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _theming = require("../../core/theming");
10
+ var _styleElements = require("../../styles/styleElements");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
+ const Divider = ({
14
+ orientation = 'horizontal',
15
+ size = '100%',
16
+ style = {},
17
+ theme,
18
+ variant = 'default',
19
+ ...rest
20
+ }) => {
21
+ const isHorizontal = orientation === 'horizontal';
22
+ const isRaised = variant === 'raised';
23
+ const thickness = isRaised ? 5 : 4;
24
+ //@ts-ignore
25
+ const dynamicStyles = {
26
+ width: isHorizontal ? size : thickness,
27
+ height: isHorizontal ? thickness : size,
28
+ backgroundColor: theme.material
29
+ };
30
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
31
+ style: [styles.divider, dynamicStyles, style],
32
+ ...rest,
33
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styleElements.Border, {
34
+ variant: "well",
35
+ invert: isRaised,
36
+ theme: theme
37
+ })
38
+ });
39
+ };
40
+ const styles = _reactNative.StyleSheet.create({
41
+ divider: {
42
+ position: 'relative'
43
+ }
44
+ });
45
+ var _default = exports.default = (0, _theming.withTheme)(Divider);
46
+ //# sourceMappingURL=Divider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_theming","_styleElements","_jsxRuntime","e","__esModule","default","Divider","orientation","size","style","theme","variant","rest","isHorizontal","isRaised","thickness","dynamicStyles","width","height","backgroundColor","material","jsx","View","styles","divider","children","Border","invert","StyleSheet","create","position","_default","exports","withTheme"],"sourceRoot":"../../../../src","sources":["components/Divider/Divider.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,QAAA,GAAAF,OAAA;AAQA,IAAAG,cAAA,GAAAH,OAAA;AAAoD,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAWpD,MAAMG,OAAO,GAAGA,CAAC;EACfC,WAAW,GAAG,YAAY;EAC1BC,IAAI,GAAG,MAAM;EACbC,KAAK,GAAG,CAAC,CAAC;EACVC,KAAK;EACLC,OAAO,GAAG,SAAS;EACnB,GAAGC;AACE,CAAC,KAAK;EACX,MAAMC,YAAY,GAAGN,WAAW,KAAK,YAAY;EACjD,MAAMO,QAAQ,GAAGH,OAAO,KAAK,QAAQ;EACrC,MAAMI,SAAS,GAAGD,QAAQ,GAAG,CAAC,GAAG,CAAC;EAClC;EACA,MAAME,aAAmC,GAAG;IAC1CC,KAAK,EAAEJ,YAAY,GAAGL,IAAI,GAAGO,SAAS;IACtCG,MAAM,EAAEL,YAAY,GAAGE,SAAS,GAAGP,IAAI;IACvCW,eAAe,EAAET,KAAK,CAACU;EACzB,CAAC;EACD,oBACE,IAAAlB,WAAA,CAAAmB,GAAA,EAACtB,YAAA,CAAAuB,IAAI;IAACb,KAAK,EAAE,CAACc,MAAM,CAACC,OAAO,EAAER,aAAa,EAAEP,KAAK,CAAE;IAAA,GAAKG,IAAI;IAAAa,QAAA,eAC3D,IAAAvB,WAAA,CAAAmB,GAAA,EAACpB,cAAA,CAAAyB,MAAM;MAACf,OAAO,EAAC,MAAM;MAACgB,MAAM,EAAEb,QAAS;MAACJ,KAAK,EAAEA;IAAM,CAAE;EAAC,CACrD,CAAC;AAEX,CAAC;AAED,MAAMa,MAAM,GAAGK,uBAAU,CAACC,MAAM,CAAC;EAC/BL,OAAO,EAAE;IACPM,QAAQ,EAAE;EACZ;AACF,CAAC,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAA3B,OAAA,GAEY,IAAA4B,kBAAS,EAAC3B,OAAO,CAAC","ignoreList":[]}
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+
3
+ var _react = _interopRequireDefault(require("react"));
4
+ var _reactNative = require("@testing-library/react-native");
5
+ var _ = require("../..");
6
+ var _jsxRuntime = require("react/jsx-runtime");
7
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
8
+ describe('<Divider />', () => {
9
+ it('should render Divider', () => {
10
+ const {
11
+ getByTestId
12
+ } = (0, _reactNative.render)(/*#__PURE__*/(0, _jsxRuntime.jsx)(_.Divider, {
13
+ testID: "divider"
14
+ }));
15
+ const divider = getByTestId('divider');
16
+ expect(divider).toBeTruthy();
17
+ });
18
+ describe('prop: size', () => {
19
+ it('defaults to 100%', () => {
20
+ const {
21
+ getByTestId
22
+ } = (0, _reactNative.render)(/*#__PURE__*/(0, _jsxRuntime.jsx)(_.Divider, {
23
+ testID: "divider"
24
+ }));
25
+ const divider = getByTestId('divider');
26
+ expect(divider).toHaveStyle({
27
+ width: '100%'
28
+ });
29
+ });
30
+ it('sets size correctly', () => {
31
+ const size = 53;
32
+ const {
33
+ getByTestId
34
+ } = (0, _reactNative.render)(/*#__PURE__*/(0, _jsxRuntime.jsx)(_.Divider, {
35
+ testID: "divider",
36
+ size: size
37
+ }));
38
+ const divider = getByTestId('divider');
39
+ expect(divider).toHaveStyle({
40
+ width: 53
41
+ });
42
+ });
43
+ });
44
+ describe('prop: orientation', () => {
45
+ it('renders horizontal line by default', () => {
46
+ const size = 53;
47
+ const {
48
+ getByTestId
49
+ } = (0, _reactNative.render)(/*#__PURE__*/(0, _jsxRuntime.jsx)(_.Divider, {
50
+ testID: "divider",
51
+ size: size
52
+ }));
53
+ const divider = getByTestId('divider');
54
+ expect(divider).toHaveStyle({
55
+ width: 53
56
+ });
57
+ });
58
+ it('renders vertical line when orientation="vertical"', () => {
59
+ const size = 53;
60
+ const {
61
+ getByTestId
62
+ } = (0, _reactNative.render)(/*#__PURE__*/(0, _jsxRuntime.jsx)(_.Divider, {
63
+ testID: "divider",
64
+ orientation: "vertical",
65
+ size: size
66
+ }));
67
+ const divider = getByTestId('divider');
68
+ expect(divider).toHaveStyle({
69
+ height: 53
70
+ });
71
+ });
72
+ });
73
+ });
74
+ //# sourceMappingURL=Divider.spec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_","_jsxRuntime","e","__esModule","default","describe","it","getByTestId","render","jsx","Divider","testID","divider","expect","toBeTruthy","toHaveStyle","width","size","orientation","height"],"sourceRoot":"../../../../src","sources":["components/Divider/Divider.spec.tsx"],"mappings":";;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,CAAA,GAAAF,OAAA;AAAgC,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEhCG,QAAQ,CAAC,aAAa,EAAE,MAAM;EAC5BC,EAAE,CAAC,uBAAuB,EAAE,MAAM;IAChC,MAAM;MAAEC;IAAY,CAAC,GAAG,IAAAC,mBAAM,eAAC,IAAAP,WAAA,CAAAQ,GAAA,EAACT,CAAA,CAAAU,OAAO;MAACC,MAAM,EAAC;IAAS,CAAE,CAAC,CAAC;IAC5D,MAAMC,OAAO,GAAGL,WAAW,CAAC,SAAS,CAAC;IAEtCM,MAAM,CAACD,OAAO,CAAC,CAACE,UAAU,CAAC,CAAC;EAC9B,CAAC,CAAC;EAEFT,QAAQ,CAAC,YAAY,EAAE,MAAM;IAC3BC,EAAE,CAAC,kBAAkB,EAAE,MAAM;MAC3B,MAAM;QAAEC;MAAY,CAAC,GAAG,IAAAC,mBAAM,eAAC,IAAAP,WAAA,CAAAQ,GAAA,EAACT,CAAA,CAAAU,OAAO;QAACC,MAAM,EAAC;MAAS,CAAE,CAAC,CAAC;MAC5D,MAAMC,OAAO,GAAGL,WAAW,CAAC,SAAS,CAAC;MACtCM,MAAM,CAACD,OAAO,CAAC,CAACG,WAAW,CAAC;QAAEC,KAAK,EAAE;MAAO,CAAC,CAAC;IAChD,CAAC,CAAC;IACFV,EAAE,CAAC,qBAAqB,EAAE,MAAM;MAC9B,MAAMW,IAAI,GAAG,EAAE;MACf,MAAM;QAAEV;MAAY,CAAC,GAAG,IAAAC,mBAAM,eAAC,IAAAP,WAAA,CAAAQ,GAAA,EAACT,CAAA,CAAAU,OAAO;QAACC,MAAM,EAAC,SAAS;QAACM,IAAI,EAAEA;MAAK,CAAE,CAAC,CAAC;MACxE,MAAML,OAAO,GAAGL,WAAW,CAAC,SAAS,CAAC;MAEtCM,MAAM,CAACD,OAAO,CAAC,CAACG,WAAW,CAAC;QAAEC,KAAK,EAAE;MAAG,CAAC,CAAC;IAC5C,CAAC,CAAC;EACJ,CAAC,CAAC;EAEFX,QAAQ,CAAC,mBAAmB,EAAE,MAAM;IAClCC,EAAE,CAAC,oCAAoC,EAAE,MAAM;MAC7C,MAAMW,IAAI,GAAG,EAAE;MACf,MAAM;QAAEV;MAAY,CAAC,GAAG,IAAAC,mBAAM,eAAC,IAAAP,WAAA,CAAAQ,GAAA,EAACT,CAAA,CAAAU,OAAO;QAACC,MAAM,EAAC,SAAS;QAACM,IAAI,EAAEA;MAAK,CAAE,CAAC,CAAC;MACxE,MAAML,OAAO,GAAGL,WAAW,CAAC,SAAS,CAAC;MAEtCM,MAAM,CAACD,OAAO,CAAC,CAACG,WAAW,CAAC;QAAEC,KAAK,EAAE;MAAG,CAAC,CAAC;IAC5C,CAAC,CAAC;IAEFV,EAAE,CAAC,mDAAmD,EAAE,MAAM;MAC5D,MAAMW,IAAI,GAAG,EAAE;MACf,MAAM;QAAEV;MAAY,CAAC,GAAG,IAAAC,mBAAM,eAC5B,IAAAP,WAAA,CAAAQ,GAAA,EAACT,CAAA,CAAAU,OAAO;QAACC,MAAM,EAAC,SAAS;QAACO,WAAW,EAAC,UAAU;QAACD,IAAI,EAAEA;MAAK,CAAE,CAChE,CAAC;MACD,MAAML,OAAO,GAAGL,WAAW,CAAC,SAAS,CAAC;MAEtCM,MAAM,CAACD,OAAO,CAAC,CAACG,WAAW,CAAC;QAAEI,MAAM,EAAE;MAAG,CAAC,CAAC;IAC7C,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "default", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _Divider.default;
10
+ }
11
+ });
12
+ var _Divider = _interopRequireDefault(require("./Divider"));
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_Divider","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../src","sources":["components/Divider/index.tsx"],"mappings":";;;;;;;;;;;AAAA,IAAAA,QAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAoC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -0,0 +1,210 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireWildcard(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _theming = require("../../core/theming");
10
+ var _ = require("../..");
11
+ var _jsxRuntime = require("react/jsx-runtime");
12
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
13
+ // import FABGroup from './FABGroup';
14
+
15
+ /**
16
+ * A floating action button represents the primary action in an application.
17
+ *
18
+ * <div class="screenshots">
19
+ * <img src="screenshots/fab-1.png" />
20
+ * <img src="screenshots/fab-2.png" />
21
+ * </div>
22
+ *
23
+ * ## Usage
24
+ * ```js
25
+ * import * as React from 'react';
26
+ * import { StyleSheet } from 'react-native';
27
+ * import { FAB } from 'react-native-paper';
28
+ *
29
+ * const MyComponent = () => (
30
+ * <FAB
31
+ * style={styles.fab}
32
+ * small
33
+ * icon="plus"
34
+ * onPress={() => console.log('Pressed')}
35
+ * />
36
+ * );
37
+ *
38
+ * const styles = StyleSheet.create({
39
+ * fab: {
40
+ * position: 'absolute',
41
+ * margin: 16,
42
+ * right: 0,
43
+ * bottom: 0,
44
+ * },
45
+ * })
46
+ *
47
+ * export default MyComponent;
48
+ * ```
49
+ */
50
+
51
+ // const defaultSize = 56;
52
+ // const extendedSize = 48;
53
+ // const smallSize = 40;
54
+ const defaultSize = 64;
55
+ const extendedSize = 56;
56
+ const smallSize = 48;
57
+ const FAB = ({
58
+ icon = true,
59
+ small,
60
+ label,
61
+ accessibilityLabel = label,
62
+ accessibilityState,
63
+ // animated = true,
64
+ // color: customColor,
65
+ disabled,
66
+ onPress,
67
+ onLongPress,
68
+ style,
69
+ visible = true,
70
+ uppercase = false,
71
+ loading,
72
+ testID,
73
+ theme,
74
+ ...rest
75
+ }) => {
76
+ const [isPressed, setIsPressed] = (0, _react.useState)(false);
77
+ const {
78
+ current: visibility
79
+ } = _react.default.useRef(new _reactNative.Animated.Value(visible ? 1 : 0));
80
+ const scale = 0.5;
81
+ _react.default.useEffect(() => {
82
+ if (visible) {
83
+ _reactNative.Animated.timing(visibility, {
84
+ toValue: 1,
85
+ duration: 200 * scale,
86
+ useNativeDriver: true
87
+ }).start();
88
+ } else {
89
+ _reactNative.Animated.timing(visibility, {
90
+ toValue: 0,
91
+ duration: 150 * scale,
92
+ useNativeDriver: true
93
+ }).start();
94
+ }
95
+ }, [visible, scale, visibility]);
96
+
97
+ // const IconComponent = animated ? null : null;
98
+
99
+ // eslint-disable-next-line no-nested-ternary
100
+ const size = label ? extendedSize : small ? smallSize : defaultSize;
101
+ // const size = label ? defaultSize : extendedSize;
102
+ const radius = size / 2;
103
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_.Panel, {
104
+ theme: theme,
105
+ ...rest,
106
+ elevation: disabled ? 0 : 4
107
+ // eslint-disable-next-line no-nested-ternary
108
+ ,
109
+ variant: disabled ? 'default' : isPressed ? 'cutout' : 'raised',
110
+ radius: radius,
111
+ style: [
112
+ // {
113
+ // // opacity: visibility,
114
+ // transform: [
115
+ // {
116
+ // scale: visibility,
117
+ // },
118
+ // ],
119
+ // backgroundColor: disabled ? theme.borderLight : theme.material,
120
+ // },
121
+ styles.container, disabled && styles.disabled, style],
122
+ pointerEvents: visible ? 'auto' : 'none',
123
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableHighlight, {
124
+ onPress: onPress,
125
+ onLongPress: onLongPress,
126
+ onHideUnderlay: () => setIsPressed(false),
127
+ onShowUnderlay: () => setIsPressed(true),
128
+ underlayColor: "none",
129
+ disabled: disabled,
130
+ accessibilityLabel: accessibilityLabel,
131
+ accessibilityRole: "button",
132
+ accessibilityState: {
133
+ ...accessibilityState,
134
+ disabled
135
+ },
136
+ style: styles.touchable,
137
+ testID: testID,
138
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
139
+ style: [styles.content, {
140
+ height: size,
141
+ width: label ? 'auto' : size,
142
+ paddingHorizontal: label ? 16 : 0,
143
+ paddingTop: isPressed ? 2 : 0
144
+ }],
145
+ pointerEvents: "none",
146
+ children: [icon && loading !== true ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_.ArrowIcon, {
147
+ theme: theme,
148
+ segments: 4,
149
+ style: {
150
+ marginTop: 2,
151
+ width: 32
152
+ }
153
+ // disabled to drop shadow
154
+ ,
155
+ shadowOffset: 1,
156
+ disabled: true,
157
+ color: disabled ? undefined : theme.materialText
158
+ }) : null, loading ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_.Hourglass, {
159
+ size: 32
160
+ }) : null, label ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_.Text, {
161
+ theme: theme,
162
+ disabled: true,
163
+ bold: true,
164
+ selectable: false,
165
+ style: [styles.label, uppercase && styles.uppercaseLabel, disabled ? {} : {
166
+ color: theme.materialText
167
+ }],
168
+ children: label
169
+ }) : null]
170
+ })
171
+ })
172
+ });
173
+ };
174
+ const styles = _reactNative.StyleSheet.create({
175
+ container: {
176
+ elevation: 6,
177
+ padding: 0
178
+ },
179
+ touchable: {},
180
+ // standard: {
181
+ // height: 56,
182
+ // width: 56,
183
+ // },
184
+ // small: {
185
+ // height: 40,
186
+ // width: 40,
187
+ // },
188
+ // extended: {
189
+ // height: 48,
190
+ // paddingHorizontal: 16,
191
+ // },
192
+ content: {
193
+ flexDirection: 'row',
194
+ alignItems: 'center',
195
+ justifyContent: 'center'
196
+ },
197
+ label: {
198
+ marginHorizontal: 8
199
+ },
200
+ uppercaseLabel: {
201
+ textTransform: 'uppercase'
202
+ },
203
+ disabled: {
204
+ elevation: 0
205
+ }
206
+ });
207
+
208
+ // FAB.Group = FABGroup;
209
+ var _default = exports.default = (0, _theming.withTheme)(FAB);
210
+ //# sourceMappingURL=FAB.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_theming","_","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","defaultSize","extendedSize","smallSize","FAB","icon","small","label","accessibilityLabel","accessibilityState","disabled","onPress","onLongPress","style","visible","uppercase","loading","testID","theme","rest","isPressed","setIsPressed","useState","current","visibility","React","useRef","Animated","Value","scale","useEffect","timing","toValue","duration","useNativeDriver","start","size","radius","jsx","Panel","elevation","variant","styles","container","pointerEvents","children","TouchableHighlight","onHideUnderlay","onShowUnderlay","underlayColor","accessibilityRole","touchable","jsxs","View","content","height","width","paddingHorizontal","paddingTop","ArrowIcon","segments","marginTop","shadowOffset","color","undefined","materialText","Hourglass","Text","bold","selectable","uppercaseLabel","StyleSheet","create","padding","flexDirection","alignItems","justifyContent","marginHorizontal","textTransform","_default","exports","withTheme"],"sourceRoot":"../../../../src","sources":["components/FAB/FAB.tsx"],"mappings":"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","ignoreList":[]}