@campxdev/shared 0.6.5 → 0.6.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/shared",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -473,32 +473,6 @@ const muiTheme = createTheme({
473
473
  },
474
474
  },
475
475
  },
476
- MuiTabs: {
477
- styleOverrides: {
478
- root: {
479
- minHeight: '40px',
480
- fontFamily: SECONDARY_FONT,
481
- '& .MuiTabs-indicator': {
482
- backgroundColor: themeColors.yellow,
483
- },
484
- '& .MuiTabs-flexContainer': {
485
- height: '100%',
486
- width: '100%',
487
- alignItems: 'end',
488
- },
489
- '& .MuiTab-root': {
490
- fontWeight: 500,
491
- textTransform: 'none',
492
- transition: 'color 0.2s ease-in-out',
493
- minHeight: '100%',
494
- padding: 0,
495
- },
496
- '& .MuiTab-root.Mui-selected': {
497
- color: themeColors.secondary,
498
- },
499
- },
500
- },
501
- },
502
476
  MuiRadio: {
503
477
  defaultProps: {
504
478
  size: 'small',