@rabex-kit/rabex-ui 0.1.2 → 0.1.3
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 -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
@@ -3860,7 +3860,7 @@ var components$3 = {
|
|
3860
3860
|
var theme = _ref3.theme;
|
3861
3861
|
return {
|
3862
3862
|
fontSize: '14px',
|
3863
|
-
padding: theme.spacing(1,
|
3863
|
+
padding: theme.spacing(1, 3)
|
3864
3864
|
};
|
3865
3865
|
}
|
3866
3866
|
}, {
|
@@ -3871,7 +3871,7 @@ var components$3 = {
|
|
3871
3871
|
var theme = _ref4.theme;
|
3872
3872
|
return {
|
3873
3873
|
fontSize: '14px',
|
3874
|
-
padding: theme.spacing(2)
|
3874
|
+
padding: theme.spacing(2, 3)
|
3875
3875
|
};
|
3876
3876
|
}
|
3877
3877
|
}, {
|
@@ -3882,7 +3882,7 @@ var components$3 = {
|
|
3882
3882
|
var theme = _ref5.theme;
|
3883
3883
|
return {
|
3884
3884
|
fontSize: '14px',
|
3885
|
-
padding: theme.spacing(3
|
3885
|
+
padding: theme.spacing(3)
|
3886
3886
|
};
|
3887
3887
|
}
|
3888
3888
|
}, {
|
@@ -3893,7 +3893,7 @@ var components$3 = {
|
|
3893
3893
|
var theme = _ref6.theme;
|
3894
3894
|
return {
|
3895
3895
|
fontSize: '16px',
|
3896
|
-
padding: theme.spacing(3
|
3896
|
+
padding: theme.spacing(3)
|
3897
3897
|
};
|
3898
3898
|
}
|
3899
3899
|
}, {
|