@tamagui/button 1.0.1-beta.224 → 1.0.1-beta.226

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": "@tamagui/button",
3
- "version": "1.0.1-beta.224",
3
+ "version": "1.0.1-beta.226",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -28,17 +28,17 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@tamagui/core": "^1.0.1-beta.224",
32
- "@tamagui/font-size": "^1.0.1-beta.224",
33
- "@tamagui/get-button-sized": "^1.0.1-beta.224",
34
- "@tamagui/helpers-tamagui": "^1.0.1-beta.224"
31
+ "@tamagui/core": "^1.0.1-beta.226",
32
+ "@tamagui/font-size": "^1.0.1-beta.226",
33
+ "@tamagui/get-button-sized": "^1.0.1-beta.226",
34
+ "@tamagui/helpers-tamagui": "^1.0.1-beta.226"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": ">=18",
38
38
  "react-dom": ">=18"
39
39
  },
40
40
  "devDependencies": {
41
- "@tamagui/build": "^1.0.1-beta.224",
41
+ "@tamagui/build": "^1.0.1-beta.226",
42
42
  "react": ">=18",
43
43
  "react-dom": ">=18"
44
44
  },
package/types/Button.d.ts CHANGED
@@ -236,11 +236,11 @@ export declare function useButton(props: ButtonProps, { Text }?: {
236
236
  onSelectionChangeShouldSetResponder?: unknown;
237
237
  onSelectionChangeShouldSetResponderCapture?: unknown;
238
238
  asChild?: boolean | undefined;
239
- spaceDirection?: import("@tamagui/core").SpaceDirection | undefined; /**
240
- * make the spacing elements flex
241
- */
239
+ spaceDirection?: import("@tamagui/core").SpaceDirection | undefined;
242
240
  dangerouslySetInnerHTML?: {
243
- __html: string;
241
+ __html: string; /**
242
+ * adjust internal space relative to icon size
243
+ */
244
244
  } | undefined;
245
245
  animation?: import("@tamagui/core").AnimationProp | undefined;
246
246
  animateOnly?: string[] | undefined;