@rabex-kit/rabex-ui 0.1.30 → 0.1.31
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 +4 -0
- 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 -0
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
@@ -3902,6 +3902,7 @@ var components$3 = {
|
|
3902
3902
|
style: function style(_ref3) {
|
3903
3903
|
var theme = _ref3.theme;
|
3904
3904
|
return {
|
3905
|
+
height: '32px',
|
3905
3906
|
fontSize: '14px',
|
3906
3907
|
lineHeight: '24px',
|
3907
3908
|
padding: theme.spacing(1, 3)
|
@@ -3914,6 +3915,7 @@ var components$3 = {
|
|
3914
3915
|
style: function style(_ref4) {
|
3915
3916
|
var theme = _ref4.theme;
|
3916
3917
|
return {
|
3918
|
+
height: '40px',
|
3917
3919
|
fontSize: '14px',
|
3918
3920
|
lineHeight: '24px',
|
3919
3921
|
padding: theme.spacing(2, 3)
|
@@ -3926,6 +3928,7 @@ var components$3 = {
|
|
3926
3928
|
style: function style(_ref5) {
|
3927
3929
|
var theme = _ref5.theme;
|
3928
3930
|
return {
|
3931
|
+
height: '48px',
|
3929
3932
|
fontSize: '14px',
|
3930
3933
|
lineHeight: '24px',
|
3931
3934
|
padding: theme.spacing(3)
|
@@ -3938,6 +3941,7 @@ var components$3 = {
|
|
3938
3941
|
style: function style(_ref6) {
|
3939
3942
|
var theme = _ref6.theme;
|
3940
3943
|
return {
|
3944
|
+
height: '48px',
|
3941
3945
|
fontSize: '16px',
|
3942
3946
|
lineHeight: '24px',
|
3943
3947
|
padding: theme.spacing(3)
|