@modernman00/shared-js-lib 1.2.11 → 1.2.13

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/FormProcessing.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { qSelAll, id } from './UtilityHtml.js';
2
- import { FormHelper } from './FormHelper.js';
2
+ import FormHelper from './FormHelper.js';
3
3
 
4
4
  export const convertFormData = (formId) => {
5
5
  const formInput = qSelAll(formId)
package/Loader.js CHANGED
@@ -1,3 +1,5 @@
1
+ import { id } from './global.js';
2
+
1
3
  export const loaderIconBootstrap = () => {
2
4
 
3
5
  return `<div class="spinner-grow text-primary" role="status">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modernman00/shared-js-lib",
3
- "version": "1.2.11",
3
+ "version": "1.2.13",
4
4
  "description": "Reusable JS utilities for numerous js problems",
5
5
  "homepage": "https://github.com/modernman00/shared-js-lib#readme",
6
6
  "keywords": [