@tamagui/stacks 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/stacks",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -29,14 +29,14 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@tamagui/core": "1.8.0"
32
+ "@tamagui/core": "1.8.1"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "*"
36
36
  },
37
37
  "devDependencies": {
38
- "@tamagui/build": "1.8.0",
39
- "@tamagui/get-button-sized": "1.8.0",
38
+ "@tamagui/build": "1.8.1",
39
+ "@tamagui/get-button-sized": "1.8.1",
40
40
  "react": "^18.2.0"
41
41
  },
42
42
  "publishConfig": {
@@ -195,8 +195,8 @@ export declare const elevate: {
195
195
  contain?: import("@tamagui/web").Variable<any> | import("csstype").Property.Contain | undefined;
196
196
  display?: "flex" | "none" | import("@tamagui/web").Variable<any> | "inherit" | "inline" | "block" | "contents" | "inline-flex" | undefined;
197
197
  gap?: import("@tamagui/web").Variable<any> | import("@tamagui/web").SpaceTokens | undefined;
198
- gapColumn?: import("@tamagui/web").Variable<any> | import("@tamagui/web").SpaceTokens | undefined;
199
- gapRow?: import("@tamagui/web").Variable<any> | import("@tamagui/web").SpaceTokens | undefined;
198
+ columnGap?: import("@tamagui/web").Variable<any> | import("@tamagui/web").SpaceTokens | undefined;
199
+ rowGap?: import("@tamagui/web").Variable<any> | import("@tamagui/web").SpaceTokens | undefined;
200
200
  userSelect?: import("@tamagui/web").Variable<any> | import("csstype").Property.UserSelect | undefined;
201
201
  outlineColor?: import("@tamagui/web").Variable<any> | import("csstype").Property.OutlineColor | undefined;
202
202
  outlineStyle?: import("@tamagui/web").Variable<any> | import("csstype").Property.OutlineStyle | undefined;