@tamagui/slider 1.7.7 → 1.7.9
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/slider",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.9",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -31,23 +31,23 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/compose-refs": "1.7.
|
|
35
|
-
"@tamagui/core": "1.7.
|
|
36
|
-
"@tamagui/create-context": "1.7.
|
|
37
|
-
"@tamagui/get-size": "1.7.
|
|
38
|
-
"@tamagui/helpers": "1.7.
|
|
39
|
-
"@tamagui/stacks": "1.7.
|
|
40
|
-
"@tamagui/use-controllable-state": "1.7.
|
|
41
|
-
"@tamagui/use-direction": "1.7.
|
|
34
|
+
"@tamagui/compose-refs": "1.7.9",
|
|
35
|
+
"@tamagui/core": "1.7.9",
|
|
36
|
+
"@tamagui/create-context": "1.7.9",
|
|
37
|
+
"@tamagui/get-size": "1.7.9",
|
|
38
|
+
"@tamagui/helpers": "1.7.9",
|
|
39
|
+
"@tamagui/stacks": "1.7.9",
|
|
40
|
+
"@tamagui/use-controllable-state": "1.7.9",
|
|
41
|
+
"@tamagui/use-direction": "1.7.9"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": "*",
|
|
45
45
|
"react-native": "*"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@tamagui/build": "1.7.
|
|
48
|
+
"@tamagui/build": "1.7.9",
|
|
49
49
|
"react": "^18.2.0",
|
|
50
|
-
"react-native": "
|
|
50
|
+
"react-native": "^0.71.4"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
package/types/Slider.d.ts
CHANGED
|
@@ -143,7 +143,7 @@ declare const SliderTrackActive: React.ForwardRefExoticComponent<((Omit<import("
|
|
|
143
143
|
readonly orientation?: "vertical" | "horizontal" | undefined;
|
|
144
144
|
}, "size"> & {
|
|
145
145
|
readonly size?: any;
|
|
146
|
-
}>>) |
|
|
146
|
+
}>>) | Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
147
147
|
readonly fullscreen?: boolean | undefined;
|
|
148
148
|
readonly elevation?: SizeTokens | undefined;
|
|
149
149
|
} & {
|
|
@@ -170,7 +170,7 @@ declare const SliderTrackActive: React.ForwardRefExoticComponent<((Omit<import("
|
|
|
170
170
|
readonly size?: any;
|
|
171
171
|
}, string | number> & {
|
|
172
172
|
[x: string]: undefined;
|
|
173
|
-
}>>,
|
|
173
|
+
}>>, "ref">) & React.RefAttributes<View>>;
|
|
174
174
|
export declare const SliderThumbFrame: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "children" | "onLayout" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
175
175
|
readonly fullscreen?: boolean | undefined;
|
|
176
176
|
readonly elevation?: SizeTokens | undefined;
|
|
@@ -267,7 +267,7 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
267
267
|
readonly orientation?: "vertical" | "horizontal" | undefined;
|
|
268
268
|
}, "size"> & {
|
|
269
269
|
readonly size?: any;
|
|
270
|
-
}>>) |
|
|
270
|
+
}>>) | Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
271
271
|
readonly fullscreen?: boolean | undefined;
|
|
272
272
|
readonly elevation?: SizeTokens | undefined;
|
|
273
273
|
} & {
|
|
@@ -294,7 +294,7 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
294
294
|
readonly size?: any;
|
|
295
295
|
}, string | number> & {
|
|
296
296
|
[x: string]: undefined;
|
|
297
|
-
}>>,
|
|
297
|
+
}>>, "ref">) & React.RefAttributes<View>>;
|
|
298
298
|
Thumb: React.ForwardRefExoticComponent<SliderThumbProps & React.RefAttributes<View>>;
|
|
299
299
|
};
|
|
300
300
|
declare const Track: React.ForwardRefExoticComponent<SliderTrackProps & React.RefAttributes<SliderTrackElement>>;
|
|
@@ -319,7 +319,7 @@ declare const Range: React.ForwardRefExoticComponent<((Omit<import("react-native
|
|
|
319
319
|
readonly orientation?: "vertical" | "horizontal" | undefined;
|
|
320
320
|
}, "size"> & {
|
|
321
321
|
readonly size?: any;
|
|
322
|
-
}>>) |
|
|
322
|
+
}>>) | Omit<Omit<import("react-native").ViewProps, "children" | "onLayout" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
323
323
|
readonly fullscreen?: boolean | undefined;
|
|
324
324
|
readonly elevation?: SizeTokens | undefined;
|
|
325
325
|
} & {
|
|
@@ -346,7 +346,7 @@ declare const Range: React.ForwardRefExoticComponent<((Omit<import("react-native
|
|
|
346
346
|
readonly size?: any;
|
|
347
347
|
}, string | number> & {
|
|
348
348
|
[x: string]: undefined;
|
|
349
|
-
}>>,
|
|
349
|
+
}>>, "ref">) & React.RefAttributes<View>>;
|
|
350
350
|
declare const Thumb: React.ForwardRefExoticComponent<SliderThumbProps & React.RefAttributes<View>>;
|
|
351
351
|
export { Slider, SliderTrack, SliderTrackActive, SliderThumb, Track, Range, Thumb, };
|
|
352
352
|
export type { SliderProps, SliderTrackProps, SliderTrackActiveProps, SliderThumbProps };
|
package/types/Slider.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../src/Slider.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,QAAQ,EACR,UAAU,EAKX,MAAM,eAAe,CAAA;AAGtB,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;AAsIhB,KAAK,kBAAkB,GAAG,WAAW,GAAG,IAAI,CAAA;AAE5C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA;AAEF,QAAA,MAAM,WAAW,6FAehB,CAAA;AAUD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIjC,CAAA;AAEF,KAAK,sBAAsB,GAAG,QAAQ,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../src/Slider.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,QAAQ,EACR,UAAU,EAKX,MAAM,eAAe,CAAA;AAGtB,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;AAsIhB,KAAK,kBAAkB,GAAG,WAAW,GAAG,IAAI,CAAA;AAE5C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA;AAEF,QAAA,MAAM,WAAW,6FAehB,CAAA;AAUD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIjC,CAAA;AAEF,KAAK,sBAAsB,GAAG,QAAQ,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAqCtB,CAAA;AAsBD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAe3B,CAAA;AAEF,UAAU,gBAAiB,SAAQ,iBAAiB;IAClD,KAAK,EAAE,MAAM,CAAA;CACd;AAED,QAAA,MAAM,WAAW,+EAwFhB,CAAA;AAQD,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4IX,CAAA;AAuCD,QAAA,MAAM,KAAK,6FAAc,CAAA;AACzB,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAAoB,CAAA;AAC/B,QAAA,MAAM,KAAK,+EAAc,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"}
|