@rabex-kit/rabex-ui 0.1.3 → 0.1.4
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/dist/Theme/MenuItem/index.d.ts +0 -2
- package/dist/rabex-ui.cjs.development.js +4 -4
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +4 -4
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
@@ -4118,8 +4118,8 @@ var RabexMenuItem = {
|
|
4118
4118
|
return {
|
4119
4119
|
width: '97%',
|
4120
4120
|
margin: 'auto',
|
4121
|
-
borderRadius: '6px',
|
4122
|
-
backgroundColor: theme.palette.secondary.main,
|
4121
|
+
// borderRadius: '6px',
|
4122
|
+
// backgroundColor: theme.palette.secondary.main,
|
4123
4123
|
'&.Mui-selected': {
|
4124
4124
|
backgroundColor: theme.palette.secondary.main
|
4125
4125
|
},
|
@@ -4517,7 +4517,7 @@ var components$6 = {
|
|
4517
4517
|
border: 0
|
4518
4518
|
},
|
4519
4519
|
'& > div.MuiInputBase-root': {
|
4520
|
-
borderRadius: '
|
4520
|
+
borderRadius: '8px',
|
4521
4521
|
gap: spacing(1),
|
4522
4522
|
transition: 'all 0.2s',
|
4523
4523
|
padding: spacing(2.5, 3),
|
@@ -4528,7 +4528,7 @@ var components$6 = {
|
|
4528
4528
|
backgroundColor: isLight ? palette.base.A0 : palette.base.A60
|
4529
4529
|
},
|
4530
4530
|
'&.Mui-focused': {
|
4531
|
-
border: isLight ? "1px
|
4531
|
+
border: isLight ? "1px solid " + palette.primary.A100 : "1px solid " + palette.primary.A80,
|
4532
4532
|
backgroundColor: isLight ? palette.base.A0 : palette.base.A60
|
4533
4533
|
},
|
4534
4534
|
'&.Mui-error': {
|