@react95/core 8.0.0-alpha.0 → 8.0.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -42
- package/cjs/Alert/Alert.cjs +43 -0
- package/cjs/Alert/Alert.css.cjs +9 -0
- package/cjs/Alert/Alert.css.ts.vanilla.css +15 -0
- package/cjs/Alert/assets/chord.mp3.cjs +3 -0
- package/cjs/Avatar/Avatar.cjs +26 -0
- package/cjs/Avatar/Avatar.css.cjs +8 -0
- package/cjs/Avatar/Avatar.css.ts.vanilla.css +24 -0
- package/cjs/Button/Button.cjs +20 -0
- package/cjs/Button/Button.css.cjs +5 -0
- package/cjs/Button/Button.css.ts.vanilla.css +31 -0
- package/cjs/Checkbox/Checkbox.cjs +17 -0
- package/cjs/Checkbox/Checkbox.css.cjs +11 -0
- package/cjs/Checkbox/Checkbox.css.ts.vanilla.css +59 -0
- package/cjs/Cursor/Cursor.css.cjs +5 -0
- package/cjs/Cursor/Cursor.css.ts.vanilla.css +96 -0
- package/cjs/Dropdown/Dropdown.cjs +20 -0
- package/cjs/Dropdown/Dropdown.css.cjs +7 -0
- package/cjs/Dropdown/Dropdown.css.ts.vanilla.css +50 -0
- package/cjs/Fieldset/Fieldset.cjs +9 -0
- package/cjs/Fieldset/Fieldset.css.cjs +7 -0
- package/cjs/Fieldset/Fieldset.css.ts.vanilla.css +19 -0
- package/cjs/Frame/Frame.cjs +23 -0
- package/cjs/Frame/Frame.css.cjs +48 -0
- package/cjs/Frame/Frame.css.ts.vanilla.css +399 -0
- package/cjs/GlobalStyle/GlobalStyle.css.cjs +3 -0
- package/cjs/GlobalStyle/GlobalStyle.css.ts.vanilla.css +122 -0
- package/cjs/GlobalStyle.cjs +4 -0
- package/cjs/Input/Input.cjs +26 -0
- package/cjs/Input/Input.css.cjs +5 -0
- package/cjs/Input/Input.css.ts.vanilla.css +21 -0
- package/cjs/List/List.cjs +16 -0
- package/cjs/List/List.css.cjs +9 -0
- package/cjs/List/List.css.ts.vanilla.css +66 -0
- package/cjs/List/ListDivider.cjs +19 -0
- package/cjs/List/ListItem.cjs +12 -0
- package/cjs/Modal/Modal.cjs +151 -0
- package/cjs/Modal/Modal.css.cjs +14 -0
- package/cjs/Modal/Modal.css.ts.vanilla.css +55 -0
- package/cjs/Modal/ModalContext.cjs +16 -0
- package/cjs/Modal/ModalProvider.cjs +71 -0
- package/cjs/Modal/close.svg.cjs +3 -0
- package/cjs/Modal/help.svg.cjs +3 -0
- package/cjs/ProgressBar/ProgressBar.cjs +20 -0
- package/cjs/ProgressBar/ProgressBar.css.cjs +11 -0
- package/cjs/ProgressBar/ProgressBar.css.ts.vanilla.css +32 -0
- package/cjs/RadioButton/RadioButton.cjs +17 -0
- package/cjs/RadioButton/RadioButton.css.cjs +11 -0
- package/cjs/RadioButton/RadioButton.css.ts.vanilla.css +44 -0
- package/cjs/Range/Range.cjs +36 -0
- package/cjs/Range/Range.css.cjs +5 -0
- package/cjs/Range/Range.css.ts.vanilla.css +84 -0
- package/cjs/Tabs/Tab.cjs +18 -0
- package/cjs/Tabs/Tabs.cjs +50 -0
- package/cjs/Tabs/Tabs.css.cjs +10 -0
- package/cjs/Tabs/Tabs.css.ts.vanilla.css +54 -0
- package/cjs/TaskBar/Clock.cjs +34 -0
- package/cjs/TaskBar/TaskBar.cjs +74 -0
- package/cjs/TaskBar/TaskBar.css.cjs +12 -0
- package/cjs/TaskBar/TaskBar.css.ts.vanilla.css +52 -0
- package/cjs/TaskBar/WindowButton.cjs +17 -0
- package/cjs/TextArea/TextArea.cjs +26 -0
- package/cjs/TitleBar/TitleBar.cjs +45 -0
- package/cjs/TitleBar/TitleBar.css.cjs +12 -0
- package/cjs/TitleBar/TitleBar.css.ts.vanilla.css +62 -0
- package/cjs/Tooltip/Tooltip.cjs +77 -0
- package/cjs/Tooltip/Tooltip.css.cjs +7 -0
- package/cjs/Tooltip/Tooltip.css.ts.vanilla.css +25 -0
- package/cjs/Tree/Node.cjs +139 -0
- package/cjs/Tree/Tree.cjs +16 -0
- package/cjs/Tree/Tree.css.cjs +18 -0
- package/cjs/Tree/Tree.css.ts.vanilla.css +90 -0
- package/cjs/Video/Video.cjs +223 -0
- package/cjs/Video/Video.css.cjs +22 -0
- package/cjs/Video/Video.css.ts.vanilla.css +83 -0
- package/cjs/Video/buttons/Fullscreen.cjs +39 -0
- package/cjs/Video/buttons/Pause.cjs +33 -0
- package/cjs/Video/buttons/Play.cjs +33 -0
- package/cjs/Video/buttons/Stop.cjs +32 -0
- package/cjs/index.cjs +50 -0
- package/cjs/themes/azureOrange.css.cjs +3 -0
- package/cjs/themes/azureOrange.css.ts.vanilla.css +58 -0
- package/cjs/themes/bee.css.cjs +3 -0
- package/cjs/themes/bee.css.ts.vanilla.css +58 -0
- package/cjs/themes/blackAndWhite.css.cjs +3 -0
- package/cjs/themes/blackAndWhite.css.ts.vanilla.css +58 -0
- package/cjs/themes/brick.css.cjs +3 -0
- package/cjs/themes/brick.css.ts.vanilla.css +58 -0
- package/cjs/themes/candy.css.cjs +3 -0
- package/cjs/themes/candy.css.ts.vanilla.css +58 -0
- package/cjs/themes/coldGray.css.cjs +3 -0
- package/cjs/themes/coldGray.css.ts.vanilla.css +58 -0
- package/cjs/themes/counterStrike.css.cjs +3 -0
- package/cjs/themes/counterStrike.css.ts.vanilla.css +58 -0
- package/cjs/themes/eggplant.css.cjs +3 -0
- package/cjs/themes/eggplant.css.ts.vanilla.css +58 -0
- package/cjs/themes/highContrast.css.cjs +3 -0
- package/cjs/themes/highContrast.css.ts.vanilla.css +58 -0
- package/cjs/themes/lilac.css.cjs +3 -0
- package/cjs/themes/lilac.css.ts.vanilla.css +58 -0
- package/cjs/themes/lilacRoseDark.css.cjs +3 -0
- package/cjs/themes/lilacRoseDark.css.ts.vanilla.css +58 -0
- package/cjs/themes/maple.css.cjs +3 -0
- package/cjs/themes/maple.css.ts.vanilla.css +58 -0
- package/cjs/themes/marine.css.cjs +3 -0
- package/cjs/themes/marine.css.ts.vanilla.css +58 -0
- package/cjs/themes/matrix.css.cjs +3 -0
- package/cjs/themes/matrix.css.ts.vanilla.css +58 -0
- package/cjs/themes/millenium.css.cjs +3 -0
- package/cjs/themes/millenium.css.ts.vanilla.css +58 -0
- package/cjs/themes/modernDark.css.cjs +3 -0
- package/cjs/themes/modernDark.css.ts.vanilla.css +58 -0
- package/cjs/themes/molecule.css.cjs +3 -0
- package/cjs/themes/molecule.css.ts.vanilla.css +58 -0
- package/cjs/themes/ninjaTurtles.css.cjs +3 -0
- package/cjs/themes/ninjaTurtles.css.ts.vanilla.css +58 -0
- package/cjs/themes/olive.css.cjs +3 -0
- package/cjs/themes/olive.css.ts.vanilla.css +58 -0
- package/cjs/themes/pamelaAnderson.css.cjs +3 -0
- package/cjs/themes/pamelaAnderson.css.ts.vanilla.css +58 -0
- package/cjs/themes/plum.css.cjs +3 -0
- package/cjs/themes/plum.css.ts.vanilla.css +58 -0
- package/cjs/themes/rainyDay.css.cjs +3 -0
- package/cjs/themes/rainyDay.css.ts.vanilla.css +58 -0
- package/cjs/themes/rose.css.cjs +3 -0
- package/cjs/themes/rose.css.ts.vanilla.css +58 -0
- package/cjs/themes/slate.css.cjs +3 -0
- package/cjs/themes/slate.css.ts.vanilla.css +58 -0
- package/cjs/themes/spruce.css.cjs +3 -0
- package/cjs/themes/spruce.css.ts.vanilla.css +58 -0
- package/cjs/themes/storm.css.cjs +3 -0
- package/cjs/themes/storm.css.ts.vanilla.css +58 -0
- package/cjs/themes/theSixtiesUSA.css.cjs +3 -0
- package/cjs/themes/theSixtiesUSA.css.ts.vanilla.css +58 -0
- package/cjs/themes/tokyoDark.css.cjs +3 -0
- package/cjs/themes/tokyoDark.css.ts.vanilla.css +58 -0
- package/cjs/themes/tooSexy.css.cjs +3 -0
- package/cjs/themes/tooSexy.css.ts.vanilla.css +58 -0
- package/cjs/themes/travel.css.cjs +3 -0
- package/cjs/themes/travel.css.ts.vanilla.css +58 -0
- package/cjs/themes/vaporTeal.css.cjs +3 -0
- package/cjs/themes/vaporTeal.css.ts.vanilla.css +58 -0
- package/cjs/themes/vermillion.css.cjs +3 -0
- package/cjs/themes/vermillion.css.ts.vanilla.css +58 -0
- package/cjs/themes/violetDark.css.cjs +3 -0
- package/cjs/themes/violetDark.css.ts.vanilla.css +58 -0
- package/cjs/themes/water.css.cjs +3 -0
- package/cjs/themes/water.css.ts.vanilla.css +58 -0
- package/cjs/themes/win95.css.cjs +3 -0
- package/cjs/themes/win95.css.ts.vanilla.css +58 -0
- package/cjs/themes.cjs +72 -0
- package/esm/Alert/Alert.css.mjs +9 -0
- package/esm/Alert/Alert.css.ts.vanilla.css +15 -0
- package/esm/Alert/Alert.mjs +43 -0
- package/esm/Alert/assets/chord.mp3.mjs +4 -0
- package/esm/Avatar/Avatar.css.mjs +8 -0
- package/esm/Avatar/Avatar.css.ts.vanilla.css +24 -0
- package/esm/Avatar/Avatar.mjs +9 -0
- package/esm/Button/Button.css.mjs +5 -0
- package/esm/Button/Button.css.ts.vanilla.css +31 -0
- package/esm/Button/Button.mjs +20 -0
- package/esm/Checkbox/Checkbox.css.mjs +11 -0
- package/esm/Checkbox/Checkbox.css.ts.vanilla.css +59 -0
- package/esm/Checkbox/Checkbox.mjs +17 -0
- package/esm/Cursor/Cursor.css.mjs +5 -0
- package/esm/Cursor/Cursor.css.ts.vanilla.css +96 -0
- package/esm/Dropdown/Dropdown.css.mjs +7 -0
- package/esm/Dropdown/Dropdown.css.ts.vanilla.css +50 -0
- package/esm/Dropdown/Dropdown.mjs +20 -0
- package/esm/Fieldset/Fieldset.css.mjs +7 -0
- package/esm/Fieldset/Fieldset.css.ts.vanilla.css +19 -0
- package/esm/Fieldset/Fieldset.mjs +9 -0
- package/esm/Frame/Frame.css.mjs +48 -0
- package/esm/Frame/Frame.css.ts.vanilla.css +399 -0
- package/esm/Frame/Frame.mjs +23 -0
- package/esm/GlobalStyle/GlobalStyle.css.mjs +2 -0
- package/esm/GlobalStyle/GlobalStyle.css.ts.vanilla.css +122 -0
- package/esm/GlobalStyle.mjs +4 -0
- package/esm/Input/Input.css.mjs +5 -0
- package/esm/Input/Input.css.ts.vanilla.css +21 -0
- package/esm/Input/Input.mjs +9 -0
- package/esm/List/List.css.mjs +9 -0
- package/esm/List/List.css.ts.vanilla.css +66 -0
- package/esm/List/List.mjs +16 -0
- package/esm/List/ListDivider.mjs +19 -0
- package/esm/List/ListItem.mjs +12 -0
- package/esm/Modal/Modal.css.mjs +14 -0
- package/esm/Modal/Modal.css.ts.vanilla.css +55 -0
- package/esm/Modal/Modal.mjs +134 -0
- package/esm/Modal/ModalContext.mjs +16 -0
- package/esm/Modal/ModalProvider.mjs +54 -0
- package/esm/Modal/close.svg.mjs +4 -0
- package/esm/Modal/help.svg.mjs +4 -0
- package/esm/ProgressBar/ProgressBar.css.mjs +11 -0
- package/esm/ProgressBar/ProgressBar.css.ts.vanilla.css +32 -0
- package/esm/ProgressBar/ProgressBar.mjs +20 -0
- package/esm/RadioButton/RadioButton.css.mjs +11 -0
- package/esm/RadioButton/RadioButton.css.ts.vanilla.css +44 -0
- package/esm/RadioButton/RadioButton.mjs +17 -0
- package/esm/Range/Range.css.mjs +5 -0
- package/esm/Range/Range.css.ts.vanilla.css +84 -0
- package/esm/Range/Range.mjs +19 -0
- package/esm/Tabs/Tab.mjs +18 -0
- package/esm/Tabs/Tabs.css.mjs +10 -0
- package/esm/Tabs/Tabs.css.ts.vanilla.css +54 -0
- package/esm/Tabs/Tabs.mjs +50 -0
- package/esm/TaskBar/Clock.mjs +34 -0
- package/esm/TaskBar/TaskBar.css.mjs +12 -0
- package/esm/TaskBar/TaskBar.css.ts.vanilla.css +52 -0
- package/esm/TaskBar/TaskBar.mjs +74 -0
- package/esm/TaskBar/WindowButton.mjs +17 -0
- package/esm/TextArea/TextArea.mjs +9 -0
- package/esm/TitleBar/TitleBar.css.mjs +12 -0
- package/esm/TitleBar/TitleBar.css.ts.vanilla.css +62 -0
- package/esm/TitleBar/TitleBar.mjs +45 -0
- package/esm/Tooltip/Tooltip.css.mjs +7 -0
- package/esm/Tooltip/Tooltip.css.ts.vanilla.css +25 -0
- package/esm/Tooltip/Tooltip.mjs +60 -0
- package/esm/Tree/Node.mjs +122 -0
- package/esm/Tree/Tree.css.mjs +18 -0
- package/esm/Tree/Tree.css.ts.vanilla.css +90 -0
- package/esm/Tree/Tree.mjs +16 -0
- package/esm/Video/Video.css.mjs +22 -0
- package/esm/Video/Video.css.ts.vanilla.css +83 -0
- package/esm/Video/Video.mjs +206 -0
- package/esm/Video/buttons/Fullscreen.mjs +23 -0
- package/esm/Video/buttons/Pause.mjs +17 -0
- package/esm/Video/buttons/Play.mjs +17 -0
- package/esm/Video/buttons/Stop.mjs +16 -0
- package/esm/index.mjs +50 -0
- package/esm/themes/azureOrange.css.mjs +2 -0
- package/esm/themes/azureOrange.css.ts.vanilla.css +58 -0
- package/esm/themes/bee.css.mjs +2 -0
- package/esm/themes/bee.css.ts.vanilla.css +58 -0
- package/esm/themes/blackAndWhite.css.mjs +2 -0
- package/esm/themes/blackAndWhite.css.ts.vanilla.css +58 -0
- package/esm/themes/brick.css.mjs +2 -0
- package/esm/themes/brick.css.ts.vanilla.css +58 -0
- package/esm/themes/candy.css.mjs +2 -0
- package/esm/themes/candy.css.ts.vanilla.css +58 -0
- package/esm/themes/coldGray.css.mjs +2 -0
- package/esm/themes/coldGray.css.ts.vanilla.css +58 -0
- package/esm/themes/counterStrike.css.mjs +2 -0
- package/esm/themes/counterStrike.css.ts.vanilla.css +58 -0
- package/esm/themes/eggplant.css.mjs +2 -0
- package/esm/themes/eggplant.css.ts.vanilla.css +58 -0
- package/esm/themes/highContrast.css.mjs +2 -0
- package/esm/themes/highContrast.css.ts.vanilla.css +58 -0
- package/esm/themes/lilac.css.mjs +2 -0
- package/esm/themes/lilac.css.ts.vanilla.css +58 -0
- package/esm/themes/lilacRoseDark.css.mjs +2 -0
- package/esm/themes/lilacRoseDark.css.ts.vanilla.css +58 -0
- package/esm/themes/maple.css.mjs +2 -0
- package/esm/themes/maple.css.ts.vanilla.css +58 -0
- package/esm/themes/marine.css.mjs +2 -0
- package/esm/themes/marine.css.ts.vanilla.css +58 -0
- package/esm/themes/matrix.css.mjs +2 -0
- package/esm/themes/matrix.css.ts.vanilla.css +58 -0
- package/esm/themes/millenium.css.mjs +2 -0
- package/esm/themes/millenium.css.ts.vanilla.css +58 -0
- package/esm/themes/modernDark.css.mjs +2 -0
- package/esm/themes/modernDark.css.ts.vanilla.css +58 -0
- package/esm/themes/molecule.css.mjs +2 -0
- package/esm/themes/molecule.css.ts.vanilla.css +58 -0
- package/esm/themes/ninjaTurtles.css.mjs +2 -0
- package/esm/themes/ninjaTurtles.css.ts.vanilla.css +58 -0
- package/esm/themes/olive.css.mjs +2 -0
- package/esm/themes/olive.css.ts.vanilla.css +58 -0
- package/esm/themes/pamelaAnderson.css.mjs +2 -0
- package/esm/themes/pamelaAnderson.css.ts.vanilla.css +58 -0
- package/esm/themes/plum.css.mjs +2 -0
- package/esm/themes/plum.css.ts.vanilla.css +58 -0
- package/esm/themes/rainyDay.css.mjs +2 -0
- package/esm/themes/rainyDay.css.ts.vanilla.css +58 -0
- package/esm/themes/rose.css.mjs +2 -0
- package/esm/themes/rose.css.ts.vanilla.css +58 -0
- package/esm/themes/slate.css.mjs +2 -0
- package/esm/themes/slate.css.ts.vanilla.css +58 -0
- package/esm/themes/spruce.css.mjs +2 -0
- package/esm/themes/spruce.css.ts.vanilla.css +58 -0
- package/esm/themes/storm.css.mjs +2 -0
- package/esm/themes/storm.css.ts.vanilla.css +58 -0
- package/esm/themes/theSixtiesUSA.css.mjs +2 -0
- package/esm/themes/theSixtiesUSA.css.ts.vanilla.css +58 -0
- package/esm/themes/tokyoDark.css.mjs +2 -0
- package/esm/themes/tokyoDark.css.ts.vanilla.css +58 -0
- package/esm/themes/tooSexy.css.mjs +2 -0
- package/esm/themes/tooSexy.css.ts.vanilla.css +58 -0
- package/esm/themes/travel.css.mjs +2 -0
- package/esm/themes/travel.css.ts.vanilla.css +58 -0
- package/esm/themes/vaporTeal.css.mjs +2 -0
- package/esm/themes/vaporTeal.css.ts.vanilla.css +58 -0
- package/esm/themes/vermillion.css.mjs +2 -0
- package/esm/themes/vermillion.css.ts.vanilla.css +58 -0
- package/esm/themes/violetDark.css.mjs +2 -0
- package/esm/themes/violetDark.css.ts.vanilla.css +58 -0
- package/esm/themes/water.css.mjs +2 -0
- package/esm/themes/water.css.ts.vanilla.css +58 -0
- package/esm/themes/win95.css.mjs +2 -0
- package/esm/themes/win95.css.ts.vanilla.css +58 -0
- package/esm/themes.mjs +72 -0
- package/package.json +32 -5
- package/types/Frame/Frame.css.d.ts +2296 -0
- package/types/Frame/Frame.d.ts +2251 -0
- package/types/Frame/props.d.ts +977 -0
- package/types/Modal/Modal.d.ts +30 -0
- package/types/Modal/ModalContext.d.ts +15 -0
- package/types/Modal/ModalProvider.d.ts +3 -0
- package/types/TaskBar/TaskBar.d.ts +6 -0
- package/types/Tree/Node.d.ts +22 -0
- package/types/index.d.ts +25 -0
- package/types/themes/all.d.ts +36 -0
- package/types/themes/azureOrange.css.d.ts +1 -0
- package/types/themes/bee.css.d.ts +1 -0
- package/types/themes/blackAndWhite.css.d.ts +1 -0
- package/types/themes/brick.css.d.ts +1 -0
- package/types/themes/candy.css.d.ts +1 -0
- package/types/themes/coldGray.css.d.ts +1 -0
- package/types/themes/contract.css.d.ts +116 -0
- package/types/themes/counterStrike.css.d.ts +1 -0
- package/types/themes/eggplant.css.d.ts +1 -0
- package/types/themes/highContrast.css.d.ts +1 -0
- package/types/themes/lilac.css.d.ts +1 -0
- package/types/themes/lilacRoseDark.css.d.ts +1 -0
- package/types/themes/maple.css.d.ts +1 -0
- package/types/themes/marine.css.d.ts +1 -0
- package/types/themes/matrix.css.d.ts +1 -0
- package/types/themes/millenium.css.d.ts +1 -0
- package/types/themes/modernDark.css.d.ts +1 -0
- package/types/themes/molecule.css.d.ts +1 -0
- package/types/themes/ninjaTurtles.css.d.ts +1 -0
- package/types/themes/olive.css.d.ts +1 -0
- package/types/themes/pamelaAnderson.css.d.ts +1 -0
- package/types/themes/plum.css.d.ts +1 -0
- package/types/themes/rainyDay.css.d.ts +1 -0
- package/types/themes/rose.css.d.ts +1 -0
- package/types/themes/slate.css.d.ts +1 -0
- package/types/themes/spruce.css.d.ts +1 -0
- package/types/themes/storm.css.d.ts +1 -0
- package/types/themes/theSixtiesUSA.css.d.ts +1 -0
- package/types/themes/tokyoDark.css.d.ts +1 -0
- package/types/themes/tooSexy.css.d.ts +1 -0
- package/types/themes/travel.css.d.ts +1 -0
- package/types/themes/vaporTeal.css.d.ts +1 -0
- package/types/themes/vermillion.css.d.ts +1 -0
- package/types/themes/violetDark.css.d.ts +1 -0
- package/types/themes/water.css.d.ts +1 -0
- package/types/themes/win95.css.d.ts +1 -0
- 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/Frame.d.ts +0 -2251
- package/@types/Frame/index.d.ts +0 -2
- package/@types/Frame/props.d.ts +0 -977
- package/@types/Frame/sprinkles.css.d.ts +0 -2271
- 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/Modal.d.ts +0 -30
- package/@types/Modal/ModalContext.d.ts +0 -16
- package/@types/Modal/ModalProvider.d.ts +0 -4
- 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/TaskBar.d.ts +0 -6
- 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/Node.d.ts +0 -23
- package/@types/Tree/index.d.ts +0 -2
- package/@types/Video/index.d.ts +0 -2
- package/@types/index.d.ts +0 -23
- package/@types/shared/test/utils.d.ts +0 -4
- package/@types/themes/all.d.ts +0 -36
- package/@types/themes/azureOrange.css.d.ts +0 -1
- package/@types/themes/bee.css.d.ts +0 -1
- package/@types/themes/blackAndWhite.css.d.ts +0 -1
- package/@types/themes/brick.css.d.ts +0 -1
- package/@types/themes/candy.css.d.ts +0 -1
- package/@types/themes/coldGray.css.d.ts +0 -1
- package/@types/themes/contract.css.d.ts +0 -58
- package/@types/themes/counterStrike.css.d.ts +0 -1
- package/@types/themes/eggplant.css.d.ts +0 -1
- package/@types/themes/highContrast.css.d.ts +0 -1
- package/@types/themes/lilac.css.d.ts +0 -1
- package/@types/themes/lilacRoseDark.css.d.ts +0 -1
- package/@types/themes/maple.css.d.ts +0 -1
- package/@types/themes/marine.css.d.ts +0 -1
- package/@types/themes/matrix.css.d.ts +0 -1
- package/@types/themes/millenium.css.d.ts +0 -1
- package/@types/themes/modernDark.css.d.ts +0 -1
- package/@types/themes/molecule.css.d.ts +0 -1
- package/@types/themes/ninjaTurtles.css.d.ts +0 -1
- package/@types/themes/olive.css.d.ts +0 -1
- package/@types/themes/pamelaAnderson.css.d.ts +0 -1
- package/@types/themes/plum.css.d.ts +0 -1
- package/@types/themes/rainyDay.css.d.ts +0 -1
- package/@types/themes/rose.css.d.ts +0 -1
- package/@types/themes/slate.css.d.ts +0 -1
- package/@types/themes/spruce.css.d.ts +0 -1
- package/@types/themes/storm.css.d.ts +0 -1
- package/@types/themes/theSixtiesUSA.css.d.ts +0 -1
- package/@types/themes/tokyoDark.css.d.ts +0 -1
- package/@types/themes/tooSexy.css.d.ts +0 -1
- package/@types/themes/travel.css.d.ts +0 -1
- package/@types/themes/vaporTeal.css.d.ts +0 -1
- package/@types/themes/vermillion.css.d.ts +0 -1
- package/@types/themes/violetDark.css.d.ts +0 -1
- package/@types/themes/water.css.d.ts +0 -1
- package/@types/themes/win95.css.d.ts +0 -1
- package/cjs/Alert/Alert.css.js +0 -23
- package/cjs/Alert/Alert.js +0 -89
- package/cjs/Alert/assets/chord.mp3 +0 -0
- package/cjs/Alert/index.js +0 -8
- package/cjs/Avatar/Avatar.css.js +0 -39
- package/cjs/Avatar/Avatar.js +0 -40
- package/cjs/Avatar/index.js +0 -8
- package/cjs/Button/Button.css.js +0 -35
- package/cjs/Button/Button.js +0 -23
- package/cjs/Button/index.js +0 -8
- package/cjs/Checkbox/Checkbox.css.js +0 -73
- package/cjs/Checkbox/Checkbox.js +0 -37
- 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/Cursor.css.js +0 -137
- 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/Dropdown.css.js +0 -56
- package/cjs/Dropdown/Dropdown.js +0 -41
- 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/Fieldset.css.js +0 -27
- package/cjs/Fieldset/Fieldset.js +0 -29
- package/cjs/Fieldset/index.js +0 -8
- package/cjs/Frame/Frame.js +0 -39
- package/cjs/Frame/index.js +0 -8
- package/cjs/Frame/props.js +0 -162
- package/cjs/Frame/sprinkles.css.js +0 -73
- package/cjs/GlobalStyle/GlobalStyle.css.js +0 -130
- 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/Input.css.js +0 -30
- package/cjs/Input/Input.js +0 -20
- package/cjs/Input/index.js +0 -8
- package/cjs/List/List.css.js +0 -79
- package/cjs/List/List.js +0 -25
- package/cjs/List/ListDivider.js +0 -20
- package/cjs/List/ListItem.js +0 -35
- package/cjs/List/index.js +0 -8
- package/cjs/Modal/Modal.css.js +0 -76
- package/cjs/Modal/Modal.js +0 -175
- package/cjs/Modal/ModalContext.js +0 -18
- package/cjs/Modal/ModalProvider.js +0 -92
- 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/ProgressBar.css.js +0 -40
- package/cjs/ProgressBar/ProgressBar.js +0 -39
- package/cjs/ProgressBar/index.js +0 -8
- package/cjs/RadioButton/RadioButton.css.js +0 -55
- package/cjs/RadioButton/RadioButton.js +0 -32
- 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/Range.css.js +0 -59
- package/cjs/Range/Range.js +0 -23
- package/cjs/Range/index.js +0 -8
- package/cjs/Tabs/Tab.js +0 -29
- package/cjs/Tabs/Tabs.css.js +0 -56
- package/cjs/Tabs/Tabs.js +0 -65
- package/cjs/Tabs/index.js +0 -19
- package/cjs/TaskBar/Clock.js +0 -50
- package/cjs/TaskBar/TaskBar.css.js +0 -82
- package/cjs/TaskBar/TaskBar.js +0 -93
- package/cjs/TaskBar/WindowButton.js +0 -34
- package/cjs/TaskBar/index.js +0 -8
- package/cjs/TextArea/TextArea.js +0 -20
- package/cjs/TextArea/index.js +0 -8
- package/cjs/TitleBar/TitleBar.css.js +0 -78
- package/cjs/TitleBar/TitleBar.js +0 -53
- package/cjs/TitleBar/index.js +0 -8
- package/cjs/Tooltip/Tooltip.css.js +0 -31
- package/cjs/Tooltip/Tooltip.js +0 -65
- package/cjs/Tooltip/index.js +0 -8
- package/cjs/Tree/Node.js +0 -154
- package/cjs/Tree/Tree.css.js +0 -116
- package/cjs/Tree/Tree.js +0 -35
- package/cjs/Tree/index.js +0 -8
- package/cjs/Video/Video.css.js +0 -106
- package/cjs/Video/Video.js +0 -247
- package/cjs/Video/buttons/Fullscreen.js +0 -26
- package/cjs/Video/buttons/Pause.js +0 -23
- package/cjs/Video/buttons/Play.js +0 -23
- package/cjs/Video/buttons/Stop.js +0 -22
- package/cjs/Video/buttons/index.js +0 -34
- package/cjs/Video/index.js +0 -8
- package/cjs/index.js +0 -171
- package/cjs/shared/test/utils.js +0 -74
- package/cjs/themes/all.js +0 -250
- package/cjs/themes/azureOrange.css.js +0 -42
- package/cjs/themes/baseTheme.css.js +0 -69
- package/cjs/themes/bee.css.js +0 -42
- package/cjs/themes/blackAndWhite.css.js +0 -42
- package/cjs/themes/brick.css.js +0 -42
- package/cjs/themes/candy.css.js +0 -42
- package/cjs/themes/coldGray.css.js +0 -42
- package/cjs/themes/contract.css.js +0 -21
- package/cjs/themes/counterStrike.css.js +0 -42
- package/cjs/themes/eggplant.css.js +0 -42
- package/cjs/themes/highContrast.css.js +0 -42
- package/cjs/themes/lilac.css.js +0 -42
- package/cjs/themes/lilacRoseDark.css.js +0 -42
- package/cjs/themes/maple.css.js +0 -42
- package/cjs/themes/marine.css.js +0 -42
- package/cjs/themes/matrix.css.js +0 -42
- package/cjs/themes/millenium.css.js +0 -42
- package/cjs/themes/modernDark.css.js +0 -42
- package/cjs/themes/molecule.css.js +0 -42
- package/cjs/themes/ninjaTurtles.css.js +0 -42
- package/cjs/themes/olive.css.js +0 -42
- package/cjs/themes/pamelaAnderson.css.js +0 -42
- package/cjs/themes/plum.css.js +0 -42
- package/cjs/themes/rainyDay.css.js +0 -42
- package/cjs/themes/rose.css.js +0 -42
- package/cjs/themes/slate.css.js +0 -42
- package/cjs/themes/spruce.css.js +0 -42
- package/cjs/themes/storm.css.js +0 -42
- package/cjs/themes/theSixtiesUSA.css.js +0 -42
- package/cjs/themes/tokyoDark.css.js +0 -42
- package/cjs/themes/tooSexy.css.js +0 -42
- package/cjs/themes/travel.css.js +0 -42
- package/cjs/themes/vaporTeal.css.js +0 -42
- package/cjs/themes/vermillion.css.js +0 -42
- package/cjs/themes/violetDark.css.js +0 -42
- package/cjs/themes/water.css.js +0 -42
- package/cjs/themes/win95.css.js +0 -42
- package/esm/Alert/Alert.css.js +0 -17
- package/esm/Alert/Alert.js +0 -80
- package/esm/Alert/assets/chord.mp3 +0 -0
- package/esm/Alert/index.js +0 -2
- package/esm/Avatar/Avatar.css.js +0 -33
- package/esm/Avatar/Avatar.js +0 -30
- package/esm/Avatar/index.js +0 -2
- package/esm/Button/Button.css.js +0 -29
- package/esm/Button/Button.js +0 -13
- package/esm/Button/index.js +0 -2
- package/esm/Checkbox/Checkbox.css.js +0 -66
- package/esm/Checkbox/Checkbox.js +0 -28
- 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/Cursor.css.js +0 -130
- 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/Dropdown.css.js +0 -49
- package/esm/Dropdown/Dropdown.js +0 -31
- 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/Fieldset.css.js +0 -21
- package/esm/Fieldset/Fieldset.js +0 -20
- package/esm/Fieldset/index.js +0 -2
- package/esm/Frame/Frame.js +0 -30
- package/esm/Frame/index.js +0 -2
- package/esm/Frame/props.js +0 -156
- package/esm/Frame/sprinkles.css.js +0 -67
- package/esm/GlobalStyle/GlobalStyle.css.js +0 -123
- 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/Input.css.js +0 -24
- package/esm/Input/Input.js +0 -11
- package/esm/Input/index.js +0 -2
- package/esm/List/List.css.js +0 -72
- package/esm/List/List.js +0 -18
- package/esm/List/ListDivider.js +0 -13
- package/esm/List/ListItem.js +0 -25
- package/esm/List/index.js +0 -2
- package/esm/Modal/Modal.css.js +0 -70
- package/esm/Modal/Modal.js +0 -165
- package/esm/Modal/ModalContext.js +0 -11
- package/esm/Modal/ModalProvider.js +0 -84
- 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/ProgressBar.css.js +0 -34
- package/esm/ProgressBar/ProgressBar.js +0 -29
- package/esm/ProgressBar/index.js +0 -2
- package/esm/RadioButton/RadioButton.css.js +0 -49
- package/esm/RadioButton/RadioButton.js +0 -23
- 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/Range.css.js +0 -53
- package/esm/Range/Range.js +0 -13
- package/esm/Range/index.js +0 -2
- package/esm/Tabs/Tab.js +0 -19
- package/esm/Tabs/Tabs.css.js +0 -50
- package/esm/Tabs/Tabs.js +0 -55
- package/esm/Tabs/index.js +0 -3
- package/esm/TaskBar/Clock.js +0 -40
- package/esm/TaskBar/TaskBar.css.js +0 -76
- package/esm/TaskBar/TaskBar.js +0 -83
- package/esm/TaskBar/WindowButton.js +0 -25
- package/esm/TaskBar/index.js +0 -2
- package/esm/TextArea/TextArea.js +0 -11
- package/esm/TextArea/index.js +0 -2
- package/esm/TitleBar/TitleBar.css.js +0 -72
- package/esm/TitleBar/TitleBar.js +0 -43
- package/esm/TitleBar/index.js +0 -2
- package/esm/Tooltip/Tooltip.css.js +0 -25
- package/esm/Tooltip/Tooltip.js +0 -55
- package/esm/Tooltip/index.js +0 -2
- package/esm/Tree/Node.js +0 -144
- package/esm/Tree/Tree.css.js +0 -110
- package/esm/Tree/Tree.js +0 -26
- package/esm/Tree/index.js +0 -2
- package/esm/Video/Video.css.js +0 -100
- package/esm/Video/Video.js +0 -237
- package/esm/Video/buttons/Fullscreen.js +0 -17
- package/esm/Video/buttons/Pause.js +0 -14
- package/esm/Video/buttons/Play.js +0 -14
- package/esm/Video/buttons/Stop.js +0 -13
- package/esm/Video/buttons/index.js +0 -5
- package/esm/Video/index.js +0 -2
- package/esm/index.js +0 -23
- package/esm/shared/test/utils.js +0 -49
- package/esm/themes/all.js +0 -36
- package/esm/themes/azureOrange.css.js +0 -36
- package/esm/themes/baseTheme.css.js +0 -63
- package/esm/themes/bee.css.js +0 -36
- package/esm/themes/blackAndWhite.css.js +0 -36
- package/esm/themes/brick.css.js +0 -36
- package/esm/themes/candy.css.js +0 -36
- package/esm/themes/coldGray.css.js +0 -36
- package/esm/themes/contract.css.js +0 -15
- package/esm/themes/counterStrike.css.js +0 -36
- package/esm/themes/eggplant.css.js +0 -36
- package/esm/themes/highContrast.css.js +0 -36
- package/esm/themes/lilac.css.js +0 -36
- package/esm/themes/lilacRoseDark.css.js +0 -36
- package/esm/themes/maple.css.js +0 -36
- package/esm/themes/marine.css.js +0 -36
- package/esm/themes/matrix.css.js +0 -36
- package/esm/themes/millenium.css.js +0 -36
- package/esm/themes/modernDark.css.js +0 -36
- package/esm/themes/molecule.css.js +0 -36
- package/esm/themes/ninjaTurtles.css.js +0 -36
- package/esm/themes/olive.css.js +0 -36
- package/esm/themes/pamelaAnderson.css.js +0 -36
- package/esm/themes/plum.css.js +0 -36
- package/esm/themes/rainyDay.css.js +0 -36
- package/esm/themes/rose.css.js +0 -36
- package/esm/themes/slate.css.js +0 -36
- package/esm/themes/spruce.css.js +0 -36
- package/esm/themes/storm.css.js +0 -36
- package/esm/themes/theSixtiesUSA.css.js +0 -36
- package/esm/themes/tokyoDark.css.js +0 -36
- package/esm/themes/tooSexy.css.js +0 -36
- package/esm/themes/travel.css.js +0 -36
- package/esm/themes/vaporTeal.css.js +0 -36
- package/esm/themes/vermillion.css.js +0 -36
- package/esm/themes/violetDark.css.js +0 -36
- package/esm/themes/water.css.js +0 -36
- package/esm/themes/win95.css.js +0 -36
- /package/{@types → types}/Alert/Alert.css.d.ts +0 -0
- /package/{@types → types}/Alert/Alert.d.ts +0 -0
- /package/{@types → types}/Avatar/Avatar.css.d.ts +0 -0
- /package/{@types → types}/Avatar/Avatar.d.ts +0 -0
- /package/{@types → types}/Button/Button.css.d.ts +0 -0
- /package/{@types → types}/Button/Button.d.ts +0 -0
- /package/{@types → types}/Checkbox/Checkbox.css.d.ts +0 -0
- /package/{@types → types}/Checkbox/Checkbox.d.ts +0 -0
- /package/{@types → types}/Cursor/Cursor.css.d.ts +0 -0
- /package/{@types → types}/Dropdown/Dropdown.css.d.ts +0 -0
- /package/{@types → types}/Dropdown/Dropdown.d.ts +0 -0
- /package/{@types → types}/Fieldset/Fieldset.css.d.ts +0 -0
- /package/{@types → types}/Fieldset/Fieldset.d.ts +0 -0
- /package/{@types → types}/Input/Input.css.d.ts +0 -0
- /package/{@types → types}/Input/Input.d.ts +0 -0
- /package/{@types → types}/List/List.css.d.ts +0 -0
- /package/{@types → types}/List/List.d.ts +0 -0
- /package/{@types → types}/List/ListDivider.d.ts +0 -0
- /package/{@types → types}/List/ListItem.d.ts +0 -0
- /package/{@types → types}/Modal/Modal.css.d.ts +0 -0
- /package/{@types → types}/ProgressBar/ProgressBar.css.d.ts +0 -0
- /package/{@types → types}/ProgressBar/ProgressBar.d.ts +0 -0
- /package/{@types → types}/RadioButton/RadioButton.css.d.ts +0 -0
- /package/{@types → types}/RadioButton/RadioButton.d.ts +0 -0
- /package/{@types → types}/RadioButton/radioButtonStates.d.ts +0 -0
- /package/{@types → types}/Range/Range.css.d.ts +0 -0
- /package/{@types → types}/Range/Range.d.ts +0 -0
- /package/{@types → types}/Tabs/Tab.d.ts +0 -0
- /package/{@types → types}/Tabs/Tabs.css.d.ts +0 -0
- /package/{@types → types}/Tabs/Tabs.d.ts +0 -0
- /package/{@types → types}/TaskBar/Clock.d.ts +0 -0
- /package/{@types → types}/TaskBar/TaskBar.css.d.ts +0 -0
- /package/{@types → types}/TaskBar/WindowButton.d.ts +0 -0
- /package/{@types → types}/TextArea/TextArea.d.ts +0 -0
- /package/{@types → types}/TitleBar/TitleBar.css.d.ts +0 -0
- /package/{@types → types}/TitleBar/TitleBar.d.ts +0 -0
- /package/{@types → types}/Tooltip/Tooltip.css.d.ts +0 -0
- /package/{@types → types}/Tooltip/Tooltip.d.ts +0 -0
- /package/{@types → types}/Tree/Tree.css.d.ts +0 -0
- /package/{@types → types}/Tree/Tree.d.ts +0 -0
- /package/{@types → types}/Video/Video.css.d.ts +0 -0
- /package/{@types → types}/Video/Video.d.ts +0 -0
- /package/{@types → types}/Video/buttons/Fullscreen.d.ts +0 -0
- /package/{@types → types}/Video/buttons/Pause.d.ts +0 -0
- /package/{@types → types}/Video/buttons/Play.d.ts +0 -0
- /package/{@types → types}/Video/buttons/Stop.d.ts +0 -0
- /package/{@types → types}/Video/buttons/index.d.ts +0 -0
- /package/{@types/GlobalStyle/GlobalStyle.css.d.ts → types/shared/font-names.d.ts} +0 -0
- /package/{@types/themes/baseTheme.css.d.ts → types/themes/baseTheme.d.ts} +0 -0
package/cjs/Dropdown/Dropdown.js
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.Dropdown = void 0;
|
|
8
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _classnames = _interopRequireDefault(require("classnames"));
|
|
10
|
-
var _Dropdown = require("./Dropdown.css");
|
|
11
|
-
var _Frame = require("../Frame/Frame");
|
|
12
|
-
var _sprinkles2 = require("../Frame/sprinkles.css");
|
|
13
|
-
var _excluded = ["options"];
|
|
14
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
-
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); }
|
|
16
|
-
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; }
|
|
17
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
18
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
19
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
20
|
-
var defaultOptions = ['', 'C:\\Documents and Settings', 'C:\\Documents and Settings\\Documents', 'iexplorer.exe'];
|
|
21
|
-
var Dropdown = exports.Dropdown = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
22
|
-
var _ref$options = _ref.options,
|
|
23
|
-
options = _ref$options === void 0 ? defaultOptions : _ref$options,
|
|
24
|
-
rest = _objectWithoutProperties(_ref, _excluded);
|
|
25
|
-
var _sprinkles = (0, _sprinkles2.sprinkles)(rest),
|
|
26
|
-
style = _sprinkles.style,
|
|
27
|
-
otherProps = _sprinkles.otherProps,
|
|
28
|
-
className = _sprinkles.className;
|
|
29
|
-
return /*#__PURE__*/_react["default"].createElement(_Frame.Frame, {
|
|
30
|
-
style: style,
|
|
31
|
-
className: (0, _classnames["default"])(_Dropdown.wrapper, className)
|
|
32
|
-
}, /*#__PURE__*/_react["default"].createElement("select", _extends({}, otherProps, {
|
|
33
|
-
className: (0, _classnames["default"])(_Dropdown.select),
|
|
34
|
-
ref: ref
|
|
35
|
-
}), options && options.map(function (option) {
|
|
36
|
-
return /*#__PURE__*/_react["default"].createElement("option", {
|
|
37
|
-
key: option,
|
|
38
|
-
value: option
|
|
39
|
-
}, option);
|
|
40
|
-
})));
|
|
41
|
-
});
|
|
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>
|
package/cjs/Dropdown/index.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.legend = exports.field = void 0;
|
|
7
|
-
var _css = require("@vanilla-extract/css");
|
|
8
|
-
var _contract = require("../themes/contract.css");
|
|
9
|
-
var field = exports.field = (0, _css.style)({
|
|
10
|
-
borderTopStyle: 'groove',
|
|
11
|
-
borderTopWidth: _contract.contract.space[2],
|
|
12
|
-
borderTopColor: _contract.contract.colors.borderLighter,
|
|
13
|
-
borderLeftStyle: 'groove',
|
|
14
|
-
borderLeftWidth: _contract.contract.space[2],
|
|
15
|
-
borderLeftColor: _contract.contract.colors.borderLighter,
|
|
16
|
-
borderBottomStyle: 'solid',
|
|
17
|
-
borderBottomWidth: _contract.contract.space[1],
|
|
18
|
-
borderBottomColor: _contract.contract.colors.borderDark,
|
|
19
|
-
borderRightStyle: 'solid',
|
|
20
|
-
borderRightWidth: _contract.contract.space[1],
|
|
21
|
-
borderRightColor: _contract.contract.colors.borderDark,
|
|
22
|
-
boxShadow: "1px 1px 0 0 ".concat(_contract.contract.colors.borderLighter)
|
|
23
|
-
});
|
|
24
|
-
var legend = exports.legend = (0, _css.style)({
|
|
25
|
-
paddingLeft: _contract.contract.space[4],
|
|
26
|
-
paddingRight: _contract.contract.space[1]
|
|
27
|
-
});
|
package/cjs/Fieldset/Fieldset.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.Fieldset = void 0;
|
|
8
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
-
var styles = _interopRequireWildcard(require("./Fieldset.css"));
|
|
10
|
-
var _Frame = require("../Frame/Frame");
|
|
11
|
-
var _excluded = ["legend", "children"];
|
|
12
|
-
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); }
|
|
13
|
-
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; }
|
|
14
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
15
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
16
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
17
|
-
var Fieldset = exports.Fieldset = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
18
|
-
var legend = _ref.legend,
|
|
19
|
-
children = _ref.children,
|
|
20
|
-
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
-
return /*#__PURE__*/_react["default"].createElement(_Frame.Frame, _extends({
|
|
22
|
-
as: "fieldset"
|
|
23
|
-
}, rest, {
|
|
24
|
-
ref: ref,
|
|
25
|
-
className: styles.field
|
|
26
|
-
}), legend && /*#__PURE__*/_react["default"].createElement("legend", {
|
|
27
|
-
className: styles.legend
|
|
28
|
-
}, legend), children);
|
|
29
|
-
});
|
package/cjs/Fieldset/index.js
DELETED
package/cjs/Frame/Frame.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.Frame = void 0;
|
|
8
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _sprinkles2 = require("./sprinkles.css");
|
|
10
|
-
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
-
var _excluded = ["as", "children"];
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
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); }
|
|
14
|
-
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; }
|
|
15
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
16
|
-
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; }
|
|
17
|
-
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; }
|
|
18
|
-
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; }
|
|
19
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
20
|
-
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); }
|
|
21
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
22
|
-
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
23
|
-
var fixedForwardRef = _react.forwardRef;
|
|
24
|
-
var FrameComponent = function FrameComponent(props, ref) {
|
|
25
|
-
var as = props.as,
|
|
26
|
-
children = props.children,
|
|
27
|
-
rest = _objectWithoutProperties(props, _excluded);
|
|
28
|
-
var Component = as || 'div';
|
|
29
|
-
var _sprinkles = (0, _sprinkles2.sprinkles)(rest),
|
|
30
|
-
className = _sprinkles.className,
|
|
31
|
-
style = _sprinkles.style,
|
|
32
|
-
otherProps = _sprinkles.otherProps;
|
|
33
|
-
return /*#__PURE__*/_react["default"].createElement(Component, _extends({}, otherProps, {
|
|
34
|
-
style: _objectSpread(_objectSpread({}, style), otherProps.style),
|
|
35
|
-
className: (0, _classnames["default"])(className, otherProps.className),
|
|
36
|
-
ref: ref
|
|
37
|
-
}), children);
|
|
38
|
-
};
|
|
39
|
-
var Frame = exports.Frame = fixedForwardRef(FrameComponent);
|
package/cjs/Frame/index.js
DELETED
package/cjs/Frame/props.js
DELETED
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.zIndices = exports.text = exports.shadows = exports.positioning = exports.outline = exports.font = exports.displayAndBoxModel = exports.colors = exports.borders = exports.borderRadius = exports.background = void 0;
|
|
7
|
-
var _contract = require("../themes/contract.css");
|
|
8
|
-
var positioning = exports.positioning = {
|
|
9
|
-
position: true,
|
|
10
|
-
top: true,
|
|
11
|
-
right: true,
|
|
12
|
-
bottom: true,
|
|
13
|
-
left: true,
|
|
14
|
-
pointerEvents: true
|
|
15
|
-
};
|
|
16
|
-
var displayAndBoxModel = exports.displayAndBoxModel = {
|
|
17
|
-
display: true,
|
|
18
|
-
overflow: true,
|
|
19
|
-
boxSizing: true,
|
|
20
|
-
grid: true,
|
|
21
|
-
gridArea: true,
|
|
22
|
-
gridAutoColumns: true,
|
|
23
|
-
gridAutoFlow: true,
|
|
24
|
-
gridAutoRows: true,
|
|
25
|
-
gridColumn: true,
|
|
26
|
-
gridColumnEnd: true,
|
|
27
|
-
gridColumnStart: true,
|
|
28
|
-
gridRow: true,
|
|
29
|
-
gridRowEnd: true,
|
|
30
|
-
gridRowStart: true,
|
|
31
|
-
gridTemplate: true,
|
|
32
|
-
gridTemplateAreas: true,
|
|
33
|
-
gridTemplateColumns: true,
|
|
34
|
-
gridTemplateRows: true,
|
|
35
|
-
flex: true,
|
|
36
|
-
flexBasis: true,
|
|
37
|
-
flexDirection: true,
|
|
38
|
-
flexFlow: true,
|
|
39
|
-
flexGrow: true,
|
|
40
|
-
flexShrink: true,
|
|
41
|
-
flexWrap: true,
|
|
42
|
-
justifyContent: true,
|
|
43
|
-
justifyItems: true,
|
|
44
|
-
justifySelf: true,
|
|
45
|
-
alignContent: true,
|
|
46
|
-
alignItems: true,
|
|
47
|
-
alignSelf: true,
|
|
48
|
-
gap: _contract.contract.space,
|
|
49
|
-
width: _contract.contract.space,
|
|
50
|
-
maxWidth: _contract.contract.space,
|
|
51
|
-
minWidth: _contract.contract.space,
|
|
52
|
-
height: _contract.contract.space,
|
|
53
|
-
maxHeight: _contract.contract.space,
|
|
54
|
-
minHeight: _contract.contract.space,
|
|
55
|
-
margin: _contract.contract.space,
|
|
56
|
-
marginBlock: _contract.contract.space,
|
|
57
|
-
marginBlockEnd: _contract.contract.space,
|
|
58
|
-
marginBlockStart: _contract.contract.space,
|
|
59
|
-
marginBottom: _contract.contract.space,
|
|
60
|
-
marginInline: _contract.contract.space,
|
|
61
|
-
marginInlineEnd: _contract.contract.space,
|
|
62
|
-
marginInlineStart: _contract.contract.space,
|
|
63
|
-
marginLeft: _contract.contract.space,
|
|
64
|
-
marginRight: _contract.contract.space,
|
|
65
|
-
marginTop: _contract.contract.space,
|
|
66
|
-
padding: _contract.contract.space,
|
|
67
|
-
paddingBlock: _contract.contract.space,
|
|
68
|
-
paddingBlockEnd: _contract.contract.space,
|
|
69
|
-
paddingBlockStart: _contract.contract.space,
|
|
70
|
-
paddingBottom: _contract.contract.space,
|
|
71
|
-
paddingInline: _contract.contract.space,
|
|
72
|
-
paddingInlineEnd: _contract.contract.space,
|
|
73
|
-
paddingInlineStart: _contract.contract.space,
|
|
74
|
-
paddingLeft: _contract.contract.space,
|
|
75
|
-
paddingRight: _contract.contract.space,
|
|
76
|
-
paddingTop: _contract.contract.space
|
|
77
|
-
};
|
|
78
|
-
var colors = exports.colors = {
|
|
79
|
-
backgroundColor: _contract.contract.colors,
|
|
80
|
-
colors: _contract.contract.colors
|
|
81
|
-
};
|
|
82
|
-
var background = exports.background = {
|
|
83
|
-
background: true,
|
|
84
|
-
backgroundAttachment: true,
|
|
85
|
-
backgroundImage: true,
|
|
86
|
-
backgroundPosition: true,
|
|
87
|
-
backgroundRepeat: true,
|
|
88
|
-
backgroundSize: true,
|
|
89
|
-
backgroundOrigin: true,
|
|
90
|
-
backgroundClip: true
|
|
91
|
-
};
|
|
92
|
-
var borders = exports.borders = {
|
|
93
|
-
border: true,
|
|
94
|
-
borderStyle: true,
|
|
95
|
-
borderWidth: true,
|
|
96
|
-
borderColor: _contract.contract.colors,
|
|
97
|
-
borderTop: true,
|
|
98
|
-
borderTopColor: _contract.contract.colors,
|
|
99
|
-
borderTopStyle: true,
|
|
100
|
-
borderTopWidth: true,
|
|
101
|
-
borderRight: true,
|
|
102
|
-
borderRightColor: _contract.contract.colors,
|
|
103
|
-
borderRightStyle: true,
|
|
104
|
-
borderRightWidth: true,
|
|
105
|
-
borderBottom: true,
|
|
106
|
-
borderBottomColor: _contract.contract.colors,
|
|
107
|
-
borderBottomStyle: true,
|
|
108
|
-
borderBottomWidth: true,
|
|
109
|
-
borderLeft: true,
|
|
110
|
-
borderLeftColor: _contract.contract.colors,
|
|
111
|
-
borderLeftStyle: true,
|
|
112
|
-
borderLeftWidth: true
|
|
113
|
-
};
|
|
114
|
-
var borderRadius = exports.borderRadius = {
|
|
115
|
-
borderBottomLeftRadius: true,
|
|
116
|
-
borderBottomRightRadius: true,
|
|
117
|
-
borderImage: true,
|
|
118
|
-
borderImageOutset: true,
|
|
119
|
-
borderImageRepeat: true,
|
|
120
|
-
borderImageSlice: true,
|
|
121
|
-
borderImageSource: true,
|
|
122
|
-
borderImageWidth: true,
|
|
123
|
-
borderRadius: true,
|
|
124
|
-
borderTopLeftRadius: true,
|
|
125
|
-
borderTopRightRadius: true
|
|
126
|
-
};
|
|
127
|
-
var shadows = exports.shadows = {
|
|
128
|
-
boxShadow: _contract.contract.shadows
|
|
129
|
-
};
|
|
130
|
-
var outline = exports.outline = {
|
|
131
|
-
outline: true,
|
|
132
|
-
outlineColor: true,
|
|
133
|
-
outlineStyle: true,
|
|
134
|
-
outlineWidth: true
|
|
135
|
-
};
|
|
136
|
-
var font = exports.font = {
|
|
137
|
-
font: true,
|
|
138
|
-
fontFamily: true,
|
|
139
|
-
fontStyle: true,
|
|
140
|
-
fontSize: true,
|
|
141
|
-
fontWeight: true,
|
|
142
|
-
fontVariant: true,
|
|
143
|
-
fontSizeAdjust: true
|
|
144
|
-
};
|
|
145
|
-
var text = exports.text = {
|
|
146
|
-
color: _contract.contract.colors,
|
|
147
|
-
direction: true,
|
|
148
|
-
letterSpacing: true,
|
|
149
|
-
lineHeight: true,
|
|
150
|
-
textAlign: true,
|
|
151
|
-
textDecoration: true,
|
|
152
|
-
textIndent: true,
|
|
153
|
-
textShadow: true,
|
|
154
|
-
textTransform: true,
|
|
155
|
-
verticalAlign: true,
|
|
156
|
-
whiteSpace: true,
|
|
157
|
-
wordSpacing: true,
|
|
158
|
-
wordBreak: true
|
|
159
|
-
};
|
|
160
|
-
var zIndices = exports.zIndices = {
|
|
161
|
-
zIndex: _contract.contract.zIndices
|
|
162
|
-
};
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.sprinkles = void 0;
|
|
7
|
-
var _rainbowSprinkles = require("rainbow-sprinkles");
|
|
8
|
-
var _props = require("./props");
|
|
9
|
-
var displayAndBoxModelAtomicProps = (0, _rainbowSprinkles.defineProperties)({
|
|
10
|
-
dynamicProperties: _props.displayAndBoxModel,
|
|
11
|
-
shorthands: {
|
|
12
|
-
size: ['height', 'width'],
|
|
13
|
-
h: ['height'],
|
|
14
|
-
w: ['width'],
|
|
15
|
-
minH: ['minHeight'],
|
|
16
|
-
minW: ['minWidth'],
|
|
17
|
-
m: ['margin'],
|
|
18
|
-
mr: ['marginRight'],
|
|
19
|
-
ml: ['marginLeft'],
|
|
20
|
-
mt: ['marginTop'],
|
|
21
|
-
mb: ['marginBottom'],
|
|
22
|
-
marginX: ['marginLeft', 'marginRight'],
|
|
23
|
-
marginY: ['marginTop', 'marginBottom'],
|
|
24
|
-
mx: ['marginLeft', 'marginRight'],
|
|
25
|
-
my: ['marginTop', 'marginBottom'],
|
|
26
|
-
p: ['padding'],
|
|
27
|
-
pr: ['paddingRight'],
|
|
28
|
-
pl: ['paddingLeft'],
|
|
29
|
-
pt: ['paddingTop'],
|
|
30
|
-
pb: ['paddingBottom'],
|
|
31
|
-
paddingX: ['paddingLeft', 'paddingRight'],
|
|
32
|
-
paddingY: ['paddingTop', 'paddingBottom'],
|
|
33
|
-
px: ['paddingLeft', 'paddingRight'],
|
|
34
|
-
py: ['paddingTop', 'paddingBottom']
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
var positioningAtomicProps = (0, _rainbowSprinkles.defineProperties)({
|
|
38
|
-
dynamicProperties: _props.positioning
|
|
39
|
-
});
|
|
40
|
-
var colorsAtomicProps = (0, _rainbowSprinkles.defineProperties)({
|
|
41
|
-
dynamicProperties: _props.colors,
|
|
42
|
-
shorthands: {
|
|
43
|
-
bgColor: ['backgroundColor']
|
|
44
|
-
}
|
|
45
|
-
});
|
|
46
|
-
var backgroundAtomicProps = (0, _rainbowSprinkles.defineProperties)({
|
|
47
|
-
dynamicProperties: _props.background,
|
|
48
|
-
shorthands: {
|
|
49
|
-
bg: ['background']
|
|
50
|
-
}
|
|
51
|
-
});
|
|
52
|
-
var bordersAtomicProps = (0, _rainbowSprinkles.defineProperties)({
|
|
53
|
-
dynamicProperties: _props.borders
|
|
54
|
-
});
|
|
55
|
-
var borderRadiusAtomicProps = (0, _rainbowSprinkles.defineProperties)({
|
|
56
|
-
dynamicProperties: _props.borderRadius
|
|
57
|
-
});
|
|
58
|
-
var shadowsAtomicProps = (0, _rainbowSprinkles.defineProperties)({
|
|
59
|
-
dynamicProperties: _props.shadows
|
|
60
|
-
});
|
|
61
|
-
var outlineAtomicProps = (0, _rainbowSprinkles.defineProperties)({
|
|
62
|
-
dynamicProperties: _props.outline
|
|
63
|
-
});
|
|
64
|
-
var fontAtomicProps = (0, _rainbowSprinkles.defineProperties)({
|
|
65
|
-
dynamicProperties: _props.font
|
|
66
|
-
});
|
|
67
|
-
var textAtomicProps = (0, _rainbowSprinkles.defineProperties)({
|
|
68
|
-
dynamicProperties: _props.text
|
|
69
|
-
});
|
|
70
|
-
var zIndicesAtomicProps = (0, _rainbowSprinkles.defineProperties)({
|
|
71
|
-
dynamicProperties: _props.zIndices
|
|
72
|
-
});
|
|
73
|
-
var sprinkles = exports.sprinkles = (0, _rainbowSprinkles.createRainbowSprinkles)(colorsAtomicProps, shadowsAtomicProps, zIndicesAtomicProps, displayAndBoxModelAtomicProps, positioningAtomicProps, backgroundAtomicProps, bordersAtomicProps, borderRadiusAtomicProps, outlineAtomicProps, fontAtomicProps, textAtomicProps);
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.R95VideoNumbers = exports.MSSansSerif = void 0;
|
|
7
|
-
var _css = require("@vanilla-extract/css");
|
|
8
|
-
var _cssUtils = require("@vanilla-extract/css-utils");
|
|
9
|
-
var _contract = require("../themes/contract.css");
|
|
10
|
-
var _utils = require("./utils");
|
|
11
|
-
var _MSSansSerif8ptBold = _interopRequireDefault(require("./font/MS-Sans-Serif-8pt-bold.ttf"));
|
|
12
|
-
var _MSSansSerif8pt = _interopRequireDefault(require("./font/MS-Sans-Serif-8pt.ttf"));
|
|
13
|
-
var _React95VideoNumbers = _interopRequireDefault(require("./font/React95Video-Numbers.eot"));
|
|
14
|
-
var _React95VideoNumbers2 = _interopRequireDefault(require("./font/React95Video-Numbers.ttf"));
|
|
15
|
-
var _React95VideoNumbers3 = _interopRequireDefault(require("./font/React95Video-Numbers.woff"));
|
|
16
|
-
var _React95VideoNumbers4 = _interopRequireDefault(require("./font/React95Video-Numbers.woff2"));
|
|
17
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
18
|
-
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); }
|
|
19
|
-
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; }
|
|
20
|
-
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; }
|
|
21
|
-
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; }
|
|
22
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
23
|
-
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); }
|
|
24
|
-
var MSSansSerif = exports.MSSansSerif = 'MS Sans Serif';
|
|
25
|
-
var R95VideoNumbers = exports.R95VideoNumbers = 'React95Video-Numbers';
|
|
26
|
-
(0, _css.globalFontFace)(MSSansSerif, {
|
|
27
|
-
src: "url('".concat(_MSSansSerif8pt["default"], "') format('truetype')"),
|
|
28
|
-
fontStyle: 'normal',
|
|
29
|
-
fontWeight: 'normal'
|
|
30
|
-
});
|
|
31
|
-
(0, _css.globalFontFace)(MSSansSerif, {
|
|
32
|
-
src: "url('".concat(_MSSansSerif8ptBold["default"], "') format('truetype')"),
|
|
33
|
-
fontStyle: 'bold',
|
|
34
|
-
fontWeight: 'bold'
|
|
35
|
-
});
|
|
36
|
-
(0, _css.globalFontFace)(R95VideoNumbers, {
|
|
37
|
-
src: "url('".concat(_React95VideoNumbers4["default"], "') format('woff2'),\n url('").concat(_React95VideoNumbers3["default"], "') format('woff'),\n url('").concat(_React95VideoNumbers2["default"], "') format('truetype'),\n url('").concat(_React95VideoNumbers["default"], "?#iefix') format('embedded-opentype')"),
|
|
38
|
-
fontStyle: 'normal',
|
|
39
|
-
fontWeight: 'normal'
|
|
40
|
-
});
|
|
41
|
-
(0, _css.globalStyle)('*', {
|
|
42
|
-
fontFamily: MSSansSerif
|
|
43
|
-
});
|
|
44
|
-
(0, _css.globalStyle)('*, *::before, *::after', {
|
|
45
|
-
boxSizing: 'border-box'
|
|
46
|
-
});
|
|
47
|
-
(0, _css.globalStyle)('html', {
|
|
48
|
-
fontSize: '100%'
|
|
49
|
-
});
|
|
50
|
-
(0, _css.globalStyle)('body', {
|
|
51
|
-
margin: 0,
|
|
52
|
-
padding: 0,
|
|
53
|
-
fontSize: 12,
|
|
54
|
-
color: _contract.contract.colors.materialText
|
|
55
|
-
});
|
|
56
|
-
(0, _css.globalStyle)('a', {
|
|
57
|
-
color: _contract.contract.colors.anchor
|
|
58
|
-
});
|
|
59
|
-
(0, _css.globalStyle)('a:visited', {
|
|
60
|
-
color: _contract.contract.colors.anchorVisited
|
|
61
|
-
});
|
|
62
|
-
|
|
63
|
-
/* Scrollbar */
|
|
64
|
-
|
|
65
|
-
var triangles = {
|
|
66
|
-
horizontal: {
|
|
67
|
-
decrement: (0, _utils.createTriangleSVG)(_contract.contract.colors.materialText, 90),
|
|
68
|
-
increment: (0, _utils.createTriangleSVG)(_contract.contract.colors.materialText, 270)
|
|
69
|
-
},
|
|
70
|
-
vertical: {
|
|
71
|
-
decrement: (0, _utils.createTriangleSVG)(_contract.contract.colors.materialText, 180),
|
|
72
|
-
increment: (0, _utils.createTriangleSVG)(_contract.contract.colors.materialText, 0)
|
|
73
|
-
}
|
|
74
|
-
};
|
|
75
|
-
(0, _css.globalStyle)('::-webkit-scrollbar', {
|
|
76
|
-
width: _contract.contract.space[17],
|
|
77
|
-
height: _contract.contract.space[17]
|
|
78
|
-
});
|
|
79
|
-
(0, _css.globalStyle)('::-webkit-scrollbar-track', {
|
|
80
|
-
backgroundImage: ["linear-gradient(45deg, ".concat(_contract.contract.colors.material, " 25%, transparent 25%, transparent 75%, ").concat(_contract.contract.colors.material, " 75%)"), "linear-gradient(45deg, ".concat(_contract.contract.colors.material, " 25%, transparent 25%, transparent 75%, ").concat(_contract.contract.colors.material, " 75%)")].join(','),
|
|
81
|
-
backgroundColor: _contract.contract.colors.borderLightest,
|
|
82
|
-
backgroundSize: "".concat(_contract.contract.space[4], " ").concat(_contract.contract.space[4]),
|
|
83
|
-
backgroundPosition: "0 0, ".concat(_contract.contract.space[2], " ").concat(_contract.contract.space[2])
|
|
84
|
-
});
|
|
85
|
-
(0, _css.globalStyle)('::-webkit-scrollbar-corner', {
|
|
86
|
-
backgroundColor: _contract.contract.colors.material
|
|
87
|
-
});
|
|
88
|
-
(0, _css.globalStyle)("::-webkit-scrollbar-button:horizontal:increment:start,\n ::-webkit-scrollbar-button:horizontal:decrement:end,\n ::-webkit-scrollbar-button:vertical:increment:start,\n ::-webkit-scrollbar-button:vertical:decrement:end", {
|
|
89
|
-
display: 'none'
|
|
90
|
-
});
|
|
91
|
-
(0, _css.globalStyle)('::-webkit-scrollbar-button:horizontal:decrement', {
|
|
92
|
-
backgroundImage: triangles.horizontal.decrement
|
|
93
|
-
});
|
|
94
|
-
(0, _css.globalStyle)('::-webkit-scrollbar-button:horizontal:increment', {
|
|
95
|
-
backgroundImage: triangles.horizontal.increment
|
|
96
|
-
});
|
|
97
|
-
(0, _css.globalStyle)('::-webkit-scrollbar-button:vertical:decrement', {
|
|
98
|
-
backgroundImage: triangles.vertical.decrement
|
|
99
|
-
});
|
|
100
|
-
(0, _css.globalStyle)('::-webkit-scrollbar-button:vertical:increment', {
|
|
101
|
-
backgroundImage: triangles.vertical.increment
|
|
102
|
-
});
|
|
103
|
-
var scrollbarBorderBase = (0, _utils.createBorder)({
|
|
104
|
-
direction: 'extrude',
|
|
105
|
-
outerBottomRight: _contract.contract.colors.borderDarkest,
|
|
106
|
-
innerBottomRight: _contract.contract.colors.borderDark,
|
|
107
|
-
outerTopLeft: _contract.contract.colors.borderLight,
|
|
108
|
-
innerTopLeft: _contract.contract.colors.borderLightest
|
|
109
|
-
});
|
|
110
|
-
(0, _css.globalStyle)('::-webkit-scrollbar-thumb', _objectSpread({
|
|
111
|
-
boxSizing: 'border-box',
|
|
112
|
-
display: 'inline-block',
|
|
113
|
-
background: _contract.contract.colors.material,
|
|
114
|
-
color: _contract.contract.colors.materialText
|
|
115
|
-
}, scrollbarBorderBase));
|
|
116
|
-
(0, _css.globalStyle)('::-webkit-scrollbar-button', _objectSpread({
|
|
117
|
-
boxSizing: 'border-box',
|
|
118
|
-
background: _contract.contract.colors.material,
|
|
119
|
-
color: _contract.contract.colors.materialText,
|
|
120
|
-
display: 'block',
|
|
121
|
-
outlineOffset: _cssUtils.calc.negate(_contract.contract.space[2]),
|
|
122
|
-
height: _contract.contract.space[17],
|
|
123
|
-
width: _contract.contract.space[17],
|
|
124
|
-
backgroundRepeat: 'no-repeat',
|
|
125
|
-
backgroundSize: '80%',
|
|
126
|
-
backgroundPosition: '0 0'
|
|
127
|
-
}, scrollbarBorderBase));
|
|
128
|
-
(0, _css.globalStyle)("::-webkit-scrollbar-button:active,\n ::-webkit-scrollbar-button:active", _objectSpread({
|
|
129
|
-
backgroundPosition: '0 1'
|
|
130
|
-
}, scrollbarBorderBase));
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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>
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="10" height="18" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M-1-1h12v20H-1z"/><g><path d="M10.004-.004l-3.016.01-.014 3.01-2.186-.013-.003 2.025-2.815.005.005 2.942-1.976-.003-.003 2c-.01.01 1.99.038 2 .028-.01.01-.038 3.01-.029 3-.01.01 2.845.015 2.854.005l-.003 2 2.172.004c-.01.01-.039 3.01-.03 3-.009.01 3.04-.01 3.026-.02l.018-17.993z" fill-opacity="null"/></g></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="10" height="18" xmlns="http://www.w3.org/2000/svg"><path d="M.004 18.007l3.016-.013.01-3.01 2.186.01v-2.025l2.816-.01-.009-2.94H10v-2c.01-.01-1.99-.036-2-.026.01-.01.035-3.01.026-3 .01-.01-2.845-.011-2.855-.001v-2L3 2.99c.01-.01.035-3.011.025-3.001.01-.01-3.04.013-3.025.023l.004 17.994z" fill-opacity="null"/></svg>
|
|
@@ -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="M18.006 9.993l-.014-3.016-3.01-.01.01-2.185h-2.025l-.01-2.816-2.942.01V0h-2c-.01-.01-.035 1.99-.025 2-.01-.01-3.01-.034-3-.024-.01-.01-.01 2.845 0 2.854H2.988v2.172c-.01-.01-3.011-.034-3-.025-.011-.01.013 3.04.024 3.025l17.993-.01z" fill-opacity="null"/></g></svg>
|
package/cjs/GlobalStyle/utils.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.createTriangleSVG = exports.createBorder = void 0;
|
|
7
|
-
var createBorder = exports.createBorder = function createBorder(_ref) {
|
|
8
|
-
var direction = _ref.direction,
|
|
9
|
-
outerTopLeft = _ref.outerTopLeft,
|
|
10
|
-
innerTopLeft = _ref.innerTopLeft,
|
|
11
|
-
outerBottomRight = _ref.outerBottomRight,
|
|
12
|
-
innerBottomRight = _ref.innerBottomRight;
|
|
13
|
-
return {
|
|
14
|
-
border: 0,
|
|
15
|
-
boxShadow: "-1px -1px 0 0\n ".concat(direction == 'extrude' ? outerBottomRight : innerTopLeft, " inset,\n 1px 1px 0 0\n ").concat(direction == 'extrude' ? outerTopLeft : innerBottomRight, " inset ,\n -2px -2px 0 0\n ").concat(direction == 'extrude' ? innerBottomRight : outerTopLeft, " inset ,\n 2px 2px 0 0\n ").concat(direction == 'extrude' ? innerTopLeft : outerBottomRight, " inset")
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
var createTriangleSVG = exports.createTriangleSVG = function createTriangleSVG(color) {
|
|
19
|
-
var angle = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
|
|
20
|
-
var svg = "<svg height=\"21\" width=\"21\" viewBox=\"0 0 21 21\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <g transform=\"rotate(".concat(angle, " 13 13)\">\n <polygon fill=\"").concat(color, "\" points=\"6,10 20,10 13,17\"/>\n </g>\n </svg>");
|
|
21
|
-
var encoded = btoa(svg);
|
|
22
|
-
return "url(data:image/svg+xml;base64,".concat(encoded, ")");
|
|
23
|
-
};
|
package/cjs/Input/Input.css.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.input = void 0;
|
|
7
|
-
var _css = require("@vanilla-extract/css");
|
|
8
|
-
var _Cursor = require("../Cursor/Cursor.css");
|
|
9
|
-
var _contract = require("../themes/contract.css");
|
|
10
|
-
var input = exports.input = (0, _css.style)([_Cursor.Cursor.Text, {
|
|
11
|
-
outline: 'none',
|
|
12
|
-
border: 'none',
|
|
13
|
-
paddingTop: _contract.contract.space[3],
|
|
14
|
-
paddingRight: _contract.contract.space[3],
|
|
15
|
-
paddingBottom: _contract.contract.space[5],
|
|
16
|
-
paddingLeft: _contract.contract.space[3],
|
|
17
|
-
color: _contract.contract.colors.materialText,
|
|
18
|
-
backgroundColor: _contract.contract.colors.inputBackground,
|
|
19
|
-
borderRadius: '0',
|
|
20
|
-
borderTopWidth: _contract.contract.space[1],
|
|
21
|
-
borderTopStyle: 'solid',
|
|
22
|
-
borderTopColor: _contract.contract.colors.borderDark,
|
|
23
|
-
borderRightWidth: '0',
|
|
24
|
-
borderBottomWidth: '0',
|
|
25
|
-
borderLeftWidth: _contract.contract.space[1],
|
|
26
|
-
borderLeftStyle: 'solid',
|
|
27
|
-
borderLeftColor: _contract.contract.colors.borderDark,
|
|
28
|
-
boxShadow: _contract.contract.shadows.input,
|
|
29
|
-
WebkitAppearance: 'none'
|
|
30
|
-
}]);
|