@croquiscom/pds 0.33.0 → 0.33.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
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @croquiscom/pds
|
|
2
2
|
|
|
3
|
+
## 0.33.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 80b0e6b: fix: ios / safari에서 input disabled 시에 value 값이 안보이는 현상수정
|
|
8
|
+
|
|
9
|
+
## 0.33.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- d16f325: 툴팁의 참조 영역이 숨겨질때도 노출되는 이슈 수정
|
|
14
|
+
|
|
3
15
|
## 0.33.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -7,3 +7,4 @@ export declare const Placement: any;
|
|
|
7
7
|
export declare const MaxWidth: () => JSX.Element;
|
|
8
8
|
export declare const Trigger: () => JSX.Element;
|
|
9
9
|
export declare const ContentWithCloseButton: () => JSX.Element;
|
|
10
|
+
export declare const HidingFullyClippedReferenceElements: () => JSX.Element;
|