ronds-metadata 1.2.74 → 1.2.75

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=1686791532454') format('woff2'),
4
- url('iconfont.woff?t=1686791532454') format('woff'),
5
- url('iconfont.ttf?t=1686791532454') format('truetype');
3
+ src: url('iconfont.woff2?t=1687922743599') format('woff2'),
4
+ url('iconfont.woff?t=1687922743599') format('woff'),
5
+ url('iconfont.ttf?t=1687922743599') format('truetype');
6
6
  }
7
7
 
8
8
  .mt {
@@ -13,6 +13,14 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .mt-expand-right:before {
17
+ content: "\e7bc";
18
+ }
19
+
20
+ .mt-hidden-left:before {
21
+ content: "\e7be";
22
+ }
23
+
16
24
  .mt-radio:before {
17
25
  content: "\e75b";
18
26
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.2.74",
4
+ "version": "1.2.75",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",