@tamagui/tooltip 1.22.12 → 1.23.0

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.
@@ -41,7 +41,7 @@ const TooltipSimple = ({
41
41
  /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
42
42
  import_Tooltip.Tooltip.Content,
43
43
  {
44
- zIndex: 1e6,
44
+ zIndex: 1e9,
45
45
  enterStyle: { x: 0, y: -8, opacity: 0, scale: 0.93 },
46
46
  exitStyle: { x: 0, y: -8, opacity: 0, scale: 0.93 },
47
47
  x: 0,
@@ -18,7 +18,7 @@ const TooltipSimple = ({
18
18
  /* @__PURE__ */ jsxs(
19
19
  Tooltip.Content,
20
20
  {
21
- zIndex: 1e6,
21
+ zIndex: 1e9,
22
22
  enterStyle: { x: 0, y: -8, opacity: 0, scale: 0.93 },
23
23
  exitStyle: { x: 0, y: -8, opacity: 0, scale: 0.93 },
24
24
  x: 0,
@@ -18,7 +18,7 @@ const TooltipSimple = ({
18
18
  /* @__PURE__ */ jsxs(
19
19
  Tooltip.Content,
20
20
  {
21
- zIndex: 1e6,
21
+ zIndex: 1e9,
22
22
  enterStyle: { x: 0, y: -8, opacity: 0, scale: 0.93 },
23
23
  exitStyle: { x: 0, y: -8, opacity: 0, scale: 0.93 },
24
24
  x: 0,
@@ -15,7 +15,7 @@ const TooltipSimple = ({
15
15
  const contents = <Tooltip {...tooltipProps}>
16
16
  <Tooltip.Trigger asChild>{children}</Tooltip.Trigger>
17
17
  <Tooltip.Content
18
- zIndex={1e6}
18
+ zIndex={1e9}
19
19
  enterStyle={{ x: 0, y: -8, opacity: 0, scale: 0.93 }}
20
20
  exitStyle={{ x: 0, y: -8, opacity: 0, scale: 0.93 }}
21
21
  x={0}
@@ -15,7 +15,7 @@ const TooltipSimple = ({
15
15
  const contents = <Tooltip {...tooltipProps}>
16
16
  <Tooltip.Trigger asChild>{children}</Tooltip.Trigger>
17
17
  <Tooltip.Content
18
- zIndex={1e6}
18
+ zIndex={1e9}
19
19
  enterStyle={{ x: 0, y: -8, opacity: 0, scale: 0.93 }}
20
20
  exitStyle={{ x: 0, y: -8, opacity: 0, scale: 0.93 }}
21
21
  x={0}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/tooltip",
3
- "version": "1.22.12",
3
+ "version": "1.23.0",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -32,24 +32,24 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@floating-ui/react": "^0.19.1",
35
- "@tamagui/compose-refs": "1.22.12",
36
- "@tamagui/core": "1.22.12",
37
- "@tamagui/create-context": "1.22.12",
38
- "@tamagui/floating": "1.22.12",
39
- "@tamagui/get-size": "1.22.12",
40
- "@tamagui/polyfill-dev": "1.22.12",
41
- "@tamagui/popover": "1.22.12",
42
- "@tamagui/popper": "1.22.12",
43
- "@tamagui/stacks": "1.22.12",
44
- "@tamagui/text": "1.22.12",
45
- "@tamagui/use-controllable-state": "1.22.12"
35
+ "@tamagui/compose-refs": "1.23.0",
36
+ "@tamagui/core": "1.23.0",
37
+ "@tamagui/create-context": "1.23.0",
38
+ "@tamagui/floating": "1.23.0",
39
+ "@tamagui/get-size": "1.23.0",
40
+ "@tamagui/polyfill-dev": "1.23.0",
41
+ "@tamagui/popover": "1.23.0",
42
+ "@tamagui/popper": "1.23.0",
43
+ "@tamagui/stacks": "1.23.0",
44
+ "@tamagui/text": "1.23.0",
45
+ "@tamagui/use-controllable-state": "1.23.0"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": "*",
49
49
  "react-native": "*"
50
50
  },
51
51
  "devDependencies": {
52
- "@tamagui/build": "1.22.12",
52
+ "@tamagui/build": "1.23.0",
53
53
  "react": "^18.2.0",
54
54
  "react-native": "^0.71.7"
55
55
  },
@@ -30,7 +30,7 @@ export const TooltipSimple: React.FC<TooltipSimpleProps> = ({
30
30
  <Tooltip {...tooltipProps}>
31
31
  <Tooltip.Trigger asChild>{children}</Tooltip.Trigger>
32
32
  <Tooltip.Content
33
- zIndex={1_000_000}
33
+ zIndex={1_000_000_000}
34
34
  enterStyle={{ x: 0, y: -8, opacity: 0, scale: 0.93 }}
35
35
  exitStyle={{ x: 0, y: -8, opacity: 0, scale: 0.93 }}
36
36
  x={0}