umwd-components 0.1.766 → 0.1.767

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.
@@ -115,6 +115,8 @@ export { updateCategoryAction as updateCategoryAction } from "./data/actions/e-c
115
115
  export { flattenAttributes as flattenAttributes, getStrapiURL as getStrapiURL, getStrapiMedia as getStrapiMedia, formDataToBlocks as formDataToBlocks, setOpacity as setOpacity, } from "./lib/utils";
116
116
  export { default as getIcon } from "./lib/getIcon";
117
117
  export { StrapiImage as StrapiImage } from "./components/StrapiImage";
118
+ export { StrapiErrors as StrapiErrors } from "./components/StrapiErrors";
119
+ export { SubmitButton as SubmitButton } from "./components/SubmitButton";
118
120
  export { default as MarkdownDisplay } from "./components/common/markdown/MarkdownDisplay";
119
121
  export { default as MarkdownEditor } from "./components/common/markdown/MarkdownEditor";
120
122
  export { areBusinessCredentailsComplete as areBusinessCredentailsComplete } from "./lib/areBusinessCredentialsComplete";
@@ -199,7 +201,6 @@ export { isAddressComplete as isAddressComplete } from "./lib/isAddressComplete"
199
201
  export { useClientSideCart as useClientSideCart } from "./components/e-commerce/cart/hooks";
200
202
  export { default as isVATValid } from "./lib/isVATValid";
201
203
  export { default as isEORIValid } from "./lib/isEORIValid";
202
- export { StrapiErrors as StrapiErrors } from "./components/StrapiErrors";
203
204
  export { checkoutAction as checkoutAction } from "./data/actions/e-commerce/checkout-action";
204
205
  export { VendorDisplay as VendorDisplay } from "./components/logistics/vendor/VendorDisplay";
205
206
  export { useSnackbar as useSnackbar } from "./context/common/SnackbarContext";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.766",
3
+ "version": "0.1.767",
4
4
  "description": "UMWD Component library",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",