@mc-markets/ui 1.1.38 → 1.1.40
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/packages/components/Tabs/Tabs.vue +0 -2
- package/packages/styles/components/table.scss +16 -2
- package/packages/styles/font/demo_index.html +325 -49
- package/packages/styles/font/iconfont.css +59 -11
- package/packages/styles/font/iconfont.js +1 -1
- package/packages/styles/font/iconfont.json +98 -14
- package/packages/styles/font/iconfont.ttf +0 -0
- package/packages/styles/font/iconfont.woff +0 -0
- package/packages/styles/font/iconfont.woff2 +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "iconfont"; /* Project id 5007157 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.woff?t=
|
|
5
|
-
url('iconfont.ttf?t=
|
|
3
|
+
src: url('iconfont.woff2?t=1762239013662') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1762239013662') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1762239013662') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.iconfont {
|
|
@@ -13,6 +13,62 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.icon-a-lucide_wallet-cards1:before {
|
|
17
|
+
content: "\e7fe";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.icon-Transaction_outline:before {
|
|
21
|
+
content: "\e7fd";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.icon-a-circle-star1:before {
|
|
25
|
+
content: "\e7ff";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon-a-Investmentportfolio-fill:before {
|
|
29
|
+
content: "\e800";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.icon-a-maximize1:before {
|
|
33
|
+
content: "\e801";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.icon-market:before {
|
|
37
|
+
content: "\e802";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.icon-a-lucide_newspaper1:before {
|
|
41
|
+
content: "\e803";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.icon-a-lucide_file-chart-column1:before {
|
|
45
|
+
content: "\e804";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.icon-tabler_graph_outline:before {
|
|
49
|
+
content: "\e7f7";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.icon-swap:before {
|
|
53
|
+
content: "\e7f8";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.icon-a-Investmentportfolio_outline:before {
|
|
57
|
+
content: "\e7f9";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.icon-Transaction-fill:before {
|
|
61
|
+
content: "\e7fa";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.icon-a-lucide_vault1:before {
|
|
65
|
+
content: "\e7fb";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.icon-a-lucide_square-library1:before {
|
|
69
|
+
content: "\e7fc";
|
|
70
|
+
}
|
|
71
|
+
|
|
16
72
|
.icon-a-1:before {
|
|
17
73
|
content: "\e7f5";
|
|
18
74
|
}
|
|
@@ -201,10 +257,6 @@
|
|
|
201
257
|
content: "\e7b6";
|
|
202
258
|
}
|
|
203
259
|
|
|
204
|
-
.icon-graph-filled:before {
|
|
205
|
-
content: "\e7b7";
|
|
206
|
-
}
|
|
207
|
-
|
|
208
260
|
.icon-star-filled:before {
|
|
209
261
|
content: "\e7b8";
|
|
210
262
|
}
|
|
@@ -313,10 +365,6 @@
|
|
|
313
365
|
content: "\e7a9";
|
|
314
366
|
}
|
|
315
367
|
|
|
316
|
-
.icon-graph-outline:before {
|
|
317
|
-
content: "\e7aa";
|
|
318
|
-
}
|
|
319
|
-
|
|
320
368
|
.icon-home-filled:before {
|
|
321
369
|
content: "\e7ab";
|
|
322
370
|
}
|