@tamagui/sheet 1.0.1-beta.155 → 1.0.1-beta.156

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.
Files changed (2) hide show
  1. package/package.json +9 -9
  2. package/types/Sheet.d.ts +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/sheet",
3
- "version": "1.0.1-beta.155",
3
+ "version": "1.0.1-beta.156",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -22,13 +22,13 @@
22
22
  "lint:fix": "yarn lint --fix"
23
23
  },
24
24
  "dependencies": {
25
- "@tamagui/animations-react-native": "^1.0.1-beta.155",
26
- "@tamagui/compose-refs": "^1.0.1-beta.155",
27
- "@tamagui/core": "^1.0.1-beta.155",
28
- "@tamagui/create-context": "^1.0.1-beta.155",
29
- "@tamagui/remove-scroll": "^1.0.1-beta.155",
30
- "@tamagui/stacks": "^1.0.1-beta.155",
31
- "@tamagui/use-controllable-state": "^1.0.1-beta.155"
25
+ "@tamagui/animations-react-native": "^1.0.1-beta.156",
26
+ "@tamagui/compose-refs": "^1.0.1-beta.156",
27
+ "@tamagui/core": "^1.0.1-beta.156",
28
+ "@tamagui/create-context": "^1.0.1-beta.156",
29
+ "@tamagui/remove-scroll": "^1.0.1-beta.156",
30
+ "@tamagui/stacks": "^1.0.1-beta.156",
31
+ "@tamagui/use-controllable-state": "^1.0.1-beta.156"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": "*",
@@ -36,7 +36,7 @@
36
36
  "react-native": "*"
37
37
  },
38
38
  "devDependencies": {
39
- "@tamagui/build": "^1.0.1-beta.155",
39
+ "@tamagui/build": "^1.0.1-beta.156",
40
40
  "react": "*",
41
41
  "react-dom": "*",
42
42
  "react-native": "*"
package/types/Sheet.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { GetProps } from '@tamagui/core';
1
+ import { GetProps, TamaguiElement } from '@tamagui/core';
2
2
  import { XStackProps } from '@tamagui/stacks';
3
3
  import React from 'react';
4
4
  import { View } from 'react-native';
@@ -19,7 +19,7 @@ export declare const SheetHandleFrame: import("@tamagui/core").TamaguiComponent<
19
19
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
20
20
  }, "open"> & {
21
21
  readonly open?: boolean | undefined;
22
- }>>, any, import("@tamagui/core").StackPropsBase, {
22
+ }>>, TamaguiElement, import("@tamagui/core").StackPropsBase, {
23
23
  readonly fullscreen?: boolean | undefined;
24
24
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
25
25
  } & {
@@ -41,7 +41,7 @@ export declare const SheetOverlayFrame: import("@tamagui/core").TamaguiComponent
41
41
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
42
42
  }, "closed"> & {
43
43
  closed?: boolean | undefined;
44
- }>>, any, import("@tamagui/core").StackPropsBase, {
44
+ }>>, TamaguiElement, import("@tamagui/core").StackPropsBase, {
45
45
  readonly fullscreen?: boolean | undefined;
46
46
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
47
47
  } & {
@@ -73,7 +73,7 @@ export declare const SheetFrameFrame: import("@tamagui/core").TamaguiComponent<(
73
73
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
74
74
  }, string | number> & {
75
75
  [x: string]: undefined;
76
- }>>), any, import("@tamagui/core").StackPropsBase, {
76
+ }>>), TamaguiElement, import("@tamagui/core").StackPropsBase, {
77
77
  readonly fullscreen?: boolean | undefined;
78
78
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
79
79
  } | ({