bhl-forms 0.0.31 → 0.0.32
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/dist/bhl-forms.dev.es.js +1 -1
- package/dist/bhl-forms.dev.iife.js +3 -6
- package/dist/bhl-forms.dev.umd.js +3 -5
- package/dist/bhl-forms.es.js +1 -1
- package/dist/bhl-forms.iife.js +3 -3
- package/dist/bhl-forms.legacy.es.js +176 -176
- package/dist/bhl-forms.legacy.iife.js +1 -16
- package/dist/bhl-forms.legacy.umd.js +1 -16
- package/dist/bhl-forms.modern.es.js +1 -1
- package/dist/bhl-forms.modern.iife.js +5 -5
- package/dist/bhl-forms.modern.umd.js +5 -5
- package/dist/bhl-forms.umd.js +3 -3
- package/dist/main.css +1 -1
- package/package.json +1 -1
|
@@ -18428,4 +18428,4 @@ if (!initStrategy || initStrategy === "immediate") {
|
|
|
18428
18428
|
} else {
|
|
18429
18429
|
throw Error("Invalid bhlFormsInitStrategy: " + initStrategy);
|
|
18430
18430
|
}
|
|
18431
|
-
export {
|
|
18431
|
+
export { init as default };
|