@luscii-healthtech/web-ui 42.10.4 → 42.11.0
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/index.development.js +6 -1
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/src/components/Icons/WorkflowIcon.d.ts +3 -0
- package/dist/src/components/Icons/index.d.ts +1 -0
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -113,6 +113,7 @@ export { default as UnlinkIcon } from "./UnlinkIcon";
|
|
|
113
113
|
export { default as UnpinIcon } from "./UnpinIcon";
|
|
114
114
|
export { default as UploadIcon } from "./UploadIcon";
|
|
115
115
|
export { default as VideoIcon } from "./VideoIcon";
|
|
116
|
+
export { default as WorkflowIcon } from "./WorkflowIcon";
|
|
116
117
|
/**
|
|
117
118
|
* These exports are to ensure backwards compatibility with the
|
|
118
119
|
* old icon names, until we are ready to make the breaking change
|