umwd-components 0.1.765 → 0.1.766

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 { default as MarkdownDisplay } from "./components/common/markdown/MarkdownDisplay";
119
+ export { default as MarkdownEditor } from "./components/common/markdown/MarkdownEditor";
118
120
  export { areBusinessCredentailsComplete as areBusinessCredentailsComplete } from "./lib/areBusinessCredentialsComplete";
119
121
  export { isCustomerProfileComplete as isCustomerProfileComplete } from "./lib/isCustomerProfileComplete";
120
122
  export { isCustomerProfileCompleteV2 as isCustomerProfileCompleteV2 } from "./lib/isCustomerProfileCompleteV2";
@@ -1 +1 @@
1
- export default function getIcon(icon: string): React.ElementType | null;
1
+ export default function getIcon(icon: string): React.ElementType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.765",
3
+ "version": "0.1.766",
4
4
  "description": "UMWD Component library",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",