geomui 1.0.5 → 1.0.7
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/ParamDrawExport.svelte +6 -2
- package/package.json +13 -13
|
@@ -512,7 +512,7 @@ section > textarea.colorErr {
|
|
|
512
512
|
|
|
513
513
|
table {
|
|
514
514
|
border-collapse: collapse;
|
|
515
|
-
/*border: 1px solid
|
|
515
|
+
/*border: 1px solid colors.$timectrl-sign;*/
|
|
516
516
|
margin: 0.2rem 1rem 2rem;
|
|
517
517
|
}
|
|
518
518
|
|
|
@@ -524,7 +524,7 @@ table > caption {
|
|
|
524
524
|
|
|
525
525
|
table > thead > tr > th,
|
|
526
526
|
table > tbody > tr > td {
|
|
527
|
-
border: 1px solid
|
|
527
|
+
border: 1px solid darkBlue;
|
|
528
528
|
padding: 0.2rem 1rem 0.2rem;
|
|
529
529
|
}
|
|
530
530
|
|
|
@@ -552,6 +552,10 @@ section > table > tbody > tr > td > button {
|
|
|
552
552
|
background-color: inherit;
|
|
553
553
|
}
|
|
554
554
|
|
|
555
|
+
section > table > tbody > tr > td > button:hover {
|
|
556
|
+
background-color: white;
|
|
557
|
+
}
|
|
558
|
+
|
|
555
559
|
dialog#dBview {
|
|
556
560
|
display: none;
|
|
557
561
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geomui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
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.19.0"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"geometrix": "^1.0.
|
|
73
|
+
"geometrix": "^1.0.6"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@atao60/fse-cli": "^0.1.9",
|
|
77
77
|
"@sveltejs/adapter-auto": "^4.0.0",
|
|
78
78
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
79
|
-
"@sveltejs/kit": "^2.17.
|
|
79
|
+
"@sveltejs/kit": "^2.17.2",
|
|
80
80
|
"@sveltejs/package": "^2.3.10",
|
|
81
81
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
82
82
|
"@types/eslint": "^9.6.1",
|
|
83
|
-
"designix": "^1.0.
|
|
84
|
-
"eslint": "^9.20.
|
|
83
|
+
"designix": "^1.0.6",
|
|
84
|
+
"eslint": "^9.20.1",
|
|
85
85
|
"eslint-config-prettier": "^10.0.1",
|
|
86
86
|
"eslint-plugin-svelte": "^2.46.1",
|
|
87
|
-
"globals": "^
|
|
87
|
+
"globals": "^16.0.0",
|
|
88
88
|
"npm-run-all2": "^7.0.2",
|
|
89
|
-
"prettier": "^3.5.
|
|
89
|
+
"prettier": "^3.5.1",
|
|
90
90
|
"prettier-plugin-svelte": "^3.3.3",
|
|
91
|
-
"publint": "^0.3.
|
|
91
|
+
"publint": "^0.3.6",
|
|
92
92
|
"rimraf": "^6.0.1",
|
|
93
|
-
"sass": "^1.
|
|
94
|
-
"svelte": "^5.
|
|
93
|
+
"sass": "^1.85.0",
|
|
94
|
+
"svelte": "^5.20.2",
|
|
95
95
|
"svelte-check": "^4.1.4",
|
|
96
96
|
"typescript": "^5.7.3",
|
|
97
|
-
"typescript-eslint": "^8.
|
|
98
|
-
"vite": "^6.1.
|
|
99
|
-
"vitest": "^3.0.
|
|
97
|
+
"typescript-eslint": "^8.24.1",
|
|
98
|
+
"vite": "^6.1.1",
|
|
99
|
+
"vitest": "^3.0.6"
|
|
100
100
|
}
|
|
101
101
|
}
|