@tamagui/progress 1.88.9 → 1.88.10
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 +8 -8
- package/types/Progress.d.ts +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/progress",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.10",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@tamagui/compose-refs": "1.88.
|
|
36
|
-
"@tamagui/core": "1.88.
|
|
37
|
-
"@tamagui/create-context": "1.88.
|
|
38
|
-
"@tamagui/get-token": "1.88.
|
|
39
|
-
"@tamagui/helpers": "1.88.
|
|
40
|
-
"@tamagui/stacks": "1.88.
|
|
35
|
+
"@tamagui/compose-refs": "1.88.10",
|
|
36
|
+
"@tamagui/core": "1.88.10",
|
|
37
|
+
"@tamagui/create-context": "1.88.10",
|
|
38
|
+
"@tamagui/get-token": "1.88.10",
|
|
39
|
+
"@tamagui/helpers": "1.88.10",
|
|
40
|
+
"@tamagui/stacks": "1.88.10"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": "*",
|
|
44
44
|
"react-native": "*"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@tamagui/build": "1.88.
|
|
47
|
+
"@tamagui/build": "1.88.10",
|
|
48
48
|
"react": "^18.2.0",
|
|
49
49
|
"react-native": "^0.72.6"
|
|
50
50
|
},
|
package/types/Progress.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
18
18
|
chromeless?: boolean | "all" | undefined;
|
|
19
19
|
}, {}>;
|
|
20
20
|
type ProgressIndicatorProps = GetProps<typeof ProgressIndicatorFrame>;
|
|
21
|
-
declare const ProgressIndicator: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase
|
|
21
|
+
declare const ProgressIndicator: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
22
22
|
unstyled?: boolean | undefined;
|
|
23
23
|
backgrounded?: boolean | undefined;
|
|
24
24
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -72,7 +72,7 @@ interface ProgressExtraProps {
|
|
|
72
72
|
getValueLabel?(value: number, max: number): string;
|
|
73
73
|
}
|
|
74
74
|
type ProgressProps = GetProps<typeof ProgressFrame> & ProgressExtraProps;
|
|
75
|
-
declare const Progress: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase
|
|
75
|
+
declare const Progress: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
76
76
|
unstyled?: boolean | undefined;
|
|
77
77
|
backgrounded?: boolean | undefined;
|
|
78
78
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -88,7 +88,7 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("@tamagui/co
|
|
|
88
88
|
padded?: boolean | undefined;
|
|
89
89
|
chromeless?: boolean | "all" | undefined;
|
|
90
90
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
91
|
-
}>, keyof ProgressExtraProps> & ProgressExtraProps & React.RefAttributes<import("@tamagui/core").TamaguiElement>> & import("@tamagui/core").StaticComponentObject<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase
|
|
91
|
+
}>, keyof ProgressExtraProps> & ProgressExtraProps & React.RefAttributes<import("@tamagui/core").TamaguiElement>> & import("@tamagui/core").StaticComponentObject<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
92
92
|
unstyled?: boolean | undefined;
|
|
93
93
|
backgrounded?: boolean | undefined;
|
|
94
94
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -121,7 +121,7 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("@tamagui/co
|
|
|
121
121
|
chromeless?: boolean | "all" | undefined;
|
|
122
122
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
123
123
|
}, {}> & Omit<{}, "staticConfig" | "extractable" | "styleable"> & {
|
|
124
|
-
__tama: [Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase
|
|
124
|
+
__tama: [Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
125
125
|
unstyled?: boolean | undefined;
|
|
126
126
|
backgrounded?: boolean | undefined;
|
|
127
127
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -155,7 +155,7 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("@tamagui/co
|
|
|
155
155
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
156
156
|
}, {}];
|
|
157
157
|
} & {
|
|
158
|
-
Indicator: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase
|
|
158
|
+
Indicator: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
159
159
|
unstyled?: boolean | undefined;
|
|
160
160
|
backgrounded?: boolean | undefined;
|
|
161
161
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|