@astral/ui 1.28.1 → 1.28.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.
@@ -209,7 +209,7 @@ const getButtonPaddingMobile = ({ size, theme, variant, }) => {
209
209
  exports.getButtonPaddingMobile = getButtonPaddingMobile;
210
210
  const getButtonHeightMobile = ({ size, }) => {
211
211
  if (size === enums_1.ButtonSizes.Small) {
212
- return '32px';
212
+ return '36px';
213
213
  }
214
214
  return '48px';
215
215
  };
@@ -177,7 +177,7 @@ export const getButtonPaddingMobile = ({ size, theme, variant, }) => {
177
177
  };
178
178
  export const getButtonHeightMobile = ({ size, }) => {
179
179
  if (size === ButtonSizes.Small) {
180
- return '32px';
180
+ return '36px';
181
181
  }
182
182
  return '48px';
183
183
  };
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "1.28.1",
3
+ "version": "1.28.3",
4
4
  "browser": "./esm/index.js",
5
5
  "main": "./index.js",
6
6
  "dependencies": {
7
- "@astral/icons": "^1.28.1",
7
+ "@astral/icons": "^1.28.3",
8
8
  "@emotion/cache": "11.7.1",
9
9
  "@emotion/react": "11.9.0",
10
10
  "@emotion/server": "11.4.0",