@topvisor/ui 1.4.1-titleHTML.22 → 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/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?o5xol5');
4
- src: url('fonts/Topvisor-2.eot?o5xol5#iefix') format('embedded-opentype'),
5
- url('fonts/Topvisor-2.ttf?o5xol5') format('truetype'),
6
- url('fonts/Topvisor-2.woff?o5xol5') format('woff'),
7
- url('fonts/Topvisor-2.svg?o5xol5#Topvisor-2') format('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
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@topvisor/ui",
3
3
  "private": false,
4
- "version": "1.4.1-titleHTML.22",
4
+ "version": "1.4.1-titleHTML.23",
5
5
  "type": "module",
6
6
  "description": "Topvisor UI-kit Vue",
7
7
  "author": "Topvisor",