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

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 (557) hide show
  1. package/@types/Modal/Modal.d.ts +1 -1
  2. package/@types/Modal/ModalContext.d.ts +1 -2
  3. package/@types/Modal/ModalProvider.d.ts +1 -2
  4. package/@types/TaskBar/TaskBar.d.ts +1 -1
  5. package/@types/Tree/Node.d.ts +1 -2
  6. package/@types/index.d.ts +25 -23
  7. package/@types/themes/all.d.ts +36 -36
  8. package/@types/themes/azureOrange.css.d.ts +1 -1
  9. package/@types/themes/bee.css.d.ts +1 -1
  10. package/@types/themes/blackAndWhite.css.d.ts +1 -1
  11. package/@types/themes/brick.css.d.ts +1 -1
  12. package/@types/themes/candy.css.d.ts +1 -1
  13. package/@types/themes/coldGray.css.d.ts +1 -1
  14. package/@types/themes/contract.css.d.ts +66 -8
  15. package/@types/themes/counterStrike.css.d.ts +1 -1
  16. package/@types/themes/eggplant.css.d.ts +1 -1
  17. package/@types/themes/highContrast.css.d.ts +1 -1
  18. package/@types/themes/lilac.css.d.ts +1 -1
  19. package/@types/themes/lilacRoseDark.css.d.ts +1 -1
  20. package/@types/themes/maple.css.d.ts +1 -1
  21. package/@types/themes/marine.css.d.ts +1 -1
  22. package/@types/themes/matrix.css.d.ts +1 -1
  23. package/@types/themes/millenium.css.d.ts +1 -1
  24. package/@types/themes/modernDark.css.d.ts +1 -1
  25. package/@types/themes/molecule.css.d.ts +1 -1
  26. package/@types/themes/ninjaTurtles.css.d.ts +1 -1
  27. package/@types/themes/olive.css.d.ts +1 -1
  28. package/@types/themes/pamelaAnderson.css.d.ts +1 -1
  29. package/@types/themes/plum.css.d.ts +1 -1
  30. package/@types/themes/rainyDay.css.d.ts +1 -1
  31. package/@types/themes/rose.css.d.ts +1 -1
  32. package/@types/themes/slate.css.d.ts +1 -1
  33. package/@types/themes/spruce.css.d.ts +1 -1
  34. package/@types/themes/storm.css.d.ts +1 -1
  35. package/@types/themes/theSixtiesUSA.css.d.ts +1 -1
  36. package/@types/themes/tokyoDark.css.d.ts +1 -1
  37. package/@types/themes/tooSexy.css.d.ts +1 -1
  38. package/@types/themes/travel.css.d.ts +1 -1
  39. package/@types/themes/vaporTeal.css.d.ts +1 -1
  40. package/@types/themes/vermillion.css.d.ts +1 -1
  41. package/@types/themes/violetDark.css.d.ts +1 -1
  42. package/@types/themes/water.css.d.ts +1 -1
  43. package/@types/themes/win95.css.d.ts +1 -1
  44. package/cjs/Alert/Alert.css.js +8 -22
  45. package/cjs/Alert/Alert.css.ts.vanilla.css +15 -0
  46. package/cjs/Alert/Alert.js +33 -79
  47. package/cjs/Alert/assets/chord.mp3.js +3 -0
  48. package/cjs/Avatar/Avatar.css.js +7 -38
  49. package/cjs/Avatar/Avatar.css.ts.vanilla.css +24 -0
  50. package/cjs/Avatar/Avatar.js +25 -39
  51. package/cjs/Button/Button.css.js +4 -34
  52. package/cjs/Button/Button.css.ts.vanilla.css +31 -0
  53. package/cjs/Button/Button.js +19 -22
  54. package/cjs/Checkbox/Checkbox.css.js +10 -72
  55. package/cjs/Checkbox/Checkbox.css.ts.vanilla.css +59 -0
  56. package/cjs/Checkbox/Checkbox.js +16 -36
  57. package/cjs/Cursor/Cursor.css.js +4 -136
  58. package/cjs/Cursor/Cursor.css.ts.vanilla.css +96 -0
  59. package/cjs/Dropdown/Dropdown.css.js +6 -55
  60. package/cjs/Dropdown/Dropdown.css.ts.vanilla.css +50 -0
  61. package/cjs/Dropdown/Dropdown.js +19 -40
  62. package/cjs/Fieldset/Fieldset.css.js +6 -26
  63. package/cjs/Fieldset/Fieldset.css.ts.vanilla.css +19 -0
  64. package/cjs/Fieldset/Fieldset.js +8 -28
  65. package/cjs/Frame/Frame.js +21 -37
  66. package/cjs/Frame/sprinkles.css.js +46 -72
  67. package/cjs/GlobalStyle/GlobalStyle.css.js +2 -129
  68. package/cjs/GlobalStyle/GlobalStyle.css.ts.vanilla.css +122 -0
  69. package/cjs/GlobalStyle.js +4 -0
  70. package/cjs/Input/Input.css.js +4 -29
  71. package/cjs/Input/Input.css.ts.vanilla.css +21 -0
  72. package/cjs/Input/Input.js +25 -19
  73. package/cjs/List/List.css.js +8 -78
  74. package/cjs/List/List.css.ts.vanilla.css +66 -0
  75. package/cjs/List/List.js +14 -23
  76. package/cjs/List/ListDivider.js +18 -19
  77. package/cjs/List/ListItem.js +11 -34
  78. package/cjs/Modal/Modal.css.js +13 -75
  79. package/cjs/Modal/Modal.css.ts.vanilla.css +55 -0
  80. package/cjs/Modal/Modal.js +131 -155
  81. package/cjs/Modal/ModalContext.js +13 -15
  82. package/cjs/Modal/ModalProvider.js +60 -81
  83. package/cjs/Modal/close.svg.js +3 -0
  84. package/cjs/Modal/help.svg.js +3 -0
  85. package/cjs/ProgressBar/ProgressBar.css.js +10 -39
  86. package/cjs/ProgressBar/ProgressBar.css.ts.vanilla.css +32 -0
  87. package/cjs/ProgressBar/ProgressBar.js +19 -38
  88. package/cjs/RadioButton/RadioButton.css.js +10 -54
  89. package/cjs/RadioButton/RadioButton.css.ts.vanilla.css +44 -0
  90. package/cjs/RadioButton/RadioButton.js +16 -31
  91. package/cjs/Range/Range.css.js +4 -58
  92. package/cjs/Range/Range.css.ts.vanilla.css +84 -0
  93. package/cjs/Range/Range.js +35 -22
  94. package/cjs/Tabs/Tab.js +17 -28
  95. package/cjs/Tabs/Tabs.css.js +9 -55
  96. package/cjs/Tabs/Tabs.css.ts.vanilla.css +54 -0
  97. package/cjs/Tabs/Tabs.js +48 -63
  98. package/cjs/TaskBar/Clock.js +29 -45
  99. package/cjs/TaskBar/TaskBar.css.js +11 -81
  100. package/cjs/TaskBar/TaskBar.css.ts.vanilla.css +51 -0
  101. package/cjs/TaskBar/TaskBar.js +72 -91
  102. package/cjs/TaskBar/WindowButton.js +16 -33
  103. package/cjs/TextArea/TextArea.js +25 -19
  104. package/cjs/TitleBar/TitleBar.css.js +11 -77
  105. package/cjs/TitleBar/TitleBar.css.ts.vanilla.css +62 -0
  106. package/cjs/TitleBar/TitleBar.js +44 -52
  107. package/cjs/Tooltip/Tooltip.css.js +6 -30
  108. package/cjs/Tooltip/Tooltip.css.ts.vanilla.css +25 -0
  109. package/cjs/Tooltip/Tooltip.js +66 -54
  110. package/cjs/Tree/Node.js +116 -131
  111. package/cjs/Tree/Tree.css.js +17 -115
  112. package/cjs/Tree/Tree.css.ts.vanilla.css +90 -0
  113. package/cjs/Tree/Tree.js +12 -31
  114. package/cjs/Video/Video.css.js +21 -105
  115. package/cjs/Video/Video.css.ts.vanilla.css +83 -0
  116. package/cjs/Video/Video.js +207 -231
  117. package/cjs/Video/buttons/Fullscreen.js +33 -20
  118. package/cjs/Video/buttons/Pause.js +28 -18
  119. package/cjs/Video/buttons/Play.js +28 -18
  120. package/cjs/Video/buttons/Stop.js +28 -18
  121. package/cjs/index.js +49 -170
  122. package/cjs/themes/azureOrange.css.js +2 -41
  123. package/cjs/themes/azureOrange.css.ts.vanilla.css +58 -0
  124. package/cjs/themes/bee.css.js +2 -41
  125. package/cjs/themes/bee.css.ts.vanilla.css +58 -0
  126. package/cjs/themes/blackAndWhite.css.js +2 -41
  127. package/cjs/themes/blackAndWhite.css.ts.vanilla.css +58 -0
  128. package/cjs/themes/brick.css.js +2 -41
  129. package/cjs/themes/brick.css.ts.vanilla.css +58 -0
  130. package/cjs/themes/candy.css.js +2 -41
  131. package/cjs/themes/candy.css.ts.vanilla.css +58 -0
  132. package/cjs/themes/coldGray.css.js +2 -41
  133. package/cjs/themes/coldGray.css.ts.vanilla.css +58 -0
  134. package/cjs/themes/counterStrike.css.js +2 -41
  135. package/cjs/themes/counterStrike.css.ts.vanilla.css +58 -0
  136. package/cjs/themes/eggplant.css.js +2 -41
  137. package/cjs/themes/eggplant.css.ts.vanilla.css +58 -0
  138. package/cjs/themes/highContrast.css.js +2 -41
  139. package/cjs/themes/highContrast.css.ts.vanilla.css +58 -0
  140. package/cjs/themes/lilac.css.js +2 -41
  141. package/cjs/themes/lilac.css.ts.vanilla.css +58 -0
  142. package/cjs/themes/lilacRoseDark.css.js +2 -41
  143. package/cjs/themes/lilacRoseDark.css.ts.vanilla.css +58 -0
  144. package/cjs/themes/maple.css.js +2 -41
  145. package/cjs/themes/maple.css.ts.vanilla.css +58 -0
  146. package/cjs/themes/marine.css.js +2 -41
  147. package/cjs/themes/marine.css.ts.vanilla.css +58 -0
  148. package/cjs/themes/matrix.css.js +2 -41
  149. package/cjs/themes/matrix.css.ts.vanilla.css +58 -0
  150. package/cjs/themes/millenium.css.js +2 -41
  151. package/cjs/themes/millenium.css.ts.vanilla.css +58 -0
  152. package/cjs/themes/modernDark.css.js +2 -41
  153. package/cjs/themes/modernDark.css.ts.vanilla.css +58 -0
  154. package/cjs/themes/molecule.css.js +2 -41
  155. package/cjs/themes/molecule.css.ts.vanilla.css +58 -0
  156. package/cjs/themes/ninjaTurtles.css.js +2 -41
  157. package/cjs/themes/ninjaTurtles.css.ts.vanilla.css +58 -0
  158. package/cjs/themes/olive.css.js +2 -41
  159. package/cjs/themes/olive.css.ts.vanilla.css +58 -0
  160. package/cjs/themes/pamelaAnderson.css.js +2 -41
  161. package/cjs/themes/pamelaAnderson.css.ts.vanilla.css +58 -0
  162. package/cjs/themes/plum.css.js +2 -41
  163. package/cjs/themes/plum.css.ts.vanilla.css +58 -0
  164. package/cjs/themes/rainyDay.css.js +2 -41
  165. package/cjs/themes/rainyDay.css.ts.vanilla.css +58 -0
  166. package/cjs/themes/rose.css.js +2 -41
  167. package/cjs/themes/rose.css.ts.vanilla.css +58 -0
  168. package/cjs/themes/slate.css.js +2 -41
  169. package/cjs/themes/slate.css.ts.vanilla.css +58 -0
  170. package/cjs/themes/sprinkles.css.ts.vanilla.css +399 -0
  171. package/cjs/themes/spruce.css.js +2 -41
  172. package/cjs/themes/spruce.css.ts.vanilla.css +58 -0
  173. package/cjs/themes/storm.css.js +2 -41
  174. package/cjs/themes/storm.css.ts.vanilla.css +58 -0
  175. package/cjs/themes/theSixtiesUSA.css.js +2 -41
  176. package/cjs/themes/theSixtiesUSA.css.ts.vanilla.css +58 -0
  177. package/cjs/themes/tokyoDark.css.js +2 -41
  178. package/cjs/themes/tokyoDark.css.ts.vanilla.css +58 -0
  179. package/cjs/themes/tooSexy.css.js +2 -41
  180. package/cjs/themes/tooSexy.css.ts.vanilla.css +58 -0
  181. package/cjs/themes/travel.css.js +2 -41
  182. package/cjs/themes/travel.css.ts.vanilla.css +58 -0
  183. package/cjs/themes/vaporTeal.css.js +2 -41
  184. package/cjs/themes/vaporTeal.css.ts.vanilla.css +58 -0
  185. package/cjs/themes/vermillion.css.js +2 -41
  186. package/cjs/themes/vermillion.css.ts.vanilla.css +58 -0
  187. package/cjs/themes/violetDark.css.js +2 -41
  188. package/cjs/themes/violetDark.css.ts.vanilla.css +58 -0
  189. package/cjs/themes/water.css.js +2 -41
  190. package/cjs/themes/water.css.ts.vanilla.css +58 -0
  191. package/cjs/themes/win95.css.js +2 -41
  192. package/cjs/themes/win95.css.ts.vanilla.css +58 -0
  193. package/cjs/themes.js +72 -0
  194. package/esm/Alert/Alert.css.js +9 -17
  195. package/esm/Alert/Alert.css.ts.vanilla.css +15 -0
  196. package/esm/Alert/Alert.js +34 -71
  197. package/esm/Alert/assets/chord.mp3.js +4 -0
  198. package/esm/Avatar/Avatar.css.js +8 -33
  199. package/esm/Avatar/Avatar.css.ts.vanilla.css +24 -0
  200. package/esm/Avatar/Avatar.js +9 -30
  201. package/esm/Button/Button.css.js +5 -29
  202. package/esm/Button/Button.css.ts.vanilla.css +31 -0
  203. package/esm/Button/Button.js +20 -13
  204. package/esm/Checkbox/Checkbox.css.js +11 -66
  205. package/esm/Checkbox/Checkbox.css.ts.vanilla.css +59 -0
  206. package/esm/Checkbox/Checkbox.js +17 -28
  207. package/esm/Cursor/Cursor.css.js +5 -130
  208. package/esm/Cursor/Cursor.css.ts.vanilla.css +96 -0
  209. package/esm/Dropdown/Dropdown.css.js +7 -49
  210. package/esm/Dropdown/Dropdown.css.ts.vanilla.css +50 -0
  211. package/esm/Dropdown/Dropdown.js +20 -31
  212. package/esm/Fieldset/Fieldset.css.js +7 -21
  213. package/esm/Fieldset/Fieldset.css.ts.vanilla.css +19 -0
  214. package/esm/Fieldset/Fieldset.js +9 -20
  215. package/esm/Frame/Frame.js +22 -29
  216. package/esm/Frame/sprinkles.css.js +47 -67
  217. package/esm/GlobalStyle/GlobalStyle.css.js +2 -123
  218. package/esm/GlobalStyle/GlobalStyle.css.ts.vanilla.css +122 -0
  219. package/esm/GlobalStyle.js +4 -0
  220. package/esm/Input/Input.css.js +5 -24
  221. package/esm/Input/Input.css.ts.vanilla.css +21 -0
  222. package/esm/Input/Input.js +9 -11
  223. package/esm/List/List.css.js +9 -72
  224. package/esm/List/List.css.ts.vanilla.css +66 -0
  225. package/esm/List/List.js +15 -17
  226. package/esm/List/ListDivider.js +19 -13
  227. package/esm/List/ListItem.js +12 -25
  228. package/esm/Modal/Modal.css.js +14 -70
  229. package/esm/Modal/Modal.css.ts.vanilla.css +55 -0
  230. package/esm/Modal/Modal.js +115 -146
  231. package/esm/Modal/ModalContext.js +14 -9
  232. package/esm/Modal/ModalProvider.js +44 -74
  233. package/esm/Modal/close.svg.js +4 -0
  234. package/esm/Modal/help.svg.js +4 -0
  235. package/esm/ProgressBar/ProgressBar.css.js +11 -34
  236. package/esm/ProgressBar/ProgressBar.css.ts.vanilla.css +32 -0
  237. package/esm/ProgressBar/ProgressBar.js +20 -29
  238. package/esm/RadioButton/RadioButton.css.js +11 -49
  239. package/esm/RadioButton/RadioButton.css.ts.vanilla.css +44 -0
  240. package/esm/RadioButton/RadioButton.js +17 -23
  241. package/esm/Range/Range.css.js +4 -52
  242. package/esm/Range/Range.css.ts.vanilla.css +84 -0
  243. package/esm/Range/Range.js +19 -13
  244. package/esm/Tabs/Tab.js +18 -19
  245. package/esm/Tabs/Tabs.css.js +10 -50
  246. package/esm/Tabs/Tabs.css.ts.vanilla.css +54 -0
  247. package/esm/Tabs/Tabs.js +49 -54
  248. package/esm/TaskBar/Clock.js +30 -36
  249. package/esm/TaskBar/TaskBar.css.js +12 -76
  250. package/esm/TaskBar/TaskBar.css.ts.vanilla.css +51 -0
  251. package/esm/TaskBar/TaskBar.js +73 -82
  252. package/esm/TaskBar/WindowButton.js +17 -25
  253. package/esm/TextArea/TextArea.js +9 -11
  254. package/esm/TitleBar/TitleBar.css.js +12 -72
  255. package/esm/TitleBar/TitleBar.css.ts.vanilla.css +62 -0
  256. package/esm/TitleBar/TitleBar.js +44 -42
  257. package/esm/Tooltip/Tooltip.css.js +7 -25
  258. package/esm/Tooltip/Tooltip.css.ts.vanilla.css +25 -0
  259. package/esm/Tooltip/Tooltip.js +50 -45
  260. package/esm/Tree/Node.js +92 -114
  261. package/esm/Tree/Tree.css.js +17 -109
  262. package/esm/Tree/Tree.css.ts.vanilla.css +90 -0
  263. package/esm/Tree/Tree.js +13 -23
  264. package/esm/Video/Video.css.js +22 -100
  265. package/esm/Video/Video.css.ts.vanilla.css +83 -0
  266. package/esm/Video/Video.js +191 -222
  267. package/esm/Video/buttons/Fullscreen.js +17 -11
  268. package/esm/Video/buttons/Pause.js +12 -9
  269. package/esm/Video/buttons/Play.js +12 -9
  270. package/esm/Video/buttons/Stop.js +12 -9
  271. package/esm/index.js +50 -23
  272. package/esm/themes/azureOrange.css.js +2 -36
  273. package/esm/themes/azureOrange.css.ts.vanilla.css +58 -0
  274. package/esm/themes/bee.css.js +2 -36
  275. package/esm/themes/bee.css.ts.vanilla.css +58 -0
  276. package/esm/themes/blackAndWhite.css.js +2 -36
  277. package/esm/themes/blackAndWhite.css.ts.vanilla.css +58 -0
  278. package/esm/themes/brick.css.js +2 -36
  279. package/esm/themes/brick.css.ts.vanilla.css +58 -0
  280. package/esm/themes/candy.css.js +2 -36
  281. package/esm/themes/candy.css.ts.vanilla.css +58 -0
  282. package/esm/themes/coldGray.css.js +2 -36
  283. package/esm/themes/coldGray.css.ts.vanilla.css +58 -0
  284. package/esm/themes/counterStrike.css.js +2 -36
  285. package/esm/themes/counterStrike.css.ts.vanilla.css +58 -0
  286. package/esm/themes/eggplant.css.js +2 -36
  287. package/esm/themes/eggplant.css.ts.vanilla.css +58 -0
  288. package/esm/themes/highContrast.css.js +2 -36
  289. package/esm/themes/highContrast.css.ts.vanilla.css +58 -0
  290. package/esm/themes/lilac.css.js +2 -36
  291. package/esm/themes/lilac.css.ts.vanilla.css +58 -0
  292. package/esm/themes/lilacRoseDark.css.js +2 -36
  293. package/esm/themes/lilacRoseDark.css.ts.vanilla.css +58 -0
  294. package/esm/themes/maple.css.js +2 -36
  295. package/esm/themes/maple.css.ts.vanilla.css +58 -0
  296. package/esm/themes/marine.css.js +2 -36
  297. package/esm/themes/marine.css.ts.vanilla.css +58 -0
  298. package/esm/themes/matrix.css.js +2 -36
  299. package/esm/themes/matrix.css.ts.vanilla.css +58 -0
  300. package/esm/themes/millenium.css.js +2 -36
  301. package/esm/themes/millenium.css.ts.vanilla.css +58 -0
  302. package/esm/themes/modernDark.css.js +2 -36
  303. package/esm/themes/modernDark.css.ts.vanilla.css +58 -0
  304. package/esm/themes/molecule.css.js +2 -36
  305. package/esm/themes/molecule.css.ts.vanilla.css +58 -0
  306. package/esm/themes/ninjaTurtles.css.js +2 -36
  307. package/esm/themes/ninjaTurtles.css.ts.vanilla.css +58 -0
  308. package/esm/themes/olive.css.js +2 -36
  309. package/esm/themes/olive.css.ts.vanilla.css +58 -0
  310. package/esm/themes/pamelaAnderson.css.js +2 -36
  311. package/esm/themes/pamelaAnderson.css.ts.vanilla.css +58 -0
  312. package/esm/themes/plum.css.js +2 -36
  313. package/esm/themes/plum.css.ts.vanilla.css +58 -0
  314. package/esm/themes/rainyDay.css.js +2 -36
  315. package/esm/themes/rainyDay.css.ts.vanilla.css +58 -0
  316. package/esm/themes/rose.css.js +2 -36
  317. package/esm/themes/rose.css.ts.vanilla.css +58 -0
  318. package/esm/themes/slate.css.js +2 -36
  319. package/esm/themes/slate.css.ts.vanilla.css +58 -0
  320. package/esm/themes/sprinkles.css.ts.vanilla.css +399 -0
  321. package/esm/themes/spruce.css.js +2 -36
  322. package/esm/themes/spruce.css.ts.vanilla.css +58 -0
  323. package/esm/themes/storm.css.js +2 -36
  324. package/esm/themes/storm.css.ts.vanilla.css +58 -0
  325. package/esm/themes/theSixtiesUSA.css.js +2 -36
  326. package/esm/themes/theSixtiesUSA.css.ts.vanilla.css +58 -0
  327. package/esm/themes/tokyoDark.css.js +2 -36
  328. package/esm/themes/tokyoDark.css.ts.vanilla.css +58 -0
  329. package/esm/themes/tooSexy.css.js +2 -36
  330. package/esm/themes/tooSexy.css.ts.vanilla.css +58 -0
  331. package/esm/themes/travel.css.js +2 -36
  332. package/esm/themes/travel.css.ts.vanilla.css +58 -0
  333. package/esm/themes/vaporTeal.css.js +2 -36
  334. package/esm/themes/vaporTeal.css.ts.vanilla.css +58 -0
  335. package/esm/themes/vermillion.css.js +2 -36
  336. package/esm/themes/vermillion.css.ts.vanilla.css +58 -0
  337. package/esm/themes/violetDark.css.js +2 -36
  338. package/esm/themes/violetDark.css.ts.vanilla.css +58 -0
  339. package/esm/themes/water.css.js +2 -36
  340. package/esm/themes/water.css.ts.vanilla.css +58 -0
  341. package/esm/themes/win95.css.js +2 -36
  342. package/esm/themes/win95.css.ts.vanilla.css +58 -0
  343. package/esm/themes.js +72 -0
  344. package/package.json +20 -2
  345. package/@types/Alert/index.d.ts +0 -2
  346. package/@types/Avatar/index.d.ts +0 -2
  347. package/@types/Button/index.d.ts +0 -2
  348. package/@types/Checkbox/index.d.ts +0 -2
  349. package/@types/Cursor/index.d.ts +0 -2
  350. package/@types/Dropdown/index.d.ts +0 -2
  351. package/@types/Fieldset/index.d.ts +0 -2
  352. package/@types/Frame/index.d.ts +0 -2
  353. package/@types/GlobalStyle/utils.d.ts +0 -15
  354. package/@types/Input/index.d.ts +0 -2
  355. package/@types/List/index.d.ts +0 -2
  356. package/@types/Modal/index.d.ts +0 -4
  357. package/@types/ProgressBar/index.d.ts +0 -2
  358. package/@types/RadioButton/index.d.ts +0 -2
  359. package/@types/Range/index.d.ts +0 -2
  360. package/@types/Tabs/index.d.ts +0 -3
  361. package/@types/TaskBar/index.d.ts +0 -2
  362. package/@types/TextArea/index.d.ts +0 -2
  363. package/@types/TitleBar/index.d.ts +0 -2
  364. package/@types/Tooltip/index.d.ts +0 -2
  365. package/@types/Tree/index.d.ts +0 -2
  366. package/@types/Video/index.d.ts +0 -2
  367. package/@types/shared/test/utils.d.ts +0 -4
  368. package/cjs/Alert/assets/chord.mp3 +0 -0
  369. package/cjs/Alert/index.js +0 -8
  370. package/cjs/Avatar/index.js +0 -8
  371. package/cjs/Button/index.js +0 -8
  372. package/cjs/Checkbox/imgs/check-disabled.svg +0 -1
  373. package/cjs/Checkbox/imgs/check.svg +0 -1
  374. package/cjs/Checkbox/index.js +0 -8
  375. package/cjs/Cursor/cursors/AngleUpLeft.png +0 -0
  376. package/cjs/Cursor/cursors/AngleUpRight.png +0 -0
  377. package/cjs/Cursor/cursors/AppStarting.png +0 -0
  378. package/cjs/Cursor/cursors/Arrow.png +0 -0
  379. package/cjs/Cursor/cursors/ArrowRight.png +0 -0
  380. package/cjs/Cursor/cursors/Circle.png +0 -0
  381. package/cjs/Cursor/cursors/ColRezise.png +0 -0
  382. package/cjs/Cursor/cursors/Copy.png +0 -0
  383. package/cjs/Cursor/cursors/Cross.png +0 -0
  384. package/cjs/Cursor/cursors/Crosshair.png +0 -0
  385. package/cjs/Cursor/cursors/DND-ask.png +0 -0
  386. package/cjs/Cursor/cursors/DND-copy.png +0 -0
  387. package/cjs/Cursor/cursors/DND-link.png +0 -0
  388. package/cjs/Cursor/cursors/DownArrow.png +0 -0
  389. package/cjs/Cursor/cursors/DownLeftArrow.png +0 -0
  390. package/cjs/Cursor/cursors/DownRightArrow.png +0 -0
  391. package/cjs/Cursor/cursors/Hand.png +0 -0
  392. package/cjs/Cursor/cursors/HandPointer.png +0 -0
  393. package/cjs/Cursor/cursors/Handsqueezed.png +0 -0
  394. package/cjs/Cursor/cursors/Handwriting.png +0 -0
  395. package/cjs/Cursor/cursors/Help.png +0 -0
  396. package/cjs/Cursor/cursors/LeftArrow.png +0 -0
  397. package/cjs/Cursor/cursors/LeftRight.png +0 -0
  398. package/cjs/Cursor/cursors/LeftRightArrow.png +0 -0
  399. package/cjs/Cursor/cursors/Link.png +0 -0
  400. package/cjs/Cursor/cursors/Move.png +0 -0
  401. package/cjs/Cursor/cursors/NO.png +0 -0
  402. package/cjs/Cursor/cursors/RightArrow.png +0 -0
  403. package/cjs/Cursor/cursors/RowResize.png +0 -0
  404. package/cjs/Cursor/cursors/SizeAll.png +0 -0
  405. package/cjs/Cursor/cursors/Text.png +0 -0
  406. package/cjs/Cursor/cursors/UpArrow.png +0 -0
  407. package/cjs/Cursor/cursors/UpDownArrow.png +0 -0
  408. package/cjs/Cursor/cursors/UpLeftArrow.png +0 -0
  409. package/cjs/Cursor/cursors/UpRightArrow.png +0 -0
  410. package/cjs/Cursor/cursors/VText.png +0 -0
  411. package/cjs/Cursor/cursors/Wait.png +0 -0
  412. package/cjs/Cursor/cursors/X.png +0 -0
  413. package/cjs/Cursor/cursors/ZoomIn.png +0 -0
  414. package/cjs/Cursor/cursors/ZoomOut.png +0 -0
  415. package/cjs/Cursor/index.js +0 -8
  416. package/cjs/Dropdown/imgs/downcaret.png +0 -0
  417. package/cjs/Dropdown/imgs/downcaret.svg +0 -1
  418. package/cjs/Dropdown/index.js +0 -8
  419. package/cjs/Fieldset/index.js +0 -8
  420. package/cjs/Frame/index.js +0 -8
  421. package/cjs/Frame/props.js +0 -162
  422. package/cjs/GlobalStyle/font/MS-Sans-Serif-8pt-bold.ttf +0 -0
  423. package/cjs/GlobalStyle/font/MS-Sans-Serif-8pt.ttf +0 -0
  424. package/cjs/GlobalStyle/font/React95Video-Numbers.eot +0 -0
  425. package/cjs/GlobalStyle/font/React95Video-Numbers.ttf +0 -0
  426. package/cjs/GlobalStyle/font/React95Video-Numbers.woff +0 -0
  427. package/cjs/GlobalStyle/font/React95Video-Numbers.woff2 +0 -0
  428. package/cjs/GlobalStyle/imgs/downcaret.svg +0 -1
  429. package/cjs/GlobalStyle/imgs/dropdown.png +0 -0
  430. package/cjs/GlobalStyle/imgs/leftcaret.svg +0 -1
  431. package/cjs/GlobalStyle/imgs/rightcaret.svg +0 -1
  432. package/cjs/GlobalStyle/imgs/upcaret.svg +0 -1
  433. package/cjs/GlobalStyle/utils.js +0 -23
  434. package/cjs/Input/index.js +0 -8
  435. package/cjs/List/index.js +0 -8
  436. package/cjs/Modal/close.svg +0 -1
  437. package/cjs/Modal/help.svg +0 -1
  438. package/cjs/Modal/index.js +0 -27
  439. package/cjs/Modal/maximize.svg +0 -1
  440. package/cjs/Modal/minimize.svg +0 -1
  441. package/cjs/Modal/restore.svg +0 -1
  442. package/cjs/ProgressBar/index.js +0 -8
  443. package/cjs/RadioButton/imgs/radio-checked-disabled.png +0 -0
  444. package/cjs/RadioButton/imgs/radio-checked.png +0 -0
  445. package/cjs/RadioButton/imgs/radio-unchecked-disabled.png +0 -0
  446. package/cjs/RadioButton/imgs/radio-unchecked.png +0 -0
  447. package/cjs/RadioButton/index.js +0 -8
  448. package/cjs/RadioButton/radioButtonStates.js +0 -34
  449. package/cjs/Range/index.js +0 -8
  450. package/cjs/Tabs/index.js +0 -19
  451. package/cjs/TaskBar/index.js +0 -8
  452. package/cjs/TextArea/index.js +0 -8
  453. package/cjs/TitleBar/index.js +0 -8
  454. package/cjs/Tooltip/index.js +0 -8
  455. package/cjs/Tree/index.js +0 -8
  456. package/cjs/Video/buttons/index.js +0 -34
  457. package/cjs/Video/index.js +0 -8
  458. package/cjs/shared/test/utils.js +0 -74
  459. package/cjs/themes/all.js +0 -250
  460. package/cjs/themes/baseTheme.css.js +0 -69
  461. package/cjs/themes/contract.css.js +0 -21
  462. package/esm/Alert/assets/chord.mp3 +0 -0
  463. package/esm/Alert/index.js +0 -2
  464. package/esm/Avatar/index.js +0 -2
  465. package/esm/Button/index.js +0 -2
  466. package/esm/Checkbox/imgs/check-disabled.svg +0 -1
  467. package/esm/Checkbox/imgs/check.svg +0 -1
  468. package/esm/Checkbox/index.js +0 -2
  469. package/esm/Cursor/cursors/AngleUpLeft.png +0 -0
  470. package/esm/Cursor/cursors/AngleUpRight.png +0 -0
  471. package/esm/Cursor/cursors/AppStarting.png +0 -0
  472. package/esm/Cursor/cursors/Arrow.png +0 -0
  473. package/esm/Cursor/cursors/ArrowRight.png +0 -0
  474. package/esm/Cursor/cursors/Circle.png +0 -0
  475. package/esm/Cursor/cursors/ColRezise.png +0 -0
  476. package/esm/Cursor/cursors/Copy.png +0 -0
  477. package/esm/Cursor/cursors/Cross.png +0 -0
  478. package/esm/Cursor/cursors/Crosshair.png +0 -0
  479. package/esm/Cursor/cursors/DND-ask.png +0 -0
  480. package/esm/Cursor/cursors/DND-copy.png +0 -0
  481. package/esm/Cursor/cursors/DND-link.png +0 -0
  482. package/esm/Cursor/cursors/DownArrow.png +0 -0
  483. package/esm/Cursor/cursors/DownLeftArrow.png +0 -0
  484. package/esm/Cursor/cursors/DownRightArrow.png +0 -0
  485. package/esm/Cursor/cursors/Hand.png +0 -0
  486. package/esm/Cursor/cursors/HandPointer.png +0 -0
  487. package/esm/Cursor/cursors/Handsqueezed.png +0 -0
  488. package/esm/Cursor/cursors/Handwriting.png +0 -0
  489. package/esm/Cursor/cursors/Help.png +0 -0
  490. package/esm/Cursor/cursors/LeftArrow.png +0 -0
  491. package/esm/Cursor/cursors/LeftRight.png +0 -0
  492. package/esm/Cursor/cursors/LeftRightArrow.png +0 -0
  493. package/esm/Cursor/cursors/Link.png +0 -0
  494. package/esm/Cursor/cursors/Move.png +0 -0
  495. package/esm/Cursor/cursors/NO.png +0 -0
  496. package/esm/Cursor/cursors/RightArrow.png +0 -0
  497. package/esm/Cursor/cursors/RowResize.png +0 -0
  498. package/esm/Cursor/cursors/SizeAll.png +0 -0
  499. package/esm/Cursor/cursors/Text.png +0 -0
  500. package/esm/Cursor/cursors/UpArrow.png +0 -0
  501. package/esm/Cursor/cursors/UpDownArrow.png +0 -0
  502. package/esm/Cursor/cursors/UpLeftArrow.png +0 -0
  503. package/esm/Cursor/cursors/UpRightArrow.png +0 -0
  504. package/esm/Cursor/cursors/VText.png +0 -0
  505. package/esm/Cursor/cursors/Wait.png +0 -0
  506. package/esm/Cursor/cursors/X.png +0 -0
  507. package/esm/Cursor/cursors/ZoomIn.png +0 -0
  508. package/esm/Cursor/cursors/ZoomOut.png +0 -0
  509. package/esm/Cursor/index.js +0 -2
  510. package/esm/Dropdown/imgs/downcaret.png +0 -0
  511. package/esm/Dropdown/imgs/downcaret.svg +0 -1
  512. package/esm/Dropdown/index.js +0 -2
  513. package/esm/Fieldset/index.js +0 -2
  514. package/esm/Frame/index.js +0 -2
  515. package/esm/Frame/props.js +0 -156
  516. package/esm/GlobalStyle/font/MS-Sans-Serif-8pt-bold.ttf +0 -0
  517. package/esm/GlobalStyle/font/MS-Sans-Serif-8pt.ttf +0 -0
  518. package/esm/GlobalStyle/font/React95Video-Numbers.eot +0 -0
  519. package/esm/GlobalStyle/font/React95Video-Numbers.ttf +0 -0
  520. package/esm/GlobalStyle/font/React95Video-Numbers.woff +0 -0
  521. package/esm/GlobalStyle/font/React95Video-Numbers.woff2 +0 -0
  522. package/esm/GlobalStyle/imgs/downcaret.svg +0 -1
  523. package/esm/GlobalStyle/imgs/dropdown.png +0 -0
  524. package/esm/GlobalStyle/imgs/leftcaret.svg +0 -1
  525. package/esm/GlobalStyle/imgs/rightcaret.svg +0 -1
  526. package/esm/GlobalStyle/imgs/upcaret.svg +0 -1
  527. package/esm/GlobalStyle/utils.js +0 -17
  528. package/esm/Input/index.js +0 -2
  529. package/esm/List/index.js +0 -2
  530. package/esm/Modal/close.svg +0 -1
  531. package/esm/Modal/help.svg +0 -1
  532. package/esm/Modal/index.js +0 -4
  533. package/esm/Modal/maximize.svg +0 -1
  534. package/esm/Modal/minimize.svg +0 -1
  535. package/esm/Modal/restore.svg +0 -1
  536. package/esm/ProgressBar/index.js +0 -2
  537. package/esm/RadioButton/imgs/radio-checked-disabled.png +0 -0
  538. package/esm/RadioButton/imgs/radio-checked.png +0 -0
  539. package/esm/RadioButton/imgs/radio-unchecked-disabled.png +0 -0
  540. package/esm/RadioButton/imgs/radio-unchecked.png +0 -0
  541. package/esm/RadioButton/index.js +0 -2
  542. package/esm/RadioButton/radioButtonStates.js +0 -5
  543. package/esm/Range/index.js +0 -2
  544. package/esm/Tabs/index.js +0 -3
  545. package/esm/TaskBar/index.js +0 -2
  546. package/esm/TextArea/index.js +0 -2
  547. package/esm/TitleBar/index.js +0 -2
  548. package/esm/Tooltip/index.js +0 -2
  549. package/esm/Tree/index.js +0 -2
  550. package/esm/Video/buttons/index.js +0 -5
  551. package/esm/Video/index.js +0 -2
  552. package/esm/shared/test/utils.js +0 -49
  553. package/esm/themes/all.js +0 -36
  554. package/esm/themes/baseTheme.css.js +0 -63
  555. package/esm/themes/contract.css.js +0 -15
  556. /package/@types/{GlobalStyle/GlobalStyle.css.d.ts → shared/font-names.d.ts} +0 -0
  557. /package/@types/themes/{baseTheme.css.d.ts → baseTheme.d.ts} +0 -0
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,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,21 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.contract = void 0;
7
- var _css = require("@vanilla-extract/css");
8
- var _baseTheme = require("./baseTheme.css");
9
- 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); }
10
- 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; }
11
- 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; }
12
- 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; }
13
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
14
- 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); }
15
- var contract = exports.contract = (0, _css.createThemeContract)(_objectSpread(_objectSpread({}, _baseTheme.theme), {}, {
16
- shadows: {
17
- out: '',
18
- "in": '',
19
- input: ''
20
- }
21
- }));
Binary file
@@ -1,2 +0,0 @@
1
- import { Alert } from './Alert';
2
- export default Alert;
@@ -1,2 +0,0 @@
1
- import { Avatar } from './Avatar';
2
- export default Avatar;
@@ -1,2 +0,0 @@
1
- import { Button } from './Button';
2
- export default Button;
@@ -1 +0,0 @@
1
- <svg width="7" height="8" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M-1-1h9V9h-9z"/><g><path fill="gray" d="M.014 1.897L0 5.905h.998l.015 1.084h.998v1.013h.984v-.999l.999.015.014-.885h.984V5.006h.999V3.994h.998L7.003 0l-.998.014v.999L5.006.998V2.14l-.998.015v.856l-.998.014v.984H1.997l-.014-.97-.985-.014L.984 1.91l-.97-.014z"/></g></svg>
@@ -1 +0,0 @@
1
- <svg width="7" height="8" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M-1-1h2.165v2.189H-1z"/><g><path d="M.014 1.897L0 5.905h.998l.015 1.084h.998v1.013h.984v-.999l.999.015.014-.885h.984V5.006h.999V3.994h.998L7.003 0l-.998.014v.999L5.006.998V2.14l-.998.015v.856l-.998.014v.984H1.997l-.014-.97-.985-.014L.984 1.91l-.97-.014z" fill-opacity="null"/></g></svg>
@@ -1,2 +0,0 @@
1
- import { Checkbox } from './Checkbox';
2
- export default Checkbox;
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,2 +0,0 @@
1
- import { Cursor } from './Cursor.css';
2
- export default Cursor;
Binary file
@@ -1 +0,0 @@
1
- <svg width="18" height="10" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M-1-1h20v12H-1z"/><g><path d="M-.014-.015L0 3.001l3.01.01L3 5.195h2.026l.01 2.815 2.941-.01v1.977h2c.011.01.035-1.991.025-2 .01.009 3.011.033 3 .024.011.01.011-2.845 0-2.855h2.001v-2.17c.01.009 3.011.033 3.001.024.01.01-.014-3.04-.024-3.025l-17.994.01z" fill-opacity="null"/></g></svg>
@@ -1,2 +0,0 @@
1
- import { Dropdown } from './Dropdown';
2
- export default Dropdown;
@@ -1,2 +0,0 @@
1
- import { Fieldset } from './Fieldset';
2
- export default Fieldset;
@@ -1,2 +0,0 @@
1
- import { Frame } from './Frame';
2
- export default Frame;
@@ -1,156 +0,0 @@
1
- import { contract } from '../themes/contract.css';
2
- export var positioning = {
3
- position: true,
4
- top: true,
5
- right: true,
6
- bottom: true,
7
- left: true,
8
- pointerEvents: true
9
- };
10
- export var displayAndBoxModel = {
11
- display: true,
12
- overflow: true,
13
- boxSizing: true,
14
- grid: true,
15
- gridArea: true,
16
- gridAutoColumns: true,
17
- gridAutoFlow: true,
18
- gridAutoRows: true,
19
- gridColumn: true,
20
- gridColumnEnd: true,
21
- gridColumnStart: true,
22
- gridRow: true,
23
- gridRowEnd: true,
24
- gridRowStart: true,
25
- gridTemplate: true,
26
- gridTemplateAreas: true,
27
- gridTemplateColumns: true,
28
- gridTemplateRows: true,
29
- flex: true,
30
- flexBasis: true,
31
- flexDirection: true,
32
- flexFlow: true,
33
- flexGrow: true,
34
- flexShrink: true,
35
- flexWrap: true,
36
- justifyContent: true,
37
- justifyItems: true,
38
- justifySelf: true,
39
- alignContent: true,
40
- alignItems: true,
41
- alignSelf: true,
42
- gap: contract.space,
43
- width: contract.space,
44
- maxWidth: contract.space,
45
- minWidth: contract.space,
46
- height: contract.space,
47
- maxHeight: contract.space,
48
- minHeight: contract.space,
49
- margin: contract.space,
50
- marginBlock: contract.space,
51
- marginBlockEnd: contract.space,
52
- marginBlockStart: contract.space,
53
- marginBottom: contract.space,
54
- marginInline: contract.space,
55
- marginInlineEnd: contract.space,
56
- marginInlineStart: contract.space,
57
- marginLeft: contract.space,
58
- marginRight: contract.space,
59
- marginTop: contract.space,
60
- padding: contract.space,
61
- paddingBlock: contract.space,
62
- paddingBlockEnd: contract.space,
63
- paddingBlockStart: contract.space,
64
- paddingBottom: contract.space,
65
- paddingInline: contract.space,
66
- paddingInlineEnd: contract.space,
67
- paddingInlineStart: contract.space,
68
- paddingLeft: contract.space,
69
- paddingRight: contract.space,
70
- paddingTop: contract.space
71
- };
72
- export var colors = {
73
- backgroundColor: contract.colors,
74
- colors: contract.colors
75
- };
76
- export var background = {
77
- background: true,
78
- backgroundAttachment: true,
79
- backgroundImage: true,
80
- backgroundPosition: true,
81
- backgroundRepeat: true,
82
- backgroundSize: true,
83
- backgroundOrigin: true,
84
- backgroundClip: true
85
- };
86
- export var borders = {
87
- border: true,
88
- borderStyle: true,
89
- borderWidth: true,
90
- borderColor: contract.colors,
91
- borderTop: true,
92
- borderTopColor: contract.colors,
93
- borderTopStyle: true,
94
- borderTopWidth: true,
95
- borderRight: true,
96
- borderRightColor: contract.colors,
97
- borderRightStyle: true,
98
- borderRightWidth: true,
99
- borderBottom: true,
100
- borderBottomColor: contract.colors,
101
- borderBottomStyle: true,
102
- borderBottomWidth: true,
103
- borderLeft: true,
104
- borderLeftColor: contract.colors,
105
- borderLeftStyle: true,
106
- borderLeftWidth: true
107
- };
108
- export var borderRadius = {
109
- borderBottomLeftRadius: true,
110
- borderBottomRightRadius: true,
111
- borderImage: true,
112
- borderImageOutset: true,
113
- borderImageRepeat: true,
114
- borderImageSlice: true,
115
- borderImageSource: true,
116
- borderImageWidth: true,
117
- borderRadius: true,
118
- borderTopLeftRadius: true,
119
- borderTopRightRadius: true
120
- };
121
- export var shadows = {
122
- boxShadow: contract.shadows
123
- };
124
- export var outline = {
125
- outline: true,
126
- outlineColor: true,
127
- outlineStyle: true,
128
- outlineWidth: true
129
- };
130
- export var font = {
131
- font: true,
132
- fontFamily: true,
133
- fontStyle: true,
134
- fontSize: true,
135
- fontWeight: true,
136
- fontVariant: true,
137
- fontSizeAdjust: true
138
- };
139
- export var text = {
140
- color: contract.colors,
141
- direction: true,
142
- letterSpacing: true,
143
- lineHeight: true,
144
- textAlign: true,
145
- textDecoration: true,
146
- textIndent: true,
147
- textShadow: true,
148
- textTransform: true,
149
- verticalAlign: true,
150
- whiteSpace: true,
151
- wordSpacing: true,
152
- wordBreak: true
153
- };
154
- export var zIndices = {
155
- zIndex: contract.zIndices
156
- };
@@ -1 +0,0 @@
1
- <svg width="18" height="10" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M-1-1h20v12H-1z"/><g><path d="M-.014-.015L0 3.001l3.01.01L3 5.195h2.026l.01 2.815 2.941-.01v1.977h2c.011.01.035-1.991.025-2 .01.009 3.011.033 3 .024.011.01.011-2.845 0-2.855h2.001v-2.17c.01.009 3.011.033 3.001.024.01.01-.014-3.04-.024-3.025l-17.994.01z" fill-opacity="null"/></g></svg>
Binary file