@unvired/turboforms-embed-sdk 1.0.16 → 1.0.17

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.
@@ -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">v@PACKAGE_NUMBER@</div>
27886
+ <div class="build-version">v1.0.17</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 "@PACKAGE_NUMBER@";
67928
+ return "1.0.17";
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.16",
3
+ "version": "1.0.17",
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",