@tamagui/progress 1.0.1-beta.132 → 1.0.1-beta.133
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 +6 -6
- package/types/Progress.d.ts +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/progress",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.133",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"clean:build": "tamagui-build clean:build"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@tamagui/compose-refs": "^1.0.1-beta.
|
|
25
|
-
"@tamagui/core": "^1.0.1-beta.
|
|
26
|
-
"@tamagui/create-context": "^1.0.1-beta.
|
|
27
|
-
"@tamagui/stacks": "^1.0.1-beta.
|
|
24
|
+
"@tamagui/compose-refs": "^1.0.1-beta.133",
|
|
25
|
+
"@tamagui/core": "^1.0.1-beta.133",
|
|
26
|
+
"@tamagui/create-context": "^1.0.1-beta.133",
|
|
27
|
+
"@tamagui/stacks": "^1.0.1-beta.133"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"react": "*",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"react-native": "*"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
35
|
+
"@tamagui/build": "^1.0.1-beta.133",
|
|
36
36
|
"@types/react-native": "^0.69.2",
|
|
37
37
|
"react": "*",
|
|
38
38
|
"react-dom": "*",
|
package/types/Progress.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
20
20
|
elevate?: boolean | undefined;
|
|
21
21
|
bordered?: number | boolean | undefined;
|
|
22
22
|
transparent?: boolean | undefined;
|
|
23
|
-
chromeless?: boolean | undefined;
|
|
23
|
+
chromeless?: boolean | "all" | undefined;
|
|
24
24
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
25
25
|
readonly fullscreen?: boolean | undefined;
|
|
26
26
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -36,7 +36,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
36
36
|
elevate?: boolean | undefined;
|
|
37
37
|
bordered?: number | boolean | undefined;
|
|
38
38
|
transparent?: boolean | undefined;
|
|
39
|
-
chromeless?: boolean | undefined;
|
|
39
|
+
chromeless?: boolean | "all" | undefined;
|
|
40
40
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
41
41
|
readonly fullscreen?: boolean | undefined;
|
|
42
42
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -52,7 +52,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
52
52
|
elevate?: boolean | undefined;
|
|
53
53
|
bordered?: number | boolean | undefined;
|
|
54
54
|
transparent?: boolean | undefined;
|
|
55
|
-
chromeless?: boolean | undefined;
|
|
55
|
+
chromeless?: boolean | "all" | undefined;
|
|
56
56
|
}>>) | (Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
57
57
|
readonly fullscreen?: boolean | undefined;
|
|
58
58
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
@@ -68,7 +68,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
68
68
|
elevate?: boolean | undefined;
|
|
69
69
|
bordered?: number | boolean | undefined;
|
|
70
70
|
transparent?: boolean | undefined;
|
|
71
|
-
chromeless?: boolean | undefined;
|
|
71
|
+
chromeless?: boolean | "all" | undefined;
|
|
72
72
|
}, string | number> & {
|
|
73
73
|
[x: string]: undefined;
|
|
74
74
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
@@ -86,7 +86,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
86
86
|
elevate?: boolean | undefined;
|
|
87
87
|
bordered?: number | boolean | undefined;
|
|
88
88
|
transparent?: boolean | undefined;
|
|
89
|
-
chromeless?: boolean | undefined;
|
|
89
|
+
chromeless?: boolean | "all" | undefined;
|
|
90
90
|
}, string | number> & {
|
|
91
91
|
[x: string]: undefined;
|
|
92
92
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
@@ -104,7 +104,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
104
104
|
elevate?: boolean | undefined;
|
|
105
105
|
bordered?: number | boolean | undefined;
|
|
106
106
|
transparent?: boolean | undefined;
|
|
107
|
-
chromeless?: boolean | undefined;
|
|
107
|
+
chromeless?: boolean | "all" | undefined;
|
|
108
108
|
}, string | number> & {
|
|
109
109
|
[x: string]: undefined;
|
|
110
110
|
}>>), any, import("@tamagui/core").StackPropsBase, {
|
|
@@ -122,7 +122,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
122
122
|
elevate?: boolean | undefined;
|
|
123
123
|
bordered?: number | boolean | undefined;
|
|
124
124
|
transparent?: boolean | undefined;
|
|
125
|
-
chromeless?: boolean | undefined;
|
|
125
|
+
chromeless?: boolean | "all" | undefined;
|
|
126
126
|
} & ({} | {
|
|
127
127
|
[x: string]: undefined;
|
|
128
128
|
})>;
|
|
@@ -143,7 +143,7 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
143
143
|
elevate?: boolean | undefined;
|
|
144
144
|
bordered?: number | boolean | undefined;
|
|
145
145
|
transparent?: boolean | undefined;
|
|
146
|
-
chromeless?: boolean | undefined;
|
|
146
|
+
chromeless?: boolean | "all" | undefined;
|
|
147
147
|
}, "size"> & {
|
|
148
148
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
149
149
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
@@ -161,7 +161,7 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
161
161
|
elevate?: boolean | undefined;
|
|
162
162
|
bordered?: number | boolean | undefined;
|
|
163
163
|
transparent?: boolean | undefined;
|
|
164
|
-
chromeless?: boolean | undefined;
|
|
164
|
+
chromeless?: boolean | "all" | undefined;
|
|
165
165
|
}, "size"> & {
|
|
166
166
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
167
167
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
@@ -179,7 +179,7 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
179
179
|
elevate?: boolean | undefined;
|
|
180
180
|
bordered?: number | boolean | undefined;
|
|
181
181
|
transparent?: boolean | undefined;
|
|
182
|
-
chromeless?: boolean | undefined;
|
|
182
|
+
chromeless?: boolean | "all" | undefined;
|
|
183
183
|
}, "size"> & {
|
|
184
184
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
185
185
|
}>>, any, import("@tamagui/core").StackPropsBase, {
|
|
@@ -197,7 +197,7 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
197
197
|
elevate?: boolean | undefined;
|
|
198
198
|
bordered?: number | boolean | undefined;
|
|
199
199
|
transparent?: boolean | undefined;
|
|
200
|
-
chromeless?: boolean | undefined;
|
|
200
|
+
chromeless?: boolean | "all" | undefined;
|
|
201
201
|
} & {
|
|
202
202
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
203
203
|
}>;
|
|
@@ -221,7 +221,7 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("react-nativ
|
|
|
221
221
|
elevate?: boolean | undefined;
|
|
222
222
|
bordered?: number | boolean | undefined;
|
|
223
223
|
transparent?: boolean | undefined;
|
|
224
|
-
chromeless?: boolean | undefined;
|
|
224
|
+
chromeless?: boolean | "all" | undefined;
|
|
225
225
|
}, "size"> & {
|
|
226
226
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
227
227
|
} & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
@@ -239,7 +239,7 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("react-nativ
|
|
|
239
239
|
elevate?: boolean | undefined;
|
|
240
240
|
bordered?: number | boolean | undefined;
|
|
241
241
|
transparent?: boolean | undefined;
|
|
242
|
-
chromeless?: boolean | undefined;
|
|
242
|
+
chromeless?: boolean | "all" | undefined;
|
|
243
243
|
}, "size"> & {
|
|
244
244
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
245
245
|
}>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
|
|
@@ -257,7 +257,7 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("react-nativ
|
|
|
257
257
|
elevate?: boolean | undefined;
|
|
258
258
|
bordered?: number | boolean | undefined;
|
|
259
259
|
transparent?: boolean | undefined;
|
|
260
|
-
chromeless?: boolean | undefined;
|
|
260
|
+
chromeless?: boolean | "all" | undefined;
|
|
261
261
|
}, "size"> & {
|
|
262
262
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
263
263
|
}>> & {
|