@unvired/turboforms-embed-sdk 1.0.30 → 1.0.31

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.
@@ -60710,7 +60710,7 @@ window.CommentOnBack = CommentOnBack;
60710
60710
 
60711
60711
 
60712
60712
  <div id="sticky-footer">
60713
- <div class="build-version">SDK v1.0.30</div>
60713
+ <div class="build-version">SDK v1.0.31</div>
60714
60714
  <div class="relative-position">
60715
60715
  <button id="unvired-more-btn" class="ui button primary dataGrid-addRow" onclick="toggleTooltip()">
60716
60716
  <i class="icon options"></i>
@@ -27948,7 +27948,7 @@ select.ui.dropdown {
27948
27948
  <div id="formio-cmt" style="margin-bottom: 20px;"></div>
27949
27949
  </div>
27950
27950
  <div id="sticky-footer">
27951
- <div class="build-version">SDK v1.0.30</div>
27951
+ <div class="build-version">SDK v1.0.31</div>
27952
27952
  <button class="ui button primary dataGrid-addRow" id="saveBtn" disabled="true" onclick="FormOnSave()">
27953
27953
  <i class="icon save large"></i>Save
27954
27954
  </button>
@@ -68561,7 +68561,7 @@ window.deleteAppDocument = async function(id) {
68561
68561
  window.getAllDocuments = getAllDocuments;
68562
68562
  window.hasDocuments = hasDocuments;
68563
68563
  function getBuildVersion() {
68564
- return "1.0.30";
68564
+ return "1.0.31";
68565
68565
  }
68566
68566
  export {
68567
68567
  getBuildVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unvired/turboforms-embed-sdk",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
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",