@tamagui/slider 1.0.1-beta.76 → 1.0.1-beta.77
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/Slider.js +0 -0
- package/dist/cjs/Slider.js.map +0 -0
- package/dist/cjs/SliderImpl.js +0 -0
- package/dist/cjs/SliderImpl.js.map +0 -0
- package/dist/cjs/constants.js +0 -0
- package/dist/cjs/constants.js.map +0 -0
- package/dist/cjs/helpers.js +0 -0
- package/dist/cjs/helpers.js.map +0 -0
- package/dist/cjs/index.js +0 -0
- package/dist/cjs/index.js.map +0 -0
- package/dist/cjs/types.js +0 -0
- package/dist/cjs/types.js.map +0 -0
- package/dist/esm/Slider.js +0 -0
- package/dist/esm/Slider.js.map +0 -0
- package/dist/esm/SliderImpl.js +0 -0
- package/dist/esm/SliderImpl.js.map +0 -0
- package/dist/esm/constants.js +0 -0
- package/dist/esm/constants.js.map +0 -0
- package/dist/esm/helpers.js +0 -0
- package/dist/esm/helpers.js.map +0 -0
- package/dist/esm/index.js +0 -0
- package/dist/esm/index.js.map +0 -0
- package/dist/esm/types.js +0 -0
- package/dist/esm/types.js.map +0 -0
- package/dist/jsx/Slider.js +0 -0
- package/dist/jsx/SliderImpl.js +0 -0
- package/dist/jsx/constants.js +0 -0
- package/dist/jsx/helpers.js +0 -0
- package/dist/jsx/index.js +0 -0
- package/dist/jsx/types.js +0 -0
- package/package.json +8 -8
- package/types/Slider.d.ts +14 -14
- package/types/Slider.d.ts.map +0 -0
- package/types/SliderImpl.d.ts +8 -8
- package/types/SliderImpl.d.ts.map +0 -0
- package/types/constants.d.ts +0 -0
- package/types/constants.d.ts.map +0 -0
- package/types/helpers.d.ts +0 -0
- package/types/helpers.d.ts.map +0 -0
- package/types/index.d.ts +0 -0
- package/types/index.d.ts.map +0 -0
- package/types/types.d.ts +0 -0
- package/types/types.d.ts.map +0 -0
package/dist/cjs/Slider.js
CHANGED
|
File without changes
|
package/dist/cjs/Slider.js.map
CHANGED
|
File without changes
|
package/dist/cjs/SliderImpl.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/cjs/constants.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/cjs/helpers.js
CHANGED
|
File without changes
|
package/dist/cjs/helpers.js.map
CHANGED
|
File without changes
|
package/dist/cjs/index.js
CHANGED
|
File without changes
|
package/dist/cjs/index.js.map
CHANGED
|
File without changes
|
package/dist/cjs/types.js
CHANGED
|
File without changes
|
package/dist/cjs/types.js.map
CHANGED
|
File without changes
|
package/dist/esm/Slider.js
CHANGED
|
File without changes
|
package/dist/esm/Slider.js.map
CHANGED
|
File without changes
|
package/dist/esm/SliderImpl.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/esm/constants.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/esm/helpers.js
CHANGED
|
File without changes
|
package/dist/esm/helpers.js.map
CHANGED
|
File without changes
|
package/dist/esm/index.js
CHANGED
|
File without changes
|
package/dist/esm/index.js.map
CHANGED
|
File without changes
|
package/dist/esm/types.js
CHANGED
|
File without changes
|
package/dist/esm/types.js.map
CHANGED
|
File without changes
|
package/dist/jsx/Slider.js
CHANGED
|
File without changes
|
package/dist/jsx/SliderImpl.js
CHANGED
|
File without changes
|
package/dist/jsx/constants.js
CHANGED
|
File without changes
|
package/dist/jsx/helpers.js
CHANGED
|
File without changes
|
package/dist/jsx/index.js
CHANGED
|
File without changes
|
package/dist/jsx/types.js
CHANGED
|
File without changes
|
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.77",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"clean:build": "tamagui-build clean:build"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@tamagui/compose-refs": "^1.0.1-beta.
|
|
25
|
-
"@tamagui/core": "^1.0.1-beta.
|
|
26
|
-
"@tamagui/create-context": "^1.0.1-beta.
|
|
27
|
-
"@tamagui/stacks": "^1.0.1-beta.
|
|
28
|
-
"@tamagui/use-controllable-state": "^1.0.1-beta.
|
|
29
|
-
"@tamagui/use-direction": "^1.0.1-beta.
|
|
24
|
+
"@tamagui/compose-refs": "^1.0.1-beta.77",
|
|
25
|
+
"@tamagui/core": "^1.0.1-beta.77",
|
|
26
|
+
"@tamagui/create-context": "^1.0.1-beta.77",
|
|
27
|
+
"@tamagui/stacks": "^1.0.1-beta.77",
|
|
28
|
+
"@tamagui/use-controllable-state": "^1.0.1-beta.77",
|
|
29
|
+
"@tamagui/use-direction": "^1.0.1-beta.77"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": "*",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"react-native": "*"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
37
|
+
"@tamagui/build": "^1.0.1-beta.77",
|
|
38
38
|
"@types/react-native": "^0.67.3",
|
|
39
39
|
"react": "*",
|
|
40
40
|
"react-dom": "*",
|
package/types/Slider.d.ts
CHANGED
|
@@ -9,28 +9,28 @@ export declare const SliderTrackFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
9
9
|
readonly fullscreen?: boolean | undefined;
|
|
10
10
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
11
11
|
} & {
|
|
12
|
-
orientation?: "
|
|
12
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
13
13
|
}, "size"> & {
|
|
14
14
|
size?: any;
|
|
15
15
|
} & 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<{
|
|
16
16
|
readonly fullscreen?: boolean | undefined;
|
|
17
17
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
18
18
|
} & {
|
|
19
|
-
orientation?: "
|
|
19
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
20
20
|
}, "size"> & {
|
|
21
21
|
size?: any;
|
|
22
22
|
}>> & 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<{
|
|
23
23
|
readonly fullscreen?: boolean | undefined;
|
|
24
24
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
25
25
|
} & {
|
|
26
|
-
orientation?: "
|
|
26
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
27
27
|
}, "size"> & {
|
|
28
28
|
size?: any;
|
|
29
29
|
}>>) | (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<{
|
|
30
30
|
readonly fullscreen?: boolean | undefined;
|
|
31
31
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
32
32
|
} & {
|
|
33
|
-
orientation?: "
|
|
33
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
34
34
|
} & {
|
|
35
35
|
size?: any;
|
|
36
36
|
}, string | number> & {
|
|
@@ -39,7 +39,7 @@ export declare const SliderTrackFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
39
39
|
readonly fullscreen?: boolean | undefined;
|
|
40
40
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
41
41
|
} & {
|
|
42
|
-
orientation?: "
|
|
42
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
43
43
|
} & {
|
|
44
44
|
size?: any;
|
|
45
45
|
}, string | number> & {
|
|
@@ -48,7 +48,7 @@ export declare const SliderTrackFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
48
48
|
readonly fullscreen?: boolean | undefined;
|
|
49
49
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
50
50
|
} & {
|
|
51
|
-
orientation?: "
|
|
51
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
52
52
|
} & {
|
|
53
53
|
size?: any;
|
|
54
54
|
}, string | number> & {
|
|
@@ -57,7 +57,7 @@ export declare const SliderTrackFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
57
57
|
readonly fullscreen?: boolean | undefined;
|
|
58
58
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
59
59
|
} & {
|
|
60
|
-
orientation?: "
|
|
60
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
61
61
|
} & {
|
|
62
62
|
size?: any;
|
|
63
63
|
} & ({} | {
|
|
@@ -71,28 +71,28 @@ export declare const SliderTrackActiveFrame: import("@tamagui/core").TamaguiComp
|
|
|
71
71
|
readonly fullscreen?: boolean | undefined;
|
|
72
72
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
73
73
|
} & {
|
|
74
|
-
orientation?: "
|
|
74
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
75
75
|
}, "size"> & {
|
|
76
76
|
size?: any;
|
|
77
77
|
} & 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<{
|
|
78
78
|
readonly fullscreen?: boolean | undefined;
|
|
79
79
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
80
80
|
} & {
|
|
81
|
-
orientation?: "
|
|
81
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
82
82
|
}, "size"> & {
|
|
83
83
|
size?: any;
|
|
84
84
|
}>> & 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<{
|
|
85
85
|
readonly fullscreen?: boolean | undefined;
|
|
86
86
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
87
87
|
} & {
|
|
88
|
-
orientation?: "
|
|
88
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
89
89
|
}, "size"> & {
|
|
90
90
|
size?: any;
|
|
91
91
|
}>>) | (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<{
|
|
92
92
|
readonly fullscreen?: boolean | undefined;
|
|
93
93
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
94
94
|
} & {
|
|
95
|
-
orientation?: "
|
|
95
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
96
96
|
} & {
|
|
97
97
|
size?: any;
|
|
98
98
|
}, string | number> & {
|
|
@@ -101,7 +101,7 @@ export declare const SliderTrackActiveFrame: import("@tamagui/core").TamaguiComp
|
|
|
101
101
|
readonly fullscreen?: boolean | undefined;
|
|
102
102
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
103
103
|
} & {
|
|
104
|
-
orientation?: "
|
|
104
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
105
105
|
} & {
|
|
106
106
|
size?: any;
|
|
107
107
|
}, string | number> & {
|
|
@@ -110,7 +110,7 @@ export declare const SliderTrackActiveFrame: import("@tamagui/core").TamaguiComp
|
|
|
110
110
|
readonly fullscreen?: boolean | undefined;
|
|
111
111
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
112
112
|
} & {
|
|
113
|
-
orientation?: "
|
|
113
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
114
114
|
} & {
|
|
115
115
|
size?: any;
|
|
116
116
|
}, string | number> & {
|
|
@@ -119,7 +119,7 @@ export declare const SliderTrackActiveFrame: import("@tamagui/core").TamaguiComp
|
|
|
119
119
|
readonly fullscreen?: boolean | undefined;
|
|
120
120
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
121
121
|
} & {
|
|
122
|
-
orientation?: "
|
|
122
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
123
123
|
} & {
|
|
124
124
|
size?: any;
|
|
125
125
|
} & ({} | {
|
package/types/Slider.d.ts.map
CHANGED
|
File without changes
|
package/types/SliderImpl.d.ts
CHANGED
|
@@ -4,49 +4,49 @@ export declare const DirectionalYStack: import("@tamagui/core").TamaguiComponent
|
|
|
4
4
|
readonly fullscreen?: boolean | undefined;
|
|
5
5
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
6
6
|
}, "orientation"> & {
|
|
7
|
-
orientation?: "
|
|
7
|
+
orientation?: "vertical" | "horizontal" | 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
9
|
readonly fullscreen?: boolean | undefined;
|
|
10
10
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
11
11
|
}, "orientation"> & {
|
|
12
|
-
orientation?: "
|
|
12
|
+
orientation?: "vertical" | "horizontal" | 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
14
|
readonly fullscreen?: boolean | undefined;
|
|
15
15
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
16
16
|
}, "orientation"> & {
|
|
17
|
-
orientation?: "
|
|
17
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
18
18
|
}>>, any, import("@tamagui/core").StackPropsBase, {
|
|
19
19
|
readonly fullscreen?: boolean | undefined;
|
|
20
20
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
21
21
|
} & {
|
|
22
|
-
orientation?: "
|
|
22
|
+
orientation?: "vertical" | "horizontal" | 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
25
|
readonly fullscreen?: boolean | undefined;
|
|
26
26
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
27
27
|
} & {
|
|
28
|
-
orientation?: "
|
|
28
|
+
orientation?: "vertical" | "horizontal" | 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
32
|
readonly fullscreen?: boolean | undefined;
|
|
33
33
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
34
34
|
} & {
|
|
35
|
-
orientation?: "
|
|
35
|
+
orientation?: "vertical" | "horizontal" | 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
39
|
readonly fullscreen?: boolean | undefined;
|
|
40
40
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
41
41
|
} & {
|
|
42
|
-
orientation?: "
|
|
42
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
43
43
|
}, "size"> & {
|
|
44
44
|
size?: any;
|
|
45
45
|
}>>, any, import("@tamagui/core").StackPropsBase, {
|
|
46
46
|
readonly fullscreen?: boolean | undefined;
|
|
47
47
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
48
48
|
} & {
|
|
49
|
-
orientation?: "
|
|
49
|
+
orientation?: "vertical" | "horizontal" | undefined;
|
|
50
50
|
} & {
|
|
51
51
|
size?: any;
|
|
52
52
|
}>;
|
|
File without changes
|
package/types/constants.d.ts
CHANGED
|
File without changes
|
package/types/constants.d.ts.map
CHANGED
|
File without changes
|
package/types/helpers.d.ts
CHANGED
|
File without changes
|
package/types/helpers.d.ts.map
CHANGED
|
File without changes
|
package/types/index.d.ts
CHANGED
|
File without changes
|
package/types/index.d.ts.map
CHANGED
|
File without changes
|
package/types/types.d.ts
CHANGED
|
File without changes
|
package/types/types.d.ts.map
CHANGED
|
File without changes
|