@astral/ui 0.4.0 → 0.4.1-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/{types/src/Badge → Badge}/Badge.d.ts +0 -0
- package/{cjs/src/Badge → Badge}/Badge.js +0 -0
- package/{types/src/Badge → Badge}/index.d.ts +0 -0
- package/{cjs/src/Badge → Badge}/index.js +0 -0
- package/{types/src/Badge → Badge}/styled.d.ts +2 -3
- package/{cjs/src/Badge → Badge}/styled.js +0 -0
- package/{types/src/Badge → Badge}/types.d.ts +0 -0
- package/{cjs/src/Badge → Badge}/types.js +0 -0
- package/{types/src/Button → Button}/Button.d.ts +0 -0
- package/{cjs/src/Button → Button}/Button.js +0 -0
- package/{types/src/Button → Button}/index.d.ts +0 -0
- package/{cjs/src/Button → Button}/index.js +0 -0
- package/{types/src/Button → Button}/styled.d.ts +1 -2
- package/{cjs/src/Button → Button}/styled.js +0 -0
- package/{types/src/Button → Button}/types.d.ts +0 -0
- package/{cjs/src/Button → Button}/types.js +0 -0
- package/{types/src/ButtonBase → ButtonBase}/ButtonBase.d.ts +0 -0
- package/{cjs/src/ButtonBase → ButtonBase}/ButtonBase.js +0 -0
- package/{types/src/ButtonBase → ButtonBase}/constants.d.ts +0 -0
- package/{cjs/src/ButtonBase → ButtonBase}/constants.js +0 -0
- package/{types/src/ButtonBase → ButtonBase}/index.d.ts +0 -0
- package/{cjs/src/ButtonBase → ButtonBase}/index.js +0 -0
- package/{types/src/ButtonBase → ButtonBase}/styled.d.ts +1 -1
- package/{cjs/src/ButtonBase → ButtonBase}/styled.js +0 -0
- package/{types/src/ButtonBase → ButtonBase}/types.d.ts +0 -0
- package/{cjs/src/ButtonBase → ButtonBase}/types.js +0 -0
- package/{types/src/Checkbox → Checkbox}/Checkbox.d.ts +0 -0
- package/{cjs/src/Checkbox → Checkbox}/Checkbox.js +0 -0
- package/{types/src/Checkbox → Checkbox}/icons.d.ts +0 -0
- package/{cjs/src/Checkbox → Checkbox}/icons.js +0 -0
- package/{types/src/Checkbox → Checkbox}/index.d.ts +0 -0
- package/{cjs/src/Checkbox → Checkbox}/index.js +0 -0
- package/{types/src/Checkbox → Checkbox}/styled.d.ts +1 -1
- package/{cjs/src/Checkbox → Checkbox}/styled.js +0 -0
- package/{types/src/Checkbox → Checkbox}/types.d.ts +0 -0
- package/{cjs/src/Checkbox → Checkbox}/types.js +0 -0
- package/{types/src/CircularProgress → CircularProgress}/CircularProgress.d.ts +0 -0
- package/{cjs/src/CircularProgress → CircularProgress}/CircularProgress.js +0 -0
- package/{types/src/CircularProgress → CircularProgress}/constants.d.ts +0 -0
- package/{cjs/src/CircularProgress → CircularProgress}/constants.js +0 -0
- package/{types/src/CircularProgress → CircularProgress}/index.d.ts +0 -0
- package/{cjs/src/CircularProgress → CircularProgress}/index.js +0 -0
- package/{types/src/CircularProgress → CircularProgress}/styled.d.ts +1 -2
- package/{cjs/src/CircularProgress → CircularProgress}/styled.js +0 -0
- package/{types/src/CircularProgress → CircularProgress}/types.d.ts +0 -0
- package/{cjs/src/CircularProgress → CircularProgress}/types.js +0 -0
- package/DashboardLayout/DashboardLayout.d.ts +15 -0
- package/DashboardLayout/DashboardLayout.js +28 -0
- package/DashboardLayout/Header/Header.d.ts +4 -0
- package/DashboardLayout/Header/Header.js +22 -0
- package/DashboardLayout/Header/index.d.ts +2 -0
- package/DashboardLayout/Header/index.js +14 -0
- package/DashboardLayout/Header/styled.d.ts +23 -0
- package/DashboardLayout/Header/styled.js +32 -0
- package/DashboardLayout/Header/types.d.ts +10 -0
- package/{cjs/src/FormControlLabel → DashboardLayout/Header}/types.js +0 -0
- package/DashboardLayout/Main/Main.d.ts +6 -0
- package/DashboardLayout/Main/Main.js +22 -0
- package/DashboardLayout/Main/index.d.ts +1 -0
- package/{cjs → DashboardLayout/Main}/index.js +1 -1
- package/DashboardLayout/Main/styled.d.ts +5 -0
- package/DashboardLayout/Main/styled.js +10 -0
- package/DashboardLayout/SideBar/SideBar.d.ts +6 -0
- package/DashboardLayout/SideBar/SideBar.js +22 -0
- package/DashboardLayout/SideBar/index.d.ts +1 -0
- package/{cjs/src/styles/styled → DashboardLayout/SideBar}/index.js +1 -1
- package/DashboardLayout/SideBar/styled.d.ts +3 -0
- package/DashboardLayout/SideBar/styled.js +23 -0
- package/DashboardLayout/index.d.ts +1 -0
- package/DashboardLayout/index.js +13 -0
- package/DashboardLayout/styled.d.ts +6 -0
- package/DashboardLayout/styled.js +11 -0
- package/{types/src/FormControlLabel → FormControlLabel}/FormControlLabel.d.ts +0 -0
- package/{cjs/src/FormControlLabel → FormControlLabel}/FormControlLabel.js +0 -0
- package/{types/src/FormControlLabel → FormControlLabel}/index.d.ts +0 -0
- package/{cjs/src/FormControlLabel → FormControlLabel}/index.js +0 -0
- package/{types/src/FormControlLabel → FormControlLabel}/styled.d.ts +1 -1
- package/{cjs/src/FormControlLabel → FormControlLabel}/styled.js +0 -0
- package/{types/src/FormControlLabel → FormControlLabel}/types.d.ts +0 -0
- package/{cjs/src/FormHelperText → FormControlLabel}/types.js +0 -0
- package/{types/src/FormHelperText → FormHelperText}/FormHelperText.d.ts +0 -0
- package/{cjs/src/FormHelperText → FormHelperText}/FormHelperText.js +0 -0
- package/{types/src/FormHelperText → FormHelperText}/index.d.ts +0 -0
- package/{cjs/src/FormHelperText → FormHelperText}/index.js +0 -0
- package/FormHelperText/styled.d.ts +41 -0
- package/{cjs/src/FormHelperText → FormHelperText}/styled.js +0 -0
- package/{types/src/FormHelperText → FormHelperText}/types.d.ts +0 -0
- package/{cjs/src/Grid → FormHelperText}/types.js +0 -0
- package/{types/src/GlobalStyles → GlobalStyles}/GlobalStyles.d.ts +0 -0
- package/{cjs/src/GlobalStyles → GlobalStyles}/GlobalStyles.js +0 -0
- package/{types/src/GlobalStyles → GlobalStyles}/index.d.ts +0 -0
- package/{cjs/src/GlobalStyles → GlobalStyles}/index.js +0 -0
- package/{types/src/Grid → Grid}/Grid.d.ts +0 -0
- package/{cjs/src/Grid → Grid}/Grid.js +0 -0
- package/{types/src/Grid → Grid}/index.d.ts +0 -0
- package/{cjs/src/Grid → Grid}/index.js +0 -0
- package/Grid/styled.d.ts +13 -0
- package/{cjs/src/Grid → Grid}/styled.js +0 -0
- package/{types/src/Grid → Grid}/types.d.ts +0 -0
- package/{cjs/src/MenuList → Grid}/types.js +0 -0
- package/{types/src/IconButton → IconButton}/IconButton.d.ts +0 -0
- package/{cjs/src/IconButton → IconButton}/IconButton.js +0 -0
- package/{types/src/IconButton → IconButton}/index.d.ts +0 -0
- package/{cjs/src/IconButton → IconButton}/index.js +0 -0
- package/{types/src/IconButton → IconButton}/styled.d.ts +1 -1
- package/{cjs/src/IconButton → IconButton}/styled.js +0 -0
- package/{types/src/Menu → Menu}/Menu.d.ts +0 -0
- package/{cjs/src/Menu → Menu}/Menu.js +0 -0
- package/{types/src/Menu → Menu}/index.d.ts +0 -0
- package/{cjs/src/Menu → Menu}/index.js +0 -0
- package/{types/src/MenuItem → MenuItem}/MenuItem.d.ts +0 -0
- package/{cjs/src/MenuItem → MenuItem}/MenuItem.js +0 -0
- package/{types/src/MenuItem → MenuItem}/index.d.ts +0 -0
- package/{cjs/src/MenuItem → MenuItem}/index.js +0 -0
- package/{types/src/MenuList → MenuList}/MenuList.d.ts +0 -0
- package/{cjs/src/MenuList → MenuList}/MenuList.js +0 -0
- package/{types/src/MenuList → MenuList}/index.d.ts +0 -0
- package/{cjs/src/MenuList → MenuList}/index.js +0 -0
- package/{types/src/MenuList → MenuList}/styled.d.ts +1 -1
- package/{cjs/src/MenuList → MenuList}/styled.js +0 -0
- package/{types/src/MenuList → MenuList}/types.d.ts +0 -0
- package/{cjs/src/Radio → MenuList}/types.js +0 -0
- package/{types/src/Radio → Radio}/Icon.d.ts +0 -0
- package/{cjs/src/Radio → Radio}/Icon.js +0 -0
- package/{types/src/Radio → Radio}/Radio.d.ts +0 -0
- package/{cjs/src/Radio → Radio}/Radio.js +0 -0
- package/{types/src/Radio → Radio}/index.d.ts +0 -0
- package/{cjs/src/Radio → Radio}/index.js +0 -0
- package/{types/src/Radio → Radio}/styled.d.ts +1 -1
- package/{cjs/src/Radio → Radio}/styled.js +0 -0
- package/{types/src/Radio → Radio}/types.d.ts +0 -0
- package/{cjs/src/Tag → Radio}/types.js +0 -0
- package/{types/src/RadioGroup → RadioGroup}/RadioGroup.d.ts +0 -0
- package/{cjs/src/RadioGroup → RadioGroup}/RadioGroup.js +0 -0
- package/{types/src/StylesCacheProvider → StylesCacheProvider}/index.d.ts +0 -0
- package/{cjs/src/StylesCacheProvider → StylesCacheProvider}/index.js +0 -0
- package/{types/src/Tag → Tag}/Tag.d.ts +0 -0
- package/{cjs/src/Tag → Tag}/Tag.js +0 -0
- package/{types/src/Tag → Tag}/constants.d.ts +0 -0
- package/{cjs/src/Tag → Tag}/constants.js +0 -0
- package/{types/src/Tag → Tag}/index.d.ts +0 -0
- package/{cjs/src/Tag → Tag}/index.js +0 -0
- package/{types/src/Tag → Tag}/styled.d.ts +1 -2
- package/{cjs/src/Tag → Tag}/styled.js +0 -0
- package/{types/src/Tag → Tag}/types.d.ts +0 -0
- package/{cjs/src/TextArea → Tag}/types.js +0 -0
- package/{types/src/TextArea → TextArea}/TextArea.d.ts +0 -0
- package/{cjs/src/TextArea → TextArea}/TextArea.js +0 -0
- package/{types/src/TextArea → TextArea}/index.d.ts +0 -0
- package/{cjs/src/TextArea → TextArea}/index.js +0 -0
- package/{types/src/TextArea → TextArea}/types.d.ts +0 -0
- package/{cjs/src/TextField → TextArea}/types.js +0 -0
- package/{types/src/TextField → TextField}/TextField.d.ts +0 -0
- package/{cjs/src/TextField → TextField}/TextField.js +0 -0
- package/{types/src/TextField → TextField}/index.d.ts +0 -0
- package/{cjs/src/TextField → TextField}/index.js +0 -0
- package/{types/src/TextField → TextField}/types.d.ts +0 -0
- package/{cjs/src/styles/styled → TextField}/types.js +0 -0
- package/{types/src/ThemeProvider → ThemeProvider}/ThemeProvider.d.ts +0 -0
- package/{cjs/src/ThemeProvider → ThemeProvider}/ThemeProvider.js +0 -0
- package/{types/src/ThemeProvider → ThemeProvider}/index.d.ts +0 -0
- package/{cjs/src/ThemeProvider → ThemeProvider}/index.js +0 -0
- package/Tooltip/Tooltip.d.ts +3 -0
- package/Tooltip/Tooltip.js +33 -0
- package/Tooltip/constants.d.ts +4 -0
- package/Tooltip/constants.js +8 -0
- package/Tooltip/index.d.ts +2 -0
- package/Tooltip/index.js +14 -0
- package/Tooltip/styled.d.ts +5 -0
- package/Tooltip/styled.js +72 -0
- package/Tooltip/types.d.ts +6 -0
- package/Tooltip/types.js +2 -0
- package/{types/src/Typography → Typography}/Typography.d.ts +0 -0
- package/{cjs/src/Typography → Typography}/Typography.js +0 -0
- package/{types/src/Typography → Typography}/index.d.ts +0 -0
- package/{cjs/src/Typography → Typography}/index.js +0 -0
- package/declaration/emotion.d.ts +6 -0
- package/declaration/mui-material.d.ts +14 -0
- package/esm/Badge/Badge.d.ts +4 -0
- package/esm/{src/Badge → Badge}/Badge.js +0 -0
- package/esm/{src/Badge/index.js → Badge/index.d.ts} +0 -0
- package/esm/Badge/index.js +2 -0
- package/esm/Badge/styled.d.ts +49 -0
- package/esm/{src/Badge → Badge}/styled.js +0 -0
- package/esm/Badge/types.d.ts +5 -0
- package/esm/{src/Badge → Badge}/types.js +0 -0
- package/esm/Button/Button.d.ts +3 -0
- package/esm/{src/Button → Button}/Button.js +0 -0
- package/esm/{src/Button/index.js → Button/index.d.ts} +0 -0
- package/esm/Button/index.js +2 -0
- package/esm/Button/styled.d.ts +12 -0
- package/esm/{src/Button → Button}/styled.js +0 -0
- package/esm/Button/types.d.ts +7 -0
- package/esm/{src/Button → Button}/types.js +0 -0
- package/esm/ButtonBase/ButtonBase.d.ts +3 -0
- package/esm/{src/ButtonBase → ButtonBase}/ButtonBase.js +0 -0
- package/esm/ButtonBase/constants.d.ts +22 -0
- package/esm/{src/ButtonBase → ButtonBase}/constants.js +0 -0
- package/esm/{src/ButtonBase/index.js → ButtonBase/index.d.ts} +0 -0
- package/esm/ButtonBase/index.js +3 -0
- package/esm/ButtonBase/styled.d.ts +27 -0
- package/esm/{src/ButtonBase → ButtonBase}/styled.js +0 -0
- package/esm/ButtonBase/types.d.ts +11 -0
- package/esm/{src/ButtonBase → ButtonBase}/types.js +0 -0
- package/esm/Checkbox/Checkbox.d.ts +3 -0
- package/esm/{src/Checkbox → Checkbox}/Checkbox.js +0 -0
- package/esm/Checkbox/icons.d.ts +5 -0
- package/esm/{src/Checkbox → Checkbox}/icons.js +0 -0
- package/esm/{src/Checkbox/index.js → Checkbox/index.d.ts} +0 -0
- package/esm/Checkbox/index.js +2 -0
- package/esm/Checkbox/styled.d.ts +4 -0
- package/esm/{src/Checkbox → Checkbox}/styled.js +0 -0
- package/esm/Checkbox/types.d.ts +2 -0
- package/esm/{src/Checkbox → Checkbox}/types.js +0 -0
- package/esm/CircularProgress/CircularProgress.d.ts +4 -0
- package/esm/{src/CircularProgress → CircularProgress}/CircularProgress.js +0 -0
- package/esm/CircularProgress/constants.d.ts +8 -0
- package/esm/{src/CircularProgress → CircularProgress}/constants.js +0 -0
- package/esm/{src/CircularProgress/index.js → CircularProgress/index.d.ts} +0 -0
- package/esm/CircularProgress/index.js +2 -0
- package/esm/CircularProgress/styled.d.ts +6 -0
- package/esm/{src/CircularProgress → CircularProgress}/styled.js +0 -0
- package/esm/CircularProgress/types.d.ts +8 -0
- package/esm/{src/CircularProgress → CircularProgress}/types.js +0 -0
- package/esm/DashboardLayout/DashboardLayout.d.ts +15 -0
- package/esm/DashboardLayout/DashboardLayout.js +24 -0
- package/esm/DashboardLayout/Header/Header.d.ts +4 -0
- package/esm/DashboardLayout/Header/Header.js +19 -0
- package/esm/DashboardLayout/Header/index.d.ts +2 -0
- package/esm/DashboardLayout/Header/index.js +2 -0
- package/esm/DashboardLayout/Header/styled.d.ts +23 -0
- package/esm/DashboardLayout/Header/styled.js +29 -0
- package/esm/DashboardLayout/Header/types.d.ts +10 -0
- package/esm/{src/FormControlLabel → DashboardLayout/Header}/types.js +0 -0
- package/esm/DashboardLayout/Main/Main.d.ts +6 -0
- package/esm/DashboardLayout/Main/Main.js +19 -0
- package/esm/DashboardLayout/Main/index.d.ts +1 -0
- package/esm/DashboardLayout/Main/index.js +1 -0
- package/esm/DashboardLayout/Main/styled.d.ts +5 -0
- package/esm/DashboardLayout/Main/styled.js +7 -0
- package/esm/DashboardLayout/SideBar/SideBar.d.ts +6 -0
- package/esm/DashboardLayout/SideBar/SideBar.js +19 -0
- package/esm/DashboardLayout/SideBar/index.d.ts +1 -0
- package/esm/DashboardLayout/SideBar/index.js +1 -0
- package/esm/DashboardLayout/SideBar/styled.d.ts +3 -0
- package/esm/DashboardLayout/SideBar/styled.js +20 -0
- package/esm/DashboardLayout/index.d.ts +1 -0
- package/esm/DashboardLayout/index.js +1 -0
- package/esm/DashboardLayout/styled.d.ts +6 -0
- package/esm/DashboardLayout/styled.js +8 -0
- package/esm/FormControlLabel/FormControlLabel.d.ts +3 -0
- package/esm/{src/FormControlLabel → FormControlLabel}/FormControlLabel.js +0 -0
- package/esm/{src/FormControlLabel/index.js → FormControlLabel/index.d.ts} +0 -0
- package/esm/FormControlLabel/index.js +2 -0
- package/esm/FormControlLabel/styled.d.ts +3 -0
- package/esm/{src/FormControlLabel → FormControlLabel}/styled.js +0 -0
- package/esm/FormControlLabel/types.d.ts +2 -0
- package/esm/{src/FormHelperText → FormControlLabel}/types.js +0 -0
- package/esm/FormHelperText/FormHelperText.d.ts +4 -0
- package/esm/{src/FormHelperText → FormHelperText}/FormHelperText.js +0 -0
- package/esm/{src/FormHelperText/index.js → FormHelperText/index.d.ts} +0 -0
- package/esm/FormHelperText/index.js +1 -0
- package/esm/FormHelperText/styled.d.ts +41 -0
- package/esm/{src/FormHelperText → FormHelperText}/styled.js +0 -0
- package/esm/FormHelperText/types.d.ts +6 -0
- package/esm/{src/Grid → FormHelperText}/types.js +0 -0
- package/esm/GlobalStyles/GlobalStyles.d.ts +3 -0
- package/esm/{src/GlobalStyles → GlobalStyles}/GlobalStyles.js +0 -0
- package/esm/{src/GlobalStyles/index.js → GlobalStyles/index.d.ts} +0 -0
- package/esm/GlobalStyles/index.js +1 -0
- package/esm/Grid/Grid.d.ts +3 -0
- package/esm/{src/Grid → Grid}/Grid.js +0 -0
- package/esm/{src/Grid/index.js → Grid/index.d.ts} +0 -0
- package/esm/Grid/index.js +2 -0
- package/esm/Grid/styled.d.ts +13 -0
- package/esm/{src/Grid → Grid}/styled.js +0 -0
- package/esm/Grid/types.d.ts +30 -0
- package/esm/{src/MenuList → Grid}/types.js +0 -0
- package/esm/IconButton/IconButton.d.ts +3 -0
- package/esm/{src/IconButton → IconButton}/IconButton.js +0 -0
- package/esm/{src/IconButton/index.js → IconButton/index.d.ts} +0 -0
- package/esm/IconButton/index.js +1 -0
- package/esm/IconButton/styled.d.ts +19 -0
- package/esm/{src/IconButton → IconButton}/styled.js +0 -0
- package/esm/Menu/Menu.d.ts +3 -0
- package/esm/{src/Menu → Menu}/Menu.js +0 -0
- package/esm/{src/Menu/index.js → Menu/index.d.ts} +0 -0
- package/esm/Menu/index.js +1 -0
- package/esm/MenuItem/MenuItem.d.ts +3 -0
- package/esm/{src/MenuItem → MenuItem}/MenuItem.js +0 -0
- package/esm/{src/MenuItem/index.js → MenuItem/index.d.ts} +0 -0
- package/esm/MenuItem/index.js +1 -0
- package/esm/MenuList/MenuList.d.ts +3 -0
- package/esm/{src/MenuList → MenuList}/MenuList.js +0 -0
- package/esm/{src/MenuList/index.js → MenuList/index.d.ts} +0 -0
- package/esm/MenuList/index.js +2 -0
- package/esm/MenuList/styled.d.ts +20 -0
- package/esm/{src/MenuList → MenuList}/styled.js +0 -0
- package/esm/MenuList/types.d.ts +2 -0
- package/esm/{src/Radio → MenuList}/types.js +0 -0
- package/esm/Radio/Icon.d.ts +3 -0
- package/esm/{src/Radio → Radio}/Icon.js +0 -0
- package/esm/Radio/Radio.d.ts +4 -0
- package/esm/{src/Radio → Radio}/Radio.js +0 -0
- package/esm/{src/Radio/index.js → Radio/index.d.ts} +0 -0
- package/esm/Radio/index.js +2 -0
- package/esm/Radio/styled.d.ts +4 -0
- package/esm/{src/Radio → Radio}/styled.js +0 -0
- package/esm/Radio/types.d.ts +2 -0
- package/esm/{src/Tag → Radio}/types.js +0 -0
- package/esm/{src/RadioGroup/RadioGroup.js → RadioGroup/RadioGroup.d.ts} +0 -0
- package/esm/RadioGroup/RadioGroup.js +2 -0
- package/esm/{src/StylesCacheProvider/index.js → StylesCacheProvider/index.d.ts} +0 -0
- package/esm/StylesCacheProvider/index.js +1 -0
- package/esm/Tag/Tag.d.ts +3 -0
- package/esm/{src/Tag → Tag}/Tag.js +0 -0
- package/esm/Tag/constants.d.ts +21 -0
- package/esm/{src/Tag → Tag}/constants.js +0 -0
- package/esm/{src/Tag/index.js → Tag/index.d.ts} +0 -0
- package/esm/Tag/index.js +2 -0
- package/esm/Tag/styled.d.ts +25 -0
- package/esm/{src/Tag → Tag}/styled.js +0 -0
- package/esm/Tag/types.d.ts +12 -0
- package/esm/{src/TextArea → Tag}/types.js +0 -0
- package/esm/TextArea/TextArea.d.ts +3 -0
- package/esm/{src/TextArea → TextArea}/TextArea.js +0 -0
- package/esm/{src/TextArea/index.js → TextArea/index.d.ts} +0 -0
- package/esm/TextArea/index.js +2 -0
- package/esm/TextArea/types.d.ts +2 -0
- package/esm/{src/TextField → TextArea}/types.js +0 -0
- package/esm/TextField/TextField.d.ts +4 -0
- package/esm/{src/TextField → TextField}/TextField.js +0 -0
- package/esm/{src/TextField/index.js → TextField/index.d.ts} +0 -0
- package/esm/TextField/index.js +2 -0
- package/esm/TextField/types.d.ts +6 -0
- package/esm/{src/styles/styled → TextField}/types.js +0 -0
- package/esm/ThemeProvider/ThemeProvider.d.ts +7 -0
- package/esm/{src/ThemeProvider → ThemeProvider}/ThemeProvider.js +0 -0
- package/esm/{src/ThemeProvider/index.js → ThemeProvider/index.d.ts} +0 -0
- package/esm/ThemeProvider/index.js +1 -0
- package/esm/Tooltip/Tooltip.d.ts +3 -0
- package/esm/Tooltip/Tooltip.js +30 -0
- package/esm/Tooltip/constants.d.ts +4 -0
- package/esm/Tooltip/constants.js +5 -0
- package/esm/Tooltip/index.d.ts +2 -0
- package/esm/Tooltip/index.js +2 -0
- package/esm/Tooltip/styled.d.ts +5 -0
- package/esm/Tooltip/styled.js +69 -0
- package/esm/Tooltip/types.d.ts +6 -0
- package/{types/src/theme/__tests__/BaseTheme.test.d.ts → esm/Tooltip/types.js} +0 -0
- package/esm/Typography/Typography.d.ts +8 -0
- package/esm/{src/Typography → Typography}/Typography.js +0 -0
- package/esm/{src/Typography/index.js → Typography/index.d.ts} +0 -0
- package/esm/Typography/index.js +1 -0
- package/{types/src → esm}/index.d.ts +1 -2
- package/esm/index.js +21 -1
- package/{types/src → esm/server}/createStylesCache/index.d.ts +0 -0
- package/esm/{src → server}/createStylesCache/index.js +0 -0
- package/{types/src → esm/server}/createStylesServer/index.d.ts +0 -0
- package/esm/{src → server}/createStylesServer/index.js +0 -0
- package/esm/server/index.d.ts +2 -0
- package/esm/server/index.js +2 -0
- package/esm/styles/index.d.ts +1 -0
- package/esm/styles/index.js +1 -0
- package/esm/theme/__tests__/BaseTheme.test.d.ts +1 -0
- package/esm/{src/theme → theme}/__tests__/BaseTheme.test.js +0 -0
- package/{types/src → esm}/theme/baseTheme.d.ts +2 -10
- package/esm/{src/theme → theme}/baseTheme.js +2 -2
- package/{types/src → esm}/theme/components/MuiFormHelperText.d.ts +0 -0
- package/esm/{src/theme → theme}/components/MuiFormHelperText.js +0 -0
- package/{types/src → esm}/theme/components/MuiFormLabel.d.ts +0 -0
- package/esm/{src/theme → theme}/components/MuiFormLabel.js +0 -0
- package/{types/src → esm}/theme/components/MuiInputBase.d.ts +0 -0
- package/esm/{src/theme → theme}/components/MuiInputBase.js +0 -0
- package/{types/src → esm}/theme/components/MuiInputLabel.d.ts +0 -0
- package/esm/{src/theme → theme}/components/MuiInputLabel.js +0 -0
- package/{types/src → esm}/theme/components/MuiOutlinedInput.d.ts +0 -0
- package/esm/{src/theme → theme}/components/MuiOutlinedInput.js +0 -0
- package/{types/src → esm}/theme/components/MuiTypography.d.ts +0 -0
- package/esm/{src/theme → theme}/components/MuiTypography.js +0 -0
- package/{types/src → esm}/theme/components/components.d.ts +0 -0
- package/esm/{src/theme → theme}/components/components.js +0 -0
- package/{types/src → esm}/theme/components/index.d.ts +0 -0
- package/esm/{src/theme → theme}/components/index.js +0 -0
- package/{types/src → esm}/theme/constants.d.ts +0 -0
- package/esm/{src/theme → theme}/constants.js +0 -0
- package/{types/src → esm}/theme/elevation.d.ts +0 -0
- package/esm/{src/theme → theme}/elevation.js +0 -0
- package/{types/src → esm}/theme/hooks/index.d.ts +0 -0
- package/esm/{src/theme → theme}/hooks/index.js +0 -0
- package/{types/src → esm}/theme/hooks/useTheme/index.d.ts +0 -0
- package/esm/{src/theme → theme}/hooks/useTheme/index.js +0 -0
- package/{types/src → esm}/theme/index.d.ts +0 -0
- package/esm/{src/theme → theme}/index.js +0 -0
- package/{types/src → esm}/theme/palette/brandPalette.d.ts +0 -0
- package/esm/{src/theme → theme}/palette/brandPalette.js +0 -0
- package/{types/src → esm}/theme/palette/index.d.ts +0 -0
- package/esm/{src/theme → theme}/palette/index.js +0 -0
- package/{types/src → esm}/theme/palette/palette.d.ts +0 -0
- package/esm/{src/theme → theme}/palette/palette.js +0 -0
- package/{types/src → esm}/theme/shape.d.ts +0 -0
- package/esm/{src/theme → theme}/shape.js +0 -0
- package/{types/src → esm}/theme/typography.d.ts +1 -0
- package/esm/{src/theme → theme}/typography.js +15 -0
- package/{esm/src/index.js → index.d.ts} +1 -2
- package/{cjs/src/index.js → index.js} +1 -2
- package/package.json +5 -14
- package/server/createStylesCache/index.d.ts +2 -0
- package/{cjs/src → server}/createStylesCache/index.js +0 -0
- package/server/createStylesServer/index.d.ts +1 -0
- package/{cjs/src → server}/createStylesServer/index.js +0 -0
- package/server/index.d.ts +2 -0
- package/server/index.js +14 -0
- package/styles/index.d.ts +1 -0
- package/{cjs/src/styles/styled/styled.js → styles/index.js} +2 -2
- package/theme/__tests__/BaseTheme.test.d.ts +1 -0
- package/{cjs/src/theme → theme}/__tests__/BaseTheme.test.js +0 -0
- package/theme/baseTheme.d.ts +20 -0
- package/{cjs/src/theme → theme}/baseTheme.js +1 -1
- package/theme/components/MuiFormHelperText.d.ts +4 -0
- package/{cjs/src/theme → theme}/components/MuiFormHelperText.js +0 -0
- package/theme/components/MuiFormLabel.d.ts +4 -0
- package/{cjs/src/theme → theme}/components/MuiFormLabel.js +0 -0
- package/theme/components/MuiInputBase.d.ts +4 -0
- package/{cjs/src/theme → theme}/components/MuiInputBase.js +0 -0
- package/theme/components/MuiInputLabel.d.ts +4 -0
- package/{cjs/src/theme → theme}/components/MuiInputLabel.js +0 -0
- package/theme/components/MuiOutlinedInput.d.ts +4 -0
- package/{cjs/src/theme → theme}/components/MuiOutlinedInput.js +0 -0
- package/theme/components/MuiTypography.d.ts +21 -0
- package/{cjs/src/theme → theme}/components/MuiTypography.js +0 -0
- package/theme/components/components.d.ts +21 -0
- package/{cjs/src/theme → theme}/components/components.js +0 -0
- package/theme/components/index.d.ts +1 -0
- package/{cjs/src/theme → theme}/components/index.js +0 -0
- package/theme/constants.d.ts +9 -0
- package/{cjs/src/theme → theme}/constants.js +0 -0
- package/theme/elevation.d.ts +8 -0
- package/{cjs/src/theme → theme}/elevation.js +0 -0
- package/theme/hooks/index.d.ts +1 -0
- package/{cjs/src/theme → theme}/hooks/index.js +0 -0
- package/theme/hooks/useTheme/index.d.ts +2 -0
- package/{cjs/src/theme → theme}/hooks/useTheme/index.js +0 -0
- package/theme/index.d.ts +6 -0
- package/{cjs/src/theme → theme}/index.js +0 -0
- package/theme/palette/brandPalette.d.ts +15 -0
- package/{cjs/src/theme → theme}/palette/brandPalette.js +0 -0
- package/theme/palette/index.d.ts +2 -0
- package/{cjs/src/theme → theme}/palette/index.js +0 -0
- package/theme/palette/palette.d.ts +29 -0
- package/{cjs/src/theme → theme}/palette/palette.js +0 -0
- package/theme/shape.d.ts +6 -0
- package/{cjs/src/theme → theme}/shape.js +0 -0
- package/theme/typography.d.ts +20 -0
- package/{cjs/src/theme → theme}/typography.js +15 -0
- package/cjs/src/styles/index.js +0 -13
- package/esm/src/styles/index.js +0 -1
- package/esm/src/styles/styled/index.js +0 -1
- package/esm/src/styles/styled/styled.js +0 -2
- package/types/index.d.ts +0 -1
- package/types/src/FormHelperText/styled.d.ts +0 -41
- package/types/src/Grid/styled.d.ts +0 -13
- package/types/src/styles/index.d.ts +0 -1
- package/types/src/styles/styled/index.d.ts +0 -1
- package/types/src/styles/styled/styled.d.ts +0 -2
- package/types/src/styles/styled/types.d.ts +0 -48
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BadgeColor, BadgeProps } from './types';
|
|
3
|
+
export declare const StyledBadge: import("@emotion/styled").StyledComponent<{
|
|
4
|
+
classes?: (Partial<import("@mui/material").BadgeUnstyledClasses> & {
|
|
5
|
+
colorPrimary?: string | undefined;
|
|
6
|
+
colorSecondary?: string | undefined;
|
|
7
|
+
colorError?: string | undefined;
|
|
8
|
+
colorInfo?: string | undefined;
|
|
9
|
+
colorSuccess?: string | undefined;
|
|
10
|
+
colorWarning?: string | undefined;
|
|
11
|
+
anchorOriginTopRightRectangular?: string | undefined;
|
|
12
|
+
anchorOriginBottomRightRectangular?: string | undefined;
|
|
13
|
+
anchorOriginTopLeftRectangular?: string | undefined;
|
|
14
|
+
anchorOriginBottomLeftRectangular?: string | undefined;
|
|
15
|
+
anchorOriginTopRightCircular?: string | undefined;
|
|
16
|
+
anchorOriginBottomRightCircular?: string | undefined;
|
|
17
|
+
anchorOriginTopLeftCircular?: string | undefined;
|
|
18
|
+
anchorOriginBottomLeftCircular?: string | undefined;
|
|
19
|
+
overlapRectangular?: string | undefined;
|
|
20
|
+
overlapCircular?: string | undefined;
|
|
21
|
+
}) | undefined;
|
|
22
|
+
color?: "primary" | "secondary" | "default" | "error" | "warning" | "info" | "success" | undefined;
|
|
23
|
+
overlap?: "circular" | "rectangular" | undefined;
|
|
24
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
25
|
+
variant?: "standard" | "dot" | undefined;
|
|
26
|
+
} & {
|
|
27
|
+
anchorOrigin?: import("@mui/material").BadgeOrigin | undefined;
|
|
28
|
+
components?: {
|
|
29
|
+
Root?: import("react").ElementType<any> | undefined;
|
|
30
|
+
Badge?: import("react").ElementType<any> | undefined;
|
|
31
|
+
} | undefined;
|
|
32
|
+
componentsProps?: {
|
|
33
|
+
root?: (import("react").HTMLAttributes<HTMLSpanElement> & import("@mui/material").BadgeUnstyledComponentsPropsOverrides) | undefined;
|
|
34
|
+
badge?: (import("react").HTMLAttributes<HTMLSpanElement> & import("@mui/material").BadgeUnstyledComponentsPropsOverrides) | undefined;
|
|
35
|
+
} | undefined;
|
|
36
|
+
badgeContent?: import("react").ReactNode;
|
|
37
|
+
children?: import("react").ReactNode;
|
|
38
|
+
classes?: Partial<import("@mui/material").BadgeUnstyledClasses> | undefined;
|
|
39
|
+
invisible?: boolean | undefined;
|
|
40
|
+
max?: number | undefined;
|
|
41
|
+
showZero?: boolean | undefined;
|
|
42
|
+
variant?: string | undefined;
|
|
43
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof import("react").HTMLAttributes<HTMLSpanElement>> & {
|
|
44
|
+
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
45
|
+
}, "color" | "components" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "componentsProps" | "invisible" | "anchorOrigin" | "overlap" | "badgeContent" | "max" | "showZero"> & {
|
|
46
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
47
|
+
} & Omit<BadgeProps, "color"> & {
|
|
48
|
+
customColor: BadgeColor;
|
|
49
|
+
}, {}, {}>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledButton: import("@emotion/styled").StyledComponent<Omit<import("@mui/base/ButtonUnstyled/ButtonUnstyledProps").default<"button", {}>, "color" | "variant" | "size"> & {
|
|
3
|
+
color?: "primary" | "error" | "warning" | "success" | undefined;
|
|
4
|
+
variant?: "link" | "light" | "text" | "contained" | undefined;
|
|
5
|
+
size?: "large" | "medium" | undefined;
|
|
6
|
+
} & {
|
|
7
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
+
} & {
|
|
9
|
+
loading?: boolean | undefined;
|
|
10
|
+
startIcon?: import("react").ReactNode;
|
|
11
|
+
endIcon?: import("react").ReactNode;
|
|
12
|
+
}, {}, {}>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare enum ButtonColors {
|
|
2
|
+
ERROR = "error",
|
|
3
|
+
SUCCESS = "success",
|
|
4
|
+
WARNING = "warning",
|
|
5
|
+
PRIMARY = "primary"
|
|
6
|
+
}
|
|
7
|
+
export declare enum ButtonVariants {
|
|
8
|
+
CONTAINED = "contained",
|
|
9
|
+
LIGHT = "light",
|
|
10
|
+
TEXT = "text",
|
|
11
|
+
LINK = "link"
|
|
12
|
+
}
|
|
13
|
+
export declare enum ButtonSizes {
|
|
14
|
+
MEDIUM = "medium",
|
|
15
|
+
LARGE = "large"
|
|
16
|
+
}
|
|
17
|
+
export declare enum ButtonStates {
|
|
18
|
+
DEFAULT = "default",
|
|
19
|
+
ACTIVE = "active",
|
|
20
|
+
FOCUS = "focus",
|
|
21
|
+
HOVER = "hover"
|
|
22
|
+
}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Theme } from '../theme';
|
|
3
|
+
import { BaseButtonProps, ButtonColor, ButtonSize, ButtonState, ButtonVariant } from './types';
|
|
4
|
+
declare type StyledButtonBaseThemeProps = {
|
|
5
|
+
customColor?: ButtonColor;
|
|
6
|
+
customVariant?: ButtonVariant;
|
|
7
|
+
size?: ButtonSize;
|
|
8
|
+
theme: Theme;
|
|
9
|
+
};
|
|
10
|
+
export declare const getColor: ({ theme, customVariant, customColor, buttonState, }: StyledButtonBaseThemeProps & {
|
|
11
|
+
buttonState: ButtonState;
|
|
12
|
+
}) => string;
|
|
13
|
+
export declare const getBgColor: ({ customColor, customVariant, buttonState, theme, }: StyledButtonBaseThemeProps & {
|
|
14
|
+
buttonState: ButtonState;
|
|
15
|
+
}) => string;
|
|
16
|
+
export declare const getButtonHeight: ({ size, }: StyledButtonBaseThemeProps) => string;
|
|
17
|
+
export declare const getButtonPadding: ({ size, theme, }: StyledButtonBaseThemeProps) => string;
|
|
18
|
+
export declare const getDisabledBgColor: ({ theme, customVariant, }: StyledButtonBaseThemeProps) => string;
|
|
19
|
+
export declare const StyledButtonBase: import("@emotion/styled").StyledComponent<Pick<import("@mui/base/ButtonUnstyled").ButtonUnstyledOwnProps & Omit<any, keyof import("@mui/base/ButtonUnstyled").ButtonUnstyledOwnProps> & {
|
|
20
|
+
component?: import("react").ElementType<any> | undefined;
|
|
21
|
+
}, string | number | symbol> & import("react").RefAttributes<any> & {
|
|
22
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
23
|
+
} & Omit<BaseButtonProps, "color" | "variant"> & {
|
|
24
|
+
customColor?: "primary" | "error" | "warning" | "success" | undefined;
|
|
25
|
+
customVariant?: "link" | "light" | "text" | "contained" | undefined;
|
|
26
|
+
}, {}, {}>;
|
|
27
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ButtonUnstyledProps } from '@mui/base/ButtonUnstyled';
|
|
2
|
+
import { ButtonColors, ButtonSizes, ButtonStates, ButtonVariants } from './constants';
|
|
3
|
+
export declare type ButtonColor = `${ButtonColors}`;
|
|
4
|
+
export declare type ButtonVariant = `${ButtonVariants}`;
|
|
5
|
+
export declare type ButtonSize = `${ButtonSizes}`;
|
|
6
|
+
export declare type ButtonState = `${ButtonStates}`;
|
|
7
|
+
export declare type BaseButtonProps = Omit<ButtonUnstyledProps, 'color' | 'variant' | 'size'> & {
|
|
8
|
+
color?: ButtonColor;
|
|
9
|
+
variant?: ButtonVariant;
|
|
10
|
+
size?: ButtonSize;
|
|
11
|
+
};
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SvgIconProps } from '@mui/material';
|
|
3
|
+
export declare const DefaultIcon: React.FunctionComponent<SvgIconProps>;
|
|
4
|
+
export declare const CheckedIcon: React.FunctionComponent<SvgIconProps>;
|
|
5
|
+
export declare const IndeterminateIcon: React.FunctionComponent<SvgIconProps>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { CircularProgressProps } from './types';
|
|
2
|
+
export declare const StyledCircularProgress: import("@emotion/styled").StyledComponent<import("@mui/material").CircularProgressProps & {
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
} & Omit<CircularProgressProps, "color" | "size"> & {
|
|
5
|
+
customColor?: "primary" | "inverted" | undefined;
|
|
6
|
+
}, {}, {}>;
|
|
File without changes
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CircularProgressProps as MuiCircularProgressProps } from '@mui/material';
|
|
2
|
+
import { CircularProgressColors, CircularProgressSizes } from './constants';
|
|
3
|
+
export declare type CircularProgressColor = `${CircularProgressColors}`;
|
|
4
|
+
export declare type CircularProgressSize = `${CircularProgressSizes}`;
|
|
5
|
+
export declare type CircularProgressProps = Omit<MuiCircularProgressProps, 'color' | 'size'> & {
|
|
6
|
+
color?: CircularProgressColor;
|
|
7
|
+
size?: CircularProgressSize;
|
|
8
|
+
};
|
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
interface DashBoardLayoutProps {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
}
|
|
5
|
+
export declare const DashboardLayout: {
|
|
6
|
+
({ children }: DashBoardLayoutProps): JSX.Element;
|
|
7
|
+
Header: import("react").ForwardRefExoticComponent<import("./Header/types").HeaderProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
+
SideBar: import("react").ForwardRefExoticComponent<{
|
|
9
|
+
children: ReactNode;
|
|
10
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
11
|
+
Main: import("react").ForwardRefExoticComponent<{
|
|
12
|
+
children: ReactNode;
|
|
13
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
|
+
};
|
|
15
|
+
export default DashboardLayout;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import { Header } from './Header/';
|
|
14
|
+
import { SideBar } from './SideBar/';
|
|
15
|
+
import { Main } from './Main/';
|
|
16
|
+
import { StyledDashboard } from './styled';
|
|
17
|
+
export var DashboardLayout = function (_a) {
|
|
18
|
+
var children = _a.children;
|
|
19
|
+
return (_jsx(StyledDashboard, __assign({ container: true, templateColumns: "auto 1fr", templateRows: "auto 1fr" }, { children: children }), void 0));
|
|
20
|
+
};
|
|
21
|
+
DashboardLayout.Header = Header;
|
|
22
|
+
DashboardLayout.SideBar = SideBar;
|
|
23
|
+
DashboardLayout.Main = Main;
|
|
24
|
+
export default DashboardLayout;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { forwardRef } from 'react';
|
|
14
|
+
import { InnerContainer, LeftContainer, LogoContainer, LogoStyle, StyledHeader, } from './styled';
|
|
15
|
+
export var Header = forwardRef(function (_a, ref) {
|
|
16
|
+
var children = _a.children, logoSrc = _a.logoSrc, logoAlt = _a.logoAlt, LogoLink = _a.LogoLink, Widget = _a.Widget;
|
|
17
|
+
return (_jsx(StyledHeader, __assign({ ref: ref }, { children: _jsxs(InnerContainer, { children: [_jsxs(LeftContainer, { children: [Widget && _jsx(Widget, {}, void 0), _jsx(LogoContainer, __assign({ withWidget: !!Widget }, { children: _jsx(LogoLink, { Logo: _jsx(LogoStyle, { src: logoSrc, alt: logoAlt }, void 0) }, void 0) }), void 0)] }, void 0), children] }, void 0) }), void 0));
|
|
18
|
+
});
|
|
19
|
+
export default Header;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledHeader: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
6
|
+
export declare const InnerContainer: import("@emotion/styled").StyledComponent<{
|
|
7
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
+
as?: import("react").ElementType<any> | undefined;
|
|
9
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
export declare const LeftContainer: import("@emotion/styled").StyledComponent<{
|
|
11
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
12
|
+
as?: import("react").ElementType<any> | undefined;
|
|
13
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
|
+
export declare const LogoContainer: import("@emotion/styled").StyledComponent<{
|
|
15
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
16
|
+
as?: import("react").ElementType<any> | undefined;
|
|
17
|
+
} & {
|
|
18
|
+
withWidget: boolean;
|
|
19
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
20
|
+
export declare const LogoStyle: import("@emotion/styled").StyledComponent<{
|
|
21
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
22
|
+
as?: import("react").ElementType<any> | undefined;
|
|
23
|
+
}, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
2
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
3
|
+
return cooked;
|
|
4
|
+
};
|
|
5
|
+
import { styled } from '../../styles';
|
|
6
|
+
export var StyledHeader = styled('header')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n grid-column: 1 / -1;\n min-height: 56px;\n height: 56px;\n width: 100%;\n z-index: ", ";\n box-shadow: ", ";\n padding: 0 ", ";\n background-color: ", ";\n"], ["\n grid-column: 1 / -1;\n min-height: 56px;\n height: 56px;\n width: 100%;\n z-index: ", ";\n box-shadow: ", ";\n padding: 0 ", ";\n background-color: ", ";\n"])), function (_a) {
|
|
7
|
+
var theme = _a.theme;
|
|
8
|
+
return theme.zIndex.appBar;
|
|
9
|
+
}, function (_a) {
|
|
10
|
+
var theme = _a.theme;
|
|
11
|
+
return theme.elevation[200];
|
|
12
|
+
}, function (_a) {
|
|
13
|
+
var theme = _a.theme;
|
|
14
|
+
return theme.spacing(5);
|
|
15
|
+
}, function (_a) {
|
|
16
|
+
var theme = _a.theme;
|
|
17
|
+
return theme.palette.background.default;
|
|
18
|
+
});
|
|
19
|
+
export var InnerContainer = styled('div')(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n height: 100%;\n"], ["\n display: flex;\n justify-content: space-between;\n height: 100%;\n"])));
|
|
20
|
+
export var LeftContainer = styled('div')(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n justify-content: space-between;\n height: 100%;\n align-items: center;\n"], ["\n display: flex;\n justify-content: space-between;\n height: 100%;\n align-items: center;\n"])));
|
|
21
|
+
export var LogoContainer = styled('div')(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n margin-left: ", ";\n margin-right: ", ";\n max-height: 24px;\n height: 100%;\n > * {\n height: 100%;\n }\n"], ["\n margin-left: ", ";\n margin-right: ", ";\n max-height: 24px;\n height: 100%;\n > * {\n height: 100%;\n }\n"])), function (_a) {
|
|
22
|
+
var withWidget = _a.withWidget, theme = _a.theme;
|
|
23
|
+
return withWidget && theme.spacing(2);
|
|
24
|
+
}, function (_a) {
|
|
25
|
+
var theme = _a.theme;
|
|
26
|
+
return theme.spacing(4);
|
|
27
|
+
});
|
|
28
|
+
export var LogoStyle = styled('img')(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n height: 100%;\n cursor: pointer;\n"], ["\n height: 100%;\n cursor: pointer;\n"])));
|
|
29
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5;
|
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import { forwardRef } from 'react';
|
|
14
|
+
import { StyledMain } from './styled';
|
|
15
|
+
export var Main = forwardRef(function (_a, ref) {
|
|
16
|
+
var children = _a.children;
|
|
17
|
+
return _jsx(StyledMain, __assign({ ref: ref }, { children: children }), void 0);
|
|
18
|
+
});
|
|
19
|
+
export default Main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Main';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Main';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledMain: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any> | undefined;
|
|
5
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
2
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
3
|
+
return cooked;
|
|
4
|
+
};
|
|
5
|
+
import { styled } from '../../styles';
|
|
6
|
+
export var StyledMain = styled('main')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n grid-row: 2;\n grid-column: 2;\n overflow: hidden;\n"], ["\n grid-row: 2;\n grid-column: 2;\n overflow: hidden;\n"])));
|
|
7
|
+
var templateObject_1;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import { forwardRef } from 'react';
|
|
14
|
+
import { StyledDrawer } from './styled';
|
|
15
|
+
export var SideBar = forwardRef(function (_a, ref) {
|
|
16
|
+
var children = _a.children;
|
|
17
|
+
return (_jsx(StyledDrawer, __assign({ ref: ref, open: true, variant: "persistent" }, { children: children }), void 0));
|
|
18
|
+
});
|
|
19
|
+
export default SideBar;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SideBar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SideBar';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
2
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
3
|
+
return cooked;
|
|
4
|
+
};
|
|
5
|
+
import { Drawer } from '@mui/material';
|
|
6
|
+
import { styled } from '../../styles';
|
|
7
|
+
export var StyledDrawer = styled(Drawer)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n z-index: ", ";\n grid-column: 1;\n width: 241px;\n position: relative;\n .MuiPaper-root {\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n background-color: ", ";\n padding: ", ";\n border-right: 1px solid ", ";\n }\n"], ["\n z-index: ", ";\n grid-column: 1;\n width: 241px;\n position: relative;\n .MuiPaper-root {\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n background-color: ", ";\n padding: ", ";\n border-right: 1px solid ", ";\n }\n"])), function (_a) {
|
|
8
|
+
var theme = _a.theme;
|
|
9
|
+
return theme.zIndex.appBar - 1;
|
|
10
|
+
}, function (_a) {
|
|
11
|
+
var theme = _a.theme;
|
|
12
|
+
return theme.palette.background.element;
|
|
13
|
+
}, function (_a) {
|
|
14
|
+
var theme = _a.theme;
|
|
15
|
+
return theme.spacing(5, 0);
|
|
16
|
+
}, function (_a) {
|
|
17
|
+
var theme = _a.theme;
|
|
18
|
+
return theme.palette.grey[300];
|
|
19
|
+
});
|
|
20
|
+
var templateObject_1;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DashboardLayout';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DashboardLayout';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledDashboard: import("@emotion/styled").StyledComponent<import("../Grid").GridContainerProps & import("../Grid").GridElementsProps & {
|
|
3
|
+
children?: import("react").ReactNode;
|
|
4
|
+
} & {
|
|
5
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
6
|
+
}, {}, {}>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
2
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
3
|
+
return cooked;
|
|
4
|
+
};
|
|
5
|
+
import { Grid } from '../Grid';
|
|
6
|
+
import { styled } from '../styles';
|
|
7
|
+
export var StyledDashboard = styled(Grid)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n min-height: 100vh;\n"], ["\n min-height: 100vh;\n"])));
|
|
8
|
+
var templateObject_1;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './FormHelperText';
|