@tamagui/select 1.7.5 → 1.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +16 -16
- package/types/Select.d.ts +3 -3
- 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.7.
|
|
3
|
+
"version": "1.7.7",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -35,20 +35,20 @@
|
|
|
35
35
|
"@floating-ui/react-dom": "^1.2.2",
|
|
36
36
|
"@floating-ui/react-native": "^0.9.0",
|
|
37
37
|
"@radix-ui/react-use-previous": "^0.1.1",
|
|
38
|
-
"@tamagui/adapt": "1.7.
|
|
39
|
-
"@tamagui/compose-refs": "1.7.
|
|
40
|
-
"@tamagui/core": "1.7.
|
|
41
|
-
"@tamagui/create-context": "1.7.
|
|
42
|
-
"@tamagui/dismissable": "1.7.
|
|
43
|
-
"@tamagui/focus-scope": "1.7.
|
|
44
|
-
"@tamagui/list-item": "1.7.
|
|
45
|
-
"@tamagui/portal": "1.7.
|
|
46
|
-
"@tamagui/separator": "1.7.
|
|
47
|
-
"@tamagui/sheet": "1.7.
|
|
48
|
-
"@tamagui/stacks": "1.7.
|
|
49
|
-
"@tamagui/text": "1.7.
|
|
50
|
-
"@tamagui/use-controllable-state": "1.7.
|
|
51
|
-
"@tamagui/use-event": "1.7.
|
|
38
|
+
"@tamagui/adapt": "1.7.7",
|
|
39
|
+
"@tamagui/compose-refs": "1.7.7",
|
|
40
|
+
"@tamagui/core": "1.7.7",
|
|
41
|
+
"@tamagui/create-context": "1.7.7",
|
|
42
|
+
"@tamagui/dismissable": "1.7.7",
|
|
43
|
+
"@tamagui/focus-scope": "1.7.7",
|
|
44
|
+
"@tamagui/list-item": "1.7.7",
|
|
45
|
+
"@tamagui/portal": "1.7.7",
|
|
46
|
+
"@tamagui/separator": "1.7.7",
|
|
47
|
+
"@tamagui/sheet": "1.7.7",
|
|
48
|
+
"@tamagui/stacks": "1.7.7",
|
|
49
|
+
"@tamagui/text": "1.7.7",
|
|
50
|
+
"@tamagui/use-controllable-state": "1.7.7",
|
|
51
|
+
"@tamagui/use-event": "1.7.7"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": "*",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"react-native": "*"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@tamagui/build": "1.7.
|
|
59
|
+
"@tamagui/build": "1.7.7",
|
|
60
60
|
"react": "^18.2.0",
|
|
61
61
|
"react-dom": "^18.2.0",
|
|
62
62
|
"react-native": "*"
|
package/types/Select.d.ts
CHANGED
|
@@ -551,7 +551,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
551
551
|
Viewport: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
552
552
|
readonly fullscreen?: boolean | undefined;
|
|
553
553
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
554
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
554
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
555
555
|
readonly backgrounded?: boolean | undefined;
|
|
556
556
|
readonly radiused?: boolean | undefined;
|
|
557
557
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -566,7 +566,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
566
566
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
567
567
|
readonly fullscreen?: boolean | undefined;
|
|
568
568
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
569
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
569
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
570
570
|
readonly backgrounded?: boolean | undefined;
|
|
571
571
|
readonly radiused?: boolean | undefined;
|
|
572
572
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -581,7 +581,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
|
|
|
581
581
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
582
582
|
readonly fullscreen?: boolean | undefined;
|
|
583
583
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
584
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
584
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
585
585
|
readonly backgrounded?: boolean | undefined;
|
|
586
586
|
readonly radiused?: boolean | undefined;
|
|
587
587
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -72,7 +72,7 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
72
72
|
export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
73
73
|
readonly fullscreen?: boolean | undefined;
|
|
74
74
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
75
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
75
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
76
76
|
readonly backgrounded?: boolean | undefined;
|
|
77
77
|
readonly radiused?: boolean | undefined;
|
|
78
78
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -87,7 +87,7 @@ export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import
|
|
|
87
87
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
88
88
|
readonly fullscreen?: boolean | undefined;
|
|
89
89
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
90
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
90
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
91
91
|
readonly backgrounded?: boolean | undefined;
|
|
92
92
|
readonly radiused?: boolean | undefined;
|
|
93
93
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -102,7 +102,7 @@ export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import
|
|
|
102
102
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
103
103
|
readonly fullscreen?: boolean | undefined;
|
|
104
104
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
105
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "
|
|
105
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
106
106
|
readonly backgrounded?: boolean | undefined;
|
|
107
107
|
readonly radiused?: boolean | undefined;
|
|
108
108
|
readonly hoverTheme?: boolean | undefined;
|