@croquiscom/pds 16.18.0 → 16.18.1
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @croquiscom/pds
|
|
2
2
|
|
|
3
|
+
## 16.18.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1f01917: Storybook
|
|
8
|
+
|
|
9
|
+
- Update Storybook descriptions of ImageUpload related components
|
|
10
|
+
- Fix issue where props were not being passed to the DraggableImageUpload story
|
|
11
|
+
|
|
3
12
|
## 16.18.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -15,10 +15,10 @@ export declare const AcceptWithInvalidExtensions: Story;
|
|
|
15
15
|
export declare const ClickUploadButton: Story;
|
|
16
16
|
export declare const FileStatus: Story;
|
|
17
17
|
export declare const DeleteUploadImage: Story;
|
|
18
|
-
export declare const DraggableImageUpload: Story;
|
|
19
18
|
export declare const ReadOnly: Story;
|
|
20
19
|
export declare const Disabled: Story;
|
|
21
20
|
export declare const MultipleImageUpload: Story;
|
|
22
21
|
export declare const MaxCount: Story;
|
|
23
22
|
export declare const Loading: Story;
|
|
24
23
|
export declare const BackgroundDark: Story;
|
|
24
|
+
export declare const DraggableImageUpload: Story;
|