@tamagui/tooltip 1.113.0 → 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 (props) {
3
- return props.children;
4
- },
5
- RenderNull = function (props) {
6
- return null;
7
- },
8
- Tooltip = withStaticProperties(RenderChildren, {
9
- Anchor: RenderChildren,
10
- Arrow: RenderNull,
11
- Close: RenderNull,
12
- Content: RenderNull,
13
- Trigger: RenderChildren
14
- });
15
- export { Tooltip };
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
- {"version":3,"names":["withStaticProperties","RenderChildren","props","children","RenderNull","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,OAAA,GAAUL,oBAAA,CAAqBC,cAAA,EAAgB;IAC1DK,MAAA,EAAQL,cAAA;IACRM,KAAA,EAAOH,UAAA;IACPI,KAAA,EAAOJ,UAAA;IACPK,OAAA,EAASL,UAAA;IACTM,OAAA,EAAST;EACX","ignoreList":[]}
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 (props) {
2
- return props.children;
3
- },
4
- TooltipSimple = RenderChildren;
5
- export { TooltipSimple };
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
- {"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
+ {
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,3 +1,3 @@
1
- export * from "./Tooltip.native.js";
2
- export * from "./TooltipSimple.native.js";
3
- //# sourceMappingURL=index.native.js.map
1
+ export * from "./Tooltip";
2
+ export * from "./TooltipSimple";
3
+ //# sourceMappingURL=index.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":[],"sources":["../../src/index.tsx"],"sourcesContent":[null],"mappings":"AAAA,cAAc;AACd,cAAc","ignoreList":[]}
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.0",
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.0",
38
- "@tamagui/core": "1.113.0",
39
- "@tamagui/create-context": "1.113.0",
40
- "@tamagui/floating": "1.113.0",
41
- "@tamagui/get-token": "1.113.0",
42
- "@tamagui/helpers": "1.113.0",
43
- "@tamagui/polyfill-dev": "1.113.0",
44
- "@tamagui/popover": "1.113.0",
45
- "@tamagui/popper": "1.113.0",
46
- "@tamagui/stacks": "1.113.0",
47
- "@tamagui/text": "1.113.0",
48
- "@tamagui/use-controllable-state": "1.113.0"
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.0",
54
+ "@tamagui/build": "1.113.2",
55
55
  "react": "^18.2.0 || ^19.0.0",
56
56
  "react-native": "0.74.1"
57
57
  },