@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 +26 -0
- package/dist/foundation/semantic_colors.d.ts +1 -0
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/input/styles.d.ts +7 -0
- package/dist/radio/styles.d.ts +2 -1
- package/dist/tooltip/TooltipBase.d.ts +1 -1
- package/dist/tooltip/types.d.ts +1 -1
- package/package.json +3 -1
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
|