@cocreate/text 1.12.29 → 1.12.30
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/CHANGELOG.md +7 -0
- package/docs/index.html +24 -44
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [1.12.30](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.29...v1.12.30) (2021-11-27)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* update docs api and cocreateJS script ([72f5228](https://github.com/CoCreate-app/CoCreate-text/commit/72f5228220f977e56bb6e50a7faaf12bb99795c0))
|
7
|
+
|
1
8
|
## [1.12.29](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.28...v1.12.29) (2021-11-26)
|
2
9
|
|
3
10
|
|
package/docs/index.html
CHANGED
@@ -70,50 +70,30 @@
|
|
70
70
|
<!-- SandBox -->
|
71
71
|
<h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
|
72
72
|
<div class="position:sticky top:0 padding:15px_0px height:100vh">
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
<div class="svPanel">
|
99
|
-
<div realtime="false"
|
100
|
-
collection="modules"
|
101
|
-
document_id="5eefe30952c6e94c75fb5e3f"
|
102
|
-
name="html"
|
103
|
-
id="7"
|
104
|
-
class="codemirror min-width:300px">
|
105
|
-
</div>
|
106
|
-
</div>
|
107
|
-
<div class="svSplitter svHorizontal"> </div>
|
108
|
-
|
109
|
-
<div class="svPanel">
|
110
|
-
<iframe get-value="7" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
111
|
-
</div>
|
112
|
-
|
113
|
-
</div>
|
114
|
-
</div>
|
115
|
-
</div>
|
116
|
-
<!-- End SandBox -->
|
73
|
+
<!-- SandBox -->
|
74
|
+
<div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
|
75
|
+
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
76
|
+
<a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
|
77
|
+
<a class="margin-right:10px hidden" id="preview" show="#code, #view" hide="#preview"><i class="fas fa-code"></i></a>
|
78
|
+
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
|
79
|
+
</div>
|
80
|
+
<div class="svRow">
|
81
|
+
|
82
|
+
<div class="svColumn">
|
83
|
+
|
84
|
+
<div class="svPanel" id="view">
|
85
|
+
<textarea collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% border:none resize:none padding:5px"></textarea>
|
86
|
+
</div>
|
87
|
+
<div class="svSplitter svHorizontal"> </div>
|
88
|
+
|
89
|
+
<div class="svPanel">
|
90
|
+
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
|
91
|
+
</div>
|
92
|
+
|
93
|
+
</div>
|
94
|
+
</div>
|
95
|
+
</div>
|
96
|
+
<!-- End SandBox -->
|
117
97
|
</div>
|
118
98
|
</div>
|
119
99
|
|