Skip to content

Commit 817aa1c

Browse files
authored
export MODAL_SIZES from top-level + update v1.15.2 (#241)
1 parent 3b94ad7 commit 817aa1c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@user-interviews/ui-design-system",
3-
"version": "1.15.0",
3+
"version": "1.15.2",
44
"dependencies": {
55
"react-router-dom": "^5.2.0",
66
"react-select": "^3.0.8",

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Input from 'src/Input';
1212
import InputLabel from 'src/InputLabel';
1313
import {
1414
Modal,
15+
MODAL_SIZES,
1516
ModalBody,
1617
ModalFooter,
1718
ModalHeader,
@@ -52,6 +53,7 @@ export {
5253
InputLabel,
5354
MessageTypes,
5455
Modal,
56+
MODAL_SIZES,
5557
ModalBody,
5658
ModalFooter,
5759
ModalHeader,

0 commit comments

Comments
 (0)