@cocreate/api 1.5.35 → 1.5.36

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.5.36](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.35...v1.5.36) (2023-01-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * docs sanbox overflow ([8125e25](https://github.com/CoCreate-app/CoCreate-api/commit/8125e25fac2f9baca4a522d106a69a6d7c7f8e0d))
7
+
1
8
  ## [1.5.35](https://github.com/CoCreate-app/CoCreate-api/compare/v1.5.34...v1.5.35) (2022-12-31)
2
9
 
3
10
 
package/docs/form.html CHANGED
@@ -178,14 +178,14 @@
178
178
 
179
179
  <div class="position:sticky top:0 padding:15px_0px height:100vh">
180
180
  <!-- SandBox -->
181
- <div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
181
+ <div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
182
182
 
183
183
  <div id="demo-code" resizable class="position:relative height:50%">
184
184
  <textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
185
185
  <div resize="bottom" class="background:lightgrey"></div>
186
186
  </div>
187
187
 
188
- <div id="demo-preview" class="position:relative display:flex height:100% background-color:white">
188
+ <div id="demo-preview" class="position:relative overflow:auto background-color:white">
189
189
  <div get-value="#demo" class="padding:20px"></div>
190
190
  </div>
191
191
 
package/docs/index.html CHANGED
@@ -204,14 +204,14 @@
204
204
  </div>
205
205
  <div class="position:sticky top:0 padding:15px_0px height:100vh">
206
206
  <!-- SandBox -->
207
- <div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
207
+ <div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
208
208
 
209
209
  <div id="demo-code" resizable class="position:relative height:50%">
210
210
  <textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
211
211
  <div resize="bottom" class="background:lightgrey"></div>
212
212
  </div>
213
213
 
214
- <div id="demo-preview" class="position:relative display:flex height:100% background-color:white">
214
+ <div id="demo-preview" class="position:relative overflow:auto background-color:white">
215
215
  <div get-value="#demo" class="padding:20px"></div>
216
216
  </div>
217
217
 
package/docs/module.html CHANGED
@@ -168,14 +168,14 @@
168
168
 
169
169
  <div class="position:sticky top:0 padding:15px_0px height:100vh">
170
170
  <!-- SandBox -->
171
- <div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
171
+ <div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
172
172
 
173
173
  <div id="demo-code" resizable class="position:relative height:50%">
174
174
  <textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
175
175
  <div resize="bottom" class="background:lightgrey"></div>
176
176
  </div>
177
177
 
178
- <div id="demo-preview" class="position:relative display:flex height:100% background-color:white">
178
+ <div id="demo-preview" class="position:relative overflow:auto background-color:white">
179
179
  <div get-value="#demo" class="padding:20px"></div>
180
180
  </div>
181
181
 
package/docs/server.html CHANGED
@@ -179,14 +179,14 @@
179
179
 
180
180
  <div class="position:sticky top:0 padding:15px_0px height:100vh">
181
181
  <!-- SandBox -->
182
- <div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
182
+ <div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
183
183
 
184
184
  <div id="demo-code" resizable class="position:relative height:50%">
185
185
  <textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
186
186
  <div resize="bottom" class="background:lightgrey"></div>
187
187
  </div>
188
188
 
189
- <div id="demo-preview" class="position:relative display:flex height:100% background-color:white">
189
+ <div id="demo-preview" class="position:relative overflow:auto background-color:white">
190
190
  <div get-value="#demo" class="padding:20px"></div>
191
191
  </div>
192
192
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/api",
3
- "version": "1.5.35",
3
+ "version": "1.5.36",
4
4
  "description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ",
5
5
  "keywords": [
6
6
  "thirdparty-api-intergration",
@@ -61,12 +61,12 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/actions": "^1.5.47",
65
- "@cocreate/crud-client": "^1.17.8",
66
- "@cocreate/docs": "^1.5.1",
67
- "@cocreate/element-prototype": "^1.2.20",
68
- "@cocreate/hosting": "^1.7.1",
69
- "@cocreate/render": "^1.17.13",
70
- "@cocreate/socket-client": "^1.13.31"
64
+ "@cocreate/actions": "^1.5.48",
65
+ "@cocreate/crud-client": "^1.17.9",
66
+ "@cocreate/docs": "^1.5.2",
67
+ "@cocreate/element-prototype": "^1.2.21",
68
+ "@cocreate/hosting": "^1.7.2",
69
+ "@cocreate/render": "^1.18.0",
70
+ "@cocreate/socket-client": "^1.13.32"
71
71
  }
72
72
  }