matcha-icons 1.0.13 → 1.0.15
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/README.md +19 -4
- package/matcha-icons.css +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,14 +27,20 @@ straightforward as possible.
|
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
30
|
-
## [1.0.
|
|
30
|
+
## [1.0.15] - 2023-08-25
|
|
31
31
|
|
|
32
32
|
Update icon library
|
|
33
33
|
|
|
34
34
|
### Added
|
|
35
35
|
|
|
36
|
-
-
|
|
37
|
-
|
|
36
|
+
- Matcha Logo\
|
|
37
|
+
source files `source/matcha.svg`
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## [1.0.14] - 2023-08-25
|
|
42
|
+
|
|
43
|
+
Update icon library
|
|
38
44
|
|
|
39
45
|
### Changed
|
|
40
46
|
|
|
@@ -42,7 +48,16 @@ Update icon library
|
|
|
42
48
|
`.i-matcha-drag-dots`\
|
|
43
49
|
`.i-matcha-drag-bars`
|
|
44
50
|
|
|
45
|
-
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## [1.0.13] - 2023-08-25
|
|
54
|
+
|
|
55
|
+
Update icon library
|
|
56
|
+
|
|
57
|
+
### Added
|
|
58
|
+
|
|
59
|
+
- Edit image\
|
|
60
|
+
css class `.i-matcha-edit-image`
|
|
46
61
|
|
|
47
62
|
---
|
|
48
63
|
|
package/matcha-icons.css
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
[class^="i-matcha-"], [class*=" i-matcha-"] {
|
|
19
19
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
20
20
|
font-family: 'MatchaIcons' !important;
|
|
21
|
-
speak: none;
|
|
21
|
+
/* speak: none; */
|
|
22
22
|
font-style: normal;
|
|
23
23
|
font-weight: normal;
|
|
24
24
|
font-variant: normal;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
height: 24px;
|
|
29
29
|
width: 24px;
|
|
30
30
|
position: relative;
|
|
31
|
-
top: -1px;
|
|
31
|
+
/* top: -1px; */
|
|
32
32
|
display: inline-block;
|
|
33
33
|
vertical-align: middle;
|
|
34
34
|
/* Better Font Rendering =========== */
|
|
@@ -431,6 +431,9 @@
|
|
|
431
431
|
.i-matcha-image-out:before {
|
|
432
432
|
content: "\e994";
|
|
433
433
|
}
|
|
434
|
+
.i-matcha-edit-image:before {
|
|
435
|
+
content: "\ea92";
|
|
436
|
+
}
|
|
434
437
|
.i-matcha-bonus:before {
|
|
435
438
|
content: "\e985";
|
|
436
439
|
}
|