@visns-studio/visns-components 2.7.7 → 2.7.9

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.
@@ -286,7 +286,7 @@ function Field({
286
286
  ? inputValue
287
287
  : ''
288
288
  }
289
- autocomplete="off"
289
+ autoComplete="off"
290
290
  />
291
291
  );
292
292
  case 'copytoclipboard':
@@ -10,9 +10,13 @@ import {
10
10
  DoubleSword,
11
11
  Draft,
12
12
  Envelope,
13
+ File,
14
+ Folder,
15
+ FolderAdd,
13
16
  Gear,
14
17
  Grid,
15
18
  Home,
19
+ HomeAlt1,
16
20
  Inbox,
17
21
  LightBulb,
18
22
  Microphone,
@@ -116,9 +120,13 @@ function Navigation({
116
120
  doubleSword: DoubleSword,
117
121
  draft: Draft,
118
122
  envelope: Envelope,
123
+ file: File,
124
+ folder: Folder,
125
+ folderAdd: FolderAdd,
119
126
  gear: Gear,
120
127
  grid: Grid,
121
128
  home: Home,
129
+ homeAlt1: HomeAlt1,
122
130
  inbox: Inbox,
123
131
  lightBulb: LightBulb,
124
132
  microphone: Microphone,
package/package.json CHANGED
@@ -44,7 +44,7 @@
44
44
  "react-dom": "^17.0.1"
45
45
  },
46
46
  "name": "@visns-studio/visns-components",
47
- "version": "2.7.7",
47
+ "version": "2.7.9",
48
48
  "description": "Various packages to assist in the development of our Custom Applications.",
49
49
  "main": "index.js",
50
50
  "scripts": {