@tamagui/tooltip 1.89.26 → 1.89.27-1708112217600
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/dist/cjs/Tooltip.native.js +5 -2
- package/dist/cjs/Tooltip.native.js.map +3 -3
- package/dist/cjs/TooltipSimple.native.js +3 -1
- package/dist/cjs/TooltipSimple.native.js.map +3 -3
- package/dist/cjs/index.native.js.map +2 -2
- package/dist/esm/Tooltip.native.js +5 -1
- package/dist/esm/Tooltip.native.js.map +3 -3
- package/dist/esm/TooltipSimple.native.js +3 -1
- package/dist/esm/TooltipSimple.native.js.map +3 -3
- package/dist/esm/index.native.js.map +1 -1
- package/dist/jsx/Tooltip.native.js +5 -1
- package/dist/jsx/Tooltip.native.js.map +3 -3
- package/dist/jsx/TooltipSimple.native.js +3 -1
- package/dist/jsx/TooltipSimple.native.js.map +3 -3
- package/dist/jsx/index.native.js.map +1 -1
- package/package.json +15 -15
|
@@ -18,8 +18,11 @@ __export(Tooltip_native_exports, {
|
|
|
18
18
|
Tooltip: () => Tooltip
|
|
19
19
|
});
|
|
20
20
|
module.exports = __toCommonJS(Tooltip_native_exports);
|
|
21
|
-
var import_helpers = require("@tamagui/helpers")
|
|
22
|
-
|
|
21
|
+
var import_helpers = require("@tamagui/helpers"), RenderChildren = function(props) {
|
|
22
|
+
return props.children;
|
|
23
|
+
}, RenderNull = function(props) {
|
|
24
|
+
return null;
|
|
25
|
+
}, Tooltip = (0, import_helpers.withStaticProperties)(RenderChildren, {
|
|
23
26
|
Anchor: RenderChildren,
|
|
24
27
|
Arrow: RenderNull,
|
|
25
28
|
Close: RenderNull,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../src/Tooltip.native.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;AAAA
|
|
5
|
-
"names": []
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/packages/tooltip/src/Tooltip.native.tsx"],
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;;;;;qBAAqC,6BAK/BA,iBAAiB,SAACC,OAAAA;AACtB,SAAOA,MAAMC;AACf,GAEMC,aAAa,SAACF,OAAAA;AAClB,SAAO;AACT,GAEaG,cAAUC,qCAAqBL,gBAAgB;EAC1DM,QAAQN;EACRO,OAAOJ;EACPK,OAAOL;EACPM,SAASN;EACTO,SAASV;AACX,CAAA;",
|
|
5
|
+
"names": ["RenderChildren", "props", "children", "RenderNull", "Tooltip", "withStaticProperties", "Anchor", "Arrow", "Close", "Content", "Trigger"]
|
|
6
6
|
}
|
|
@@ -18,7 +18,9 @@ __export(TooltipSimple_native_exports, {
|
|
|
18
18
|
TooltipSimple: () => TooltipSimple
|
|
19
19
|
});
|
|
20
20
|
module.exports = __toCommonJS(TooltipSimple_native_exports);
|
|
21
|
-
|
|
21
|
+
var RenderChildren = function(props) {
|
|
22
|
+
return props.children;
|
|
23
|
+
}, TooltipSimple = RenderChildren;
|
|
22
24
|
// Annotate the CommonJS export names for ESM import in node:
|
|
23
25
|
0 && (module.exports = {
|
|
24
26
|
TooltipSimple
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../src/TooltipSimple.native.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;AAAA
|
|
5
|
-
"names": []
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/packages/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
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;AAAA
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/packages/tooltip/src/index.tsx"],
|
|
4
|
+
"mappings": ";;;;;;;;;;;;AAAA;;wBAAc,sBAAd;AACA,wBAAc,4BADd;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { withStaticProperties } from "@tamagui/helpers";
|
|
2
|
-
|
|
2
|
+
var RenderChildren = function(props) {
|
|
3
|
+
return props.children;
|
|
4
|
+
}, RenderNull = function(props) {
|
|
5
|
+
return null;
|
|
6
|
+
}, Tooltip = withStaticProperties(RenderChildren, {
|
|
3
7
|
Anchor: RenderChildren,
|
|
4
8
|
Arrow: RenderNull,
|
|
5
9
|
Close: RenderNull,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../src/Tooltip.native.tsx"],
|
|
4
|
-
"mappings": "AAAA,
|
|
5
|
-
"names": []
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/packages/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
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../src/TooltipSimple.native.tsx"],
|
|
4
|
-
"mappings": "AAAA,
|
|
5
|
-
"names": []
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/packages/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
6
|
}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { withStaticProperties } from "@tamagui/helpers";
|
|
2
|
-
|
|
2
|
+
var RenderChildren = function(props) {
|
|
3
|
+
return props.children;
|
|
4
|
+
}, RenderNull = function(props) {
|
|
5
|
+
return null;
|
|
6
|
+
}, Tooltip = withStaticProperties(RenderChildren, {
|
|
3
7
|
Anchor: RenderChildren,
|
|
4
8
|
Arrow: RenderNull,
|
|
5
9
|
Close: RenderNull,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../src/Tooltip.native.tsx"],
|
|
4
|
-
"mappings": "AAAA,
|
|
5
|
-
"names": []
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/packages/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
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../src/TooltipSimple.native.tsx"],
|
|
4
|
-
"mappings": "AAAA,
|
|
5
|
-
"names": []
|
|
3
|
+
"sources": ["../../src/Users/n8/tamagui/packages/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
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/tooltip",
|
|
3
|
-
"version": "1.89.
|
|
3
|
+
"version": "1.89.27-1708112217600",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@floating-ui/react": "^0.26.6",
|
|
36
|
-
"@tamagui/compose-refs": "1.89.
|
|
37
|
-
"@tamagui/core": "1.89.
|
|
38
|
-
"@tamagui/create-context": "1.89.
|
|
39
|
-
"@tamagui/floating": "1.89.
|
|
40
|
-
"@tamagui/get-token": "1.89.
|
|
41
|
-
"@tamagui/helpers": "1.89.
|
|
42
|
-
"@tamagui/polyfill-dev": "1.89.
|
|
43
|
-
"@tamagui/popover": "1.89.
|
|
44
|
-
"@tamagui/popper": "1.89.
|
|
45
|
-
"@tamagui/stacks": "1.89.
|
|
46
|
-
"@tamagui/text": "1.89.
|
|
47
|
-
"@tamagui/use-controllable-state": "1.89.
|
|
36
|
+
"@tamagui/compose-refs": "1.89.27-1708112217600",
|
|
37
|
+
"@tamagui/core": "1.89.27-1708112217600",
|
|
38
|
+
"@tamagui/create-context": "1.89.27-1708112217600",
|
|
39
|
+
"@tamagui/floating": "1.89.27-1708112217600",
|
|
40
|
+
"@tamagui/get-token": "1.89.27-1708112217600",
|
|
41
|
+
"@tamagui/helpers": "1.89.27-1708112217600",
|
|
42
|
+
"@tamagui/polyfill-dev": "1.89.27-1708112217600",
|
|
43
|
+
"@tamagui/popover": "1.89.27-1708112217600",
|
|
44
|
+
"@tamagui/popper": "1.89.27-1708112217600",
|
|
45
|
+
"@tamagui/stacks": "1.89.27-1708112217600",
|
|
46
|
+
"@tamagui/text": "1.89.27-1708112217600",
|
|
47
|
+
"@tamagui/use-controllable-state": "1.89.27-1708112217600"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"react": "*",
|
|
51
51
|
"react-native": "*"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@tamagui/build": "1.89.
|
|
54
|
+
"@tamagui/build": "1.89.27-1708112217600",
|
|
55
55
|
"react": "^18.2.0",
|
|
56
|
-
"react-native": "^0.
|
|
56
|
+
"react-native": "^0.73.4"
|
|
57
57
|
},
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|