@tamagui/slider 1.121.0 → 1.121.1
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 +12 -12
- package/types/Slider.d.ts +9 -9
- 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.121.
|
|
3
|
+
"version": "1.121.1",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -36,22 +36,22 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@tamagui/compose-refs": "1.121.
|
|
40
|
-
"@tamagui/constants": "1.121.
|
|
41
|
-
"@tamagui/core": "1.121.
|
|
42
|
-
"@tamagui/create-context": "1.121.
|
|
43
|
-
"@tamagui/get-token": "1.121.
|
|
44
|
-
"@tamagui/helpers": "1.121.
|
|
45
|
-
"@tamagui/stacks": "1.121.
|
|
46
|
-
"@tamagui/use-controllable-state": "1.121.
|
|
47
|
-
"@tamagui/use-debounce": "1.121.
|
|
48
|
-
"@tamagui/use-direction": "1.121.
|
|
39
|
+
"@tamagui/compose-refs": "1.121.1",
|
|
40
|
+
"@tamagui/constants": "1.121.1",
|
|
41
|
+
"@tamagui/core": "1.121.1",
|
|
42
|
+
"@tamagui/create-context": "1.121.1",
|
|
43
|
+
"@tamagui/get-token": "1.121.1",
|
|
44
|
+
"@tamagui/helpers": "1.121.1",
|
|
45
|
+
"@tamagui/stacks": "1.121.1",
|
|
46
|
+
"@tamagui/use-controllable-state": "1.121.1",
|
|
47
|
+
"@tamagui/use-debounce": "1.121.1",
|
|
48
|
+
"@tamagui/use-direction": "1.121.1"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "*"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@tamagui/build": "1.121.
|
|
54
|
+
"@tamagui/build": "1.121.1",
|
|
55
55
|
"react": "*",
|
|
56
56
|
"react-native": "^0.76.5"
|
|
57
57
|
},
|
package/types/Slider.d.ts
CHANGED
|
@@ -18,7 +18,6 @@ export declare const SliderTrackFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
18
18
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
19
19
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
20
20
|
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> & {
|
|
21
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
22
21
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
23
22
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
24
23
|
top?: number;
|
|
@@ -26,6 +25,7 @@ declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui
|
|
|
26
25
|
left?: number;
|
|
27
26
|
right?: number;
|
|
28
27
|
} | null | undefined;
|
|
28
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
29
29
|
fullscreen?: boolean | undefined;
|
|
30
30
|
circular?: boolean | undefined;
|
|
31
31
|
hoverTheme?: boolean | undefined;
|
|
@@ -35,7 +35,6 @@ declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui
|
|
|
35
35
|
bordered?: number | boolean | undefined;
|
|
36
36
|
unstyled?: boolean | undefined;
|
|
37
37
|
} & 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
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
39
38
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
40
39
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
41
40
|
top?: number;
|
|
@@ -43,6 +42,7 @@ declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui
|
|
|
43
42
|
left?: number;
|
|
44
43
|
right?: number;
|
|
45
44
|
} | null | undefined;
|
|
45
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
46
46
|
fullscreen?: boolean | undefined;
|
|
47
47
|
circular?: boolean | undefined;
|
|
48
48
|
hoverTheme?: boolean | undefined;
|
|
@@ -52,7 +52,6 @@ declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui
|
|
|
52
52
|
bordered?: number | boolean | undefined;
|
|
53
53
|
unstyled?: boolean | undefined;
|
|
54
54
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
55
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
56
55
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
57
56
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
58
57
|
top?: number;
|
|
@@ -60,6 +59,7 @@ declare const SliderTrack: React.ForwardRefExoticComponent<Omit<import("@tamagui
|
|
|
60
59
|
left?: number;
|
|
61
60
|
right?: number;
|
|
62
61
|
} | null | undefined;
|
|
62
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
63
63
|
fullscreen?: boolean | undefined;
|
|
64
64
|
circular?: boolean | undefined;
|
|
65
65
|
hoverTheme?: boolean | undefined;
|
|
@@ -193,7 +193,6 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & {
|
|
|
193
193
|
__scopeSlider?: import("@tamagui/create-context").Scope;
|
|
194
194
|
} & React.RefAttributes<unknown>> & {
|
|
195
195
|
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> & {
|
|
196
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
197
196
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
198
197
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
199
198
|
top?: number;
|
|
@@ -201,6 +200,7 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & {
|
|
|
201
200
|
left?: number;
|
|
202
201
|
right?: number;
|
|
203
202
|
} | null | undefined;
|
|
203
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
204
204
|
fullscreen?: boolean | undefined;
|
|
205
205
|
circular?: boolean | undefined;
|
|
206
206
|
hoverTheme?: boolean | undefined;
|
|
@@ -210,7 +210,6 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & {
|
|
|
210
210
|
bordered?: number | boolean | undefined;
|
|
211
211
|
unstyled?: boolean | undefined;
|
|
212
212
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
213
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
214
213
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
215
214
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
216
215
|
top?: number;
|
|
@@ -218,6 +217,7 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & {
|
|
|
218
217
|
left?: number;
|
|
219
218
|
right?: number;
|
|
220
219
|
} | null | undefined;
|
|
220
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
221
221
|
fullscreen?: boolean | undefined;
|
|
222
222
|
circular?: boolean | undefined;
|
|
223
223
|
hoverTheme?: boolean | undefined;
|
|
@@ -227,7 +227,6 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & {
|
|
|
227
227
|
bordered?: number | boolean | undefined;
|
|
228
228
|
unstyled?: boolean | undefined;
|
|
229
229
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
230
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
231
230
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
232
231
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
233
232
|
top?: number;
|
|
@@ -235,6 +234,7 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & {
|
|
|
235
234
|
left?: number;
|
|
236
235
|
right?: number;
|
|
237
236
|
} | null | undefined;
|
|
237
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
238
238
|
fullscreen?: boolean | undefined;
|
|
239
239
|
circular?: boolean | undefined;
|
|
240
240
|
hoverTheme?: boolean | undefined;
|
|
@@ -325,7 +325,6 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & {
|
|
|
325
325
|
}, import("@tamagui/core").StaticConfigPublic>>;
|
|
326
326
|
};
|
|
327
327
|
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> & {
|
|
328
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
329
328
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
330
329
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
331
330
|
top?: number;
|
|
@@ -333,6 +332,7 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
333
332
|
left?: number;
|
|
334
333
|
right?: number;
|
|
335
334
|
} | null | undefined;
|
|
335
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
336
336
|
fullscreen?: boolean | undefined;
|
|
337
337
|
circular?: boolean | undefined;
|
|
338
338
|
hoverTheme?: boolean | undefined;
|
|
@@ -342,7 +342,6 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
342
342
|
bordered?: number | boolean | undefined;
|
|
343
343
|
unstyled?: boolean | undefined;
|
|
344
344
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
345
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
346
345
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
347
346
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
348
347
|
top?: number;
|
|
@@ -350,6 +349,7 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
350
349
|
left?: number;
|
|
351
350
|
right?: number;
|
|
352
351
|
} | null | undefined;
|
|
352
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
353
353
|
fullscreen?: boolean | undefined;
|
|
354
354
|
circular?: boolean | undefined;
|
|
355
355
|
hoverTheme?: boolean | undefined;
|
|
@@ -359,7 +359,6 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
359
359
|
bordered?: number | boolean | undefined;
|
|
360
360
|
unstyled?: boolean | undefined;
|
|
361
361
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
362
|
-
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
363
362
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
364
363
|
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
365
364
|
top?: number;
|
|
@@ -367,6 +366,7 @@ declare const Track: React.ForwardRefExoticComponent<Omit<import("@tamagui/core"
|
|
|
367
366
|
left?: number;
|
|
368
367
|
right?: number;
|
|
369
368
|
} | null | undefined;
|
|
369
|
+
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
370
370
|
fullscreen?: boolean | undefined;
|
|
371
371
|
circular?: boolean | undefined;
|
|
372
372
|
hoverTheme?: 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,KAAK,EAEV,QAAQ,EACR,UAAU,EACV,cAAc,EACf,MAAM,eAAe,CAAA;AAKtB,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AAIxD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAwBxC,OAAO,KAAK,EAIV,WAAW,EACX,gBAAgB,EAEjB,MAAM,SAAS,CAAA;AAiPhB,KAAK,kBAAkB,GAAG,WAAW,GAAG,IAAI,CAAA;AAE5C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;8CAmB3B,CAAA;AAEF,QAAA,MAAM,WAAW;
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../src/Slider.tsx"],"names":[],"mappings":"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"}
|