@croquiscom/pds 0.33.1 → 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,11 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 0.33.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 80b0e6b: fix: ios / safari에서 input disabled 시에 value 값이 안보이는 현상수정
8
+
3
9
  ## 0.33.1
4
10
 
5
11
  ### Patch Changes
@@ -25,6 +25,8 @@ export declare const input_disabled_style: {
25
25
  backgroundColor: string;
26
26
  border: string;
27
27
  color: string;
28
+ '-webkit-text-fill-color': string;
29
+ opacity: number;
28
30
  '&:focus, &:hover, &:focus-within': {
29
31
  border: string;
30
32
  };