@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 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
- <div class="container svColumn overflow:hidden card border-radius:2px width:auto height:100%" id="form-sandbox">
74
- <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6 z-index:7">
75
- <a class="margin-right:10px" id="preview" show="preview" hide="code"><i class="far fa-eye"></i></a>
76
- <a class="margin-right:10px hidden" id="code" show="code" hide="preview"><i class="fas fa-code"></i></a>
77
- <!--<a class="margin-right:10px"><i class="far fa-window-maximize"></i></a>-->
78
- <a target="modal" href="module_activity_datatable.html"
79
- pass-collection="modules"
80
- pass-document_id=""
81
- pass-fetch_value=""
82
- pass-prefix=""
83
- pass_to="render"
84
- modal-width="600px"
85
- modal-height="400px"
86
- modal-color="#229954"
87
- modal-header="false"
88
- class="margin-right:10px">
89
- <i class="fas fa-external-link-alt"></i>
90
- </a>
91
- <a class="fs-toggle margin-right:5px" target="#playground-1"><i class="fas fa-expand"></i></a>
92
- </div>
93
-
94
- <div class="svRow">
95
-
96
- <div class="svColumn">
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.12.29",
3
+ "version": "1.12.30",
4
4
  "description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "text",