demio-ui 5.3.5 → 5.3.9

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/types.d.ts CHANGED
@@ -321,6 +321,7 @@ interface Props$5 {
321
321
  options?: Option[];
322
322
  placeholder?: string;
323
323
  portalTarget?: HTMLElement;
324
+ icon?: ReactNode;
324
325
  value?: Option;
325
326
  }
326
327
  declare const MultiSelect: FC<Props$5>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "5.3.5",
3
+ "version": "5.3.9",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",