@topvisor/ui 0.9.21 → 0.9.22

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,9 +1,9 @@
1
1
  @font-face {
2
2
  font-family: 'Topvisor-2';
3
3
  src:
4
- url('fonts/Topvisor-2.ttf?s552m5') format('truetype'),
5
- url('fonts/Topvisor-2.woff?s552m5') format('woff'),
6
- url('fonts/Topvisor-2.svg?s552m5#Topvisor-2') format('svg');
4
+ url('fonts/Topvisor-2.ttf?2pz20s') format('truetype'),
5
+ url('fonts/Topvisor-2.woff?2pz20s') format('woff'),
6
+ url('fonts/Topvisor-2.svg?2pz20s#Topvisor-2') format('svg');
7
7
  font-weight: normal;
8
8
  font-style: normal;
9
9
  font-display: block;
@@ -384,6 +384,9 @@
384
384
  .icon2-topvisor:before {
385
385
  content: "\e9d3";
386
386
  }
387
+ .icon2-globe:before {
388
+ content: "\e9e2";
389
+ }
387
390
  .icon2-document_import:before {
388
391
  content: "\e9d4";
389
392
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@topvisor/ui",
3
3
  "private": false,
4
- "version": "0.9.21",
4
+ "version": "0.9.22",
5
5
  "type": "module",
6
6
  "description": "Topvisor UI-kit Vue",
7
7
  "author": "Topvisor",