@tamagui/progress 1.88.9 → 1.88.11
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 +11 -11
- package/types/Progress.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/progress",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.11",
|
|
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.11",
|
|
36
|
+
"@tamagui/core": "1.88.11",
|
|
37
|
+
"@tamagui/create-context": "1.88.11",
|
|
38
|
+
"@tamagui/get-token": "1.88.11",
|
|
39
|
+
"@tamagui/helpers": "1.88.11",
|
|
40
|
+
"@tamagui/stacks": "1.88.11"
|
|
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.11",
|
|
48
48
|
"react": "^18.2.0",
|
|
49
49
|
"react-native": "^0.72.6"
|
|
50
50
|
},
|
package/types/Progress.d.ts
CHANGED
|
@@ -16,9 +16,9 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
16
16
|
radiused?: boolean | undefined;
|
|
17
17
|
padded?: boolean | undefined;
|
|
18
18
|
chromeless?: boolean | "all" | undefined;
|
|
19
|
-
},
|
|
19
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
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;
|
|
@@ -48,7 +48,7 @@ declare const ProgressIndicator: import("@tamagui/core").TamaguiComponent<import
|
|
|
48
48
|
radiused?: boolean | undefined;
|
|
49
49
|
padded?: boolean | undefined;
|
|
50
50
|
chromeless?: boolean | "all" | undefined;
|
|
51
|
-
},
|
|
51
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
52
52
|
export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
53
53
|
unstyled?: boolean | undefined;
|
|
54
54
|
backgrounded?: boolean | undefined;
|
|
@@ -65,14 +65,14 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<imp
|
|
|
65
65
|
padded?: boolean | undefined;
|
|
66
66
|
chromeless?: boolean | "all" | undefined;
|
|
67
67
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
68
|
-
},
|
|
68
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
69
69
|
interface ProgressExtraProps {
|
|
70
70
|
value?: number | null | undefined;
|
|
71
71
|
max?: number;
|
|
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;
|
|
@@ -120,8 +120,8 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("@tamagui/co
|
|
|
120
120
|
padded?: boolean | undefined;
|
|
121
121
|
chromeless?: boolean | "all" | undefined;
|
|
122
122
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
123
|
-
},
|
|
124
|
-
__tama: [Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase
|
|
123
|
+
}, import("@tamagui/core").StaticConfigPublic> & Omit<import("@tamagui/core").StaticConfigPublic, "staticConfig" | "extractable" | "styleable"> & {
|
|
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;
|
|
@@ -153,9 +153,9 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("@tamagui/co
|
|
|
153
153
|
padded?: boolean | undefined;
|
|
154
154
|
chromeless?: boolean | "all" | undefined;
|
|
155
155
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
156
|
-
},
|
|
156
|
+
}, import("@tamagui/core").StaticConfigPublic];
|
|
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;
|
|
@@ -185,7 +185,7 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("@tamagui/co
|
|
|
185
185
|
radiused?: boolean | undefined;
|
|
186
186
|
padded?: boolean | undefined;
|
|
187
187
|
chromeless?: boolean | "all" | undefined;
|
|
188
|
-
},
|
|
188
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
189
189
|
};
|
|
190
190
|
export { createProgressScope, Progress, ProgressIndicator };
|
|
191
191
|
export type { ProgressProps, ProgressIndicatorProps };
|
package/types/Progress.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../src/Progress.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAA4B,MAAM,eAAe,CAAA;AAKlE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAA8B,mBAAmB,+CAAqC,CAAA;AAWtF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../src/Progress.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAA4B,MAAM,eAAe,CAAA;AAKlE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAA8B,mBAAmB,+CAAqC,CAAA;AAWtF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;8CAgBjC,CAAA;AAEF,KAAK,sBAAsB,GAAG,QAAQ,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8CAwBrB,CAAA;AAmDF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;8CA2BxB,CAAA;AAEF,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IACjC,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,aAAa,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACnD;AAED,KAAK,aAAa,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,GAAG,kBAAkB,CAAA;AAExE,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Cb,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,QAAQ,EAAE,iBAAiB,EAAE,CAAA;AAC3D,YAAY,EAAE,aAAa,EAAE,sBAAsB,EAAE,CAAA"}
|