@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
package/dist/rabex-ui.esm.js
CHANGED
@@ -4113,8 +4113,8 @@ var RabexMenuItem = {
|
|
4113
4113
|
return {
|
4114
4114
|
width: '97%',
|
4115
4115
|
margin: 'auto',
|
4116
|
-
borderRadius: '6px',
|
4117
|
-
backgroundColor: theme.palette.secondary.main,
|
4116
|
+
// borderRadius: '6px',
|
4117
|
+
// backgroundColor: theme.palette.secondary.main,
|
4118
4118
|
'&.Mui-selected': {
|
4119
4119
|
backgroundColor: theme.palette.secondary.main
|
4120
4120
|
},
|
@@ -4512,7 +4512,7 @@ var components$6 = {
|
|
4512
4512
|
border: 0
|
4513
4513
|
},
|
4514
4514
|
'& > div.MuiInputBase-root': {
|
4515
|
-
borderRadius: '
|
4515
|
+
borderRadius: '8px',
|
4516
4516
|
gap: spacing(1),
|
4517
4517
|
transition: 'all 0.2s',
|
4518
4518
|
padding: spacing(2.5, 3),
|
@@ -4523,7 +4523,7 @@ var components$6 = {
|
|
4523
4523
|
backgroundColor: isLight ? palette.base.A0 : palette.base.A60
|
4524
4524
|
},
|
4525
4525
|
'&.Mui-focused': {
|
4526
|
-
border: isLight ? "1px
|
4526
|
+
border: isLight ? "1px solid " + palette.primary.A100 : "1px solid " + palette.primary.A80,
|
4527
4527
|
backgroundColor: isLight ? palette.base.A0 : palette.base.A60
|
4528
4528
|
},
|
4529
4529
|
'&.Mui-error': {
|