@tamagui/avatar 1.7.8 → 1.7.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/Avatar.d.ts +6 -6
- package/types/Avatar.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/avatar",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.10",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/core": "1.7.
|
|
35
|
-
"@tamagui/image": "1.7.
|
|
36
|
-
"@tamagui/shapes": "1.7.
|
|
37
|
-
"@tamagui/text": "1.7.
|
|
38
|
-
"@tamagui/use-event": "1.7.
|
|
34
|
+
"@tamagui/core": "1.7.10",
|
|
35
|
+
"@tamagui/image": "1.7.10",
|
|
36
|
+
"@tamagui/shapes": "1.7.10",
|
|
37
|
+
"@tamagui/text": "1.7.10",
|
|
38
|
+
"@tamagui/use-event": "1.7.10"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "*",
|
|
42
42
|
"react-native": "*"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tamagui/build": "1.7.
|
|
45
|
+
"@tamagui/build": "1.7.10",
|
|
46
46
|
"react": "^18.2.0",
|
|
47
|
-
"react-native": "
|
|
47
|
+
"react-native": "^0.71.4"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
package/types/Avatar.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ declare const AvatarFallback: React.ForwardRefExoticComponent<((Omit<import("rea
|
|
|
56
56
|
readonly elevation?: SizeTokens | undefined;
|
|
57
57
|
}>> & {
|
|
58
58
|
delayMs?: number | undefined;
|
|
59
|
-
}) |
|
|
59
|
+
}) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & 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<{
|
|
60
60
|
readonly fullscreen?: boolean | undefined;
|
|
61
61
|
readonly elevation?: SizeTokens | undefined;
|
|
62
62
|
}, string | number> & {
|
|
@@ -73,7 +73,7 @@ declare const AvatarFallback: React.ForwardRefExoticComponent<((Omit<import("rea
|
|
|
73
73
|
[x: string]: undefined;
|
|
74
74
|
}>> & {
|
|
75
75
|
delayMs?: number | undefined;
|
|
76
|
-
},
|
|
76
|
+
}, "ref">) & React.RefAttributes<TamaguiElement>>;
|
|
77
77
|
export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & 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<{
|
|
78
78
|
readonly fullscreen?: boolean | undefined;
|
|
79
79
|
readonly elevation?: SizeTokens | undefined;
|
|
@@ -264,7 +264,7 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
|
|
|
264
264
|
}, "size" | "circular"> & {
|
|
265
265
|
readonly circular?: boolean | undefined;
|
|
266
266
|
readonly size?: SizeTokens | undefined;
|
|
267
|
-
}>>) |
|
|
267
|
+
}>>) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & 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<{
|
|
268
268
|
readonly fullscreen?: boolean | undefined;
|
|
269
269
|
readonly elevation?: SizeTokens | undefined;
|
|
270
270
|
} & {
|
|
@@ -324,7 +324,7 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
|
|
|
324
324
|
readonly size?: SizeTokens | undefined;
|
|
325
325
|
}, string | number> & {
|
|
326
326
|
[x: string]: undefined;
|
|
327
|
-
}>>,
|
|
327
|
+
}>>, "ref">) & React.RefAttributes<TamaguiElement>> & {
|
|
328
328
|
Image: React.ForwardRefExoticComponent<Partial<ImageProps> & {
|
|
329
329
|
onLoadingStatusChange?: ((status: ImageLoadingStatus) => void) | undefined;
|
|
330
330
|
} & React.RefAttributes<TamaguiElement>>;
|
|
@@ -339,7 +339,7 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
|
|
|
339
339
|
readonly elevation?: SizeTokens | undefined;
|
|
340
340
|
}>> & {
|
|
341
341
|
delayMs?: number | undefined;
|
|
342
|
-
}) |
|
|
342
|
+
}) | Omit<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & 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<{
|
|
343
343
|
readonly fullscreen?: boolean | undefined;
|
|
344
344
|
readonly elevation?: SizeTokens | undefined;
|
|
345
345
|
}, string | number> & {
|
|
@@ -356,7 +356,7 @@ declare const Avatar: React.ForwardRefExoticComponent<((Omit<import("react-nativ
|
|
|
356
356
|
[x: string]: undefined;
|
|
357
357
|
}>> & {
|
|
358
358
|
delayMs?: number | undefined;
|
|
359
|
-
},
|
|
359
|
+
}, "ref">) & React.RefAttributes<TamaguiElement>>;
|
|
360
360
|
};
|
|
361
361
|
export { createAvatarScope, Avatar, AvatarImage, AvatarFallback };
|
|
362
362
|
export type { AvatarProps, AvatarImageProps, AvatarFallbackProps };
|
package/types/Avatar.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../src/Avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,cAAc,EAKf,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAS,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAGlD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAA4B,iBAAiB,+CAAmC,CAAA;AAEhF,KAAK,kBAAkB,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAA;AAiBjE,KAAK,gBAAgB,GAAG,OAAO,CAAC,UAAU,CAAC,GAAG;IAC5C,qBAAqB,CAAC,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAC7D,CAAA;AAED,QAAA,MAAM,WAAW;sCAHkB,kBAAkB,KAAK,IAAI;wCAiD7D,CAAA;AAUD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAK9B,CAAA;AAEF,KAAK,mBAAmB,GAAG,QAAQ,CAAC,OAAO,mBAAmB,CAAC,GAAG;IAChE,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../src/Avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,UAAU,EACV,cAAc,EAKf,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAS,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAGlD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,QAAA,MAA4B,iBAAiB,+CAAmC,CAAA;AAEhF,KAAK,kBAAkB,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAA;AAiBjE,KAAK,gBAAgB,GAAG,OAAO,CAAC,UAAU,CAAC,GAAG;IAC5C,qBAAqB,CAAC,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAC7D,CAAA;AAED,QAAA,MAAM,WAAW;sCAHkB,kBAAkB,KAAK,IAAI;wCAiD7D,CAAA;AAUD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAK9B,CAAA;AAEF,KAAK,mBAAmB,GAAG,QAAQ,CAAC,OAAO,mBAAmB,CAAC,GAAG;IAChE,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;iDAmBnB,CAAA;AAQD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAItB,CAAA;AAEF,KAAK,WAAW,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAA;AAE/C,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0CAzGuB,kBAAkB,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+H7D,CAAA;AAID,OAAO,EAAE,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,CAAA;AACjE,YAAY,EAAE,WAAW,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,CAAA"}
|