@tamagui/progress 1.43.17 → 1.44.0
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 +4 -78
- 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.
|
|
3
|
+
"version": "1.44.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/compose-refs": "1.
|
|
35
|
-
"@tamagui/core": "1.
|
|
36
|
-
"@tamagui/create-context": "1.
|
|
37
|
-
"@tamagui/get-token": "1.
|
|
38
|
-
"@tamagui/stacks": "1.
|
|
34
|
+
"@tamagui/compose-refs": "1.44.0",
|
|
35
|
+
"@tamagui/core": "1.44.0",
|
|
36
|
+
"@tamagui/create-context": "1.44.0",
|
|
37
|
+
"@tamagui/get-token": "1.44.0",
|
|
38
|
+
"@tamagui/stacks": "1.44.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "*",
|
|
42
42
|
"react-native": "*"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tamagui/build": "1.
|
|
45
|
+
"@tamagui/build": "1.44.0",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"react-native": "^0.72.1"
|
|
48
48
|
},
|
package/types/Progress.d.ts
CHANGED
|
@@ -56,24 +56,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
56
56
|
readonly bordered?: number | boolean | undefined;
|
|
57
57
|
readonly transparent?: boolean | undefined;
|
|
58
58
|
readonly chromeless?: boolean | "all" | undefined;
|
|
59
|
-
}
|
|
60
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
61
|
-
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
62
|
-
readonly fullscreen?: boolean | undefined;
|
|
63
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
64
|
-
}, "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
65
|
-
readonly backgrounded?: boolean | undefined;
|
|
66
|
-
readonly radiused?: boolean | undefined;
|
|
67
|
-
readonly hoverTheme?: boolean | undefined;
|
|
68
|
-
readonly pressTheme?: boolean | undefined;
|
|
69
|
-
readonly focusTheme?: boolean | undefined;
|
|
70
|
-
readonly circular?: boolean | undefined;
|
|
71
|
-
readonly padded?: boolean | undefined;
|
|
72
|
-
readonly elevate?: boolean | undefined;
|
|
73
|
-
readonly bordered?: number | boolean | undefined;
|
|
74
|
-
readonly transparent?: boolean | undefined;
|
|
75
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
76
|
-
}>>>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
59
|
+
}>>) | (Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
77
60
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
78
61
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
79
62
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -130,26 +113,7 @@ export declare const ProgressIndicatorFrame: import("@tamagui/core").TamaguiComp
|
|
|
130
113
|
readonly chromeless?: boolean | "all" | undefined;
|
|
131
114
|
}, string | number> & {
|
|
132
115
|
[x: string]: undefined;
|
|
133
|
-
}
|
|
134
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
135
|
-
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
136
|
-
readonly fullscreen?: boolean | undefined;
|
|
137
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
138
|
-
} & {
|
|
139
|
-
readonly backgrounded?: boolean | undefined;
|
|
140
|
-
readonly radiused?: boolean | undefined;
|
|
141
|
-
readonly hoverTheme?: boolean | undefined;
|
|
142
|
-
readonly pressTheme?: boolean | undefined;
|
|
143
|
-
readonly focusTheme?: boolean | undefined;
|
|
144
|
-
readonly circular?: boolean | undefined;
|
|
145
|
-
readonly padded?: boolean | undefined;
|
|
146
|
-
readonly elevate?: boolean | undefined;
|
|
147
|
-
readonly bordered?: number | boolean | undefined;
|
|
148
|
-
readonly transparent?: boolean | undefined;
|
|
149
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
150
|
-
}, string | number> & {
|
|
151
|
-
[x: string]: undefined;
|
|
152
|
-
}>>>>), import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
116
|
+
}>>), import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
153
117
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
154
118
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
155
119
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -254,26 +218,7 @@ export declare const ProgressFrame: import("@tamagui/core").TamaguiComponent<Omi
|
|
|
254
218
|
readonly chromeless?: boolean | "all" | undefined;
|
|
255
219
|
}, "size"> & {
|
|
256
220
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
257
|
-
}
|
|
258
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
259
|
-
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
260
|
-
readonly fullscreen?: boolean | undefined;
|
|
261
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
262
|
-
} & {
|
|
263
|
-
readonly backgrounded?: boolean | undefined;
|
|
264
|
-
readonly radiused?: boolean | undefined;
|
|
265
|
-
readonly hoverTheme?: boolean | undefined;
|
|
266
|
-
readonly pressTheme?: boolean | undefined;
|
|
267
|
-
readonly focusTheme?: boolean | undefined;
|
|
268
|
-
readonly circular?: boolean | undefined;
|
|
269
|
-
readonly padded?: boolean | undefined;
|
|
270
|
-
readonly elevate?: boolean | undefined;
|
|
271
|
-
readonly bordered?: number | boolean | undefined;
|
|
272
|
-
readonly transparent?: boolean | undefined;
|
|
273
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
274
|
-
}, "size"> & {
|
|
275
|
-
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
276
|
-
}>>>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
221
|
+
}>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
277
222
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
278
223
|
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
279
224
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -381,26 +326,7 @@ declare const Progress: React.ForwardRefExoticComponent<Omit<import("react-nativ
|
|
|
381
326
|
readonly chromeless?: boolean | "all" | undefined;
|
|
382
327
|
}, "size"> & {
|
|
383
328
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
384
|
-
} &
|
|
385
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
386
|
-
} & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
387
|
-
readonly fullscreen?: boolean | undefined;
|
|
388
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
389
|
-
} & {
|
|
390
|
-
readonly backgrounded?: boolean | undefined;
|
|
391
|
-
readonly radiused?: boolean | undefined;
|
|
392
|
-
readonly hoverTheme?: boolean | undefined;
|
|
393
|
-
readonly pressTheme?: boolean | undefined;
|
|
394
|
-
readonly focusTheme?: boolean | undefined;
|
|
395
|
-
readonly circular?: boolean | undefined;
|
|
396
|
-
readonly padded?: boolean | undefined;
|
|
397
|
-
readonly elevate?: boolean | undefined;
|
|
398
|
-
readonly bordered?: number | boolean | undefined;
|
|
399
|
-
readonly transparent?: boolean | undefined;
|
|
400
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
401
|
-
}, "size"> & {
|
|
402
|
-
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
403
|
-
}>>>> & {
|
|
329
|
+
}>> & {
|
|
404
330
|
value?: number | null | undefined;
|
|
405
331
|
max?: number | undefined;
|
|
406
332
|
getValueLabel?(value: number, max: number): string;
|
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,EAAkD,MAAM,eAAe,CAAA;AAGxF,OAAO,EAAkB,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAC7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAInC,QAAA,MAA8B,mBAAmB,+CAAqC,CAAA;AAYtF,UAAU,sBAAuB,SAAQ,WAAW;CAAG;AAEvD,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../src/Progress.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAkD,MAAM,eAAe,CAAA;AAGxF,OAAO,EAAkB,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAC7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAInC,QAAA,MAA8B,mBAAmB,+CAAqC,CAAA;AAYtF,UAAU,sBAAuB,SAAQ,WAAW;CAAG;AAEvD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKjC,CAAA;AAEF,QAAA,MAAM,iBAAiB,+FAoBtB,CAAA;AAqDD,KAAK,cAAc,GAAG,WAAW,GAAG,IAAI,CAAA;AAIxC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBxB,CAAA;AAEF,KAAK,aAAa,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,GAAG;IACpD,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,CAAA;AAED,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YALJ,MAAM,GAAG,IAAI,GAAG,SAAS;;0BAEX,MAAM,OAAO,MAAM,GAAG,MAAM;;;CAiDnD,CAAA;AAwBD,OAAO,EAAE,mBAAmB,EAAE,QAAQ,EAAE,iBAAiB,EAAE,CAAA;AAC3D,YAAY,EAAE,aAAa,EAAE,sBAAsB,EAAE,CAAA"}
|