@deviceinsight/ng-ui-components 7.21.0 → 7.22.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/dist/style.css +1 -1
- package/package.json +12 -12
package/dist/style.css
CHANGED
|
@@ -637,7 +637,7 @@ a .di.label:active {background-color:rgba(0,0,0,.1);}
|
|
|
637
637
|
margin-right: 0;
|
|
638
638
|
padding: 7px 10px;
|
|
639
639
|
}
|
|
640
|
-
|
|
640
|
+
/*$vite$:1*/.rc-tooltip.rc-tooltip-zoom-appear,
|
|
641
641
|
.rc-tooltip.rc-tooltip-zoom-enter {
|
|
642
642
|
opacity: 0;
|
|
643
643
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deviceinsight/ng-ui-components",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.22.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"repository": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"build-storybook": "storybook build"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@deviceinsight/ng-ui-api-client": "^10.
|
|
42
|
-
"@deviceinsight/ng-ui-basic-components": "^7.
|
|
41
|
+
"@deviceinsight/ng-ui-api-client": "^10.55.0",
|
|
42
|
+
"@deviceinsight/ng-ui-basic-components": "^7.19.0",
|
|
43
43
|
"@dnd-kit/core": "^6.3.1",
|
|
44
44
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
45
45
|
"@dnd-kit/sortable": "^10.0.0",
|
|
@@ -62,23 +62,23 @@
|
|
|
62
62
|
"react-toastify": "^11.1.0"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"i18next": "^
|
|
65
|
+
"i18next": "^26.3.6",
|
|
66
66
|
"react": "^19.2.8",
|
|
67
67
|
"react-dom": "^19.2.8",
|
|
68
|
-
"react-i18next": "^
|
|
68
|
+
"react-i18next": "^17.0.11",
|
|
69
69
|
"react-router-dom": "^5.3.4"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@eslint/js": "10.0.1",
|
|
73
|
-
"@storybook/react-vite": "10.5.
|
|
73
|
+
"@storybook/react-vite": "10.5.10",
|
|
74
74
|
"@testing-library/dom": "10.4.1",
|
|
75
|
-
"@testing-library/jest-dom": "
|
|
75
|
+
"@testing-library/jest-dom": "7.0.1",
|
|
76
76
|
"@testing-library/react": "16.3.2",
|
|
77
77
|
"@testing-library/user-event": "14.6.3",
|
|
78
78
|
"@types/lodash": "4.17.25",
|
|
79
79
|
"@types/node": "24.13.3",
|
|
80
80
|
"@types/react": "19.2.18",
|
|
81
|
-
"@types/react-dom": "19.2.
|
|
81
|
+
"@types/react-dom": "19.2.5",
|
|
82
82
|
"@types/react-router-dom": "5.3.3",
|
|
83
83
|
"@typescript-eslint/eslint-plugin": "8.66.0",
|
|
84
84
|
"@typescript-eslint/parser": "8.66.0",
|
|
@@ -87,21 +87,21 @@
|
|
|
87
87
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
88
88
|
"happy-dom": "20.11.2",
|
|
89
89
|
"husky": "9.1.7",
|
|
90
|
-
"i18next": "
|
|
90
|
+
"i18next": "26.3.6",
|
|
91
91
|
"lint-staged": "17.3.0",
|
|
92
92
|
"prettier": "3.9.6",
|
|
93
93
|
"prop-types": "15.8.1",
|
|
94
94
|
"react": "19.2.8",
|
|
95
95
|
"react-dom": "19.2.8",
|
|
96
|
-
"react-i18next": "
|
|
96
|
+
"react-i18next": "17.0.11",
|
|
97
97
|
"react-router-dom": "5.3.4",
|
|
98
98
|
"rimraf": "6.1.3",
|
|
99
|
-
"storybook": "10.5.
|
|
99
|
+
"storybook": "10.5.10",
|
|
100
100
|
"tsc-watch": "7.2.1",
|
|
101
101
|
"typescript": "5.9.3",
|
|
102
102
|
"vite": "8.1.5",
|
|
103
103
|
"vitest": "4.1.10",
|
|
104
|
-
"eslint-plugin-storybook": "10.5.
|
|
104
|
+
"eslint-plugin-storybook": "10.5.10"
|
|
105
105
|
},
|
|
106
106
|
"overrides": {
|
|
107
107
|
"follow-redirects": "^1.16.0",
|