@croquiscom/pds 8.9.0 → 8.9.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 +12 -0
- package/dist/components/modal/AlertModal.stories.d.ts +1 -0
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @croquiscom/pds
|
|
2
2
|
|
|
3
|
+
## 8.9.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7b4d669: 얼럿 연속으로 오픈될 경우 후속 얼럿이 닫히는 이슈 수정
|
|
8
|
+
|
|
9
|
+
## 8.9.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 158684b: TimePickerOptions에서 발생한 Cannot read properties of undefined (reading 'index')에러 수정
|
|
14
|
+
|
|
3
15
|
## 8.9.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -7,3 +7,4 @@ export declare const Base: ComponentStory<typeof AlertModal>;
|
|
|
7
7
|
export declare const Dense: ComponentStory<typeof AlertModal>;
|
|
8
8
|
export declare const Kind: ComponentStory<typeof AlertModal>;
|
|
9
9
|
export declare const DisabledAutoFocusButton: ComponentStory<typeof AlertModal>;
|
|
10
|
+
export declare const ContinuosOpen: ComponentStory<typeof AlertModal>;
|