@tamagui/progress 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 +7 -7
- package/types/Progress.d.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/progress",
|
|
3
|
-
"version": "1.74.
|
|
3
|
+
"version": "1.74.9",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -31,18 +31,18 @@
|
|
|
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/stacks": "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/stacks": "1.74.9"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "*",
|
|
42
42
|
"react-native": "*"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tamagui/build": "1.74.
|
|
45
|
+
"@tamagui/build": "1.74.9",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"react-native": "^0.72.1"
|
|
48
48
|
},
|
package/types/Progress.d.ts
CHANGED
|
@@ -162,7 +162,7 @@ declare const ProgressIndicator: import("@tamagui/core").ReactComponentWithRef<O
|
|
|
162
162
|
readonly chromeless?: boolean | "all" | undefined;
|
|
163
163
|
}, "unstyled"> & {
|
|
164
164
|
readonly unstyled?: boolean | undefined;
|
|
165
|
-
}
|
|
165
|
+
}>> & import("@tamagui/core").ThemeableProps, keyof Object>, import("@tamagui/core").TamaguiElement> & {
|
|
166
166
|
staticConfig: import("@tamagui/core").StaticConfig;
|
|
167
167
|
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
168
168
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
@@ -459,7 +459,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
459
459
|
}, "size" | "unstyled"> & {
|
|
460
460
|
readonly unstyled?: boolean | undefined;
|
|
461
461
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
462
|
-
}
|
|
462
|
+
}>> & import("@tamagui/core").ThemeableProps, "style" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "elevation" | keyof {
|
|
463
463
|
columnGap?: import("@tamagui/core").SpaceValue | undefined;
|
|
464
464
|
contain?: import("csstype").Property.Contain | undefined;
|
|
465
465
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
@@ -618,7 +618,7 @@ declare const Progress: import("@tamagui/core").ReactComponentWithRef<Omit<impor
|
|
|
618
618
|
readonly chromeless?: boolean | "all" | undefined;
|
|
619
619
|
}, "unstyled"> & {
|
|
620
620
|
readonly unstyled?: boolean | undefined;
|
|
621
|
-
}
|
|
621
|
+
}>> & import("@tamagui/core").ThemeableProps, keyof Object>, import("@tamagui/core").TamaguiElement> & {
|
|
622
622
|
staticConfig: import("@tamagui/core").StaticConfig;
|
|
623
623
|
styleable: import("@tamagui/core").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").WebOnlyPressEvents & import("@tamagui/core").TamaguiComponentPropsBaseBase & {
|
|
624
624
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|