@galaxy-ds/core 2.0.19 → 2.0.20
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/index.esm.js +19 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +19 -5
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -1781,14 +1781,17 @@ var switchOverrides$1 = {
|
|
|
1781
1781
|
border: "1px solid ".concat(theme.palette.primary.main),
|
|
1782
1782
|
borderRadius: 10,
|
|
1783
1783
|
},
|
|
1784
|
+
'& .MuiSwitch-switchBase.Mui-checked.Mui-disabled + .MuiSwitch-track': {
|
|
1785
|
+
backgroundColor: '#3FAF2A33',
|
|
1786
|
+
},
|
|
1784
1787
|
'& .MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track': {
|
|
1785
1788
|
opacity: 1,
|
|
1786
1789
|
backgroundColor: 'rgba(63, 175, 42, 0.15)',
|
|
1787
1790
|
},
|
|
1788
1791
|
'& .MuiSwitch-switchBase.Mui-disabled + .MuiSwitch-track': {
|
|
1789
|
-
opacity:
|
|
1792
|
+
opacity: 0.5,
|
|
1790
1793
|
backgroundColor: theme.palette.grey[100],
|
|
1791
|
-
borderColor: theme.palette.grey[
|
|
1794
|
+
borderColor: theme.palette.grey[500],
|
|
1792
1795
|
},
|
|
1793
1796
|
'& .MuiSwitch-switchBase.Mui-disabled': {
|
|
1794
1797
|
'& .MuiSwitch-thumb': {
|
|
@@ -2717,10 +2720,12 @@ var dropdownOverrides = {
|
|
|
2717
2720
|
display: 'inline-flex',
|
|
2718
2721
|
alignItems: 'center',
|
|
2719
2722
|
gap: 8,
|
|
2720
|
-
padding: '12px
|
|
2723
|
+
padding: '12px 0',
|
|
2721
2724
|
'&.MuiInputBase-adornedStart': {
|
|
2722
2725
|
'.MuiSvgIcon-root': {
|
|
2723
2726
|
fontSize: 16,
|
|
2727
|
+
left: 16,
|
|
2728
|
+
position: 'relative',
|
|
2724
2729
|
margin: 0,
|
|
2725
2730
|
},
|
|
2726
2731
|
},
|
|
@@ -2747,6 +2752,9 @@ var dropdownOverrides = {
|
|
|
2747
2752
|
height: 12,
|
|
2748
2753
|
background: "url(\"data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4H2L6 8L10 4Z' fill='%231C365F'/%3E%3C/svg%3E\") center center no-repeat",
|
|
2749
2754
|
marginLeft: 'auto',
|
|
2755
|
+
position: 'absolute',
|
|
2756
|
+
right: '12px',
|
|
2757
|
+
pointerEvents: 'none',
|
|
2750
2758
|
},
|
|
2751
2759
|
'&.customselect::after': {
|
|
2752
2760
|
content: '""',
|
|
@@ -2755,6 +2763,9 @@ var dropdownOverrides = {
|
|
|
2755
2763
|
height: 12,
|
|
2756
2764
|
background: "url(\"data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7H2L6 11L10 7Z' fill='%23444444'/%3E%3Cpath d='M2 5L10 5L6 1L2 5Z' fill='%23444444'/%3E%3C/svg%3E\") center center no-repeat",
|
|
2757
2765
|
marginLeft: 'auto',
|
|
2766
|
+
position: 'absolute',
|
|
2767
|
+
right: '12px',
|
|
2768
|
+
pointerEvents: 'none',
|
|
2758
2769
|
},
|
|
2759
2770
|
});
|
|
2760
2771
|
},
|
|
@@ -2765,7 +2776,7 @@ var dropdownOverrides = {
|
|
|
2765
2776
|
fontWeight: 600,
|
|
2766
2777
|
letterSpacing: '.02em',
|
|
2767
2778
|
'&.MuiOutlinedInput-input': {
|
|
2768
|
-
padding: '
|
|
2779
|
+
padding: '8px 32px 8px 16px',
|
|
2769
2780
|
},
|
|
2770
2781
|
},
|
|
2771
2782
|
},
|
|
@@ -3046,7 +3057,7 @@ var menuItemOverrides = {
|
|
|
3046
3057
|
'&.MuiMenuItem-root': (_b = {
|
|
3047
3058
|
lineHeight: 1.5715,
|
|
3048
3059
|
letterSpacing: '0.01rem',
|
|
3049
|
-
padding: '.
|
|
3060
|
+
padding: '.5rem 1rem'
|
|
3050
3061
|
},
|
|
3051
3062
|
_b[theme.breakpoints.down('sm')] = {
|
|
3052
3063
|
minHeight: 40,
|
|
@@ -3330,6 +3341,9 @@ var switchOverrides = {
|
|
|
3330
3341
|
border: "1px solid ".concat(theme.palette.grey[400]),
|
|
3331
3342
|
height: 24,
|
|
3332
3343
|
},
|
|
3344
|
+
'& .MuiSwitch-switchBase.Mui-checked.Mui-disabled + .MuiSwitch-track': {
|
|
3345
|
+
backgroundColor: '#3FAF2A33',
|
|
3346
|
+
},
|
|
3333
3347
|
'& .MuiSwitch-switchBase.Mui-disabled': {
|
|
3334
3348
|
'& .MuiSwitch-thumb': {
|
|
3335
3349
|
color: theme.palette.grey[400],
|