@visns-studio/visns-components 2.1.4 → 2.1.5

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.
@@ -12,6 +12,7 @@ import {
12
12
  Grid,
13
13
  Home,
14
14
  LightBulb,
15
+ Microphone,
15
16
  Newspaper,
16
17
  PeopleGroup,
17
18
  PeopleMultiple,
@@ -102,6 +103,7 @@ function Navigation({ logo, logout, navConfig, setSystemAuth, userProfile }) {
102
103
  grid: Grid,
103
104
  home: Home,
104
105
  lightBulb: LightBulb,
106
+ microphone: Microphone,
105
107
  newspaper: Newspaper,
106
108
  peopleGroup: PeopleGroup,
107
109
  peopleMultiple: PeopleMultiple,
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "react-dom": "^17.0.1"
41
41
  },
42
42
  "name": "@visns-studio/visns-components",
43
- "version": "2.1.4",
43
+ "version": "2.1.5",
44
44
  "description": "Various packages to assist in the development of our Custom Applications.",
45
45
  "main": "index.js",
46
46
  "scripts": {