@visns-studio/visns-components 2.7.6 → 2.7.8
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/components/crm/Field.jsx
CHANGED
|
@@ -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