bfg-common 1.3.490 → 1.3.492

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.
@@ -36,7 +36,7 @@
36
36
  .icon-toolbar-remove {
37
37
  background-position: 0 23.949299533%;
38
38
  }
39
- .icon-remove {
39
+ .icon-hard-stop {
40
40
  background-position: 0 74.649766511%;
41
41
  }
42
42
  .vsphere-icon-vcenter {
@@ -146,7 +146,7 @@
146
146
  .vsphere-icon-vm-add,
147
147
  .icon32-error,
148
148
  .icon-toolbar-remove,
149
- .icon-remove,
149
+ .icon-hard-stop,
150
150
  .vsphere-icon-vcenter,
151
151
  .vsphere-icon-vm-templates-24x,
152
152
  .icon-tags-custom-attributes,
@@ -190,7 +190,7 @@
190
190
  .active .vsphere-icon-vm-add,
191
191
  .active .icon32-error,
192
192
  .active .icon-toolbar-remove,
193
- .active .icon-remove,
193
+ .active .icon-hard-stop,
194
194
  .active .vsphere-icon-vcenter,
195
195
  .active .icon-tags-custom-attributes,
196
196
  .active .vsphere-icon-user,
@@ -249,7 +249,7 @@
249
249
  .vsphere-icon-vm-template,
250
250
  .vsphere-icon-vm-add,
251
251
  .icon-toolbar-remove,
252
- .icon-remove,
252
+ .icon-hard-stop,
253
253
  .vsphere-icon-vcenter,
254
254
  .icon-tags-custom-attributes,
255
255
  .icon-tasks,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.490",
4
+ "version": "1.3.492",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",