geomui 0.5.57 → 0.5.58

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.
@@ -261,7 +261,7 @@
261
261
  }
262
262
  </script>
263
263
 
264
- // TODO: onresize is not triggered when the window is maximized
264
+ <!-- TODO: onresize is not triggered when the window is maximized -->
265
265
  <svelte:window bind:innerWidth={windowWidth} onresize={canvasResize} />
266
266
  <section>
267
267
  <LabelCheckbox />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geomui",
3
- "version": "0.5.57",
3
+ "version": "0.5.58",
4
4
  "description": "The svelte-library of the webapp-UI of Parametrix",
5
5
  "private": false,
6
6
  "repository": {
@@ -70,7 +70,7 @@
70
70
  "svelte": "^5.1.0"
71
71
  },
72
72
  "dependencies": {
73
- "geometrix": "^0.5.54"
73
+ "geometrix": "^0.5.55"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@atao60/fse-cli": "^0.1.9",
@@ -80,7 +80,7 @@
80
80
  "@sveltejs/package": "^2.3.7",
81
81
  "@sveltejs/vite-plugin-svelte": "^4.0.0",
82
82
  "@types/eslint": "^9.6.1",
83
- "designix": "^0.5.55",
83
+ "designix": "^0.5.56",
84
84
  "eslint": "^9.14.0",
85
85
  "eslint-config-prettier": "^9.1.0",
86
86
  "eslint-plugin-svelte": "^2.46.0",
@@ -91,7 +91,7 @@
91
91
  "publint": "^0.2.12",
92
92
  "rimraf": "^6.0.1",
93
93
  "sass": "^1.80.7",
94
- "svelte": "^5.1.16",
94
+ "svelte": "^5.2.0",
95
95
  "svelte-check": "^4.0.7",
96
96
  "typescript": "^5.6.3",
97
97
  "typescript-eslint": "^8.14.0",