@croquiscom/pds 0.19.0 → 0.21.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 CHANGED
@@ -1,5 +1,31 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 0.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2faa792: fix: 시맨틱 컬러 타입 오류 수정
8
+
9
+ ## 0.21.0
10
+
11
+ ### Minor Changes
12
+
13
+ - c90a9bf: 입력 컴포넌트들 포커스 스타일 정의
14
+
15
+ ## 0.20.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 4c4f79f: Tooltip variant 변경
20
+
21
+ ## BreakPoint
22
+
23
+ Variant가 다음과 같이 변경되었습니다.
24
+
25
+ - primary => brand
26
+ - secondary => primary
27
+ - error => negative
28
+
3
29
  ## 0.19.0
4
30
 
5
31
  ### Minor Changes
@@ -29,6 +29,7 @@ export declare const semantic_colors: {
29
29
  light: string;
30
30
  disabled: string;
31
31
  };
32
+ tab_focus: string;
32
33
  state: {
33
34
  positive: string;
34
35
  positive_light: string;