react-miui 0.9.4 → 0.9.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/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
  ## [UNRELEASED]
7
7
  (nothing yet)
8
8
 
9
+ ## [0.9.5] - 2022-02-17
10
+ ### Changed
11
+ - all checkbox props to optional
12
+
9
13
  ## [0.9.4] - 2022-02-17
10
14
  ### Fixed
11
15
  - checkbox onChange typings
@@ -1,9 +1,9 @@
1
1
  import React from "react";
2
2
  interface Props {
3
3
  color?: string;
4
- name: string;
5
- onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
6
- checked: boolean;
4
+ name?: string;
5
+ onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
6
+ checked?: boolean;
7
7
  disabled?: boolean;
8
8
  readOnly?: boolean;
9
9
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/form/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,KAAK;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC3D,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA6B7B,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/form/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,KAAK;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC5D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA6B7B,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>ToasterProvider | react-miui - v0.9.4</title>
7
- <meta name="description" content="Documentation for react-miui - v0.9.4">
6
+ <title>ToasterProvider | react-miui - v0.9.5</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.9.5">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.9.4</a>
26
+ <a href="../index.html" class="title">react-miui - v0.9.5</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -139,7 +139,7 @@
139
139
  <aside class="tsd-sources">
140
140
  <p>Overrides React.Component&lt;Props, State&gt;.constructor</p>
141
141
  <ul>
142
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/toaster/Toaster.tsx#L24">src/components/ui/toaster/Toaster.tsx:24</a></li>
142
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/toaster/Toaster.tsx#L24">src/components/ui/toaster/Toaster.tsx:24</a></li>
143
143
  </ul>
144
144
  </aside>
145
145
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -418,7 +418,7 @@
418
418
  <li class="tsd-description">
419
419
  <aside class="tsd-sources">
420
420
  <ul>
421
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/toaster/Toaster.tsx#L32">src/components/ui/toaster/Toaster.tsx:32</a></li>
421
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/toaster/Toaster.tsx#L32">src/components/ui/toaster/Toaster.tsx:32</a></li>
422
422
  </ul>
423
423
  </aside>
424
424
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -441,7 +441,7 @@
441
441
  <li class="tsd-description">
442
442
  <aside class="tsd-sources">
443
443
  <ul>
444
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/toaster/Toaster.tsx#L63">src/components/ui/toaster/Toaster.tsx:63</a></li>
444
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/toaster/Toaster.tsx#L63">src/components/ui/toaster/Toaster.tsx:63</a></li>
445
445
  </ul>
446
446
  </aside>
447
447
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -464,7 +464,7 @@
464
464
  <li class="tsd-description">
465
465
  <aside class="tsd-sources">
466
466
  <ul>
467
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/toaster/Toaster.tsx#L70">src/components/ui/toaster/Toaster.tsx:70</a></li>
467
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/toaster/Toaster.tsx#L70">src/components/ui/toaster/Toaster.tsx:70</a></li>
468
468
  </ul>
469
469
  </aside>
470
470
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -804,7 +804,7 @@
804
804
  <aside class="tsd-sources">
805
805
  <p>Overrides React.Component.render</p>
806
806
  <ul>
807
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/toaster/Toaster.tsx#L85">src/components/ui/toaster/Toaster.tsx:85</a></li>
807
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/toaster/Toaster.tsx#L85">src/components/ui/toaster/Toaster.tsx:85</a></li>
808
808
  </ul>
809
809
  </aside>
810
810
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>ICON | react-miui - v0.9.4</title>
7
- <meta name="description" content="Documentation for react-miui - v0.9.4">
6
+ <title>ICON | react-miui - v0.9.5</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.9.5">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.9.4</a>
26
+ <a href="../index.html" class="title">react-miui - v0.9.5</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -92,7 +92,7 @@
92
92
  <div class="tsd-signature tsd-kind-icon">back<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;back&quot;</span></div>
93
93
  <aside class="tsd-sources">
94
94
  <ul>
95
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/icons/Icon.tsx#L12">src/components/icons/Icon.tsx:12</a></li>
95
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/icons/Icon.tsx#L12">src/components/icons/Icon.tsx:12</a></li>
96
96
  </ul>
97
97
  </aside>
98
98
  </section>
@@ -102,7 +102,7 @@
102
102
  <div class="tsd-signature tsd-kind-icon">battery<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;battery&quot;</span></div>
103
103
  <aside class="tsd-sources">
104
104
  <ul>
105
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li>
105
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li>
106
106
  </ul>
107
107
  </aside>
108
108
  </section>
@@ -112,7 +112,7 @@
112
112
  <div class="tsd-signature tsd-kind-icon">checkmark<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;checkmark&quot;</span></div>
113
113
  <aside class="tsd-sources">
114
114
  <ul>
115
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/icons/Icon.tsx#L11">src/components/icons/Icon.tsx:11</a></li>
115
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/icons/Icon.tsx#L11">src/components/icons/Icon.tsx:11</a></li>
116
116
  </ul>
117
117
  </aside>
118
118
  </section>
@@ -122,7 +122,7 @@
122
122
  <div class="tsd-signature tsd-kind-icon">forward<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;forward&quot;</span></div>
123
123
  <aside class="tsd-sources">
124
124
  <ul>
125
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/icons/Icon.tsx#L13">src/components/icons/Icon.tsx:13</a></li>
125
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/icons/Icon.tsx#L13">src/components/icons/Icon.tsx:13</a></li>
126
126
  </ul>
127
127
  </aside>
128
128
  </section>
@@ -132,7 +132,7 @@
132
132
  <div class="tsd-signature tsd-kind-icon">search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;search&quot;</span></div>
133
133
  <aside class="tsd-sources">
134
134
  <ul>
135
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/icons/Icon.tsx#L14">src/components/icons/Icon.tsx:14</a></li>
135
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/icons/Icon.tsx#L14">src/components/icons/Icon.tsx:14</a></li>
136
136
  </ul>
137
137
  </aside>
138
138
  </section>
package/docs/index.html CHANGED
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>react-miui - v0.9.4</title>
7
- <meta name="description" content="Documentation for react-miui - v0.9.4">
6
+ <title>react-miui - v0.9.5</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.9.5">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="assets/css/main.css">
10
10
  <link rel="stylesheet" href="assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="index.html" class="title">react-miui - v0.9.4</a>
26
+ <a href="index.html" class="title">react-miui - v0.9.5</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -57,7 +57,7 @@
57
57
  <a href="modules.html">Globals</a>
58
58
  </li>
59
59
  </ul>
60
- <h1>Project react-miui - v0.9.4</h1>
60
+ <h1>Project react-miui - v0.9.5</h1>
61
61
  </div>
62
62
  </div>
63
63
  </header>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Item | react-miui - v0.9.4</title>
7
- <meta name="description" content="Documentation for react-miui - v0.9.4">
6
+ <title>Item | react-miui - v0.9.5</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.9.5">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.9.4</a>
26
+ <a href="../index.html" class="title">react-miui - v0.9.5</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>List | react-miui - v0.9.4</title>
7
- <meta name="description" content="Documentation for react-miui - v0.9.4">
6
+ <title>List | react-miui - v0.9.5</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.9.5">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.9.4</a>
26
+ <a href="../index.html" class="title">react-miui - v0.9.5</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Modal | react-miui - v0.9.4</title>
7
- <meta name="description" content="Documentation for react-miui - v0.9.4">
6
+ <title>Modal | react-miui - v0.9.5</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.9.5">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.9.4</a>
26
+ <a href="../index.html" class="title">react-miui - v0.9.5</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>ModalButtons | react-miui - v0.9.4</title>
7
- <meta name="description" content="Documentation for react-miui - v0.9.4">
6
+ <title>ModalButtons | react-miui - v0.9.5</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.9.5">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.9.4</a>
26
+ <a href="../index.html" class="title">react-miui - v0.9.5</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Section | react-miui - v0.9.4</title>
7
- <meta name="description" content="Documentation for react-miui - v0.9.4">
6
+ <title>Section | react-miui - v0.9.5</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.9.5">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.9.4</a>
26
+ <a href="../index.html" class="title">react-miui - v0.9.5</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>StickyHeader | react-miui - v0.9.4</title>
7
- <meta name="description" content="Documentation for react-miui - v0.9.4">
6
+ <title>StickyHeader | react-miui - v0.9.5</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.9.5">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.9.4</a>
26
+ <a href="../index.html" class="title">react-miui - v0.9.5</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -92,7 +92,7 @@
92
92
  <li class="tsd-description">
93
93
  <aside class="tsd-sources">
94
94
  <ul>
95
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/layout/header/StickyHeader.tsx#L50">src/components/layout/header/StickyHeader.tsx:50</a></li>
95
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/layout/header/StickyHeader.tsx#L50">src/components/layout/header/StickyHeader.tsx:50</a></li>
96
96
  </ul>
97
97
  </aside>
98
98
  <h4 class="tsd-parameters-title">Parameters</h4>
package/docs/modules.html CHANGED
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>react-miui - v0.9.4</title>
7
- <meta name="description" content="Documentation for react-miui - v0.9.4">
6
+ <title>react-miui - v0.9.5</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.9.5">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="assets/css/main.css">
10
10
  <link rel="stylesheet" href="assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="index.html" class="title">react-miui - v0.9.4</a>
26
+ <a href="index.html" class="title">react-miui - v0.9.5</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -57,7 +57,7 @@
57
57
  <a href="modules.html">Globals</a>
58
58
  </li>
59
59
  </ul>
60
- <h1>Project react-miui - v0.9.4</h1>
60
+ <h1>Project react-miui - v0.9.5</h1>
61
61
  </div>
62
62
  </div>
63
63
  </header>
@@ -135,7 +135,7 @@
135
135
  <div class="tsd-signature tsd-kind-icon">Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
136
136
  <aside class="tsd-sources">
137
137
  <ul>
138
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/action/Action.tsx#L22">src/components/ui/action/Action.tsx:22</a></li>
138
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/action/Action.tsx#L22">src/components/ui/action/Action.tsx:22</a></li>
139
139
  </ul>
140
140
  </aside>
141
141
  </section>
@@ -145,7 +145,7 @@
145
145
  <div class="tsd-signature tsd-kind-icon">Button<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">React.ButtonHTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
146
146
  <aside class="tsd-sources">
147
147
  <ul>
148
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/button/Button.tsx#L11">src/components/ui/button/Button.tsx:11</a></li>
148
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/button/Button.tsx#L11">src/components/ui/button/Button.tsx:11</a></li>
149
149
  </ul>
150
150
  </aside>
151
151
  </section>
@@ -155,7 +155,7 @@
155
155
  <div class="tsd-signature tsd-kind-icon">Card<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
156
156
  <aside class="tsd-sources">
157
157
  <ul>
158
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/layout/card/Card.tsx#L13">src/components/layout/card/Card.tsx:13</a></li>
158
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/layout/card/Card.tsx#L13">src/components/layout/card/Card.tsx:13</a></li>
159
159
  </ul>
160
160
  </aside>
161
161
  </section>
@@ -165,7 +165,7 @@
165
165
  <div class="tsd-signature tsd-kind-icon">Checkbox<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
166
166
  <aside class="tsd-sources">
167
167
  <ul>
168
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/form/Checkbox.tsx#L16">src/components/form/Checkbox.tsx:16</a></li>
168
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/form/Checkbox.tsx#L16">src/components/form/Checkbox.tsx:16</a></li>
169
169
  </ul>
170
170
  </aside>
171
171
  </section>
@@ -175,7 +175,7 @@
175
175
  <div class="tsd-signature tsd-kind-icon">Choice<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
176
176
  <aside class="tsd-sources">
177
177
  <ul>
178
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/form/choice/Choice.tsx#L15">src/components/form/choice/Choice.tsx:15</a></li>
178
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/form/choice/Choice.tsx#L15">src/components/form/choice/Choice.tsx:15</a></li>
179
179
  </ul>
180
180
  </aside>
181
181
  </section>
@@ -185,7 +185,7 @@
185
185
  <div class="tsd-signature tsd-kind-icon">Direction<wbr>Pad<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
186
186
  <aside class="tsd-sources">
187
187
  <ul>
188
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/directionPad/Pad.tsx#L17">src/components/ui/directionPad/Pad.tsx:17</a></li>
188
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/directionPad/Pad.tsx#L17">src/components/ui/directionPad/Pad.tsx:17</a></li>
189
189
  </ul>
190
190
  </aside>
191
191
  </section>
@@ -195,7 +195,7 @@
195
195
  <div class="tsd-signature tsd-kind-icon">Equal<wbr>Actions<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
196
196
  <aside class="tsd-sources">
197
197
  <ul>
198
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/action/EqualActions.tsx#L11">src/components/ui/action/EqualActions.tsx:11</a></li>
198
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/action/EqualActions.tsx#L11">src/components/ui/action/EqualActions.tsx:11</a></li>
199
199
  </ul>
200
200
  </aside>
201
201
  </section>
@@ -205,7 +205,7 @@
205
205
  <div class="tsd-signature tsd-kind-icon">Header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
206
206
  <aside class="tsd-sources">
207
207
  <ul>
208
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/layout/header/Header.tsx#L23">src/components/layout/header/Header.tsx:23</a></li>
208
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/layout/header/Header.tsx#L23">src/components/layout/header/Header.tsx:23</a></li>
209
209
  </ul>
210
210
  </aside>
211
211
  </section>
@@ -215,7 +215,7 @@
215
215
  <div class="tsd-signature tsd-kind-icon">Header<wbr>Icon<wbr>Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
216
216
  <aside class="tsd-sources">
217
217
  <ul>
218
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/layout/header/HeaderIconAction.tsx#L22">src/components/layout/header/HeaderIconAction.tsx:22</a></li>
218
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/layout/header/HeaderIconAction.tsx#L22">src/components/layout/header/HeaderIconAction.tsx:22</a></li>
219
219
  </ul>
220
220
  </aside>
221
221
  </section>
@@ -225,7 +225,7 @@
225
225
  <div class="tsd-signature tsd-kind-icon">Icon<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
226
226
  <aside class="tsd-sources">
227
227
  <ul>
228
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/icons/Icon.tsx#L31">src/components/icons/Icon.tsx:31</a></li>
228
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/icons/Icon.tsx#L31">src/components/icons/Icon.tsx:31</a></li>
229
229
  </ul>
230
230
  </aside>
231
231
  </section>
@@ -235,7 +235,7 @@
235
235
  <div class="tsd-signature tsd-kind-icon">Input<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">React.InputHTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLInputElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;prefix&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
236
236
  <aside class="tsd-sources">
237
237
  <ul>
238
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/form/Input.tsx#L12">src/components/form/Input.tsx:12</a></li>
238
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/form/Input.tsx#L12">src/components/form/Input.tsx:12</a></li>
239
239
  </ul>
240
240
  </aside>
241
241
  </section>
@@ -245,7 +245,7 @@
245
245
  <div class="tsd-signature tsd-kind-icon">Item<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
246
246
  <aside class="tsd-sources">
247
247
  <ul>
248
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/layout/list/Item.tsx#L36">src/components/layout/list/Item.tsx:36</a></li>
248
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/layout/list/Item.tsx#L36">src/components/layout/list/Item.tsx:36</a></li>
249
249
  </ul>
250
250
  </aside>
251
251
  </section>
@@ -255,7 +255,7 @@
255
255
  <div class="tsd-signature tsd-kind-icon">Label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
256
256
  <aside class="tsd-sources">
257
257
  <ul>
258
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/form/Label.tsx#L12">src/components/form/Label.tsx:12</a></li>
258
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/form/Label.tsx#L12">src/components/form/Label.tsx:12</a></li>
259
259
  </ul>
260
260
  </aside>
261
261
  </section>
@@ -265,7 +265,7 @@
265
265
  <div class="tsd-signature tsd-kind-icon">List<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
266
266
  <aside class="tsd-sources">
267
267
  <ul>
268
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/layout/list/List.tsx#L20">src/components/layout/list/List.tsx:20</a></li>
268
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/layout/list/List.tsx#L20">src/components/layout/list/List.tsx:20</a></li>
269
269
  </ul>
270
270
  </aside>
271
271
  </section>
@@ -275,7 +275,7 @@
275
275
  <div class="tsd-signature tsd-kind-icon">Modal<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
276
276
  <aside class="tsd-sources">
277
277
  <ul>
278
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/modal/Modal.tsx#L25">src/components/ui/modal/Modal.tsx:25</a></li>
278
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/modal/Modal.tsx#L25">src/components/ui/modal/Modal.tsx:25</a></li>
279
279
  </ul>
280
280
  </aside>
281
281
  </section>
@@ -285,7 +285,7 @@
285
285
  <div class="tsd-signature tsd-kind-icon">Modal<wbr>Buttons<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
286
286
  <aside class="tsd-sources">
287
287
  <ul>
288
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/modal/ModalButtons.tsx#L12">src/components/ui/modal/ModalButtons.tsx:12</a></li>
288
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/modal/ModalButtons.tsx#L12">src/components/ui/modal/ModalButtons.tsx:12</a></li>
289
289
  </ul>
290
290
  </aside>
291
291
  </section>
@@ -295,7 +295,7 @@
295
295
  <div class="tsd-signature tsd-kind-icon">Search<wbr>Container<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"> = ...</span></div>
296
296
  <aside class="tsd-sources">
297
297
  <ul>
298
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/layout/section/SearchContainer.tsx#L5">src/components/layout/section/SearchContainer.tsx:5</a></li>
298
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/layout/section/SearchContainer.tsx#L5">src/components/layout/section/SearchContainer.tsx:5</a></li>
299
299
  </ul>
300
300
  </aside>
301
301
  </section>
@@ -305,7 +305,7 @@
305
305
  <div class="tsd-signature tsd-kind-icon">Section<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
306
306
  <aside class="tsd-sources">
307
307
  <ul>
308
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/layout/section/Section.tsx#L18">src/components/layout/section/Section.tsx:18</a></li>
308
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/layout/section/Section.tsx#L18">src/components/layout/section/Section.tsx:18</a></li>
309
309
  </ul>
310
310
  </aside>
311
311
  </section>
@@ -315,7 +315,7 @@
315
315
  <div class="tsd-signature tsd-kind-icon">Selector<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
316
316
  <aside class="tsd-sources">
317
317
  <ul>
318
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/tabs/Selector.tsx#L14">src/components/ui/tabs/Selector.tsx:14</a></li>
318
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/tabs/Selector.tsx#L14">src/components/ui/tabs/Selector.tsx:14</a></li>
319
319
  </ul>
320
320
  </aside>
321
321
  </section>
@@ -325,7 +325,7 @@
325
325
  <div class="tsd-signature tsd-kind-icon">Sticky<wbr>Header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">Content</span><span class="tsd-signature-symbol"> = ...</span></div>
326
326
  <aside class="tsd-sources">
327
327
  <ul>
328
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/layout/header/StickyHeader.tsx#L17">src/components/layout/header/StickyHeader.tsx:17</a></li>
328
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/layout/header/StickyHeader.tsx#L17">src/components/layout/header/StickyHeader.tsx:17</a></li>
329
329
  </ul>
330
330
  </aside>
331
331
  </section>
@@ -335,7 +335,7 @@
335
335
  <div class="tsd-signature tsd-kind-icon">Text<wbr>Area<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">React.TextareaHTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLTextAreaElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
336
336
  <aside class="tsd-sources">
337
337
  <ul>
338
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/form/TextArea.tsx#L10">src/components/form/TextArea.tsx:10</a></li>
338
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/form/TextArea.tsx#L10">src/components/form/TextArea.tsx:10</a></li>
339
339
  </ul>
340
340
  </aside>
341
341
  </section>
@@ -345,7 +345,7 @@
345
345
  <div class="tsd-signature tsd-kind-icon">Toggle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
346
346
  <aside class="tsd-sources">
347
347
  <ul>
348
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/form/Toggle.tsx#L11">src/components/form/Toggle.tsx:11</a></li>
348
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/form/Toggle.tsx#L11">src/components/form/Toggle.tsx:11</a></li>
349
349
  </ul>
350
350
  </aside>
351
351
  </section>
@@ -362,7 +362,7 @@
362
362
  <li class="tsd-description">
363
363
  <aside class="tsd-sources">
364
364
  <ul>
365
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/971d1ad/src/components/ui/toaster/Toaster.tsx#L99">src/components/ui/toaster/Toaster.tsx:99</a></li>
365
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/31a86f2/src/components/ui/toaster/Toaster.tsx#L99">src/components/ui/toaster/Toaster.tsx:99</a></li>
366
366
  </ul>
367
367
  </aside>
368
368
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ToasterFn</span></h4>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Test | react-miui - v0.9.4</title>
7
- <meta name="description" content="Documentation for react-miui - v0.9.4">
6
+ <title>Test | react-miui - v0.9.5</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.9.5">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../../index.html" class="title">react-miui - v0.9.4</a>
26
+ <a href="../../index.html" class="title">react-miui - v0.9.5</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -1,9 +1,9 @@
1
1
  import React from "react";
2
2
  interface Props {
3
3
  color?: string;
4
- name: string;
5
- onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
6
- checked: boolean;
4
+ name?: string;
5
+ onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
6
+ checked?: boolean;
7
7
  disabled?: boolean;
8
8
  readOnly?: boolean;
9
9
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/form/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,KAAK;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC3D,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA6B7B,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/form/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,KAAK;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC5D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA6B7B,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-miui",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "author": "Jacek Nowacki",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -6,9 +6,9 @@ import { Checkmark } from "../icons/Checkmark.js";
6
6
 
7
7
  interface Props {
8
8
  color?: string;
9
- name: string;
10
- onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
11
- checked: boolean;
9
+ name?: string;
10
+ onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
11
+ checked?: boolean;
12
12
  disabled?: boolean;
13
13
  readOnly?: boolean;
14
14
  }