@particle-network/ui-react 0.4.0-beta.27 → 0.4.0-beta.29

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.
@@ -33,9 +33,9 @@ const button_theme_button = tv({
33
33
  text: 'bg-transparent min-w-0 w-auto h-auto px-0'
34
34
  },
35
35
  size: {
36
- xs: 'gap-1 rounded-[4px] !text-caption1 min-w-min font-medium [&>svg]:size-3.5',
36
+ xs: 'gap-1 rounded-[4px] !text-caption1 min-w-min font-medium [&>svg]:size-[14px]',
37
37
  sm: 'gap-1 rounded-[6px] !text-body3 min-w-min font-medium [&>svg]:size-4',
38
- md: 'gap-1 rounded-[6px] text-tiny min-w-min font-medium [&>svg]:size-4',
38
+ md: 'gap-1 rounded-[6px] text-tiny min-w-min font-medium [&>svg]:size-[18px]',
39
39
  lg: 'gap-1 rounded-[10px] text-medium min-w-min font-medium [&>svg]:size-6',
40
40
  auto: 'min-w-min rounded-[10px]'
41
41
  },
@@ -103,7 +103,7 @@ function useButton(props) {
103
103
  const buttonSpinnerSizeMap = {
104
104
  xs: 14,
105
105
  sm: 16,
106
- md: 16,
106
+ md: 18,
107
107
  lg: 24
108
108
  };
109
109
  return buttonSpinnerSizeMap[size];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.4.0-beta.27",
3
+ "version": "0.4.0-beta.29",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {