@luscii-healthtech/web-ui 42.4.3 → 42.4.5
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 +9 -3
- 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/UnlinkIcon.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
|
@@ -108,6 +108,7 @@ export { default as ThresholdIcon } from "./ThresholdIcon";
|
|
|
108
108
|
export { default as TrashBinIcon } from "./TrashBinIcon";
|
|
109
109
|
export { default as TreeIcon } from "./TreeIcon";
|
|
110
110
|
export { default as UnassignedIcon } from "./UnassignedIcon";
|
|
111
|
+
export { default as UnlinkIcon } from "./UnlinkIcon";
|
|
111
112
|
export { default as UnpinIcon } from "./UnpinIcon";
|
|
112
113
|
export { default as UploadIcon } from "./UploadIcon";
|
|
113
114
|
export { default as VideoIcon } from "./VideoIcon";
|