@tamagui/avatar 1.0.1-beta.154 → 1.0.1-beta.157

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/avatar",
3
- "version": "1.0.1-beta.154",
3
+ "version": "1.0.1-beta.157",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -30,11 +30,11 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@tamagui/core": "^1.0.1-beta.154",
34
- "@tamagui/image": "^1.0.1-beta.154",
35
- "@tamagui/shapes": "^1.0.1-beta.154",
36
- "@tamagui/text": "^1.0.1-beta.154",
37
- "@tamagui/use-event": "^1.0.1-beta.154"
33
+ "@tamagui/core": "^1.0.1-beta.157",
34
+ "@tamagui/image": "^1.0.1-beta.157",
35
+ "@tamagui/shapes": "^1.0.1-beta.157",
36
+ "@tamagui/text": "^1.0.1-beta.157",
37
+ "@tamagui/use-event": "^1.0.1-beta.157"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "*",
@@ -42,7 +42,7 @@
42
42
  "react-native": "*"
43
43
  },
44
44
  "devDependencies": {
45
- "@tamagui/build": "^1.0.1-beta.154",
45
+ "@tamagui/build": "^1.0.1-beta.157",
46
46
  "@types/react-dom": "^18.0.3",
47
47
  "@types/react-native": "^0.69.2",
48
48
  "react": "*",
package/types/Avatar.d.ts CHANGED
@@ -33,7 +33,7 @@ export declare const AvatarFallbackFrame: import("@tamagui/core").TamaguiCompone
33
33
  readonly elevation?: SizeTokens | undefined;
34
34
  }, string | number> & {
35
35
  [x: string]: undefined;
36
- }>>), any, import("@tamagui/core").StackPropsBase, {
36
+ }>>), TamaguiElement, import("@tamagui/core").StackPropsBase, {
37
37
  readonly fullscreen?: boolean | undefined;
38
38
  readonly elevation?: SizeTokens | undefined;
39
39
  } | ({
@@ -194,7 +194,7 @@ export declare const AvatarFrame: import("@tamagui/core").TamaguiComponent<(Omit
194
194
  size?: SizeTokens | undefined;
195
195
  }, string | number> & {
196
196
  [x: string]: undefined;
197
- }>>), any, import("@tamagui/core").StackPropsBase, {
197
+ }>>), TamaguiElement, import("@tamagui/core").StackPropsBase, {
198
198
  readonly fullscreen?: boolean | undefined;
199
199
  readonly elevation?: SizeTokens | undefined;
200
200
  } & {