@unvired/turboforms-embed-sdk 1.0.18 → 1.0.19

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.
@@ -60499,6 +60499,7 @@ window.CommentOnBack = CommentOnBack;
60499
60499
 
60500
60500
 
60501
60501
  <div id="sticky-footer">
60502
+ <div class="build-version">v1.0.19</div>
60502
60503
  <div class="relative-position">
60503
60504
  <button id="unvired-more-btn" class="ui button primary dataGrid-addRow" onclick="toggleTooltip()">
60504
60505
  <i class="icon options"></i>
@@ -27883,7 +27883,7 @@ select.ui.dropdown {
27883
27883
  <div id="formio-cmt" style="margin-bottom: 20px;"></div>
27884
27884
  </div>
27885
27885
  <div id="sticky-footer">
27886
- <div class="build-version">v1.0.18</div>
27886
+ <div class="build-version">v1.0.19</div>
27887
27887
  <button class="ui button primary dataGrid-addRow" id="saveBtn" disabled="true" onclick="FormOnSave()">
27888
27888
  <i class="icon save large"></i>Save
27889
27889
  </button>
@@ -67925,7 +67925,7 @@ window.deleteAppDocument = async function(id) {
67925
67925
  window.getAllDocuments = getAllDocuments;
67926
67926
  window.hasDocuments = hasDocuments;
67927
67927
  function getBuildVersion() {
67928
- return "1.0.18";
67928
+ return "1.0.19";
67929
67929
  }
67930
67930
  export {
67931
67931
  getBuildVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unvired/turboforms-embed-sdk",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Reusable vanilla JS form library that works with React, Angular, Ionic, etc.",
5
5
  "main": "dist/unvired-forms-sdk.js",
6
6
  "types": "dist/index.d.ts",