geomui 1.0.36 → 1.0.37

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.
@@ -338,8 +338,7 @@
338
338
  readonly
339
339
  wrap="soft"
340
340
  value={loadMsg}
341
- class:colorWarn={applyWarn}
342
- ></textarea>
341
+ class:colorWarn={applyWarn}></textarea>
343
342
  <table>
344
343
  <thead>
345
344
  <tr>
@@ -214,8 +214,7 @@
214
214
  wrap="soft"
215
215
  value={logValue}
216
216
  class:colorErr={calcErr}
217
- class:colorWarn={calcWarn}
218
- ></textarea>
217
+ class:colorWarn={calcWarn}></textarea>
219
218
  </section>
220
219
  <section>
221
220
  <h2>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geomui",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "The svelte-library of the webapp-UI of Parametrix",
5
5
  "private": false,
6
6
  "repository": {
@@ -72,33 +72,33 @@
72
72
  "svelte": "^5.19.0"
73
73
  },
74
74
  "dependencies": {
75
- "geometrix": "^1.0.34"
75
+ "geometrix": "^1.0.36"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@atao60/fse-cli": "^0.1.9",
79
79
  "@sveltejs/adapter-auto": "^7.0.1",
80
80
  "@sveltejs/adapter-static": "^3.0.10",
81
- "@sveltejs/kit": "^2.65.0",
81
+ "@sveltejs/kit": "^2.67.0",
82
82
  "@sveltejs/package": "^2.5.8",
83
83
  "@sveltejs/vite-plugin-svelte": "^7.1.2",
84
84
  "@types/eslint": "^9.6.1",
85
- "designix": "^1.0.34",
86
- "eslint": "^10.4.1",
85
+ "designix": "^1.0.36",
86
+ "eslint": "^10.5.0",
87
87
  "eslint-config-prettier": "^10.1.8",
88
88
  "eslint-plugin-svelte": "^3.19.0",
89
- "globals": "^17.6.0",
89
+ "globals": "^17.7.0",
90
90
  "jsr": "^0.14.3",
91
- "npm-run-all2": "^9.0.1",
91
+ "npm-run-all2": "^9.0.2",
92
92
  "prettier": "^3.8.4",
93
- "prettier-plugin-svelte": "^4.1.0",
93
+ "prettier-plugin-svelte": "^4.1.1",
94
94
  "publint": "^0.3.21",
95
95
  "rimraf": "^6.1.3",
96
- "sass": "^1.100.0",
96
+ "sass": "^1.101.0",
97
97
  "svelte": "^5.56.3",
98
98
  "svelte-check": "^4.6.0",
99
99
  "typescript": "^6.0.3",
100
- "typescript-eslint": "^8.61.0",
100
+ "typescript-eslint": "^8.62.0",
101
101
  "vite": "^8.0.16",
102
- "vitest": "^4.1.8"
102
+ "vitest": "^4.1.9"
103
103
  }
104
104
  }