@topvisor/ui 1.4.1-titleHTML.21 → 1.4.1-titleHTML.23
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/formsExt/formsExt.amd.js +1 -1
- package/formsExt/formsExt.amd.js.map +1 -1
- package/formsExt/formsExt.js +33 -33
- package/formsExt/formsExt.js.map +1 -1
- package/icomoon/Read Me.txt +1 -1
- package/icomoon/Topvisor icons.json +361 -131
- package/icomoon/demo.html +141 -1
- package/icomoon/fonts/Topvisor-2.eot +0 -0
- package/icomoon/fonts/Topvisor-2.svg +11 -1
- package/icomoon/fonts/Topvisor-2.ttf +0 -0
- package/icomoon/fonts/Topvisor-2.woff +0 -0
- package/icomoon/selection.json +1 -1
- package/icomoon/style.css +35 -5
- package/package.json +1 -1
package/icomoon/style.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'Topvisor-2';
|
|
3
|
-
src: url('fonts/Topvisor-2.eot?
|
|
4
|
-
src: url('fonts/Topvisor-2.eot?
|
|
5
|
-
url('fonts/Topvisor-2.ttf?
|
|
6
|
-
url('fonts/Topvisor-2.woff?
|
|
7
|
-
url('fonts/Topvisor-2.svg?
|
|
3
|
+
src: url('fonts/Topvisor-2.eot?5mx86n');
|
|
4
|
+
src: url('fonts/Topvisor-2.eot?5mx86n#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/Topvisor-2.ttf?5mx86n') format('truetype'),
|
|
6
|
+
url('fonts/Topvisor-2.woff?5mx86n') format('woff'),
|
|
7
|
+
url('fonts/Topvisor-2.svg?5mx86n#Topvisor-2') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -454,6 +454,27 @@
|
|
|
454
454
|
.icon2-gemini:before {
|
|
455
455
|
content: "\ea0b";
|
|
456
456
|
}
|
|
457
|
+
.icon2-perplexity:before {
|
|
458
|
+
content: "\ea0c";
|
|
459
|
+
}
|
|
460
|
+
.icon2-gigachat:before {
|
|
461
|
+
content: "\ea0d";
|
|
462
|
+
}
|
|
463
|
+
.icon2-gpt:before {
|
|
464
|
+
content: "\ea0e";
|
|
465
|
+
}
|
|
466
|
+
.icon2-alisa:before {
|
|
467
|
+
content: "\ea0f";
|
|
468
|
+
}
|
|
469
|
+
.icon2-grok:before {
|
|
470
|
+
content: "\ea10";
|
|
471
|
+
}
|
|
472
|
+
.icon2-claude:before {
|
|
473
|
+
content: "\ea11";
|
|
474
|
+
}
|
|
475
|
+
.icon2-deepseek:before {
|
|
476
|
+
content: "\ea12";
|
|
477
|
+
}
|
|
457
478
|
.icon2-yandex-eng:before {
|
|
458
479
|
content: "\e9ee";
|
|
459
480
|
}
|
|
@@ -466,6 +487,15 @@
|
|
|
466
487
|
.icon2-topvisor:before {
|
|
467
488
|
content: "\e9d3";
|
|
468
489
|
}
|
|
490
|
+
.icon2-happy:before {
|
|
491
|
+
content: "\ea13";
|
|
492
|
+
}
|
|
493
|
+
.icon2-neutral:before {
|
|
494
|
+
content: "\ea14";
|
|
495
|
+
}
|
|
496
|
+
.icon2-sad:before {
|
|
497
|
+
content: "\ea15";
|
|
498
|
+
}
|
|
469
499
|
.icon2-printer:before {
|
|
470
500
|
content: "\e9ed";
|
|
471
501
|
}
|