@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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 06e9b8f: Image > ImageZdeliveryOne, ImageZdeliveryTwo 삭제
8
+
9
+ ## 4.9.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 1bda41d: outlined button disabled 일때 스타일 수정
14
+
3
15
  ## 4.9.0
4
16
 
5
17
  ### Minor Changes
@@ -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';