@geode/opengeodeweb-front 9.13.1-rc.9 → 9.13.2-rc.1
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/package.json +1 -1
- package/utils/default_styles.js +2 -2
package/package.json
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"description": "OpenSource Vue/Nuxt/Pinia/Vuetify framework for web applications",
|
|
41
41
|
"type": "module",
|
|
42
|
-
"version": "9.13.
|
|
42
|
+
"version": "9.13.2-rc.1",
|
|
43
43
|
"main": "./nuxt.config.js",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@geode/opengeodeweb-back": "next",
|
package/utils/default_styles.js
CHANGED
|
@@ -16,9 +16,9 @@ const corners_defaultColor = { r: 20, g: 20, b: 20 }
|
|
|
16
16
|
const lines_defaultVisibility = true
|
|
17
17
|
const lines_defaultColor = { r: 20, g: 20, b: 20 }
|
|
18
18
|
const surfaces_defaultVisibility = true
|
|
19
|
-
const surfaces_defaultColor = { r:
|
|
19
|
+
const surfaces_defaultColor = { r: 255, g: 255, b: 255 }
|
|
20
20
|
const blocks_defaultVisibility = true
|
|
21
|
-
const blocks_defaultColor = { r:
|
|
21
|
+
const blocks_defaultColor = { r: 255, g: 255, b: 255 }
|
|
22
22
|
|
|
23
23
|
// Mesh functions
|
|
24
24
|
const meshPointsDefaultStyle = (
|