umwd-components 0.1.828 → 0.1.830
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/cjs/src/data/actions/e-commerce/lead/contactFormAction.js +7 -0
- package/dist/cjs/src/index.js +1 -1
- package/dist/cjs/tsconfig.build.tsbuildinfo +1 -1
- package/dist/esm/src/data/actions/e-commerce/lead/contactFormAction.js +55 -0
- package/dist/esm/src/index.js +1 -0
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/dist/esm/types/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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";
|