@tamagui/tooltip 1.125.5 → 1.125.7
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,21 +1,20 @@
|
|
|
1
1
|
import { withStaticProperties } from "@tamagui/helpers";
|
|
2
|
-
var RenderChildren = function(props) {
|
|
3
|
-
|
|
4
|
-
},
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
};
|
|
2
|
+
var RenderChildren = function (props) {
|
|
3
|
+
return props.children;
|
|
4
|
+
},
|
|
5
|
+
RenderNull = function (props) {
|
|
6
|
+
return null;
|
|
7
|
+
},
|
|
8
|
+
TooltipGroup = function () {
|
|
9
|
+
return null;
|
|
10
|
+
},
|
|
11
|
+
closeOpenTooltips = function () {},
|
|
12
|
+
Tooltip = withStaticProperties(RenderChildren, {
|
|
13
|
+
Anchor: RenderChildren,
|
|
14
|
+
Arrow: RenderNull,
|
|
15
|
+
Close: RenderNull,
|
|
16
|
+
Content: RenderNull,
|
|
17
|
+
Trigger: RenderChildren
|
|
18
|
+
});
|
|
19
|
+
export { Tooltip, TooltipGroup, closeOpenTooltips };
|
|
21
20
|
//# sourceMappingURL=Tooltip.native.js.map
|
|
@@ -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,eAAe,WAAA;SAAM;GAErBC,oBAAoB,WAAA;AAEjC,GAEaC,UAAUP,qBAAqBC,gBAAgB;EAC1DO,QAAQP;EACRQ,OAAOL;EACPM,OAAON;EACPO,SAASP;EACTQ,SAASX;AACX,CAAA;",
|
|
5
|
-
"names": ["withStaticProperties", "RenderChildren", "props", "children", "RenderNull", "TooltipGroup", "closeOpenTooltips", "Tooltip", "Anchor", "Arrow", "Close", "Content", "Trigger"]
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["withStaticProperties","RenderChildren","props","children","RenderNull","TooltipGroup","closeOpenTooltips","Tooltip","Anchor","Arrow","Close","Content","Trigger"],"sources":["../../src/Users/n8/tamagui/code/ui/tooltip/src/Tooltip.native.tsx"],"sourcesContent":[null],"mappings":"AAAA,SAASA,oBAAA,QAA4B;AAKrC,IAAMC,cAAA,GAAiB,SAAAA,CAACC,KAAA;IACtB,OAAOA,KAAA,CAAMC,QAAA;EACf;EAEMC,UAAA,GAAa,SAAAA,CAACF,KAAA;IAClB,OAAO;EACT;EAEaG,YAAA,GAAe,SAAAA,CAAA;WAAM;;EAErBC,iBAAA,GAAoB,SAAAA,CAAA,GAEjC;EAEaC,OAAA,GAAUP,oBAAA,CAAqBC,cAAA,EAAgB;IAC1DO,MAAA,EAAQP,cAAA;IACRQ,KAAA,EAAOL,UAAA;IACPM,KAAA,EAAON,UAAA;IACPO,OAAA,EAASP,UAAA;IACTQ,OAAA,EAASX;EACX","ignoreList":[]}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
var RenderChildren = function(props) {
|
|
2
|
-
|
|
3
|
-
},
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
1
|
+
var RenderChildren = function (props) {
|
|
2
|
+
return props.children;
|
|
3
|
+
},
|
|
4
|
+
TooltipSimple = RenderChildren;
|
|
5
|
+
export { TooltipSimple };
|
|
7
6
|
//# sourceMappingURL=TooltipSimple.native.js.map
|
|
@@ -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
|
-
}
|
|
1
|
+
{"version":3,"names":["RenderChildren","props","children","TooltipSimple"],"sources":["../../src/Users/n8/tamagui/code/ui/tooltip/src/TooltipSimple.native.tsx"],"sourcesContent":[null],"mappings":"AAAA,IAAMA,cAAA,GAAiB,SAAAA,CAACC,KAAA;IACtB,OAAOA,KAAA,CAAMC,QAAA;EACf;EAEaC,aAAA,GAAgBH,cAAA","ignoreList":[]}
|
package/dist/esm/index.native.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./Tooltip";
|
|
2
|
-
export * from "./TooltipSimple";
|
|
3
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from "./Tooltip.native.js";
|
|
2
|
+
export * from "./TooltipSimple.native.js";
|
|
3
|
+
//# sourceMappingURL=index.native.js.map
|
|
@@ -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
|
-
}
|
|
1
|
+
{"version":3,"names":[],"sources":["../../src/index.tsx"],"sourcesContent":[null],"mappings":"AAAA,cAAc;AACd,cAAc","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/tooltip",
|
|
3
|
-
"version": "1.125.
|
|
3
|
+
"version": "1.125.7",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -37,24 +37,24 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@floating-ui/react": "^0.27.3",
|
|
40
|
-
"@tamagui/compose-refs": "1.125.
|
|
41
|
-
"@tamagui/core": "1.125.
|
|
42
|
-
"@tamagui/create-context": "1.125.
|
|
43
|
-
"@tamagui/floating": "1.125.
|
|
44
|
-
"@tamagui/get-token": "1.125.
|
|
45
|
-
"@tamagui/helpers": "1.125.
|
|
46
|
-
"@tamagui/polyfill-dev": "1.125.
|
|
47
|
-
"@tamagui/popover": "1.125.
|
|
48
|
-
"@tamagui/popper": "1.125.
|
|
49
|
-
"@tamagui/stacks": "1.125.
|
|
50
|
-
"@tamagui/text": "1.125.
|
|
51
|
-
"@tamagui/use-controllable-state": "1.125.
|
|
40
|
+
"@tamagui/compose-refs": "1.125.7",
|
|
41
|
+
"@tamagui/core": "1.125.7",
|
|
42
|
+
"@tamagui/create-context": "1.125.7",
|
|
43
|
+
"@tamagui/floating": "1.125.7",
|
|
44
|
+
"@tamagui/get-token": "1.125.7",
|
|
45
|
+
"@tamagui/helpers": "1.125.7",
|
|
46
|
+
"@tamagui/polyfill-dev": "1.125.7",
|
|
47
|
+
"@tamagui/popover": "1.125.7",
|
|
48
|
+
"@tamagui/popper": "1.125.7",
|
|
49
|
+
"@tamagui/stacks": "1.125.7",
|
|
50
|
+
"@tamagui/text": "1.125.7",
|
|
51
|
+
"@tamagui/use-controllable-state": "1.125.7"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": "*"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@tamagui/build": "1.125.
|
|
57
|
+
"@tamagui/build": "1.125.7",
|
|
58
58
|
"react": "*",
|
|
59
59
|
"react-native": "^0.76.5"
|
|
60
60
|
},
|