@tamagui/slider 1.74.8 → 1.74.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 +10 -10
- package/types/Slider.d.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/slider",
|
|
3
|
-
"version": "1.74.
|
|
3
|
+
"version": "1.74.9",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -31,21 +31,21 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/compose-refs": "1.74.
|
|
35
|
-
"@tamagui/core": "1.74.
|
|
36
|
-
"@tamagui/create-context": "1.74.
|
|
37
|
-
"@tamagui/get-token": "1.74.
|
|
38
|
-
"@tamagui/helpers": "1.74.
|
|
39
|
-
"@tamagui/stacks": "1.74.
|
|
40
|
-
"@tamagui/use-controllable-state": "1.74.
|
|
41
|
-
"@tamagui/use-direction": "1.74.
|
|
34
|
+
"@tamagui/compose-refs": "1.74.9",
|
|
35
|
+
"@tamagui/core": "1.74.9",
|
|
36
|
+
"@tamagui/create-context": "1.74.9",
|
|
37
|
+
"@tamagui/get-token": "1.74.9",
|
|
38
|
+
"@tamagui/helpers": "1.74.9",
|
|
39
|
+
"@tamagui/stacks": "1.74.9",
|
|
40
|
+
"@tamagui/use-controllable-state": "1.74.9",
|
|
41
|
+
"@tamagui/use-direction": "1.74.9"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": "*",
|
|
45
45
|
"react-native": "*"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@tamagui/build": "1.74.
|
|
48
|
+
"@tamagui/build": "1.74.9",
|
|
49
49
|
"react": "^18.2.0",
|
|
50
50
|
"react-native": "^0.72.1"
|
|
51
51
|
},
|
package/types/Slider.d.ts
CHANGED
|
@@ -384,7 +384,7 @@ declare const SliderThumb: import("@tamagui/core").ReactComponentWithRef<SliderT
|
|
|
384
384
|
}, "size" | "unstyled"> & {
|
|
385
385
|
readonly size?: SizeTokens | undefined;
|
|
386
386
|
readonly unstyled?: boolean | undefined;
|
|
387
|
-
}
|
|
387
|
+
}>> & import("@tamagui/core").ThemeableProps, keyof SliderThumbProps>, TamaguiElement> & {
|
|
388
388
|
staticConfig: import("@tamagui/core").StaticConfig;
|
|
389
389
|
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
390
390
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
@@ -571,7 +571,7 @@ declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAtt
|
|
|
571
571
|
}, "size" | "unstyled"> & {
|
|
572
572
|
readonly size?: SizeTokens | undefined;
|
|
573
573
|
readonly unstyled?: boolean | undefined;
|
|
574
|
-
}
|
|
574
|
+
}>> & import("@tamagui/core").ThemeableProps, keyof SliderThumbProps>, TamaguiElement> & {
|
|
575
575
|
staticConfig: import("@tamagui/core").StaticConfig;
|
|
576
576
|
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
577
577
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
@@ -758,7 +758,7 @@ declare const Thumb: import("@tamagui/core").ReactComponentWithRef<SliderThumbPr
|
|
|
758
758
|
}, "size" | "unstyled"> & {
|
|
759
759
|
readonly size?: SizeTokens | undefined;
|
|
760
760
|
readonly unstyled?: boolean | undefined;
|
|
761
|
-
}
|
|
761
|
+
}>> & import("@tamagui/core").ThemeableProps, keyof SliderThumbProps>, TamaguiElement> & {
|
|
762
762
|
staticConfig: import("@tamagui/core").StaticConfig;
|
|
763
763
|
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "children" | "onLayout" | "style" | "display" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
764
764
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|