ronds-metadata 1.3.43 → 1.3.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "mt"; /* Project id 2247093 */
3
- src: url('iconfont.woff2?t=1688024145476') format('woff2'),
4
- url('iconfont.woff?t=1688024145476') format('woff'),
5
- url('iconfont.ttf?t=1688024145476') format('truetype');
3
+ src: url('iconfont.woff2?t=1716173312085') format('woff2'),
4
+ url('iconfont.woff?t=1716173312085') format('woff'),
5
+ url('iconfont.ttf?t=1716173312085') format('truetype');
6
6
  }
7
7
 
8
8
  .mt {
@@ -13,6 +13,18 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .mt-pt2:before {
17
+ content: "\e710";
18
+ }
19
+
20
+ .mt-pipeline:before {
21
+ content: "\e663";
22
+ }
23
+
24
+ .mt-pt:before {
25
+ content: "\e613";
26
+ }
27
+
16
28
  .mt-index:before {
17
29
  content: "\e63a";
18
30
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.3.43",
4
+ "version": "1.3.44",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",