Skip to content

Commit e23fbef

Browse files
committed
🎉 v2.0.0 release
1 parent 157e15a commit e23fbef

5 files changed

Lines changed: 10 additions & 9 deletions

File tree

dist/point.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @moyu/pointcss
3-
* @version v2.0.0-alpha.16
3+
* @version v2.0.0
44
* @link https://github.com/moyus/pointcss
55
* @author moyu <moyuboy@gmail.com> (https://moyu.io)
66
* @license MIT
@@ -2559,9 +2559,10 @@ fieldset[disabled] .btn {
25592559
.form-select:not([multiple]) {
25602560
padding-right: 32px;
25612561
background-color: #ffffff;
2562-
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23616161' d='M9.987 10.635L7.751 8.41 7 9.136l2.988 2.865L13 9.124l-.746-.724z'/%3E%3C/svg%3E");
2562+
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23616161' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.78 5.47a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06 0L3.22 6.53a.75.75 0 011.06-1.06L8 9.19l3.72-3.72a.75.75 0 011.06 0z'/%3E%3C/svg%3E");
2563+
background-size: 16px;
25632564
background-repeat: no-repeat;
2564-
background-position: right center;
2565+
background-position: right 12px center;
25652566
}
25662567

25672568
.form-select[multiple] {
@@ -2632,7 +2633,7 @@ fieldset[disabled] .btn {
26322633
.form-checkbox:checked {
26332634
border: 0;
26342635
background-color: #636AFF;
2635-
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
2636+
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");
26362637
background-size: 100% 100%;
26372638
background-position: center;
26382639
background-repeat: no-repeat;

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.0-alpha.16
3+
* @version v2.0.0
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.0-alpha.16",
3+
"version": "2.0.0",
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)