@tamagui/sheet 1.88.6 → 1.88.8
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 +196 -28
- package/types/Sheet.d.ts.map +1 -1
- package/types/SheetScrollView.d.ts +5 -5
- package/types/createSheet.d.ts +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/sheet",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.8",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@tamagui/animate-presence": "1.88.
|
|
37
|
-
"@tamagui/animations-react-native": "1.88.
|
|
38
|
-
"@tamagui/compose-refs": "1.88.
|
|
39
|
-
"@tamagui/constants": "1.88.
|
|
40
|
-
"@tamagui/core": "1.88.
|
|
41
|
-
"@tamagui/create-context": "1.88.
|
|
42
|
-
"@tamagui/helpers": "1.88.
|
|
43
|
-
"@tamagui/portal": "1.88.
|
|
44
|
-
"@tamagui/remove-scroll": "1.88.
|
|
45
|
-
"@tamagui/scroll-view": "1.88.
|
|
46
|
-
"@tamagui/stacks": "1.88.
|
|
47
|
-
"@tamagui/use-constant": "1.88.
|
|
48
|
-
"@tamagui/use-controllable-state": "1.88.
|
|
49
|
-
"@tamagui/use-keyboard-visible": "1.88.
|
|
36
|
+
"@tamagui/animate-presence": "1.88.8",
|
|
37
|
+
"@tamagui/animations-react-native": "1.88.8",
|
|
38
|
+
"@tamagui/compose-refs": "1.88.8",
|
|
39
|
+
"@tamagui/constants": "1.88.8",
|
|
40
|
+
"@tamagui/core": "1.88.8",
|
|
41
|
+
"@tamagui/create-context": "1.88.8",
|
|
42
|
+
"@tamagui/helpers": "1.88.8",
|
|
43
|
+
"@tamagui/portal": "1.88.8",
|
|
44
|
+
"@tamagui/remove-scroll": "1.88.8",
|
|
45
|
+
"@tamagui/scroll-view": "1.88.8",
|
|
46
|
+
"@tamagui/stacks": "1.88.8",
|
|
47
|
+
"@tamagui/use-constant": "1.88.8",
|
|
48
|
+
"@tamagui/use-controllable-state": "1.88.8",
|
|
49
|
+
"@tamagui/use-keyboard-visible": "1.88.8"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "*",
|
|
53
53
|
"react-native": "*"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@tamagui/build": "1.88.
|
|
56
|
+
"@tamagui/build": "1.88.8",
|
|
57
57
|
"react": "^18.2.0",
|
|
58
58
|
"react-native": "^0.72.6"
|
|
59
59
|
},
|
package/types/Sheet.d.ts
CHANGED
|
@@ -56,23 +56,23 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
56
56
|
__scopeSheet?: import("@tamagui/create-context").Scope<any>;
|
|
57
57
|
} & import("react").RefAttributes<import("react-native").View>> & {
|
|
58
58
|
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,
|
|
59
|
+
Frame: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
60
60
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
61
61
|
fullscreen?: boolean | undefined;
|
|
62
62
|
unstyled?: boolean | undefined;
|
|
63
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
63
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
64
64
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
65
65
|
fullscreen?: boolean | undefined;
|
|
66
66
|
unstyled?: boolean | undefined;
|
|
67
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
67
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
68
68
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
69
69
|
fullscreen?: boolean | undefined;
|
|
70
70
|
unstyled?: boolean | undefined;
|
|
71
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
71
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
72
72
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
73
73
|
fullscreen?: boolean | undefined;
|
|
74
74
|
unstyled?: boolean | undefined;
|
|
75
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
75
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
76
76
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
77
77
|
fullscreen?: boolean | undefined;
|
|
78
78
|
unstyled?: boolean | undefined;
|
|
@@ -82,7 +82,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
82
82
|
} & {
|
|
83
83
|
__scopeSheet?: import("@tamagui/create-context").Scope<any>;
|
|
84
84
|
} & import("react").RefAttributes<unknown>>;
|
|
85
|
-
Overlay: import("react").MemoExoticComponent<(propsIn: import("./types").SheetScopedProps<import("@tamagui/core").
|
|
85
|
+
Overlay: import("react").MemoExoticComponent<(propsIn: import("./types").SheetScopedProps<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
86
86
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
87
87
|
fullscreen?: boolean | undefined;
|
|
88
88
|
open?: boolean | undefined;
|
|
@@ -98,42 +98,126 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
98
98
|
radiused?: boolean | undefined;
|
|
99
99
|
padded?: boolean | undefined;
|
|
100
100
|
chromeless?: boolean | "all" | undefined;
|
|
101
|
-
}
|
|
102
|
-
|
|
101
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
102
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
103
|
+
fullscreen?: boolean | undefined;
|
|
104
|
+
open?: boolean | undefined;
|
|
105
|
+
transparent?: boolean | undefined;
|
|
106
|
+
circular?: boolean | undefined;
|
|
107
|
+
unstyled?: boolean | undefined;
|
|
108
|
+
backgrounded?: boolean | undefined;
|
|
109
|
+
hoverTheme?: boolean | undefined;
|
|
110
|
+
pressTheme?: boolean | undefined;
|
|
111
|
+
focusTheme?: boolean | undefined;
|
|
112
|
+
elevate?: boolean | undefined;
|
|
113
|
+
bordered?: number | boolean | undefined;
|
|
114
|
+
radiused?: boolean | undefined;
|
|
115
|
+
padded?: boolean | undefined;
|
|
116
|
+
chromeless?: boolean | "all" | undefined;
|
|
117
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
118
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
119
|
+
fullscreen?: boolean | undefined;
|
|
120
|
+
open?: boolean | undefined;
|
|
121
|
+
transparent?: boolean | undefined;
|
|
122
|
+
circular?: boolean | undefined;
|
|
123
|
+
unstyled?: boolean | undefined;
|
|
124
|
+
backgrounded?: boolean | undefined;
|
|
125
|
+
hoverTheme?: boolean | undefined;
|
|
126
|
+
pressTheme?: boolean | undefined;
|
|
127
|
+
focusTheme?: boolean | undefined;
|
|
128
|
+
elevate?: boolean | undefined;
|
|
129
|
+
bordered?: number | boolean | undefined;
|
|
130
|
+
radiused?: boolean | undefined;
|
|
131
|
+
padded?: boolean | undefined;
|
|
132
|
+
chromeless?: boolean | "all" | undefined;
|
|
133
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
134
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
135
|
+
fullscreen?: boolean | undefined;
|
|
136
|
+
open?: boolean | undefined;
|
|
137
|
+
transparent?: boolean | undefined;
|
|
138
|
+
circular?: boolean | undefined;
|
|
139
|
+
unstyled?: boolean | undefined;
|
|
140
|
+
backgrounded?: boolean | undefined;
|
|
141
|
+
hoverTheme?: boolean | undefined;
|
|
142
|
+
pressTheme?: boolean | undefined;
|
|
143
|
+
focusTheme?: boolean | undefined;
|
|
144
|
+
elevate?: boolean | undefined;
|
|
145
|
+
bordered?: number | boolean | undefined;
|
|
146
|
+
radiused?: boolean | undefined;
|
|
147
|
+
padded?: boolean | undefined;
|
|
148
|
+
chromeless?: boolean | "all" | undefined;
|
|
149
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
150
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
151
|
+
fullscreen?: boolean | undefined;
|
|
152
|
+
open?: boolean | undefined;
|
|
153
|
+
transparent?: boolean | undefined;
|
|
154
|
+
circular?: boolean | undefined;
|
|
155
|
+
unstyled?: boolean | undefined;
|
|
156
|
+
backgrounded?: boolean | undefined;
|
|
157
|
+
hoverTheme?: boolean | undefined;
|
|
158
|
+
pressTheme?: boolean | undefined;
|
|
159
|
+
focusTheme?: boolean | undefined;
|
|
160
|
+
elevate?: boolean | undefined;
|
|
161
|
+
bordered?: number | boolean | undefined;
|
|
162
|
+
radiused?: boolean | undefined;
|
|
163
|
+
padded?: boolean | undefined;
|
|
164
|
+
chromeless?: boolean | "all" | undefined;
|
|
165
|
+
}>>>) => null>;
|
|
166
|
+
Handle: ({ __scopeSheet, ...props }: import("./types").SheetScopedProps<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
167
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
168
|
+
fullscreen?: boolean | undefined;
|
|
169
|
+
open?: boolean | undefined;
|
|
170
|
+
unstyled?: boolean | undefined;
|
|
171
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
172
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
173
|
+
fullscreen?: boolean | undefined;
|
|
174
|
+
open?: boolean | undefined;
|
|
175
|
+
unstyled?: boolean | undefined;
|
|
176
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
177
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
178
|
+
fullscreen?: boolean | undefined;
|
|
179
|
+
open?: boolean | undefined;
|
|
180
|
+
unstyled?: boolean | undefined;
|
|
181
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
182
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
183
|
+
fullscreen?: boolean | undefined;
|
|
184
|
+
open?: boolean | undefined;
|
|
185
|
+
unstyled?: boolean | undefined;
|
|
186
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
103
187
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
104
188
|
fullscreen?: boolean | undefined;
|
|
105
189
|
open?: boolean | undefined;
|
|
106
190
|
unstyled?: boolean | undefined;
|
|
107
|
-
}
|
|
108
|
-
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase
|
|
191
|
+
}>>>) => JSX.Element | null;
|
|
192
|
+
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
109
193
|
fullscreen?: boolean | undefined;
|
|
110
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
194
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
111
195
|
fullscreen?: boolean | undefined;
|
|
112
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
196
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
113
197
|
fullscreen?: boolean | undefined;
|
|
114
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
198
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
115
199
|
fullscreen?: boolean | undefined;
|
|
116
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
200
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
117
201
|
fullscreen?: boolean | undefined;
|
|
118
202
|
}>> & import("react").RefAttributes<import("react-native").ScrollView>>;
|
|
119
203
|
};
|
|
120
|
-
Frame: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps,
|
|
204
|
+
Frame: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
121
205
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
122
206
|
fullscreen?: boolean | undefined;
|
|
123
207
|
unstyled?: boolean | undefined;
|
|
124
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
208
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
125
209
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
126
210
|
fullscreen?: boolean | undefined;
|
|
127
211
|
unstyled?: boolean | undefined;
|
|
128
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
212
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
129
213
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
130
214
|
fullscreen?: boolean | undefined;
|
|
131
215
|
unstyled?: boolean | undefined;
|
|
132
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
216
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
133
217
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
134
218
|
fullscreen?: boolean | undefined;
|
|
135
219
|
unstyled?: boolean | undefined;
|
|
136
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
220
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
137
221
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
138
222
|
fullscreen?: boolean | undefined;
|
|
139
223
|
unstyled?: boolean | undefined;
|
|
@@ -143,7 +227,7 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
143
227
|
} & {
|
|
144
228
|
__scopeSheet?: import("@tamagui/create-context").Scope<any>;
|
|
145
229
|
} & import("react").RefAttributes<unknown>>;
|
|
146
|
-
Overlay: import("react").MemoExoticComponent<(propsIn: import("./types").SheetScopedProps<import("@tamagui/core").
|
|
230
|
+
Overlay: import("react").MemoExoticComponent<(propsIn: import("./types").SheetScopedProps<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
147
231
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
148
232
|
fullscreen?: boolean | undefined;
|
|
149
233
|
open?: boolean | undefined;
|
|
@@ -159,22 +243,106 @@ export declare const Sheet: import("react").ForwardRefExoticComponent<{
|
|
|
159
243
|
radiused?: boolean | undefined;
|
|
160
244
|
padded?: boolean | undefined;
|
|
161
245
|
chromeless?: boolean | "all" | undefined;
|
|
162
|
-
}
|
|
163
|
-
|
|
246
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
247
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
248
|
+
fullscreen?: boolean | undefined;
|
|
249
|
+
open?: boolean | undefined;
|
|
250
|
+
transparent?: boolean | undefined;
|
|
251
|
+
circular?: boolean | undefined;
|
|
252
|
+
unstyled?: boolean | undefined;
|
|
253
|
+
backgrounded?: boolean | undefined;
|
|
254
|
+
hoverTheme?: boolean | undefined;
|
|
255
|
+
pressTheme?: boolean | undefined;
|
|
256
|
+
focusTheme?: boolean | undefined;
|
|
257
|
+
elevate?: boolean | undefined;
|
|
258
|
+
bordered?: number | boolean | undefined;
|
|
259
|
+
radiused?: boolean | undefined;
|
|
260
|
+
padded?: boolean | undefined;
|
|
261
|
+
chromeless?: boolean | "all" | undefined;
|
|
262
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
263
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
264
|
+
fullscreen?: boolean | undefined;
|
|
265
|
+
open?: boolean | undefined;
|
|
266
|
+
transparent?: boolean | undefined;
|
|
267
|
+
circular?: boolean | undefined;
|
|
268
|
+
unstyled?: boolean | undefined;
|
|
269
|
+
backgrounded?: boolean | undefined;
|
|
270
|
+
hoverTheme?: boolean | undefined;
|
|
271
|
+
pressTheme?: boolean | undefined;
|
|
272
|
+
focusTheme?: boolean | undefined;
|
|
273
|
+
elevate?: boolean | undefined;
|
|
274
|
+
bordered?: number | boolean | undefined;
|
|
275
|
+
radiused?: boolean | undefined;
|
|
276
|
+
padded?: boolean | undefined;
|
|
277
|
+
chromeless?: boolean | "all" | undefined;
|
|
278
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
279
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
280
|
+
fullscreen?: boolean | undefined;
|
|
281
|
+
open?: boolean | undefined;
|
|
282
|
+
transparent?: boolean | undefined;
|
|
283
|
+
circular?: boolean | undefined;
|
|
284
|
+
unstyled?: boolean | undefined;
|
|
285
|
+
backgrounded?: boolean | undefined;
|
|
286
|
+
hoverTheme?: boolean | undefined;
|
|
287
|
+
pressTheme?: boolean | undefined;
|
|
288
|
+
focusTheme?: boolean | undefined;
|
|
289
|
+
elevate?: boolean | undefined;
|
|
290
|
+
bordered?: number | boolean | undefined;
|
|
291
|
+
radiused?: boolean | undefined;
|
|
292
|
+
padded?: boolean | undefined;
|
|
293
|
+
chromeless?: boolean | "all" | undefined;
|
|
294
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
295
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
296
|
+
fullscreen?: boolean | undefined;
|
|
297
|
+
open?: boolean | undefined;
|
|
298
|
+
transparent?: boolean | undefined;
|
|
299
|
+
circular?: boolean | undefined;
|
|
300
|
+
unstyled?: boolean | undefined;
|
|
301
|
+
backgrounded?: boolean | undefined;
|
|
302
|
+
hoverTheme?: boolean | undefined;
|
|
303
|
+
pressTheme?: boolean | undefined;
|
|
304
|
+
focusTheme?: boolean | undefined;
|
|
305
|
+
elevate?: boolean | undefined;
|
|
306
|
+
bordered?: number | boolean | undefined;
|
|
307
|
+
radiused?: boolean | undefined;
|
|
308
|
+
padded?: boolean | undefined;
|
|
309
|
+
chromeless?: boolean | "all" | undefined;
|
|
310
|
+
}>>>) => null>;
|
|
311
|
+
Handle: ({ __scopeSheet, ...props }: import("./types").SheetScopedProps<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
312
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
313
|
+
fullscreen?: boolean | undefined;
|
|
314
|
+
open?: boolean | undefined;
|
|
315
|
+
unstyled?: boolean | undefined;
|
|
316
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
317
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
318
|
+
fullscreen?: boolean | undefined;
|
|
319
|
+
open?: boolean | undefined;
|
|
320
|
+
unstyled?: boolean | undefined;
|
|
321
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
322
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
323
|
+
fullscreen?: boolean | undefined;
|
|
324
|
+
open?: boolean | undefined;
|
|
325
|
+
unstyled?: boolean | undefined;
|
|
326
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
327
|
+
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
328
|
+
fullscreen?: boolean | undefined;
|
|
329
|
+
open?: boolean | undefined;
|
|
330
|
+
unstyled?: boolean | undefined;
|
|
331
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
164
332
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
165
333
|
fullscreen?: boolean | undefined;
|
|
166
334
|
open?: boolean | undefined;
|
|
167
335
|
unstyled?: boolean | undefined;
|
|
168
|
-
}
|
|
169
|
-
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase
|
|
336
|
+
}>>>) => JSX.Element | null;
|
|
337
|
+
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
170
338
|
fullscreen?: boolean | undefined;
|
|
171
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
339
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
172
340
|
fullscreen?: boolean | undefined;
|
|
173
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
341
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
174
342
|
fullscreen?: boolean | undefined;
|
|
175
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
343
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
176
344
|
fullscreen?: boolean | undefined;
|
|
177
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
345
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
178
346
|
fullscreen?: boolean | undefined;
|
|
179
347
|
}>> & import("react").RefAttributes<import("react-native").ScrollView>>;
|
|
180
348
|
};
|
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;;;;;MAkCjB,CAAA;AAMF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;MA6BlB,CAAA;AAMF,eAAO,MAAM,KAAK;;;;MAoBhB,CAAA;AAEF,eAAO,MAAM,KAAK
|
|
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;;;;;MAkCjB,CAAA;AAMF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;MA6BlB,CAAA;AAMF,eAAO,MAAM,KAAK;;;;MAoBhB,CAAA;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIhB,CAAA;AAEF,uCAAuC;AACvC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;MAAU,CAAA;AAExC,uCAAuC;AACvC,eAAO,MAAM,gBAAgB;;;;;MAAS,CAAA"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ScrollView as RNScrollView } from 'react-native';
|
|
3
|
-
export declare const SheetScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase
|
|
3
|
+
export declare const SheetScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
4
4
|
fullscreen?: boolean | undefined;
|
|
5
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
5
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
6
6
|
fullscreen?: boolean | undefined;
|
|
7
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
7
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
8
8
|
fullscreen?: boolean | undefined;
|
|
9
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
9
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
10
10
|
fullscreen?: boolean | undefined;
|
|
11
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
11
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
12
12
|
fullscreen?: boolean | undefined;
|
|
13
13
|
}>> & import("react").RefAttributes<RNScrollView>>;
|
|
14
14
|
//# sourceMappingURL=SheetScrollView.d.ts.map
|
package/types/createSheet.d.ts
CHANGED
|
@@ -54,15 +54,15 @@ export declare function createSheet<H extends SheetStyledComponent | TamaguiComp
|
|
|
54
54
|
}>> & RefAttributes<unknown>>;
|
|
55
55
|
Overlay: import("react").MemoExoticComponent<(propsIn: SheetScopedProps<GetProps<typeof Overlay>>) => null>;
|
|
56
56
|
Handle: ({ __scopeSheet, ...props }: SheetScopedProps<GetProps<typeof Handle>>) => JSX.Element | null;
|
|
57
|
-
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase
|
|
57
|
+
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
58
58
|
fullscreen?: boolean | undefined;
|
|
59
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
59
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
60
60
|
fullscreen?: boolean | undefined;
|
|
61
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
61
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
62
62
|
fullscreen?: boolean | undefined;
|
|
63
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
63
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
64
64
|
fullscreen?: boolean | undefined;
|
|
65
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
65
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
66
66
|
fullscreen?: boolean | undefined;
|
|
67
67
|
}>> & RefAttributes<import("react-native").ScrollView>>;
|
|
68
68
|
};
|
|
@@ -82,15 +82,15 @@ export declare function createSheet<H extends SheetStyledComponent | TamaguiComp
|
|
|
82
82
|
}>> & RefAttributes<unknown>>;
|
|
83
83
|
Overlay: import("react").MemoExoticComponent<(propsIn: SheetScopedProps<GetProps<typeof Overlay>>) => null>;
|
|
84
84
|
Handle: ({ __scopeSheet, ...props }: SheetScopedProps<GetProps<typeof Handle>>) => JSX.Element | null;
|
|
85
|
-
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase
|
|
85
|
+
ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/web/types/interfaces/TamaguiComponentPropsBaseBase").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
86
86
|
fullscreen?: boolean | undefined;
|
|
87
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
87
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
88
88
|
fullscreen?: boolean | undefined;
|
|
89
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
89
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
90
90
|
fullscreen?: boolean | undefined;
|
|
91
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
91
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
92
92
|
fullscreen?: boolean | undefined;
|
|
93
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
93
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
94
94
|
fullscreen?: boolean | undefined;
|
|
95
95
|
}>> & RefAttributes<import("react-native").ScrollView>>;
|
|
96
96
|
};
|