@tamagui/tabs 1.41.0 → 1.42.0
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 +10 -10
- package/types/Tabs.d.ts +253 -36
- package/types/Tabs.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/tabs",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.42.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@tamagui/create-context": "1.
|
|
29
|
-
"@tamagui/get-button-sized": "1.
|
|
30
|
-
"@tamagui/group": "1.
|
|
31
|
-
"@tamagui/roving-focus": "1.
|
|
32
|
-
"@tamagui/stacks": "1.
|
|
33
|
-
"@tamagui/use-controllable-state": "1.
|
|
34
|
-
"@tamagui/use-direction": "1.
|
|
35
|
-
"@tamagui/web": "1.
|
|
28
|
+
"@tamagui/create-context": "1.42.0",
|
|
29
|
+
"@tamagui/get-button-sized": "1.42.0",
|
|
30
|
+
"@tamagui/group": "1.42.0",
|
|
31
|
+
"@tamagui/roving-focus": "1.42.0",
|
|
32
|
+
"@tamagui/stacks": "1.42.0",
|
|
33
|
+
"@tamagui/use-controllable-state": "1.42.0",
|
|
34
|
+
"@tamagui/use-direction": "1.42.0",
|
|
35
|
+
"@tamagui/web": "1.42.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": "*",
|
|
39
39
|
"react-dom": "*"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@tamagui/build": "1.
|
|
42
|
+
"@tamagui/build": "1.42.0",
|
|
43
43
|
"react": "^18.2.0",
|
|
44
44
|
"react-dom": "^18.2.0"
|
|
45
45
|
},
|
package/types/Tabs.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
|
|
|
32
32
|
readonly size?: SizeTokens | undefined;
|
|
33
33
|
readonly disabled?: boolean | undefined;
|
|
34
34
|
readonly unstyled?: boolean | undefined;
|
|
35
|
-
} & import("@tamagui/web").
|
|
35
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
36
36
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
37
37
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
38
38
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -53,7 +53,7 @@ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
|
|
|
53
53
|
readonly size?: SizeTokens | undefined;
|
|
54
54
|
readonly disabled?: boolean | undefined;
|
|
55
55
|
readonly unstyled?: boolean | undefined;
|
|
56
|
-
}>> & import("@tamagui/web").
|
|
56
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
57
57
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
58
58
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
59
59
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -74,7 +74,28 @@ declare const TabsTriggerFrame: import("@tamagui/web").TamaguiComponent<Omit<imp
|
|
|
74
74
|
readonly size?: SizeTokens | undefined;
|
|
75
75
|
readonly disabled?: boolean | undefined;
|
|
76
76
|
readonly unstyled?: boolean | undefined;
|
|
77
|
-
}
|
|
77
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
78
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
79
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
80
|
+
readonly fullscreen?: boolean | undefined;
|
|
81
|
+
readonly elevation?: SizeTokens | undefined;
|
|
82
|
+
} & {
|
|
83
|
+
readonly backgrounded?: boolean | undefined;
|
|
84
|
+
readonly radiused?: boolean | undefined;
|
|
85
|
+
readonly hoverTheme?: boolean | undefined;
|
|
86
|
+
readonly pressTheme?: boolean | undefined;
|
|
87
|
+
readonly focusTheme?: boolean | undefined;
|
|
88
|
+
readonly circular?: boolean | undefined;
|
|
89
|
+
readonly padded?: boolean | undefined;
|
|
90
|
+
readonly elevate?: boolean | undefined;
|
|
91
|
+
readonly bordered?: number | boolean | undefined;
|
|
92
|
+
readonly transparent?: boolean | undefined;
|
|
93
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
94
|
+
}, "size" | "unstyled" | "disabled"> & {
|
|
95
|
+
readonly size?: SizeTokens | undefined;
|
|
96
|
+
readonly disabled?: boolean | undefined;
|
|
97
|
+
readonly unstyled?: boolean | undefined;
|
|
98
|
+
}>>>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
78
99
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
79
100
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
80
101
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -144,6 +165,24 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
|
|
|
144
165
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
145
166
|
readonly fullscreen?: boolean | undefined;
|
|
146
167
|
readonly elevation?: SizeTokens | undefined;
|
|
168
|
+
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
169
|
+
readonly backgrounded?: boolean | undefined;
|
|
170
|
+
/** Used for making custom indicators when trigger interacted with */
|
|
171
|
+
readonly radiused?: boolean | undefined;
|
|
172
|
+
readonly hoverTheme?: boolean | undefined;
|
|
173
|
+
readonly pressTheme?: boolean | undefined;
|
|
174
|
+
readonly focusTheme?: boolean | undefined;
|
|
175
|
+
readonly circular?: boolean | undefined;
|
|
176
|
+
readonly padded?: boolean | undefined;
|
|
177
|
+
readonly elevate?: boolean | undefined;
|
|
178
|
+
readonly bordered?: number | boolean | undefined;
|
|
179
|
+
readonly transparent?: boolean | undefined;
|
|
180
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
181
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
182
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
183
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
184
|
+
readonly fullscreen?: boolean | undefined;
|
|
185
|
+
readonly elevation?: SizeTokens | undefined;
|
|
147
186
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
148
187
|
readonly backgrounded?: boolean | undefined;
|
|
149
188
|
readonly radiused?: boolean | undefined;
|
|
@@ -156,7 +195,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
|
|
|
156
195
|
readonly bordered?: number | boolean | undefined;
|
|
157
196
|
readonly transparent?: boolean | undefined;
|
|
158
197
|
readonly chromeless?: boolean | "all" | undefined;
|
|
159
|
-
} & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
198
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
160
199
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
161
200
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
162
201
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -173,7 +212,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
|
|
|
173
212
|
readonly bordered?: number | boolean | undefined;
|
|
174
213
|
readonly transparent?: boolean | undefined;
|
|
175
214
|
readonly chromeless?: boolean | "all" | undefined;
|
|
176
|
-
}
|
|
215
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
177
216
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
178
217
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
179
218
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -190,7 +229,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
|
|
|
190
229
|
readonly bordered?: number | boolean | undefined;
|
|
191
230
|
readonly transparent?: boolean | undefined;
|
|
192
231
|
readonly chromeless?: boolean | "all" | undefined;
|
|
193
|
-
}
|
|
232
|
+
}>>>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
194
233
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
195
234
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
196
235
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -209,7 +248,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
|
|
|
209
248
|
readonly chromeless?: boolean | "all" | undefined;
|
|
210
249
|
}, string | number> & {
|
|
211
250
|
[x: string]: undefined;
|
|
212
|
-
} & import("@tamagui/web").
|
|
251
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
213
252
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
214
253
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
215
254
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -228,7 +267,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
|
|
|
228
267
|
readonly chromeless?: boolean | "all" | undefined;
|
|
229
268
|
}, string | number> & {
|
|
230
269
|
[x: string]: undefined;
|
|
231
|
-
}>> & import("@tamagui/web").
|
|
270
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
232
271
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
233
272
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
234
273
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -247,7 +286,26 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
|
|
|
247
286
|
readonly chromeless?: boolean | "all" | undefined;
|
|
248
287
|
}, string | number> & {
|
|
249
288
|
[x: string]: undefined;
|
|
250
|
-
}
|
|
289
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
290
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
291
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
292
|
+
readonly fullscreen?: boolean | undefined;
|
|
293
|
+
readonly elevation?: SizeTokens | undefined;
|
|
294
|
+
} & {
|
|
295
|
+
readonly backgrounded?: boolean | undefined;
|
|
296
|
+
readonly radiused?: boolean | undefined;
|
|
297
|
+
readonly hoverTheme?: boolean | undefined;
|
|
298
|
+
readonly pressTheme?: boolean | undefined;
|
|
299
|
+
readonly focusTheme?: boolean | undefined;
|
|
300
|
+
readonly circular?: boolean | undefined;
|
|
301
|
+
readonly padded?: boolean | undefined;
|
|
302
|
+
readonly elevate?: boolean | undefined;
|
|
303
|
+
readonly bordered?: number | boolean | undefined;
|
|
304
|
+
readonly transparent?: boolean | undefined;
|
|
305
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
306
|
+
}, string | number> & {
|
|
307
|
+
[x: string]: undefined;
|
|
308
|
+
}>>>>), import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
251
309
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
252
310
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
253
311
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -317,7 +375,21 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
317
375
|
readonly elevate?: boolean | undefined;
|
|
318
376
|
readonly bordered?: number | boolean | undefined;
|
|
319
377
|
readonly size?: SizeTokens | undefined;
|
|
320
|
-
} & import("@tamagui/web").
|
|
378
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
379
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
380
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
381
|
+
readonly fullscreen?: boolean | undefined;
|
|
382
|
+
readonly elevation?: SizeTokens | undefined;
|
|
383
|
+
}, "size" | "unstyled" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered"> & {
|
|
384
|
+
readonly unstyled?: boolean | undefined;
|
|
385
|
+
readonly hoverTheme?: boolean | undefined;
|
|
386
|
+
readonly pressTheme?: boolean | undefined;
|
|
387
|
+
readonly focusTheme?: boolean | undefined;
|
|
388
|
+
readonly circular?: boolean | undefined;
|
|
389
|
+
readonly elevate?: boolean | undefined;
|
|
390
|
+
readonly bordered?: number | boolean | undefined;
|
|
391
|
+
readonly size?: SizeTokens | undefined;
|
|
392
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
321
393
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
322
394
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
323
395
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -331,7 +403,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
331
403
|
readonly elevate?: boolean | undefined;
|
|
332
404
|
readonly bordered?: number | boolean | undefined;
|
|
333
405
|
readonly size?: SizeTokens | undefined;
|
|
334
|
-
}
|
|
406
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
335
407
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
336
408
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
337
409
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -345,7 +417,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
345
417
|
readonly elevate?: boolean | undefined;
|
|
346
418
|
readonly bordered?: number | boolean | undefined;
|
|
347
419
|
readonly size?: SizeTokens | undefined;
|
|
348
|
-
}
|
|
420
|
+
}>>>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
349
421
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
350
422
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
351
423
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -361,7 +433,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
361
433
|
readonly size?: SizeTokens | undefined;
|
|
362
434
|
}, string | number> & {
|
|
363
435
|
[x: string]: undefined;
|
|
364
|
-
} & import("@tamagui/web").
|
|
436
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
365
437
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
366
438
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
367
439
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -377,7 +449,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
377
449
|
readonly size?: SizeTokens | undefined;
|
|
378
450
|
}, string | number> & {
|
|
379
451
|
[x: string]: undefined;
|
|
380
|
-
}>> & import("@tamagui/web").
|
|
452
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
381
453
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
382
454
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
383
455
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -393,7 +465,23 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
393
465
|
readonly size?: SizeTokens | undefined;
|
|
394
466
|
}, string | number> & {
|
|
395
467
|
[x: string]: undefined;
|
|
396
|
-
}
|
|
468
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
469
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
470
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
471
|
+
readonly fullscreen?: boolean | undefined;
|
|
472
|
+
readonly elevation?: SizeTokens | undefined;
|
|
473
|
+
} & {
|
|
474
|
+
readonly unstyled?: boolean | undefined;
|
|
475
|
+
readonly hoverTheme?: boolean | undefined;
|
|
476
|
+
readonly pressTheme?: boolean | undefined;
|
|
477
|
+
readonly focusTheme?: boolean | undefined;
|
|
478
|
+
readonly circular?: boolean | undefined;
|
|
479
|
+
readonly elevate?: boolean | undefined;
|
|
480
|
+
readonly bordered?: number | boolean | undefined;
|
|
481
|
+
readonly size?: SizeTokens | undefined;
|
|
482
|
+
}, string | number> & {
|
|
483
|
+
[x: string]: undefined;
|
|
484
|
+
}>>>>), import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
397
485
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
398
486
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
399
487
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -472,7 +560,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
472
560
|
readonly elevate?: boolean | undefined;
|
|
473
561
|
readonly bordered?: number | boolean | undefined;
|
|
474
562
|
readonly size?: SizeTokens | undefined;
|
|
475
|
-
} & import("@tamagui/web").
|
|
563
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
476
564
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
477
565
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
478
566
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -486,7 +574,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
486
574
|
readonly elevate?: boolean | undefined;
|
|
487
575
|
readonly bordered?: number | boolean | undefined;
|
|
488
576
|
readonly size?: SizeTokens | undefined;
|
|
489
|
-
}>> & import("@tamagui/web").
|
|
577
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
490
578
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
491
579
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
492
580
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -500,7 +588,21 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
500
588
|
readonly elevate?: boolean | undefined;
|
|
501
589
|
readonly bordered?: number | boolean | undefined;
|
|
502
590
|
readonly size?: SizeTokens | undefined;
|
|
503
|
-
}
|
|
591
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
592
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
593
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
594
|
+
readonly fullscreen?: boolean | undefined;
|
|
595
|
+
readonly elevation?: SizeTokens | undefined;
|
|
596
|
+
}, "size" | "unstyled" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered"> & {
|
|
597
|
+
readonly unstyled?: boolean | undefined;
|
|
598
|
+
readonly hoverTheme?: boolean | undefined;
|
|
599
|
+
readonly pressTheme?: boolean | undefined;
|
|
600
|
+
readonly focusTheme?: boolean | undefined;
|
|
601
|
+
readonly circular?: boolean | undefined;
|
|
602
|
+
readonly elevate?: boolean | undefined;
|
|
603
|
+
readonly bordered?: number | boolean | undefined;
|
|
604
|
+
readonly size?: SizeTokens | undefined;
|
|
605
|
+
}>>>> & {
|
|
504
606
|
/** The value for the selected tab, if controlled */
|
|
505
607
|
value?: string | undefined;
|
|
506
608
|
/** The value of the tab to select by default, if uncontrolled */
|
|
@@ -538,7 +640,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
538
640
|
readonly size?: SizeTokens | undefined;
|
|
539
641
|
}, string | number> & {
|
|
540
642
|
[x: string]: undefined;
|
|
541
|
-
} & import("@tamagui/web").
|
|
643
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
542
644
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
543
645
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
544
646
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -554,7 +656,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
554
656
|
readonly size?: SizeTokens | undefined;
|
|
555
657
|
}, string | number> & {
|
|
556
658
|
[x: string]: undefined;
|
|
557
|
-
}>> & import("@tamagui/web").
|
|
659
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
558
660
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
559
661
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
560
662
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -570,7 +672,23 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
570
672
|
readonly size?: SizeTokens | undefined;
|
|
571
673
|
}, string | number> & {
|
|
572
674
|
[x: string]: undefined;
|
|
573
|
-
}
|
|
675
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
676
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
677
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
678
|
+
readonly fullscreen?: boolean | undefined;
|
|
679
|
+
readonly elevation?: SizeTokens | undefined;
|
|
680
|
+
} & {
|
|
681
|
+
readonly unstyled?: boolean | undefined;
|
|
682
|
+
readonly hoverTheme?: boolean | undefined;
|
|
683
|
+
readonly pressTheme?: boolean | undefined;
|
|
684
|
+
readonly focusTheme?: boolean | undefined;
|
|
685
|
+
readonly circular?: boolean | undefined;
|
|
686
|
+
readonly elevate?: boolean | undefined;
|
|
687
|
+
readonly bordered?: number | boolean | undefined;
|
|
688
|
+
readonly size?: SizeTokens | undefined;
|
|
689
|
+
}, string | number> & {
|
|
690
|
+
[x: string]: undefined;
|
|
691
|
+
}>>>> & {
|
|
574
692
|
/** The value for the selected tab, if controlled */
|
|
575
693
|
value?: string | undefined;
|
|
576
694
|
/** The value of the tab to select by default, if uncontrolled */
|
|
@@ -613,7 +731,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
613
731
|
}, "size" | "unstyled"> & {
|
|
614
732
|
readonly unstyled?: boolean | undefined;
|
|
615
733
|
readonly size?: any;
|
|
616
|
-
} & import("@tamagui/web").
|
|
734
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
617
735
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
618
736
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
619
737
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -633,7 +751,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
633
751
|
}, "size" | "unstyled"> & {
|
|
634
752
|
readonly unstyled?: boolean | undefined;
|
|
635
753
|
readonly size?: any;
|
|
636
|
-
}>> & import("@tamagui/web").
|
|
754
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
637
755
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
638
756
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
639
757
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -653,7 +771,27 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
653
771
|
}, "size" | "unstyled"> & {
|
|
654
772
|
readonly unstyled?: boolean | undefined;
|
|
655
773
|
readonly size?: any;
|
|
656
|
-
}
|
|
774
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
775
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
776
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
777
|
+
readonly fullscreen?: boolean | undefined;
|
|
778
|
+
readonly elevation?: SizeTokens | undefined;
|
|
779
|
+
} & {
|
|
780
|
+
readonly backgrounded?: boolean | undefined;
|
|
781
|
+
readonly radiused?: boolean | undefined;
|
|
782
|
+
readonly hoverTheme?: boolean | undefined;
|
|
783
|
+
readonly pressTheme?: boolean | undefined;
|
|
784
|
+
readonly focusTheme?: boolean | undefined;
|
|
785
|
+
readonly circular?: boolean | undefined;
|
|
786
|
+
readonly padded?: boolean | undefined;
|
|
787
|
+
readonly elevate?: boolean | undefined;
|
|
788
|
+
readonly bordered?: number | boolean | undefined;
|
|
789
|
+
readonly transparent?: boolean | undefined;
|
|
790
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
791
|
+
}, "size" | "unstyled"> & {
|
|
792
|
+
readonly unstyled?: boolean | undefined;
|
|
793
|
+
readonly size?: any;
|
|
794
|
+
}>>>> & {
|
|
657
795
|
axis?: "horizontal" | "vertical" | undefined;
|
|
658
796
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
659
797
|
scrollable?: boolean | undefined;
|
|
@@ -692,7 +830,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
692
830
|
readonly size?: SizeTokens | undefined;
|
|
693
831
|
readonly disabled?: boolean | undefined;
|
|
694
832
|
readonly unstyled?: boolean | undefined;
|
|
695
|
-
} & import("@tamagui/web").
|
|
833
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
696
834
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
697
835
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
698
836
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -713,7 +851,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
713
851
|
readonly size?: SizeTokens | undefined;
|
|
714
852
|
readonly disabled?: boolean | undefined;
|
|
715
853
|
readonly unstyled?: boolean | undefined;
|
|
716
|
-
}>> & import("@tamagui/web").
|
|
854
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
717
855
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
718
856
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
719
857
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -734,7 +872,28 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
734
872
|
readonly size?: SizeTokens | undefined;
|
|
735
873
|
readonly disabled?: boolean | undefined;
|
|
736
874
|
readonly unstyled?: boolean | undefined;
|
|
737
|
-
}
|
|
875
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
876
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
877
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
878
|
+
readonly fullscreen?: boolean | undefined;
|
|
879
|
+
readonly elevation?: SizeTokens | undefined;
|
|
880
|
+
} & {
|
|
881
|
+
readonly backgrounded?: boolean | undefined;
|
|
882
|
+
readonly radiused?: boolean | undefined;
|
|
883
|
+
readonly hoverTheme?: boolean | undefined;
|
|
884
|
+
readonly pressTheme?: boolean | undefined;
|
|
885
|
+
readonly focusTheme?: boolean | undefined;
|
|
886
|
+
readonly circular?: boolean | undefined;
|
|
887
|
+
readonly padded?: boolean | undefined;
|
|
888
|
+
readonly elevate?: boolean | undefined;
|
|
889
|
+
readonly bordered?: number | boolean | undefined;
|
|
890
|
+
readonly transparent?: boolean | undefined;
|
|
891
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
892
|
+
}, "size" | "unstyled" | "disabled"> & {
|
|
893
|
+
readonly size?: SizeTokens | undefined;
|
|
894
|
+
readonly disabled?: boolean | undefined;
|
|
895
|
+
readonly unstyled?: boolean | undefined;
|
|
896
|
+
}>>>> & {
|
|
738
897
|
/** The value for the tabs state to be changed to after activation of the trigger */
|
|
739
898
|
value: string;
|
|
740
899
|
/** Used for making custom indicators when trigger interacted with */
|
|
@@ -761,7 +920,28 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
761
920
|
readonly size?: SizeTokens | undefined;
|
|
762
921
|
readonly disabled?: boolean | undefined;
|
|
763
922
|
readonly unstyled?: boolean | undefined;
|
|
764
|
-
} & import("@tamagui/web").
|
|
923
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
924
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
925
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
926
|
+
readonly fullscreen?: boolean | undefined;
|
|
927
|
+
readonly elevation?: SizeTokens | undefined;
|
|
928
|
+
} & {
|
|
929
|
+
readonly backgrounded?: boolean | undefined;
|
|
930
|
+
readonly radiused?: boolean | undefined;
|
|
931
|
+
readonly hoverTheme?: boolean | undefined;
|
|
932
|
+
readonly pressTheme?: boolean | undefined;
|
|
933
|
+
readonly focusTheme?: boolean | undefined;
|
|
934
|
+
readonly circular?: boolean | undefined;
|
|
935
|
+
readonly padded?: boolean | undefined;
|
|
936
|
+
readonly elevate?: boolean | undefined;
|
|
937
|
+
readonly bordered?: number | boolean | undefined;
|
|
938
|
+
readonly transparent?: boolean | undefined;
|
|
939
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
940
|
+
}, "size" | "unstyled" | "disabled"> & {
|
|
941
|
+
readonly size?: SizeTokens | undefined;
|
|
942
|
+
readonly disabled?: boolean | undefined;
|
|
943
|
+
readonly unstyled?: boolean | undefined;
|
|
944
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
765
945
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
766
946
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
767
947
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -782,7 +962,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
782
962
|
readonly size?: SizeTokens | undefined;
|
|
783
963
|
readonly disabled?: boolean | undefined;
|
|
784
964
|
readonly unstyled?: boolean | undefined;
|
|
785
|
-
}
|
|
965
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
786
966
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
787
967
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
788
968
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -803,7 +983,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
803
983
|
readonly size?: SizeTokens | undefined;
|
|
804
984
|
readonly disabled?: boolean | undefined;
|
|
805
985
|
readonly unstyled?: boolean | undefined;
|
|
806
|
-
}
|
|
986
|
+
}>>>> & {
|
|
807
987
|
/** The value for the tabs state to be changed to after activation of the trigger */
|
|
808
988
|
value: string;
|
|
809
989
|
/** Used for making custom indicators when trigger interacted with */
|
|
@@ -816,6 +996,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
816
996
|
readonly elevation?: SizeTokens | undefined;
|
|
817
997
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
818
998
|
readonly backgrounded?: boolean | undefined;
|
|
999
|
+
/** Used for making custom indicators when trigger interacted with */
|
|
819
1000
|
readonly radiused?: boolean | undefined;
|
|
820
1001
|
readonly hoverTheme?: boolean | undefined;
|
|
821
1002
|
readonly pressTheme?: boolean | undefined;
|
|
@@ -826,7 +1007,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
826
1007
|
readonly bordered?: number | boolean | undefined;
|
|
827
1008
|
readonly transparent?: boolean | undefined;
|
|
828
1009
|
readonly chromeless?: boolean | "all" | undefined;
|
|
829
|
-
} & import("@tamagui/web").
|
|
1010
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
830
1011
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
831
1012
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
832
1013
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -843,7 +1024,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
843
1024
|
readonly bordered?: number | boolean | undefined;
|
|
844
1025
|
readonly transparent?: boolean | undefined;
|
|
845
1026
|
readonly chromeless?: boolean | "all" | undefined;
|
|
846
|
-
}>> & import("@tamagui/web").
|
|
1027
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
847
1028
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
848
1029
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
849
1030
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -860,7 +1041,24 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
860
1041
|
readonly bordered?: number | boolean | undefined;
|
|
861
1042
|
readonly transparent?: boolean | undefined;
|
|
862
1043
|
readonly chromeless?: boolean | "all" | undefined;
|
|
863
|
-
}
|
|
1044
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1045
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1046
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
1047
|
+
readonly fullscreen?: boolean | undefined;
|
|
1048
|
+
readonly elevation?: SizeTokens | undefined;
|
|
1049
|
+
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
1050
|
+
readonly backgrounded?: boolean | undefined;
|
|
1051
|
+
readonly radiused?: boolean | undefined;
|
|
1052
|
+
readonly hoverTheme?: boolean | undefined;
|
|
1053
|
+
readonly pressTheme?: boolean | undefined;
|
|
1054
|
+
readonly focusTheme?: boolean | undefined;
|
|
1055
|
+
readonly circular?: boolean | undefined;
|
|
1056
|
+
readonly padded?: boolean | undefined;
|
|
1057
|
+
readonly elevate?: boolean | undefined;
|
|
1058
|
+
readonly bordered?: number | boolean | undefined;
|
|
1059
|
+
readonly transparent?: boolean | undefined;
|
|
1060
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
1061
|
+
}>>>> & {
|
|
864
1062
|
/** Will show the content when the value matches the state of Tabs root */
|
|
865
1063
|
value: string;
|
|
866
1064
|
/**
|
|
@@ -887,7 +1085,26 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
887
1085
|
readonly chromeless?: boolean | "all" | undefined;
|
|
888
1086
|
}, string | number> & {
|
|
889
1087
|
[x: string]: undefined;
|
|
890
|
-
} & import("@tamagui/web").
|
|
1088
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1089
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1090
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
1091
|
+
readonly fullscreen?: boolean | undefined;
|
|
1092
|
+
readonly elevation?: SizeTokens | undefined;
|
|
1093
|
+
} & {
|
|
1094
|
+
readonly backgrounded?: boolean | undefined;
|
|
1095
|
+
readonly radiused?: boolean | undefined;
|
|
1096
|
+
readonly hoverTheme?: boolean | undefined;
|
|
1097
|
+
readonly pressTheme?: boolean | undefined;
|
|
1098
|
+
readonly focusTheme?: boolean | undefined;
|
|
1099
|
+
readonly circular?: boolean | undefined;
|
|
1100
|
+
readonly padded?: boolean | undefined;
|
|
1101
|
+
readonly elevate?: boolean | undefined;
|
|
1102
|
+
readonly bordered?: number | boolean | undefined;
|
|
1103
|
+
readonly transparent?: boolean | undefined;
|
|
1104
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
1105
|
+
}, string | number> & {
|
|
1106
|
+
[x: string]: undefined;
|
|
1107
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
891
1108
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
892
1109
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
893
1110
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -906,7 +1123,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
906
1123
|
readonly chromeless?: boolean | "all" | undefined;
|
|
907
1124
|
}, string | number> & {
|
|
908
1125
|
[x: string]: undefined;
|
|
909
|
-
}
|
|
1126
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
910
1127
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
911
1128
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
912
1129
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -925,7 +1142,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
925
1142
|
readonly chromeless?: boolean | "all" | undefined;
|
|
926
1143
|
}, string | number> & {
|
|
927
1144
|
[x: string]: undefined;
|
|
928
|
-
}
|
|
1145
|
+
}>>>> & {
|
|
929
1146
|
/** Will show the content when the value matches the state of Tabs root */
|
|
930
1147
|
value: string;
|
|
931
1148
|
/**
|
package/types/Tabs.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../src/Tabs.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAS,UAAU,EAAgB,MAAM,gBAAgB,CAAA;AAChE,OAAO,EAAE,gBAAgB,EAA+B,MAAM,uBAAuB,CAAA;AAIrF,OAAO,EACL,QAAQ,EACR,UAAU,EAQX,MAAM,cAAc,CAAA;AACrB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAanD,KAAK,kBAAkB,GAAG,UAAU,CAAA;AAEpC,KAAK,aAAa,GAAG,kBAAkB,GAAG;IACxC;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAA;AAwCD,QAAA,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../src/Tabs.tsx"],"names":[],"mappings":"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"}
|