react-miui 0.4.2 → 0.5.2
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 +17 -0
- package/dist/components/layout/card/Card.d.ts +8 -0
- package/dist/components/layout/card/Card.d.ts.map +1 -0
- package/dist/components/layout/card/Card.js +19 -0
- package/dist/components/layout/card/Card.js.map +1 -0
- package/dist/components/layout/card/Card.module.scss +15 -0
- package/dist/components/layout/section/Section.d.ts +12 -0
- package/dist/components/layout/section/Section.d.ts.map +1 -0
- package/dist/components/layout/section/Section.js +22 -0
- package/dist/components/layout/section/Section.js.map +1 -0
- package/dist/components/layout/section/Section.module.scss +17 -0
- package/dist/components/layout/section/SectionContainer.d.ts +4 -0
- package/dist/components/layout/section/SectionContainer.d.ts.map +1 -0
- package/dist/components/layout/section/SectionContainer.js +13 -0
- package/dist/components/layout/section/SectionContainer.js.map +1 -0
- package/dist/components/layout/section/SectionContainer.module.scss +4 -0
- package/dist/components/ui/button/Button.d.ts +1 -2
- package/dist/components/ui/button/Button.d.ts.map +1 -1
- package/dist/components/ui/button/Button.js +16 -4
- package/dist/components/ui/button/Button.js.map +1 -1
- package/dist/global.scss +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/utils/makeVariants.d.ts +3 -0
- package/dist/utils/makeVariants.d.ts.map +1 -0
- package/dist/utils/makeVariants.js +14 -0
- package/dist/utils/makeVariants.js.map +1 -0
- package/docs/assets/js/search.js +1 -1
- package/docs/assets/js/search.json +1 -1
- package/docs/enums/ICON.html +12 -6
- package/docs/index.html +13 -4
- package/docs/modules/Item.html +6 -3
- package/docs/modules/List.html +6 -3
- package/docs/modules/Section.html +147 -0
- package/docs/modules/StickyHeader.html +7 -4
- package/docs/modules.html +49 -17
- package/docs/pages/Tutorials/Test.html +6 -3
- package/esm/components/layout/card/Card.d.ts +8 -0
- package/esm/components/layout/card/Card.d.ts.map +1 -0
- package/esm/components/layout/card/Card.js +13 -0
- package/esm/components/layout/card/Card.js.map +1 -0
- package/esm/components/layout/card/Card.module.scss +15 -0
- package/esm/components/layout/section/Section.d.ts +12 -0
- package/esm/components/layout/section/Section.d.ts.map +1 -0
- package/esm/components/layout/section/Section.js +16 -0
- package/esm/components/layout/section/Section.js.map +1 -0
- package/esm/components/layout/section/Section.module.scss +17 -0
- package/esm/components/layout/section/SectionContainer.d.ts +4 -0
- package/esm/components/layout/section/SectionContainer.d.ts.map +1 -0
- package/esm/components/layout/section/SectionContainer.js +7 -0
- package/esm/components/layout/section/SectionContainer.js.map +1 -0
- package/esm/components/layout/section/SectionContainer.module.scss +4 -0
- package/esm/components/ui/button/Button.d.ts +1 -2
- package/esm/components/ui/button/Button.d.ts.map +1 -1
- package/esm/components/ui/button/Button.js +4 -4
- package/esm/components/ui/button/Button.js.map +1 -1
- package/esm/global.scss +2 -0
- package/esm/index.d.ts +2 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -0
- package/esm/index.js.map +1 -1
- package/esm/utils/makeVariants.d.ts +3 -0
- package/esm/utils/makeVariants.d.ts.map +1 -0
- package/esm/utils/makeVariants.js +11 -0
- package/esm/utils/makeVariants.js.map +1 -0
- package/package.json +2 -2
- package/src/components/layout/card/Card.module.scss +15 -0
- package/src/components/layout/card/Card.tsx +26 -0
- package/src/components/layout/section/Section.module.scss +17 -0
- package/src/components/layout/section/Section.tsx +34 -0
- package/src/components/layout/section/SectionContainer.module.scss +4 -0
- package/src/components/layout/section/SectionContainer.tsx +11 -0
- package/src/components/ui/button/Button.tsx +9 -5
- package/src/demo/Main.module.scss +2 -0
- package/src/demo/components/layout/card/Card.tsx +21 -0
- package/src/demo/components/layout/section/Section.tsx +34 -0
- package/src/demo/components/ui/button/ButtonDemo.tsx +9 -5
- package/src/demo/componentsMap.ts +10 -0
- package/src/global.scss +2 -0
- package/src/index.ts +2 -0
- /package/src/{demo/utils → utils}/makeVariants.ts +0 -0
package/docs/modules/List.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>List | react-miui - v0.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>List | react-miui - v0.5.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.2">
|
|
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.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.5.2</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -112,6 +112,9 @@
|
|
|
112
112
|
<li class="current tsd-kind-namespace">
|
|
113
113
|
<a href="List.html">List</a>
|
|
114
114
|
</li>
|
|
115
|
+
<li class=" tsd-kind-namespace">
|
|
116
|
+
<a href="Section.html">Section</a>
|
|
117
|
+
</li>
|
|
115
118
|
<li class=" tsd-kind-namespace">
|
|
116
119
|
<a href="StickyHeader.html">Sticky<wbr>Header</a>
|
|
117
120
|
</li>
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>Section | react-miui - v0.5.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.2">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
<link rel="stylesheet" href="../assets/css/pages.css">
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<header>
|
|
14
|
+
<div class="tsd-page-toolbar">
|
|
15
|
+
<div class="container">
|
|
16
|
+
<div class="table-wrap">
|
|
17
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
+
<div class="field">
|
|
19
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
+
<input id="tsd-search-field" type="text" />
|
|
21
|
+
</div>
|
|
22
|
+
<ul class="results">
|
|
23
|
+
<li class="state loading">Preparing search index...</li>
|
|
24
|
+
<li class="state failure">The search index is not available</li>
|
|
25
|
+
</ul>
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.5.2</a>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="table-cell" id="tsd-widgets">
|
|
29
|
+
<div id="tsd-filter">
|
|
30
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
+
<div class="tsd-filter-group">
|
|
32
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
+
<span class="tsd-select-label">All</span>
|
|
34
|
+
<ul class="tsd-select-list">
|
|
35
|
+
<li data-value="public">Public</li>
|
|
36
|
+
<li data-value="protected">Public/Protected</li>
|
|
37
|
+
<li data-value="private" class="selected">All</li>
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
+
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
43
|
+
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
44
|
+
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
45
|
+
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
<div class="tsd-page-title">
|
|
54
|
+
<div class="container">
|
|
55
|
+
<ul class="tsd-breadcrumb">
|
|
56
|
+
<li>
|
|
57
|
+
<a href="../modules.html">Globals</a>
|
|
58
|
+
</li>
|
|
59
|
+
<li>
|
|
60
|
+
<a href="Section.html">Section</a>
|
|
61
|
+
</li>
|
|
62
|
+
</ul>
|
|
63
|
+
<h1>Namespace Section</h1>
|
|
64
|
+
</div>
|
|
65
|
+
</div>
|
|
66
|
+
</header>
|
|
67
|
+
<div class="container container-main">
|
|
68
|
+
<div class="row">
|
|
69
|
+
<div class="col-8 col-content">
|
|
70
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
71
|
+
<h2>Index</h2>
|
|
72
|
+
<section class="tsd-panel tsd-index-panel">
|
|
73
|
+
<div class="tsd-index-content">
|
|
74
|
+
<section class="tsd-index-section ">
|
|
75
|
+
<h3>Variables</h3>
|
|
76
|
+
<ul class="tsd-index-list">
|
|
77
|
+
<li class="tsd-kind-variable tsd-parent-kind-namespace"><a href="Section.html#Container" class="tsd-kind-icon">Container</a></li>
|
|
78
|
+
</ul>
|
|
79
|
+
</section>
|
|
80
|
+
</div>
|
|
81
|
+
</section>
|
|
82
|
+
</section>
|
|
83
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
84
|
+
<h2>Variables</h2>
|
|
85
|
+
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-namespace">
|
|
86
|
+
<a name="Container" class="tsd-anchor"></a>
|
|
87
|
+
<h3>Container</h3>
|
|
88
|
+
<div class="tsd-signature tsd-kind-icon">Container<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">FC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">></span></div>
|
|
89
|
+
<aside class="tsd-sources">
|
|
90
|
+
</aside>
|
|
91
|
+
</section>
|
|
92
|
+
</section>
|
|
93
|
+
</div>
|
|
94
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
95
|
+
<nav class="tsd-navigation primary">
|
|
96
|
+
<ul>
|
|
97
|
+
<li class="label pp-nav pp-group">
|
|
98
|
+
<span>Tutorials</span>
|
|
99
|
+
</li>
|
|
100
|
+
<li class=" pp-nav pp-page">
|
|
101
|
+
<a href="../pages/Tutorials/Test.html">Test</a>
|
|
102
|
+
</li>
|
|
103
|
+
<li class="label pp-nav pp-group">
|
|
104
|
+
<span>API</span>
|
|
105
|
+
</li>
|
|
106
|
+
<li class=" ">
|
|
107
|
+
<a href="../modules.html">Exports</a>
|
|
108
|
+
</li>
|
|
109
|
+
<li class=" tsd-kind-namespace">
|
|
110
|
+
<a href="Item.html">Item</a>
|
|
111
|
+
</li>
|
|
112
|
+
<li class=" tsd-kind-namespace">
|
|
113
|
+
<a href="List.html">List</a>
|
|
114
|
+
</li>
|
|
115
|
+
<li class="current tsd-kind-namespace">
|
|
116
|
+
<a href="Section.html">Section</a>
|
|
117
|
+
</li>
|
|
118
|
+
<li class=" tsd-kind-namespace">
|
|
119
|
+
<a href="StickyHeader.html">Sticky<wbr>Header</a>
|
|
120
|
+
</li>
|
|
121
|
+
</ul>
|
|
122
|
+
</nav>
|
|
123
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
124
|
+
<ul class="before-current">
|
|
125
|
+
<li class=" tsd-kind-variable tsd-parent-kind-namespace">
|
|
126
|
+
<a href="Section.html#Container" class="tsd-kind-icon">Container</a>
|
|
127
|
+
</li>
|
|
128
|
+
</ul>
|
|
129
|
+
</nav>
|
|
130
|
+
</div>
|
|
131
|
+
</div>
|
|
132
|
+
</div>
|
|
133
|
+
<footer class="with-border-bottom">
|
|
134
|
+
<div class="container">
|
|
135
|
+
<h2>Legend</h2>
|
|
136
|
+
<div class="tsd-legend-group">
|
|
137
|
+
</div>
|
|
138
|
+
</div>
|
|
139
|
+
</footer>
|
|
140
|
+
<div class="container tsd-generator">
|
|
141
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
142
|
+
</div>
|
|
143
|
+
<div class="overlay"></div>
|
|
144
|
+
<script src="../assets/js/main.js"></script>
|
|
145
|
+
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.json"><' + '/script>');</script>
|
|
146
|
+
</body>
|
|
147
|
+
</html>
|
|
@@ -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.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>StickyHeader | react-miui - v0.5.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.2">
|
|
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.
|
|
26
|
+
<a href="../index.html" class="title">react-miui - v0.5.2</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/
|
|
95
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/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>
|
|
@@ -133,6 +133,9 @@
|
|
|
133
133
|
<li class=" tsd-kind-namespace">
|
|
134
134
|
<a href="List.html">List</a>
|
|
135
135
|
</li>
|
|
136
|
+
<li class=" tsd-kind-namespace">
|
|
137
|
+
<a href="Section.html">Section</a>
|
|
138
|
+
</li>
|
|
136
139
|
<li class="current tsd-kind-namespace">
|
|
137
140
|
<a href="StickyHeader.html">Sticky<wbr>Header</a>
|
|
138
141
|
</li>
|
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.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>react-miui - v0.5.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.2">
|
|
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.
|
|
26
|
+
<a href="index.html" class="title">react-miui - v0.5.2</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.
|
|
60
|
+
<h1>Project react-miui - v0.5.2</h1>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
63
63
|
</header>
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
<ul class="tsd-index-list">
|
|
74
74
|
<li class="tsd-kind-namespace"><a href="modules/Item.html" class="tsd-kind-icon">Item</a></li>
|
|
75
75
|
<li class="tsd-kind-namespace"><a href="modules/List.html" class="tsd-kind-icon">List</a></li>
|
|
76
|
+
<li class="tsd-kind-namespace"><a href="modules/Section.html" class="tsd-kind-icon">Section</a></li>
|
|
76
77
|
<li class="tsd-kind-namespace"><a href="modules/StickyHeader.html" class="tsd-kind-icon">Sticky<wbr>Header</a></li>
|
|
77
78
|
</ul>
|
|
78
79
|
</section>
|
|
@@ -87,6 +88,7 @@
|
|
|
87
88
|
<ul class="tsd-index-list">
|
|
88
89
|
<li class="tsd-kind-variable"><a href="modules.html#Action" class="tsd-kind-icon">Action</a></li>
|
|
89
90
|
<li class="tsd-kind-variable"><a href="modules.html#Button" class="tsd-kind-icon">Button</a></li>
|
|
91
|
+
<li class="tsd-kind-variable"><a href="modules.html#Card" class="tsd-kind-icon">Card</a></li>
|
|
90
92
|
<li class="tsd-kind-variable"><a href="modules.html#Checkbox" class="tsd-kind-icon">Checkbox</a></li>
|
|
91
93
|
<li class="tsd-kind-variable"><a href="modules.html#DirectionPad" class="tsd-kind-icon">Direction<wbr>Pad</a></li>
|
|
92
94
|
<li class="tsd-kind-variable"><a href="modules.html#EqualActions" class="tsd-kind-icon">Equal<wbr>Actions</a></li>
|
|
@@ -95,6 +97,7 @@
|
|
|
95
97
|
<li class="tsd-kind-variable"><a href="modules.html#Icon" class="tsd-kind-icon">Icon</a></li>
|
|
96
98
|
<li class="tsd-kind-variable"><a href="modules.html#Item" class="tsd-kind-icon">Item</a></li>
|
|
97
99
|
<li class="tsd-kind-variable"><a href="modules.html#List" class="tsd-kind-icon">List</a></li>
|
|
100
|
+
<li class="tsd-kind-variable"><a href="modules.html#Section" class="tsd-kind-icon">Section</a></li>
|
|
98
101
|
<li class="tsd-kind-variable"><a href="modules.html#StickyHeader" class="tsd-kind-icon">Sticky<wbr>Header</a></li>
|
|
99
102
|
<li class="tsd-kind-variable"><a href="modules.html#Toggle" class="tsd-kind-icon">Toggle</a></li>
|
|
100
103
|
</ul>
|
|
@@ -110,17 +113,27 @@
|
|
|
110
113
|
<div class="tsd-signature tsd-kind-icon">Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.VFC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
111
114
|
<aside class="tsd-sources">
|
|
112
115
|
<ul>
|
|
113
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
116
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/ui/action/Action.tsx#L22">src/components/ui/action/Action.tsx:22</a></li>
|
|
114
117
|
</ul>
|
|
115
118
|
</aside>
|
|
116
119
|
</section>
|
|
117
120
|
<section class="tsd-panel tsd-member tsd-kind-variable">
|
|
118
121
|
<a name="Button" class="tsd-anchor"></a>
|
|
119
122
|
<h3><span class="tsd-flag ts-flagConst">Const</span> Button</h3>
|
|
120
|
-
<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"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
123
|
+
<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"><</span><span class="tsd-signature-type">React.ButtonHTMLAttributes</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
121
124
|
<aside class="tsd-sources">
|
|
122
125
|
<ul>
|
|
123
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
126
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/ui/button/Button.tsx#L11">src/components/ui/button/Button.tsx:11</a></li>
|
|
127
|
+
</ul>
|
|
128
|
+
</aside>
|
|
129
|
+
</section>
|
|
130
|
+
<section class="tsd-panel tsd-member tsd-kind-variable">
|
|
131
|
+
<a name="Card" class="tsd-anchor"></a>
|
|
132
|
+
<h3><span class="tsd-flag ts-flagConst">Const</span> Card</h3>
|
|
133
|
+
<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"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
134
|
+
<aside class="tsd-sources">
|
|
135
|
+
<ul>
|
|
136
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/layout/card/Card.tsx#L13">src/components/layout/card/Card.tsx:13</a></li>
|
|
124
137
|
</ul>
|
|
125
138
|
</aside>
|
|
126
139
|
</section>
|
|
@@ -130,7 +143,7 @@
|
|
|
130
143
|
<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"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
131
144
|
<aside class="tsd-sources">
|
|
132
145
|
<ul>
|
|
133
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
146
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/form/Checkbox.tsx#L13">src/components/form/Checkbox.tsx:13</a></li>
|
|
134
147
|
</ul>
|
|
135
148
|
</aside>
|
|
136
149
|
</section>
|
|
@@ -140,7 +153,7 @@
|
|
|
140
153
|
<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"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
141
154
|
<aside class="tsd-sources">
|
|
142
155
|
<ul>
|
|
143
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
156
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/ui/directionPad/Pad.tsx#L17">src/components/ui/directionPad/Pad.tsx:17</a></li>
|
|
144
157
|
</ul>
|
|
145
158
|
</aside>
|
|
146
159
|
</section>
|
|
@@ -150,7 +163,7 @@
|
|
|
150
163
|
<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"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
151
164
|
<aside class="tsd-sources">
|
|
152
165
|
<ul>
|
|
153
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
166
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/ui/action/EqualActions.tsx#L11">src/components/ui/action/EqualActions.tsx:11</a></li>
|
|
154
167
|
</ul>
|
|
155
168
|
</aside>
|
|
156
169
|
</section>
|
|
@@ -160,7 +173,7 @@
|
|
|
160
173
|
<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"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
161
174
|
<aside class="tsd-sources">
|
|
162
175
|
<ul>
|
|
163
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
176
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/layout/header/Header.tsx#L23">src/components/layout/header/Header.tsx:23</a></li>
|
|
164
177
|
</ul>
|
|
165
178
|
</aside>
|
|
166
179
|
</section>
|
|
@@ -170,7 +183,7 @@
|
|
|
170
183
|
<div class="tsd-signature tsd-kind-icon">Header<wbr>Icon<wbr>Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.VFC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
171
184
|
<aside class="tsd-sources">
|
|
172
185
|
<ul>
|
|
173
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
186
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/layout/header/HeaderIconAction.tsx#L22">src/components/layout/header/HeaderIconAction.tsx:22</a></li>
|
|
174
187
|
</ul>
|
|
175
188
|
</aside>
|
|
176
189
|
</section>
|
|
@@ -180,7 +193,7 @@
|
|
|
180
193
|
<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"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
181
194
|
<aside class="tsd-sources">
|
|
182
195
|
<ul>
|
|
183
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
196
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/icons/Icon.tsx#L25">src/components/icons/Icon.tsx:25</a></li>
|
|
184
197
|
</ul>
|
|
185
198
|
</aside>
|
|
186
199
|
</section>
|
|
@@ -190,7 +203,7 @@
|
|
|
190
203
|
<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"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
191
204
|
<aside class="tsd-sources">
|
|
192
205
|
<ul>
|
|
193
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
206
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/layout/list/Item.tsx#L27">src/components/layout/list/Item.tsx:27</a></li>
|
|
194
207
|
</ul>
|
|
195
208
|
</aside>
|
|
196
209
|
</section>
|
|
@@ -200,7 +213,17 @@
|
|
|
200
213
|
<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"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
201
214
|
<aside class="tsd-sources">
|
|
202
215
|
<ul>
|
|
203
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
216
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/layout/list/List.tsx#L10">src/components/layout/list/List.tsx:10</a></li>
|
|
217
|
+
</ul>
|
|
218
|
+
</aside>
|
|
219
|
+
</section>
|
|
220
|
+
<section class="tsd-panel tsd-member tsd-kind-variable">
|
|
221
|
+
<a name="Section" class="tsd-anchor"></a>
|
|
222
|
+
<h3><span class="tsd-flag ts-flagConst">Const</span> Section</h3>
|
|
223
|
+
<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"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
224
|
+
<aside class="tsd-sources">
|
|
225
|
+
<ul>
|
|
226
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/layout/section/Section.tsx#L18">src/components/layout/section/Section.tsx:18</a></li>
|
|
204
227
|
</ul>
|
|
205
228
|
</aside>
|
|
206
229
|
</section>
|
|
@@ -210,7 +233,7 @@
|
|
|
210
233
|
<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"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">Content</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
211
234
|
<aside class="tsd-sources">
|
|
212
235
|
<ul>
|
|
213
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
236
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/layout/header/StickyHeader.tsx#L17">src/components/layout/header/StickyHeader.tsx:17</a></li>
|
|
214
237
|
</ul>
|
|
215
238
|
</aside>
|
|
216
239
|
</section>
|
|
@@ -220,7 +243,7 @@
|
|
|
220
243
|
<div class="tsd-signature tsd-kind-icon">Toggle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.VFC</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
221
244
|
<aside class="tsd-sources">
|
|
222
245
|
<ul>
|
|
223
|
-
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/
|
|
246
|
+
<li>Defined in <a href="https://github.com/dzek69/react-miui/blob/c241982/src/components/form/Toggle.tsx#L11">src/components/form/Toggle.tsx:11</a></li>
|
|
224
247
|
</ul>
|
|
225
248
|
</aside>
|
|
226
249
|
</section>
|
|
@@ -247,6 +270,9 @@
|
|
|
247
270
|
<li class=" tsd-kind-namespace">
|
|
248
271
|
<a href="modules/List.html">List</a>
|
|
249
272
|
</li>
|
|
273
|
+
<li class=" tsd-kind-namespace">
|
|
274
|
+
<a href="modules/Section.html">Section</a>
|
|
275
|
+
</li>
|
|
250
276
|
<li class=" tsd-kind-namespace">
|
|
251
277
|
<a href="modules/StickyHeader.html">Sticky<wbr>Header</a>
|
|
252
278
|
</li>
|
|
@@ -263,6 +289,9 @@
|
|
|
263
289
|
<li class=" tsd-kind-variable">
|
|
264
290
|
<a href="modules.html#Button" class="tsd-kind-icon">Button</a>
|
|
265
291
|
</li>
|
|
292
|
+
<li class=" tsd-kind-variable">
|
|
293
|
+
<a href="modules.html#Card" class="tsd-kind-icon">Card</a>
|
|
294
|
+
</li>
|
|
266
295
|
<li class=" tsd-kind-variable">
|
|
267
296
|
<a href="modules.html#Checkbox" class="tsd-kind-icon">Checkbox</a>
|
|
268
297
|
</li>
|
|
@@ -287,6 +316,9 @@
|
|
|
287
316
|
<li class=" tsd-kind-variable">
|
|
288
317
|
<a href="modules.html#List" class="tsd-kind-icon">List</a>
|
|
289
318
|
</li>
|
|
319
|
+
<li class=" tsd-kind-variable">
|
|
320
|
+
<a href="modules.html#Section" class="tsd-kind-icon">Section</a>
|
|
321
|
+
</li>
|
|
290
322
|
<li class=" tsd-kind-variable">
|
|
291
323
|
<a href="modules.html#StickyHeader" class="tsd-kind-icon">Sticky<wbr>Header</a>
|
|
292
324
|
</li>
|
|
@@ -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.
|
|
7
|
-
<meta name="description" content="Documentation for react-miui - v0.
|
|
6
|
+
<title>Test | react-miui - v0.5.2</title>
|
|
7
|
+
<meta name="description" content="Documentation for react-miui - v0.5.2">
|
|
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.
|
|
26
|
+
<a href="../../index.html" class="title">react-miui - v0.5.2</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -95,6 +95,9 @@
|
|
|
95
95
|
<li class=" tsd-kind-namespace">
|
|
96
96
|
<a href="../../modules/List.html">List</a>
|
|
97
97
|
</li>
|
|
98
|
+
<li class=" tsd-kind-namespace">
|
|
99
|
+
<a href="../../modules/Section.html">Section</a>
|
|
100
|
+
</li>
|
|
98
101
|
<li class=" tsd-kind-namespace">
|
|
99
102
|
<a href="../../modules/StickyHeader.html">Sticky<wbr>Header</a>
|
|
100
103
|
</li>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,aAAK,QAAQ,GAAG,QAAQ,CAAC;AAEzB,UAAU,KAAK;IACX,OAAO,CAAC,EAAE,QAAQ,CAAC;CACtB;AAED,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAWzB,CAAC;AAEF,OAAO,EAAE,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import classnames from "classnames";
|
|
3
|
+
import { makeVariants } from "../../../utils/makeVariants.js";
|
|
4
|
+
import styles from "./Card.module.scss";
|
|
5
|
+
const Card = (props) => {
|
|
6
|
+
const v = makeVariants(props.variant);
|
|
7
|
+
const cls = classnames(styles.card, {
|
|
8
|
+
[styles.margin]: v.includes("margin"),
|
|
9
|
+
});
|
|
10
|
+
return (React.createElement("div", { className: cls }, props.children));
|
|
11
|
+
};
|
|
12
|
+
export { Card };
|
|
13
|
+
//# sourceMappingURL=Card.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Card.js","sourceRoot":"","sources":["../../../../src/components/layout/card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,YAAY,CAAC;AAEpC,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,MAAM,MAAM,oBAAoB,CAAC;AAQxC,MAAM,IAAI,GAAoB,CAAC,KAAK,EAAE,EAAE;IACpC,MAAM,CAAC,GAAG,YAAY,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IACtC,MAAM,GAAG,GAAG,UAAU,CAAC,MAAM,CAAC,IAAI,EAAE;QAChC,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC;KACxC,CAAC,CAAC;IAIH,OAAO,CACH,6BAAK,SAAS,EAAE,GAAG,IAAG,KAAK,CAAC,QAAQ,CAAO,CAC9C,CAAC;AACN,CAAC,CAAC;AAEF,OAAO,EAAE,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SectionContainer } from "./SectionContainer.js";
|
|
3
|
+
interface SubComponents {
|
|
4
|
+
Container: typeof SectionContainer;
|
|
5
|
+
}
|
|
6
|
+
declare type Variant = "horizontal" | "vertical";
|
|
7
|
+
interface Props {
|
|
8
|
+
variant?: Variant | Variant[];
|
|
9
|
+
}
|
|
10
|
+
declare const Section: React.FC<Props> & SubComponents;
|
|
11
|
+
export { Section };
|
|
12
|
+
//# sourceMappingURL=Section.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/section/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAIzD,UAAU,aAAa;IACnB,SAAS,EAAE,OAAO,gBAAgB,CAAC;CACtC;AAED,aAAK,OAAO,GAAG,YAAY,GAAG,UAAU,CAAC;AAEzC,UAAU,KAAK;IACX,OAAO,CAAC,EAAE,OAAO,GAAG,OAAO,EAAE,CAAC;CACjC;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,GAAG,aAYhC,CAAC;AAIF,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import classnames from "classnames";
|
|
3
|
+
import { SectionContainer } from "./SectionContainer.js";
|
|
4
|
+
import { makeVariants } from "../../../utils/makeVariants.js";
|
|
5
|
+
import styles from "./Section.module.scss";
|
|
6
|
+
const Section = (props) => {
|
|
7
|
+
const v = makeVariants(props.variant);
|
|
8
|
+
const cls = classnames(styles.section, {
|
|
9
|
+
[styles.vertical]: v.includes("vertical"),
|
|
10
|
+
[styles.horizontal]: v.includes("horizontal"),
|
|
11
|
+
});
|
|
12
|
+
return (React.createElement("section", { className: cls }, props.children));
|
|
13
|
+
};
|
|
14
|
+
Section.Container = SectionContainer;
|
|
15
|
+
export { Section };
|
|
16
|
+
//# sourceMappingURL=Section.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Section.js","sourceRoot":"","sources":["../../../../src/components/layout/section/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,YAAY,CAAC;AAEpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,MAAM,MAAM,uBAAuB,CAAC;AAY3C,MAAM,OAAO,GAAoC,CAAC,KAAK,EAAE,EAAE;IACvD,MAAM,CAAC,GAAG,YAAY,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAEtC,MAAM,GAAG,GAAG,UAAU,CAAC,MAAM,CAAC,OAAO,EAAE;QACnC,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC;QACzC,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,YAAY,CAAC;KAChD,CAAC,CAAC;IACH,OAAO,CACH,iCAAS,SAAS,EAAE,GAAG,IAClB,KAAK,CAAC,QAAQ,CACT,CACb,CAAC;AACN,CAAC,CAAC;AAEF,OAAO,CAAC,SAAS,GAAG,gBAAgB,CAAC;AAErC,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SectionContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/section/SectionContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAI7B,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import styles from "./SectionContainer.module.scss";
|
|
3
|
+
const SectionContainer = (props) => {
|
|
4
|
+
return (React.createElement("div", { className: styles.container }, props.children));
|
|
5
|
+
};
|
|
6
|
+
export { SectionContainer };
|
|
7
|
+
//# sourceMappingURL=SectionContainer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SectionContainer.js","sourceRoot":"","sources":["../../../../src/components/layout/section/SectionContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,MAAM,MAAM,gCAAgC,CAAC;AAEpD,MAAM,gBAAgB,GAAa,CAAC,KAAK,EAAE,EAAE;IACzC,OAAO,CACH,6BAAK,SAAS,EAAE,MAAM,CAAC,SAAS,IAAG,KAAK,CAAC,QAAQ,CAAO,CAC3D,CAAC;AACN,CAAC,CAAC;AAEF,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
interface Props {
|
|
3
|
-
disabled?: boolean;
|
|
4
3
|
variant?: "inline" | "outline";
|
|
5
4
|
}
|
|
6
|
-
declare const Button: React.FC<Props>;
|
|
5
|
+
declare const Button: React.FC<React.ButtonHTMLAttributes<HTMLButtonElement> & Props>;
|
|
7
6
|
export { Button };
|
|
8
7
|
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,KAAK;IACX,
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,KAAK;IACX,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CAClC;AAED,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAgB3E,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC"}
|