@tamagui/stacks 1.5.13 → 1.5.14

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.5.13",
3
+ "version": "1.5.14",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -29,15 +29,15 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@tamagui/core": "^1.5.13"
32
+ "@tamagui/core": "^1.5.14"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "*",
36
36
  "react-dom": "*"
37
37
  },
38
38
  "devDependencies": {
39
- "@tamagui/build": "^1.5.13",
40
- "@tamagui/get-button-sized": "^1.5.13",
39
+ "@tamagui/build": "^1.5.14",
40
+ "@tamagui/get-button-sized": "^1.5.14",
41
41
  "react": "^18.2.0",
42
42
  "react-dom": "^18.2.0"
43
43
  },
@@ -78,6 +78,8 @@ export declare const elevate: {
78
78
  tag?: string | import("@tamagui/web").Variable<any> | undefined;
79
79
  theme?: string | import("@tamagui/web").Variable<any> | null | undefined;
80
80
  componentName?: string | import("@tamagui/web").Variable<any> | undefined;
81
+ tabIndex?: string | number | import("@tamagui/web").Variable<any> | undefined;
82
+ role?: string | import("@tamagui/web").Variable<any> | undefined;
81
83
  forceStyle?: import("@tamagui/web").Variable<any> | "hover" | "press" | "focus" | undefined;
82
84
  onPress?: import("@tamagui/web").Variable<any> | ((event: import("react-native").GestureResponderEvent) => void) | null | undefined;
83
85
  onPressIn?: import("@tamagui/web").Variable<any> | ((event: import("react-native").GestureResponderEvent) => void) | null | undefined;
@@ -200,8 +202,6 @@ export declare const elevate: {
200
202
  outlineStyle?: import("@tamagui/web").Variable<any> | import("csstype").Property.OutlineStyle | undefined;
201
203
  outlineOffset?: import("@tamagui/web").Variable<any> | import("csstype").Property.OutlineOffset<0 | (string & {})> | undefined;
202
204
  outlineWidth?: import("@tamagui/web").Variable<any> | import("csstype").Property.OutlineWidth<0 | (string & {})> | undefined;
203
- tabIndex?: string | number | import("@tamagui/web").Variable<any> | undefined;
204
- role?: string | import("@tamagui/web").Variable<any> | undefined;
205
205
  hoverStyle?: (import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>) | import("@tamagui/web").Variable<any> | null | undefined;
206
206
  pressStyle?: (import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>) | import("@tamagui/web").Variable<any> | null | undefined;
207
207
  focusStyle?: (import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>) | import("@tamagui/web").Variable<any> | null | undefined;