geomui 0.5.56 → 0.5.57

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.
@@ -1,10 +1,11 @@
1
1
  <script lang="ts" module>
2
- import type { Snippet } from 'svelte';
3
2
  type tOkFunc = () => void;
4
3
  export type { tOkFunc };
5
4
  </script>
6
5
 
7
6
  <script lang="ts">
7
+ import type { Snippet } from 'svelte';
8
+
8
9
  // props
9
10
  interface Props {
10
11
  okName?: string;
@@ -1,6 +1,6 @@
1
- import type { Snippet } from 'svelte';
2
1
  type tOkFunc = () => void;
3
2
  export type { tOkFunc };
3
+ import type { Snippet } from 'svelte';
4
4
  declare const ModalDiag: import("svelte").Component<{
5
5
  okName?: string;
6
6
  okFunc: tOkFunc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geomui",
3
- "version": "0.5.56",
3
+ "version": "0.5.57",
4
4
  "description": "The svelte-library of the webapp-UI of Parametrix",
5
5
  "private": false,
6
6
  "repository": {
@@ -70,32 +70,32 @@
70
70
  "svelte": "^5.1.0"
71
71
  },
72
72
  "dependencies": {
73
- "geometrix": "^0.5.53"
73
+ "geometrix": "^0.5.54"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@atao60/fse-cli": "^0.1.9",
77
77
  "@sveltejs/adapter-auto": "^3.3.1",
78
78
  "@sveltejs/adapter-static": "^3.0.6",
79
- "@sveltejs/kit": "^2.8.0",
79
+ "@sveltejs/kit": "^2.8.1",
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.54",
83
+ "designix": "^0.5.55",
84
84
  "eslint": "^9.14.0",
85
85
  "eslint-config-prettier": "^9.1.0",
86
86
  "eslint-plugin-svelte": "^2.46.0",
87
87
  "globals": "^15.12.0",
88
88
  "npm-run-all2": "^7.0.1",
89
89
  "prettier": "^3.3.3",
90
- "prettier-plugin-svelte": "^3.2.7",
90
+ "prettier-plugin-svelte": "^3.2.8",
91
91
  "publint": "^0.2.12",
92
92
  "rimraf": "^6.0.1",
93
- "sass": "^1.80.6",
94
- "svelte": "^5.1.13",
95
- "svelte-check": "^4.0.6",
93
+ "sass": "^1.80.7",
94
+ "svelte": "^5.1.16",
95
+ "svelte-check": "^4.0.7",
96
96
  "typescript": "^5.6.3",
97
- "typescript-eslint": "^8.13.0",
98
- "vite": "^5.4.10",
99
- "vitest": "^2.1.4"
97
+ "typescript-eslint": "^8.14.0",
98
+ "vite": "^5.4.11",
99
+ "vitest": "^2.1.5"
100
100
  }
101
101
  }