@luscii-healthtech/web-ui 42.12.3 → 42.13.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 +15 -0
- 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/EmojiIcon.d.ts +3 -0
- package/dist/src/components/Icons/GifIcon.d.ts +3 -0
- package/dist/src/components/Icons/index.d.ts +2 -0
- package/dist/src/components/Icons/special-icons/BeterDichtbijIcon.d.ts +3 -0
- package/dist/src/components/Icons/special-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
|
@@ -37,6 +37,7 @@ export { default as DownloadIcon } from "./DownloadIcon";
|
|
|
37
37
|
export { default as DragIndicatorIcon } from "./DragIndicatorIcon";
|
|
38
38
|
export { default as EarthIcon } from "./EarthIcon";
|
|
39
39
|
export { default as EmailIcon } from "./EmailIcon";
|
|
40
|
+
export { default as EmojiIcon } from "./EmojiIcon";
|
|
40
41
|
export { default as EmptyIcon } from "./EmptyIcon";
|
|
41
42
|
export { default as ExclamationMarkIcon } from "./ExclamationMarkIcon";
|
|
42
43
|
export { default as ExportIcon } from "./ExportIcon";
|
|
@@ -49,6 +50,7 @@ export { default as FirstAidKitIcon } from "./FirstAidKitIcon";
|
|
|
49
50
|
export { default as FlagIcon } from "./FlagIcon";
|
|
50
51
|
export { default as FolderIcon } from "./FolderIcon";
|
|
51
52
|
export { default as ForwardIcon } from "./ForwardIcon";
|
|
53
|
+
export { default as GifIcon } from "./GifIcon";
|
|
52
54
|
export { default as GrayAlertIcon } from "./GrayAlertIcon";
|
|
53
55
|
export { default as GroupIcon } from "./GroupIcon";
|
|
54
56
|
export { default as GroupOfThreeIcon } from "./GroupOfThreeIcon";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as AmberAlertColoredIcon } from "./AmberAlertColoredIcon";
|
|
2
|
+
export { default as BeterDichtbijIcon } from "./BeterDichtbijIcon";
|
|
2
3
|
export { default as ChartLineColoredIcon } from "./ChartLineColoredIcon";
|
|
3
4
|
export { default as CheckFilledColoredIcon } from "./CheckFilledColoredIcon";
|
|
4
5
|
export { default as FlagDeColoredIcon } from "./FlagDeColoredIcon";
|