@stackshift-ui/tooltip 1.0.0-beta.7 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stackshift-ui/tooltip",
3
3
  "description": "A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.",
4
- "version": "1.0.0-beta.7",
4
+ "version": "1.0.0",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -31,17 +31,17 @@
31
31
  "typescript": "^5.6.2",
32
32
  "vite-tsconfig-paths": "^5.0.1",
33
33
  "vitest": "^2.1.1",
34
- "@stackshift-ui/eslint-config": "6.0.10",
35
- "@stackshift-ui/typescript-config": "6.0.10"
34
+ "@stackshift-ui/typescript-config": "6.0.10",
35
+ "@stackshift-ui/eslint-config": "6.0.10"
36
36
  },
37
37
  "dependencies": {
38
38
  "@radix-ui/react-tooltip": "^1.2.7",
39
39
  "classnames": "^2.5.1",
40
- "@stackshift-ui/scripts": "7.0.0-beta.5",
41
- "@stackshift-ui/system": "7.0.0-beta.6"
40
+ "@stackshift-ui/scripts": "6.1.0",
41
+ "@stackshift-ui/system": "6.1.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "@stackshift-ui/system": ">=7.0.0-beta.6",
44
+ "@stackshift-ui/system": ">=7.0.0",
45
45
  "@types/react": "16.8 - 19",
46
46
  "next": "10 - 14",
47
47
  "react": "16.8 - 19",