@cocreate/api 1.8.0 → 1.9.0

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.9.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.8.0...v1.9.0) (2023-03-16)
2
+
3
+
4
+ ### Features
5
+
6
+ * replaced get-value and set-value with a super charged version of CoCreate-events ([6f93361](https://github.com/CoCreate-app/CoCreate-api/commit/6f933619b24cd021bb0b5b4972ee21cf5f969696))
7
+
1
8
  # [1.8.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.7.3...v1.8.0) (2023-03-15)
2
9
 
3
10
 
package/docs/form.html CHANGED
@@ -186,7 +186,7 @@
186
186
  </div>
187
187
 
188
188
  <div id="demo-preview" class="position:relative overflow:auto background-color:white">
189
- <div get-value="#demo" class="padding:20px"></div>
189
+ <div class="demopreview" class="padding:20px"></div>
190
190
  </div>
191
191
 
192
192
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
package/docs/index.html CHANGED
@@ -212,7 +212,7 @@
212
212
  </div>
213
213
 
214
214
  <div id="demo-preview" class="position:relative overflow:auto background-color:white">
215
- <div get-value="#demo" class="padding:20px"></div>
215
+ <div class="demopreview" class="padding:20px"></div>
216
216
  </div>
217
217
 
218
218
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
package/docs/module.html CHANGED
@@ -176,7 +176,7 @@
176
176
  </div>
177
177
 
178
178
  <div id="demo-preview" class="position:relative overflow:auto background-color:white">
179
- <div get-value="#demo" class="padding:20px"></div>
179
+ <div class="demopreview" class="padding:20px"></div>
180
180
  </div>
181
181
 
182
182
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
package/docs/server.html CHANGED
@@ -187,7 +187,7 @@
187
187
  </div>
188
188
 
189
189
  <div id="demo-preview" class="position:relative overflow:auto background-color:white">
190
- <div get-value="#demo" class="padding:20px"></div>
190
+ <div class="demopreview" class="padding:20px"></div>
191
191
  </div>
192
192
 
193
193
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/api",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
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",