@croquiscom/pds 0.29.0 → 0.29.2
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 +14 -0
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/input/Input.d.ts +1 -1
- package/dist/input/Input.stories.d.ts +3 -1
- package/dist/input/InputBase.d.ts +4 -2
- package/dist/input/NumericInput.stories.d.ts +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @croquiscom/pds
|
|
2
2
|
|
|
3
|
+
## 0.29.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3ff3613: ConfirmModal, AlertModal, Modal 기본 버튼 크기 변경
|
|
8
|
+
|
|
9
|
+
Large => Medium
|
|
10
|
+
|
|
11
|
+
## 0.29.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- ba26595: Input, NumericInput의 누락된 width, className props drilling 추가
|
|
16
|
+
|
|
3
17
|
## 0.29.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|