We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b94ad7 commit 817aa1cCopy full SHA for 817aa1c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@user-interviews/ui-design-system",
3
- "version": "1.15.0",
+ "version": "1.15.2",
4
"dependencies": {
5
"react-router-dom": "^5.2.0",
6
"react-select": "^3.0.8",
src/index.js
@@ -12,6 +12,7 @@ import Input from 'src/Input';
12
import InputLabel from 'src/InputLabel';
13
import {
14
Modal,
15
+ MODAL_SIZES,
16
ModalBody,
17
ModalFooter,
18
ModalHeader,
@@ -52,6 +53,7 @@ export {
52
53
InputLabel,
54
MessageTypes,
55
56
57
58
59
0 commit comments