@react95/core 8.0.0-alpha.0 → 8.0.0-alpha.10

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 (832) hide show
  1. package/README.md +18 -42
  2. package/cjs/Alert/Alert.cjs +43 -0
  3. package/cjs/Alert/Alert.css.cjs +9 -0
  4. package/cjs/Alert/Alert.css.ts.vanilla.css +15 -0
  5. package/cjs/Alert/assets/chord.mp3.cjs +3 -0
  6. package/cjs/Avatar/Avatar.cjs +26 -0
  7. package/cjs/Avatar/Avatar.css.cjs +8 -0
  8. package/cjs/Avatar/Avatar.css.ts.vanilla.css +24 -0
  9. package/cjs/Button/Button.cjs +20 -0
  10. package/cjs/Button/Button.css.cjs +5 -0
  11. package/cjs/Button/Button.css.ts.vanilla.css +31 -0
  12. package/cjs/Checkbox/Checkbox.cjs +17 -0
  13. package/cjs/Checkbox/Checkbox.css.cjs +11 -0
  14. package/cjs/Checkbox/Checkbox.css.ts.vanilla.css +59 -0
  15. package/cjs/Cursor/Cursor.css.cjs +5 -0
  16. package/cjs/Cursor/Cursor.css.ts.vanilla.css +96 -0
  17. package/cjs/Dropdown/Dropdown.cjs +20 -0
  18. package/cjs/Dropdown/Dropdown.css.cjs +7 -0
  19. package/cjs/Dropdown/Dropdown.css.ts.vanilla.css +50 -0
  20. package/cjs/Fieldset/Fieldset.cjs +9 -0
  21. package/cjs/Fieldset/Fieldset.css.cjs +7 -0
  22. package/cjs/Fieldset/Fieldset.css.ts.vanilla.css +19 -0
  23. package/cjs/Frame/Frame.cjs +23 -0
  24. package/cjs/Frame/Frame.css.cjs +48 -0
  25. package/cjs/Frame/Frame.css.ts.vanilla.css +399 -0
  26. package/cjs/GlobalStyle/GlobalStyle.css.cjs +3 -0
  27. package/cjs/GlobalStyle/GlobalStyle.css.ts.vanilla.css +122 -0
  28. package/cjs/GlobalStyle.cjs +4 -0
  29. package/cjs/Input/Input.cjs +26 -0
  30. package/cjs/Input/Input.css.cjs +5 -0
  31. package/cjs/Input/Input.css.ts.vanilla.css +21 -0
  32. package/cjs/List/List.cjs +16 -0
  33. package/cjs/List/List.css.cjs +9 -0
  34. package/cjs/List/List.css.ts.vanilla.css +66 -0
  35. package/cjs/List/ListDivider.cjs +19 -0
  36. package/cjs/List/ListItem.cjs +12 -0
  37. package/cjs/Modal/Modal.cjs +151 -0
  38. package/cjs/Modal/Modal.css.cjs +14 -0
  39. package/cjs/Modal/Modal.css.ts.vanilla.css +55 -0
  40. package/cjs/Modal/ModalContext.cjs +16 -0
  41. package/cjs/Modal/ModalProvider.cjs +71 -0
  42. package/cjs/Modal/close.svg.cjs +3 -0
  43. package/cjs/Modal/help.svg.cjs +3 -0
  44. package/cjs/ProgressBar/ProgressBar.cjs +20 -0
  45. package/cjs/ProgressBar/ProgressBar.css.cjs +11 -0
  46. package/cjs/ProgressBar/ProgressBar.css.ts.vanilla.css +32 -0
  47. package/cjs/RadioButton/RadioButton.cjs +17 -0
  48. package/cjs/RadioButton/RadioButton.css.cjs +11 -0
  49. package/cjs/RadioButton/RadioButton.css.ts.vanilla.css +44 -0
  50. package/cjs/Range/Range.cjs +36 -0
  51. package/cjs/Range/Range.css.cjs +5 -0
  52. package/cjs/Range/Range.css.ts.vanilla.css +84 -0
  53. package/cjs/Tabs/Tab.cjs +18 -0
  54. package/cjs/Tabs/Tabs.cjs +50 -0
  55. package/cjs/Tabs/Tabs.css.cjs +10 -0
  56. package/cjs/Tabs/Tabs.css.ts.vanilla.css +54 -0
  57. package/cjs/TaskBar/Clock.cjs +34 -0
  58. package/cjs/TaskBar/TaskBar.cjs +74 -0
  59. package/cjs/TaskBar/TaskBar.css.cjs +12 -0
  60. package/cjs/TaskBar/TaskBar.css.ts.vanilla.css +52 -0
  61. package/cjs/TaskBar/WindowButton.cjs +17 -0
  62. package/cjs/TextArea/TextArea.cjs +26 -0
  63. package/cjs/TitleBar/TitleBar.cjs +45 -0
  64. package/cjs/TitleBar/TitleBar.css.cjs +12 -0
  65. package/cjs/TitleBar/TitleBar.css.ts.vanilla.css +62 -0
  66. package/cjs/Tooltip/Tooltip.cjs +77 -0
  67. package/cjs/Tooltip/Tooltip.css.cjs +7 -0
  68. package/cjs/Tooltip/Tooltip.css.ts.vanilla.css +25 -0
  69. package/cjs/Tree/Node.cjs +139 -0
  70. package/cjs/Tree/Tree.cjs +16 -0
  71. package/cjs/Tree/Tree.css.cjs +18 -0
  72. package/cjs/Tree/Tree.css.ts.vanilla.css +90 -0
  73. package/cjs/Video/Video.cjs +223 -0
  74. package/cjs/Video/Video.css.cjs +22 -0
  75. package/cjs/Video/Video.css.ts.vanilla.css +83 -0
  76. package/cjs/Video/buttons/Fullscreen.cjs +39 -0
  77. package/cjs/Video/buttons/Pause.cjs +33 -0
  78. package/cjs/Video/buttons/Play.cjs +33 -0
  79. package/cjs/Video/buttons/Stop.cjs +32 -0
  80. package/cjs/index.cjs +50 -0
  81. package/cjs/themes/azureOrange.css.cjs +3 -0
  82. package/cjs/themes/azureOrange.css.ts.vanilla.css +58 -0
  83. package/cjs/themes/bee.css.cjs +3 -0
  84. package/cjs/themes/bee.css.ts.vanilla.css +58 -0
  85. package/cjs/themes/blackAndWhite.css.cjs +3 -0
  86. package/cjs/themes/blackAndWhite.css.ts.vanilla.css +58 -0
  87. package/cjs/themes/brick.css.cjs +3 -0
  88. package/cjs/themes/brick.css.ts.vanilla.css +58 -0
  89. package/cjs/themes/candy.css.cjs +3 -0
  90. package/cjs/themes/candy.css.ts.vanilla.css +58 -0
  91. package/cjs/themes/coldGray.css.cjs +3 -0
  92. package/cjs/themes/coldGray.css.ts.vanilla.css +58 -0
  93. package/cjs/themes/counterStrike.css.cjs +3 -0
  94. package/cjs/themes/counterStrike.css.ts.vanilla.css +58 -0
  95. package/cjs/themes/eggplant.css.cjs +3 -0
  96. package/cjs/themes/eggplant.css.ts.vanilla.css +58 -0
  97. package/cjs/themes/highContrast.css.cjs +3 -0
  98. package/cjs/themes/highContrast.css.ts.vanilla.css +58 -0
  99. package/cjs/themes/lilac.css.cjs +3 -0
  100. package/cjs/themes/lilac.css.ts.vanilla.css +58 -0
  101. package/cjs/themes/lilacRoseDark.css.cjs +3 -0
  102. package/cjs/themes/lilacRoseDark.css.ts.vanilla.css +58 -0
  103. package/cjs/themes/maple.css.cjs +3 -0
  104. package/cjs/themes/maple.css.ts.vanilla.css +58 -0
  105. package/cjs/themes/marine.css.cjs +3 -0
  106. package/cjs/themes/marine.css.ts.vanilla.css +58 -0
  107. package/cjs/themes/matrix.css.cjs +3 -0
  108. package/cjs/themes/matrix.css.ts.vanilla.css +58 -0
  109. package/cjs/themes/millenium.css.cjs +3 -0
  110. package/cjs/themes/millenium.css.ts.vanilla.css +58 -0
  111. package/cjs/themes/modernDark.css.cjs +3 -0
  112. package/cjs/themes/modernDark.css.ts.vanilla.css +58 -0
  113. package/cjs/themes/molecule.css.cjs +3 -0
  114. package/cjs/themes/molecule.css.ts.vanilla.css +58 -0
  115. package/cjs/themes/ninjaTurtles.css.cjs +3 -0
  116. package/cjs/themes/ninjaTurtles.css.ts.vanilla.css +58 -0
  117. package/cjs/themes/olive.css.cjs +3 -0
  118. package/cjs/themes/olive.css.ts.vanilla.css +58 -0
  119. package/cjs/themes/pamelaAnderson.css.cjs +3 -0
  120. package/cjs/themes/pamelaAnderson.css.ts.vanilla.css +58 -0
  121. package/cjs/themes/plum.css.cjs +3 -0
  122. package/cjs/themes/plum.css.ts.vanilla.css +58 -0
  123. package/cjs/themes/rainyDay.css.cjs +3 -0
  124. package/cjs/themes/rainyDay.css.ts.vanilla.css +58 -0
  125. package/cjs/themes/rose.css.cjs +3 -0
  126. package/cjs/themes/rose.css.ts.vanilla.css +58 -0
  127. package/cjs/themes/slate.css.cjs +3 -0
  128. package/cjs/themes/slate.css.ts.vanilla.css +58 -0
  129. package/cjs/themes/spruce.css.cjs +3 -0
  130. package/cjs/themes/spruce.css.ts.vanilla.css +58 -0
  131. package/cjs/themes/storm.css.cjs +3 -0
  132. package/cjs/themes/storm.css.ts.vanilla.css +58 -0
  133. package/cjs/themes/theSixtiesUSA.css.cjs +3 -0
  134. package/cjs/themes/theSixtiesUSA.css.ts.vanilla.css +58 -0
  135. package/cjs/themes/tokyoDark.css.cjs +3 -0
  136. package/cjs/themes/tokyoDark.css.ts.vanilla.css +58 -0
  137. package/cjs/themes/tooSexy.css.cjs +3 -0
  138. package/cjs/themes/tooSexy.css.ts.vanilla.css +58 -0
  139. package/cjs/themes/travel.css.cjs +3 -0
  140. package/cjs/themes/travel.css.ts.vanilla.css +58 -0
  141. package/cjs/themes/vaporTeal.css.cjs +3 -0
  142. package/cjs/themes/vaporTeal.css.ts.vanilla.css +58 -0
  143. package/cjs/themes/vermillion.css.cjs +3 -0
  144. package/cjs/themes/vermillion.css.ts.vanilla.css +58 -0
  145. package/cjs/themes/violetDark.css.cjs +3 -0
  146. package/cjs/themes/violetDark.css.ts.vanilla.css +58 -0
  147. package/cjs/themes/water.css.cjs +3 -0
  148. package/cjs/themes/water.css.ts.vanilla.css +58 -0
  149. package/cjs/themes/win95.css.cjs +3 -0
  150. package/cjs/themes/win95.css.ts.vanilla.css +58 -0
  151. package/cjs/themes.cjs +72 -0
  152. package/esm/Alert/Alert.css.mjs +9 -0
  153. package/esm/Alert/Alert.css.ts.vanilla.css +15 -0
  154. package/esm/Alert/Alert.mjs +43 -0
  155. package/esm/Alert/assets/chord.mp3.mjs +4 -0
  156. package/esm/Avatar/Avatar.css.mjs +8 -0
  157. package/esm/Avatar/Avatar.css.ts.vanilla.css +24 -0
  158. package/esm/Avatar/Avatar.mjs +9 -0
  159. package/esm/Button/Button.css.mjs +5 -0
  160. package/esm/Button/Button.css.ts.vanilla.css +31 -0
  161. package/esm/Button/Button.mjs +20 -0
  162. package/esm/Checkbox/Checkbox.css.mjs +11 -0
  163. package/esm/Checkbox/Checkbox.css.ts.vanilla.css +59 -0
  164. package/esm/Checkbox/Checkbox.mjs +17 -0
  165. package/esm/Cursor/Cursor.css.mjs +5 -0
  166. package/esm/Cursor/Cursor.css.ts.vanilla.css +96 -0
  167. package/esm/Dropdown/Dropdown.css.mjs +7 -0
  168. package/esm/Dropdown/Dropdown.css.ts.vanilla.css +50 -0
  169. package/esm/Dropdown/Dropdown.mjs +20 -0
  170. package/esm/Fieldset/Fieldset.css.mjs +7 -0
  171. package/esm/Fieldset/Fieldset.css.ts.vanilla.css +19 -0
  172. package/esm/Fieldset/Fieldset.mjs +9 -0
  173. package/esm/Frame/Frame.css.mjs +48 -0
  174. package/esm/Frame/Frame.css.ts.vanilla.css +399 -0
  175. package/esm/Frame/Frame.mjs +23 -0
  176. package/esm/GlobalStyle/GlobalStyle.css.mjs +2 -0
  177. package/esm/GlobalStyle/GlobalStyle.css.ts.vanilla.css +122 -0
  178. package/esm/GlobalStyle.mjs +4 -0
  179. package/esm/Input/Input.css.mjs +5 -0
  180. package/esm/Input/Input.css.ts.vanilla.css +21 -0
  181. package/esm/Input/Input.mjs +9 -0
  182. package/esm/List/List.css.mjs +9 -0
  183. package/esm/List/List.css.ts.vanilla.css +66 -0
  184. package/esm/List/List.mjs +16 -0
  185. package/esm/List/ListDivider.mjs +19 -0
  186. package/esm/List/ListItem.mjs +12 -0
  187. package/esm/Modal/Modal.css.mjs +14 -0
  188. package/esm/Modal/Modal.css.ts.vanilla.css +55 -0
  189. package/esm/Modal/Modal.mjs +134 -0
  190. package/esm/Modal/ModalContext.mjs +16 -0
  191. package/esm/Modal/ModalProvider.mjs +54 -0
  192. package/esm/Modal/close.svg.mjs +4 -0
  193. package/esm/Modal/help.svg.mjs +4 -0
  194. package/esm/ProgressBar/ProgressBar.css.mjs +11 -0
  195. package/esm/ProgressBar/ProgressBar.css.ts.vanilla.css +32 -0
  196. package/esm/ProgressBar/ProgressBar.mjs +20 -0
  197. package/esm/RadioButton/RadioButton.css.mjs +11 -0
  198. package/esm/RadioButton/RadioButton.css.ts.vanilla.css +44 -0
  199. package/esm/RadioButton/RadioButton.mjs +17 -0
  200. package/esm/Range/Range.css.mjs +5 -0
  201. package/esm/Range/Range.css.ts.vanilla.css +84 -0
  202. package/esm/Range/Range.mjs +19 -0
  203. package/esm/Tabs/Tab.mjs +18 -0
  204. package/esm/Tabs/Tabs.css.mjs +10 -0
  205. package/esm/Tabs/Tabs.css.ts.vanilla.css +54 -0
  206. package/esm/Tabs/Tabs.mjs +50 -0
  207. package/esm/TaskBar/Clock.mjs +34 -0
  208. package/esm/TaskBar/TaskBar.css.mjs +12 -0
  209. package/esm/TaskBar/TaskBar.css.ts.vanilla.css +52 -0
  210. package/esm/TaskBar/TaskBar.mjs +74 -0
  211. package/esm/TaskBar/WindowButton.mjs +17 -0
  212. package/esm/TextArea/TextArea.mjs +9 -0
  213. package/esm/TitleBar/TitleBar.css.mjs +12 -0
  214. package/esm/TitleBar/TitleBar.css.ts.vanilla.css +62 -0
  215. package/esm/TitleBar/TitleBar.mjs +45 -0
  216. package/esm/Tooltip/Tooltip.css.mjs +7 -0
  217. package/esm/Tooltip/Tooltip.css.ts.vanilla.css +25 -0
  218. package/esm/Tooltip/Tooltip.mjs +60 -0
  219. package/esm/Tree/Node.mjs +122 -0
  220. package/esm/Tree/Tree.css.mjs +18 -0
  221. package/esm/Tree/Tree.css.ts.vanilla.css +90 -0
  222. package/esm/Tree/Tree.mjs +16 -0
  223. package/esm/Video/Video.css.mjs +22 -0
  224. package/esm/Video/Video.css.ts.vanilla.css +83 -0
  225. package/esm/Video/Video.mjs +206 -0
  226. package/esm/Video/buttons/Fullscreen.mjs +23 -0
  227. package/esm/Video/buttons/Pause.mjs +17 -0
  228. package/esm/Video/buttons/Play.mjs +17 -0
  229. package/esm/Video/buttons/Stop.mjs +16 -0
  230. package/esm/index.mjs +50 -0
  231. package/esm/themes/azureOrange.css.mjs +2 -0
  232. package/esm/themes/azureOrange.css.ts.vanilla.css +58 -0
  233. package/esm/themes/bee.css.mjs +2 -0
  234. package/esm/themes/bee.css.ts.vanilla.css +58 -0
  235. package/esm/themes/blackAndWhite.css.mjs +2 -0
  236. package/esm/themes/blackAndWhite.css.ts.vanilla.css +58 -0
  237. package/esm/themes/brick.css.mjs +2 -0
  238. package/esm/themes/brick.css.ts.vanilla.css +58 -0
  239. package/esm/themes/candy.css.mjs +2 -0
  240. package/esm/themes/candy.css.ts.vanilla.css +58 -0
  241. package/esm/themes/coldGray.css.mjs +2 -0
  242. package/esm/themes/coldGray.css.ts.vanilla.css +58 -0
  243. package/esm/themes/counterStrike.css.mjs +2 -0
  244. package/esm/themes/counterStrike.css.ts.vanilla.css +58 -0
  245. package/esm/themes/eggplant.css.mjs +2 -0
  246. package/esm/themes/eggplant.css.ts.vanilla.css +58 -0
  247. package/esm/themes/highContrast.css.mjs +2 -0
  248. package/esm/themes/highContrast.css.ts.vanilla.css +58 -0
  249. package/esm/themes/lilac.css.mjs +2 -0
  250. package/esm/themes/lilac.css.ts.vanilla.css +58 -0
  251. package/esm/themes/lilacRoseDark.css.mjs +2 -0
  252. package/esm/themes/lilacRoseDark.css.ts.vanilla.css +58 -0
  253. package/esm/themes/maple.css.mjs +2 -0
  254. package/esm/themes/maple.css.ts.vanilla.css +58 -0
  255. package/esm/themes/marine.css.mjs +2 -0
  256. package/esm/themes/marine.css.ts.vanilla.css +58 -0
  257. package/esm/themes/matrix.css.mjs +2 -0
  258. package/esm/themes/matrix.css.ts.vanilla.css +58 -0
  259. package/esm/themes/millenium.css.mjs +2 -0
  260. package/esm/themes/millenium.css.ts.vanilla.css +58 -0
  261. package/esm/themes/modernDark.css.mjs +2 -0
  262. package/esm/themes/modernDark.css.ts.vanilla.css +58 -0
  263. package/esm/themes/molecule.css.mjs +2 -0
  264. package/esm/themes/molecule.css.ts.vanilla.css +58 -0
  265. package/esm/themes/ninjaTurtles.css.mjs +2 -0
  266. package/esm/themes/ninjaTurtles.css.ts.vanilla.css +58 -0
  267. package/esm/themes/olive.css.mjs +2 -0
  268. package/esm/themes/olive.css.ts.vanilla.css +58 -0
  269. package/esm/themes/pamelaAnderson.css.mjs +2 -0
  270. package/esm/themes/pamelaAnderson.css.ts.vanilla.css +58 -0
  271. package/esm/themes/plum.css.mjs +2 -0
  272. package/esm/themes/plum.css.ts.vanilla.css +58 -0
  273. package/esm/themes/rainyDay.css.mjs +2 -0
  274. package/esm/themes/rainyDay.css.ts.vanilla.css +58 -0
  275. package/esm/themes/rose.css.mjs +2 -0
  276. package/esm/themes/rose.css.ts.vanilla.css +58 -0
  277. package/esm/themes/slate.css.mjs +2 -0
  278. package/esm/themes/slate.css.ts.vanilla.css +58 -0
  279. package/esm/themes/spruce.css.mjs +2 -0
  280. package/esm/themes/spruce.css.ts.vanilla.css +58 -0
  281. package/esm/themes/storm.css.mjs +2 -0
  282. package/esm/themes/storm.css.ts.vanilla.css +58 -0
  283. package/esm/themes/theSixtiesUSA.css.mjs +2 -0
  284. package/esm/themes/theSixtiesUSA.css.ts.vanilla.css +58 -0
  285. package/esm/themes/tokyoDark.css.mjs +2 -0
  286. package/esm/themes/tokyoDark.css.ts.vanilla.css +58 -0
  287. package/esm/themes/tooSexy.css.mjs +2 -0
  288. package/esm/themes/tooSexy.css.ts.vanilla.css +58 -0
  289. package/esm/themes/travel.css.mjs +2 -0
  290. package/esm/themes/travel.css.ts.vanilla.css +58 -0
  291. package/esm/themes/vaporTeal.css.mjs +2 -0
  292. package/esm/themes/vaporTeal.css.ts.vanilla.css +58 -0
  293. package/esm/themes/vermillion.css.mjs +2 -0
  294. package/esm/themes/vermillion.css.ts.vanilla.css +58 -0
  295. package/esm/themes/violetDark.css.mjs +2 -0
  296. package/esm/themes/violetDark.css.ts.vanilla.css +58 -0
  297. package/esm/themes/water.css.mjs +2 -0
  298. package/esm/themes/water.css.ts.vanilla.css +58 -0
  299. package/esm/themes/win95.css.mjs +2 -0
  300. package/esm/themes/win95.css.ts.vanilla.css +58 -0
  301. package/esm/themes.mjs +72 -0
  302. package/package.json +32 -5
  303. package/types/Frame/Frame.css.d.ts +2296 -0
  304. package/types/Frame/Frame.d.ts +2251 -0
  305. package/types/Frame/props.d.ts +977 -0
  306. package/types/Modal/Modal.d.ts +30 -0
  307. package/types/Modal/ModalContext.d.ts +15 -0
  308. package/types/Modal/ModalProvider.d.ts +3 -0
  309. package/types/TaskBar/TaskBar.d.ts +6 -0
  310. package/types/Tree/Node.d.ts +22 -0
  311. package/types/index.d.ts +25 -0
  312. package/types/themes/all.d.ts +36 -0
  313. package/types/themes/azureOrange.css.d.ts +1 -0
  314. package/types/themes/bee.css.d.ts +1 -0
  315. package/types/themes/blackAndWhite.css.d.ts +1 -0
  316. package/types/themes/brick.css.d.ts +1 -0
  317. package/types/themes/candy.css.d.ts +1 -0
  318. package/types/themes/coldGray.css.d.ts +1 -0
  319. package/types/themes/contract.css.d.ts +116 -0
  320. package/types/themes/counterStrike.css.d.ts +1 -0
  321. package/types/themes/eggplant.css.d.ts +1 -0
  322. package/types/themes/highContrast.css.d.ts +1 -0
  323. package/types/themes/lilac.css.d.ts +1 -0
  324. package/types/themes/lilacRoseDark.css.d.ts +1 -0
  325. package/types/themes/maple.css.d.ts +1 -0
  326. package/types/themes/marine.css.d.ts +1 -0
  327. package/types/themes/matrix.css.d.ts +1 -0
  328. package/types/themes/millenium.css.d.ts +1 -0
  329. package/types/themes/modernDark.css.d.ts +1 -0
  330. package/types/themes/molecule.css.d.ts +1 -0
  331. package/types/themes/ninjaTurtles.css.d.ts +1 -0
  332. package/types/themes/olive.css.d.ts +1 -0
  333. package/types/themes/pamelaAnderson.css.d.ts +1 -0
  334. package/types/themes/plum.css.d.ts +1 -0
  335. package/types/themes/rainyDay.css.d.ts +1 -0
  336. package/types/themes/rose.css.d.ts +1 -0
  337. package/types/themes/slate.css.d.ts +1 -0
  338. package/types/themes/spruce.css.d.ts +1 -0
  339. package/types/themes/storm.css.d.ts +1 -0
  340. package/types/themes/theSixtiesUSA.css.d.ts +1 -0
  341. package/types/themes/tokyoDark.css.d.ts +1 -0
  342. package/types/themes/tooSexy.css.d.ts +1 -0
  343. package/types/themes/travel.css.d.ts +1 -0
  344. package/types/themes/vaporTeal.css.d.ts +1 -0
  345. package/types/themes/vermillion.css.d.ts +1 -0
  346. package/types/themes/violetDark.css.d.ts +1 -0
  347. package/types/themes/water.css.d.ts +1 -0
  348. package/types/themes/win95.css.d.ts +1 -0
  349. package/@types/Alert/index.d.ts +0 -2
  350. package/@types/Avatar/index.d.ts +0 -2
  351. package/@types/Button/index.d.ts +0 -2
  352. package/@types/Checkbox/index.d.ts +0 -2
  353. package/@types/Cursor/index.d.ts +0 -2
  354. package/@types/Dropdown/index.d.ts +0 -2
  355. package/@types/Fieldset/index.d.ts +0 -2
  356. package/@types/Frame/Frame.d.ts +0 -2251
  357. package/@types/Frame/index.d.ts +0 -2
  358. package/@types/Frame/props.d.ts +0 -977
  359. package/@types/Frame/sprinkles.css.d.ts +0 -2271
  360. package/@types/GlobalStyle/utils.d.ts +0 -15
  361. package/@types/Input/index.d.ts +0 -2
  362. package/@types/List/index.d.ts +0 -2
  363. package/@types/Modal/Modal.d.ts +0 -30
  364. package/@types/Modal/ModalContext.d.ts +0 -16
  365. package/@types/Modal/ModalProvider.d.ts +0 -4
  366. package/@types/Modal/index.d.ts +0 -4
  367. package/@types/ProgressBar/index.d.ts +0 -2
  368. package/@types/RadioButton/index.d.ts +0 -2
  369. package/@types/Range/index.d.ts +0 -2
  370. package/@types/Tabs/index.d.ts +0 -3
  371. package/@types/TaskBar/TaskBar.d.ts +0 -6
  372. package/@types/TaskBar/index.d.ts +0 -2
  373. package/@types/TextArea/index.d.ts +0 -2
  374. package/@types/TitleBar/index.d.ts +0 -2
  375. package/@types/Tooltip/index.d.ts +0 -2
  376. package/@types/Tree/Node.d.ts +0 -23
  377. package/@types/Tree/index.d.ts +0 -2
  378. package/@types/Video/index.d.ts +0 -2
  379. package/@types/index.d.ts +0 -23
  380. package/@types/shared/test/utils.d.ts +0 -4
  381. package/@types/themes/all.d.ts +0 -36
  382. package/@types/themes/azureOrange.css.d.ts +0 -1
  383. package/@types/themes/bee.css.d.ts +0 -1
  384. package/@types/themes/blackAndWhite.css.d.ts +0 -1
  385. package/@types/themes/brick.css.d.ts +0 -1
  386. package/@types/themes/candy.css.d.ts +0 -1
  387. package/@types/themes/coldGray.css.d.ts +0 -1
  388. package/@types/themes/contract.css.d.ts +0 -58
  389. package/@types/themes/counterStrike.css.d.ts +0 -1
  390. package/@types/themes/eggplant.css.d.ts +0 -1
  391. package/@types/themes/highContrast.css.d.ts +0 -1
  392. package/@types/themes/lilac.css.d.ts +0 -1
  393. package/@types/themes/lilacRoseDark.css.d.ts +0 -1
  394. package/@types/themes/maple.css.d.ts +0 -1
  395. package/@types/themes/marine.css.d.ts +0 -1
  396. package/@types/themes/matrix.css.d.ts +0 -1
  397. package/@types/themes/millenium.css.d.ts +0 -1
  398. package/@types/themes/modernDark.css.d.ts +0 -1
  399. package/@types/themes/molecule.css.d.ts +0 -1
  400. package/@types/themes/ninjaTurtles.css.d.ts +0 -1
  401. package/@types/themes/olive.css.d.ts +0 -1
  402. package/@types/themes/pamelaAnderson.css.d.ts +0 -1
  403. package/@types/themes/plum.css.d.ts +0 -1
  404. package/@types/themes/rainyDay.css.d.ts +0 -1
  405. package/@types/themes/rose.css.d.ts +0 -1
  406. package/@types/themes/slate.css.d.ts +0 -1
  407. package/@types/themes/spruce.css.d.ts +0 -1
  408. package/@types/themes/storm.css.d.ts +0 -1
  409. package/@types/themes/theSixtiesUSA.css.d.ts +0 -1
  410. package/@types/themes/tokyoDark.css.d.ts +0 -1
  411. package/@types/themes/tooSexy.css.d.ts +0 -1
  412. package/@types/themes/travel.css.d.ts +0 -1
  413. package/@types/themes/vaporTeal.css.d.ts +0 -1
  414. package/@types/themes/vermillion.css.d.ts +0 -1
  415. package/@types/themes/violetDark.css.d.ts +0 -1
  416. package/@types/themes/water.css.d.ts +0 -1
  417. package/@types/themes/win95.css.d.ts +0 -1
  418. package/cjs/Alert/Alert.css.js +0 -23
  419. package/cjs/Alert/Alert.js +0 -89
  420. package/cjs/Alert/assets/chord.mp3 +0 -0
  421. package/cjs/Alert/index.js +0 -8
  422. package/cjs/Avatar/Avatar.css.js +0 -39
  423. package/cjs/Avatar/Avatar.js +0 -40
  424. package/cjs/Avatar/index.js +0 -8
  425. package/cjs/Button/Button.css.js +0 -35
  426. package/cjs/Button/Button.js +0 -23
  427. package/cjs/Button/index.js +0 -8
  428. package/cjs/Checkbox/Checkbox.css.js +0 -73
  429. package/cjs/Checkbox/Checkbox.js +0 -37
  430. package/cjs/Checkbox/imgs/check-disabled.svg +0 -1
  431. package/cjs/Checkbox/imgs/check.svg +0 -1
  432. package/cjs/Checkbox/index.js +0 -8
  433. package/cjs/Cursor/Cursor.css.js +0 -137
  434. package/cjs/Cursor/cursors/AngleUpLeft.png +0 -0
  435. package/cjs/Cursor/cursors/AngleUpRight.png +0 -0
  436. package/cjs/Cursor/cursors/AppStarting.png +0 -0
  437. package/cjs/Cursor/cursors/Arrow.png +0 -0
  438. package/cjs/Cursor/cursors/ArrowRight.png +0 -0
  439. package/cjs/Cursor/cursors/Circle.png +0 -0
  440. package/cjs/Cursor/cursors/ColRezise.png +0 -0
  441. package/cjs/Cursor/cursors/Copy.png +0 -0
  442. package/cjs/Cursor/cursors/Cross.png +0 -0
  443. package/cjs/Cursor/cursors/Crosshair.png +0 -0
  444. package/cjs/Cursor/cursors/DND-ask.png +0 -0
  445. package/cjs/Cursor/cursors/DND-copy.png +0 -0
  446. package/cjs/Cursor/cursors/DND-link.png +0 -0
  447. package/cjs/Cursor/cursors/DownArrow.png +0 -0
  448. package/cjs/Cursor/cursors/DownLeftArrow.png +0 -0
  449. package/cjs/Cursor/cursors/DownRightArrow.png +0 -0
  450. package/cjs/Cursor/cursors/Hand.png +0 -0
  451. package/cjs/Cursor/cursors/HandPointer.png +0 -0
  452. package/cjs/Cursor/cursors/Handsqueezed.png +0 -0
  453. package/cjs/Cursor/cursors/Handwriting.png +0 -0
  454. package/cjs/Cursor/cursors/Help.png +0 -0
  455. package/cjs/Cursor/cursors/LeftArrow.png +0 -0
  456. package/cjs/Cursor/cursors/LeftRight.png +0 -0
  457. package/cjs/Cursor/cursors/LeftRightArrow.png +0 -0
  458. package/cjs/Cursor/cursors/Link.png +0 -0
  459. package/cjs/Cursor/cursors/Move.png +0 -0
  460. package/cjs/Cursor/cursors/NO.png +0 -0
  461. package/cjs/Cursor/cursors/RightArrow.png +0 -0
  462. package/cjs/Cursor/cursors/RowResize.png +0 -0
  463. package/cjs/Cursor/cursors/SizeAll.png +0 -0
  464. package/cjs/Cursor/cursors/Text.png +0 -0
  465. package/cjs/Cursor/cursors/UpArrow.png +0 -0
  466. package/cjs/Cursor/cursors/UpDownArrow.png +0 -0
  467. package/cjs/Cursor/cursors/UpLeftArrow.png +0 -0
  468. package/cjs/Cursor/cursors/UpRightArrow.png +0 -0
  469. package/cjs/Cursor/cursors/VText.png +0 -0
  470. package/cjs/Cursor/cursors/Wait.png +0 -0
  471. package/cjs/Cursor/cursors/X.png +0 -0
  472. package/cjs/Cursor/cursors/ZoomIn.png +0 -0
  473. package/cjs/Cursor/cursors/ZoomOut.png +0 -0
  474. package/cjs/Cursor/index.js +0 -8
  475. package/cjs/Dropdown/Dropdown.css.js +0 -56
  476. package/cjs/Dropdown/Dropdown.js +0 -41
  477. package/cjs/Dropdown/imgs/downcaret.png +0 -0
  478. package/cjs/Dropdown/imgs/downcaret.svg +0 -1
  479. package/cjs/Dropdown/index.js +0 -8
  480. package/cjs/Fieldset/Fieldset.css.js +0 -27
  481. package/cjs/Fieldset/Fieldset.js +0 -29
  482. package/cjs/Fieldset/index.js +0 -8
  483. package/cjs/Frame/Frame.js +0 -39
  484. package/cjs/Frame/index.js +0 -8
  485. package/cjs/Frame/props.js +0 -162
  486. package/cjs/Frame/sprinkles.css.js +0 -73
  487. package/cjs/GlobalStyle/GlobalStyle.css.js +0 -130
  488. package/cjs/GlobalStyle/font/MS-Sans-Serif-8pt-bold.ttf +0 -0
  489. package/cjs/GlobalStyle/font/MS-Sans-Serif-8pt.ttf +0 -0
  490. package/cjs/GlobalStyle/font/React95Video-Numbers.eot +0 -0
  491. package/cjs/GlobalStyle/font/React95Video-Numbers.ttf +0 -0
  492. package/cjs/GlobalStyle/font/React95Video-Numbers.woff +0 -0
  493. package/cjs/GlobalStyle/font/React95Video-Numbers.woff2 +0 -0
  494. package/cjs/GlobalStyle/imgs/downcaret.svg +0 -1
  495. package/cjs/GlobalStyle/imgs/dropdown.png +0 -0
  496. package/cjs/GlobalStyle/imgs/leftcaret.svg +0 -1
  497. package/cjs/GlobalStyle/imgs/rightcaret.svg +0 -1
  498. package/cjs/GlobalStyle/imgs/upcaret.svg +0 -1
  499. package/cjs/GlobalStyle/utils.js +0 -23
  500. package/cjs/Input/Input.css.js +0 -30
  501. package/cjs/Input/Input.js +0 -20
  502. package/cjs/Input/index.js +0 -8
  503. package/cjs/List/List.css.js +0 -79
  504. package/cjs/List/List.js +0 -25
  505. package/cjs/List/ListDivider.js +0 -20
  506. package/cjs/List/ListItem.js +0 -35
  507. package/cjs/List/index.js +0 -8
  508. package/cjs/Modal/Modal.css.js +0 -76
  509. package/cjs/Modal/Modal.js +0 -175
  510. package/cjs/Modal/ModalContext.js +0 -18
  511. package/cjs/Modal/ModalProvider.js +0 -92
  512. package/cjs/Modal/close.svg +0 -1
  513. package/cjs/Modal/help.svg +0 -1
  514. package/cjs/Modal/index.js +0 -27
  515. package/cjs/Modal/maximize.svg +0 -1
  516. package/cjs/Modal/minimize.svg +0 -1
  517. package/cjs/Modal/restore.svg +0 -1
  518. package/cjs/ProgressBar/ProgressBar.css.js +0 -40
  519. package/cjs/ProgressBar/ProgressBar.js +0 -39
  520. package/cjs/ProgressBar/index.js +0 -8
  521. package/cjs/RadioButton/RadioButton.css.js +0 -55
  522. package/cjs/RadioButton/RadioButton.js +0 -32
  523. package/cjs/RadioButton/imgs/radio-checked-disabled.png +0 -0
  524. package/cjs/RadioButton/imgs/radio-checked.png +0 -0
  525. package/cjs/RadioButton/imgs/radio-unchecked-disabled.png +0 -0
  526. package/cjs/RadioButton/imgs/radio-unchecked.png +0 -0
  527. package/cjs/RadioButton/index.js +0 -8
  528. package/cjs/RadioButton/radioButtonStates.js +0 -34
  529. package/cjs/Range/Range.css.js +0 -59
  530. package/cjs/Range/Range.js +0 -23
  531. package/cjs/Range/index.js +0 -8
  532. package/cjs/Tabs/Tab.js +0 -29
  533. package/cjs/Tabs/Tabs.css.js +0 -56
  534. package/cjs/Tabs/Tabs.js +0 -65
  535. package/cjs/Tabs/index.js +0 -19
  536. package/cjs/TaskBar/Clock.js +0 -50
  537. package/cjs/TaskBar/TaskBar.css.js +0 -82
  538. package/cjs/TaskBar/TaskBar.js +0 -93
  539. package/cjs/TaskBar/WindowButton.js +0 -34
  540. package/cjs/TaskBar/index.js +0 -8
  541. package/cjs/TextArea/TextArea.js +0 -20
  542. package/cjs/TextArea/index.js +0 -8
  543. package/cjs/TitleBar/TitleBar.css.js +0 -78
  544. package/cjs/TitleBar/TitleBar.js +0 -53
  545. package/cjs/TitleBar/index.js +0 -8
  546. package/cjs/Tooltip/Tooltip.css.js +0 -31
  547. package/cjs/Tooltip/Tooltip.js +0 -65
  548. package/cjs/Tooltip/index.js +0 -8
  549. package/cjs/Tree/Node.js +0 -154
  550. package/cjs/Tree/Tree.css.js +0 -116
  551. package/cjs/Tree/Tree.js +0 -35
  552. package/cjs/Tree/index.js +0 -8
  553. package/cjs/Video/Video.css.js +0 -106
  554. package/cjs/Video/Video.js +0 -247
  555. package/cjs/Video/buttons/Fullscreen.js +0 -26
  556. package/cjs/Video/buttons/Pause.js +0 -23
  557. package/cjs/Video/buttons/Play.js +0 -23
  558. package/cjs/Video/buttons/Stop.js +0 -22
  559. package/cjs/Video/buttons/index.js +0 -34
  560. package/cjs/Video/index.js +0 -8
  561. package/cjs/index.js +0 -171
  562. package/cjs/shared/test/utils.js +0 -74
  563. package/cjs/themes/all.js +0 -250
  564. package/cjs/themes/azureOrange.css.js +0 -42
  565. package/cjs/themes/baseTheme.css.js +0 -69
  566. package/cjs/themes/bee.css.js +0 -42
  567. package/cjs/themes/blackAndWhite.css.js +0 -42
  568. package/cjs/themes/brick.css.js +0 -42
  569. package/cjs/themes/candy.css.js +0 -42
  570. package/cjs/themes/coldGray.css.js +0 -42
  571. package/cjs/themes/contract.css.js +0 -21
  572. package/cjs/themes/counterStrike.css.js +0 -42
  573. package/cjs/themes/eggplant.css.js +0 -42
  574. package/cjs/themes/highContrast.css.js +0 -42
  575. package/cjs/themes/lilac.css.js +0 -42
  576. package/cjs/themes/lilacRoseDark.css.js +0 -42
  577. package/cjs/themes/maple.css.js +0 -42
  578. package/cjs/themes/marine.css.js +0 -42
  579. package/cjs/themes/matrix.css.js +0 -42
  580. package/cjs/themes/millenium.css.js +0 -42
  581. package/cjs/themes/modernDark.css.js +0 -42
  582. package/cjs/themes/molecule.css.js +0 -42
  583. package/cjs/themes/ninjaTurtles.css.js +0 -42
  584. package/cjs/themes/olive.css.js +0 -42
  585. package/cjs/themes/pamelaAnderson.css.js +0 -42
  586. package/cjs/themes/plum.css.js +0 -42
  587. package/cjs/themes/rainyDay.css.js +0 -42
  588. package/cjs/themes/rose.css.js +0 -42
  589. package/cjs/themes/slate.css.js +0 -42
  590. package/cjs/themes/spruce.css.js +0 -42
  591. package/cjs/themes/storm.css.js +0 -42
  592. package/cjs/themes/theSixtiesUSA.css.js +0 -42
  593. package/cjs/themes/tokyoDark.css.js +0 -42
  594. package/cjs/themes/tooSexy.css.js +0 -42
  595. package/cjs/themes/travel.css.js +0 -42
  596. package/cjs/themes/vaporTeal.css.js +0 -42
  597. package/cjs/themes/vermillion.css.js +0 -42
  598. package/cjs/themes/violetDark.css.js +0 -42
  599. package/cjs/themes/water.css.js +0 -42
  600. package/cjs/themes/win95.css.js +0 -42
  601. package/esm/Alert/Alert.css.js +0 -17
  602. package/esm/Alert/Alert.js +0 -80
  603. package/esm/Alert/assets/chord.mp3 +0 -0
  604. package/esm/Alert/index.js +0 -2
  605. package/esm/Avatar/Avatar.css.js +0 -33
  606. package/esm/Avatar/Avatar.js +0 -30
  607. package/esm/Avatar/index.js +0 -2
  608. package/esm/Button/Button.css.js +0 -29
  609. package/esm/Button/Button.js +0 -13
  610. package/esm/Button/index.js +0 -2
  611. package/esm/Checkbox/Checkbox.css.js +0 -66
  612. package/esm/Checkbox/Checkbox.js +0 -28
  613. package/esm/Checkbox/imgs/check-disabled.svg +0 -1
  614. package/esm/Checkbox/imgs/check.svg +0 -1
  615. package/esm/Checkbox/index.js +0 -2
  616. package/esm/Cursor/Cursor.css.js +0 -130
  617. package/esm/Cursor/cursors/AngleUpLeft.png +0 -0
  618. package/esm/Cursor/cursors/AngleUpRight.png +0 -0
  619. package/esm/Cursor/cursors/AppStarting.png +0 -0
  620. package/esm/Cursor/cursors/Arrow.png +0 -0
  621. package/esm/Cursor/cursors/ArrowRight.png +0 -0
  622. package/esm/Cursor/cursors/Circle.png +0 -0
  623. package/esm/Cursor/cursors/ColRezise.png +0 -0
  624. package/esm/Cursor/cursors/Copy.png +0 -0
  625. package/esm/Cursor/cursors/Cross.png +0 -0
  626. package/esm/Cursor/cursors/Crosshair.png +0 -0
  627. package/esm/Cursor/cursors/DND-ask.png +0 -0
  628. package/esm/Cursor/cursors/DND-copy.png +0 -0
  629. package/esm/Cursor/cursors/DND-link.png +0 -0
  630. package/esm/Cursor/cursors/DownArrow.png +0 -0
  631. package/esm/Cursor/cursors/DownLeftArrow.png +0 -0
  632. package/esm/Cursor/cursors/DownRightArrow.png +0 -0
  633. package/esm/Cursor/cursors/Hand.png +0 -0
  634. package/esm/Cursor/cursors/HandPointer.png +0 -0
  635. package/esm/Cursor/cursors/Handsqueezed.png +0 -0
  636. package/esm/Cursor/cursors/Handwriting.png +0 -0
  637. package/esm/Cursor/cursors/Help.png +0 -0
  638. package/esm/Cursor/cursors/LeftArrow.png +0 -0
  639. package/esm/Cursor/cursors/LeftRight.png +0 -0
  640. package/esm/Cursor/cursors/LeftRightArrow.png +0 -0
  641. package/esm/Cursor/cursors/Link.png +0 -0
  642. package/esm/Cursor/cursors/Move.png +0 -0
  643. package/esm/Cursor/cursors/NO.png +0 -0
  644. package/esm/Cursor/cursors/RightArrow.png +0 -0
  645. package/esm/Cursor/cursors/RowResize.png +0 -0
  646. package/esm/Cursor/cursors/SizeAll.png +0 -0
  647. package/esm/Cursor/cursors/Text.png +0 -0
  648. package/esm/Cursor/cursors/UpArrow.png +0 -0
  649. package/esm/Cursor/cursors/UpDownArrow.png +0 -0
  650. package/esm/Cursor/cursors/UpLeftArrow.png +0 -0
  651. package/esm/Cursor/cursors/UpRightArrow.png +0 -0
  652. package/esm/Cursor/cursors/VText.png +0 -0
  653. package/esm/Cursor/cursors/Wait.png +0 -0
  654. package/esm/Cursor/cursors/X.png +0 -0
  655. package/esm/Cursor/cursors/ZoomIn.png +0 -0
  656. package/esm/Cursor/cursors/ZoomOut.png +0 -0
  657. package/esm/Cursor/index.js +0 -2
  658. package/esm/Dropdown/Dropdown.css.js +0 -49
  659. package/esm/Dropdown/Dropdown.js +0 -31
  660. package/esm/Dropdown/imgs/downcaret.png +0 -0
  661. package/esm/Dropdown/imgs/downcaret.svg +0 -1
  662. package/esm/Dropdown/index.js +0 -2
  663. package/esm/Fieldset/Fieldset.css.js +0 -21
  664. package/esm/Fieldset/Fieldset.js +0 -20
  665. package/esm/Fieldset/index.js +0 -2
  666. package/esm/Frame/Frame.js +0 -30
  667. package/esm/Frame/index.js +0 -2
  668. package/esm/Frame/props.js +0 -156
  669. package/esm/Frame/sprinkles.css.js +0 -67
  670. package/esm/GlobalStyle/GlobalStyle.css.js +0 -123
  671. package/esm/GlobalStyle/font/MS-Sans-Serif-8pt-bold.ttf +0 -0
  672. package/esm/GlobalStyle/font/MS-Sans-Serif-8pt.ttf +0 -0
  673. package/esm/GlobalStyle/font/React95Video-Numbers.eot +0 -0
  674. package/esm/GlobalStyle/font/React95Video-Numbers.ttf +0 -0
  675. package/esm/GlobalStyle/font/React95Video-Numbers.woff +0 -0
  676. package/esm/GlobalStyle/font/React95Video-Numbers.woff2 +0 -0
  677. package/esm/GlobalStyle/imgs/downcaret.svg +0 -1
  678. package/esm/GlobalStyle/imgs/dropdown.png +0 -0
  679. package/esm/GlobalStyle/imgs/leftcaret.svg +0 -1
  680. package/esm/GlobalStyle/imgs/rightcaret.svg +0 -1
  681. package/esm/GlobalStyle/imgs/upcaret.svg +0 -1
  682. package/esm/GlobalStyle/utils.js +0 -17
  683. package/esm/Input/Input.css.js +0 -24
  684. package/esm/Input/Input.js +0 -11
  685. package/esm/Input/index.js +0 -2
  686. package/esm/List/List.css.js +0 -72
  687. package/esm/List/List.js +0 -18
  688. package/esm/List/ListDivider.js +0 -13
  689. package/esm/List/ListItem.js +0 -25
  690. package/esm/List/index.js +0 -2
  691. package/esm/Modal/Modal.css.js +0 -70
  692. package/esm/Modal/Modal.js +0 -165
  693. package/esm/Modal/ModalContext.js +0 -11
  694. package/esm/Modal/ModalProvider.js +0 -84
  695. package/esm/Modal/close.svg +0 -1
  696. package/esm/Modal/help.svg +0 -1
  697. package/esm/Modal/index.js +0 -4
  698. package/esm/Modal/maximize.svg +0 -1
  699. package/esm/Modal/minimize.svg +0 -1
  700. package/esm/Modal/restore.svg +0 -1
  701. package/esm/ProgressBar/ProgressBar.css.js +0 -34
  702. package/esm/ProgressBar/ProgressBar.js +0 -29
  703. package/esm/ProgressBar/index.js +0 -2
  704. package/esm/RadioButton/RadioButton.css.js +0 -49
  705. package/esm/RadioButton/RadioButton.js +0 -23
  706. package/esm/RadioButton/imgs/radio-checked-disabled.png +0 -0
  707. package/esm/RadioButton/imgs/radio-checked.png +0 -0
  708. package/esm/RadioButton/imgs/radio-unchecked-disabled.png +0 -0
  709. package/esm/RadioButton/imgs/radio-unchecked.png +0 -0
  710. package/esm/RadioButton/index.js +0 -2
  711. package/esm/RadioButton/radioButtonStates.js +0 -5
  712. package/esm/Range/Range.css.js +0 -53
  713. package/esm/Range/Range.js +0 -13
  714. package/esm/Range/index.js +0 -2
  715. package/esm/Tabs/Tab.js +0 -19
  716. package/esm/Tabs/Tabs.css.js +0 -50
  717. package/esm/Tabs/Tabs.js +0 -55
  718. package/esm/Tabs/index.js +0 -3
  719. package/esm/TaskBar/Clock.js +0 -40
  720. package/esm/TaskBar/TaskBar.css.js +0 -76
  721. package/esm/TaskBar/TaskBar.js +0 -83
  722. package/esm/TaskBar/WindowButton.js +0 -25
  723. package/esm/TaskBar/index.js +0 -2
  724. package/esm/TextArea/TextArea.js +0 -11
  725. package/esm/TextArea/index.js +0 -2
  726. package/esm/TitleBar/TitleBar.css.js +0 -72
  727. package/esm/TitleBar/TitleBar.js +0 -43
  728. package/esm/TitleBar/index.js +0 -2
  729. package/esm/Tooltip/Tooltip.css.js +0 -25
  730. package/esm/Tooltip/Tooltip.js +0 -55
  731. package/esm/Tooltip/index.js +0 -2
  732. package/esm/Tree/Node.js +0 -144
  733. package/esm/Tree/Tree.css.js +0 -110
  734. package/esm/Tree/Tree.js +0 -26
  735. package/esm/Tree/index.js +0 -2
  736. package/esm/Video/Video.css.js +0 -100
  737. package/esm/Video/Video.js +0 -237
  738. package/esm/Video/buttons/Fullscreen.js +0 -17
  739. package/esm/Video/buttons/Pause.js +0 -14
  740. package/esm/Video/buttons/Play.js +0 -14
  741. package/esm/Video/buttons/Stop.js +0 -13
  742. package/esm/Video/buttons/index.js +0 -5
  743. package/esm/Video/index.js +0 -2
  744. package/esm/index.js +0 -23
  745. package/esm/shared/test/utils.js +0 -49
  746. package/esm/themes/all.js +0 -36
  747. package/esm/themes/azureOrange.css.js +0 -36
  748. package/esm/themes/baseTheme.css.js +0 -63
  749. package/esm/themes/bee.css.js +0 -36
  750. package/esm/themes/blackAndWhite.css.js +0 -36
  751. package/esm/themes/brick.css.js +0 -36
  752. package/esm/themes/candy.css.js +0 -36
  753. package/esm/themes/coldGray.css.js +0 -36
  754. package/esm/themes/contract.css.js +0 -15
  755. package/esm/themes/counterStrike.css.js +0 -36
  756. package/esm/themes/eggplant.css.js +0 -36
  757. package/esm/themes/highContrast.css.js +0 -36
  758. package/esm/themes/lilac.css.js +0 -36
  759. package/esm/themes/lilacRoseDark.css.js +0 -36
  760. package/esm/themes/maple.css.js +0 -36
  761. package/esm/themes/marine.css.js +0 -36
  762. package/esm/themes/matrix.css.js +0 -36
  763. package/esm/themes/millenium.css.js +0 -36
  764. package/esm/themes/modernDark.css.js +0 -36
  765. package/esm/themes/molecule.css.js +0 -36
  766. package/esm/themes/ninjaTurtles.css.js +0 -36
  767. package/esm/themes/olive.css.js +0 -36
  768. package/esm/themes/pamelaAnderson.css.js +0 -36
  769. package/esm/themes/plum.css.js +0 -36
  770. package/esm/themes/rainyDay.css.js +0 -36
  771. package/esm/themes/rose.css.js +0 -36
  772. package/esm/themes/slate.css.js +0 -36
  773. package/esm/themes/spruce.css.js +0 -36
  774. package/esm/themes/storm.css.js +0 -36
  775. package/esm/themes/theSixtiesUSA.css.js +0 -36
  776. package/esm/themes/tokyoDark.css.js +0 -36
  777. package/esm/themes/tooSexy.css.js +0 -36
  778. package/esm/themes/travel.css.js +0 -36
  779. package/esm/themes/vaporTeal.css.js +0 -36
  780. package/esm/themes/vermillion.css.js +0 -36
  781. package/esm/themes/violetDark.css.js +0 -36
  782. package/esm/themes/water.css.js +0 -36
  783. package/esm/themes/win95.css.js +0 -36
  784. /package/{@types → types}/Alert/Alert.css.d.ts +0 -0
  785. /package/{@types → types}/Alert/Alert.d.ts +0 -0
  786. /package/{@types → types}/Avatar/Avatar.css.d.ts +0 -0
  787. /package/{@types → types}/Avatar/Avatar.d.ts +0 -0
  788. /package/{@types → types}/Button/Button.css.d.ts +0 -0
  789. /package/{@types → types}/Button/Button.d.ts +0 -0
  790. /package/{@types → types}/Checkbox/Checkbox.css.d.ts +0 -0
  791. /package/{@types → types}/Checkbox/Checkbox.d.ts +0 -0
  792. /package/{@types → types}/Cursor/Cursor.css.d.ts +0 -0
  793. /package/{@types → types}/Dropdown/Dropdown.css.d.ts +0 -0
  794. /package/{@types → types}/Dropdown/Dropdown.d.ts +0 -0
  795. /package/{@types → types}/Fieldset/Fieldset.css.d.ts +0 -0
  796. /package/{@types → types}/Fieldset/Fieldset.d.ts +0 -0
  797. /package/{@types → types}/Input/Input.css.d.ts +0 -0
  798. /package/{@types → types}/Input/Input.d.ts +0 -0
  799. /package/{@types → types}/List/List.css.d.ts +0 -0
  800. /package/{@types → types}/List/List.d.ts +0 -0
  801. /package/{@types → types}/List/ListDivider.d.ts +0 -0
  802. /package/{@types → types}/List/ListItem.d.ts +0 -0
  803. /package/{@types → types}/Modal/Modal.css.d.ts +0 -0
  804. /package/{@types → types}/ProgressBar/ProgressBar.css.d.ts +0 -0
  805. /package/{@types → types}/ProgressBar/ProgressBar.d.ts +0 -0
  806. /package/{@types → types}/RadioButton/RadioButton.css.d.ts +0 -0
  807. /package/{@types → types}/RadioButton/RadioButton.d.ts +0 -0
  808. /package/{@types → types}/RadioButton/radioButtonStates.d.ts +0 -0
  809. /package/{@types → types}/Range/Range.css.d.ts +0 -0
  810. /package/{@types → types}/Range/Range.d.ts +0 -0
  811. /package/{@types → types}/Tabs/Tab.d.ts +0 -0
  812. /package/{@types → types}/Tabs/Tabs.css.d.ts +0 -0
  813. /package/{@types → types}/Tabs/Tabs.d.ts +0 -0
  814. /package/{@types → types}/TaskBar/Clock.d.ts +0 -0
  815. /package/{@types → types}/TaskBar/TaskBar.css.d.ts +0 -0
  816. /package/{@types → types}/TaskBar/WindowButton.d.ts +0 -0
  817. /package/{@types → types}/TextArea/TextArea.d.ts +0 -0
  818. /package/{@types → types}/TitleBar/TitleBar.css.d.ts +0 -0
  819. /package/{@types → types}/TitleBar/TitleBar.d.ts +0 -0
  820. /package/{@types → types}/Tooltip/Tooltip.css.d.ts +0 -0
  821. /package/{@types → types}/Tooltip/Tooltip.d.ts +0 -0
  822. /package/{@types → types}/Tree/Tree.css.d.ts +0 -0
  823. /package/{@types → types}/Tree/Tree.d.ts +0 -0
  824. /package/{@types → types}/Video/Video.css.d.ts +0 -0
  825. /package/{@types → types}/Video/Video.d.ts +0 -0
  826. /package/{@types → types}/Video/buttons/Fullscreen.d.ts +0 -0
  827. /package/{@types → types}/Video/buttons/Pause.d.ts +0 -0
  828. /package/{@types → types}/Video/buttons/Play.d.ts +0 -0
  829. /package/{@types → types}/Video/buttons/Stop.d.ts +0 -0
  830. /package/{@types → types}/Video/buttons/index.d.ts +0 -0
  831. /package/{@types/GlobalStyle/GlobalStyle.css.d.ts → types/shared/font-names.d.ts} +0 -0
  832. /package/{@types/themes/baseTheme.css.d.ts → types/themes/baseTheme.d.ts} +0 -0
@@ -1,8 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _Video = require("./Video");
8
- var _default = exports["default"] = _Video.Video;
package/cjs/index.js DELETED
@@ -1,171 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "Alert", {
8
- enumerable: true,
9
- get: function get() {
10
- return _Alert["default"];
11
- }
12
- });
13
- Object.defineProperty(exports, "Avatar", {
14
- enumerable: true,
15
- get: function get() {
16
- return _Avatar["default"];
17
- }
18
- });
19
- Object.defineProperty(exports, "Button", {
20
- enumerable: true,
21
- get: function get() {
22
- return _Button["default"];
23
- }
24
- });
25
- Object.defineProperty(exports, "Checkbox", {
26
- enumerable: true,
27
- get: function get() {
28
- return _Checkbox["default"];
29
- }
30
- });
31
- Object.defineProperty(exports, "Cursor", {
32
- enumerable: true,
33
- get: function get() {
34
- return _Cursor["default"];
35
- }
36
- });
37
- Object.defineProperty(exports, "Dropdown", {
38
- enumerable: true,
39
- get: function get() {
40
- return _Dropdown["default"];
41
- }
42
- });
43
- Object.defineProperty(exports, "Fieldset", {
44
- enumerable: true,
45
- get: function get() {
46
- return _Fieldset["default"];
47
- }
48
- });
49
- Object.defineProperty(exports, "Frame", {
50
- enumerable: true,
51
- get: function get() {
52
- return _Frame["default"];
53
- }
54
- });
55
- exports.GlobalStyle = void 0;
56
- Object.defineProperty(exports, "Input", {
57
- enumerable: true,
58
- get: function get() {
59
- return _Input["default"];
60
- }
61
- });
62
- Object.defineProperty(exports, "List", {
63
- enumerable: true,
64
- get: function get() {
65
- return _List["default"];
66
- }
67
- });
68
- Object.defineProperty(exports, "Modal", {
69
- enumerable: true,
70
- get: function get() {
71
- return _Modal.Modal;
72
- }
73
- });
74
- Object.defineProperty(exports, "ModalContext", {
75
- enumerable: true,
76
- get: function get() {
77
- return _Modal.ModalContext;
78
- }
79
- });
80
- Object.defineProperty(exports, "ProgressBar", {
81
- enumerable: true,
82
- get: function get() {
83
- return _ProgressBar["default"];
84
- }
85
- });
86
- Object.defineProperty(exports, "RadioButton", {
87
- enumerable: true,
88
- get: function get() {
89
- return _RadioButton["default"];
90
- }
91
- });
92
- Object.defineProperty(exports, "Range", {
93
- enumerable: true,
94
- get: function get() {
95
- return _Range["default"];
96
- }
97
- });
98
- Object.defineProperty(exports, "Tab", {
99
- enumerable: true,
100
- get: function get() {
101
- return _Tabs.Tab;
102
- }
103
- });
104
- Object.defineProperty(exports, "Tabs", {
105
- enumerable: true,
106
- get: function get() {
107
- return _Tabs.Tabs;
108
- }
109
- });
110
- Object.defineProperty(exports, "TaskBar", {
111
- enumerable: true,
112
- get: function get() {
113
- return _TaskBar["default"];
114
- }
115
- });
116
- Object.defineProperty(exports, "TextArea", {
117
- enumerable: true,
118
- get: function get() {
119
- return _TextArea["default"];
120
- }
121
- });
122
- Object.defineProperty(exports, "TitleBar", {
123
- enumerable: true,
124
- get: function get() {
125
- return _TitleBar["default"];
126
- }
127
- });
128
- Object.defineProperty(exports, "Tooltip", {
129
- enumerable: true,
130
- get: function get() {
131
- return _Tooltip["default"];
132
- }
133
- });
134
- Object.defineProperty(exports, "Tree", {
135
- enumerable: true,
136
- get: function get() {
137
- return _Tree["default"];
138
- }
139
- });
140
- Object.defineProperty(exports, "Video", {
141
- enumerable: true,
142
- get: function get() {
143
- return _Video["default"];
144
- }
145
- });
146
- var _Modal = require("./Modal");
147
- var _Tabs = require("./Tabs");
148
- var _Alert = _interopRequireDefault(require("./Alert"));
149
- var _Avatar = _interopRequireDefault(require("./Avatar"));
150
- var _Button = _interopRequireDefault(require("./Button"));
151
- var _Checkbox = _interopRequireDefault(require("./Checkbox"));
152
- var _Cursor = _interopRequireDefault(require("./Cursor"));
153
- var _Dropdown = _interopRequireDefault(require("./Dropdown"));
154
- var _Fieldset = _interopRequireDefault(require("./Fieldset"));
155
- var _Frame = _interopRequireDefault(require("./Frame"));
156
- var GlobalStyle = _interopRequireWildcard(require("./GlobalStyle/GlobalStyle.css"));
157
- exports.GlobalStyle = GlobalStyle;
158
- var _Input = _interopRequireDefault(require("./Input"));
159
- var _List = _interopRequireDefault(require("./List"));
160
- var _ProgressBar = _interopRequireDefault(require("./ProgressBar"));
161
- var _RadioButton = _interopRequireDefault(require("./RadioButton"));
162
- var _Range = _interopRequireDefault(require("./Range"));
163
- var _TaskBar = _interopRequireDefault(require("./TaskBar"));
164
- var _TextArea = _interopRequireDefault(require("./TextArea"));
165
- var _Tree = _interopRequireDefault(require("./Tree"));
166
- var _Tooltip = _interopRequireDefault(require("./Tooltip"));
167
- var _TitleBar = _interopRequireDefault(require("./TitleBar"));
168
- var _Video = _interopRequireDefault(require("./Video"));
169
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
170
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
171
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -1,74 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- var _exportNames = {
8
- waitRender: true,
9
- render: true
10
- };
11
- Object.defineProperty(exports, "render", {
12
- enumerable: true,
13
- get: function get() {
14
- return _react.render;
15
- }
16
- });
17
- exports.waitRender = void 0;
18
- var _react = require("@testing-library/react");
19
- Object.keys(_react).forEach(function (key) {
20
- if (key === "default" || key === "__esModule") return;
21
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
22
- if (key in exports && exports[key] === _react[key]) return;
23
- Object.defineProperty(exports, key, {
24
- enumerable: true,
25
- get: function get() {
26
- return _react[key];
27
- }
28
- });
29
- });
30
- var _excluded = ["container"];
31
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
32
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
33
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
34
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
35
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
36
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
37
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
38
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
39
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
40
- function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
41
- var waitRender = exports.waitRender = /*#__PURE__*/function () {
42
- var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(ui, options) {
43
- var _render, container, rest;
44
- return _regeneratorRuntime().wrap(function _callee2$(_context2) {
45
- while (1) switch (_context2.prev = _context2.next) {
46
- case 0:
47
- _render = (0, _react.render)(ui, options), container = _render.container, rest = _objectWithoutProperties(_render, _excluded);
48
- _context2.next = 3;
49
- return (0, _react.act)( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
50
- return _regeneratorRuntime().wrap(function _callee$(_context) {
51
- while (1) switch (_context.prev = _context.next) {
52
- case 0:
53
- _context.next = 2;
54
- return Promise.resolve(container);
55
- case 2:
56
- case "end":
57
- return _context.stop();
58
- }
59
- }, _callee);
60
- })));
61
- case 3:
62
- return _context2.abrupt("return", _objectSpread({
63
- container: container
64
- }, rest));
65
- case 4:
66
- case "end":
67
- return _context2.stop();
68
- }
69
- }, _callee2);
70
- }));
71
- return function waitRender(_x, _x2) {
72
- return _ref.apply(this, arguments);
73
- };
74
- }();
package/cjs/themes/all.js DELETED
@@ -1,250 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "azureOrange", {
7
- enumerable: true,
8
- get: function get() {
9
- return _azureOrange.azureOrange;
10
- }
11
- });
12
- Object.defineProperty(exports, "bee", {
13
- enumerable: true,
14
- get: function get() {
15
- return _bee.bee;
16
- }
17
- });
18
- Object.defineProperty(exports, "blackAndWhite", {
19
- enumerable: true,
20
- get: function get() {
21
- return _blackAndWhite.blackAndWhite;
22
- }
23
- });
24
- Object.defineProperty(exports, "brick", {
25
- enumerable: true,
26
- get: function get() {
27
- return _brick.brick;
28
- }
29
- });
30
- Object.defineProperty(exports, "candy", {
31
- enumerable: true,
32
- get: function get() {
33
- return _candy.candy;
34
- }
35
- });
36
- Object.defineProperty(exports, "coldGray", {
37
- enumerable: true,
38
- get: function get() {
39
- return _coldGray.coldGray;
40
- }
41
- });
42
- Object.defineProperty(exports, "counterStrike", {
43
- enumerable: true,
44
- get: function get() {
45
- return _counterStrike.counterStrike;
46
- }
47
- });
48
- Object.defineProperty(exports, "eggplant", {
49
- enumerable: true,
50
- get: function get() {
51
- return _eggplant.eggplant;
52
- }
53
- });
54
- Object.defineProperty(exports, "highContrast", {
55
- enumerable: true,
56
- get: function get() {
57
- return _highContrast.highContrast;
58
- }
59
- });
60
- Object.defineProperty(exports, "lilac", {
61
- enumerable: true,
62
- get: function get() {
63
- return _lilac.lilac;
64
- }
65
- });
66
- Object.defineProperty(exports, "lilacRoseDark", {
67
- enumerable: true,
68
- get: function get() {
69
- return _lilacRoseDark.lilacRoseDark;
70
- }
71
- });
72
- Object.defineProperty(exports, "maple", {
73
- enumerable: true,
74
- get: function get() {
75
- return _maple.maple;
76
- }
77
- });
78
- Object.defineProperty(exports, "marine", {
79
- enumerable: true,
80
- get: function get() {
81
- return _marine.marine;
82
- }
83
- });
84
- Object.defineProperty(exports, "matrix", {
85
- enumerable: true,
86
- get: function get() {
87
- return _matrix.matrix;
88
- }
89
- });
90
- Object.defineProperty(exports, "millenium", {
91
- enumerable: true,
92
- get: function get() {
93
- return _millenium.millenium;
94
- }
95
- });
96
- Object.defineProperty(exports, "modernDark", {
97
- enumerable: true,
98
- get: function get() {
99
- return _modernDark.modernDark;
100
- }
101
- });
102
- Object.defineProperty(exports, "molecule", {
103
- enumerable: true,
104
- get: function get() {
105
- return _molecule.molecule;
106
- }
107
- });
108
- Object.defineProperty(exports, "ninjaTurtles", {
109
- enumerable: true,
110
- get: function get() {
111
- return _ninjaTurtles.ninjaTurtles;
112
- }
113
- });
114
- Object.defineProperty(exports, "olive", {
115
- enumerable: true,
116
- get: function get() {
117
- return _olive.olive;
118
- }
119
- });
120
- Object.defineProperty(exports, "pamelaAnderson", {
121
- enumerable: true,
122
- get: function get() {
123
- return _pamelaAnderson.pamelaAnderson;
124
- }
125
- });
126
- Object.defineProperty(exports, "plum", {
127
- enumerable: true,
128
- get: function get() {
129
- return _plum.plum;
130
- }
131
- });
132
- Object.defineProperty(exports, "rainyDay", {
133
- enumerable: true,
134
- get: function get() {
135
- return _rainyDay.rainyDay;
136
- }
137
- });
138
- Object.defineProperty(exports, "rose", {
139
- enumerable: true,
140
- get: function get() {
141
- return _rose.rose;
142
- }
143
- });
144
- Object.defineProperty(exports, "slate", {
145
- enumerable: true,
146
- get: function get() {
147
- return _slate.slate;
148
- }
149
- });
150
- Object.defineProperty(exports, "spruce", {
151
- enumerable: true,
152
- get: function get() {
153
- return _spruce.spruce;
154
- }
155
- });
156
- Object.defineProperty(exports, "storm", {
157
- enumerable: true,
158
- get: function get() {
159
- return _storm.storm;
160
- }
161
- });
162
- Object.defineProperty(exports, "theSixtiesUSA", {
163
- enumerable: true,
164
- get: function get() {
165
- return _theSixtiesUSA.theSixtiesUSA;
166
- }
167
- });
168
- Object.defineProperty(exports, "tokyoDark", {
169
- enumerable: true,
170
- get: function get() {
171
- return _tokyoDark.tokyoDark;
172
- }
173
- });
174
- Object.defineProperty(exports, "tooSexy", {
175
- enumerable: true,
176
- get: function get() {
177
- return _tooSexy.tooSexy;
178
- }
179
- });
180
- Object.defineProperty(exports, "travel", {
181
- enumerable: true,
182
- get: function get() {
183
- return _travel.travel;
184
- }
185
- });
186
- Object.defineProperty(exports, "vaporTeal", {
187
- enumerable: true,
188
- get: function get() {
189
- return _vaporTeal.vaporTeal;
190
- }
191
- });
192
- Object.defineProperty(exports, "vermillion", {
193
- enumerable: true,
194
- get: function get() {
195
- return _vermillion.vermillion;
196
- }
197
- });
198
- Object.defineProperty(exports, "violetDark", {
199
- enumerable: true,
200
- get: function get() {
201
- return _violetDark.violetDark;
202
- }
203
- });
204
- Object.defineProperty(exports, "water", {
205
- enumerable: true,
206
- get: function get() {
207
- return _water.water;
208
- }
209
- });
210
- Object.defineProperty(exports, "win95", {
211
- enumerable: true,
212
- get: function get() {
213
- return _win.win95;
214
- }
215
- });
216
- var _win = require("./win95.css");
217
- var _counterStrike = require("./counterStrike.css");
218
- var _bee = require("./bee.css");
219
- var _pamelaAnderson = require("./pamelaAnderson.css");
220
- var _azureOrange = require("./azureOrange.css");
221
- var _olive = require("./olive.css");
222
- var _vaporTeal = require("./vaporTeal.css");
223
- var _matrix = require("./matrix.css");
224
- var _vermillion = require("./vermillion.css");
225
- var _tooSexy = require("./tooSexy.css");
226
- var _ninjaTurtles = require("./ninjaTurtles.css");
227
- var _tokyoDark = require("./tokyoDark.css");
228
- var _molecule = require("./molecule.css");
229
- var _travel = require("./travel.css");
230
- var _theSixtiesUSA = require("./theSixtiesUSA.css");
231
- var _candy = require("./candy.css");
232
- var _modernDark = require("./modernDark.css");
233
- var _storm = require("./storm.css");
234
- var _millenium = require("./millenium.css");
235
- var _spruce = require("./spruce.css");
236
- var _slate = require("./slate.css");
237
- var _rose = require("./rose.css");
238
- var _rainyDay = require("./rainyDay.css");
239
- var _plum = require("./plum.css");
240
- var _marine = require("./marine.css");
241
- var _maple = require("./maple.css");
242
- var _lilac = require("./lilac.css");
243
- var _blackAndWhite = require("./blackAndWhite.css");
244
- var _highContrast = require("./highContrast.css");
245
- var _eggplant = require("./eggplant.css");
246
- var _brick = require("./brick.css");
247
- var _water = require("./water.css");
248
- var _coldGray = require("./coldGray.css");
249
- var _lilacRoseDark = require("./lilacRoseDark.css");
250
- var _violetDark = require("./violetDark.css");
@@ -1,42 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.azureOrange = void 0;
7
- var _css = require("@vanilla-extract/css");
8
- var _baseTheme = require("./baseTheme.css");
9
- var _contract = require("./contract.css");
10
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
11
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
12
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
15
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
16
- var colors = {
17
- anchor: '#1034a6',
18
- anchorVisited: '#440381',
19
- borderDark: '#05427f',
20
- borderDarkest: '#000000',
21
- borderLight: '#2b8fff',
22
- borderLighter: '#8ac1ff',
23
- borderLightest: '#bedcff',
24
- canvas: '#000000',
25
- canvasText: '#ffffff',
26
- headerBackground: '#171123',
27
- headerNotActiveBackground: '#4E6766',
28
- headerNotActiveText: '#0180ff',
29
- headerText: '#ffffff',
30
- material: '#0180ff',
31
- materialText: '#000000',
32
- materialTextDisabled: '#05427f',
33
- materialTextDisabledShadow: '#7ebfff',
34
- materialTextInvert: '#ffffff',
35
- progress: '#F46036',
36
- inputBackground: '#ffffff',
37
- inputBackgroundDisabled: '#2b8fff'
38
- };
39
- var azureOrange = exports.azureOrange = (0, _css.createTheme)(_contract.contract, _objectSpread(_objectSpread({}, _baseTheme.theme), {}, {
40
- colors: colors,
41
- shadows: (0, _baseTheme.generateShadows)(colors)
42
- }));
@@ -1,69 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.zIndices = exports.theme = exports.generateShadows = void 0;
7
- var space = {
8
- '0': '0px',
9
- '1': '1px',
10
- '2': '2px',
11
- '3': '3px',
12
- '4': '4px',
13
- '5': '5px',
14
- '6': '6px',
15
- '7': '7px',
16
- '8': '8px',
17
- '9': '9px',
18
- '10': '10px',
19
- '11': '11px',
20
- '12': '12px',
21
- '13': '13px',
22
- '14': '14px',
23
- '15': '15px',
24
- '16': '16px',
25
- '17': '17px',
26
- '18': '18px',
27
- '19': '19px',
28
- '20': '20px'
29
- };
30
- var colors = {
31
- anchor: '',
32
- anchorVisited: '',
33
- borderDark: '',
34
- borderDarkest: '',
35
- borderLight: '',
36
- borderLighter: '',
37
- borderLightest: '',
38
- canvas: '',
39
- canvasText: '',
40
- headerBackground: '',
41
- headerNotActiveBackground: '',
42
- headerNotActiveText: '',
43
- headerText: '',
44
- material: '',
45
- materialText: '',
46
- materialTextDisabled: '',
47
- materialTextDisabledShadow: '',
48
- materialTextInvert: '',
49
- progress: '',
50
- inputBackground: '',
51
- inputBackgroundDisabled: ''
52
- };
53
- var zIndices = exports.zIndices = {
54
- modal: '2',
55
- tooltip: '3',
56
- taskbar: '3'
57
- };
58
- var generateShadows = exports.generateShadows = function generateShadows(colors) {
59
- return {
60
- out: "inset 0.5px 0.5px 0px 0.5px ".concat(colors.borderLightest, ",\n inset 0 0 0 1px ").concat(colors.borderDark, ",\n 1px 0px 0 0px ").concat(colors.borderDarkest, ",\n 0px 1px 0 0px ").concat(colors.borderDarkest, ",\n 1px 1px 0 0px ").concat(colors.borderDarkest),
61
- "in": "inset 0px 0px 0px 0px,\n inset 1px 1px 0px 0px ".concat(colors.borderDark, ",\n 0.5px 0.5px 0px 0.5px ").concat(colors.borderLightest),
62
- input: "inset -1px -1px 0 0 ".concat(colors.material, ",\n inset 1px 1px 0 0 ").concat(colors.borderDarkest, ",\n 0.5px 0.5px 0 0.5px ").concat(colors.borderLightest)
63
- };
64
- };
65
- var theme = exports.theme = {
66
- zIndices: zIndices,
67
- space: space,
68
- colors: colors
69
- };
@@ -1,42 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.bee = void 0;
7
- var _css = require("@vanilla-extract/css");
8
- var _baseTheme = require("./baseTheme.css");
9
- var _contract = require("./contract.css");
10
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
11
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
12
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
15
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
16
- var colors = {
17
- anchor: '#1034a6',
18
- anchorVisited: '#440381',
19
- borderDark: '#846d06',
20
- borderDarkest: '#0C1618',
21
- borderLight: '#e7c221',
22
- borderLighter: '#f1dd84',
23
- borderLightest: '#f7ecbb',
24
- canvas: '#0C1618',
25
- canvasText: '#ffffff',
26
- headerBackground: '#0C1618',
27
- headerNotActiveBackground: '#7F7B82',
28
- headerNotActiveText: '#e5bd03',
29
- headerText: '#f8df6e',
30
- material: '#e5bd03',
31
- materialText: '#0C1618',
32
- materialTextDisabled: '#846d06',
33
- materialTextDisabledShadow: '#f8df6e',
34
- materialTextInvert: '#ffffff',
35
- progress: '#0C1618',
36
- inputBackground: '#ffffff',
37
- inputBackgroundDisabled: '#e7c221'
38
- };
39
- var bee = exports.bee = (0, _css.createTheme)(_contract.contract, _objectSpread(_objectSpread({}, _baseTheme.theme), {}, {
40
- colors: colors,
41
- shadows: (0, _baseTheme.generateShadows)(colors)
42
- }));