demio-ui 5.0.6 → 5.1.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/types.d.ts CHANGED
@@ -325,9 +325,9 @@ interface Props$5 {
325
325
  declare const MultiSelect: FC<Props$5>;
326
326
 
327
327
  interface NoteProps {
328
+ children?: React__default.ReactNode;
328
329
  className?: string;
329
330
  classNameIcon?: string;
330
- text?: string;
331
331
  type?: 'info' | 'error';
332
332
  }
333
333
  declare const Note: FC<NoteProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "5.0.6",
3
+ "version": "5.1.0",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",