sunrize 1.7.27 → 1.7.29
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sunrize",
|
|
3
3
|
"productName": "Sunrize X3D Editor",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.29",
|
|
5
5
|
"description": "A Multi-Platform X3D Editor",
|
|
6
6
|
"main": "src/main.js",
|
|
7
7
|
"bin": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"dependencies": {
|
|
91
91
|
"capitalize": "^2.0.4",
|
|
92
92
|
"console": "^0.7.2",
|
|
93
|
-
"electron": "^33.0.
|
|
93
|
+
"electron": "^33.0.2",
|
|
94
94
|
"electron-prompt": "^1.7.0",
|
|
95
95
|
"electron-squirrel-startup": "^1.0.1",
|
|
96
96
|
"electron-tabs": "^1.0.4",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"string-similarity": "^4.0.4",
|
|
110
110
|
"tweakpane": "^3.1.10",
|
|
111
111
|
"update-electron-app": "^3.0.0",
|
|
112
|
-
"x_ite": "^10.5.
|
|
112
|
+
"x_ite": "^10.5.9"
|
|
113
113
|
},
|
|
114
114
|
"config": {
|
|
115
115
|
"forge": {
|
|
@@ -1037,6 +1037,10 @@ body.dark .ui-widget .library-list .component {
|
|
|
1037
1037
|
|
|
1038
1038
|
/* Outline Editor */
|
|
1039
1039
|
|
|
1040
|
+
.scene-graph {
|
|
1041
|
+
width: min-content;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1040
1044
|
.scene-graph .material-symbols-outlined {
|
|
1041
1045
|
font-size: var(--font-size);
|
|
1042
1046
|
position: relative;
|
|
@@ -1037,6 +1037,10 @@ body.dark .ui-widget .library-list .component {
|
|
|
1037
1037
|
|
|
1038
1038
|
/* Outline Editor */
|
|
1039
1039
|
|
|
1040
|
+
.scene-graph {
|
|
1041
|
+
width: min-content;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1040
1044
|
.scene-graph .material-symbols-outlined {
|
|
1041
1045
|
font-size: var(--font-size);
|
|
1042
1046
|
position: relative;
|