umwd-components 0.1.828 → 0.1.829

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.
@@ -256,3 +256,4 @@ export { getAllMinioMedia as getAllMinioMedia } from "./data/loaders/common/medi
256
256
  export { getAllMinioReferences as getAllMinioReferences } from "./data/loaders/common/media/minio/getAllMinioReferences";
257
257
  export { MinioItemList as MinioItemList } from "./components/common/media/minio/MinioItemList";
258
258
  export { MinioDisplay as MinioDisplay } from "./components/common/media/minio/MinioDisplay";
259
+ export { contactFormAction as contactFormAction } from "./data/actions/e-commerce/lead/contactFormAction";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.828",
3
+ "version": "0.1.829",
4
4
  "description": "UMWD Component library",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",