magneto365.ui 2.50.2 → 2.50.4

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.
@@ -22,7 +22,7 @@ export declare namespace IUserTerm {
22
22
  /**
23
23
  * this property sets children elements
24
24
  */
25
- children: React.ReactNode;
25
+ children?: React.ReactNode;
26
26
  }
27
27
  interface SubTitle {
28
28
  /**
@@ -32,7 +32,7 @@ export declare namespace IUserTerm {
32
32
  /**
33
33
  * this property sets children elements
34
34
  */
35
- children: React.ReactNode;
35
+ children?: React.ReactNode;
36
36
  }
37
37
  interface Highlight {
38
38
  /**
@@ -42,7 +42,7 @@ export declare namespace IUserTerm {
42
42
  /**
43
43
  * this property sets children elements
44
44
  */
45
- children: React.ReactNode;
45
+ children?: React.ReactNode;
46
46
  }
47
47
  interface Text {
48
48
  /**
@@ -52,7 +52,7 @@ export declare namespace IUserTerm {
52
52
  /**
53
53
  * this property sets children elements
54
54
  */
55
- children: React.ReactNode;
55
+ children?: React.ReactNode;
56
56
  }
57
57
  interface Content {
58
58
  /**
@@ -62,7 +62,7 @@ export declare namespace IUserTerm {
62
62
  /**
63
63
  * this property sets children elements
64
64
  */
65
- children: React.ReactNode;
65
+ children?: React.ReactNode;
66
66
  }
67
67
  interface UlList {
68
68
  /**
@@ -72,7 +72,7 @@ export declare namespace IUserTerm {
72
72
  /**
73
73
  * this property sets children elements
74
74
  */
75
- children: React.ReactNode;
75
+ children?: React.ReactNode;
76
76
  }
77
77
  interface Check {
78
78
  /**
@@ -90,7 +90,7 @@ export declare namespace IUserTerm {
90
90
  /**
91
91
  * this property sets children elements
92
92
  */
93
- children: React.ReactNode;
93
+ children?: React.ReactNode;
94
94
  }
95
95
  interface Submit extends React.ButtonHTMLAttributes<HTMLButtonElement> {
96
96
  /**