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