@croquiscom/pds 0.20.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,17 @@
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
+
3
15
  ## 0.20.0
4
16
 
5
17
  ### 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;