@tamagui/select 1.0.1-beta.114 → 1.0.1-beta.115
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/dist/cjs/Select.js +11 -9
- package/dist/cjs/Select.js.map +2 -2
- package/dist/cjs/index.js +0 -18
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/Select.js +11 -9
- package/dist/esm/Select.js.map +2 -2
- package/dist/esm/index.js +0 -12
- package/dist/esm/index.js.map +2 -2
- package/dist/jsx/Select.js +11 -1
- package/dist/jsx/Select.js.map +2 -2
- package/dist/jsx/index.js +0 -12
- package/dist/jsx/index.js.map +2 -2
- package/package.json +12 -12
- package/src/Select.tsx +12 -9
- package/src/index.tsx +1 -1
- package/types/Select.d.ts +69 -69
- package/types/Select.d.ts.map +1 -1
- package/types/SelectViewport.d.ts +9 -9
- package/types/SelectViewport.native.d.ts +6 -6
- package/types/index.d.ts +1 -1
- package/types/index.d.ts.map +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TamaguiElement } from '@tamagui/core';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
export declare const SelectViewportFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "
|
|
3
|
+
export declare const SelectViewportFrame: import("@tamagui/core").TamaguiComponent<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<{
|
|
4
4
|
readonly fullscreen?: boolean | undefined;
|
|
5
5
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
6
6
|
} & {
|
|
@@ -18,7 +18,7 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
18
18
|
chromeless?: boolean | undefined;
|
|
19
19
|
}, "size"> & {
|
|
20
20
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
21
|
-
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "
|
|
21
|
+
} & 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<{
|
|
22
22
|
readonly fullscreen?: boolean | undefined;
|
|
23
23
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
24
24
|
} & {
|
|
@@ -36,7 +36,7 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
36
36
|
chromeless?: boolean | undefined;
|
|
37
37
|
}, "size"> & {
|
|
38
38
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
39
|
-
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "
|
|
39
|
+
}>> & 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<{
|
|
40
40
|
readonly fullscreen?: boolean | undefined;
|
|
41
41
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
42
42
|
} & {
|
|
@@ -73,10 +73,10 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
|
|
|
73
73
|
} & {
|
|
74
74
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
75
75
|
}>;
|
|
76
|
-
export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "
|
|
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
|
-
}, "
|
|
79
|
+
}, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
80
80
|
fontFamily?: unknown;
|
|
81
81
|
backgrounded?: boolean | undefined;
|
|
82
82
|
radiused?: boolean | undefined;
|
|
@@ -89,10 +89,10 @@ export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import
|
|
|
89
89
|
bordered?: number | boolean | undefined;
|
|
90
90
|
transparent?: boolean | undefined;
|
|
91
91
|
chromeless?: boolean | undefined;
|
|
92
|
-
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "
|
|
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
|
-
}, "
|
|
95
|
+
}, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
96
96
|
fontFamily?: unknown;
|
|
97
97
|
backgrounded?: boolean | undefined;
|
|
98
98
|
radiused?: boolean | undefined;
|
|
@@ -105,10 +105,10 @@ export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import
|
|
|
105
105
|
bordered?: number | boolean | undefined;
|
|
106
106
|
transparent?: boolean | undefined;
|
|
107
107
|
chromeless?: boolean | undefined;
|
|
108
|
-
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "
|
|
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
|
-
}, "
|
|
111
|
+
}, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
112
112
|
fontFamily?: unknown;
|
|
113
113
|
backgrounded?: boolean | undefined;
|
|
114
114
|
radiused?: boolean | undefined;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TamaguiElement } from '@tamagui/core';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "
|
|
3
|
+
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<{
|
|
4
4
|
readonly fullscreen?: boolean | undefined;
|
|
5
5
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
6
|
-
}, "fontFamily" | "
|
|
6
|
+
}, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
7
7
|
fontFamily?: unknown;
|
|
8
8
|
backgrounded?: boolean | undefined;
|
|
9
9
|
radiused?: boolean | undefined;
|
|
@@ -16,10 +16,10 @@ export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import
|
|
|
16
16
|
bordered?: number | boolean | undefined;
|
|
17
17
|
transparent?: boolean | undefined;
|
|
18
18
|
chromeless?: boolean | undefined;
|
|
19
|
-
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "
|
|
19
|
+
} & 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<{
|
|
20
20
|
readonly fullscreen?: boolean | undefined;
|
|
21
21
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
22
|
-
}, "fontFamily" | "
|
|
22
|
+
}, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
23
23
|
fontFamily?: unknown;
|
|
24
24
|
backgrounded?: boolean | undefined;
|
|
25
25
|
radiused?: boolean | undefined;
|
|
@@ -32,10 +32,10 @@ export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import
|
|
|
32
32
|
bordered?: number | boolean | undefined;
|
|
33
33
|
transparent?: boolean | undefined;
|
|
34
34
|
chromeless?: boolean | undefined;
|
|
35
|
-
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "
|
|
35
|
+
}>> & 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<{
|
|
36
36
|
readonly fullscreen?: boolean | undefined;
|
|
37
37
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
38
|
-
}, "fontFamily" | "
|
|
38
|
+
}, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
39
39
|
fontFamily?: unknown;
|
|
40
40
|
backgrounded?: boolean | undefined;
|
|
41
41
|
radiused?: boolean | undefined;
|
package/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * from './Select';
|
|
2
|
-
export { SelectContentProps, SelectProps, SelectScrollButtonProps, SelectViewportProps, } from './types';
|
|
2
|
+
export type { SelectContentProps, SelectProps, SelectScrollButtonProps, SelectViewportProps, } from './types';
|
|
3
3
|
export * from './context';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,YAAY,EACV,kBAAkB,EAClB,WAAW,EACX,uBAAuB,EACvB,mBAAmB,GACpB,MAAM,SAAS,CAAA;AAChB,cAAc,WAAW,CAAA"}
|