@croquiscom/pds 4.1.5 → 4.1.6

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,11 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 4.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 17f0db9: icon + text버튼에서 icon 색상 지정 우선순위 변경
8
+
3
9
  ## 4.1.5
4
10
 
5
11
  ### Patch Changes
@@ -8,7 +8,9 @@ export declare const Secondary: any;
8
8
  export declare const Black: any;
9
9
  export declare const Negative: any;
10
10
  export declare const StartIcon: any;
11
+ export declare const StartIconWithColor: any;
11
12
  export declare const EndIcon: any;
13
+ export declare const EndIconWithColor: any;
12
14
  export declare const Loading: any;
13
15
  export declare const FullWidth: any;
14
16
  export declare const Focus: ComponentStory<typeof Button>;
@@ -8,3 +8,4 @@ export declare const Disabled: any;
8
8
  export declare const VerticalAlign: any;
9
9
  export declare const Controlled: () => JSX.Element;
10
10
  export declare const Link: any;
11
+ export declare const indeterminate: () => JSX.Element;