We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6905681 commit bf3281cCopy full SHA for bf3281c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ddingdong-design-system",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"type": "module",
5
"keywords": [
6
"react",
src/shared/index.ts
@@ -11,7 +11,9 @@ export { Flex } from './ui/Flex';
11
export { Icon } from './ui/Icon';
12
export { IconButton } from './ui/IconButton';
13
export { Input } from './ui/Input/Input';
14
+export { ImageGallery } from './ui/ImageGallery';
15
export { Modal } from './ui/Modal';
16
+export { MediaUpload } from './ui/MediaUpload';
17
export { NavBack } from './ui/NavBack';
18
export { Pagination } from './ui/Pagination';
19
export { Portal } from './ui/Portal';
0 commit comments