@tamagui/select 1.0.1-beta.131 → 1.0.1-beta.132
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 +12 -12
- package/types/Select.d.ts +12 -12
- package/types/SelectContent.d.ts +1 -0
- package/types/SelectImpl.d.ts +1 -0
- package/types/SelectViewport.d.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/select",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.132",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"@floating-ui/react-dom-interactions": "^0.8.1",
|
|
26
26
|
"@floating-ui/react-native": "^0.8.0",
|
|
27
27
|
"@radix-ui/react-use-previous": "^0.1.1",
|
|
28
|
-
"@tamagui/compose-refs": "^1.0.1-beta.
|
|
29
|
-
"@tamagui/core": "^1.0.1-beta.
|
|
30
|
-
"@tamagui/create-context": "^1.0.1-beta.
|
|
31
|
-
"@tamagui/list-item": "^1.0.1-beta.
|
|
32
|
-
"@tamagui/portal": "^1.0.1-beta.
|
|
33
|
-
"@tamagui/separator": "^1.0.1-beta.
|
|
34
|
-
"@tamagui/stacks": "^1.0.1-beta.
|
|
35
|
-
"@tamagui/text": "^1.0.1-beta.
|
|
36
|
-
"@tamagui/use-controllable-state": "^1.0.1-beta.
|
|
37
|
-
"@tamagui/use-event": "^1.0.1-beta.
|
|
28
|
+
"@tamagui/compose-refs": "^1.0.1-beta.132",
|
|
29
|
+
"@tamagui/core": "^1.0.1-beta.132",
|
|
30
|
+
"@tamagui/create-context": "^1.0.1-beta.132",
|
|
31
|
+
"@tamagui/list-item": "^1.0.1-beta.132",
|
|
32
|
+
"@tamagui/portal": "^1.0.1-beta.132",
|
|
33
|
+
"@tamagui/separator": "^1.0.1-beta.132",
|
|
34
|
+
"@tamagui/stacks": "^1.0.1-beta.132",
|
|
35
|
+
"@tamagui/text": "^1.0.1-beta.132",
|
|
36
|
+
"@tamagui/use-controllable-state": "^1.0.1-beta.132",
|
|
37
|
+
"@tamagui/use-event": "^1.0.1-beta.132"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": "*",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"react-native": "*"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
45
|
+
"@tamagui/build": "^1.0.1-beta.132",
|
|
46
46
|
"@types/react-native": "^0.69.2",
|
|
47
47
|
"react": "*",
|
|
48
48
|
"react-dom": "*",
|
package/types/Select.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
20
20
|
bordered?: number | boolean | undefined;
|
|
21
21
|
transparent?: boolean | undefined;
|
|
22
22
|
chromeless?: boolean | undefined;
|
|
23
|
-
}, "
|
|
23
|
+
}, "size" | "disabled" | "active"> & {
|
|
24
24
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
25
25
|
active?: boolean | undefined;
|
|
26
26
|
disabled?: boolean | undefined;
|
|
@@ -40,7 +40,7 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
40
40
|
bordered?: number | boolean | undefined;
|
|
41
41
|
transparent?: boolean | undefined;
|
|
42
42
|
chromeless?: boolean | undefined;
|
|
43
|
-
}, "
|
|
43
|
+
}, "size" | "disabled" | "active"> & {
|
|
44
44
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
45
45
|
active?: boolean | undefined;
|
|
46
46
|
disabled?: boolean | undefined;
|
|
@@ -60,7 +60,7 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
|
|
|
60
60
|
bordered?: number | boolean | undefined;
|
|
61
61
|
transparent?: boolean | undefined;
|
|
62
62
|
chromeless?: boolean | undefined;
|
|
63
|
-
}, "
|
|
63
|
+
}, "size" | "disabled" | "active"> & {
|
|
64
64
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
65
65
|
active?: boolean | undefined;
|
|
66
66
|
disabled?: boolean | undefined;
|
|
@@ -393,7 +393,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
393
393
|
bordered?: number | boolean | undefined;
|
|
394
394
|
transparent?: boolean | undefined;
|
|
395
395
|
chromeless?: boolean | undefined;
|
|
396
|
-
}, "
|
|
396
|
+
}, "size" | "disabled" | "active"> & {
|
|
397
397
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
398
398
|
active?: boolean | undefined;
|
|
399
399
|
disabled?: boolean | undefined;
|
|
@@ -413,7 +413,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
413
413
|
bordered?: number | boolean | undefined;
|
|
414
414
|
transparent?: boolean | undefined;
|
|
415
415
|
chromeless?: boolean | undefined;
|
|
416
|
-
}, "
|
|
416
|
+
}, "size" | "disabled" | "active"> & {
|
|
417
417
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
418
418
|
active?: boolean | undefined;
|
|
419
419
|
disabled?: boolean | undefined;
|
|
@@ -433,7 +433,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
433
433
|
bordered?: number | boolean | undefined;
|
|
434
434
|
transparent?: boolean | undefined;
|
|
435
435
|
chromeless?: boolean | undefined;
|
|
436
|
-
}, "
|
|
436
|
+
}, "size" | "disabled" | "active"> & {
|
|
437
437
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
438
438
|
active?: boolean | undefined;
|
|
439
439
|
disabled?: boolean | undefined;
|
|
@@ -470,7 +470,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
470
470
|
bordered?: number | boolean | undefined;
|
|
471
471
|
transparent?: boolean | undefined;
|
|
472
472
|
chromeless?: boolean | undefined;
|
|
473
|
-
}, "
|
|
473
|
+
}, "size" | "disabled" | "active"> & {
|
|
474
474
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
475
475
|
active?: boolean | undefined;
|
|
476
476
|
disabled?: boolean | undefined;
|
|
@@ -490,7 +490,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
490
490
|
bordered?: number | boolean | undefined;
|
|
491
491
|
transparent?: boolean | undefined;
|
|
492
492
|
chromeless?: boolean | undefined;
|
|
493
|
-
}, "
|
|
493
|
+
}, "size" | "disabled" | "active"> & {
|
|
494
494
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
495
495
|
active?: boolean | undefined;
|
|
496
496
|
disabled?: boolean | undefined;
|
|
@@ -510,7 +510,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
510
510
|
bordered?: number | boolean | undefined;
|
|
511
511
|
transparent?: boolean | undefined;
|
|
512
512
|
chromeless?: boolean | undefined;
|
|
513
|
-
}, "
|
|
513
|
+
}, "size" | "disabled" | "active"> & {
|
|
514
514
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
515
515
|
active?: boolean | undefined;
|
|
516
516
|
disabled?: boolean | undefined;
|
|
@@ -595,7 +595,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
595
595
|
Viewport: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
596
596
|
readonly fullscreen?: boolean | undefined;
|
|
597
597
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
598
|
-
}, "fontFamily" | "
|
|
598
|
+
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
599
599
|
fontFamily?: unknown;
|
|
600
600
|
backgrounded?: boolean | undefined;
|
|
601
601
|
radiused?: boolean | undefined;
|
|
@@ -611,7 +611,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
611
611
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
612
612
|
readonly fullscreen?: boolean | undefined;
|
|
613
613
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
614
|
-
}, "fontFamily" | "
|
|
614
|
+
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
615
615
|
fontFamily?: unknown;
|
|
616
616
|
backgrounded?: boolean | undefined;
|
|
617
617
|
radiused?: boolean | undefined;
|
|
@@ -627,7 +627,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
627
627
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
628
628
|
readonly fullscreen?: boolean | undefined;
|
|
629
629
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
630
|
-
}, "fontFamily" | "
|
|
630
|
+
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
631
631
|
fontFamily?: unknown;
|
|
632
632
|
backgrounded?: boolean | undefined;
|
|
633
633
|
radiused?: boolean | undefined;
|
package/types/SelectContent.d.ts
CHANGED
package/types/SelectImpl.d.ts
CHANGED
|
@@ -76,7 +76,7 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
76
76
|
export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
77
77
|
readonly fullscreen?: boolean | undefined;
|
|
78
78
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
79
|
-
}, "fontFamily" | "
|
|
79
|
+
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
80
80
|
fontFamily?: unknown;
|
|
81
81
|
backgrounded?: boolean | undefined;
|
|
82
82
|
radiused?: boolean | undefined;
|
|
@@ -92,7 +92,7 @@ export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import
|
|
|
92
92
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
93
93
|
readonly fullscreen?: boolean | undefined;
|
|
94
94
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
95
|
-
}, "fontFamily" | "
|
|
95
|
+
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
96
96
|
fontFamily?: unknown;
|
|
97
97
|
backgrounded?: boolean | undefined;
|
|
98
98
|
radiused?: boolean | undefined;
|
|
@@ -108,7 +108,7 @@ export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import
|
|
|
108
108
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
109
109
|
readonly fullscreen?: boolean | undefined;
|
|
110
110
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
111
|
-
}, "fontFamily" | "
|
|
111
|
+
}, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
112
112
|
fontFamily?: unknown;
|
|
113
113
|
backgrounded?: boolean | undefined;
|
|
114
114
|
radiused?: boolean | undefined;
|