@tamagui/button 1.8.0 → 1.8.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.8.0",
3
+ "version": "1.8.1",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -29,17 +29,17 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@tamagui/font-size": "1.8.0",
33
- "@tamagui/get-button-sized": "1.8.0",
34
- "@tamagui/helpers-tamagui": "1.8.0",
35
- "@tamagui/text": "1.8.0",
36
- "@tamagui/web": "1.8.0"
32
+ "@tamagui/font-size": "1.8.1",
33
+ "@tamagui/get-button-sized": "1.8.1",
34
+ "@tamagui/helpers-tamagui": "1.8.1",
35
+ "@tamagui/text": "1.8.1",
36
+ "@tamagui/web": "1.8.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": "*"
40
40
  },
41
41
  "devDependencies": {
42
- "@tamagui/build": "1.8.0",
42
+ "@tamagui/build": "1.8.1",
43
43
  "react": "^18.2.0",
44
44
  "vitest": "^0.26.3"
45
45
  },
package/types/Button.d.ts CHANGED
@@ -418,8 +418,8 @@ export declare function useButton(propsIn: ButtonProps, { Text }?: {
418
418
  contain?: import("csstype").Property.Contain | undefined;
419
419
  display?: "flex" | "none" | "inherit" | "inline" | "block" | "contents" | "inline-flex" | undefined;
420
420
  gap?: import("@tamagui/web").SpaceTokens | undefined;
421
- gapColumn?: import("@tamagui/web").SpaceTokens | undefined;
422
- gapRow?: import("@tamagui/web").SpaceTokens | undefined;
421
+ columnGap?: import("@tamagui/web").SpaceTokens | undefined;
422
+ rowGap?: import("@tamagui/web").SpaceTokens | undefined;
423
423
  userSelect?: import("csstype").Property.UserSelect | undefined;
424
424
  outlineColor?: import("csstype").Property.OutlineColor | undefined;
425
425
  outlineStyle?: import("csstype").Property.OutlineStyle | undefined;