@purpurds/tooltip 8.8.1 → 8.10.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.
- package/.rush/temp/chunked-rush-logs/tooltip.test_unit.chunks.jsonl +5 -5
- package/.rush/temp/ci_build/@purpurds/tooltip/{1e9da9fa56ef5e203e7d1bacd2cc18d380799863.untar.log → 96f33c9303bbc08028c37d3be4fbf8051111750a.untar.log} +2 -2
- package/.rush/temp/operation/ci_build/all.log +5 -5
- package/.rush/temp/operation/ci_build/log-chunks.jsonl +5 -5
- package/.rush/temp/operation/ci_build/state.json +1 -1
- package/.rush/temp/operation/test_unit/all.log +5 -5
- package/.rush/temp/operation/test_unit/log-chunks.jsonl +5 -5
- package/.rush/temp/operation/test_unit/state.json +1 -1
- package/.rush/temp/shrinkwrap-deps.json +116 -135
- package/dist/LICENSE.txt +4 -4
- package/dist/tooltip.cjs.js +1 -21
- package/dist/tooltip.cjs.js.map +1 -1
- package/dist/tooltip.es.js +609 -649
- package/dist/tooltip.es.js.map +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/tooltip",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.10.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/tooltip.cjs.js",
|
|
6
6
|
"types": "./dist/tooltip.d.ts",
|
|
@@ -16,33 +16,33 @@
|
|
|
16
16
|
"source": "src/tooltip.tsx",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@radix-ui/react-tooltip": "~1.1.8",
|
|
19
|
-
"classnames": "~2.5.
|
|
20
|
-
"@purpurds/action": "8.
|
|
21
|
-
"@purpurds/common-types": "8.
|
|
22
|
-
"@purpurds/
|
|
23
|
-
"@purpurds/
|
|
24
|
-
"@purpurds/
|
|
25
|
-
"@purpurds/tokens": "8.
|
|
19
|
+
"classnames": "~2.5.1",
|
|
20
|
+
"@purpurds/action": "8.10.0",
|
|
21
|
+
"@purpurds/common-types": "8.10.0",
|
|
22
|
+
"@purpurds/icon": "8.10.0",
|
|
23
|
+
"@purpurds/paragraph": "8.10.0",
|
|
24
|
+
"@purpurds/button": "8.10.0",
|
|
25
|
+
"@purpurds/tokens": "8.10.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@storybook/react-vite": "^10.0.
|
|
29
|
-
"@testing-library/dom": "~10.4.
|
|
30
|
-
"@testing-library/jest-dom": "~6.
|
|
31
|
-
"@testing-library/react": "~16.
|
|
28
|
+
"@storybook/react-vite": "^10.0.8",
|
|
29
|
+
"@testing-library/dom": "~10.4.1",
|
|
30
|
+
"@testing-library/jest-dom": "~6.9.1",
|
|
31
|
+
"@testing-library/react": "~16.3.0",
|
|
32
32
|
"@testing-library/user-event": "~14.5.1",
|
|
33
33
|
"@types/node": "22.17",
|
|
34
|
-
"@types/react-dom": "^19.
|
|
35
|
-
"@types/react": "^19.
|
|
36
|
-
"eslint": "9.
|
|
37
|
-
"jsdom": "~
|
|
38
|
-
"lint-staged": "
|
|
34
|
+
"@types/react-dom": "^19.2.3",
|
|
35
|
+
"@types/react": "^19.2.6",
|
|
36
|
+
"eslint": "9.39.1",
|
|
37
|
+
"jsdom": "~27.2.0",
|
|
38
|
+
"lint-staged": "16.2.6",
|
|
39
39
|
"prettier": "~2.8.8",
|
|
40
|
-
"react-dom": "^19.
|
|
41
|
-
"react": "^19.
|
|
42
|
-
"storybook": "^10.0.
|
|
43
|
-
"typescript": "^5.
|
|
44
|
-
"vite": "^
|
|
45
|
-
"vitest": "^
|
|
40
|
+
"react-dom": "^19.2.0",
|
|
41
|
+
"react": "^19.2.0",
|
|
42
|
+
"storybook": "^10.0.8",
|
|
43
|
+
"typescript": "^5.9.3",
|
|
44
|
+
"vite": "^7.2.2",
|
|
45
|
+
"vitest": "^4.0.10",
|
|
46
46
|
"@purpurds/component-rig": "1.0.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|