@croquiscom/pds 8.9.1 → 8.9.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/modal/AlertModal.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
|
@@ -7,3 +7,4 @@ export declare const Base: ComponentStory<typeof AlertModal>;
|
|
|
7
7
|
export declare const Dense: ComponentStory<typeof AlertModal>;
|
|
8
8
|
export declare const Kind: ComponentStory<typeof AlertModal>;
|
|
9
9
|
export declare const DisabledAutoFocusButton: ComponentStory<typeof AlertModal>;
|
|
10
|
+
export declare const ContinuosOpen: ComponentStory<typeof AlertModal>;
|