@croquiscom/pds 15.21.1 → 15.21.2
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 +6 -0
- package/dist/components/file-upload/ImageUpload.d.ts +1 -0
- package/dist/components/file-upload/ImageUpload.stories.d.ts +1 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,7 @@ export declare const DisabledHideRemoveButton: Story;
|
|
|
10
10
|
export declare const OnlyJpgFileExtension: Story;
|
|
11
11
|
export declare const ClickUploadButton: Story;
|
|
12
12
|
export declare const FileStatus: Story;
|
|
13
|
+
export declare const DeleteUploadImage: Story;
|
|
13
14
|
export declare const ReadOnly: Story;
|
|
14
15
|
export declare const Disabled: Story;
|
|
15
16
|
export declare const MultipleImageUpload: Story;
|