@tamagui/tooltip 1.88.4 → 1.88.6
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 +14 -14
- package/types/Tooltip.d.ts +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/tooltip",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.6",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@floating-ui/react": "^0.24.7",
|
|
36
|
-
"@tamagui/compose-refs": "1.88.
|
|
37
|
-
"@tamagui/core": "1.88.
|
|
38
|
-
"@tamagui/create-context": "1.88.
|
|
39
|
-
"@tamagui/floating": "1.88.
|
|
40
|
-
"@tamagui/get-token": "1.88.
|
|
41
|
-
"@tamagui/helpers": "1.88.
|
|
42
|
-
"@tamagui/polyfill-dev": "1.88.
|
|
43
|
-
"@tamagui/popover": "1.88.
|
|
44
|
-
"@tamagui/popper": "1.88.
|
|
45
|
-
"@tamagui/stacks": "1.88.
|
|
46
|
-
"@tamagui/text": "1.88.
|
|
47
|
-
"@tamagui/use-controllable-state": "1.88.
|
|
36
|
+
"@tamagui/compose-refs": "1.88.6",
|
|
37
|
+
"@tamagui/core": "1.88.6",
|
|
38
|
+
"@tamagui/create-context": "1.88.6",
|
|
39
|
+
"@tamagui/floating": "1.88.6",
|
|
40
|
+
"@tamagui/get-token": "1.88.6",
|
|
41
|
+
"@tamagui/helpers": "1.88.6",
|
|
42
|
+
"@tamagui/polyfill-dev": "1.88.6",
|
|
43
|
+
"@tamagui/popover": "1.88.6",
|
|
44
|
+
"@tamagui/popper": "1.88.6",
|
|
45
|
+
"@tamagui/stacks": "1.88.6",
|
|
46
|
+
"@tamagui/text": "1.88.6",
|
|
47
|
+
"@tamagui/use-controllable-state": "1.88.6"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"react": "*",
|
|
51
51
|
"react-native": "*"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@tamagui/build": "1.88.
|
|
54
|
+
"@tamagui/build": "1.88.6",
|
|
55
55
|
"react": "^18.2.0",
|
|
56
56
|
"react-native": "^0.72.6"
|
|
57
57
|
},
|
package/types/Tooltip.d.ts
CHANGED
|
@@ -44,37 +44,37 @@ export declare const Tooltip: React.ForwardRefExoticComponent<PopperProps & {
|
|
|
44
44
|
} & {
|
|
45
45
|
__scopeTooltip?: string | undefined;
|
|
46
46
|
} & React.RefAttributes<unknown>> & {
|
|
47
|
-
Anchor: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").
|
|
47
|
+
Anchor: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
48
48
|
elevation?: number | SizeTokens | undefined;
|
|
49
49
|
fullscreen?: boolean | undefined;
|
|
50
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
50
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
51
51
|
elevation?: number | SizeTokens | undefined;
|
|
52
52
|
fullscreen?: boolean | undefined;
|
|
53
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
53
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
54
54
|
elevation?: number | SizeTokens | undefined;
|
|
55
55
|
fullscreen?: boolean | undefined;
|
|
56
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
56
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
57
57
|
elevation?: number | SizeTokens | undefined;
|
|
58
58
|
fullscreen?: boolean | undefined;
|
|
59
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
59
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
60
60
|
elevation?: number | SizeTokens | undefined;
|
|
61
61
|
fullscreen?: boolean | undefined;
|
|
62
62
|
}>> & {
|
|
63
63
|
__scopeTooltip?: string | undefined;
|
|
64
64
|
} & React.RefAttributes<unknown>>;
|
|
65
|
-
Arrow: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").
|
|
65
|
+
Arrow: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
66
66
|
elevation?: number | SizeTokens | undefined;
|
|
67
67
|
fullscreen?: boolean | undefined;
|
|
68
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
68
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
69
69
|
elevation?: number | SizeTokens | undefined;
|
|
70
70
|
fullscreen?: boolean | undefined;
|
|
71
|
-
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
71
|
+
}>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
72
72
|
elevation?: number | SizeTokens | undefined;
|
|
73
73
|
fullscreen?: boolean | undefined;
|
|
74
|
-
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
74
|
+
}> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
|
|
75
75
|
elevation?: number | SizeTokens | undefined;
|
|
76
76
|
fullscreen?: boolean | undefined;
|
|
77
|
-
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").
|
|
77
|
+
}>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
|
|
78
78
|
elevation?: number | SizeTokens | undefined;
|
|
79
79
|
fullscreen?: boolean | undefined;
|
|
80
80
|
}>> & {
|
|
@@ -86,7 +86,7 @@ export declare const Tooltip: React.ForwardRefExoticComponent<PopperProps & {
|
|
|
86
86
|
Content: React.ForwardRefExoticComponent<import("@tamagui/popover").PopoverContentTypeProps & {
|
|
87
87
|
__scopeTooltip?: string | undefined;
|
|
88
88
|
} & React.RefAttributes<unknown>>;
|
|
89
|
-
Trigger: React.ForwardRefExoticComponent<import("@tamagui/core").StackNonStyleProps & import("@tamagui/core").WithThemeValues<import("@tamagui/core").
|
|
89
|
+
Trigger: React.ForwardRefExoticComponent<import("@tamagui/core").StackNonStyleProps & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase>> & {
|
|
90
90
|
__scopeTooltip?: string | undefined;
|
|
91
91
|
} & React.RefAttributes<unknown>>;
|
|
92
92
|
};
|