@tamagui/tooltip 1.113.1 → 1.113.2
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.
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { withStaticProperties } from "@tamagui/helpers";
|
|
2
|
-
var RenderChildren = function
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
2
|
+
var RenderChildren = function(props) {
|
|
3
|
+
return props.children;
|
|
4
|
+
}, RenderNull = function(props) {
|
|
5
|
+
return null;
|
|
6
|
+
}, Tooltip = withStaticProperties(RenderChildren, {
|
|
7
|
+
Anchor: RenderChildren,
|
|
8
|
+
Arrow: RenderNull,
|
|
9
|
+
Close: RenderNull,
|
|
10
|
+
Content: RenderNull,
|
|
11
|
+
Trigger: RenderChildren
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
Tooltip
|
|
15
|
+
};
|
|
16
16
|
//# sourceMappingURL=Tooltip.native.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/code/ui/tooltip/src/Tooltip.native.tsx"],
|
|
4
|
+
"mappings": "AAAA,SAASA,4BAA4B;AAKrC,IAAMC,iBAAiB,SAACC,OAAAA;AACtB,SAAOA,MAAMC;AACf,GAEMC,aAAa,SAACF,OAAAA;AAClB,SAAO;AACT,GAEaG,UAAUL,qBAAqBC,gBAAgB;EAC1DK,QAAQL;EACRM,OAAOH;EACPI,OAAOJ;EACPK,SAASL;EACTM,SAAST;AACX,CAAA;",
|
|
5
|
+
"names": ["withStaticProperties", "RenderChildren", "props", "children", "RenderNull", "Tooltip", "Anchor", "Arrow", "Close", "Content", "Trigger"]
|
|
6
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
var RenderChildren = function
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
var RenderChildren = function(props) {
|
|
2
|
+
return props.children;
|
|
3
|
+
}, TooltipSimple = RenderChildren;
|
|
4
|
+
export {
|
|
5
|
+
TooltipSimple
|
|
6
|
+
};
|
|
6
7
|
//# sourceMappingURL=TooltipSimple.native.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/code/ui/tooltip/src/TooltipSimple.native.tsx"],
|
|
4
|
+
"mappings": "AAAA,IAAMA,iBAAiB,SAACC,OAAAA;AACtB,SAAOA,MAAMC;AACf,GAEaC,gBAAgBH;",
|
|
5
|
+
"names": ["RenderChildren", "props", "children", "TooltipSimple"]
|
|
6
|
+
}
|
package/dist/esm/index.native.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./Tooltip
|
|
2
|
-
export * from "./TooltipSimple
|
|
3
|
-
//# sourceMappingURL=index.
|
|
1
|
+
export * from "./Tooltip";
|
|
2
|
+
export * from "./TooltipSimple";
|
|
3
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/code/ui/tooltip/src/index.tsx"],
|
|
4
|
+
"mappings": "AAAA,cAAc;AACd,cAAc;",
|
|
5
|
+
"names": []
|
|
6
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/tooltip",
|
|
3
|
-
"version": "1.113.
|
|
3
|
+
"version": "1.113.2",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -34,24 +34,24 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@floating-ui/react": "^0.26.24",
|
|
37
|
-
"@tamagui/compose-refs": "1.113.
|
|
38
|
-
"@tamagui/core": "1.113.
|
|
39
|
-
"@tamagui/create-context": "1.113.
|
|
40
|
-
"@tamagui/floating": "1.113.
|
|
41
|
-
"@tamagui/get-token": "1.113.
|
|
42
|
-
"@tamagui/helpers": "1.113.
|
|
43
|
-
"@tamagui/polyfill-dev": "1.113.
|
|
44
|
-
"@tamagui/popover": "1.113.
|
|
45
|
-
"@tamagui/popper": "1.113.
|
|
46
|
-
"@tamagui/stacks": "1.113.
|
|
47
|
-
"@tamagui/text": "1.113.
|
|
48
|
-
"@tamagui/use-controllable-state": "1.113.
|
|
37
|
+
"@tamagui/compose-refs": "1.113.2",
|
|
38
|
+
"@tamagui/core": "1.113.2",
|
|
39
|
+
"@tamagui/create-context": "1.113.2",
|
|
40
|
+
"@tamagui/floating": "1.113.2",
|
|
41
|
+
"@tamagui/get-token": "1.113.2",
|
|
42
|
+
"@tamagui/helpers": "1.113.2",
|
|
43
|
+
"@tamagui/polyfill-dev": "1.113.2",
|
|
44
|
+
"@tamagui/popover": "1.113.2",
|
|
45
|
+
"@tamagui/popper": "1.113.2",
|
|
46
|
+
"@tamagui/stacks": "1.113.2",
|
|
47
|
+
"@tamagui/text": "1.113.2",
|
|
48
|
+
"@tamagui/use-controllable-state": "1.113.2"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"react": "*"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@tamagui/build": "1.113.
|
|
54
|
+
"@tamagui/build": "1.113.2",
|
|
55
55
|
"react": "^18.2.0 || ^19.0.0",
|
|
56
56
|
"react-native": "0.74.1"
|
|
57
57
|
},
|