@everlywell/ui-kit 1.11.1 → 1.11.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/index.js +1 -1
- package/index.mjs +551 -551
- package/lib/theme/actions/FormControl/FormControl.config.d.ts +4 -6
- package/lib/theme/index.d.ts +8 -12
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ declare const _default: {
|
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
-
'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label
|
|
34
|
+
'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label': {
|
|
35
35
|
transform: string[];
|
|
36
36
|
fontSize: string;
|
|
37
37
|
top: string[];
|
|
@@ -62,11 +62,9 @@ declare const _default: {
|
|
|
62
62
|
input: {
|
|
63
63
|
pt: number;
|
|
64
64
|
h: string[];
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
visibility: string;
|
|
69
|
-
};
|
|
65
|
+
_placeholder: {
|
|
66
|
+
color: string;
|
|
67
|
+
visibility: string;
|
|
70
68
|
};
|
|
71
69
|
};
|
|
72
70
|
select: {
|
package/lib/theme/index.d.ts
CHANGED
|
@@ -600,7 +600,7 @@ export declare const theme: {
|
|
|
600
600
|
};
|
|
601
601
|
};
|
|
602
602
|
};
|
|
603
|
-
'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label
|
|
603
|
+
'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label': {
|
|
604
604
|
transform: string[];
|
|
605
605
|
fontSize: string;
|
|
606
606
|
top: string[];
|
|
@@ -631,11 +631,9 @@ export declare const theme: {
|
|
|
631
631
|
input: {
|
|
632
632
|
pt: number;
|
|
633
633
|
h: string[];
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
visibility: string;
|
|
638
|
-
};
|
|
634
|
+
_placeholder: {
|
|
635
|
+
color: string;
|
|
636
|
+
visibility: string;
|
|
639
637
|
};
|
|
640
638
|
};
|
|
641
639
|
select: {
|
|
@@ -2574,7 +2572,7 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
|
|
|
2574
2572
|
};
|
|
2575
2573
|
};
|
|
2576
2574
|
};
|
|
2577
|
-
'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label
|
|
2575
|
+
'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label': {
|
|
2578
2576
|
transform: string[];
|
|
2579
2577
|
fontSize: string;
|
|
2580
2578
|
top: string[];
|
|
@@ -2605,11 +2603,9 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
|
|
|
2605
2603
|
input: {
|
|
2606
2604
|
pt: number;
|
|
2607
2605
|
h: string[];
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
visibility: string;
|
|
2612
|
-
};
|
|
2606
|
+
_placeholder: {
|
|
2607
|
+
color: string;
|
|
2608
|
+
visibility: string;
|
|
2613
2609
|
};
|
|
2614
2610
|
};
|
|
2615
2611
|
select: {
|