@enso-ui/users 3.0.1 → 3.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/users",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Basic users package",
5
5
  "main": "bulma/index.js",
6
6
  "scripts": {
@@ -151,7 +151,7 @@ import { mapState, mapMutations, mapGetters } from 'vuex';
151
151
  import { FontAwesomeIcon as Fa } from '@fortawesome/vue-fontawesome';
152
152
  import { library } from '@fortawesome/fontawesome-svg-core';
153
153
  import {
154
- faUser, faUserCircle, faSyncAlt, faTrashAlt, faUpload, faSignOutAlt, faPencilAlt,
154
+ faUser, faUserCircle, faSyncAlt, faUpload, faPencilAlt,
155
155
  } from '@fortawesome/free-solid-svg-icons';
156
156
  import Avatar from '@enso-ui/users/src/bulma/pages/users/components/Avatar.vue';
157
157
  import { EnsoUploader } from '@enso-ui/uploader/bulma';
@@ -159,7 +159,7 @@ import eventBus from '@enso-ui/ui/src/core/services/eventBus';
159
159
  import Divider from '@enso-ui/divider';
160
160
  import format from '@enso-ui/ui/src/modules/plugins/date-fns/format';
161
161
 
162
- library.add(faUser, faUserCircle, faSyncAlt, faTrashAlt, faUpload, faSignOutAlt, faPencilAlt);
162
+ library.add(faUser, faUserCircle, faSyncAlt, faUpload, faPencilAlt);
163
163
 
164
164
  export default {
165
165
  name: 'UserProfile',