@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
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Components } from '@mui/material';
|
|
2
|
+
export declare type FontsUrls = {
|
|
3
|
+
bold: {
|
|
4
|
+
woff: string;
|
|
5
|
+
woff2: string;
|
|
6
|
+
};
|
|
7
|
+
light: {
|
|
8
|
+
woff: string;
|
|
9
|
+
woff2: string;
|
|
10
|
+
};
|
|
11
|
+
medium: {
|
|
12
|
+
woff: string;
|
|
13
|
+
woff2: string;
|
|
14
|
+
};
|
|
15
|
+
regular: {
|
|
16
|
+
woff: string;
|
|
17
|
+
woff2: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
export declare const MuiTypography: Components['MuiTypography'];
|
|
21
|
+
export default MuiTypography;
|
|
File without changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Components } from '@mui/material';
|
|
2
|
+
import type { Theme } from '../baseTheme';
|
|
3
|
+
export declare type FontsUrls = {
|
|
4
|
+
bold: {
|
|
5
|
+
woff: string;
|
|
6
|
+
woff2: string;
|
|
7
|
+
};
|
|
8
|
+
light: {
|
|
9
|
+
woff: string;
|
|
10
|
+
woff2: string;
|
|
11
|
+
};
|
|
12
|
+
medium: {
|
|
13
|
+
woff: string;
|
|
14
|
+
woff2: string;
|
|
15
|
+
};
|
|
16
|
+
regular: {
|
|
17
|
+
woff: string;
|
|
18
|
+
woff2: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export declare const getComponents: (fontUrls: FontsUrls) => Components<Theme>;
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './useTheme';
|
|
File without changes
|
|
File without changes
|
package/theme/index.d.ts
ADDED
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Brand } from '../constants';
|
|
2
|
+
declare type BrandColors = {
|
|
3
|
+
secondary: string;
|
|
4
|
+
900: string;
|
|
5
|
+
800: string;
|
|
6
|
+
700: string;
|
|
7
|
+
600: string;
|
|
8
|
+
500: string;
|
|
9
|
+
400: string;
|
|
10
|
+
300: string;
|
|
11
|
+
200: string;
|
|
12
|
+
100: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const brandPalette: Record<Brand, BrandColors>;
|
|
15
|
+
export {};
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { PaletteOptions as MuiPaletteOptions, PaletteColorOptions } from '@mui/material';
|
|
2
|
+
import { TypeBackground } from '@mui/material/styles/createPalette';
|
|
3
|
+
import { Brand } from '../constants';
|
|
4
|
+
export declare type Color = {
|
|
5
|
+
900: string;
|
|
6
|
+
800: string;
|
|
7
|
+
700: string;
|
|
8
|
+
600: string;
|
|
9
|
+
500: string;
|
|
10
|
+
400: string;
|
|
11
|
+
300: string;
|
|
12
|
+
200: string;
|
|
13
|
+
100: string;
|
|
14
|
+
};
|
|
15
|
+
export declare type PrimaryColorOptions = PaletteColorOptions & Color;
|
|
16
|
+
export declare type Background = TypeBackground & {
|
|
17
|
+
element: string;
|
|
18
|
+
elementHover: string;
|
|
19
|
+
};
|
|
20
|
+
declare type PaletteOptions = MuiPaletteOptions & {
|
|
21
|
+
red: Color;
|
|
22
|
+
green: Color;
|
|
23
|
+
yellow: Color;
|
|
24
|
+
grey: Color;
|
|
25
|
+
primary: PrimaryColorOptions;
|
|
26
|
+
background: Background;
|
|
27
|
+
};
|
|
28
|
+
export declare const getPalette: (brand?: Brand) => PaletteOptions;
|
|
29
|
+
export {};
|
|
File without changes
|
package/theme/shape.d.ts
ADDED
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Typography } from '@mui/material/styles/createTypography';
|
|
2
|
+
import { CSSProperties } from 'react';
|
|
3
|
+
declare type CustomTypographyVariantStyle = {
|
|
4
|
+
fontSize: CSSProperties['fontSize'];
|
|
5
|
+
fontWeight: CSSProperties['fontWeight'];
|
|
6
|
+
lineHeight: CSSProperties['lineHeight'];
|
|
7
|
+
};
|
|
8
|
+
export declare type TypographyThemeOptions = Typography & {
|
|
9
|
+
h7: CustomTypographyVariantStyle;
|
|
10
|
+
h8: CustomTypographyVariantStyle;
|
|
11
|
+
h9: CustomTypographyVariantStyle;
|
|
12
|
+
ui: CustomTypographyVariantStyle;
|
|
13
|
+
link: CustomTypographyVariantStyle;
|
|
14
|
+
pointer: CustomTypographyVariantStyle;
|
|
15
|
+
small: CustomTypographyVariantStyle;
|
|
16
|
+
code: CustomTypographyVariantStyle;
|
|
17
|
+
};
|
|
18
|
+
export declare const pxToRem: (fontSize: number, htmlFontSize?: number) => string;
|
|
19
|
+
export declare const typography: Partial<TypographyThemeOptions>;
|
|
20
|
+
export {};
|
|
@@ -20,90 +20,105 @@ exports.typography = {
|
|
|
20
20
|
return {
|
|
21
21
|
fontSize: (0, exports.pxToRem)(35, this.htmlFontSize),
|
|
22
22
|
fontWeight: this.fontWeightMedium,
|
|
23
|
+
lineHeight: (0, exports.pxToRem)(40, this.htmlFontSize),
|
|
23
24
|
};
|
|
24
25
|
},
|
|
25
26
|
get h2() {
|
|
26
27
|
return {
|
|
27
28
|
fontSize: (0, exports.pxToRem)(29, this.htmlFontSize),
|
|
28
29
|
fontWeight: this.fontWeightMedium,
|
|
30
|
+
lineHeight: (0, exports.pxToRem)(32, this.htmlFontSize),
|
|
29
31
|
};
|
|
30
32
|
},
|
|
31
33
|
get h3() {
|
|
32
34
|
return {
|
|
33
35
|
fontSize: (0, exports.pxToRem)(24, this.htmlFontSize),
|
|
34
36
|
fontWeight: this.fontWeightMedium,
|
|
37
|
+
lineHeight: (0, exports.pxToRem)(28, this.htmlFontSize),
|
|
35
38
|
};
|
|
36
39
|
},
|
|
37
40
|
get h4() {
|
|
38
41
|
return {
|
|
39
42
|
fontSize: (0, exports.pxToRem)(20, this.htmlFontSize),
|
|
40
43
|
fontWeight: this.fontWeightMedium,
|
|
44
|
+
lineHeight: (0, exports.pxToRem)(24, this.htmlFontSize),
|
|
41
45
|
};
|
|
42
46
|
},
|
|
43
47
|
get h5() {
|
|
44
48
|
return {
|
|
45
49
|
fontSize: (0, exports.pxToRem)(16, this.htmlFontSize),
|
|
46
50
|
fontWeight: this.fontWeightMedium,
|
|
51
|
+
lineHeight: (0, exports.pxToRem)(24, this.htmlFontSize),
|
|
47
52
|
};
|
|
48
53
|
},
|
|
49
54
|
get h6() {
|
|
50
55
|
return {
|
|
51
56
|
fontSize: (0, exports.pxToRem)(14, this.htmlFontSize),
|
|
52
57
|
fontWeight: this.fontWeightMedium,
|
|
58
|
+
lineHeight: (0, exports.pxToRem)(16, this.htmlFontSize),
|
|
53
59
|
};
|
|
54
60
|
},
|
|
55
61
|
get h7() {
|
|
56
62
|
return {
|
|
57
63
|
fontSize: (0, exports.pxToRem)(12, this.htmlFontSize),
|
|
58
64
|
fontWeight: this.fontWeightMedium,
|
|
65
|
+
lineHeight: (0, exports.pxToRem)(20, this.htmlFontSize),
|
|
59
66
|
};
|
|
60
67
|
},
|
|
61
68
|
get h8() {
|
|
62
69
|
return {
|
|
63
70
|
fontSize: (0, exports.pxToRem)(12, this.htmlFontSize),
|
|
64
71
|
fontWeight: this.fontWeightMedium,
|
|
72
|
+
lineHeight: (0, exports.pxToRem)(16, this.htmlFontSize),
|
|
65
73
|
};
|
|
66
74
|
},
|
|
67
75
|
get h9() {
|
|
68
76
|
return {
|
|
69
77
|
fontSize: (0, exports.pxToRem)(11, this.htmlFontSize),
|
|
70
78
|
fontWeight: this.fontWeightBold,
|
|
79
|
+
lineHeight: (0, exports.pxToRem)(16, this.htmlFontSize),
|
|
71
80
|
};
|
|
72
81
|
},
|
|
73
82
|
get button() {
|
|
74
83
|
return {
|
|
75
84
|
fontSize: (0, exports.pxToRem)(14, this.htmlFontSize),
|
|
76
85
|
fontWeight: this.fontWeightMedium,
|
|
86
|
+
lineHeight: (0, exports.pxToRem)(24, this.htmlFontSize),
|
|
77
87
|
};
|
|
78
88
|
},
|
|
79
89
|
get ui() {
|
|
80
90
|
return {
|
|
81
91
|
fontSize: (0, exports.pxToRem)(14, this.htmlFontSize),
|
|
82
92
|
fontWeight: this.fontWeightRegular,
|
|
93
|
+
lineHeight: (0, exports.pxToRem)(20, this.htmlFontSize),
|
|
83
94
|
};
|
|
84
95
|
},
|
|
85
96
|
get link() {
|
|
86
97
|
return {
|
|
87
98
|
fontSize: (0, exports.pxToRem)(14, this.htmlFontSize),
|
|
88
99
|
fontWeight: this.fontWeightRegular,
|
|
100
|
+
lineHeight: (0, exports.pxToRem)(20, this.htmlFontSize),
|
|
89
101
|
};
|
|
90
102
|
},
|
|
91
103
|
get pointer() {
|
|
92
104
|
return {
|
|
93
105
|
fontSize: (0, exports.pxToRem)(12, this.htmlFontSize),
|
|
94
106
|
fontWeight: this.fontWeightMedium,
|
|
107
|
+
lineHeight: (0, exports.pxToRem)(16, this.htmlFontSize),
|
|
95
108
|
};
|
|
96
109
|
},
|
|
97
110
|
get small() {
|
|
98
111
|
return {
|
|
99
112
|
fontSize: (0, exports.pxToRem)(12, this.htmlFontSize),
|
|
100
113
|
fontWeight: this.fontWeightRegular,
|
|
114
|
+
lineHeight: (0, exports.pxToRem)(16, this.htmlFontSize),
|
|
101
115
|
};
|
|
102
116
|
},
|
|
103
117
|
get code() {
|
|
104
118
|
return {
|
|
105
119
|
fontSize: (0, exports.pxToRem)(12, this.htmlFontSize),
|
|
106
120
|
fontWeight: this.fontWeightLight,
|
|
121
|
+
lineHeight: (0, exports.pxToRem)(20, this.htmlFontSize),
|
|
107
122
|
};
|
|
108
123
|
},
|
|
109
124
|
body1: {
|
package/cjs/src/styles/index.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
-
}) : (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
o[k2] = m[k];
|
|
8
|
-
}));
|
|
9
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./styled"), exports);
|
package/esm/src/styles/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './styled';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './styled';
|
package/types/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './src';
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const SuccessIcon: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
classes?: Partial<import("@mui/material").SvgIconClasses> | undefined;
|
|
5
|
-
color?: "inherit" | "primary" | "secondary" | "disabled" | "error" | "warning" | "info" | "success" | "action" | undefined;
|
|
6
|
-
fontSize?: "inherit" | "large" | "medium" | "small" | undefined;
|
|
7
|
-
htmlColor?: string | undefined;
|
|
8
|
-
inheritViewBox?: boolean | undefined;
|
|
9
|
-
shapeRendering?: string | undefined;
|
|
10
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
11
|
-
titleAccess?: string | undefined;
|
|
12
|
-
viewBox?: string | undefined;
|
|
13
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").SVGProps<SVGSVGElement>, "string" | "fontSize" | "fontWeight" | "fontFamily" | "direction" | "spacing" | "clipPath" | "color" | "cursor" | "display" | "filter" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "mode" | "className" | "style" | "id" | "lang" | "tabIndex" | "role" | "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" | "path" | "key" | "name" | "type" | "local" | "in" | "elevation" | "max" | "href" | "orientation" | "media" | "target" | "origin" | "min" | "viewBox" | "method" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "numOctaves" | "operator" | "orient" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & {
|
|
14
|
-
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
15
|
-
}, "fontSize" | "color" | "shapeRendering" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & {
|
|
16
|
-
children?: import("react").ReactNode;
|
|
17
|
-
} & {
|
|
18
|
-
theme?: import("..").Theme | undefined;
|
|
19
|
-
}, {}, {}>;
|
|
20
|
-
export declare const ErrorIcon: import("@emotion/styled").StyledComponent<{
|
|
21
|
-
children?: import("react").ReactNode;
|
|
22
|
-
classes?: Partial<import("@mui/material").SvgIconClasses> | undefined;
|
|
23
|
-
color?: "inherit" | "primary" | "secondary" | "disabled" | "error" | "warning" | "info" | "success" | "action" | undefined;
|
|
24
|
-
fontSize?: "inherit" | "large" | "medium" | "small" | undefined;
|
|
25
|
-
htmlColor?: string | undefined;
|
|
26
|
-
inheritViewBox?: boolean | undefined;
|
|
27
|
-
shapeRendering?: string | undefined;
|
|
28
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
29
|
-
titleAccess?: string | undefined;
|
|
30
|
-
viewBox?: string | undefined;
|
|
31
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").SVGProps<SVGSVGElement>, "string" | "fontSize" | "fontWeight" | "fontFamily" | "direction" | "spacing" | "clipPath" | "color" | "cursor" | "display" | "filter" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "azimuth" | "clip" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "mode" | "className" | "style" | "id" | "lang" | "tabIndex" | "role" | "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" | "path" | "key" | "name" | "type" | "local" | "in" | "elevation" | "max" | "href" | "orientation" | "media" | "target" | "origin" | "min" | "viewBox" | "method" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "in2" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "numOctaves" | "operator" | "orient" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & {
|
|
32
|
-
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
33
|
-
}, "fontSize" | "color" | "shapeRendering" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & {
|
|
34
|
-
children?: import("react").ReactNode;
|
|
35
|
-
} & {
|
|
36
|
-
theme?: import("..").Theme | undefined;
|
|
37
|
-
}, {}, {}>;
|
|
38
|
-
export declare const Content: import("@emotion/styled").StyledComponent<{
|
|
39
|
-
theme?: import("..").Theme | undefined;
|
|
40
|
-
as?: import("react").ElementType<any> | undefined;
|
|
41
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1,13 +0,0 @@
|
|
|
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" | "fontFamily" | "typography" | "zIndex" | "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" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "p" | "displayPrint" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "marginX" | "marginY" | "paddingX" | "paddingY") | "component"> & {
|
|
10
|
-
theme?: import("..").Theme | undefined;
|
|
11
|
-
} & {
|
|
12
|
-
container: boolean;
|
|
13
|
-
}, {}, {}>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './styled';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './styled';
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { PropsOf } from '@emotion/react';
|
|
3
|
-
import { CreateStyledComponent, FilteringStyledOptions, StyledOptions } from '@emotion/styled/base';
|
|
4
|
-
import { Theme } from '../../theme';
|
|
5
|
-
/**
|
|
6
|
-
* @desc
|
|
7
|
-
* This function accepts a React component or tag ('div', 'a' etc).
|
|
8
|
-
*
|
|
9
|
-
* @example styled(MyComponent)({ width: 100 })
|
|
10
|
-
* @example styled(MyComponent)(myComponentProps => ({ width: myComponentProps.width })
|
|
11
|
-
* @example styled('div')({ width: 100 })
|
|
12
|
-
* @example styled('div')<Props>(props => ({ width: props.width })
|
|
13
|
-
*/
|
|
14
|
-
interface BaseCreateStyled {
|
|
15
|
-
<C extends React.ComponentClass<React.ComponentProps<C>>, ForwardedProps extends keyof React.ComponentProps<C> = keyof React.ComponentProps<C>>(component: C, options: FilteringStyledOptions<React.ComponentProps<C>, ForwardedProps>): CreateStyledComponent<Pick<PropsOf<C>, ForwardedProps> & {
|
|
16
|
-
theme?: Theme;
|
|
17
|
-
}, {}, {
|
|
18
|
-
ref?: React.Ref<InstanceType<C>>;
|
|
19
|
-
}>;
|
|
20
|
-
<C extends React.ComponentClass<React.ComponentProps<C>>>(component: C, options?: StyledOptions<React.ComponentProps<C>>): CreateStyledComponent<PropsOf<C> & {
|
|
21
|
-
theme?: Theme;
|
|
22
|
-
}, {}, {
|
|
23
|
-
ref?: React.Ref<InstanceType<C>>;
|
|
24
|
-
}>;
|
|
25
|
-
<C extends React.ComponentType<React.ComponentProps<C>>, ForwardedProps extends keyof React.ComponentProps<C> = keyof React.ComponentProps<C>>(component: C, options: FilteringStyledOptions<React.ComponentProps<C>, ForwardedProps>): CreateStyledComponent<Pick<PropsOf<C>, ForwardedProps> & {
|
|
26
|
-
theme?: Theme;
|
|
27
|
-
}>;
|
|
28
|
-
<C extends React.ComponentType<React.ComponentProps<C>>>(component: C, options?: StyledOptions<React.ComponentProps<C>>): CreateStyledComponent<PropsOf<C> & {
|
|
29
|
-
theme?: Theme;
|
|
30
|
-
}>;
|
|
31
|
-
<Tag extends keyof JSX.IntrinsicElements, ForwardedProps extends keyof JSX.IntrinsicElements[Tag] = keyof JSX.IntrinsicElements[Tag]>(tag: Tag, options: FilteringStyledOptions<JSX.IntrinsicElements[Tag], ForwardedProps>): CreateStyledComponent<{
|
|
32
|
-
theme?: Theme;
|
|
33
|
-
as?: React.ElementType;
|
|
34
|
-
}, Pick<JSX.IntrinsicElements[Tag], ForwardedProps>>;
|
|
35
|
-
<Tag extends keyof JSX.IntrinsicElements>(tag: Tag, options?: StyledOptions<JSX.IntrinsicElements[Tag]>): CreateStyledComponent<{
|
|
36
|
-
theme?: Theme;
|
|
37
|
-
as?: React.ElementType;
|
|
38
|
-
}, JSX.IntrinsicElements[Tag]>;
|
|
39
|
-
}
|
|
40
|
-
declare type StyledTags = {
|
|
41
|
-
[Tag in keyof JSX.IntrinsicElements]: CreateStyledComponent<{
|
|
42
|
-
theme?: Theme;
|
|
43
|
-
as?: React.ElementType;
|
|
44
|
-
}, JSX.IntrinsicElements[Tag]>;
|
|
45
|
-
};
|
|
46
|
-
export interface CreateStyled extends BaseCreateStyled, StyledTags {
|
|
47
|
-
}
|
|
48
|
-
export {};
|