@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.
@@ -2779,7 +2779,8 @@ var components = {
2779
2779
  style: function style(_ref11) {
2780
2780
  var theme = _ref11.theme;
2781
2781
  return {
2782
- minWidth: 'unset',
2782
+ width: '24px',
2783
+ height: '24px',
2783
2784
  // padding: theme.spacing(3.5, 3.5),
2784
2785
  padding: theme.spacing(1),
2785
2786
  borderRadius: theme.spacing(1)
@@ -2793,7 +2794,8 @@ var components = {
2793
2794
  style: function style(_ref12) {
2794
2795
  var theme = _ref12.theme;
2795
2796
  return {
2796
- minWidth: 'unset',
2797
+ width: '32px',
2798
+ height: '32px',
2797
2799
  // padding: theme.spacing(3.5, 3.5),
2798
2800
  padding: theme.spacing(2),
2799
2801
  borderRadius: theme.spacing(2)
@@ -2807,7 +2809,8 @@ var components = {
2807
2809
  style: function style(_ref13) {
2808
2810
  var theme = _ref13.theme;
2809
2811
  return {
2810
- minWidth: 'unset',
2812
+ width: '40px',
2813
+ height: '40px',
2811
2814
  // padding: theme.spacing(3.5, 3.5),
2812
2815
  padding: theme.spacing(2),
2813
2816
  borderRadius: theme.spacing(2)
@@ -2821,7 +2824,8 @@ var components = {
2821
2824
  style: function style(_ref14) {
2822
2825
  var theme = _ref14.theme;
2823
2826
  return {
2824
- minWidth: 'unset',
2827
+ width: '48px',
2828
+ height: '48px',
2825
2829
  padding: theme.spacing(3),
2826
2830
  borderRadius: theme.spacing(2)
2827
2831
  };
@@ -2834,7 +2838,8 @@ var components = {
2834
2838
  style: function style(_ref15) {
2835
2839
  var theme = _ref15.theme;
2836
2840
  return {
2837
- minWidth: 'unset',
2841
+ width: '56px',
2842
+ height: '56px',
2838
2843
  padding: theme.spacing(4),
2839
2844
  borderRadius: theme.spacing(2)
2840
2845
  };