@purpurds/tooltip 6.9.0 → 6.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/.lintstagedrc.js +1 -1
- package/.rush/temp/chunked-rush-logs/tooltip.test_unit.chunks.jsonl +5 -4
- package/.rush/temp/ci_build/@purpurds/tooltip/{dce7bb17150ac02eaedcc63460562cc8e1682ec0.untar.log → 0ed369465c73201bca3a9fa2a730deee89d5ce86.untar.log} +2 -2
- package/.rush/temp/operation/ci_build/all.log +3 -3
- package/.rush/temp/operation/ci_build/log-chunks.jsonl +3 -3
- package/.rush/temp/operation/ci_build/state.json +1 -1
- package/.rush/temp/operation/test_unit/all.log +5 -4
- package/.rush/temp/operation/test_unit/log-chunks.jsonl +5 -4
- package/.rush/temp/operation/test_unit/state.json +1 -1
- package/.rush/temp/shrinkwrap-deps.json +86 -727
- package/dist/LICENSE.txt +4 -4
- package/eslint.config.mjs +2 -0
- package/package.json +9 -13
- package/.eslintrc.js +0 -15
package/dist/LICENSE.txt
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
Name: @purpurds/button
|
|
2
|
-
Version: 6.
|
|
2
|
+
Version: 6.9.0
|
|
3
3
|
License: AGPL-3.0-only
|
|
4
4
|
Private: false
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
Name: @purpurds/icon
|
|
9
|
-
Version: 6.
|
|
9
|
+
Version: 6.9.0
|
|
10
10
|
License: AGPL-3.0-only
|
|
11
11
|
Private: false
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
15
|
Name: @purpurds/paragraph
|
|
16
|
-
Version: 6.
|
|
16
|
+
Version: 6.9.0
|
|
17
17
|
License: AGPL-3.0-only
|
|
18
18
|
Private: false
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
Name: @purpurds/tokens
|
|
23
|
-
Version: 6.
|
|
23
|
+
Version: 6.9.0
|
|
24
24
|
License: AGPL-3.0-only
|
|
25
25
|
Private: false
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/tooltip",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.10.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/tooltip.cjs.js",
|
|
6
6
|
"types": "./dist/tooltip.d.ts",
|
|
@@ -17,18 +17,16 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@radix-ui/react-tooltip": "~1.1.8",
|
|
19
19
|
"classnames": "~2.5.0",
|
|
20
|
-
"@purpurds/
|
|
21
|
-
"@purpurds/
|
|
22
|
-
"@purpurds/paragraph": "6.
|
|
23
|
-
"@purpurds/
|
|
24
|
-
"@purpurds/
|
|
20
|
+
"@purpurds/button": "6.10.0",
|
|
21
|
+
"@purpurds/tokens": "6.10.0",
|
|
22
|
+
"@purpurds/paragraph": "6.10.0",
|
|
23
|
+
"@purpurds/icon": "6.10.0",
|
|
24
|
+
"@purpurds/action": "6.10.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"
|
|
27
|
+
"eslint": "9.24.0",
|
|
28
28
|
"@storybook/react": "^8.6.4",
|
|
29
29
|
"storybook": "^8.6.4",
|
|
30
|
-
"@telia/base-rig": "~8.2.0",
|
|
31
|
-
"@telia/react-rig": "~3.2.0",
|
|
32
30
|
"@testing-library/dom": "~10.4.0",
|
|
33
31
|
"@testing-library/jest-dom": "~6.4.0",
|
|
34
32
|
"@testing-library/react": "~16.2.0",
|
|
@@ -36,16 +34,14 @@
|
|
|
36
34
|
"@types/node": "20.12.12",
|
|
37
35
|
"@types/react-dom": "^19.0.4",
|
|
38
36
|
"@types/react": "^19.0.10",
|
|
39
|
-
"eslint-plugin-testing-library": "~6.2.0",
|
|
40
|
-
"eslint": "^8.57.0",
|
|
41
37
|
"jsdom": "~22.1.0",
|
|
42
|
-
"lint-staged": "
|
|
38
|
+
"lint-staged": "15.5.0",
|
|
43
39
|
"prettier": "~2.8.8",
|
|
44
40
|
"react-dom": "^19.0.0",
|
|
45
41
|
"react": "^19.0.0",
|
|
46
42
|
"typescript": "^5.6.3",
|
|
47
43
|
"vite": "^6.2.1",
|
|
48
|
-
"vitest": "^
|
|
44
|
+
"vitest": "^3.1.2",
|
|
49
45
|
"@purpurds/component-rig": "1.0.0"
|
|
50
46
|
},
|
|
51
47
|
"peerDependencies": {
|
package/.eslintrc.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
require("@rushstack/eslint-patch/modern-module-resolution");
|
|
2
|
-
|
|
3
|
-
module.exports = {
|
|
4
|
-
extends: ["./node_modules/@telia/react-rig/.eslintrc.js"],
|
|
5
|
-
rules: {
|
|
6
|
-
curly: "error",
|
|
7
|
-
},
|
|
8
|
-
overrides: [
|
|
9
|
-
{
|
|
10
|
-
// We enable eslint-plugin-testing-library rules or preset only for matching testing files!
|
|
11
|
-
files: ["**/__tests__/**/*.[jt]s?(x)"],
|
|
12
|
-
extends: ["plugin:testing-library/react"],
|
|
13
|
-
},
|
|
14
|
-
],
|
|
15
|
-
};
|