@tamagui/sheet 1.89.20 → 1.89.22
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 +16 -16
- package/types/Sheet.d.ts +80 -2
- package/types/Sheet.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/sheet",
|
|
3
|
-
"version": "1.89.
|
|
3
|
+
"version": "1.89.22",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@tamagui/animate-presence": "1.89.
|
|
37
|
-
"@tamagui/animations-react-native": "1.89.
|
|
38
|
-
"@tamagui/compose-refs": "1.89.
|
|
39
|
-
"@tamagui/constants": "1.89.
|
|
40
|
-
"@tamagui/core": "1.89.
|
|
41
|
-
"@tamagui/create-context": "1.89.
|
|
42
|
-
"@tamagui/helpers": "1.89.
|
|
43
|
-
"@tamagui/portal": "1.89.
|
|
44
|
-
"@tamagui/remove-scroll": "1.89.
|
|
45
|
-
"@tamagui/scroll-view": "1.89.
|
|
46
|
-
"@tamagui/stacks": "1.89.
|
|
47
|
-
"@tamagui/use-constant": "1.89.
|
|
48
|
-
"@tamagui/use-controllable-state": "1.89.
|
|
49
|
-
"@tamagui/use-keyboard-visible": "1.89.
|
|
36
|
+
"@tamagui/animate-presence": "1.89.22",
|
|
37
|
+
"@tamagui/animations-react-native": "1.89.22",
|
|
38
|
+
"@tamagui/compose-refs": "1.89.22",
|
|
39
|
+
"@tamagui/constants": "1.89.22",
|
|
40
|
+
"@tamagui/core": "1.89.22",
|
|
41
|
+
"@tamagui/create-context": "1.89.22",
|
|
42
|
+
"@tamagui/helpers": "1.89.22",
|
|
43
|
+
"@tamagui/portal": "1.89.22",
|
|
44
|
+
"@tamagui/remove-scroll": "1.89.22",
|
|
45
|
+
"@tamagui/scroll-view": "1.89.22",
|
|
46
|
+
"@tamagui/stacks": "1.89.22",
|
|
47
|
+
"@tamagui/use-constant": "1.89.22",
|
|
48
|
+
"@tamagui/use-controllable-state": "1.89.22",
|
|
49
|
+
"@tamagui/use-keyboard-visible": "1.89.22"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "*",
|
|
53
53
|
"react-native": "*"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@tamagui/build": "1.89.
|
|
56
|
+
"@tamagui/build": "1.89.22",
|
|
57
57
|
"react": "^18.2.0",
|
|
58
58
|
"react-native": "^0.72.6"
|
|
59
59
|
},
|
package/types/Sheet.d.ts
CHANGED
|
@@ -4,12 +4,24 @@ export * from './types';
|
|
|
4
4
|
export declare const Handle: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
5
5
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
6
6
|
fullscreen?: boolean | undefined;
|
|
7
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
8
|
+
top?: number | undefined;
|
|
9
|
+
bottom?: number | undefined;
|
|
10
|
+
left?: number | undefined;
|
|
11
|
+
right?: number | undefined;
|
|
12
|
+
} | undefined;
|
|
7
13
|
open?: boolean | undefined;
|
|
8
14
|
unstyled?: boolean | undefined;
|
|
9
15
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
10
16
|
export declare const Overlay: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
11
17
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
12
18
|
fullscreen?: boolean | undefined;
|
|
19
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
20
|
+
top?: number | undefined;
|
|
21
|
+
bottom?: number | undefined;
|
|
22
|
+
left?: number | undefined;
|
|
23
|
+
right?: number | undefined;
|
|
24
|
+
} | undefined;
|
|
13
25
|
open?: boolean | undefined;
|
|
14
26
|
transparent?: boolean | undefined;
|
|
15
27
|
circular?: boolean | undefined;
|
|
@@ -27,6 +39,12 @@ export declare const Overlay: import("@tamagui/core").TamaguiComponent<import("@
|
|
|
27
39
|
export declare const Frame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
28
40
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
29
41
|
fullscreen?: boolean | undefined;
|
|
42
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
43
|
+
top?: number | undefined;
|
|
44
|
+
bottom?: number | undefined;
|
|
45
|
+
left?: number | undefined;
|
|
46
|
+
right?: number | undefined;
|
|
47
|
+
} | undefined;
|
|
30
48
|
unstyled?: boolean | undefined;
|
|
31
49
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
32
50
|
export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
@@ -56,17 +74,35 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
56
74
|
__scopeSheet?: import("@tamagui/create-context").Scope<any>;
|
|
57
75
|
} & import("react").RefAttributes<import("react-native").View>> & {
|
|
58
76
|
Controlled: import("react").FunctionComponent<Omit<import("./types").SheetProps, "open" | "onOpenChange"> & import("react").RefAttributes<import("react-native").View>> & {
|
|
59
|
-
Frame: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
77
|
+
Frame: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "inset" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
60
78
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
61
79
|
fullscreen?: boolean | undefined;
|
|
80
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
81
|
+
top?: number | undefined;
|
|
82
|
+
bottom?: number | undefined;
|
|
83
|
+
left?: number | undefined;
|
|
84
|
+
right?: number | undefined;
|
|
85
|
+
} | undefined;
|
|
62
86
|
unstyled?: boolean | undefined;
|
|
63
87
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
64
88
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
65
89
|
fullscreen?: boolean | undefined;
|
|
90
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
91
|
+
top?: number | undefined;
|
|
92
|
+
bottom?: number | undefined;
|
|
93
|
+
left?: number | undefined;
|
|
94
|
+
right?: number | undefined;
|
|
95
|
+
} | undefined;
|
|
66
96
|
unstyled?: boolean | undefined;
|
|
67
97
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
68
98
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
69
99
|
fullscreen?: boolean | undefined;
|
|
100
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
101
|
+
top?: number | undefined;
|
|
102
|
+
bottom?: number | undefined;
|
|
103
|
+
left?: number | undefined;
|
|
104
|
+
right?: number | undefined;
|
|
105
|
+
} | undefined;
|
|
70
106
|
unstyled?: boolean | undefined;
|
|
71
107
|
}>> & {
|
|
72
108
|
disableHideBottomOverflow?: boolean | undefined;
|
|
@@ -77,6 +113,12 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
77
113
|
Overlay: import("react").MemoExoticComponent<(propsIn: import("./types").SheetScopedProps<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
78
114
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
79
115
|
fullscreen?: boolean | undefined;
|
|
116
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
117
|
+
top?: number | undefined;
|
|
118
|
+
bottom?: number | undefined;
|
|
119
|
+
left?: number | undefined;
|
|
120
|
+
right?: number | undefined;
|
|
121
|
+
} | undefined;
|
|
80
122
|
open?: boolean | undefined;
|
|
81
123
|
transparent?: boolean | undefined;
|
|
82
124
|
circular?: boolean | undefined;
|
|
@@ -112,17 +154,35 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
112
154
|
fullscreen?: boolean | undefined;
|
|
113
155
|
}>> & import("react").RefAttributes<import("react-native").ScrollView>>;
|
|
114
156
|
};
|
|
115
|
-
Frame: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
157
|
+
Frame: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "inset" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
116
158
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
117
159
|
fullscreen?: boolean | undefined;
|
|
160
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
161
|
+
top?: number | undefined;
|
|
162
|
+
bottom?: number | undefined;
|
|
163
|
+
left?: number | undefined;
|
|
164
|
+
right?: number | undefined;
|
|
165
|
+
} | undefined;
|
|
118
166
|
unstyled?: boolean | undefined;
|
|
119
167
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
120
168
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
121
169
|
fullscreen?: boolean | undefined;
|
|
170
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
171
|
+
top?: number | undefined;
|
|
172
|
+
bottom?: number | undefined;
|
|
173
|
+
left?: number | undefined;
|
|
174
|
+
right?: number | undefined;
|
|
175
|
+
} | undefined;
|
|
122
176
|
unstyled?: boolean | undefined;
|
|
123
177
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
124
178
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
125
179
|
fullscreen?: boolean | undefined;
|
|
180
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
181
|
+
top?: number | undefined;
|
|
182
|
+
bottom?: number | undefined;
|
|
183
|
+
left?: number | undefined;
|
|
184
|
+
right?: number | undefined;
|
|
185
|
+
} | undefined;
|
|
126
186
|
unstyled?: boolean | undefined;
|
|
127
187
|
}>> & {
|
|
128
188
|
disableHideBottomOverflow?: boolean | undefined;
|
|
@@ -133,6 +193,12 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
133
193
|
Overlay: import("react").MemoExoticComponent<(propsIn: import("./types").SheetScopedProps<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
134
194
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
135
195
|
fullscreen?: boolean | undefined;
|
|
196
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
197
|
+
top?: number | undefined;
|
|
198
|
+
bottom?: number | undefined;
|
|
199
|
+
left?: number | undefined;
|
|
200
|
+
right?: number | undefined;
|
|
201
|
+
} | undefined;
|
|
136
202
|
open?: boolean | undefined;
|
|
137
203
|
transparent?: boolean | undefined;
|
|
138
204
|
circular?: boolean | undefined;
|
|
@@ -172,6 +238,12 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
172
238
|
export declare const SheetOverlayFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
173
239
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
174
240
|
fullscreen?: boolean | undefined;
|
|
241
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
242
|
+
top?: number | undefined;
|
|
243
|
+
bottom?: number | undefined;
|
|
244
|
+
left?: number | undefined;
|
|
245
|
+
right?: number | undefined;
|
|
246
|
+
} | undefined;
|
|
175
247
|
open?: boolean | undefined;
|
|
176
248
|
transparent?: boolean | undefined;
|
|
177
249
|
circular?: boolean | undefined;
|
|
@@ -190,6 +262,12 @@ export declare const SheetOverlayFrame: import("@tamagui/core").TamaguiComponent
|
|
|
190
262
|
export declare const SheetHandleFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
191
263
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
192
264
|
fullscreen?: boolean | undefined;
|
|
265
|
+
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
266
|
+
top?: number | undefined;
|
|
267
|
+
bottom?: number | undefined;
|
|
268
|
+
left?: number | undefined;
|
|
269
|
+
right?: number | undefined;
|
|
270
|
+
} | undefined;
|
|
193
271
|
open?: boolean | undefined;
|
|
194
272
|
unstyled?: boolean | undefined;
|
|
195
273
|
}, import("@tamagui/core").StaticConfigPublic>;
|
package/types/Sheet.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sheet.d.ts","sourceRoot":"","sources":["../src/Sheet.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AACjD,cAAc,SAAS,CAAA;AAMvB,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Sheet.d.ts","sourceRoot":"","sources":["../src/Sheet.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AACjD,cAAc,SAAS,CAAA;AAMvB,eAAO,MAAM,MAAM;;;;;;;;;;;8CAkCjB,CAAA;AAMF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;8CA6BlB,CAAA;AAMF,eAAO,MAAM,KAAK;;;;;;;;;;8CAoBhB,CAAA;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIhB,CAAA;AAEF,uCAAuC;AACvC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;8CAAU,CAAA;AAExC,uCAAuC;AACvC,eAAO,MAAM,gBAAgB;;;;;;;;;;;8CAAS,CAAA"}
|