@topvisor/ui 1.4.3-updateGroupSelector.2 → 1.4.3-updateGroupSelector.3

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?85yyna');
4
- src: url('fonts/Topvisor-2.eot?85yyna#iefix') format('embedded-opentype'),
5
- url('fonts/Topvisor-2.ttf?85yyna') format('truetype'),
6
- url('fonts/Topvisor-2.woff?85yyna') format('woff'),
7
- url('fonts/Topvisor-2.svg?85yyna#Topvisor-2') format('svg');
3
+ src: url('fonts/Topvisor-2.eot?5tevzv');
4
+ src: url('fonts/Topvisor-2.eot?5tevzv#iefix') format('embedded-opentype'),
5
+ url('fonts/Topvisor-2.ttf?5tevzv') format('truetype'),
6
+ url('fonts/Topvisor-2.woff?5tevzv') format('woff'),
7
+ url('fonts/Topvisor-2.svg?5tevzv#Topvisor-2') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  font-display: block;
@@ -199,6 +199,12 @@
199
199
  .icon2-snapshot:before {
200
200
  content: "\e91b";
201
201
  }
202
+ .icon2-plan:before {
203
+ content: "\ea19";
204
+ }
205
+ .icon2-camera:before {
206
+ content: "\ea1a";
207
+ }
202
208
  .icon2-stars:before {
203
209
  content: "\ea16";
204
210
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@topvisor/ui",
3
3
  "private": false,
4
- "version": "1.4.3-updateGroupSelector.2",
4
+ "version": "1.4.3-updateGroupSelector.3",
5
5
  "type": "module",
6
6
  "description": "Topvisor UI-kit Vue",
7
7
  "author": "Topvisor",