@astral/ui 0.4.1-alpha.0 → 0.4.1-alpha.11
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/Badge/Badge.d.ts +4 -0
- package/{cjs/src/Badge → Badge}/Badge.js +0 -0
- package/{esm/src/Badge/index.js → Badge/index.d.ts} +0 -0
- package/{cjs/src/Badge → Badge}/index.js +0 -0
- package/Badge/styled.d.ts +49 -0
- package/{cjs/src/Badge → Badge}/styled.js +0 -0
- package/Badge/types.d.ts +5 -0
- package/{cjs/src/Badge → Badge}/types.js +0 -0
- package/Button/Button.d.ts +3 -0
- package/{cjs/src/Button → Button}/Button.js +0 -0
- package/{esm/src/Button/index.js → Button/index.d.ts} +0 -0
- package/{cjs/src/Button → Button}/index.js +0 -0
- package/Button/styled.d.ts +12 -0
- package/{cjs/src/Button → Button}/styled.js +0 -0
- package/Button/types.d.ts +7 -0
- package/{cjs/src/Button → Button}/types.js +0 -0
- package/ButtonBase/ButtonBase.d.ts +3 -0
- package/{cjs/src/ButtonBase → ButtonBase}/ButtonBase.js +0 -0
- package/ButtonBase/constants.d.ts +22 -0
- package/{cjs/src/ButtonBase → ButtonBase}/constants.js +0 -0
- package/{esm/src/ButtonBase/index.js → ButtonBase/index.d.ts} +0 -0
- package/{cjs/src/ButtonBase → ButtonBase}/index.js +0 -0
- package/ButtonBase/styled.d.ts +27 -0
- package/{cjs/src/ButtonBase → ButtonBase}/styled.js +0 -0
- package/ButtonBase/types.d.ts +11 -0
- package/{cjs/src/ButtonBase → ButtonBase}/types.js +0 -0
- package/Checkbox/Checkbox.d.ts +3 -0
- package/{cjs/src/Checkbox → Checkbox}/Checkbox.js +0 -0
- package/Checkbox/icons.d.ts +5 -0
- package/{cjs/src/Checkbox → Checkbox}/icons.js +0 -0
- package/{esm/src/Checkbox/index.js → Checkbox/index.d.ts} +0 -0
- package/{cjs/src/Checkbox → Checkbox}/index.js +0 -0
- package/Checkbox/styled.d.ts +4 -0
- package/{cjs/src/Checkbox → Checkbox}/styled.js +0 -0
- package/Checkbox/types.d.ts +2 -0
- package/{cjs/src/Checkbox → Checkbox}/types.js +0 -0
- package/CircularProgress/CircularProgress.d.ts +4 -0
- package/{cjs/src/CircularProgress → CircularProgress}/CircularProgress.js +0 -0
- package/CircularProgress/constants.d.ts +8 -0
- package/{cjs/src/CircularProgress → CircularProgress}/constants.js +0 -0
- package/{esm/src/CircularProgress/index.js → CircularProgress/index.d.ts} +0 -0
- package/{cjs/src/CircularProgress → CircularProgress}/index.js +0 -0
- package/CircularProgress/styled.d.ts +6 -0
- package/{cjs/src/CircularProgress → CircularProgress}/styled.js +0 -0
- package/CircularProgress/types.d.ts +8 -0
- package/{cjs/src/CircularProgress → CircularProgress}/types.js +0 -0
- package/DashboardLayout/DashboardLayout.d.ts +15 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/DashboardLayout.js +0 -0
- package/DashboardLayout/Header/Header.d.ts +4 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/Header/Header.js +0 -0
- package/{esm/src/DashboardLayout/Header/index.js → DashboardLayout/Header/index.d.ts} +0 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/Header/index.js +0 -0
- package/DashboardLayout/Header/styled.d.ts +23 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/Header/styled.js +0 -0
- package/DashboardLayout/Header/types.d.ts +10 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/Header/types.js +0 -0
- package/DashboardLayout/Main/Main.d.ts +6 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/Main/Main.js +0 -0
- package/{esm/src/DashboardLayout/Main/index.js → DashboardLayout/Main/index.d.ts} +0 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/Main/index.js +0 -0
- package/DashboardLayout/Main/styled.d.ts +5 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/Main/styled.js +0 -0
- package/DashboardLayout/SideBar/SideBar.d.ts +6 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/SideBar/SideBar.js +0 -0
- package/{esm/src/DashboardLayout/SideBar/index.js → DashboardLayout/SideBar/index.d.ts} +0 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/SideBar/index.js +0 -0
- package/DashboardLayout/SideBar/styled.d.ts +3 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/SideBar/styled.js +0 -0
- package/{esm/src/DashboardLayout/index.js → DashboardLayout/index.d.ts} +0 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/index.js +0 -0
- package/DashboardLayout/styled.d.ts +6 -0
- package/{cjs/src/DashboardLayout → DashboardLayout}/styled.js +0 -0
- package/FormControlLabel/FormControlLabel.d.ts +3 -0
- package/{cjs/src/FormControlLabel → FormControlLabel}/FormControlLabel.js +0 -0
- package/{esm/src/FormControlLabel/index.js → FormControlLabel/index.d.ts} +0 -0
- package/{cjs/src/FormControlLabel → FormControlLabel}/index.js +0 -0
- package/FormControlLabel/styled.d.ts +3 -0
- package/{cjs/src/FormControlLabel → FormControlLabel}/styled.js +0 -0
- package/FormControlLabel/types.d.ts +2 -0
- package/{cjs/src/FormControlLabel → FormControlLabel}/types.js +0 -0
- package/FormHelperText/FormHelperText.d.ts +4 -0
- package/{cjs/src/FormHelperText → FormHelperText}/FormHelperText.js +0 -0
- package/{esm/src/FormHelperText/index.js → 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/FormHelperText/types.d.ts +6 -0
- package/{cjs/src/FormHelperText → FormHelperText}/types.js +0 -0
- package/GlobalStyles/GlobalStyles.d.ts +3 -0
- package/{cjs/src/GlobalStyles → GlobalStyles}/GlobalStyles.js +0 -0
- package/{esm/src/GlobalStyles/index.js → GlobalStyles/index.d.ts} +0 -0
- package/{cjs/src/GlobalStyles → GlobalStyles}/index.js +0 -0
- package/Grid/Grid.d.ts +3 -0
- package/{cjs/src/Grid → Grid}/Grid.js +0 -0
- package/{esm/src/Grid/index.js → 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/Grid/types.d.ts +30 -0
- package/{cjs/src/Grid → Grid}/types.js +0 -0
- package/IconButton/IconButton.d.ts +3 -0
- package/{cjs/src/IconButton → IconButton}/IconButton.js +0 -0
- package/{esm/src/IconButton/index.js → IconButton/index.d.ts} +0 -0
- package/{cjs/src/IconButton → IconButton}/index.js +0 -0
- package/IconButton/styled.d.ts +19 -0
- package/{cjs/src/IconButton → IconButton}/styled.js +0 -0
- package/Menu/Menu.d.ts +3 -0
- package/{cjs/src/Menu → Menu}/Menu.js +0 -0
- package/{esm/src/Menu/index.js → Menu/index.d.ts} +0 -0
- package/{cjs/src/Menu → Menu}/index.js +0 -0
- package/MenuItem/MenuItem.d.ts +3 -0
- package/{cjs/src/MenuItem → MenuItem}/MenuItem.js +0 -0
- package/{esm/src/MenuItem/index.js → MenuItem/index.d.ts} +0 -0
- package/{cjs/src/MenuItem → MenuItem}/index.js +0 -0
- package/MenuList/MenuList.d.ts +3 -0
- package/{cjs/src/MenuList → MenuList}/MenuList.js +0 -0
- package/{esm/src/MenuList/index.js → MenuList/index.d.ts} +0 -0
- package/{cjs/src/MenuList → MenuList}/index.js +0 -0
- package/MenuList/styled.d.ts +20 -0
- package/{cjs/src/MenuList → MenuList}/styled.js +0 -0
- package/MenuList/types.d.ts +2 -0
- package/{cjs/src/MenuList → MenuList}/types.js +0 -0
- package/Radio/Icon.d.ts +3 -0
- package/{cjs/src/Radio → Radio}/Icon.js +0 -0
- package/Radio/Radio.d.ts +4 -0
- package/{cjs/src/Radio → Radio}/Radio.js +0 -0
- package/{esm/src/Radio/index.js → Radio/index.d.ts} +0 -0
- package/{cjs/src/Radio → Radio}/index.js +0 -0
- package/Radio/styled.d.ts +4 -0
- package/{cjs/src/Radio → Radio}/styled.js +0 -0
- package/Radio/types.d.ts +2 -0
- package/{cjs/src/Radio → Radio}/types.js +0 -0
- package/{esm/src/RadioGroup/RadioGroup.js → RadioGroup/RadioGroup.d.ts} +0 -0
- package/{cjs/src/RadioGroup → RadioGroup}/RadioGroup.js +0 -0
- package/{esm/src/StylesCacheProvider/index.js → StylesCacheProvider/index.d.ts} +0 -0
- package/{cjs/src/StylesCacheProvider → StylesCacheProvider}/index.js +0 -0
- package/Tag/Tag.d.ts +3 -0
- package/{cjs/src/Tag → Tag}/Tag.js +0 -0
- package/Tag/constants.d.ts +21 -0
- package/{cjs/src/Tag → Tag}/constants.js +0 -0
- package/{esm/src/Tag/index.js → Tag/index.d.ts} +0 -0
- package/{cjs/src/Tag → Tag}/index.js +0 -0
- package/Tag/styled.d.ts +25 -0
- package/{cjs/src/Tag → Tag}/styled.js +0 -0
- package/Tag/types.d.ts +12 -0
- package/{cjs/src/Tag → Tag}/types.js +0 -0
- package/TextArea/TextArea.d.ts +3 -0
- package/{cjs/src/TextArea → TextArea}/TextArea.js +0 -0
- package/{esm/src/TextArea/index.js → TextArea/index.d.ts} +0 -0
- package/{cjs/src/TextArea → TextArea}/index.js +0 -0
- package/TextArea/types.d.ts +2 -0
- package/{cjs/src/TextArea → TextArea}/types.js +0 -0
- package/TextField/TextField.d.ts +4 -0
- package/{cjs/src/TextField → TextField}/TextField.js +0 -0
- package/{esm/src/TextField/index.js → TextField/index.d.ts} +0 -0
- package/{cjs/src/TextField → TextField}/index.js +0 -0
- package/TextField/types.d.ts +6 -0
- package/{cjs/src/TextField → TextField}/types.js +0 -0
- package/ThemeProvider/ThemeProvider.d.ts +7 -0
- package/{cjs/src/ThemeProvider → ThemeProvider}/ThemeProvider.js +0 -0
- package/{esm/src/ThemeProvider/index.js → ThemeProvider/index.d.ts} +0 -0
- package/{cjs/src/ThemeProvider → ThemeProvider}/index.js +0 -0
- package/Tooltip/Tooltip.d.ts +3 -0
- package/{cjs/src/Tooltip → Tooltip}/Tooltip.js +0 -0
- package/Tooltip/constants.d.ts +4 -0
- package/{cjs/src/Tooltip → Tooltip}/constants.js +0 -0
- package/{esm/src/Tooltip/index.js → Tooltip/index.d.ts} +0 -0
- package/{cjs/src/Tooltip → Tooltip}/index.js +0 -0
- package/Tooltip/styled.d.ts +5 -0
- package/{cjs/src/Tooltip → Tooltip}/styled.js +0 -0
- package/Tooltip/types.d.ts +6 -0
- package/{cjs/src/Tooltip → Tooltip}/types.js +0 -0
- package/Typography/Typography.d.ts +8 -0
- package/{cjs/src/Typography → Typography}/Typography.js +0 -0
- package/{esm/src/Typography/index.js → 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/Badge/index.d.ts +2 -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/Button/index.d.ts +2 -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/ButtonBase/index.d.ts +3 -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/Checkbox/index.d.ts +2 -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/CircularProgress/index.d.ts +2 -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/{src/DashboardLayout → DashboardLayout}/DashboardLayout.js +0 -0
- package/esm/DashboardLayout/Header/Header.d.ts +4 -0
- package/esm/{src/DashboardLayout → DashboardLayout}/Header/Header.js +0 -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/{src/DashboardLayout → DashboardLayout}/Header/styled.js +0 -0
- package/esm/DashboardLayout/Header/types.d.ts +10 -0
- package/esm/{src/DashboardLayout → DashboardLayout}/Header/types.js +0 -0
- package/esm/DashboardLayout/Main/Main.d.ts +6 -0
- package/esm/{src/DashboardLayout → DashboardLayout}/Main/Main.js +0 -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/{src/DashboardLayout → DashboardLayout}/Main/styled.js +0 -0
- package/esm/DashboardLayout/SideBar/SideBar.d.ts +6 -0
- package/esm/{src/DashboardLayout → DashboardLayout}/SideBar/SideBar.js +0 -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/{src/DashboardLayout → DashboardLayout}/SideBar/styled.js +0 -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/{src/DashboardLayout → DashboardLayout}/styled.js +0 -0
- package/esm/FormControlLabel/FormControlLabel.d.ts +3 -0
- package/esm/{src/FormControlLabel → FormControlLabel}/FormControlLabel.js +0 -0
- package/esm/FormControlLabel/index.d.ts +2 -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/FormControlLabel → FormControlLabel}/types.js +0 -0
- package/esm/FormHelperText/FormHelperText.d.ts +4 -0
- package/esm/{src/FormHelperText → FormHelperText}/FormHelperText.js +0 -0
- package/esm/FormHelperText/index.d.ts +1 -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/FormHelperText → FormHelperText}/types.js +0 -0
- package/esm/GlobalStyles/GlobalStyles.d.ts +3 -0
- package/esm/{src/GlobalStyles → GlobalStyles}/GlobalStyles.js +0 -0
- package/esm/GlobalStyles/index.d.ts +1 -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/Grid/index.d.ts +2 -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/Grid → Grid}/types.js +0 -0
- package/esm/IconButton/IconButton.d.ts +3 -0
- package/esm/{src/IconButton → IconButton}/IconButton.js +0 -0
- package/esm/IconButton/index.d.ts +1 -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/Menu/index.d.ts +1 -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/MenuItem/index.d.ts +1 -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/MenuList/index.d.ts +2 -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/MenuList → 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/Radio/index.d.ts +2 -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/Radio → Radio}/types.js +0 -0
- package/esm/RadioGroup/RadioGroup.d.ts +2 -0
- package/esm/RadioGroup/RadioGroup.js +2 -0
- package/esm/StylesCacheProvider/index.d.ts +1 -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/Tag/index.d.ts +2 -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/Tag → Tag}/types.js +0 -0
- package/esm/TextArea/TextArea.d.ts +3 -0
- package/esm/{src/TextArea → TextArea}/TextArea.js +0 -0
- package/esm/TextArea/index.d.ts +2 -0
- package/esm/TextArea/index.js +2 -0
- package/esm/TextArea/types.d.ts +2 -0
- package/esm/{src/TextArea → TextArea}/types.js +0 -0
- package/esm/TextField/TextField.d.ts +4 -0
- package/esm/{src/TextField → TextField}/TextField.js +0 -0
- package/esm/TextField/index.d.ts +2 -0
- package/esm/TextField/index.js +2 -0
- package/esm/TextField/types.d.ts +6 -0
- package/esm/{src/TextField → TextField}/types.js +0 -0
- package/esm/ThemeProvider/ThemeProvider.d.ts +7 -0
- package/esm/{src/ThemeProvider → ThemeProvider}/ThemeProvider.js +0 -0
- package/esm/ThemeProvider/index.d.ts +1 -0
- package/esm/ThemeProvider/index.js +1 -0
- package/esm/Tooltip/Tooltip.d.ts +3 -0
- package/esm/{src/Tooltip → Tooltip}/Tooltip.js +0 -0
- package/esm/Tooltip/constants.d.ts +4 -0
- package/esm/{src/Tooltip → Tooltip}/constants.js +0 -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/{src/Tooltip → Tooltip}/styled.js +0 -0
- package/esm/Tooltip/types.d.ts +6 -0
- package/esm/{src/Tooltip → Tooltip}/types.js +0 -0
- package/esm/Typography/Typography.d.ts +8 -0
- package/esm/{src/Typography → Typography}/Typography.js +0 -0
- package/esm/Typography/index.d.ts +1 -0
- package/esm/Typography/index.js +1 -0
- package/esm/{src/index.js → index.d.ts} +0 -3
- package/esm/index.js +21 -1
- package/esm/server/createStylesCache/index.d.ts +2 -0
- package/esm/{src → server}/createStylesCache/index.js +0 -0
- package/esm/{src/createStylesServer/index.js → server/createStylesServer/index.d.ts} +0 -0
- package/esm/server/createStylesServer/index.js +1 -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/{src/styles/styled/types.js → theme/__tests__/BaseTheme.test.d.ts} +0 -0
- package/esm/{src/theme → theme}/__tests__/BaseTheme.test.js +0 -0
- package/esm/theme/baseTheme.d.ts +20 -0
- package/esm/{src/theme → theme}/baseTheme.js +0 -0
- package/esm/theme/components/MuiFormHelperText.d.ts +4 -0
- package/esm/{src/theme → theme}/components/MuiFormHelperText.js +0 -0
- package/esm/theme/components/MuiFormLabel.d.ts +4 -0
- package/esm/{src/theme → theme}/components/MuiFormLabel.js +0 -0
- package/esm/theme/components/MuiInputBase.d.ts +4 -0
- package/esm/{src/theme → theme}/components/MuiInputBase.js +0 -0
- package/esm/theme/components/MuiInputLabel.d.ts +4 -0
- package/esm/{src/theme → theme}/components/MuiInputLabel.js +0 -0
- package/esm/theme/components/MuiOutlinedInput.d.ts +4 -0
- package/esm/{src/theme → theme}/components/MuiOutlinedInput.js +0 -0
- package/esm/theme/components/MuiTypography.d.ts +21 -0
- package/esm/{src/theme → theme}/components/MuiTypography.js +0 -0
- package/esm/theme/components/components.d.ts +21 -0
- package/esm/{src/theme → theme}/components/components.js +0 -0
- package/esm/{src/theme/components/index.js → theme/components/index.d.ts} +0 -0
- package/esm/theme/components/index.js +1 -0
- package/esm/theme/constants.d.ts +9 -0
- package/esm/{src/theme → theme}/constants.js +0 -0
- package/esm/theme/elevation.d.ts +8 -0
- package/esm/{src/theme → theme}/elevation.js +0 -0
- package/esm/{src/theme/hooks/index.js → theme/hooks/index.d.ts} +0 -0
- package/esm/theme/hooks/index.js +1 -0
- package/esm/theme/hooks/useTheme/index.d.ts +2 -0
- package/esm/{src/theme → theme}/hooks/useTheme/index.js +0 -0
- package/esm/{src/theme/index.js → theme/index.d.ts} +0 -0
- package/esm/theme/index.js +6 -0
- package/esm/theme/palette/brandPalette.d.ts +15 -0
- package/esm/{src/theme → theme}/palette/brandPalette.js +0 -0
- package/esm/{src/theme/palette/index.js → theme/palette/index.d.ts} +0 -0
- package/esm/theme/palette/index.js +2 -0
- package/esm/theme/palette/palette.d.ts +29 -0
- package/esm/{src/theme → theme}/palette/palette.js +0 -0
- package/esm/theme/shape.d.ts +6 -0
- package/esm/{src/theme → theme}/shape.js +0 -0
- package/esm/theme/typography.d.ts +20 -0
- package/esm/{src/theme → theme}/typography.js +0 -0
- package/index.d.ts +21 -0
- package/{cjs/src/index.js → index.js} +0 -3
- package/package.json +2 -4
- 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/{cjs → server}/index.js +2 -1
- 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 +0 -0
- 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 +0 -0
- package/cjs/src/declaration/index.js +0 -14
- package/cjs/src/styles/index.js +0 -13
- package/cjs/src/styles/styled/index.js +0 -13
- package/cjs/src/styles/styled/types.js +0 -2
- package/esm/src/declaration/index.js +0 -2
- 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
|
File without changes
|
|
File without changes
|
package/Grid/styled.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledGrid: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material").Theme> & {
|
|
3
|
+
children?: import("react").ReactNode;
|
|
4
|
+
component?: import("react").ElementType<any> | undefined;
|
|
5
|
+
ref?: import("react").Ref<unknown> | undefined;
|
|
6
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
7
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "ref" | ("fontSize" | "fontWeight" | "lineHeight" | "fontFamily" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "typography" | "p" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY") | "component"> & {
|
|
10
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
11
|
+
} & {
|
|
12
|
+
container: boolean;
|
|
13
|
+
}, {}, {}>;
|
|
File without changes
|
package/Grid/types.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Breakpoint } from '@mui/material/styles';
|
|
3
|
+
declare type StyleCSSType<Type extends keyof React.CSSProperties> = React.CSSProperties[Type] | Partial<Record<Breakpoint, React.CSSProperties[Type]>>;
|
|
4
|
+
export declare type GridContainerProps = {
|
|
5
|
+
container?: boolean;
|
|
6
|
+
templateColumns?: StyleCSSType<'gridTemplateColumns'>;
|
|
7
|
+
templateRows?: StyleCSSType<'gridTemplateRows'>;
|
|
8
|
+
templateAreas?: StyleCSSType<'gridTemplateAreas'>;
|
|
9
|
+
columnSpacing?: StyleCSSType<'gridColumnGap'>;
|
|
10
|
+
rowSpacing?: StyleCSSType<'gridRowGap'>;
|
|
11
|
+
spacing?: StyleCSSType<'gridGap'>;
|
|
12
|
+
justifyItems?: StyleCSSType<'justifyItems'>;
|
|
13
|
+
alignItems?: StyleCSSType<'alignItems'>;
|
|
14
|
+
justifyContent?: StyleCSSType<'justifyContent'>;
|
|
15
|
+
alignContent?: StyleCSSType<'alignContent'>;
|
|
16
|
+
autoColumns?: StyleCSSType<'gridAutoColumns'>;
|
|
17
|
+
autoRows?: StyleCSSType<'gridAutoRows'>;
|
|
18
|
+
autoFlow?: StyleCSSType<'gridAutoFlow'>;
|
|
19
|
+
};
|
|
20
|
+
export declare type GridElementsProps = {
|
|
21
|
+
column?: StyleCSSType<'gridColumn'>;
|
|
22
|
+
row?: StyleCSSType<'gridRow'>;
|
|
23
|
+
area?: StyleCSSType<'gridArea'>;
|
|
24
|
+
justifySelf?: StyleCSSType<'justifySelf'>;
|
|
25
|
+
alignSelf?: StyleCSSType<'alignSelf'>;
|
|
26
|
+
};
|
|
27
|
+
export declare type GridProps = GridContainerProps & GridElementsProps & {
|
|
28
|
+
children?: React.ReactNode;
|
|
29
|
+
};
|
|
30
|
+
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Theme } from '../theme';
|
|
3
|
+
import { ButtonProps } from '../Button';
|
|
4
|
+
declare type StyledIconButtonThemeProps = ButtonProps & {
|
|
5
|
+
theme: Theme;
|
|
6
|
+
};
|
|
7
|
+
export declare const getButtonHeight: ({ size, }: StyledIconButtonThemeProps) => string;
|
|
8
|
+
export declare const StyledIconButton: import("@emotion/styled").StyledComponent<Omit<import("@mui/base/ButtonUnstyled/ButtonUnstyledProps").default<"button", {}>, "color" | "variant" | "size"> & {
|
|
9
|
+
color?: "primary" | "error" | "warning" | "success" | undefined;
|
|
10
|
+
variant?: "link" | "light" | "text" | "contained" | undefined;
|
|
11
|
+
size?: "large" | "medium" | undefined;
|
|
12
|
+
} & {
|
|
13
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
14
|
+
} & {
|
|
15
|
+
loading?: boolean | undefined;
|
|
16
|
+
startIcon?: import("react").ReactNode;
|
|
17
|
+
endIcon?: import("react").ReactNode;
|
|
18
|
+
}, {}, {}>;
|
|
19
|
+
export {};
|
|
File without changes
|
package/Menu/Menu.d.ts
ADDED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledMenuList: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
autoFocus?: boolean | undefined;
|
|
4
|
+
autoFocusItem?: boolean | undefined;
|
|
5
|
+
children?: import("react").ReactNode;
|
|
6
|
+
disabledItemsFocusable?: boolean | undefined;
|
|
7
|
+
disableListWrap?: boolean | undefined;
|
|
8
|
+
variant?: "menu" | "selectedMenu" | undefined;
|
|
9
|
+
} & {
|
|
10
|
+
children?: import("react").ReactNode;
|
|
11
|
+
classes?: Partial<import("@mui/material").ListClasses> | undefined;
|
|
12
|
+
dense?: boolean | undefined;
|
|
13
|
+
disablePadding?: boolean | undefined;
|
|
14
|
+
subheader?: import("react").ReactNode;
|
|
15
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
16
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "key" | keyof import("react").HTMLAttributes<HTMLUListElement>> & {
|
|
17
|
+
ref?: ((instance: HTMLUListElement | null) => void) | import("react").RefObject<HTMLUListElement> | null | undefined;
|
|
18
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "autoFocus" | "dense" | "subheader" | "disablePadding" | "autoFocusItem" | "disabledItemsFocusable" | "disableListWrap"> & {
|
|
19
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
+
}, {}, {}>;
|
|
File without changes
|
|
File without changes
|
package/Radio/Icon.d.ts
ADDED
|
File without changes
|
package/Radio/Radio.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { RadioProps } from './types';
|
|
3
|
+
export declare const Radio: React.ForwardRefExoticComponent<Pick<RadioProps, "disabled" | "translate" | "action" | "required" | "classes" | "className" | "style" | "form" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "key" | "autoFocus" | "inputProps" | "inputRef" | "name" | "readOnly" | "value" | "checkedIcon" | "icon" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "checked" | "disableFocusRipple" | "edge"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
export default Radio;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/Radio/types.d.ts
ADDED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/Tag/Tag.d.ts
ADDED
|
File without changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare enum TagColors {
|
|
2
|
+
DEFAULT = "default",
|
|
3
|
+
PRIMARY = "primary",
|
|
4
|
+
ERROR = "error",
|
|
5
|
+
GREY = "grey",
|
|
6
|
+
SUCCESS = "success",
|
|
7
|
+
WARNING = "warning"
|
|
8
|
+
}
|
|
9
|
+
export declare enum TagVariants {
|
|
10
|
+
CONTAINED = "contained",
|
|
11
|
+
LIGHT = "light"
|
|
12
|
+
}
|
|
13
|
+
export declare enum TagSizes {
|
|
14
|
+
MEDIUM = "medium",
|
|
15
|
+
SMALL = "small"
|
|
16
|
+
}
|
|
17
|
+
export declare enum TagStates {
|
|
18
|
+
DEFAULT = "default",
|
|
19
|
+
HOVER = "hover",
|
|
20
|
+
ACTIVE = "active"
|
|
21
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/Tag/styled.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TagProps } from './types';
|
|
3
|
+
export declare const StyledTag: import("@emotion/styled").StyledComponent<{
|
|
4
|
+
avatar?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
5
|
+
children?: null | undefined;
|
|
6
|
+
classes?: Partial<import("@mui/material").ChipClasses> | undefined;
|
|
7
|
+
clickable?: boolean | undefined;
|
|
8
|
+
color?: "primary" | "secondary" | "default" | "error" | "warning" | "info" | "success" | undefined;
|
|
9
|
+
deleteIcon?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
10
|
+
disabled?: boolean | undefined;
|
|
11
|
+
icon?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
12
|
+
label?: import("react").ReactNode;
|
|
13
|
+
onDelete?: ((event: any) => void) | undefined;
|
|
14
|
+
size?: "medium" | "small" | undefined;
|
|
15
|
+
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
16
|
+
variant?: "filled" | "outlined" | undefined;
|
|
17
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
|
|
18
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
19
|
+
}, "disabled" | "color" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "label" | "variant" | "size" | "icon" | "avatar" | "clickable" | "deleteIcon" | "onDelete"> & {
|
|
20
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
21
|
+
} & Omit<TagProps, "color"> & {
|
|
22
|
+
customColor?: "primary" | "default" | "error" | "grey" | "warning" | "success" | undefined;
|
|
23
|
+
customVariant?: "light" | "contained" | undefined;
|
|
24
|
+
rounded?: boolean | undefined;
|
|
25
|
+
}, {}, {}>;
|
|
File without changes
|
package/Tag/types.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ChipProps as MuiTagProps } from '@mui/material/Chip/Chip';
|
|
2
|
+
import { TagColors, TagSizes, TagStates, TagVariants } from './constants';
|
|
3
|
+
export declare type TagColor = `${TagColors}`;
|
|
4
|
+
export declare type TagVariant = `${TagVariants}`;
|
|
5
|
+
export declare type TagSize = `${TagSizes}`;
|
|
6
|
+
export declare type TagState = `${TagStates}`;
|
|
7
|
+
export declare type TagProps = Omit<MuiTagProps, 'color' | 'variant'> & {
|
|
8
|
+
color?: TagColor;
|
|
9
|
+
variant?: TagVariant;
|
|
10
|
+
size?: TagSize;
|
|
11
|
+
rounded?: boolean;
|
|
12
|
+
};
|
|
File without changes
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TextAreaProps } from './types';
|
|
3
|
+
export declare const TextArea: import("react").ForwardRefExoticComponent<Pick<TextAreaProps, "disabled" | "focused" | "error" | "fullWidth" | "hiddenLabel" | "color" | "translate" | "margin" | "success" | "required" | "classes" | "className" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "label" | "select" | "key" | "variant" | "autoComplete" | "autoFocus" | "inputProps" | "inputRef" | "name" | "rows" | "maxRows" | "minRows" | "size" | "type" | "value" | "SelectProps" | "InputProps" | "FormHelperTextProps" | "helperText" | "InputLabelProps"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TextFieldProps } from './types';
|
|
3
|
+
export declare const TextField: import("react").ForwardRefExoticComponent<Pick<TextFieldProps, "disabled" | "focused" | "error" | "multiline" | "fullWidth" | "hiddenLabel" | "color" | "translate" | "margin" | "success" | "required" | "classes" | "className" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "label" | "select" | "key" | "variant" | "autoComplete" | "autoFocus" | "inputProps" | "inputRef" | "name" | "rows" | "maxRows" | "minRows" | "size" | "type" | "value" | "SelectProps" | "InputProps" | "FormHelperTextProps" | "helperText" | "InputLabelProps"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
+
export default TextField;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TooltipProps } from './types';
|
|
3
|
+
export declare const Tooltip: import("react").ForwardRefExoticComponent<Pick<TooltipProps, "color" | "translate" | "components" | "classes" | "className" | "style" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "componentsProps" | "size" | "open" | "onClose" | "TransitionComponent" | "TransitionProps" | "arrow" | "describeChild" | "disableFocusListener" | "disableHoverListener" | "disableInteractive" | "disableTouchListener" | "enterDelay" | "enterNextDelay" | "enterTouchDelay" | "followCursor" | "leaveDelay" | "leaveTouchDelay" | "onOpen" | "placement" | "PopperComponent" | "PopperProps"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TypographyProps as MuiTypographyProps } from '@mui/material/Typography';
|
|
3
|
+
import { Variant } from '@mui/material/styles/createTypography';
|
|
4
|
+
export declare type TypographyProps = Omit<MuiTypographyProps, 'variant'> & {
|
|
5
|
+
variant?: Variant | 'h7' | 'h8' | 'h9' | 'ui' | 'link' | 'pointer' | 'small' | 'code';
|
|
6
|
+
};
|
|
7
|
+
export declare const Typography: ({ variant, children, ...props }: TypographyProps) => JSX.Element;
|
|
8
|
+
export default Typography;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Theme as MuiTheme } from '@mui/material/styles';
|
|
2
|
+
|
|
3
|
+
import { Elevation, Palette, Shape } from '../theme';
|
|
4
|
+
import { TypographyThemeOptions } from '../theme/typography';
|
|
5
|
+
|
|
6
|
+
declare module '@mui/material/styles' {
|
|
7
|
+
export interface Theme
|
|
8
|
+
extends Omit<MuiTheme, 'shadows' | 'palette' | 'shape' | 'typography'> {
|
|
9
|
+
elevation: Elevation;
|
|
10
|
+
palette: Palette;
|
|
11
|
+
shape: Shape;
|
|
12
|
+
typography: TypographyThemeOptions;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
File without changes
|
|
@@ -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
|