@cocreate/api 1.10.4 → 1.10.5

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,12 @@
1
+ ## [1.10.5](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.4...v1.10.5) (2023-04-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fullscreen target updated to fullscreen fullscreen-target ([9ff098e](https://github.com/CoCreate-app/CoCreate-api/commit/9ff098e31d6a8d9d3bcddb1244ef94064b9db277))
7
+ * package-lock.json and pnpm-lock.yaml added to .gitignore ([9ab6cda](https://github.com/CoCreate-app/CoCreate-api/commit/9ab6cda64a6b4f746542cd11177a011ded095d2e))
8
+ * removed toogle fullscreen icons. now using css content ([ad90954](https://github.com/CoCreate-app/CoCreate-api/commit/ad90954c748c659770c59401cab9201fddfc165c))
9
+
1
10
  ## [1.10.4](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.3...v1.10.4) (2023-04-24)
2
11
 
3
12
 
package/docs/form.html CHANGED
@@ -195,7 +195,7 @@
195
195
  <a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
196
196
  <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
197
197
  <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
198
- <a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
198
+ <a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
199
199
  </div>
200
200
 
201
201
  </div>
package/docs/index.html CHANGED
@@ -221,7 +221,7 @@
221
221
  <a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
222
222
  <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
223
223
  <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
224
- <a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
224
+ <a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
225
225
  </div>
226
226
 
227
227
  </div>
package/docs/module.html CHANGED
@@ -185,7 +185,7 @@
185
185
  <a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
186
186
  <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
187
187
  <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
188
- <a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
188
+ <a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
189
189
  </div>
190
190
 
191
191
  </div>
package/docs/server.html CHANGED
@@ -196,7 +196,7 @@
196
196
  <a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
197
197
  <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
198
198
  <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
199
- <a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
199
+ <a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
200
200
  </div>
201
201
 
202
202
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/api",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
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",