asab_webui_shell 27.3.13 → 27.3.15

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.
@@ -193,20 +193,12 @@
193
193
  display: block !important; /*avoid widgets breaking on transition between pages*/
194
194
  margin: 0 auto 20px;
195
195
  position: static !important;
196
-
197
- height: initial !important; /* Alternatively, set "height: initial !important;" */
198
196
  width: initial !important; /* Alternatively, set "width: initial !important;" */
199
-
200
197
  break-inside: avoid;
201
198
  page-break-inside: avoid; /*avoid widgets breaking on transition between pages*/
202
199
  }
203
- }
204
- .recharts-responsive-container {
205
- .recharts-wrapper {
206
- width: 100% !important;
207
- .recharts-surface, .recharts-legend-wrapper {
208
- width: 100% !important;
209
- }
200
+ .react-grid-item:not(:has(.recharts-responsive-container)) {
201
+ height: initial !important;
210
202
  }
211
203
  }
212
204
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asab_webui_shell",
3
- "version": "27.3.13",
3
+ "version": "27.3.15",
4
4
  "license": "BSD-3-Clause",
5
5
  "description": "TeskaLabs ASAB WebUI Shell Application",
6
6
  "contributors": [
@@ -47,7 +47,7 @@
47
47
  "@babel/runtime": "^7.22.11",
48
48
  "react": "^19.0.0",
49
49
  "react-dom": "^19.0.0",
50
- "axios": ">=1.8.4 <1.14.1",
50
+ "axios": "^1.15.0",
51
51
  "i18next": "^25.5.2",
52
52
  "react-i18next": "^16.0.0",
53
53
  "react-router": "^7.8.2",