sunrize 1.2.4 → 1.2.6
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.2.
|
|
4
|
+
"version": "1.2.6",
|
|
5
5
|
"description": "A Multi-Platform X3D Editor",
|
|
6
6
|
"main": "src/main.js",
|
|
7
7
|
"bin": {
|
|
@@ -14,10 +14,14 @@
|
|
|
14
14
|
"scripts": {
|
|
15
15
|
"start": "electron .",
|
|
16
16
|
"development": "SUNRISE_ENVIRONMENT=DEVELOPMENT electron .",
|
|
17
|
+
"prepackage": "npm i -D electron",
|
|
17
18
|
"package": "electron-forge package",
|
|
19
|
+
"postpackage": "npm i -P electron",
|
|
18
20
|
"premake": "npm i -D electron",
|
|
19
21
|
"make": "electron-forge make",
|
|
20
|
-
"postmake": "npm i -P electron"
|
|
22
|
+
"postmake": "npm i -P electron",
|
|
23
|
+
"publish": "node build/publish.js",
|
|
24
|
+
"docs": "cd docs && bundle exec jekyll serve --incremental --host=192.168.0.18"
|
|
21
25
|
},
|
|
22
26
|
"repository": {
|
|
23
27
|
"type": "git",
|
|
@@ -84,7 +88,7 @@
|
|
|
84
88
|
"qtip2": "^3.0.3",
|
|
85
89
|
"spectrum-colorpicker2": "^2.0.10",
|
|
86
90
|
"string-similarity": "^4.0.4",
|
|
87
|
-
"x_ite": "^9.1.
|
|
91
|
+
"x_ite": "^9.1.4"
|
|
88
92
|
},
|
|
89
93
|
"config": {
|
|
90
94
|
"forge": {
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
<html>
|
|
2
|
-
<head>
|
|
3
|
-
<meta charset="utf-8"/>
|
|
4
|
-
<!-- Theme -->
|
|
5
|
-
<link rel="stylesheet" type="text/css" href="file:///Users/holger/Desktop/X_ITE/sunrize/src/assets/themes/default.css"/>
|
|
6
|
-
</head>
|
|
7
|
-
<body>
|
|
8
|
-
<tab-group sortable="true">
|
|
9
|
-
<style>
|
|
10
|
-
.etabs .nav {
|
|
11
|
-
height: var(--window-tabs-height);
|
|
12
|
-
background: var(--background-color);
|
|
13
|
-
box-shadow: none;
|
|
14
|
-
border: none;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.etabs .tab {
|
|
18
|
-
background: var(--window-tabs-background-color);
|
|
19
|
-
border-color: var(--border-color) !important;
|
|
20
|
-
padding: 4px 3px;
|
|
21
|
-
color: var(--window-tabs-text-color);
|
|
22
|
-
font-family: var(--sans-serif);
|
|
23
|
-
box-shadow: none;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.etabs .tab.active {
|
|
27
|
-
z-index: 1100;
|
|
28
|
-
background: var(--background-color);
|
|
29
|
-
color: var(--window-tabs-highlight-color);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.etabs::before {
|
|
33
|
-
z-index: 1000;
|
|
34
|
-
content: "";
|
|
35
|
-
position: relative;
|
|
36
|
-
display: block;
|
|
37
|
-
height: 1px;
|
|
38
|
-
width: 100%;
|
|
39
|
-
box-shadow: var(--tabs-shadow);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.etabs .buttons {
|
|
43
|
-
border-color: var(--border-color);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.etabs .buttons:hover button,
|
|
47
|
-
.etabs .tab-close button:hover {
|
|
48
|
-
background: none;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.etabs .buttons button:hover,
|
|
52
|
-
.etabs .tab-close:hover button {
|
|
53
|
-
color: var(--system-gray0);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.etabs .tab-close button {
|
|
57
|
-
visibility: hidden;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.etabs .tab.active .tab-close button,
|
|
61
|
-
.etabs .tab:hover .tab-close button {
|
|
62
|
-
visibility: visible;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.etabs .tab-close {
|
|
66
|
-
margin-left: 4px;
|
|
67
|
-
}
|
|
68
|
-
</style>
|
|
69
|
-
</tab-group>
|
|
70
|
-
</body>
|
|
71
|
-
</html>
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<html>
|
|
2
|
-
<head>
|
|
3
|
-
<meta charset="utf-8"/>
|
|
4
|
-
<link rel="stylesheet" type="text/css" href="file:///Users/holger/Desktop/X_ITE/sunrize/node_modules/jquery-ui-dist/jquery-ui.min.css"/>
|
|
5
|
-
<link rel="stylesheet" type="text/css" href="file:///Users/holger/Desktop/X_ITE/sunrize/node_modules/qtip2/dist/jquery.qtip.min.css"/>
|
|
6
|
-
<link rel="stylesheet" type="text/css" href="file:///Users/holger/Desktop/X_ITE/sunrize/src/assets/themes/default.css"/>
|
|
7
|
-
<link rel="stylesheet" data-name="vs/editor/editor.main" href="file:///Users/holger/Desktop/X_ITE/sunrize/node_modules/monaco-editor/min/vs/editor/editor.main.css">
|
|
8
|
-
</head>
|
|
9
|
-
<body>
|
|
10
|
-
<div id="vertical-splitter" class="vertical-splitter">
|
|
11
|
-
<div class="vertical-splitter-left">
|
|
12
|
-
<div id="horizontal-splitter" class="horizontal-splitter">
|
|
13
|
-
<div class="horizontal-splitter-top">
|
|
14
|
-
<div id="browser-pane">
|
|
15
|
-
<div id="browser-frame">
|
|
16
|
-
<x3d-canvas
|
|
17
|
-
id="browser"
|
|
18
|
-
cache="false"
|
|
19
|
-
preserveDrawingBuffer="true"
|
|
20
|
-
splashScreen="false"
|
|
21
|
-
contextMenu="false"
|
|
22
|
-
debug="false"></x3d-canvas>
|
|
23
|
-
</div>
|
|
24
|
-
<div id="secondary-toolbar" class="toolbar vertical-toolbar large-toolbar secondary-toolbar"></div>
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="horizontal-splitter-bottom">
|
|
28
|
-
<div id="footer"></div>
|
|
29
|
-
</div>
|
|
30
|
-
</div>
|
|
31
|
-
</div>
|
|
32
|
-
<div class="vertical-splitter-right">
|
|
33
|
-
<div id="sidebar" class="sidebar"></div>
|
|
34
|
-
</div>
|
|
35
|
-
</div>
|
|
36
|
-
</body>
|
|
37
|
-
</html>
|