@tamagui/slider 1.0.1-beta.42 → 1.0.1-beta.43
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 +8 -8
- package/types/SliderImpl.d.ts +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/slider",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.43",
|
|
4
4
|
"sideEffects": true,
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"clean:build": "tamagui-build clean:build"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@tamagui/compose-refs": "^1.0.1-beta.
|
|
22
|
-
"@tamagui/core": "^1.0.1-beta.
|
|
23
|
-
"@tamagui/create-context": "^1.0.1-beta.
|
|
24
|
-
"@tamagui/stacks": "^1.0.1-beta.
|
|
25
|
-
"@tamagui/use-controllable-state": "^1.0.1-beta.
|
|
26
|
-
"@tamagui/use-direction": "^1.0.1-beta.
|
|
21
|
+
"@tamagui/compose-refs": "^1.0.1-beta.43",
|
|
22
|
+
"@tamagui/core": "^1.0.1-beta.43",
|
|
23
|
+
"@tamagui/create-context": "^1.0.1-beta.43",
|
|
24
|
+
"@tamagui/stacks": "^1.0.1-beta.43",
|
|
25
|
+
"@tamagui/use-controllable-state": "^1.0.1-beta.43",
|
|
26
|
+
"@tamagui/use-direction": "^1.0.1-beta.43"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"react": "*",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"react-native": "*"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
34
|
+
"@tamagui/build": "^1.0.1-beta.43",
|
|
35
35
|
"@types/react-native": "^0.67.3",
|
|
36
36
|
"react": "*",
|
|
37
37
|
"react-dom": "*",
|
package/types/SliderImpl.d.ts
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { SliderImplElement, SliderImplProps } from './types';
|
|
3
3
|
export declare const DirectionalYStack: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "children" | "display"> & 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
|
-
fullscreen?: boolean | undefined;
|
|
5
|
-
elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
4
|
+
readonly fullscreen?: boolean | undefined;
|
|
5
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
6
6
|
}, "orientation"> & {
|
|
7
7
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
8
8
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & 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<{
|
|
9
|
-
fullscreen?: boolean | undefined;
|
|
10
|
-
elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
9
|
+
readonly fullscreen?: boolean | undefined;
|
|
10
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
11
11
|
}, "orientation"> & {
|
|
12
12
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
13
13
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & 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<{
|
|
14
|
-
fullscreen?: boolean | undefined;
|
|
15
|
-
elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
14
|
+
readonly fullscreen?: boolean | undefined;
|
|
15
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
16
16
|
}, "orientation"> & {
|
|
17
17
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
18
18
|
}>>, any, import("@tamagui/core").StackPropsBase, {
|
|
19
|
-
fullscreen?: boolean | undefined;
|
|
20
|
-
elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
19
|
+
readonly fullscreen?: boolean | undefined;
|
|
20
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
21
21
|
} & {
|
|
22
22
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
23
23
|
}>;
|
|
24
24
|
export declare const SliderFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "children" | "display"> & 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<{
|
|
25
|
-
fullscreen?: boolean | undefined;
|
|
26
|
-
elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
25
|
+
readonly fullscreen?: boolean | undefined;
|
|
26
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
27
27
|
} & {
|
|
28
28
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
29
29
|
}, "size"> & {
|
|
30
30
|
size?: any;
|
|
31
31
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & 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<{
|
|
32
|
-
fullscreen?: boolean | undefined;
|
|
33
|
-
elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
32
|
+
readonly fullscreen?: boolean | undefined;
|
|
33
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
34
34
|
} & {
|
|
35
35
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
36
36
|
}, "size"> & {
|
|
37
37
|
size?: any;
|
|
38
38
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & 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<{
|
|
39
|
-
fullscreen?: boolean | undefined;
|
|
40
|
-
elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
39
|
+
readonly fullscreen?: boolean | undefined;
|
|
40
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
41
41
|
} & {
|
|
42
42
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
43
43
|
}, "size"> & {
|
|
44
44
|
size?: any;
|
|
45
45
|
}>>, any, import("@tamagui/core").StackPropsBase, {
|
|
46
|
-
fullscreen?: boolean | undefined;
|
|
47
|
-
elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
46
|
+
readonly fullscreen?: boolean | undefined;
|
|
47
|
+
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
48
48
|
} & {
|
|
49
49
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
50
50
|
} & {
|