@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.
- package/@types/Modal/Modal.d.ts +1 -1
- package/@types/Modal/ModalContext.d.ts +1 -2
- package/@types/Modal/ModalProvider.d.ts +1 -2
- package/@types/TaskBar/TaskBar.d.ts +1 -1
- package/@types/Tree/Node.d.ts +1 -2
- package/@types/index.d.ts +25 -23
- package/@types/themes/all.d.ts +36 -36
- package/@types/themes/azureOrange.css.d.ts +1 -1
- package/@types/themes/bee.css.d.ts +1 -1
- package/@types/themes/blackAndWhite.css.d.ts +1 -1
- package/@types/themes/brick.css.d.ts +1 -1
- package/@types/themes/candy.css.d.ts +1 -1
- package/@types/themes/coldGray.css.d.ts +1 -1
- package/@types/themes/contract.css.d.ts +66 -8
- package/@types/themes/counterStrike.css.d.ts +1 -1
- package/@types/themes/eggplant.css.d.ts +1 -1
- package/@types/themes/highContrast.css.d.ts +1 -1
- package/@types/themes/lilac.css.d.ts +1 -1
- package/@types/themes/lilacRoseDark.css.d.ts +1 -1
- package/@types/themes/maple.css.d.ts +1 -1
- package/@types/themes/marine.css.d.ts +1 -1
- package/@types/themes/matrix.css.d.ts +1 -1
- package/@types/themes/millenium.css.d.ts +1 -1
- package/@types/themes/modernDark.css.d.ts +1 -1
- package/@types/themes/molecule.css.d.ts +1 -1
- package/@types/themes/ninjaTurtles.css.d.ts +1 -1
- package/@types/themes/olive.css.d.ts +1 -1
- package/@types/themes/pamelaAnderson.css.d.ts +1 -1
- package/@types/themes/plum.css.d.ts +1 -1
- package/@types/themes/rainyDay.css.d.ts +1 -1
- package/@types/themes/rose.css.d.ts +1 -1
- package/@types/themes/slate.css.d.ts +1 -1
- package/@types/themes/spruce.css.d.ts +1 -1
- package/@types/themes/storm.css.d.ts +1 -1
- package/@types/themes/theSixtiesUSA.css.d.ts +1 -1
- package/@types/themes/tokyoDark.css.d.ts +1 -1
- package/@types/themes/tooSexy.css.d.ts +1 -1
- package/@types/themes/travel.css.d.ts +1 -1
- package/@types/themes/vaporTeal.css.d.ts +1 -1
- package/@types/themes/vermillion.css.d.ts +1 -1
- package/@types/themes/violetDark.css.d.ts +1 -1
- package/@types/themes/water.css.d.ts +1 -1
- package/@types/themes/win95.css.d.ts +1 -1
- package/cjs/Alert/Alert.css.js +8 -22
- package/cjs/Alert/Alert.css.ts.vanilla.css +15 -0
- package/cjs/Alert/Alert.js +33 -79
- package/cjs/Alert/assets/chord.mp3.js +3 -0
- package/cjs/Avatar/Avatar.css.js +7 -38
- package/cjs/Avatar/Avatar.css.ts.vanilla.css +24 -0
- package/cjs/Avatar/Avatar.js +25 -39
- package/cjs/Button/Button.css.js +4 -34
- package/cjs/Button/Button.css.ts.vanilla.css +31 -0
- package/cjs/Button/Button.js +19 -22
- package/cjs/Checkbox/Checkbox.css.js +10 -72
- package/cjs/Checkbox/Checkbox.css.ts.vanilla.css +59 -0
- package/cjs/Checkbox/Checkbox.js +16 -36
- package/cjs/Cursor/Cursor.css.js +4 -136
- package/cjs/Cursor/Cursor.css.ts.vanilla.css +96 -0
- package/cjs/Dropdown/Dropdown.css.js +6 -55
- package/cjs/Dropdown/Dropdown.css.ts.vanilla.css +50 -0
- package/cjs/Dropdown/Dropdown.js +19 -40
- package/cjs/Fieldset/Fieldset.css.js +6 -26
- package/cjs/Fieldset/Fieldset.css.ts.vanilla.css +19 -0
- package/cjs/Fieldset/Fieldset.js +8 -28
- package/cjs/Frame/Frame.js +21 -37
- package/cjs/Frame/sprinkles.css.js +46 -72
- package/cjs/GlobalStyle/GlobalStyle.css.js +2 -129
- package/cjs/GlobalStyle/GlobalStyle.css.ts.vanilla.css +122 -0
- package/cjs/GlobalStyle.js +4 -0
- package/cjs/Input/Input.css.js +4 -29
- package/cjs/Input/Input.css.ts.vanilla.css +21 -0
- package/cjs/Input/Input.js +25 -19
- package/cjs/List/List.css.js +8 -78
- package/cjs/List/List.css.ts.vanilla.css +66 -0
- package/cjs/List/List.js +14 -23
- package/cjs/List/ListDivider.js +18 -19
- package/cjs/List/ListItem.js +11 -34
- package/cjs/Modal/Modal.css.js +13 -75
- package/cjs/Modal/Modal.css.ts.vanilla.css +55 -0
- package/cjs/Modal/Modal.js +131 -155
- package/cjs/Modal/ModalContext.js +13 -15
- package/cjs/Modal/ModalProvider.js +60 -81
- package/cjs/Modal/close.svg.js +3 -0
- package/cjs/Modal/help.svg.js +3 -0
- package/cjs/ProgressBar/ProgressBar.css.js +10 -39
- package/cjs/ProgressBar/ProgressBar.css.ts.vanilla.css +32 -0
- package/cjs/ProgressBar/ProgressBar.js +19 -38
- package/cjs/RadioButton/RadioButton.css.js +10 -54
- package/cjs/RadioButton/RadioButton.css.ts.vanilla.css +44 -0
- package/cjs/RadioButton/RadioButton.js +16 -31
- package/cjs/Range/Range.css.js +4 -58
- package/cjs/Range/Range.css.ts.vanilla.css +84 -0
- package/cjs/Range/Range.js +35 -22
- package/cjs/Tabs/Tab.js +17 -28
- package/cjs/Tabs/Tabs.css.js +9 -55
- package/cjs/Tabs/Tabs.css.ts.vanilla.css +54 -0
- package/cjs/Tabs/Tabs.js +48 -63
- package/cjs/TaskBar/Clock.js +29 -45
- package/cjs/TaskBar/TaskBar.css.js +11 -81
- package/cjs/TaskBar/TaskBar.css.ts.vanilla.css +51 -0
- package/cjs/TaskBar/TaskBar.js +72 -91
- package/cjs/TaskBar/WindowButton.js +16 -33
- package/cjs/TextArea/TextArea.js +25 -19
- package/cjs/TitleBar/TitleBar.css.js +11 -77
- package/cjs/TitleBar/TitleBar.css.ts.vanilla.css +62 -0
- package/cjs/TitleBar/TitleBar.js +44 -52
- package/cjs/Tooltip/Tooltip.css.js +6 -30
- package/cjs/Tooltip/Tooltip.css.ts.vanilla.css +25 -0
- package/cjs/Tooltip/Tooltip.js +66 -54
- package/cjs/Tree/Node.js +116 -131
- package/cjs/Tree/Tree.css.js +17 -115
- package/cjs/Tree/Tree.css.ts.vanilla.css +90 -0
- package/cjs/Tree/Tree.js +12 -31
- package/cjs/Video/Video.css.js +21 -105
- package/cjs/Video/Video.css.ts.vanilla.css +83 -0
- package/cjs/Video/Video.js +207 -231
- package/cjs/Video/buttons/Fullscreen.js +33 -20
- package/cjs/Video/buttons/Pause.js +28 -18
- package/cjs/Video/buttons/Play.js +28 -18
- package/cjs/Video/buttons/Stop.js +28 -18
- package/cjs/index.js +49 -170
- package/cjs/themes/azureOrange.css.js +2 -41
- package/cjs/themes/azureOrange.css.ts.vanilla.css +58 -0
- package/cjs/themes/bee.css.js +2 -41
- package/cjs/themes/bee.css.ts.vanilla.css +58 -0
- package/cjs/themes/blackAndWhite.css.js +2 -41
- package/cjs/themes/blackAndWhite.css.ts.vanilla.css +58 -0
- package/cjs/themes/brick.css.js +2 -41
- package/cjs/themes/brick.css.ts.vanilla.css +58 -0
- package/cjs/themes/candy.css.js +2 -41
- package/cjs/themes/candy.css.ts.vanilla.css +58 -0
- package/cjs/themes/coldGray.css.js +2 -41
- package/cjs/themes/coldGray.css.ts.vanilla.css +58 -0
- package/cjs/themes/counterStrike.css.js +2 -41
- package/cjs/themes/counterStrike.css.ts.vanilla.css +58 -0
- package/cjs/themes/eggplant.css.js +2 -41
- package/cjs/themes/eggplant.css.ts.vanilla.css +58 -0
- package/cjs/themes/highContrast.css.js +2 -41
- package/cjs/themes/highContrast.css.ts.vanilla.css +58 -0
- package/cjs/themes/lilac.css.js +2 -41
- package/cjs/themes/lilac.css.ts.vanilla.css +58 -0
- package/cjs/themes/lilacRoseDark.css.js +2 -41
- package/cjs/themes/lilacRoseDark.css.ts.vanilla.css +58 -0
- package/cjs/themes/maple.css.js +2 -41
- package/cjs/themes/maple.css.ts.vanilla.css +58 -0
- package/cjs/themes/marine.css.js +2 -41
- package/cjs/themes/marine.css.ts.vanilla.css +58 -0
- package/cjs/themes/matrix.css.js +2 -41
- package/cjs/themes/matrix.css.ts.vanilla.css +58 -0
- package/cjs/themes/millenium.css.js +2 -41
- package/cjs/themes/millenium.css.ts.vanilla.css +58 -0
- package/cjs/themes/modernDark.css.js +2 -41
- package/cjs/themes/modernDark.css.ts.vanilla.css +58 -0
- package/cjs/themes/molecule.css.js +2 -41
- package/cjs/themes/molecule.css.ts.vanilla.css +58 -0
- package/cjs/themes/ninjaTurtles.css.js +2 -41
- package/cjs/themes/ninjaTurtles.css.ts.vanilla.css +58 -0
- package/cjs/themes/olive.css.js +2 -41
- package/cjs/themes/olive.css.ts.vanilla.css +58 -0
- package/cjs/themes/pamelaAnderson.css.js +2 -41
- package/cjs/themes/pamelaAnderson.css.ts.vanilla.css +58 -0
- package/cjs/themes/plum.css.js +2 -41
- package/cjs/themes/plum.css.ts.vanilla.css +58 -0
- package/cjs/themes/rainyDay.css.js +2 -41
- package/cjs/themes/rainyDay.css.ts.vanilla.css +58 -0
- package/cjs/themes/rose.css.js +2 -41
- package/cjs/themes/rose.css.ts.vanilla.css +58 -0
- package/cjs/themes/slate.css.js +2 -41
- package/cjs/themes/slate.css.ts.vanilla.css +58 -0
- package/cjs/themes/sprinkles.css.ts.vanilla.css +399 -0
- package/cjs/themes/spruce.css.js +2 -41
- package/cjs/themes/spruce.css.ts.vanilla.css +58 -0
- package/cjs/themes/storm.css.js +2 -41
- package/cjs/themes/storm.css.ts.vanilla.css +58 -0
- package/cjs/themes/theSixtiesUSA.css.js +2 -41
- package/cjs/themes/theSixtiesUSA.css.ts.vanilla.css +58 -0
- package/cjs/themes/tokyoDark.css.js +2 -41
- package/cjs/themes/tokyoDark.css.ts.vanilla.css +58 -0
- package/cjs/themes/tooSexy.css.js +2 -41
- package/cjs/themes/tooSexy.css.ts.vanilla.css +58 -0
- package/cjs/themes/travel.css.js +2 -41
- package/cjs/themes/travel.css.ts.vanilla.css +58 -0
- package/cjs/themes/vaporTeal.css.js +2 -41
- package/cjs/themes/vaporTeal.css.ts.vanilla.css +58 -0
- package/cjs/themes/vermillion.css.js +2 -41
- package/cjs/themes/vermillion.css.ts.vanilla.css +58 -0
- package/cjs/themes/violetDark.css.js +2 -41
- package/cjs/themes/violetDark.css.ts.vanilla.css +58 -0
- package/cjs/themes/water.css.js +2 -41
- package/cjs/themes/water.css.ts.vanilla.css +58 -0
- package/cjs/themes/win95.css.js +2 -41
- package/cjs/themes/win95.css.ts.vanilla.css +58 -0
- package/cjs/themes.js +72 -0
- package/esm/Alert/Alert.css.js +9 -17
- package/esm/Alert/Alert.css.ts.vanilla.css +15 -0
- package/esm/Alert/Alert.js +34 -71
- package/esm/Alert/assets/chord.mp3.js +4 -0
- package/esm/Avatar/Avatar.css.js +8 -33
- package/esm/Avatar/Avatar.css.ts.vanilla.css +24 -0
- package/esm/Avatar/Avatar.js +9 -30
- package/esm/Button/Button.css.js +5 -29
- package/esm/Button/Button.css.ts.vanilla.css +31 -0
- package/esm/Button/Button.js +20 -13
- package/esm/Checkbox/Checkbox.css.js +11 -66
- package/esm/Checkbox/Checkbox.css.ts.vanilla.css +59 -0
- package/esm/Checkbox/Checkbox.js +17 -28
- package/esm/Cursor/Cursor.css.js +5 -130
- package/esm/Cursor/Cursor.css.ts.vanilla.css +96 -0
- package/esm/Dropdown/Dropdown.css.js +7 -49
- package/esm/Dropdown/Dropdown.css.ts.vanilla.css +50 -0
- package/esm/Dropdown/Dropdown.js +20 -31
- package/esm/Fieldset/Fieldset.css.js +7 -21
- package/esm/Fieldset/Fieldset.css.ts.vanilla.css +19 -0
- package/esm/Fieldset/Fieldset.js +9 -20
- package/esm/Frame/Frame.js +22 -29
- package/esm/Frame/sprinkles.css.js +47 -67
- package/esm/GlobalStyle/GlobalStyle.css.js +2 -123
- package/esm/GlobalStyle/GlobalStyle.css.ts.vanilla.css +122 -0
- package/esm/GlobalStyle.js +4 -0
- package/esm/Input/Input.css.js +5 -24
- package/esm/Input/Input.css.ts.vanilla.css +21 -0
- package/esm/Input/Input.js +9 -11
- package/esm/List/List.css.js +9 -72
- package/esm/List/List.css.ts.vanilla.css +66 -0
- package/esm/List/List.js +15 -17
- package/esm/List/ListDivider.js +19 -13
- package/esm/List/ListItem.js +12 -25
- package/esm/Modal/Modal.css.js +14 -70
- package/esm/Modal/Modal.css.ts.vanilla.css +55 -0
- package/esm/Modal/Modal.js +115 -146
- package/esm/Modal/ModalContext.js +14 -9
- package/esm/Modal/ModalProvider.js +44 -74
- package/esm/Modal/close.svg.js +4 -0
- package/esm/Modal/help.svg.js +4 -0
- package/esm/ProgressBar/ProgressBar.css.js +11 -34
- package/esm/ProgressBar/ProgressBar.css.ts.vanilla.css +32 -0
- package/esm/ProgressBar/ProgressBar.js +20 -29
- package/esm/RadioButton/RadioButton.css.js +11 -49
- package/esm/RadioButton/RadioButton.css.ts.vanilla.css +44 -0
- package/esm/RadioButton/RadioButton.js +17 -23
- package/esm/Range/Range.css.js +4 -52
- package/esm/Range/Range.css.ts.vanilla.css +84 -0
- package/esm/Range/Range.js +19 -13
- package/esm/Tabs/Tab.js +18 -19
- package/esm/Tabs/Tabs.css.js +10 -50
- package/esm/Tabs/Tabs.css.ts.vanilla.css +54 -0
- package/esm/Tabs/Tabs.js +49 -54
- package/esm/TaskBar/Clock.js +30 -36
- package/esm/TaskBar/TaskBar.css.js +12 -76
- package/esm/TaskBar/TaskBar.css.ts.vanilla.css +51 -0
- package/esm/TaskBar/TaskBar.js +73 -82
- package/esm/TaskBar/WindowButton.js +17 -25
- package/esm/TextArea/TextArea.js +9 -11
- package/esm/TitleBar/TitleBar.css.js +12 -72
- package/esm/TitleBar/TitleBar.css.ts.vanilla.css +62 -0
- package/esm/TitleBar/TitleBar.js +44 -42
- package/esm/Tooltip/Tooltip.css.js +7 -25
- package/esm/Tooltip/Tooltip.css.ts.vanilla.css +25 -0
- package/esm/Tooltip/Tooltip.js +50 -45
- package/esm/Tree/Node.js +92 -114
- package/esm/Tree/Tree.css.js +17 -109
- package/esm/Tree/Tree.css.ts.vanilla.css +90 -0
- package/esm/Tree/Tree.js +13 -23
- package/esm/Video/Video.css.js +22 -100
- package/esm/Video/Video.css.ts.vanilla.css +83 -0
- package/esm/Video/Video.js +191 -222
- package/esm/Video/buttons/Fullscreen.js +17 -11
- package/esm/Video/buttons/Pause.js +12 -9
- package/esm/Video/buttons/Play.js +12 -9
- package/esm/Video/buttons/Stop.js +12 -9
- package/esm/index.js +50 -23
- package/esm/themes/azureOrange.css.js +2 -36
- package/esm/themes/azureOrange.css.ts.vanilla.css +58 -0
- package/esm/themes/bee.css.js +2 -36
- package/esm/themes/bee.css.ts.vanilla.css +58 -0
- package/esm/themes/blackAndWhite.css.js +2 -36
- package/esm/themes/blackAndWhite.css.ts.vanilla.css +58 -0
- package/esm/themes/brick.css.js +2 -36
- package/esm/themes/brick.css.ts.vanilla.css +58 -0
- package/esm/themes/candy.css.js +2 -36
- package/esm/themes/candy.css.ts.vanilla.css +58 -0
- package/esm/themes/coldGray.css.js +2 -36
- package/esm/themes/coldGray.css.ts.vanilla.css +58 -0
- package/esm/themes/counterStrike.css.js +2 -36
- package/esm/themes/counterStrike.css.ts.vanilla.css +58 -0
- package/esm/themes/eggplant.css.js +2 -36
- package/esm/themes/eggplant.css.ts.vanilla.css +58 -0
- package/esm/themes/highContrast.css.js +2 -36
- package/esm/themes/highContrast.css.ts.vanilla.css +58 -0
- package/esm/themes/lilac.css.js +2 -36
- package/esm/themes/lilac.css.ts.vanilla.css +58 -0
- package/esm/themes/lilacRoseDark.css.js +2 -36
- package/esm/themes/lilacRoseDark.css.ts.vanilla.css +58 -0
- package/esm/themes/maple.css.js +2 -36
- package/esm/themes/maple.css.ts.vanilla.css +58 -0
- package/esm/themes/marine.css.js +2 -36
- package/esm/themes/marine.css.ts.vanilla.css +58 -0
- package/esm/themes/matrix.css.js +2 -36
- package/esm/themes/matrix.css.ts.vanilla.css +58 -0
- package/esm/themes/millenium.css.js +2 -36
- package/esm/themes/millenium.css.ts.vanilla.css +58 -0
- package/esm/themes/modernDark.css.js +2 -36
- package/esm/themes/modernDark.css.ts.vanilla.css +58 -0
- package/esm/themes/molecule.css.js +2 -36
- package/esm/themes/molecule.css.ts.vanilla.css +58 -0
- package/esm/themes/ninjaTurtles.css.js +2 -36
- package/esm/themes/ninjaTurtles.css.ts.vanilla.css +58 -0
- package/esm/themes/olive.css.js +2 -36
- package/esm/themes/olive.css.ts.vanilla.css +58 -0
- package/esm/themes/pamelaAnderson.css.js +2 -36
- package/esm/themes/pamelaAnderson.css.ts.vanilla.css +58 -0
- package/esm/themes/plum.css.js +2 -36
- package/esm/themes/plum.css.ts.vanilla.css +58 -0
- package/esm/themes/rainyDay.css.js +2 -36
- package/esm/themes/rainyDay.css.ts.vanilla.css +58 -0
- package/esm/themes/rose.css.js +2 -36
- package/esm/themes/rose.css.ts.vanilla.css +58 -0
- package/esm/themes/slate.css.js +2 -36
- package/esm/themes/slate.css.ts.vanilla.css +58 -0
- package/esm/themes/sprinkles.css.ts.vanilla.css +399 -0
- package/esm/themes/spruce.css.js +2 -36
- package/esm/themes/spruce.css.ts.vanilla.css +58 -0
- package/esm/themes/storm.css.js +2 -36
- package/esm/themes/storm.css.ts.vanilla.css +58 -0
- package/esm/themes/theSixtiesUSA.css.js +2 -36
- package/esm/themes/theSixtiesUSA.css.ts.vanilla.css +58 -0
- package/esm/themes/tokyoDark.css.js +2 -36
- package/esm/themes/tokyoDark.css.ts.vanilla.css +58 -0
- package/esm/themes/tooSexy.css.js +2 -36
- package/esm/themes/tooSexy.css.ts.vanilla.css +58 -0
- package/esm/themes/travel.css.js +2 -36
- package/esm/themes/travel.css.ts.vanilla.css +58 -0
- package/esm/themes/vaporTeal.css.js +2 -36
- package/esm/themes/vaporTeal.css.ts.vanilla.css +58 -0
- package/esm/themes/vermillion.css.js +2 -36
- package/esm/themes/vermillion.css.ts.vanilla.css +58 -0
- package/esm/themes/violetDark.css.js +2 -36
- package/esm/themes/violetDark.css.ts.vanilla.css +58 -0
- package/esm/themes/water.css.js +2 -36
- package/esm/themes/water.css.ts.vanilla.css +58 -0
- package/esm/themes/win95.css.js +2 -36
- package/esm/themes/win95.css.ts.vanilla.css +58 -0
- package/esm/themes.js +72 -0
- package/package.json +20 -2
- package/@types/Alert/index.d.ts +0 -2
- package/@types/Avatar/index.d.ts +0 -2
- package/@types/Button/index.d.ts +0 -2
- package/@types/Checkbox/index.d.ts +0 -2
- package/@types/Cursor/index.d.ts +0 -2
- package/@types/Dropdown/index.d.ts +0 -2
- package/@types/Fieldset/index.d.ts +0 -2
- package/@types/Frame/index.d.ts +0 -2
- package/@types/GlobalStyle/utils.d.ts +0 -15
- package/@types/Input/index.d.ts +0 -2
- package/@types/List/index.d.ts +0 -2
- package/@types/Modal/index.d.ts +0 -4
- package/@types/ProgressBar/index.d.ts +0 -2
- package/@types/RadioButton/index.d.ts +0 -2
- package/@types/Range/index.d.ts +0 -2
- package/@types/Tabs/index.d.ts +0 -3
- package/@types/TaskBar/index.d.ts +0 -2
- package/@types/TextArea/index.d.ts +0 -2
- package/@types/TitleBar/index.d.ts +0 -2
- package/@types/Tooltip/index.d.ts +0 -2
- package/@types/Tree/index.d.ts +0 -2
- package/@types/Video/index.d.ts +0 -2
- package/@types/shared/test/utils.d.ts +0 -4
- package/cjs/Alert/assets/chord.mp3 +0 -0
- package/cjs/Alert/index.js +0 -8
- package/cjs/Avatar/index.js +0 -8
- package/cjs/Button/index.js +0 -8
- package/cjs/Checkbox/imgs/check-disabled.svg +0 -1
- package/cjs/Checkbox/imgs/check.svg +0 -1
- package/cjs/Checkbox/index.js +0 -8
- package/cjs/Cursor/cursors/AngleUpLeft.png +0 -0
- package/cjs/Cursor/cursors/AngleUpRight.png +0 -0
- package/cjs/Cursor/cursors/AppStarting.png +0 -0
- package/cjs/Cursor/cursors/Arrow.png +0 -0
- package/cjs/Cursor/cursors/ArrowRight.png +0 -0
- package/cjs/Cursor/cursors/Circle.png +0 -0
- package/cjs/Cursor/cursors/ColRezise.png +0 -0
- package/cjs/Cursor/cursors/Copy.png +0 -0
- package/cjs/Cursor/cursors/Cross.png +0 -0
- package/cjs/Cursor/cursors/Crosshair.png +0 -0
- package/cjs/Cursor/cursors/DND-ask.png +0 -0
- package/cjs/Cursor/cursors/DND-copy.png +0 -0
- package/cjs/Cursor/cursors/DND-link.png +0 -0
- package/cjs/Cursor/cursors/DownArrow.png +0 -0
- package/cjs/Cursor/cursors/DownLeftArrow.png +0 -0
- package/cjs/Cursor/cursors/DownRightArrow.png +0 -0
- package/cjs/Cursor/cursors/Hand.png +0 -0
- package/cjs/Cursor/cursors/HandPointer.png +0 -0
- package/cjs/Cursor/cursors/Handsqueezed.png +0 -0
- package/cjs/Cursor/cursors/Handwriting.png +0 -0
- package/cjs/Cursor/cursors/Help.png +0 -0
- package/cjs/Cursor/cursors/LeftArrow.png +0 -0
- package/cjs/Cursor/cursors/LeftRight.png +0 -0
- package/cjs/Cursor/cursors/LeftRightArrow.png +0 -0
- package/cjs/Cursor/cursors/Link.png +0 -0
- package/cjs/Cursor/cursors/Move.png +0 -0
- package/cjs/Cursor/cursors/NO.png +0 -0
- package/cjs/Cursor/cursors/RightArrow.png +0 -0
- package/cjs/Cursor/cursors/RowResize.png +0 -0
- package/cjs/Cursor/cursors/SizeAll.png +0 -0
- package/cjs/Cursor/cursors/Text.png +0 -0
- package/cjs/Cursor/cursors/UpArrow.png +0 -0
- package/cjs/Cursor/cursors/UpDownArrow.png +0 -0
- package/cjs/Cursor/cursors/UpLeftArrow.png +0 -0
- package/cjs/Cursor/cursors/UpRightArrow.png +0 -0
- package/cjs/Cursor/cursors/VText.png +0 -0
- package/cjs/Cursor/cursors/Wait.png +0 -0
- package/cjs/Cursor/cursors/X.png +0 -0
- package/cjs/Cursor/cursors/ZoomIn.png +0 -0
- package/cjs/Cursor/cursors/ZoomOut.png +0 -0
- package/cjs/Cursor/index.js +0 -8
- package/cjs/Dropdown/imgs/downcaret.png +0 -0
- package/cjs/Dropdown/imgs/downcaret.svg +0 -1
- package/cjs/Dropdown/index.js +0 -8
- package/cjs/Fieldset/index.js +0 -8
- package/cjs/Frame/index.js +0 -8
- package/cjs/Frame/props.js +0 -162
- package/cjs/GlobalStyle/font/MS-Sans-Serif-8pt-bold.ttf +0 -0
- package/cjs/GlobalStyle/font/MS-Sans-Serif-8pt.ttf +0 -0
- package/cjs/GlobalStyle/font/React95Video-Numbers.eot +0 -0
- package/cjs/GlobalStyle/font/React95Video-Numbers.ttf +0 -0
- package/cjs/GlobalStyle/font/React95Video-Numbers.woff +0 -0
- package/cjs/GlobalStyle/font/React95Video-Numbers.woff2 +0 -0
- package/cjs/GlobalStyle/imgs/downcaret.svg +0 -1
- package/cjs/GlobalStyle/imgs/dropdown.png +0 -0
- package/cjs/GlobalStyle/imgs/leftcaret.svg +0 -1
- package/cjs/GlobalStyle/imgs/rightcaret.svg +0 -1
- package/cjs/GlobalStyle/imgs/upcaret.svg +0 -1
- package/cjs/GlobalStyle/utils.js +0 -23
- package/cjs/Input/index.js +0 -8
- package/cjs/List/index.js +0 -8
- package/cjs/Modal/close.svg +0 -1
- package/cjs/Modal/help.svg +0 -1
- package/cjs/Modal/index.js +0 -27
- package/cjs/Modal/maximize.svg +0 -1
- package/cjs/Modal/minimize.svg +0 -1
- package/cjs/Modal/restore.svg +0 -1
- package/cjs/ProgressBar/index.js +0 -8
- package/cjs/RadioButton/imgs/radio-checked-disabled.png +0 -0
- package/cjs/RadioButton/imgs/radio-checked.png +0 -0
- package/cjs/RadioButton/imgs/radio-unchecked-disabled.png +0 -0
- package/cjs/RadioButton/imgs/radio-unchecked.png +0 -0
- package/cjs/RadioButton/index.js +0 -8
- package/cjs/RadioButton/radioButtonStates.js +0 -34
- package/cjs/Range/index.js +0 -8
- package/cjs/Tabs/index.js +0 -19
- package/cjs/TaskBar/index.js +0 -8
- package/cjs/TextArea/index.js +0 -8
- package/cjs/TitleBar/index.js +0 -8
- package/cjs/Tooltip/index.js +0 -8
- package/cjs/Tree/index.js +0 -8
- package/cjs/Video/buttons/index.js +0 -34
- package/cjs/Video/index.js +0 -8
- package/cjs/shared/test/utils.js +0 -74
- package/cjs/themes/all.js +0 -250
- package/cjs/themes/baseTheme.css.js +0 -69
- package/cjs/themes/contract.css.js +0 -21
- package/esm/Alert/assets/chord.mp3 +0 -0
- package/esm/Alert/index.js +0 -2
- package/esm/Avatar/index.js +0 -2
- package/esm/Button/index.js +0 -2
- package/esm/Checkbox/imgs/check-disabled.svg +0 -1
- package/esm/Checkbox/imgs/check.svg +0 -1
- package/esm/Checkbox/index.js +0 -2
- package/esm/Cursor/cursors/AngleUpLeft.png +0 -0
- package/esm/Cursor/cursors/AngleUpRight.png +0 -0
- package/esm/Cursor/cursors/AppStarting.png +0 -0
- package/esm/Cursor/cursors/Arrow.png +0 -0
- package/esm/Cursor/cursors/ArrowRight.png +0 -0
- package/esm/Cursor/cursors/Circle.png +0 -0
- package/esm/Cursor/cursors/ColRezise.png +0 -0
- package/esm/Cursor/cursors/Copy.png +0 -0
- package/esm/Cursor/cursors/Cross.png +0 -0
- package/esm/Cursor/cursors/Crosshair.png +0 -0
- package/esm/Cursor/cursors/DND-ask.png +0 -0
- package/esm/Cursor/cursors/DND-copy.png +0 -0
- package/esm/Cursor/cursors/DND-link.png +0 -0
- package/esm/Cursor/cursors/DownArrow.png +0 -0
- package/esm/Cursor/cursors/DownLeftArrow.png +0 -0
- package/esm/Cursor/cursors/DownRightArrow.png +0 -0
- package/esm/Cursor/cursors/Hand.png +0 -0
- package/esm/Cursor/cursors/HandPointer.png +0 -0
- package/esm/Cursor/cursors/Handsqueezed.png +0 -0
- package/esm/Cursor/cursors/Handwriting.png +0 -0
- package/esm/Cursor/cursors/Help.png +0 -0
- package/esm/Cursor/cursors/LeftArrow.png +0 -0
- package/esm/Cursor/cursors/LeftRight.png +0 -0
- package/esm/Cursor/cursors/LeftRightArrow.png +0 -0
- package/esm/Cursor/cursors/Link.png +0 -0
- package/esm/Cursor/cursors/Move.png +0 -0
- package/esm/Cursor/cursors/NO.png +0 -0
- package/esm/Cursor/cursors/RightArrow.png +0 -0
- package/esm/Cursor/cursors/RowResize.png +0 -0
- package/esm/Cursor/cursors/SizeAll.png +0 -0
- package/esm/Cursor/cursors/Text.png +0 -0
- package/esm/Cursor/cursors/UpArrow.png +0 -0
- package/esm/Cursor/cursors/UpDownArrow.png +0 -0
- package/esm/Cursor/cursors/UpLeftArrow.png +0 -0
- package/esm/Cursor/cursors/UpRightArrow.png +0 -0
- package/esm/Cursor/cursors/VText.png +0 -0
- package/esm/Cursor/cursors/Wait.png +0 -0
- package/esm/Cursor/cursors/X.png +0 -0
- package/esm/Cursor/cursors/ZoomIn.png +0 -0
- package/esm/Cursor/cursors/ZoomOut.png +0 -0
- package/esm/Cursor/index.js +0 -2
- package/esm/Dropdown/imgs/downcaret.png +0 -0
- package/esm/Dropdown/imgs/downcaret.svg +0 -1
- package/esm/Dropdown/index.js +0 -2
- package/esm/Fieldset/index.js +0 -2
- package/esm/Frame/index.js +0 -2
- package/esm/Frame/props.js +0 -156
- package/esm/GlobalStyle/font/MS-Sans-Serif-8pt-bold.ttf +0 -0
- package/esm/GlobalStyle/font/MS-Sans-Serif-8pt.ttf +0 -0
- package/esm/GlobalStyle/font/React95Video-Numbers.eot +0 -0
- package/esm/GlobalStyle/font/React95Video-Numbers.ttf +0 -0
- package/esm/GlobalStyle/font/React95Video-Numbers.woff +0 -0
- package/esm/GlobalStyle/font/React95Video-Numbers.woff2 +0 -0
- package/esm/GlobalStyle/imgs/downcaret.svg +0 -1
- package/esm/GlobalStyle/imgs/dropdown.png +0 -0
- package/esm/GlobalStyle/imgs/leftcaret.svg +0 -1
- package/esm/GlobalStyle/imgs/rightcaret.svg +0 -1
- package/esm/GlobalStyle/imgs/upcaret.svg +0 -1
- package/esm/GlobalStyle/utils.js +0 -17
- package/esm/Input/index.js +0 -2
- package/esm/List/index.js +0 -2
- package/esm/Modal/close.svg +0 -1
- package/esm/Modal/help.svg +0 -1
- package/esm/Modal/index.js +0 -4
- package/esm/Modal/maximize.svg +0 -1
- package/esm/Modal/minimize.svg +0 -1
- package/esm/Modal/restore.svg +0 -1
- package/esm/ProgressBar/index.js +0 -2
- package/esm/RadioButton/imgs/radio-checked-disabled.png +0 -0
- package/esm/RadioButton/imgs/radio-checked.png +0 -0
- package/esm/RadioButton/imgs/radio-unchecked-disabled.png +0 -0
- package/esm/RadioButton/imgs/radio-unchecked.png +0 -0
- package/esm/RadioButton/index.js +0 -2
- package/esm/RadioButton/radioButtonStates.js +0 -5
- package/esm/Range/index.js +0 -2
- package/esm/Tabs/index.js +0 -3
- package/esm/TaskBar/index.js +0 -2
- package/esm/TextArea/index.js +0 -2
- package/esm/TitleBar/index.js +0 -2
- package/esm/Tooltip/index.js +0 -2
- package/esm/Tree/index.js +0 -2
- package/esm/Video/buttons/index.js +0 -5
- package/esm/Video/index.js +0 -2
- package/esm/shared/test/utils.js +0 -49
- package/esm/themes/all.js +0 -36
- package/esm/themes/baseTheme.css.js +0 -63
- package/esm/themes/contract.css.js +0 -15
- /package/@types/{GlobalStyle/GlobalStyle.css.d.ts → shared/font-names.d.ts} +0 -0
- /package/@types/themes/{baseTheme.css.d.ts → baseTheme.d.ts} +0 -0
|
@@ -1,22 +1,32 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
function
|
|
4
|
-
Object.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
const React = require("react");
|
|
3
|
+
function _interopNamespaceDefault(e) {
|
|
4
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
5
|
+
if (e) {
|
|
6
|
+
for (const k in e) {
|
|
7
|
+
if (k !== "default") {
|
|
8
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
9
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: () => e[k]
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
n.default = e;
|
|
17
|
+
return Object.freeze(n);
|
|
18
|
+
}
|
|
19
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React);
|
|
20
|
+
const Stop = (props) => /* @__PURE__ */ React__namespace.createElement(
|
|
21
|
+
"svg",
|
|
22
|
+
{
|
|
14
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15
24
|
width: "6",
|
|
16
25
|
height: "6",
|
|
17
|
-
"aria-label": "stop"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
})
|
|
21
|
-
|
|
22
|
-
|
|
26
|
+
"aria-label": "stop",
|
|
27
|
+
...props
|
|
28
|
+
},
|
|
29
|
+
/* @__PURE__ */ React__namespace.createElement("path", { d: "M0 0h306v306H0z" })
|
|
30
|
+
);
|
|
31
|
+
const Stop$1 = Stop;
|
|
32
|
+
module.exports = Stop$1;
|
package/cjs/index.js
CHANGED
|
@@ -1,171 +1,50 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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 }; }
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const Modal = require("./Modal/Modal.js");
|
|
4
|
+
const ModalContext = require("./Modal/ModalContext.js");
|
|
5
|
+
const ModalProvider = require("./Modal/ModalProvider.js");
|
|
6
|
+
const Tabs = require("./Tabs/Tabs.js");
|
|
7
|
+
const Tab = require("./Tabs/Tab.js");
|
|
8
|
+
const Alert = require("./Alert/Alert.js");
|
|
9
|
+
const Avatar = require("./Avatar/Avatar.js");
|
|
10
|
+
const Button = require("./Button/Button.js");
|
|
11
|
+
const Checkbox = require("./Checkbox/Checkbox.js");
|
|
12
|
+
const Cursor_css = require("./Cursor/Cursor.css.js");
|
|
13
|
+
const Dropdown = require("./Dropdown/Dropdown.js");
|
|
14
|
+
const Fieldset = require("./Fieldset/Fieldset.js");
|
|
15
|
+
const Frame = require("./Frame/Frame.js");
|
|
16
|
+
const Input = require("./Input/Input.js");
|
|
17
|
+
const List = require("./List/List.js");
|
|
18
|
+
const ProgressBar = require("./ProgressBar/ProgressBar.js");
|
|
19
|
+
const RadioButton = require("./RadioButton/RadioButton.js");
|
|
20
|
+
const Range = require("./Range/Range.js");
|
|
21
|
+
const TaskBar = require("./TaskBar/TaskBar.js");
|
|
22
|
+
const TextArea = require("./TextArea/TextArea.js");
|
|
23
|
+
const Tree = require("./Tree/Tree.js");
|
|
24
|
+
const Tooltip = require("./Tooltip/Tooltip.js");
|
|
25
|
+
const TitleBar = require("./TitleBar/TitleBar.js");
|
|
26
|
+
const Video = require("./Video/Video.js");
|
|
27
|
+
exports.Modal = Modal.Modal;
|
|
28
|
+
exports.ModalContext = ModalContext.ModalContext;
|
|
29
|
+
exports.ModalProvider = ModalProvider.ModalProvider;
|
|
30
|
+
exports.Tabs = Tabs.Tabs;
|
|
31
|
+
exports.Tab = Tab.Tab;
|
|
32
|
+
exports.Alert = Alert.Alert;
|
|
33
|
+
exports.Avatar = Avatar.Avatar;
|
|
34
|
+
exports.Button = Button.Button;
|
|
35
|
+
exports.Checkbox = Checkbox.Checkbox;
|
|
36
|
+
exports.Cursor = Cursor_css.Cursor;
|
|
37
|
+
exports.Dropdown = Dropdown.Dropdown;
|
|
38
|
+
exports.Fieldset = Fieldset.Fieldset;
|
|
39
|
+
exports.Frame = Frame.Frame;
|
|
40
|
+
exports.Input = Input.Input;
|
|
41
|
+
exports.List = List.List;
|
|
42
|
+
exports.ProgressBar = ProgressBar.ProgressBar;
|
|
43
|
+
exports.RadioButton = RadioButton.RadioButton;
|
|
44
|
+
exports.Range = Range.Range;
|
|
45
|
+
exports.TaskBar = TaskBar.TaskBar;
|
|
46
|
+
exports.TextArea = TextArea.TextArea;
|
|
47
|
+
exports.Tree = Tree.Tree;
|
|
48
|
+
exports.Tooltip = Tooltip.Tooltip;
|
|
49
|
+
exports.TitleBar = TitleBar.TitleBar;
|
|
50
|
+
exports.Video = Video.Video;
|
|
@@ -1,42 +1,3 @@
|
|
|
1
|
+
require('./azureOrange.css.ts.vanilla.css');
|
|
1
2
|
"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
|
-
}));
|
|
3
|
+
/* empty css */
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--r95-zIndex-modal: 2;
|
|
3
|
+
--r95-zIndex-tooltip: 3;
|
|
4
|
+
--r95-zIndex-taskbar: 3;
|
|
5
|
+
--r95-space-0: 0px;
|
|
6
|
+
--r95-space-1: 1px;
|
|
7
|
+
--r95-space-2: 2px;
|
|
8
|
+
--r95-space-3: 3px;
|
|
9
|
+
--r95-space-4: 4px;
|
|
10
|
+
--r95-space-5: 5px;
|
|
11
|
+
--r95-space-6: 6px;
|
|
12
|
+
--r95-space-7: 7px;
|
|
13
|
+
--r95-space-8: 8px;
|
|
14
|
+
--r95-space-9: 9px;
|
|
15
|
+
--r95-space-10: 10px;
|
|
16
|
+
--r95-space-11: 11px;
|
|
17
|
+
--r95-space-12: 12px;
|
|
18
|
+
--r95-space-13: 13px;
|
|
19
|
+
--r95-space-14: 14px;
|
|
20
|
+
--r95-space-15: 15px;
|
|
21
|
+
--r95-space-16: 16px;
|
|
22
|
+
--r95-space-17: 17px;
|
|
23
|
+
--r95-space-18: 18px;
|
|
24
|
+
--r95-space-19: 19px;
|
|
25
|
+
--r95-space-20: 20px;
|
|
26
|
+
--r95-color-anchor: #1034a6;
|
|
27
|
+
--r95-color-anchorVisited: #440381;
|
|
28
|
+
--r95-color-borderDark: #05427f;
|
|
29
|
+
--r95-color-borderDarkest: #000000;
|
|
30
|
+
--r95-color-borderLight: #2b8fff;
|
|
31
|
+
--r95-color-borderLighter: #8ac1ff;
|
|
32
|
+
--r95-color-borderLightest: #bedcff;
|
|
33
|
+
--r95-color-canvas: #000000;
|
|
34
|
+
--r95-color-canvasText: #ffffff;
|
|
35
|
+
--r95-color-headerBackground: #171123;
|
|
36
|
+
--r95-color-headerNotActiveBackground: #4E6766;
|
|
37
|
+
--r95-color-headerNotActiveText: #0180ff;
|
|
38
|
+
--r95-color-headerText: #ffffff;
|
|
39
|
+
--r95-color-material: #0180ff;
|
|
40
|
+
--r95-color-materialText: #000000;
|
|
41
|
+
--r95-color-materialTextDisabled: #05427f;
|
|
42
|
+
--r95-color-materialTextDisabledShadow: #7ebfff;
|
|
43
|
+
--r95-color-materialTextInvert: #ffffff;
|
|
44
|
+
--r95-color-progress: #F46036;
|
|
45
|
+
--r95-color-inputBackground: #ffffff;
|
|
46
|
+
--r95-color-inputBackgroundDisabled: #2b8fff;
|
|
47
|
+
--r95-shadow-out: inset 0.5px 0.5px 0px 0.5px #bedcff,
|
|
48
|
+
inset 0 0 0 1px #05427f,
|
|
49
|
+
1px 0px 0 0px #000000,
|
|
50
|
+
0px 1px 0 0px #000000,
|
|
51
|
+
1px 1px 0 0px #000000;
|
|
52
|
+
--r95-shadow-in: inset 0px 0px 0px 0px,
|
|
53
|
+
inset 1px 1px 0px 0px #05427f,
|
|
54
|
+
0.5px 0.5px 0px 0.5px #bedcff;
|
|
55
|
+
--r95-shadow-input: inset -1px -1px 0 0 #0180ff,
|
|
56
|
+
inset 1px 1px 0 0 #000000,
|
|
57
|
+
0.5px 0.5px 0 0.5px #bedcff;
|
|
58
|
+
}
|
package/cjs/themes/bee.css.js
CHANGED
|
@@ -1,42 +1,3 @@
|
|
|
1
|
+
require('./bee.css.ts.vanilla.css');
|
|
1
2
|
"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
|
-
}));
|
|
3
|
+
/* empty css */
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--r95-zIndex-modal: 2;
|
|
3
|
+
--r95-zIndex-tooltip: 3;
|
|
4
|
+
--r95-zIndex-taskbar: 3;
|
|
5
|
+
--r95-space-0: 0px;
|
|
6
|
+
--r95-space-1: 1px;
|
|
7
|
+
--r95-space-2: 2px;
|
|
8
|
+
--r95-space-3: 3px;
|
|
9
|
+
--r95-space-4: 4px;
|
|
10
|
+
--r95-space-5: 5px;
|
|
11
|
+
--r95-space-6: 6px;
|
|
12
|
+
--r95-space-7: 7px;
|
|
13
|
+
--r95-space-8: 8px;
|
|
14
|
+
--r95-space-9: 9px;
|
|
15
|
+
--r95-space-10: 10px;
|
|
16
|
+
--r95-space-11: 11px;
|
|
17
|
+
--r95-space-12: 12px;
|
|
18
|
+
--r95-space-13: 13px;
|
|
19
|
+
--r95-space-14: 14px;
|
|
20
|
+
--r95-space-15: 15px;
|
|
21
|
+
--r95-space-16: 16px;
|
|
22
|
+
--r95-space-17: 17px;
|
|
23
|
+
--r95-space-18: 18px;
|
|
24
|
+
--r95-space-19: 19px;
|
|
25
|
+
--r95-space-20: 20px;
|
|
26
|
+
--r95-color-anchor: #1034a6;
|
|
27
|
+
--r95-color-anchorVisited: #440381;
|
|
28
|
+
--r95-color-borderDark: #846d06;
|
|
29
|
+
--r95-color-borderDarkest: #0C1618;
|
|
30
|
+
--r95-color-borderLight: #e7c221;
|
|
31
|
+
--r95-color-borderLighter: #f1dd84;
|
|
32
|
+
--r95-color-borderLightest: #f7ecbb;
|
|
33
|
+
--r95-color-canvas: #0C1618;
|
|
34
|
+
--r95-color-canvasText: #ffffff;
|
|
35
|
+
--r95-color-headerBackground: #0C1618;
|
|
36
|
+
--r95-color-headerNotActiveBackground: #7F7B82;
|
|
37
|
+
--r95-color-headerNotActiveText: #e5bd03;
|
|
38
|
+
--r95-color-headerText: #f8df6e;
|
|
39
|
+
--r95-color-material: #e5bd03;
|
|
40
|
+
--r95-color-materialText: #0C1618;
|
|
41
|
+
--r95-color-materialTextDisabled: #846d06;
|
|
42
|
+
--r95-color-materialTextDisabledShadow: #f8df6e;
|
|
43
|
+
--r95-color-materialTextInvert: #ffffff;
|
|
44
|
+
--r95-color-progress: #0C1618;
|
|
45
|
+
--r95-color-inputBackground: #ffffff;
|
|
46
|
+
--r95-color-inputBackgroundDisabled: #e7c221;
|
|
47
|
+
--r95-shadow-out: inset 0.5px 0.5px 0px 0.5px #f7ecbb,
|
|
48
|
+
inset 0 0 0 1px #846d06,
|
|
49
|
+
1px 0px 0 0px #0C1618,
|
|
50
|
+
0px 1px 0 0px #0C1618,
|
|
51
|
+
1px 1px 0 0px #0C1618;
|
|
52
|
+
--r95-shadow-in: inset 0px 0px 0px 0px,
|
|
53
|
+
inset 1px 1px 0px 0px #846d06,
|
|
54
|
+
0.5px 0.5px 0px 0.5px #f7ecbb;
|
|
55
|
+
--r95-shadow-input: inset -1px -1px 0 0 #e5bd03,
|
|
56
|
+
inset 1px 1px 0 0 #0C1618,
|
|
57
|
+
0.5px 0.5px 0 0.5px #f7ecbb;
|
|
58
|
+
}
|
|
@@ -1,42 +1,3 @@
|
|
|
1
|
+
require('./blackAndWhite.css.ts.vanilla.css');
|
|
1
2
|
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.blackAndWhite = 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: '#888c8f',
|
|
20
|
-
borderDarkest: '#000000',
|
|
21
|
-
borderLight: '#dfe0e3',
|
|
22
|
-
borderLighter: '#ededef',
|
|
23
|
-
borderLightest: '#f5f5f6',
|
|
24
|
-
canvas: '#000000',
|
|
25
|
-
canvasText: '#ffffff',
|
|
26
|
-
headerBackground: '#000000',
|
|
27
|
-
headerNotActiveBackground: '#ffffff',
|
|
28
|
-
headerNotActiveText: '#000000',
|
|
29
|
-
headerText: '#ffffff',
|
|
30
|
-
material: '#ffffff',
|
|
31
|
-
materialText: '#000000',
|
|
32
|
-
materialTextDisabled: '#888c8f',
|
|
33
|
-
materialTextDisabledShadow: '#ffffff',
|
|
34
|
-
materialTextInvert: '#ffffff',
|
|
35
|
-
progress: '#000000',
|
|
36
|
-
inputBackground: '#ffffff',
|
|
37
|
-
inputBackgroundDisabled: '#dfe0e3'
|
|
38
|
-
};
|
|
39
|
-
var blackAndWhite = exports.blackAndWhite = (0, _css.createTheme)(_contract.contract, _objectSpread(_objectSpread({}, _baseTheme.theme), {}, {
|
|
40
|
-
colors: colors,
|
|
41
|
-
shadows: (0, _baseTheme.generateShadows)(colors)
|
|
42
|
-
}));
|
|
3
|
+
/* empty css */
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--r95-zIndex-modal: 2;
|
|
3
|
+
--r95-zIndex-tooltip: 3;
|
|
4
|
+
--r95-zIndex-taskbar: 3;
|
|
5
|
+
--r95-space-0: 0px;
|
|
6
|
+
--r95-space-1: 1px;
|
|
7
|
+
--r95-space-2: 2px;
|
|
8
|
+
--r95-space-3: 3px;
|
|
9
|
+
--r95-space-4: 4px;
|
|
10
|
+
--r95-space-5: 5px;
|
|
11
|
+
--r95-space-6: 6px;
|
|
12
|
+
--r95-space-7: 7px;
|
|
13
|
+
--r95-space-8: 8px;
|
|
14
|
+
--r95-space-9: 9px;
|
|
15
|
+
--r95-space-10: 10px;
|
|
16
|
+
--r95-space-11: 11px;
|
|
17
|
+
--r95-space-12: 12px;
|
|
18
|
+
--r95-space-13: 13px;
|
|
19
|
+
--r95-space-14: 14px;
|
|
20
|
+
--r95-space-15: 15px;
|
|
21
|
+
--r95-space-16: 16px;
|
|
22
|
+
--r95-space-17: 17px;
|
|
23
|
+
--r95-space-18: 18px;
|
|
24
|
+
--r95-space-19: 19px;
|
|
25
|
+
--r95-space-20: 20px;
|
|
26
|
+
--r95-color-anchor: #1034a6;
|
|
27
|
+
--r95-color-anchorVisited: #440381;
|
|
28
|
+
--r95-color-borderDark: #888c8f;
|
|
29
|
+
--r95-color-borderDarkest: #000000;
|
|
30
|
+
--r95-color-borderLight: #dfe0e3;
|
|
31
|
+
--r95-color-borderLighter: #ededef;
|
|
32
|
+
--r95-color-borderLightest: #f5f5f6;
|
|
33
|
+
--r95-color-canvas: #000000;
|
|
34
|
+
--r95-color-canvasText: #ffffff;
|
|
35
|
+
--r95-color-headerBackground: #000000;
|
|
36
|
+
--r95-color-headerNotActiveBackground: #ffffff;
|
|
37
|
+
--r95-color-headerNotActiveText: #000000;
|
|
38
|
+
--r95-color-headerText: #ffffff;
|
|
39
|
+
--r95-color-material: #ffffff;
|
|
40
|
+
--r95-color-materialText: #000000;
|
|
41
|
+
--r95-color-materialTextDisabled: #888c8f;
|
|
42
|
+
--r95-color-materialTextDisabledShadow: #ffffff;
|
|
43
|
+
--r95-color-materialTextInvert: #ffffff;
|
|
44
|
+
--r95-color-progress: #000000;
|
|
45
|
+
--r95-color-inputBackground: #ffffff;
|
|
46
|
+
--r95-color-inputBackgroundDisabled: #dfe0e3;
|
|
47
|
+
--r95-shadow-out: inset 0.5px 0.5px 0px 0.5px #f5f5f6,
|
|
48
|
+
inset 0 0 0 1px #888c8f,
|
|
49
|
+
1px 0px 0 0px #000000,
|
|
50
|
+
0px 1px 0 0px #000000,
|
|
51
|
+
1px 1px 0 0px #000000;
|
|
52
|
+
--r95-shadow-in: inset 0px 0px 0px 0px,
|
|
53
|
+
inset 1px 1px 0px 0px #888c8f,
|
|
54
|
+
0.5px 0.5px 0px 0.5px #f5f5f6;
|
|
55
|
+
--r95-shadow-input: inset -1px -1px 0 0 #ffffff,
|
|
56
|
+
inset 1px 1px 0 0 #000000,
|
|
57
|
+
0.5px 0.5px 0 0.5px #f5f5f6;
|
|
58
|
+
}
|
package/cjs/themes/brick.css.js
CHANGED
|
@@ -1,42 +1,3 @@
|
|
|
1
|
+
require('./brick.css.ts.vanilla.css');
|
|
1
2
|
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.brick = 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: '#6c684b',
|
|
20
|
-
borderDarkest: '#020000',
|
|
21
|
-
borderLight: '#e2ddc9',
|
|
22
|
-
borderLighter: '#efece1',
|
|
23
|
-
borderLightest: '#f6f4ee',
|
|
24
|
-
canvas: '#ffffff',
|
|
25
|
-
canvasText: '#020000',
|
|
26
|
-
headerBackground: '#8e0101',
|
|
27
|
-
headerNotActiveBackground: '#90885c',
|
|
28
|
-
headerNotActiveText: '#c2bfa3',
|
|
29
|
-
headerText: '#ffffff',
|
|
30
|
-
material: '#c2bfa3',
|
|
31
|
-
materialText: '#020000',
|
|
32
|
-
materialTextDisabled: '#6c684b',
|
|
33
|
-
materialTextDisabledShadow: '#ffffff',
|
|
34
|
-
materialTextInvert: '#ffffff',
|
|
35
|
-
progress: '#8e0101',
|
|
36
|
-
inputBackground: '#ffffff',
|
|
37
|
-
inputBackgroundDisabled: '#e2ddc9'
|
|
38
|
-
};
|
|
39
|
-
var brick = exports.brick = (0, _css.createTheme)(_contract.contract, _objectSpread(_objectSpread({}, _baseTheme.theme), {}, {
|
|
40
|
-
colors: colors,
|
|
41
|
-
shadows: (0, _baseTheme.generateShadows)(colors)
|
|
42
|
-
}));
|
|
3
|
+
/* empty css */
|