@tamagui/slider 1.88.6 → 1.88.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 +11 -11
- package/types/Slider.d.ts +48 -96
- package/types/Slider.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/slider",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.7",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -32,22 +32,22 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@tamagui/compose-refs": "1.88.
|
|
36
|
-
"@tamagui/constants": "1.88.
|
|
37
|
-
"@tamagui/core": "1.88.
|
|
38
|
-
"@tamagui/create-context": "1.88.
|
|
39
|
-
"@tamagui/get-token": "1.88.
|
|
40
|
-
"@tamagui/helpers": "1.88.
|
|
41
|
-
"@tamagui/stacks": "1.88.
|
|
42
|
-
"@tamagui/use-controllable-state": "1.88.
|
|
43
|
-
"@tamagui/use-direction": "1.88.
|
|
35
|
+
"@tamagui/compose-refs": "1.88.7",
|
|
36
|
+
"@tamagui/constants": "1.88.7",
|
|
37
|
+
"@tamagui/core": "1.88.7",
|
|
38
|
+
"@tamagui/create-context": "1.88.7",
|
|
39
|
+
"@tamagui/get-token": "1.88.7",
|
|
40
|
+
"@tamagui/helpers": "1.88.7",
|
|
41
|
+
"@tamagui/stacks": "1.88.7",
|
|
42
|
+
"@tamagui/use-controllable-state": "1.88.7",
|
|
43
|
+
"@tamagui/use-direction": "1.88.7"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": "*",
|
|
47
47
|
"react-native": "*"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@tamagui/build": "1.88.
|
|
50
|
+
"@tamagui/build": "1.88.7",
|
|
51
51
|
"react": "^18.2.0",
|
|
52
52
|
"react-native": "^0.72.6"
|
|
53
53
|
},
|
package/types/Slider.d.ts
CHANGED
|
@@ -11,9 +11,9 @@ export declare const SliderTrackFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
11
11
|
unstyled?: boolean | undefined;
|
|
12
12
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
13
13
|
}, {}>;
|
|
14
|
-
declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps,
|
|
15
|
-
size?: SizeTokens | undefined;
|
|
14
|
+
declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
16
15
|
elevation?: number | SizeTokens | undefined;
|
|
16
|
+
size?: SizeTokens | undefined;
|
|
17
17
|
fullscreen?: boolean | undefined;
|
|
18
18
|
circular?: boolean | undefined;
|
|
19
19
|
hoverTheme?: boolean | undefined;
|
|
@@ -22,9 +22,9 @@ declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui
|
|
|
22
22
|
elevate?: boolean | undefined;
|
|
23
23
|
bordered?: number | boolean | undefined;
|
|
24
24
|
unstyled?: boolean | undefined;
|
|
25
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
26
|
-
size?: SizeTokens | undefined;
|
|
25
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
27
26
|
elevation?: number | SizeTokens | undefined;
|
|
27
|
+
size?: SizeTokens | undefined;
|
|
28
28
|
fullscreen?: boolean | undefined;
|
|
29
29
|
circular?: boolean | undefined;
|
|
30
30
|
hoverTheme?: boolean | undefined;
|
|
@@ -33,9 +33,9 @@ declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui
|
|
|
33
33
|
elevate?: boolean | undefined;
|
|
34
34
|
bordered?: number | boolean | undefined;
|
|
35
35
|
unstyled?: boolean | undefined;
|
|
36
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
37
|
-
size?: SizeTokens | undefined;
|
|
36
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
38
37
|
elevation?: number | SizeTokens | undefined;
|
|
38
|
+
size?: SizeTokens | undefined;
|
|
39
39
|
fullscreen?: boolean | undefined;
|
|
40
40
|
circular?: boolean | undefined;
|
|
41
41
|
hoverTheme?: boolean | undefined;
|
|
@@ -44,9 +44,9 @@ declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui
|
|
|
44
44
|
elevate?: boolean | undefined;
|
|
45
45
|
bordered?: number | boolean | undefined;
|
|
46
46
|
unstyled?: boolean | undefined;
|
|
47
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
48
|
-
size?: SizeTokens | undefined;
|
|
47
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
49
48
|
elevation?: number | SizeTokens | undefined;
|
|
49
|
+
size?: SizeTokens | undefined;
|
|
50
50
|
fullscreen?: boolean | undefined;
|
|
51
51
|
circular?: boolean | undefined;
|
|
52
52
|
hoverTheme?: boolean | undefined;
|
|
@@ -55,9 +55,9 @@ declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui
|
|
|
55
55
|
elevate?: boolean | undefined;
|
|
56
56
|
bordered?: number | boolean | undefined;
|
|
57
57
|
unstyled?: boolean | undefined;
|
|
58
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
59
|
-
size?: SizeTokens | undefined;
|
|
58
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
60
59
|
elevation?: number | SizeTokens | undefined;
|
|
60
|
+
size?: SizeTokens | undefined;
|
|
61
61
|
fullscreen?: boolean | undefined;
|
|
62
62
|
circular?: boolean | undefined;
|
|
63
63
|
hoverTheme?: boolean | undefined;
|
|
@@ -74,27 +74,27 @@ export declare const SliderTrackActiveFrame: import("@tamagui/core").TamaguiComp
|
|
|
74
74
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
75
75
|
}, {}>;
|
|
76
76
|
type SliderTrackActiveProps = GetProps<typeof SliderTrackActiveFrame>;
|
|
77
|
-
declare const SliderTrackActive: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps,
|
|
77
|
+
declare const SliderTrackActive: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
78
78
|
elevation?: number | SizeTokens | undefined;
|
|
79
79
|
size?: any;
|
|
80
80
|
fullscreen?: boolean | undefined;
|
|
81
81
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
82
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
82
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
83
83
|
elevation?: number | SizeTokens | undefined;
|
|
84
84
|
size?: any;
|
|
85
85
|
fullscreen?: boolean | undefined;
|
|
86
86
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
87
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
87
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
88
88
|
elevation?: number | SizeTokens | undefined;
|
|
89
89
|
size?: any;
|
|
90
90
|
fullscreen?: boolean | undefined;
|
|
91
91
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
92
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
92
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
93
93
|
elevation?: number | SizeTokens | undefined;
|
|
94
94
|
size?: any;
|
|
95
95
|
fullscreen?: boolean | undefined;
|
|
96
96
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
97
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
97
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
98
98
|
elevation?: number | SizeTokens | undefined;
|
|
99
99
|
size?: any;
|
|
100
100
|
fullscreen?: boolean | undefined;
|
|
@@ -120,23 +120,7 @@ export declare const SliderThumbFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
120
120
|
interface SliderThumbProps extends SizableStackProps {
|
|
121
121
|
index: number;
|
|
122
122
|
}
|
|
123
|
-
declare const SliderThumb: React.MemoExoticComponent<import("@tamagui/core").TamaguiComponent<
|
|
124
|
-
elevation?: number | SizeTokens | undefined;
|
|
125
|
-
size?: SizeTokens | undefined;
|
|
126
|
-
fullscreen?: boolean | undefined;
|
|
127
|
-
circular?: boolean | undefined;
|
|
128
|
-
hoverTheme?: boolean | undefined;
|
|
129
|
-
pressTheme?: boolean | undefined;
|
|
130
|
-
focusTheme?: boolean | undefined;
|
|
131
|
-
elevate?: boolean | undefined;
|
|
132
|
-
bordered?: number | boolean | undefined;
|
|
133
|
-
unstyled?: boolean | undefined;
|
|
134
|
-
transparent?: boolean | undefined;
|
|
135
|
-
backgrounded?: boolean | undefined;
|
|
136
|
-
radiused?: boolean | undefined;
|
|
137
|
-
padded?: boolean | undefined;
|
|
138
|
-
chromeless?: boolean | "all" | undefined;
|
|
139
|
-
}>, keyof SliderThumbProps> & SliderThumbProps, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SliderThumbProps, import("@tamagui/core").StackStyleBase, {
|
|
123
|
+
declare const SliderThumb: React.MemoExoticComponent<import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SliderThumbProps, Omit<import("@tamagui/core").StackStyleBase, keyof SliderThumbProps>, {
|
|
140
124
|
elevation?: number | SizeTokens | undefined;
|
|
141
125
|
size?: SizeTokens | undefined;
|
|
142
126
|
fullscreen?: boolean | undefined;
|
|
@@ -154,9 +138,9 @@ declare const SliderThumb: React.MemoExoticComponent<import("@tamagui/core").Tam
|
|
|
154
138
|
chromeless?: boolean | "all" | undefined;
|
|
155
139
|
}, {}>>;
|
|
156
140
|
declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAttributes<TamaguiElement>> & {
|
|
157
|
-
Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps,
|
|
158
|
-
size?: SizeTokens | undefined;
|
|
141
|
+
Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
159
142
|
elevation?: number | SizeTokens | undefined;
|
|
143
|
+
size?: SizeTokens | undefined;
|
|
160
144
|
fullscreen?: boolean | undefined;
|
|
161
145
|
circular?: boolean | undefined;
|
|
162
146
|
hoverTheme?: boolean | undefined;
|
|
@@ -165,9 +149,9 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
165
149
|
elevate?: boolean | undefined;
|
|
166
150
|
bordered?: number | boolean | undefined;
|
|
167
151
|
unstyled?: boolean | undefined;
|
|
168
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
169
|
-
size?: SizeTokens | undefined;
|
|
152
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
170
153
|
elevation?: number | SizeTokens | undefined;
|
|
154
|
+
size?: SizeTokens | undefined;
|
|
171
155
|
fullscreen?: boolean | undefined;
|
|
172
156
|
circular?: boolean | undefined;
|
|
173
157
|
hoverTheme?: boolean | undefined;
|
|
@@ -176,9 +160,9 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
176
160
|
elevate?: boolean | undefined;
|
|
177
161
|
bordered?: number | boolean | undefined;
|
|
178
162
|
unstyled?: boolean | undefined;
|
|
179
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
180
|
-
size?: SizeTokens | undefined;
|
|
163
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
181
164
|
elevation?: number | SizeTokens | undefined;
|
|
165
|
+
size?: SizeTokens | undefined;
|
|
182
166
|
fullscreen?: boolean | undefined;
|
|
183
167
|
circular?: boolean | undefined;
|
|
184
168
|
hoverTheme?: boolean | undefined;
|
|
@@ -187,9 +171,9 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
187
171
|
elevate?: boolean | undefined;
|
|
188
172
|
bordered?: number | boolean | undefined;
|
|
189
173
|
unstyled?: boolean | undefined;
|
|
190
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
191
|
-
size?: SizeTokens | undefined;
|
|
174
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
192
175
|
elevation?: number | SizeTokens | undefined;
|
|
176
|
+
size?: SizeTokens | undefined;
|
|
193
177
|
fullscreen?: boolean | undefined;
|
|
194
178
|
circular?: boolean | undefined;
|
|
195
179
|
hoverTheme?: boolean | undefined;
|
|
@@ -198,9 +182,9 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
198
182
|
elevate?: boolean | undefined;
|
|
199
183
|
bordered?: number | boolean | undefined;
|
|
200
184
|
unstyled?: boolean | undefined;
|
|
201
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
202
|
-
size?: SizeTokens | undefined;
|
|
185
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
203
186
|
elevation?: number | SizeTokens | undefined;
|
|
187
|
+
size?: SizeTokens | undefined;
|
|
204
188
|
fullscreen?: boolean | undefined;
|
|
205
189
|
circular?: boolean | undefined;
|
|
206
190
|
hoverTheme?: boolean | undefined;
|
|
@@ -210,49 +194,33 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
210
194
|
bordered?: number | boolean | undefined;
|
|
211
195
|
unstyled?: boolean | undefined;
|
|
212
196
|
}>> & React.RefAttributes<SliderTrackElement>>;
|
|
213
|
-
TrackActive: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps,
|
|
197
|
+
TrackActive: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
214
198
|
elevation?: number | SizeTokens | undefined;
|
|
215
199
|
size?: any;
|
|
216
200
|
fullscreen?: boolean | undefined;
|
|
217
201
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
218
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
202
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
219
203
|
elevation?: number | SizeTokens | undefined;
|
|
220
204
|
size?: any;
|
|
221
205
|
fullscreen?: boolean | undefined;
|
|
222
206
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
223
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
207
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
224
208
|
elevation?: number | SizeTokens | undefined;
|
|
225
209
|
size?: any;
|
|
226
210
|
fullscreen?: boolean | undefined;
|
|
227
211
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
228
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
212
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
229
213
|
elevation?: number | SizeTokens | undefined;
|
|
230
214
|
size?: any;
|
|
231
215
|
fullscreen?: boolean | undefined;
|
|
232
216
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
233
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
217
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
234
218
|
elevation?: number | SizeTokens | undefined;
|
|
235
219
|
size?: any;
|
|
236
220
|
fullscreen?: boolean | undefined;
|
|
237
221
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
238
222
|
}>> & React.RefAttributes<View>>;
|
|
239
|
-
Thumb: React.MemoExoticComponent<import("@tamagui/core").TamaguiComponent<
|
|
240
|
-
elevation?: number | SizeTokens | undefined;
|
|
241
|
-
size?: SizeTokens | undefined;
|
|
242
|
-
fullscreen?: boolean | undefined;
|
|
243
|
-
circular?: boolean | undefined;
|
|
244
|
-
hoverTheme?: boolean | undefined;
|
|
245
|
-
pressTheme?: boolean | undefined;
|
|
246
|
-
focusTheme?: boolean | undefined;
|
|
247
|
-
elevate?: boolean | undefined;
|
|
248
|
-
bordered?: number | boolean | undefined;
|
|
249
|
-
unstyled?: boolean | undefined;
|
|
250
|
-
transparent?: boolean | undefined;
|
|
251
|
-
backgrounded?: boolean | undefined;
|
|
252
|
-
radiused?: boolean | undefined;
|
|
253
|
-
padded?: boolean | undefined;
|
|
254
|
-
chromeless?: boolean | "all" | undefined;
|
|
255
|
-
}>, keyof SliderThumbProps> & SliderThumbProps, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SliderThumbProps, import("@tamagui/core").StackStyleBase, {
|
|
223
|
+
Thumb: React.MemoExoticComponent<import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SliderThumbProps, Omit<import("@tamagui/core").StackStyleBase, keyof SliderThumbProps>, {
|
|
256
224
|
elevation?: number | SizeTokens | undefined;
|
|
257
225
|
size?: SizeTokens | undefined;
|
|
258
226
|
fullscreen?: boolean | undefined;
|
|
@@ -270,9 +238,9 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
270
238
|
chromeless?: boolean | "all" | undefined;
|
|
271
239
|
}, {}>>;
|
|
272
240
|
};
|
|
273
|
-
declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps,
|
|
274
|
-
size?: SizeTokens | undefined;
|
|
241
|
+
declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
275
242
|
elevation?: number | SizeTokens | undefined;
|
|
243
|
+
size?: SizeTokens | undefined;
|
|
276
244
|
fullscreen?: boolean | undefined;
|
|
277
245
|
circular?: boolean | undefined;
|
|
278
246
|
hoverTheme?: boolean | undefined;
|
|
@@ -281,9 +249,9 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
281
249
|
elevate?: boolean | undefined;
|
|
282
250
|
bordered?: number | boolean | undefined;
|
|
283
251
|
unstyled?: boolean | undefined;
|
|
284
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
285
|
-
size?: SizeTokens | undefined;
|
|
252
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
286
253
|
elevation?: number | SizeTokens | undefined;
|
|
254
|
+
size?: SizeTokens | undefined;
|
|
287
255
|
fullscreen?: boolean | undefined;
|
|
288
256
|
circular?: boolean | undefined;
|
|
289
257
|
hoverTheme?: boolean | undefined;
|
|
@@ -292,9 +260,9 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
292
260
|
elevate?: boolean | undefined;
|
|
293
261
|
bordered?: number | boolean | undefined;
|
|
294
262
|
unstyled?: boolean | undefined;
|
|
295
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
296
|
-
size?: SizeTokens | undefined;
|
|
263
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
297
264
|
elevation?: number | SizeTokens | undefined;
|
|
265
|
+
size?: SizeTokens | undefined;
|
|
298
266
|
fullscreen?: boolean | undefined;
|
|
299
267
|
circular?: boolean | undefined;
|
|
300
268
|
hoverTheme?: boolean | undefined;
|
|
@@ -303,9 +271,9 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
303
271
|
elevate?: boolean | undefined;
|
|
304
272
|
bordered?: number | boolean | undefined;
|
|
305
273
|
unstyled?: boolean | undefined;
|
|
306
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
307
|
-
size?: SizeTokens | undefined;
|
|
274
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
308
275
|
elevation?: number | SizeTokens | undefined;
|
|
276
|
+
size?: SizeTokens | undefined;
|
|
309
277
|
fullscreen?: boolean | undefined;
|
|
310
278
|
circular?: boolean | undefined;
|
|
311
279
|
hoverTheme?: boolean | undefined;
|
|
@@ -314,9 +282,9 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
314
282
|
elevate?: boolean | undefined;
|
|
315
283
|
bordered?: number | boolean | undefined;
|
|
316
284
|
unstyled?: boolean | undefined;
|
|
317
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
318
|
-
size?: SizeTokens | undefined;
|
|
285
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
319
286
|
elevation?: number | SizeTokens | undefined;
|
|
287
|
+
size?: SizeTokens | undefined;
|
|
320
288
|
fullscreen?: boolean | undefined;
|
|
321
289
|
circular?: boolean | undefined;
|
|
322
290
|
hoverTheme?: boolean | undefined;
|
|
@@ -326,49 +294,33 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
326
294
|
bordered?: number | boolean | undefined;
|
|
327
295
|
unstyled?: boolean | undefined;
|
|
328
296
|
}>> & React.RefAttributes<SliderTrackElement>>;
|
|
329
|
-
declare const Range: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps,
|
|
297
|
+
declare const Range: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
330
298
|
elevation?: number | SizeTokens | undefined;
|
|
331
299
|
size?: any;
|
|
332
300
|
fullscreen?: boolean | undefined;
|
|
333
301
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
334
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
302
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
335
303
|
elevation?: number | SizeTokens | undefined;
|
|
336
304
|
size?: any;
|
|
337
305
|
fullscreen?: boolean | undefined;
|
|
338
306
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
339
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
307
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
340
308
|
elevation?: number | SizeTokens | undefined;
|
|
341
309
|
size?: any;
|
|
342
310
|
fullscreen?: boolean | undefined;
|
|
343
311
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
344
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
312
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
345
313
|
elevation?: number | SizeTokens | undefined;
|
|
346
314
|
size?: any;
|
|
347
315
|
fullscreen?: boolean | undefined;
|
|
348
316
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
349
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase
|
|
317
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
350
318
|
elevation?: number | SizeTokens | undefined;
|
|
351
319
|
size?: any;
|
|
352
320
|
fullscreen?: boolean | undefined;
|
|
353
321
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
354
322
|
}>> & React.RefAttributes<View>>;
|
|
355
|
-
declare const Thumb: React.MemoExoticComponent<import("@tamagui/core").TamaguiComponent<
|
|
356
|
-
elevation?: number | SizeTokens | undefined;
|
|
357
|
-
size?: SizeTokens | undefined;
|
|
358
|
-
fullscreen?: boolean | undefined;
|
|
359
|
-
circular?: boolean | undefined;
|
|
360
|
-
hoverTheme?: boolean | undefined;
|
|
361
|
-
pressTheme?: boolean | undefined;
|
|
362
|
-
focusTheme?: boolean | undefined;
|
|
363
|
-
elevate?: boolean | undefined;
|
|
364
|
-
bordered?: number | boolean | undefined;
|
|
365
|
-
unstyled?: boolean | undefined;
|
|
366
|
-
transparent?: boolean | undefined;
|
|
367
|
-
backgrounded?: boolean | undefined;
|
|
368
|
-
radiused?: boolean | undefined;
|
|
369
|
-
padded?: boolean | undefined;
|
|
370
|
-
chromeless?: boolean | "all" | undefined;
|
|
371
|
-
}>, keyof SliderThumbProps> & SliderThumbProps, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SliderThumbProps, import("@tamagui/core").StackStyleBase, {
|
|
323
|
+
declare const Thumb: React.MemoExoticComponent<import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SliderThumbProps, Omit<import("@tamagui/core").StackStyleBase, keyof SliderThumbProps>, {
|
|
372
324
|
elevation?: number | SizeTokens | undefined;
|
|
373
325
|
size?: SizeTokens | undefined;
|
|
374
326
|
fullscreen?: boolean | undefined;
|
package/types/Slider.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../src/Slider.tsx"],"names":[],"mappings":"AAIA,OAAO,EAEL,QAAQ,EACR,UAAU,EACV,cAAc,EAKf,MAAM,eAAe,CAAA;AAItB,OAAO,EAAE,iBAAiB,EAAkB,MAAM,iBAAiB,CAAA;AAGnE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAwBnC,OAAO,EAIL,WAAW,EACX,gBAAgB,EAEjB,MAAM,SAAS,CAAA;AA2LhB,KAAK,kBAAkB,GAAG,WAAW,GAAG,IAAI,CAAA;AAE5C,eAAO,MAAM,gBAAgB;;;;;;MAmB3B,CAAA;AAEF,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8CAehB,CAAA;AAUD,eAAO,MAAM,sBAAsB;;;;;MAIjC,CAAA;AAEF,KAAK,sBAAsB,GAAG,QAAQ,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;gCAsCtB,CAAA;AA4BD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;MAwB3B,CAAA;AAEF,UAAU,gBAAiB,SAAQ,iBAAiB;IAClD,KAAK,EAAE,MAAM,CAAA;CACd;AAGD,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../src/Slider.tsx"],"names":[],"mappings":"AAIA,OAAO,EAEL,QAAQ,EACR,UAAU,EACV,cAAc,EAKf,MAAM,eAAe,CAAA;AAItB,OAAO,EAAE,iBAAiB,EAAkB,MAAM,iBAAiB,CAAA;AAGnE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAwBnC,OAAO,EAIL,WAAW,EACX,gBAAgB,EAEjB,MAAM,SAAS,CAAA;AA2LhB,KAAK,kBAAkB,GAAG,WAAW,GAAG,IAAI,CAAA;AAE5C,eAAO,MAAM,gBAAgB;;;;;;MAmB3B,CAAA;AAEF,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8CAehB,CAAA;AAUD,eAAO,MAAM,sBAAsB;;;;;MAIjC,CAAA;AAEF,KAAK,sBAAsB,GAAG,QAAQ,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;gCAsCtB,CAAA;AA4BD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;MAwB3B,CAAA;AAEF,UAAU,gBAAiB,SAAQ,iBAAiB;IAClD,KAAK,EAAE,MAAM,CAAA;CACd;AAGD,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;OA8FhB,CAAA;AA6JD,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIV,CAAA;AAuCF,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8CAAc,CAAA;AACzB,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;gCAAoB,CAAA;AAC/B,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;OAAc,CAAA;AAEzB,OAAO,EACL,MAAM,EACN,WAAW,EACX,iBAAiB,EACjB,WAAW,EAEX,KAAK,EACL,KAAK,EACL,KAAK,GACN,CAAA;AAED,YAAY,EAAE,WAAW,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,CAAA"}
|