@tamagui/tabs 1.43.17 → 1.44.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 +12 -227
- 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.44.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.44.0",
|
|
29
|
+
"@tamagui/get-button-sized": "1.44.0",
|
|
30
|
+
"@tamagui/group": "1.44.0",
|
|
31
|
+
"@tamagui/roving-focus": "1.44.0",
|
|
32
|
+
"@tamagui/stacks": "1.44.0",
|
|
33
|
+
"@tamagui/use-controllable-state": "1.44.0",
|
|
34
|
+
"@tamagui/use-direction": "1.44.0",
|
|
35
|
+
"@tamagui/web": "1.44.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.44.0",
|
|
43
43
|
"react": "^18.2.0",
|
|
44
44
|
"react-dom": "^18.2.0"
|
|
45
45
|
},
|
package/types/Tabs.d.ts
CHANGED
|
@@ -74,28 +74,7 @@ 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
|
-
}
|
|
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 & {
|
|
77
|
+
}>>, 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 & {
|
|
99
78
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
100
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, {
|
|
101
80
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -211,24 +190,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
|
|
|
211
190
|
readonly bordered?: number | boolean | undefined;
|
|
212
191
|
readonly transparent?: boolean | undefined;
|
|
213
192
|
readonly chromeless?: boolean | "all" | undefined;
|
|
214
|
-
}
|
|
215
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
216
|
-
} & 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<{
|
|
217
|
-
readonly fullscreen?: boolean | undefined;
|
|
218
|
-
readonly elevation?: SizeTokens | undefined;
|
|
219
|
-
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
220
|
-
readonly backgrounded?: boolean | undefined;
|
|
221
|
-
readonly radiused?: boolean | undefined;
|
|
222
|
-
readonly hoverTheme?: boolean | undefined;
|
|
223
|
-
readonly pressTheme?: boolean | undefined;
|
|
224
|
-
readonly focusTheme?: boolean | undefined;
|
|
225
|
-
readonly circular?: boolean | undefined;
|
|
226
|
-
readonly padded?: boolean | undefined;
|
|
227
|
-
readonly elevate?: boolean | undefined;
|
|
228
|
-
readonly bordered?: number | boolean | undefined;
|
|
229
|
-
readonly transparent?: boolean | undefined;
|
|
230
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
231
|
-
}>>>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
193
|
+
}>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
232
194
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
233
195
|
} & 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
196
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -285,26 +247,7 @@ declare const TabsContentFrame: import("@tamagui/web").TamaguiComponent<(Omit<im
|
|
|
285
247
|
readonly chromeless?: boolean | "all" | undefined;
|
|
286
248
|
}, string | number> & {
|
|
287
249
|
[x: string]: undefined;
|
|
288
|
-
}
|
|
289
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
290
|
-
} & 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<{
|
|
291
|
-
readonly fullscreen?: boolean | undefined;
|
|
292
|
-
readonly elevation?: SizeTokens | undefined;
|
|
293
|
-
} & {
|
|
294
|
-
readonly backgrounded?: boolean | undefined;
|
|
295
|
-
readonly radiused?: boolean | undefined;
|
|
296
|
-
readonly hoverTheme?: boolean | undefined;
|
|
297
|
-
readonly pressTheme?: boolean | undefined;
|
|
298
|
-
readonly focusTheme?: boolean | undefined;
|
|
299
|
-
readonly circular?: boolean | undefined;
|
|
300
|
-
readonly padded?: boolean | undefined;
|
|
301
|
-
readonly elevate?: boolean | undefined;
|
|
302
|
-
readonly bordered?: number | boolean | undefined;
|
|
303
|
-
readonly transparent?: boolean | undefined;
|
|
304
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
305
|
-
}, string | number> & {
|
|
306
|
-
[x: string]: undefined;
|
|
307
|
-
}>>>>), 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 & {
|
|
250
|
+
}>>), 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 & {
|
|
308
251
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
309
252
|
} & 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, {
|
|
310
253
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -402,21 +345,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
402
345
|
readonly elevate?: boolean | undefined;
|
|
403
346
|
readonly bordered?: number | boolean | undefined;
|
|
404
347
|
readonly size?: SizeTokens | undefined;
|
|
405
|
-
}
|
|
406
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
407
|
-
} & 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<{
|
|
408
|
-
readonly fullscreen?: boolean | undefined;
|
|
409
|
-
readonly elevation?: SizeTokens | undefined;
|
|
410
|
-
}, "size" | "unstyled" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered"> & {
|
|
411
|
-
readonly unstyled?: boolean | undefined;
|
|
412
|
-
readonly hoverTheme?: boolean | undefined;
|
|
413
|
-
readonly pressTheme?: boolean | undefined;
|
|
414
|
-
readonly focusTheme?: boolean | undefined;
|
|
415
|
-
readonly circular?: boolean | undefined;
|
|
416
|
-
readonly elevate?: boolean | undefined;
|
|
417
|
-
readonly bordered?: number | boolean | undefined;
|
|
418
|
-
readonly size?: SizeTokens | undefined;
|
|
419
|
-
}>>>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
348
|
+
}>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
420
349
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
421
350
|
} & 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<{
|
|
422
351
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -464,23 +393,7 @@ declare const TabsFrame: import("@tamagui/web").TamaguiComponent<(Omit<import("r
|
|
|
464
393
|
readonly size?: SizeTokens | undefined;
|
|
465
394
|
}, string | number> & {
|
|
466
395
|
[x: string]: undefined;
|
|
467
|
-
}
|
|
468
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
469
|
-
} & 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<{
|
|
470
|
-
readonly fullscreen?: boolean | undefined;
|
|
471
|
-
readonly elevation?: SizeTokens | undefined;
|
|
472
|
-
} & {
|
|
473
|
-
readonly unstyled?: boolean | undefined;
|
|
474
|
-
readonly hoverTheme?: boolean | undefined;
|
|
475
|
-
readonly pressTheme?: boolean | undefined;
|
|
476
|
-
readonly focusTheme?: boolean | undefined;
|
|
477
|
-
readonly circular?: boolean | undefined;
|
|
478
|
-
readonly elevate?: boolean | undefined;
|
|
479
|
-
readonly bordered?: number | boolean | undefined;
|
|
480
|
-
readonly size?: SizeTokens | undefined;
|
|
481
|
-
}, string | number> & {
|
|
482
|
-
[x: string]: undefined;
|
|
483
|
-
}>>>>), 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 & {
|
|
396
|
+
}>>), 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 & {
|
|
484
397
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
485
398
|
} & 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, {
|
|
486
399
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -587,21 +500,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
587
500
|
readonly elevate?: boolean | undefined;
|
|
588
501
|
readonly bordered?: number | boolean | undefined;
|
|
589
502
|
readonly size?: SizeTokens | undefined;
|
|
590
|
-
} &
|
|
591
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
592
|
-
} & 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<{
|
|
593
|
-
readonly fullscreen?: boolean | undefined;
|
|
594
|
-
readonly elevation?: SizeTokens | undefined;
|
|
595
|
-
}, "size" | "unstyled" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered"> & {
|
|
596
|
-
readonly unstyled?: boolean | undefined;
|
|
597
|
-
readonly hoverTheme?: boolean | undefined;
|
|
598
|
-
readonly pressTheme?: boolean | undefined;
|
|
599
|
-
readonly focusTheme?: boolean | undefined;
|
|
600
|
-
readonly circular?: boolean | undefined;
|
|
601
|
-
readonly elevate?: boolean | undefined;
|
|
602
|
-
readonly bordered?: number | boolean | undefined;
|
|
603
|
-
readonly size?: SizeTokens | undefined;
|
|
604
|
-
}>>>> & {
|
|
503
|
+
}>> & {
|
|
605
504
|
/** The value for the selected tab, if controlled */
|
|
606
505
|
value?: string | undefined;
|
|
607
506
|
/** The value of the tab to select by default, if uncontrolled */
|
|
@@ -671,23 +570,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
671
570
|
readonly size?: SizeTokens | undefined;
|
|
672
571
|
}, string | number> & {
|
|
673
572
|
[x: string]: undefined;
|
|
674
|
-
} &
|
|
675
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
676
|
-
} & 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<{
|
|
677
|
-
readonly fullscreen?: boolean | undefined;
|
|
678
|
-
readonly elevation?: SizeTokens | undefined;
|
|
679
|
-
} & {
|
|
680
|
-
readonly unstyled?: boolean | undefined;
|
|
681
|
-
readonly hoverTheme?: boolean | undefined;
|
|
682
|
-
readonly pressTheme?: boolean | undefined;
|
|
683
|
-
readonly focusTheme?: boolean | undefined;
|
|
684
|
-
readonly circular?: boolean | undefined;
|
|
685
|
-
readonly elevate?: boolean | undefined;
|
|
686
|
-
readonly bordered?: number | boolean | undefined;
|
|
687
|
-
readonly size?: SizeTokens | undefined;
|
|
688
|
-
}, string | number> & {
|
|
689
|
-
[x: string]: undefined;
|
|
690
|
-
}>>>> & {
|
|
573
|
+
}>> & {
|
|
691
574
|
/** The value for the selected tab, if controlled */
|
|
692
575
|
value?: string | undefined;
|
|
693
576
|
/** The value of the tab to select by default, if uncontrolled */
|
|
@@ -770,27 +653,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
770
653
|
}, "size" | "unstyled"> & {
|
|
771
654
|
readonly unstyled?: boolean | undefined;
|
|
772
655
|
readonly size?: any;
|
|
773
|
-
} &
|
|
774
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
775
|
-
} & 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<{
|
|
776
|
-
readonly fullscreen?: boolean | undefined;
|
|
777
|
-
readonly elevation?: SizeTokens | undefined;
|
|
778
|
-
} & {
|
|
779
|
-
readonly backgrounded?: boolean | undefined;
|
|
780
|
-
readonly radiused?: boolean | undefined;
|
|
781
|
-
readonly hoverTheme?: boolean | undefined;
|
|
782
|
-
readonly pressTheme?: boolean | undefined;
|
|
783
|
-
readonly focusTheme?: boolean | undefined;
|
|
784
|
-
readonly circular?: boolean | undefined;
|
|
785
|
-
readonly padded?: boolean | undefined;
|
|
786
|
-
readonly elevate?: boolean | undefined;
|
|
787
|
-
readonly bordered?: number | boolean | undefined;
|
|
788
|
-
readonly transparent?: boolean | undefined;
|
|
789
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
790
|
-
}, "size" | "unstyled"> & {
|
|
791
|
-
readonly unstyled?: boolean | undefined;
|
|
792
|
-
readonly size?: any;
|
|
793
|
-
}>>>> & {
|
|
656
|
+
}>> & {
|
|
794
657
|
axis?: "horizontal" | "vertical" | undefined;
|
|
795
658
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
796
659
|
scrollable?: boolean | undefined;
|
|
@@ -871,28 +734,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
871
734
|
readonly size?: SizeTokens | undefined;
|
|
872
735
|
readonly disabled?: boolean | undefined;
|
|
873
736
|
readonly unstyled?: boolean | undefined;
|
|
874
|
-
} &
|
|
875
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
876
|
-
} & 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<{
|
|
877
|
-
readonly fullscreen?: boolean | undefined;
|
|
878
|
-
readonly elevation?: SizeTokens | undefined;
|
|
879
|
-
} & {
|
|
880
|
-
readonly backgrounded?: boolean | undefined;
|
|
881
|
-
readonly radiused?: boolean | undefined;
|
|
882
|
-
readonly hoverTheme?: boolean | undefined;
|
|
883
|
-
readonly pressTheme?: boolean | undefined;
|
|
884
|
-
readonly focusTheme?: boolean | undefined;
|
|
885
|
-
readonly circular?: boolean | undefined;
|
|
886
|
-
readonly padded?: boolean | undefined;
|
|
887
|
-
readonly elevate?: boolean | undefined;
|
|
888
|
-
readonly bordered?: number | boolean | undefined;
|
|
889
|
-
readonly transparent?: boolean | undefined;
|
|
890
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
891
|
-
}, "size" | "unstyled" | "disabled"> & {
|
|
892
|
-
readonly size?: SizeTokens | undefined;
|
|
893
|
-
readonly disabled?: boolean | undefined;
|
|
894
|
-
readonly unstyled?: boolean | undefined;
|
|
895
|
-
}>>>> & {
|
|
737
|
+
}>> & {
|
|
896
738
|
/** The value for the tabs state to be changed to after activation of the trigger */
|
|
897
739
|
value: string;
|
|
898
740
|
/** Used for making custom indicators when trigger interacted with */
|
|
@@ -961,28 +803,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
961
803
|
readonly size?: SizeTokens | undefined;
|
|
962
804
|
readonly disabled?: boolean | undefined;
|
|
963
805
|
readonly unstyled?: boolean | undefined;
|
|
964
|
-
} &
|
|
965
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
966
|
-
} & 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<{
|
|
967
|
-
readonly fullscreen?: boolean | undefined;
|
|
968
|
-
readonly elevation?: SizeTokens | undefined;
|
|
969
|
-
} & {
|
|
970
|
-
readonly backgrounded?: boolean | undefined;
|
|
971
|
-
readonly radiused?: boolean | undefined;
|
|
972
|
-
readonly hoverTheme?: boolean | undefined;
|
|
973
|
-
readonly pressTheme?: boolean | undefined;
|
|
974
|
-
readonly focusTheme?: boolean | undefined;
|
|
975
|
-
readonly circular?: boolean | undefined;
|
|
976
|
-
readonly padded?: boolean | undefined;
|
|
977
|
-
readonly elevate?: boolean | undefined;
|
|
978
|
-
readonly bordered?: number | boolean | undefined;
|
|
979
|
-
readonly transparent?: boolean | undefined;
|
|
980
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
981
|
-
}, "size" | "unstyled" | "disabled"> & {
|
|
982
|
-
readonly size?: SizeTokens | undefined;
|
|
983
|
-
readonly disabled?: boolean | undefined;
|
|
984
|
-
readonly unstyled?: boolean | undefined;
|
|
985
|
-
}>>>> & {
|
|
806
|
+
}>> & {
|
|
986
807
|
/** The value for the tabs state to be changed to after activation of the trigger */
|
|
987
808
|
value: string;
|
|
988
809
|
/** Used for making custom indicators when trigger interacted with */
|
|
@@ -1039,24 +860,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
1039
860
|
readonly bordered?: number | boolean | undefined;
|
|
1040
861
|
readonly transparent?: boolean | undefined;
|
|
1041
862
|
readonly chromeless?: boolean | "all" | undefined;
|
|
1042
|
-
} &
|
|
1043
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1044
|
-
} & 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<{
|
|
1045
|
-
readonly fullscreen?: boolean | undefined;
|
|
1046
|
-
readonly elevation?: SizeTokens | undefined;
|
|
1047
|
-
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
1048
|
-
readonly backgrounded?: boolean | undefined;
|
|
1049
|
-
readonly radiused?: boolean | undefined;
|
|
1050
|
-
readonly hoverTheme?: boolean | undefined;
|
|
1051
|
-
readonly pressTheme?: boolean | undefined;
|
|
1052
|
-
readonly focusTheme?: boolean | undefined;
|
|
1053
|
-
readonly circular?: boolean | undefined;
|
|
1054
|
-
readonly padded?: boolean | undefined;
|
|
1055
|
-
readonly elevate?: boolean | undefined;
|
|
1056
|
-
readonly bordered?: number | boolean | undefined;
|
|
1057
|
-
readonly transparent?: boolean | undefined;
|
|
1058
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
1059
|
-
}>>>> & {
|
|
863
|
+
}>> & {
|
|
1060
864
|
/** Will show the content when the value matches the state of Tabs root */
|
|
1061
865
|
value: string;
|
|
1062
866
|
/**
|
|
@@ -1121,26 +925,7 @@ export declare const Tabs: React.ForwardRefExoticComponent<((Omit<import("react-
|
|
|
1121
925
|
readonly chromeless?: boolean | "all" | undefined;
|
|
1122
926
|
}, string | number> & {
|
|
1123
927
|
[x: string]: undefined;
|
|
1124
|
-
} &
|
|
1125
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1126
|
-
} & 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<{
|
|
1127
|
-
readonly fullscreen?: boolean | undefined;
|
|
1128
|
-
readonly elevation?: SizeTokens | undefined;
|
|
1129
|
-
} & {
|
|
1130
|
-
readonly backgrounded?: boolean | undefined;
|
|
1131
|
-
readonly radiused?: boolean | undefined;
|
|
1132
|
-
readonly hoverTheme?: boolean | undefined;
|
|
1133
|
-
readonly pressTheme?: boolean | undefined;
|
|
1134
|
-
readonly focusTheme?: boolean | undefined;
|
|
1135
|
-
readonly circular?: boolean | undefined;
|
|
1136
|
-
readonly padded?: boolean | undefined;
|
|
1137
|
-
readonly elevate?: boolean | undefined;
|
|
1138
|
-
readonly bordered?: number | boolean | undefined;
|
|
1139
|
-
readonly transparent?: boolean | undefined;
|
|
1140
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
1141
|
-
}, string | number> & {
|
|
1142
|
-
[x: string]: undefined;
|
|
1143
|
-
}>>>> & {
|
|
928
|
+
}>> & {
|
|
1144
929
|
/** Will show the content when the value matches the state of Tabs root */
|
|
1145
930
|
value: string;
|
|
1146
931
|
/**
|
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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"}
|