@tamagui/slider 1.88.10 → 1.88.12
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 +6 -6
- package/types/Slider.d.ts.map +1 -1
- package/types/SliderImpl.d.ts +1 -1
- package/types/SliderImpl.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.12",
|
|
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.12",
|
|
36
|
+
"@tamagui/constants": "1.88.12",
|
|
37
|
+
"@tamagui/core": "1.88.12",
|
|
38
|
+
"@tamagui/create-context": "1.88.12",
|
|
39
|
+
"@tamagui/get-token": "1.88.12",
|
|
40
|
+
"@tamagui/helpers": "1.88.12",
|
|
41
|
+
"@tamagui/stacks": "1.88.12",
|
|
42
|
+
"@tamagui/use-controllable-state": "1.88.12",
|
|
43
|
+
"@tamagui/use-direction": "1.88.12"
|
|
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.12",
|
|
51
51
|
"react": "^18.2.0",
|
|
52
52
|
"react-native": "^0.72.6"
|
|
53
53
|
},
|
package/types/Slider.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare const SliderTrackFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
10
10
|
fullscreen?: boolean | undefined;
|
|
11
11
|
unstyled?: boolean | undefined;
|
|
12
12
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
13
|
-
},
|
|
13
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
14
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> & {
|
|
15
15
|
size?: SizeTokens | undefined;
|
|
16
16
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -50,7 +50,7 @@ export declare const SliderTrackActiveFrame: import("@tamagui/core").TamaguiComp
|
|
|
50
50
|
size?: any;
|
|
51
51
|
fullscreen?: boolean | undefined;
|
|
52
52
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
53
|
-
},
|
|
53
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
54
54
|
type SliderTrackActiveProps = GetProps<typeof SliderTrackActiveFrame>;
|
|
55
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> & {
|
|
56
56
|
elevation?: number | SizeTokens | undefined;
|
|
@@ -84,7 +84,7 @@ export declare const SliderThumbFrame: import("@tamagui/core").TamaguiComponent<
|
|
|
84
84
|
radiused?: boolean | undefined;
|
|
85
85
|
padded?: boolean | undefined;
|
|
86
86
|
chromeless?: boolean | "all" | undefined;
|
|
87
|
-
},
|
|
87
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
88
88
|
export interface SliderThumbExtraProps {
|
|
89
89
|
index: number;
|
|
90
90
|
}
|
|
@@ -122,7 +122,7 @@ declare const SliderThumb: React.MemoExoticComponent<import("@tamagui/core").Tam
|
|
|
122
122
|
radiused?: boolean | undefined;
|
|
123
123
|
padded?: boolean | undefined;
|
|
124
124
|
chromeless?: boolean | "all" | undefined;
|
|
125
|
-
},
|
|
125
|
+
}, import("@tamagui/core").StaticConfigPublic>>;
|
|
126
126
|
declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAttributes<TamaguiElement>> & {
|
|
127
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> & {
|
|
128
128
|
size?: SizeTokens | undefined;
|
|
@@ -206,7 +206,7 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
206
206
|
radiused?: boolean | undefined;
|
|
207
207
|
padded?: boolean | undefined;
|
|
208
208
|
chromeless?: boolean | "all" | undefined;
|
|
209
|
-
},
|
|
209
|
+
}, import("@tamagui/core").StaticConfigPublic>>;
|
|
210
210
|
};
|
|
211
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> & {
|
|
212
212
|
size?: SizeTokens | undefined;
|
|
@@ -290,7 +290,7 @@ declare const Thumb: React.MemoExoticComponent<import("@tamagui/core").TamaguiCo
|
|
|
290
290
|
radiused?: boolean | undefined;
|
|
291
291
|
padded?: boolean | undefined;
|
|
292
292
|
chromeless?: boolean | "all" | undefined;
|
|
293
|
-
},
|
|
293
|
+
}, import("@tamagui/core").StaticConfigPublic>>;
|
|
294
294
|
export { Slider, SliderTrack, SliderTrackActive, SliderThumb, Track, Range, Thumb, };
|
|
295
295
|
export type { SliderProps, SliderTrackProps, SliderTrackActiveProps };
|
|
296
296
|
//# sourceMappingURL=Slider.d.ts.map
|
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;;;;;;
|
|
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;;;;;;8CAmB3B,CAAA;AAEF,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8CAehB,CAAA;AAUD,eAAO,MAAM,sBAAsB;;;;;8CAIjC,CAAA;AAEF,KAAK,sBAAsB,GAAG,QAAQ,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;gCAsCtB,CAAA;AA4BD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;8CAwB3B,CAAA;AAEF,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,gBAAiB,SAAQ,iBAAiB,EAAE,qBAAqB;CAAG;AAGrF,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+CA8FhB,CAAA;AA6JD,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIV,CAAA;AAuCF,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8CAAc,CAAA;AACzB,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;gCAAoB,CAAA;AAC/B,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+CAAc,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"}
|
package/types/SliderImpl.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ export declare const SliderFrame: import("@tamagui/core").TamaguiComponent<impor
|
|
|
7
7
|
size?: any;
|
|
8
8
|
fullscreen?: boolean | undefined;
|
|
9
9
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
10
|
-
},
|
|
10
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
11
11
|
export declare const SliderImpl: React.ForwardRefExoticComponent<SliderImplProps & React.RefAttributes<View>>;
|
|
12
12
|
//# sourceMappingURL=SliderImpl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SliderImpl.d.ts","sourceRoot":"","sources":["../src/SliderImpl.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAA4B,MAAM,eAAe,CAAA;AAIxE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAGnC,OAAO,EAAe,eAAe,EAAE,MAAM,SAAS,CAAA;AAEtD,eAAO,MAAM,WAAW;;;;;
|
|
1
|
+
{"version":3,"file":"SliderImpl.d.ts","sourceRoot":"","sources":["../src/SliderImpl.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAA4B,MAAM,eAAe,CAAA;AAIxE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAGnC,OAAO,EAAe,eAAe,EAAE,MAAM,SAAS,CAAA;AAEtD,eAAO,MAAM,WAAW;;;;;8CA6BtB,CAAA;AA0BF,eAAO,MAAM,UAAU,8EA+EtB,CAAA"}
|