@topvisor/ui 1.0.26-16 → 1.0.26-17

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?kur62a');
4
- src: url('fonts/Topvisor-2.eot?kur62a#iefix') format('embedded-opentype'),
5
- url('fonts/Topvisor-2.ttf?kur62a') format('truetype'),
6
- url('fonts/Topvisor-2.woff?kur62a') format('woff'),
7
- url('fonts/Topvisor-2.svg?kur62a#Topvisor-2') format('svg');
3
+ src: url('fonts/Topvisor-2.eot?o5z553');
4
+ src: url('fonts/Topvisor-2.eot?o5z553#iefix') format('embedded-opentype'),
5
+ url('fonts/Topvisor-2.ttf?o5z553') format('truetype'),
6
+ url('fonts/Topvisor-2.woff?o5z553') format('woff'),
7
+ url('fonts/Topvisor-2.svg?o5z553#Topvisor-2') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  font-display: block;
@@ -676,6 +676,30 @@
676
676
  .icon2-bookmark_crossed:before {
677
677
  content: "\e940";
678
678
  }
679
+ .icon2-folder-arrow-left:before {
680
+ content: "\e9fb";
681
+ }
682
+ .icon2-folder-arrow-right:before {
683
+ content: "\e9fc";
684
+ }
685
+ .icon2-folder-arrow-down:before {
686
+ content: "\e9fd";
687
+ }
688
+ .icon2-folder-arrow-up:before {
689
+ content: "\e9fe";
690
+ }
691
+ .icon2-folder-plus:before {
692
+ content: "\e9ff";
693
+ }
694
+ .icon2-folder-minus:before {
695
+ content: "\ea00";
696
+ }
697
+ .icon2-folder-multiply:before {
698
+ content: "\ea01";
699
+ }
700
+ .icon2-folder-cloud:before {
701
+ content: "\ea02";
702
+ }
679
703
  .icon2-anime:before {
680
704
  content: "\e9e0";
681
705
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@topvisor/ui",
3
3
  "private": false,
4
- "version": "1.0.26-16",
4
+ "version": "1.0.26-17",
5
5
  "type": "module",
6
6
  "description": "Topvisor UI-kit Vue",
7
7
  "author": "Topvisor",