@tamagui/tooltip 1.125.6 → 1.125.8

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
- return props.children;
4
- }, RenderNull = function(props) {
5
- return null;
6
- }, TooltipGroup = function() {
7
- return null;
8
- }, closeOpenTooltips = function() {
9
- }, Tooltip = withStaticProperties(RenderChildren, {
10
- Anchor: RenderChildren,
11
- Arrow: RenderNull,
12
- Close: RenderNull,
13
- Content: RenderNull,
14
- Trigger: RenderChildren
15
- });
16
- export {
17
- Tooltip,
18
- TooltipGroup,
19
- closeOpenTooltips
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
- return props.children;
3
- }, TooltipSimple = RenderChildren;
4
- export {
5
- TooltipSimple
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":[]}
@@ -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.6",
3
+ "version": "1.125.8",
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.6",
41
- "@tamagui/core": "1.125.6",
42
- "@tamagui/create-context": "1.125.6",
43
- "@tamagui/floating": "1.125.6",
44
- "@tamagui/get-token": "1.125.6",
45
- "@tamagui/helpers": "1.125.6",
46
- "@tamagui/polyfill-dev": "1.125.6",
47
- "@tamagui/popover": "1.125.6",
48
- "@tamagui/popper": "1.125.6",
49
- "@tamagui/stacks": "1.125.6",
50
- "@tamagui/text": "1.125.6",
51
- "@tamagui/use-controllable-state": "1.125.6"
40
+ "@tamagui/compose-refs": "1.125.8",
41
+ "@tamagui/core": "1.125.8",
42
+ "@tamagui/create-context": "1.125.8",
43
+ "@tamagui/floating": "1.125.8",
44
+ "@tamagui/get-token": "1.125.8",
45
+ "@tamagui/helpers": "1.125.8",
46
+ "@tamagui/polyfill-dev": "1.125.8",
47
+ "@tamagui/popover": "1.125.8",
48
+ "@tamagui/popper": "1.125.8",
49
+ "@tamagui/stacks": "1.125.8",
50
+ "@tamagui/text": "1.125.8",
51
+ "@tamagui/use-controllable-state": "1.125.8"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "*"
55
55
  },
56
56
  "devDependencies": {
57
- "@tamagui/build": "1.125.6",
57
+ "@tamagui/build": "1.125.8",
58
58
  "react": "*",
59
59
  "react-native": "^0.76.5"
60
60
  },