@visns-studio/visns-components 2.8.12 → 2.8.13

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.
@@ -25,6 +25,8 @@ import {
25
25
  PeopleGroup,
26
26
  PeopleMultiple,
27
27
  Person,
28
+ Question,
29
+ QuestionFill,
28
30
  SettingsVertical,
29
31
  ShippingBoxV1,
30
32
  SignOut,
@@ -134,6 +136,8 @@ function Navigation({
134
136
  paper: Paper,
135
137
  peopleGroup: PeopleGroup,
136
138
  peopleMultiple: PeopleMultiple,
139
+ question: Question,
140
+ questionFill: QuestionFill,
137
141
  settingsVertical: SettingsVertical,
138
142
  signOut: SignOut,
139
143
  shippingboxv1: ShippingBoxV1,
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.8.12",
47
+ "version": "2.8.13",
48
48
  "description": "Various packages to assist in the development of our Custom Applications.",
49
49
  "main": "index.js",
50
50
  "scripts": {