@unvired/turboforms-embed-sdk 1.0.41 → 1.0.42

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.
@@ -60754,7 +60754,7 @@ window.CommentOnBack = CommentOnBack;
60754
60754
 
60755
60755
 
60756
60756
  <div id="sticky-footer">
60757
- <div class="build-version">SDK v1.0.41</div>
60757
+ <div class="build-version">SDK v1.0.42</div>
60758
60758
  <div class="relative-position">
60759
60759
  <button id="unvired-more-btn" class="ui button primary dataGrid-addRow" onclick="toggleTooltip()">
60760
60760
  <i class="icon options"></i>
@@ -27940,7 +27940,7 @@ select.ui.dropdown {
27940
27940
  <div id="formio-cmt" style="margin-bottom: 20px;"></div>
27941
27941
  </div>
27942
27942
  <div id="sticky-footer">
27943
- <div class="build-version">SDK v1.0.41</div>
27943
+ <div class="build-version">SDK v1.0.42</div>
27944
27944
  <button class="ui button primary dataGrid-addRow" id="saveBtn" disabled="true" onclick="FormOnSave()">
27945
27945
  <i class="icon save large"></i>Save
27946
27946
  </button>
@@ -68623,7 +68623,7 @@ window.deleteAppDocument = async function(id) {
68623
68623
  window.getAllDocuments = getAllDocuments;
68624
68624
  window.hasDocuments = hasDocuments;
68625
68625
  function getBuildVersion() {
68626
- return "1.0.41";
68626
+ return "1.0.42";
68627
68627
  }
68628
68628
  export {
68629
68629
  getBuildVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unvired/turboforms-embed-sdk",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
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",