@tamagui/progress 1.0.1-rc.8 → 1.0.1-rc.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 +6 -6
- package/types/Progress.d.ts +3 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/progress",
|
|
3
|
-
"version": "1.0.1-rc.
|
|
3
|
+
"version": "1.0.1-rc.9",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"clean:build": "tamagui-build clean:build"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tamagui/compose-refs": "^1.0.1-rc.
|
|
27
|
-
"@tamagui/core": "^1.0.1-rc.
|
|
28
|
-
"@tamagui/create-context": "^1.0.1-rc.
|
|
29
|
-
"@tamagui/stacks": "^1.0.1-rc.
|
|
26
|
+
"@tamagui/compose-refs": "^1.0.1-rc.9",
|
|
27
|
+
"@tamagui/core": "^1.0.1-rc.9",
|
|
28
|
+
"@tamagui/create-context": "^1.0.1-rc.9",
|
|
29
|
+
"@tamagui/stacks": "^1.0.1-rc.9"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": "^18.2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"react-native": "*"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@tamagui/build": "^1.0.1-rc.
|
|
37
|
+
"@tamagui/build": "^1.0.1-rc.9",
|
|
38
38
|
"react": "^18.2.0",
|
|
39
39
|
"react-dom": "^18.2.0",
|
|
40
40
|
"react-native": "*"
|
package/types/Progress.d.ts
CHANGED
|
@@ -8,8 +8,7 @@ interface ProgressIndicatorProps extends YStackProps {
|
|
|
8
8
|
export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComponent<(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<{
|
|
9
9
|
readonly fullscreen?: boolean | undefined;
|
|
10
10
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
11
|
-
}, "
|
|
12
|
-
readonly fontFamily?: unknown;
|
|
11
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
13
12
|
readonly backgrounded?: boolean | undefined;
|
|
14
13
|
readonly radiused?: boolean | undefined;
|
|
15
14
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -24,8 +23,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
24
23
|
} & 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
24
|
readonly fullscreen?: boolean | undefined;
|
|
26
25
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
27
|
-
}, "
|
|
28
|
-
readonly fontFamily?: unknown;
|
|
26
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
29
27
|
readonly backgrounded?: boolean | undefined;
|
|
30
28
|
readonly radiused?: boolean | undefined;
|
|
31
29
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -40,8 +38,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
40
38
|
}>> & 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
39
|
readonly fullscreen?: boolean | undefined;
|
|
42
40
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
43
|
-
}, "
|
|
44
|
-
readonly fontFamily?: unknown;
|
|
41
|
+
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
45
42
|
readonly backgrounded?: boolean | undefined;
|
|
46
43
|
readonly radiused?: boolean | undefined;
|
|
47
44
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -57,7 +54,6 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
57
54
|
readonly fullscreen?: boolean | undefined;
|
|
58
55
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
59
56
|
} & {
|
|
60
|
-
readonly fontFamily?: unknown;
|
|
61
57
|
readonly backgrounded?: boolean | undefined;
|
|
62
58
|
readonly radiused?: boolean | undefined;
|
|
63
59
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -75,7 +71,6 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
75
71
|
readonly fullscreen?: boolean | undefined;
|
|
76
72
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
77
73
|
} & {
|
|
78
|
-
readonly fontFamily?: unknown;
|
|
79
74
|
readonly backgrounded?: boolean | undefined;
|
|
80
75
|
readonly radiused?: boolean | undefined;
|
|
81
76
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -93,7 +88,6 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
93
88
|
readonly fullscreen?: boolean | undefined;
|
|
94
89
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
95
90
|
} & {
|
|
96
|
-
readonly fontFamily?: unknown;
|
|
97
91
|
readonly backgrounded?: boolean | undefined;
|
|
98
92
|
readonly radiused?: boolean | undefined;
|
|
99
93
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -111,7 +105,6 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
111
105
|
readonly fullscreen?: boolean | undefined;
|
|
112
106
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
113
107
|
} & {
|
|
114
|
-
readonly fontFamily?: unknown;
|
|
115
108
|
readonly backgrounded?: boolean | undefined;
|
|
116
109
|
readonly radiused?: boolean | undefined;
|
|
117
110
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -132,7 +125,6 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
132
125
|
readonly fullscreen?: boolean | undefined;
|
|
133
126
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
134
127
|
} & {
|
|
135
|
-
readonly fontFamily?: unknown;
|
|
136
128
|
readonly backgrounded?: boolean | undefined;
|
|
137
129
|
readonly radiused?: boolean | undefined;
|
|
138
130
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -150,7 +142,6 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
150
142
|
readonly fullscreen?: boolean | undefined;
|
|
151
143
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
152
144
|
} & {
|
|
153
|
-
readonly fontFamily?: unknown;
|
|
154
145
|
readonly backgrounded?: boolean | undefined;
|
|
155
146
|
readonly radiused?: boolean | undefined;
|
|
156
147
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -168,7 +159,6 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
168
159
|
readonly fullscreen?: boolean | undefined;
|
|
169
160
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
170
161
|
} & {
|
|
171
|
-
readonly fontFamily?: unknown;
|
|
172
162
|
readonly backgrounded?: boolean | undefined;
|
|
173
163
|
readonly radiused?: boolean | undefined;
|
|
174
164
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -186,7 +176,6 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
186
176
|
readonly fullscreen?: boolean | undefined;
|
|
187
177
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
188
178
|
} & {
|
|
189
|
-
readonly fontFamily?: unknown;
|
|
190
179
|
readonly backgrounded?: boolean | undefined;
|
|
191
180
|
readonly radiused?: boolean | undefined;
|
|
192
181
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -210,7 +199,6 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("react-nativ
|
|
|
210
199
|
readonly fullscreen?: boolean | undefined;
|
|
211
200
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
212
201
|
} & {
|
|
213
|
-
readonly fontFamily?: unknown;
|
|
214
202
|
readonly backgrounded?: boolean | undefined;
|
|
215
203
|
readonly radiused?: boolean | undefined;
|
|
216
204
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -228,7 +216,6 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("react-nativ
|
|
|
228
216
|
readonly fullscreen?: boolean | undefined;
|
|
229
217
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
230
218
|
} & {
|
|
231
|
-
readonly fontFamily?: unknown;
|
|
232
219
|
readonly backgrounded?: boolean | undefined;
|
|
233
220
|
readonly radiused?: boolean | undefined;
|
|
234
221
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -246,7 +233,6 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("react-nativ
|
|
|
246
233
|
readonly fullscreen?: boolean | undefined;
|
|
247
234
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
248
235
|
} & {
|
|
249
|
-
readonly fontFamily?: unknown;
|
|
250
236
|
readonly backgrounded?: boolean | undefined;
|
|
251
237
|
readonly radiused?: boolean | undefined;
|
|
252
238
|
readonly hoverTheme?: boolean | undefined;
|