@rabex-kit/rabex-ui 0.2.52 → 0.2.54
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/rabex-ui.cjs.development.js +59 -5
- 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 +59 -5
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -3952,28 +3952,28 @@ var RabexDarkPalette = /*#__PURE__*/_extends({}, base, {
|
|
|
3952
3952
|
300: '#FFD51A',
|
|
3953
3953
|
200: '#745A04',
|
|
3954
3954
|
100: '#413305',
|
|
3955
|
-
50: '#
|
|
3955
|
+
50: '#463731',
|
|
3956
3956
|
contrastText: '#000',
|
|
3957
3957
|
main: '#FFB703',
|
|
3958
3958
|
A100: '#FFB703',
|
|
3959
3959
|
A80: '#FFD51A',
|
|
3960
3960
|
A60: '#745A04',
|
|
3961
3961
|
A40: '#413305',
|
|
3962
|
-
A20: '#
|
|
3962
|
+
A20: '#463731'
|
|
3963
3963
|
},
|
|
3964
3964
|
error: {
|
|
3965
3965
|
400: '#F6465D',
|
|
3966
3966
|
300: '#F0686F',
|
|
3967
3967
|
200: '#FF8F94',
|
|
3968
3968
|
100: '#470005',
|
|
3969
|
-
50: '#
|
|
3969
|
+
50: '#3F2328',
|
|
3970
3970
|
contrastText: '#000',
|
|
3971
3971
|
main: '#F6465D',
|
|
3972
3972
|
A100: '#F6465D',
|
|
3973
3973
|
A80: '#F0686F',
|
|
3974
3974
|
A60: '#FF8F94',
|
|
3975
3975
|
A40: '#470005',
|
|
3976
|
-
A20: '#
|
|
3976
|
+
A20: '#3F2328'
|
|
3977
3977
|
},
|
|
3978
3978
|
info: {
|
|
3979
3979
|
400: '#878FEE',
|
|
@@ -4895,6 +4895,24 @@ var components$3 = {
|
|
|
4895
4895
|
'&.Mui-disabled': {
|
|
4896
4896
|
borderColor: palette.base[300],
|
|
4897
4897
|
backgroundColor: 'transparent'
|
|
4898
|
+
},
|
|
4899
|
+
/* Chrome / Safari */
|
|
4900
|
+
'&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
|
|
4901
|
+
WebkitTextFillColor: palette.textColor[900] + " !important",
|
|
4902
|
+
caretColor: 'inherit',
|
|
4903
|
+
transition: 'background-color 9999s ease-out 0s',
|
|
4904
|
+
// Paint over Chrome's yellow with your surface color:
|
|
4905
|
+
// WebkitBoxShadow: `0 0 0 1000px ${palette.textColor[900]} inset !important`,
|
|
4906
|
+
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
4907
|
+
boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important'
|
|
4908
|
+
},
|
|
4909
|
+
/* Firefox */
|
|
4910
|
+
'&:-moz-autofill': {
|
|
4911
|
+
color: 'inherit',
|
|
4912
|
+
caretColor: 'inherit',
|
|
4913
|
+
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
4914
|
+
boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
4915
|
+
WebkitTextFillColor: palette.textColor[900] + " !important"
|
|
4898
4916
|
}
|
|
4899
4917
|
};
|
|
4900
4918
|
},
|
|
@@ -4912,7 +4930,25 @@ var components$3 = {
|
|
|
4912
4930
|
opacity: 1,
|
|
4913
4931
|
color: palette.textColor.A40
|
|
4914
4932
|
},
|
|
4915
|
-
'&:-webkit-autofill': {}
|
|
4933
|
+
'&:-webkit-autofill': {},
|
|
4934
|
+
/* Chrome / Safari */
|
|
4935
|
+
'&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
|
|
4936
|
+
WebkitTextFillColor: palette.textColor[900] + " !important",
|
|
4937
|
+
caretColor: 'inherit',
|
|
4938
|
+
transition: 'background-color 9999s ease-out 0s',
|
|
4939
|
+
// Paint over Chrome's yellow with your surface color:
|
|
4940
|
+
// WebkitBoxShadow: `0 0 0 1000px ${palette.textColor[900]} inset !important`,
|
|
4941
|
+
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
4942
|
+
boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important'
|
|
4943
|
+
},
|
|
4944
|
+
/* Firefox */
|
|
4945
|
+
'&:-moz-autofill': {
|
|
4946
|
+
color: 'inherit',
|
|
4947
|
+
caretColor: 'inherit',
|
|
4948
|
+
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
4949
|
+
boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
4950
|
+
WebkitTextFillColor: palette.textColor[900] + " !important"
|
|
4951
|
+
}
|
|
4916
4952
|
};
|
|
4917
4953
|
}
|
|
4918
4954
|
},
|
|
@@ -5607,6 +5643,24 @@ var components$6 = {
|
|
|
5607
5643
|
'&::placeholder': {
|
|
5608
5644
|
opacity: 1,
|
|
5609
5645
|
color: palette.textColor[200]
|
|
5646
|
+
},
|
|
5647
|
+
/* Chrome / Safari */
|
|
5648
|
+
'&:-webkit-autofill, &:-webkit-autofill:hover, &:-webkit-autofill:focus, &:-webkit-autofill:active': {
|
|
5649
|
+
WebkitTextFillColor: palette.textColor[900] + " !important",
|
|
5650
|
+
caretColor: 'inherit',
|
|
5651
|
+
transition: 'background-color 9999s ease-out 0s',
|
|
5652
|
+
// Paint over Chrome's yellow with your surface color:
|
|
5653
|
+
// WebkitBoxShadow: `0 0 0 1000px ${palette.textColor[900]} inset !important`,
|
|
5654
|
+
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
5655
|
+
boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important'
|
|
5656
|
+
},
|
|
5657
|
+
/* Firefox */
|
|
5658
|
+
'&:-moz-autofill': {
|
|
5659
|
+
color: 'inherit',
|
|
5660
|
+
caretColor: 'inherit',
|
|
5661
|
+
WebkitBoxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
5662
|
+
boxShadow: '0 0 0 1000px rgba(0, 0, 0, 0) inset !important',
|
|
5663
|
+
WebkitTextFillColor: palette.textColor[900] + " !important"
|
|
5610
5664
|
}
|
|
5611
5665
|
}
|
|
5612
5666
|
};
|