@tamagui/logo 1.88.3 → 1.88.5
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 +3 -3
- package/types/LogoWords.d.ts +5 -5
- package/types/TamaguiLogo.d.ts +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/logo",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.5",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"react": "*"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"tamagui": "1.88.
|
|
27
|
+
"tamagui": "1.88.5"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@tamagui/build": "1.88.
|
|
30
|
+
"@tamagui/build": "1.88.5",
|
|
31
31
|
"react": "^18.2.0"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
package/types/LogoWords.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { XStackProps } from 'tamagui';
|
|
3
|
-
export declare const LogoWords: import("react").MemoExoticComponent<({ downscale, grayscale, animated, ...props }: Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/web").
|
|
3
|
+
export declare const LogoWords: import("react").MemoExoticComponent<({ downscale, grayscale, animated, ...props }: Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/web").StackStyleBase | "fullscreen"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
4
4
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
5
5
|
fullscreen?: boolean | undefined;
|
|
6
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
6
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
7
7
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
8
8
|
fullscreen?: boolean | undefined;
|
|
9
|
-
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
9
|
+
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
10
10
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
11
11
|
fullscreen?: boolean | undefined;
|
|
12
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
12
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
13
13
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
14
14
|
fullscreen?: boolean | undefined;
|
|
15
|
-
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").
|
|
15
|
+
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").StackStyleBase & {
|
|
16
16
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
17
17
|
fullscreen?: boolean | undefined;
|
|
18
18
|
}>> & {
|
package/types/TamaguiLogo.d.ts
CHANGED
|
@@ -3,19 +3,19 @@ export declare const TamaguiLogo: import("react").ForwardRefExoticComponent<{
|
|
|
3
3
|
showWords?: boolean | undefined;
|
|
4
4
|
downscale?: number | undefined;
|
|
5
5
|
animated?: boolean | undefined;
|
|
6
|
-
} & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/web").
|
|
6
|
+
} & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/web").StackStyleBase | "fullscreen"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
7
7
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
8
8
|
fullscreen?: boolean | undefined;
|
|
9
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
9
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
10
10
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
11
11
|
fullscreen?: boolean | undefined;
|
|
12
|
-
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
12
|
+
}>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
13
13
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
14
14
|
fullscreen?: boolean | undefined;
|
|
15
|
-
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").
|
|
15
|
+
}> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
16
16
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
17
17
|
fullscreen?: boolean | undefined;
|
|
18
|
-
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").
|
|
18
|
+
}>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").StackStyleBase & {
|
|
19
19
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
20
20
|
fullscreen?: boolean | undefined;
|
|
21
21
|
}>> & import("react").RefAttributes<any>>;
|