Skip to content

Commit ee6018d

Browse files
committed
chore: Updated dependencies
1 parent 44c36af commit ee6018d

File tree

5 files changed

+145831
-62243
lines changed

5 files changed

+145831
-62243
lines changed

.releaserc.js

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
module.exports = {
22
plugins: [
3-
'@semantic-release/commit-analyzer',
4-
'@semantic-release/release-notes-generator',
3+
[
4+
'@semantic-release/commit-analyzer',
5+
{
6+
preset: 'conventionalcommits',
7+
},
8+
],
9+
[
10+
'@semantic-release/release-notes-generator',
11+
{
12+
preset: 'conventionalcommits',
13+
},
14+
],
515
'@semantic-release/changelog',
616
[
717
'@semantic-release/npm',

docs/index.html

+90-10
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,30 @@
1515
>Github</a
1616
>
1717
</p>
18+
<div title="Auto">
19+
<label for="name" class="bg-white text-gray-500">Auto</label>
20+
<input
21+
type="text"
22+
id="auto"
23+
autocomplete="off"
24+
placeholder="Auto"
25+
class="outline-none focus:shadow-outline border w-full px-1"
26+
/>
27+
</div>
1828
<div class="has-float-label">
1929
<input
2030
type="text"
2131
id="name"
2232
autocomplete="off"
2333
placeholder="Name"
24-
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
34+
class="
35+
control-with-float-label
36+
outline-none
37+
focus:shadow-outline
38+
border
39+
w-full
40+
px-1
41+
"
2542
/>
2643
<label for="name" class="is-float-label bg-white text-gray-500">Name</label>
2744
</div>
@@ -31,7 +48,14 @@
3148
id="Login"
3249
autocomplete="off"
3350
placeholder="Login"
34-
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
51+
class="
52+
control-with-float-label
53+
outline-none
54+
focus:shadow-outline
55+
border
56+
w-full
57+
px-1
58+
"
3559
value=""
3660
/>
3761
<label for="Login" class="is-float-label-sticky bg-white text-gray-500"
@@ -45,7 +69,14 @@
4569
autocomplete="off"
4670
placeholder="Email"
4771
48-
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
72+
class="
73+
control-with-float-label
74+
outline-none
75+
focus:shadow-outline
76+
border
77+
w-full
78+
px-1
79+
"
4980
/>
5081
<label for="Email" class="is-float-label bg-white text-gray-500">Email</label>
5182
</div>
@@ -56,7 +87,14 @@
5687
autocomplete="off"
5788
placeholder="Password"
5889
value="Password"
59-
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
90+
class="
91+
control-with-float-label
92+
outline-none
93+
focus:shadow-outline
94+
border
95+
w-full
96+
px-1
97+
"
6098
/>
6199
<label for="Password" class="is-float-label bg-white text-gray-500">Password</label>
62100
</div>
@@ -68,7 +106,14 @@
68106
id="Job Title"
69107
placeholder="Job Title"
70108
value="Job Title"
71-
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
109+
class="
110+
control-with-float-label
111+
outline-none
112+
focus:shadow-outline
113+
border
114+
w-full
115+
px-1
116+
"
72117
/>
73118
<label for="Job Title" class="is-float-label bg-white text-gray-500"
74119
>Job Title</label
@@ -81,7 +126,14 @@
81126
autocomplete="off"
82127
placeholder="Status"
83128
value="Status"
84-
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
129+
class="
130+
control-with-float-label
131+
outline-none
132+
focus:shadow-outline
133+
border
134+
w-full
135+
px-1
136+
"
85137
/>
86138
<label for="Status" class="is-float-label bg-white text-gray-500">Status</label>
87139
</div>
@@ -92,15 +144,29 @@
92144
autocomplete="off"
93145
placeholder="Image"
94146
value="Image"
95-
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
147+
class="
148+
control-with-float-label
149+
outline-none
150+
focus:shadow-outline
151+
border
152+
w-full
153+
px-1
154+
"
96155
/>
97156
<label for="Image" class="is-float-label bg-white text-gray-500">Image</label>
98157
</div>
99158

100159
<div class="has-float-label">
101160
<select
102161
id="Select"
103-
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
162+
class="
163+
control-with-float-label
164+
outline-none
165+
focus:shadow-outline
166+
border
167+
w-full
168+
px-1
169+
"
104170
>
105171
<option value="">Select option</option>
106172
<option value="1">Option 1</option>
@@ -114,7 +180,14 @@
114180

115181
<div class="has-float-label">
116182
<textarea
117-
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
183+
class="
184+
control-with-float-label
185+
outline-none
186+
focus:shadow-outline
187+
border
188+
w-full
189+
px-1
190+
"
118191
placeholder="Bio"
119192
>
120193
Bio</textarea
@@ -130,7 +203,14 @@ <h2 class="text-2xl font-bold text-center">Readme Example</h2>
130203
id="name"
131204
autocomplete="off"
132205
placeholder="Name"
133-
class="control-with-float-label outline-none focus:shadow-outline border w-full px-1"
206+
class="
207+
control-with-float-label
208+
outline-none
209+
focus:shadow-outline
210+
border
211+
w-full
212+
px-1
213+
"
134214
/>
135215
<label for="name" class="is-float-label bg-white text-gray-500">Name</label>
136216
</div>

0 commit comments

Comments
 (0)