@mirohq/design-system-tooltip 3.2.24-select.0 → 3.2.25

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +6 -6
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -289,9 +289,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
289
289
  };
290
290
  'z-indices': {
291
291
  readonly dropdownMenu: 100;
292
- readonly select: 100;
293
- readonly popover: 200;
294
- readonly tooltip: 300;
292
+ readonly select: 200;
293
+ readonly popover: 300;
294
+ readonly tooltip: 400;
295
295
  };
296
296
  }, {
297
297
  readonly background: "colors";
@@ -841,9 +841,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never
841
841
  };
842
842
  'z-indices': {
843
843
  readonly dropdownMenu: 100;
844
- readonly select: 100;
845
- readonly popover: 200;
846
- readonly tooltip: 300;
844
+ readonly select: 200;
845
+ readonly popover: 300;
846
+ readonly tooltip: 400;
847
847
  };
848
848
  }, {
849
849
  readonly background: "colors";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-tooltip",
3
- "version": "3.2.24-select.0",
3
+ "version": "3.2.25",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@radix-ui/react-tooltip": "^1.0.3",
31
- "@mirohq/design-system-stitches": "^2.3.11-select.0",
32
- "@mirohq/design-system-styles": "^1.1.7-select.0",
31
+ "@mirohq/design-system-stitches": "^2.3.11",
32
+ "@mirohq/design-system-styles": "^1.1.8",
33
33
  "@mirohq/design-system-utils": "^0.14.3",
34
- "@mirohq/design-tokens": "^3.2.0-select.0"
34
+ "@mirohq/design-tokens": "^3.2.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rollup -c ../../../rollup.config.js",