@tamagui/slider 1.88.8 → 1.88.10
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 +70 -118
- 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.10",
|
|
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.10",
|
|
36
|
+
"@tamagui/constants": "1.88.10",
|
|
37
|
+
"@tamagui/core": "1.88.10",
|
|
38
|
+
"@tamagui/create-context": "1.88.10",
|
|
39
|
+
"@tamagui/get-token": "1.88.10",
|
|
40
|
+
"@tamagui/helpers": "1.88.10",
|
|
41
|
+
"@tamagui/stacks": "1.88.10",
|
|
42
|
+
"@tamagui/use-controllable-state": "1.88.10",
|
|
43
|
+
"@tamagui/use-direction": "1.88.10"
|
|
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.10",
|
|
51
51
|
"react": "^18.2.0",
|
|
52
52
|
"react-native": "^0.72.6"
|
|
53
53
|
},
|
package/types/Slider.d.ts
CHANGED
|
@@ -11,20 +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, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
15
|
-
elevation?: number | SizeTokens | undefined;
|
|
14
|
+
declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "size" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
16
15
|
size?: SizeTokens | undefined;
|
|
17
|
-
fullscreen?: boolean | undefined;
|
|
18
|
-
circular?: boolean | undefined;
|
|
19
|
-
hoverTheme?: boolean | undefined;
|
|
20
|
-
pressTheme?: boolean | undefined;
|
|
21
|
-
focusTheme?: boolean | undefined;
|
|
22
|
-
elevate?: boolean | undefined;
|
|
23
|
-
bordered?: number | boolean | undefined;
|
|
24
|
-
unstyled?: boolean | undefined;
|
|
25
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
26
16
|
elevation?: number | SizeTokens | undefined;
|
|
27
|
-
size?: SizeTokens | undefined;
|
|
28
17
|
fullscreen?: boolean | undefined;
|
|
29
18
|
circular?: boolean | undefined;
|
|
30
19
|
hoverTheme?: boolean | undefined;
|
|
@@ -33,20 +22,9 @@ declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui
|
|
|
33
22
|
elevate?: boolean | undefined;
|
|
34
23
|
bordered?: number | boolean | undefined;
|
|
35
24
|
unstyled?: boolean | undefined;
|
|
36
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
37
|
-
elevation?: number | SizeTokens | undefined;
|
|
25
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
38
26
|
size?: SizeTokens | undefined;
|
|
39
|
-
fullscreen?: boolean | undefined;
|
|
40
|
-
circular?: boolean | undefined;
|
|
41
|
-
hoverTheme?: boolean | undefined;
|
|
42
|
-
pressTheme?: boolean | undefined;
|
|
43
|
-
focusTheme?: boolean | undefined;
|
|
44
|
-
elevate?: boolean | undefined;
|
|
45
|
-
bordered?: number | boolean | undefined;
|
|
46
|
-
unstyled?: boolean | undefined;
|
|
47
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
48
27
|
elevation?: number | SizeTokens | undefined;
|
|
49
|
-
size?: SizeTokens | undefined;
|
|
50
28
|
fullscreen?: boolean | undefined;
|
|
51
29
|
circular?: boolean | undefined;
|
|
52
30
|
hoverTheme?: boolean | undefined;
|
|
@@ -55,9 +33,9 @@ declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui
|
|
|
55
33
|
elevate?: boolean | undefined;
|
|
56
34
|
bordered?: number | boolean | undefined;
|
|
57
35
|
unstyled?: boolean | undefined;
|
|
58
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
59
|
-
elevation?: number | SizeTokens | undefined;
|
|
36
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
60
37
|
size?: SizeTokens | undefined;
|
|
38
|
+
elevation?: number | SizeTokens | undefined;
|
|
61
39
|
fullscreen?: boolean | undefined;
|
|
62
40
|
circular?: boolean | undefined;
|
|
63
41
|
hoverTheme?: boolean | undefined;
|
|
@@ -74,27 +52,17 @@ export declare const SliderTrackActiveFrame: import("@tamagui/core").TamaguiComp
|
|
|
74
52
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
75
53
|
}, {}>;
|
|
76
54
|
type SliderTrackActiveProps = GetProps<typeof SliderTrackActiveFrame>;
|
|
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
|
-
elevation?: number | SizeTokens | undefined;
|
|
79
|
-
size?: any;
|
|
80
|
-
fullscreen?: boolean | undefined;
|
|
81
|
-
orientation?: "horizontal" | "vertical" | undefined;
|
|
82
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
83
|
-
elevation?: number | SizeTokens | undefined;
|
|
84
|
-
size?: any;
|
|
85
|
-
fullscreen?: boolean | undefined;
|
|
86
|
-
orientation?: "horizontal" | "vertical" | undefined;
|
|
87
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
55
|
+
declare const SliderTrackActive: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "size" | "fullscreen" | "orientation"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
88
56
|
elevation?: number | SizeTokens | undefined;
|
|
89
57
|
size?: any;
|
|
90
58
|
fullscreen?: boolean | undefined;
|
|
91
59
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
92
|
-
}
|
|
60
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
93
61
|
elevation?: number | SizeTokens | undefined;
|
|
94
62
|
size?: any;
|
|
95
63
|
fullscreen?: boolean | undefined;
|
|
96
64
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
97
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
65
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
98
66
|
elevation?: number | SizeTokens | undefined;
|
|
99
67
|
size?: any;
|
|
100
68
|
fullscreen?: boolean | undefined;
|
|
@@ -122,7 +90,23 @@ export interface SliderThumbExtraProps {
|
|
|
122
90
|
}
|
|
123
91
|
export interface SliderThumbProps extends SizableStackProps, SliderThumbExtraProps {
|
|
124
92
|
}
|
|
125
|
-
declare const SliderThumb: React.MemoExoticComponent<import("@tamagui/core").TamaguiComponent<import("@tamagui/core").
|
|
93
|
+
declare const SliderThumb: React.MemoExoticComponent<import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
94
|
+
elevation?: number | SizeTokens | undefined;
|
|
95
|
+
size?: SizeTokens | undefined;
|
|
96
|
+
fullscreen?: boolean | undefined;
|
|
97
|
+
circular?: boolean | undefined;
|
|
98
|
+
hoverTheme?: boolean | undefined;
|
|
99
|
+
pressTheme?: boolean | undefined;
|
|
100
|
+
focusTheme?: boolean | undefined;
|
|
101
|
+
elevate?: boolean | undefined;
|
|
102
|
+
bordered?: number | boolean | undefined;
|
|
103
|
+
unstyled?: boolean | undefined;
|
|
104
|
+
transparent?: boolean | undefined;
|
|
105
|
+
backgrounded?: boolean | undefined;
|
|
106
|
+
radiused?: boolean | undefined;
|
|
107
|
+
padded?: boolean | undefined;
|
|
108
|
+
chromeless?: boolean | "all" | undefined;
|
|
109
|
+
}>, "index"> & SliderThumbExtraProps, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SliderThumbExtraProps, import("@tamagui/core").StackStyleBase, {
|
|
126
110
|
elevation?: number | SizeTokens | undefined;
|
|
127
111
|
size?: SizeTokens | undefined;
|
|
128
112
|
fullscreen?: boolean | undefined;
|
|
@@ -140,20 +124,9 @@ declare const SliderThumb: React.MemoExoticComponent<import("@tamagui/core").Tam
|
|
|
140
124
|
chromeless?: boolean | "all" | undefined;
|
|
141
125
|
}, {}>>;
|
|
142
126
|
declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAttributes<TamaguiElement>> & {
|
|
143
|
-
Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
144
|
-
elevation?: number | SizeTokens | undefined;
|
|
127
|
+
Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "size" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
145
128
|
size?: SizeTokens | undefined;
|
|
146
|
-
fullscreen?: boolean | undefined;
|
|
147
|
-
circular?: boolean | undefined;
|
|
148
|
-
hoverTheme?: boolean | undefined;
|
|
149
|
-
pressTheme?: boolean | undefined;
|
|
150
|
-
focusTheme?: boolean | undefined;
|
|
151
|
-
elevate?: boolean | undefined;
|
|
152
|
-
bordered?: number | boolean | undefined;
|
|
153
|
-
unstyled?: boolean | undefined;
|
|
154
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
155
129
|
elevation?: number | SizeTokens | undefined;
|
|
156
|
-
size?: SizeTokens | undefined;
|
|
157
130
|
fullscreen?: boolean | undefined;
|
|
158
131
|
circular?: boolean | undefined;
|
|
159
132
|
hoverTheme?: boolean | undefined;
|
|
@@ -162,20 +135,9 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
162
135
|
elevate?: boolean | undefined;
|
|
163
136
|
bordered?: number | boolean | undefined;
|
|
164
137
|
unstyled?: boolean | undefined;
|
|
165
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
166
|
-
elevation?: number | SizeTokens | undefined;
|
|
138
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
167
139
|
size?: SizeTokens | undefined;
|
|
168
|
-
fullscreen?: boolean | undefined;
|
|
169
|
-
circular?: boolean | undefined;
|
|
170
|
-
hoverTheme?: boolean | undefined;
|
|
171
|
-
pressTheme?: boolean | undefined;
|
|
172
|
-
focusTheme?: boolean | undefined;
|
|
173
|
-
elevate?: boolean | undefined;
|
|
174
|
-
bordered?: number | boolean | undefined;
|
|
175
|
-
unstyled?: boolean | undefined;
|
|
176
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
177
140
|
elevation?: number | SizeTokens | undefined;
|
|
178
|
-
size?: SizeTokens | undefined;
|
|
179
141
|
fullscreen?: boolean | undefined;
|
|
180
142
|
circular?: boolean | undefined;
|
|
181
143
|
hoverTheme?: boolean | undefined;
|
|
@@ -184,9 +146,9 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
184
146
|
elevate?: boolean | undefined;
|
|
185
147
|
bordered?: number | boolean | undefined;
|
|
186
148
|
unstyled?: boolean | undefined;
|
|
187
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
188
|
-
elevation?: number | SizeTokens | undefined;
|
|
149
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
189
150
|
size?: SizeTokens | undefined;
|
|
151
|
+
elevation?: number | SizeTokens | undefined;
|
|
190
152
|
fullscreen?: boolean | undefined;
|
|
191
153
|
circular?: boolean | undefined;
|
|
192
154
|
hoverTheme?: boolean | undefined;
|
|
@@ -196,33 +158,39 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
196
158
|
bordered?: number | boolean | undefined;
|
|
197
159
|
unstyled?: boolean | undefined;
|
|
198
160
|
}>> & React.RefAttributes<SliderTrackElement>>;
|
|
199
|
-
TrackActive: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
200
|
-
elevation?: number | SizeTokens | undefined;
|
|
201
|
-
size?: any;
|
|
202
|
-
fullscreen?: boolean | undefined;
|
|
203
|
-
orientation?: "horizontal" | "vertical" | undefined;
|
|
204
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
161
|
+
TrackActive: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "size" | "fullscreen" | "orientation"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
205
162
|
elevation?: number | SizeTokens | undefined;
|
|
206
163
|
size?: any;
|
|
207
164
|
fullscreen?: boolean | undefined;
|
|
208
165
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
209
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
166
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
210
167
|
elevation?: number | SizeTokens | undefined;
|
|
211
168
|
size?: any;
|
|
212
169
|
fullscreen?: boolean | undefined;
|
|
213
170
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
214
|
-
}
|
|
171
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
215
172
|
elevation?: number | SizeTokens | undefined;
|
|
216
173
|
size?: any;
|
|
217
174
|
fullscreen?: boolean | undefined;
|
|
218
175
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
219
|
-
}
|
|
176
|
+
}>> & React.RefAttributes<View>>;
|
|
177
|
+
Thumb: React.MemoExoticComponent<import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
220
178
|
elevation?: number | SizeTokens | undefined;
|
|
221
|
-
size?:
|
|
179
|
+
size?: SizeTokens | undefined;
|
|
222
180
|
fullscreen?: boolean | undefined;
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
181
|
+
circular?: boolean | undefined;
|
|
182
|
+
hoverTheme?: boolean | undefined;
|
|
183
|
+
pressTheme?: boolean | undefined;
|
|
184
|
+
focusTheme?: boolean | undefined;
|
|
185
|
+
elevate?: boolean | undefined;
|
|
186
|
+
bordered?: number | boolean | undefined;
|
|
187
|
+
unstyled?: boolean | undefined;
|
|
188
|
+
transparent?: boolean | undefined;
|
|
189
|
+
backgrounded?: boolean | undefined;
|
|
190
|
+
radiused?: boolean | undefined;
|
|
191
|
+
padded?: boolean | undefined;
|
|
192
|
+
chromeless?: boolean | "all" | undefined;
|
|
193
|
+
}>, "index"> & SliderThumbExtraProps, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SliderThumbExtraProps, import("@tamagui/core").StackStyleBase, {
|
|
226
194
|
elevation?: number | SizeTokens | undefined;
|
|
227
195
|
size?: SizeTokens | undefined;
|
|
228
196
|
fullscreen?: boolean | undefined;
|
|
@@ -240,20 +208,9 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
240
208
|
chromeless?: boolean | "all" | undefined;
|
|
241
209
|
}, {}>>;
|
|
242
210
|
};
|
|
243
|
-
declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
244
|
-
elevation?: number | SizeTokens | undefined;
|
|
211
|
+
declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "size" | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
245
212
|
size?: SizeTokens | undefined;
|
|
246
|
-
fullscreen?: boolean | undefined;
|
|
247
|
-
circular?: boolean | undefined;
|
|
248
|
-
hoverTheme?: boolean | undefined;
|
|
249
|
-
pressTheme?: boolean | undefined;
|
|
250
|
-
focusTheme?: boolean | undefined;
|
|
251
|
-
elevate?: boolean | undefined;
|
|
252
|
-
bordered?: number | boolean | undefined;
|
|
253
|
-
unstyled?: boolean | undefined;
|
|
254
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
255
213
|
elevation?: number | SizeTokens | undefined;
|
|
256
|
-
size?: SizeTokens | undefined;
|
|
257
214
|
fullscreen?: boolean | undefined;
|
|
258
215
|
circular?: boolean | undefined;
|
|
259
216
|
hoverTheme?: boolean | undefined;
|
|
@@ -262,20 +219,9 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
262
219
|
elevate?: boolean | undefined;
|
|
263
220
|
bordered?: number | boolean | undefined;
|
|
264
221
|
unstyled?: boolean | undefined;
|
|
265
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
266
|
-
elevation?: number | SizeTokens | undefined;
|
|
222
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
267
223
|
size?: SizeTokens | undefined;
|
|
268
|
-
fullscreen?: boolean | undefined;
|
|
269
|
-
circular?: boolean | undefined;
|
|
270
|
-
hoverTheme?: boolean | undefined;
|
|
271
|
-
pressTheme?: boolean | undefined;
|
|
272
|
-
focusTheme?: boolean | undefined;
|
|
273
|
-
elevate?: boolean | undefined;
|
|
274
|
-
bordered?: number | boolean | undefined;
|
|
275
|
-
unstyled?: boolean | undefined;
|
|
276
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
277
224
|
elevation?: number | SizeTokens | undefined;
|
|
278
|
-
size?: SizeTokens | undefined;
|
|
279
225
|
fullscreen?: boolean | undefined;
|
|
280
226
|
circular?: boolean | undefined;
|
|
281
227
|
hoverTheme?: boolean | undefined;
|
|
@@ -284,9 +230,9 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
284
230
|
elevate?: boolean | undefined;
|
|
285
231
|
bordered?: number | boolean | undefined;
|
|
286
232
|
unstyled?: boolean | undefined;
|
|
287
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
288
|
-
elevation?: number | SizeTokens | undefined;
|
|
233
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
289
234
|
size?: SizeTokens | undefined;
|
|
235
|
+
elevation?: number | SizeTokens | undefined;
|
|
290
236
|
fullscreen?: boolean | undefined;
|
|
291
237
|
circular?: boolean | undefined;
|
|
292
238
|
hoverTheme?: boolean | undefined;
|
|
@@ -296,33 +242,39 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
296
242
|
bordered?: number | boolean | undefined;
|
|
297
243
|
unstyled?: boolean | undefined;
|
|
298
244
|
}>> & React.RefAttributes<SliderTrackElement>>;
|
|
299
|
-
declare const Range: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
300
|
-
elevation?: number | SizeTokens | undefined;
|
|
301
|
-
size?: any;
|
|
302
|
-
fullscreen?: boolean | undefined;
|
|
303
|
-
orientation?: "horizontal" | "vertical" | undefined;
|
|
304
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
|
|
245
|
+
declare const Range: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "size" | "fullscreen" | "orientation"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
305
246
|
elevation?: number | SizeTokens | undefined;
|
|
306
247
|
size?: any;
|
|
307
248
|
fullscreen?: boolean | undefined;
|
|
308
249
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
309
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase
|
|
250
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
310
251
|
elevation?: number | SizeTokens | undefined;
|
|
311
252
|
size?: any;
|
|
312
253
|
fullscreen?: boolean | undefined;
|
|
313
254
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
314
|
-
}
|
|
255
|
+
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
315
256
|
elevation?: number | SizeTokens | undefined;
|
|
316
257
|
size?: any;
|
|
317
258
|
fullscreen?: boolean | undefined;
|
|
318
259
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
319
|
-
}
|
|
260
|
+
}>> & React.RefAttributes<View>>;
|
|
261
|
+
declare const Thumb: React.MemoExoticComponent<import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
320
262
|
elevation?: number | SizeTokens | undefined;
|
|
321
|
-
size?:
|
|
263
|
+
size?: SizeTokens | undefined;
|
|
322
264
|
fullscreen?: boolean | undefined;
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
265
|
+
circular?: boolean | undefined;
|
|
266
|
+
hoverTheme?: boolean | undefined;
|
|
267
|
+
pressTheme?: boolean | undefined;
|
|
268
|
+
focusTheme?: boolean | undefined;
|
|
269
|
+
elevate?: boolean | undefined;
|
|
270
|
+
bordered?: number | boolean | undefined;
|
|
271
|
+
unstyled?: boolean | undefined;
|
|
272
|
+
transparent?: boolean | undefined;
|
|
273
|
+
backgrounded?: boolean | undefined;
|
|
274
|
+
radiused?: boolean | undefined;
|
|
275
|
+
padded?: boolean | undefined;
|
|
276
|
+
chromeless?: boolean | "all" | undefined;
|
|
277
|
+
}>, "index"> & SliderThumbExtraProps, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & SliderThumbExtraProps, import("@tamagui/core").StackStyleBase, {
|
|
326
278
|
elevation?: number | SizeTokens | undefined;
|
|
327
279
|
size?: SizeTokens | undefined;
|
|
328
280
|
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
|
|
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,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,gBAAiB,SAAQ,iBAAiB,EAAE,qBAAqB;CAAG;AAGrF,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,CAAA"}
|