Skip to content

Commit 1705931

Browse files
committed
Bump version up to 2.0.2
1 parent 01823fd commit 1705931

File tree

5 files changed

+38
-9
lines changed

5 files changed

+38
-9
lines changed

dist/point.css

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @moyu/pointcss
3-
* @version v2.0.1
3+
* @version v2.0.2
44
* @link https://github.com/moyus/pointcss
55
* @author moyu <moyuboy@gmail.com> (https://moyu.io)
66
* @license MIT
@@ -2247,12 +2247,12 @@ fieldset[disabled] .btn {
22472247
line-height: 1.44444444;
22482248
border-radius: 4px;
22492249
padding: 8px 16px;
2250-
height: 43.71428571px;
2251-
min-width: 43.71428571px;
2250+
height: 44px;
2251+
min-width: 44px;
22522252
}
22532253

22542254
.btn.btn--lg.btn--icon {
2255-
width: 43.71428571px;
2255+
width: 44px;
22562256
}
22572257

22582258
.btn.btn--loose {
@@ -2620,6 +2620,35 @@ fieldset[disabled] .btn {
26202620
min-height: 30px;
26212621
}
26222622

2623+
.form-input--lg,
2624+
.form-select--lg,
2625+
.form-textarea--lg {
2626+
font-size: 18px;
2627+
line-height: 1.44444444;
2628+
height: 44px;
2629+
padding: 8px 16px;
2630+
}
2631+
2632+
.form-input--lg.form-input[type="file"],
2633+
.form-select--lg.form-input[type="file"],
2634+
.form-textarea--lg.form-input[type="file"] {
2635+
min-height: 44px;
2636+
}
2637+
2638+
.form-input--lg.form-select[multiple],
2639+
.form-select--lg.form-select[multiple],
2640+
.form-textarea--lg.form-select[multiple] {
2641+
height: auto;
2642+
min-height: 44px;
2643+
}
2644+
2645+
.form-input--lg.form-textarea,
2646+
.form-select--lg.form-textarea,
2647+
.form-textarea--lg.form-textarea {
2648+
height: auto;
2649+
min-height: 44px;
2650+
}
2651+
26232652
.form-checkbox {
26242653
cursor: pointer;
26252654
position: relative;

dist/point.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @moyu/pointcss
3-
* @version v2.0.1
3+
* @version v2.0.2
44
* @link https://github.com/moyus/pointcss
55
* @author moyu <moyuboy@gmail.com> (https://moyu.io)
66
* @license MIT

dist/point.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/point.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moyu/pointcss",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"website": "https://moyus.github.io/pointcss",
55
"homepage": "https://github.com/moyus/pointcss",
66
"author": "moyu <moyuboy@gmail.com> (https://moyu.io)",

0 commit comments

Comments
 (0)