@apify/ui-library 1.100.4 → 1.100.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/ui-library",
3
- "version": "1.100.4",
3
+ "version": "1.100.5",
4
4
  "description": "React UI library used by apify.com",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -64,5 +64,5 @@
64
64
  "src",
65
65
  "style"
66
66
  ],
67
- "gitHead": "588f0a1cd117a43b289193dd4b6491301309ab0f"
67
+ "gitHead": "c7ba8d76e4bc533cc77c3f7a4059d1c9cf608284"
68
68
  }
@@ -172,10 +172,10 @@ export const BUTTON_SIZE_VARIANTS_CSS: ButtonSizeCombinations = {
172
172
  size: 32,
173
173
  horizontalPadding: 12,
174
174
  borderRadius: theme.radius.radius6,
175
- iconSize: '16',
175
+ iconSize: '20',
176
176
  },
177
177
  small: {
178
- typography: theme.typography.shared.mobile.bodyMMedium,
178
+ typography: theme.typography.shared.mobile.bodySMedium,
179
179
  size: 28,
180
180
  horizontalPadding: 8,
181
181
  borderRadius: theme.radius.radius6,
@@ -186,7 +186,7 @@ export const BUTTON_SIZE_VARIANTS_CSS: ButtonSizeCombinations = {
186
186
  size: 24,
187
187
  horizontalPadding: 6,
188
188
  borderRadius: theme.radius.radius6,
189
- iconSize: '12',
189
+ iconSize: '16',
190
190
  },
191
191
  };
192
192
 
@@ -66,8 +66,8 @@ type IconButtonSizeConfig = {
66
66
 
67
67
  const iconButtonSizeConfig: Record<ButtonSize, IconButtonSizeConfig> = {
68
68
  extraLarge: {
69
- iconSize: '24',
70
- spinnerSize: '2.4rem',
69
+ iconSize: '20',
70
+ spinnerSize: '2rem',
71
71
  },
72
72
  large: {
73
73
  iconSize: '20',