@tamagui/button 1.4.0 → 1.5.1

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.4.0",
3
+ "version": "1.5.1",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -29,17 +29,17 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@tamagui/core": "^1.4.0",
33
- "@tamagui/font-size": "^1.4.0",
34
- "@tamagui/get-button-sized": "^1.4.0",
35
- "@tamagui/helpers-tamagui": "^1.4.0"
32
+ "@tamagui/core": "^1.5.1",
33
+ "@tamagui/font-size": "^1.5.1",
34
+ "@tamagui/get-button-sized": "^1.5.1",
35
+ "@tamagui/helpers-tamagui": "^1.5.1"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "*",
39
39
  "react-dom": "*"
40
40
  },
41
41
  "devDependencies": {
42
- "@tamagui/build": "^1.4.0",
42
+ "@tamagui/build": "^1.5.1",
43
43
  "react": "^18.2.0",
44
44
  "react-dom": "^18.2.0",
45
45
  "vitest": "^0.26.3"
package/types/Button.d.ts CHANGED
@@ -294,7 +294,7 @@ export declare function useButton(propsIn: ButtonProps, { Text }?: {
294
294
  } | undefined;
295
295
  animation?: import("@tamagui/core").AnimationProp | null | undefined;
296
296
  animateOnly?: string[] | undefined;
297
- debug?: boolean | "verbose" | undefined;
297
+ debug?: import("@tamagui/core").DebugProp | undefined;
298
298
  disabled?: boolean | undefined;
299
299
  className?: string | undefined;
300
300
  themeShallow?: boolean | undefined;