@rabex-kit/rabex-ui 0.2.27 → 0.2.28
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 +10 -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 +10 -5
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
@@ -2783,7 +2783,8 @@ var components = {
|
|
2783
2783
|
style: function style(_ref11) {
|
2784
2784
|
var theme = _ref11.theme;
|
2785
2785
|
return {
|
2786
|
-
|
2786
|
+
width: '24px',
|
2787
|
+
height: '24px',
|
2787
2788
|
// padding: theme.spacing(3.5, 3.5),
|
2788
2789
|
padding: theme.spacing(1),
|
2789
2790
|
borderRadius: theme.spacing(1)
|
@@ -2797,7 +2798,8 @@ var components = {
|
|
2797
2798
|
style: function style(_ref12) {
|
2798
2799
|
var theme = _ref12.theme;
|
2799
2800
|
return {
|
2800
|
-
|
2801
|
+
width: '32px',
|
2802
|
+
height: '32px',
|
2801
2803
|
// padding: theme.spacing(3.5, 3.5),
|
2802
2804
|
padding: theme.spacing(2),
|
2803
2805
|
borderRadius: theme.spacing(2)
|
@@ -2811,7 +2813,8 @@ var components = {
|
|
2811
2813
|
style: function style(_ref13) {
|
2812
2814
|
var theme = _ref13.theme;
|
2813
2815
|
return {
|
2814
|
-
|
2816
|
+
width: '40px',
|
2817
|
+
height: '40px',
|
2815
2818
|
// padding: theme.spacing(3.5, 3.5),
|
2816
2819
|
padding: theme.spacing(2),
|
2817
2820
|
borderRadius: theme.spacing(2)
|
@@ -2825,7 +2828,8 @@ var components = {
|
|
2825
2828
|
style: function style(_ref14) {
|
2826
2829
|
var theme = _ref14.theme;
|
2827
2830
|
return {
|
2828
|
-
|
2831
|
+
width: '48px',
|
2832
|
+
height: '48px',
|
2829
2833
|
padding: theme.spacing(3),
|
2830
2834
|
borderRadius: theme.spacing(2)
|
2831
2835
|
};
|
@@ -2838,7 +2842,8 @@ var components = {
|
|
2838
2842
|
style: function style(_ref15) {
|
2839
2843
|
var theme = _ref15.theme;
|
2840
2844
|
return {
|
2841
|
-
|
2845
|
+
width: '56px',
|
2846
|
+
height: '56px',
|
2842
2847
|
padding: theme.spacing(4),
|
2843
2848
|
borderRadius: theme.spacing(2)
|
2844
2849
|
};
|