@croquiscom/pds 4.9.0 → 5.0.0
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 +12 -0
- package/dist/components/button/Button.stories.d.ts +1 -0
- package/dist/components/images/generated/index.d.ts +0 -2
- package/dist/index.es.js +5 -5
- 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/assets/images/ZdeliveryOne.svg +0 -13
- package/assets/images/ZdeliveryTwo.svg +0 -14
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>;
|
|
@@ -17,8 +17,6 @@ export { default as ImagePartnerLoungeOri } from './PartnerLoungeOri';
|
|
|
17
17
|
export { default as ImagePartnerLoungeWh } from './PartnerLoungeWh';
|
|
18
18
|
export { default as ImagePostyOri } from './PostyOri';
|
|
19
19
|
export { default as ImagePostyWh } from './PostyWh';
|
|
20
|
-
export { default as ImageZdeliveryOne } from './ZdeliveryOne';
|
|
21
|
-
export { default as ImageZdeliveryTwo } from './ZdeliveryTwo';
|
|
22
20
|
export { default as ImageZexpressBasicGlobal } from './ZexpressBasicGlobal';
|
|
23
21
|
export { default as ImageZexpressBasicKor } from './ZexpressBasicKor';
|
|
24
22
|
export { default as ImageZexpressSimpleGlobal } from './ZexpressSimpleGlobal';
|