@croquiscom/pds 4.9.0 → 4.9.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 +6 -0
- package/dist/components/button/Button.stories.d.ts +1 -0
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,5 +12,6 @@ export declare const StartIconWithColor: any;
|
|
|
12
12
|
export declare const EndIcon: any;
|
|
13
13
|
export declare const EndIconWithColor: any;
|
|
14
14
|
export declare const Loading: any;
|
|
15
|
+
export declare const Disabled: any;
|
|
15
16
|
export declare const FullWidth: any;
|
|
16
17
|
export declare const Focus: ComponentStory<typeof Button>;
|