@everlywell/ui-kit 1.7.1 → 1.8.0
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 +4 -4
- package/index.mjs +388 -380
- package/lib/theme/actions/Input/Input.config.d.ts +5 -1
- package/lib/theme/actions/Select/Select.config.d.ts +2 -1
- package/lib/theme/index.d.ts +16 -22
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@ declare const _default: {
|
|
|
4
4
|
':has(option[value=""]:checked)': {
|
|
5
5
|
color?: string | undefined;
|
|
6
6
|
};
|
|
7
|
+
':read-only': undefined;
|
|
7
8
|
WebkitAppearance: string;
|
|
8
9
|
MozAppearance: string;
|
|
9
10
|
fontWeight?: string | undefined;
|
|
@@ -21,7 +22,7 @@ declare const _default: {
|
|
|
21
22
|
borderColor: string;
|
|
22
23
|
outline: string;
|
|
23
24
|
} | undefined;
|
|
24
|
-
':disabled
|
|
25
|
+
':disabled'?: {
|
|
25
26
|
borderColor: string;
|
|
26
27
|
color: string;
|
|
27
28
|
} | undefined;
|
package/lib/theme/index.d.ts
CHANGED
|
@@ -370,15 +370,7 @@ export declare const theme: {
|
|
|
370
370
|
color: string;
|
|
371
371
|
boxShadow: (theme: Record<string, any>) => string;
|
|
372
372
|
':hover, &.hover': {
|
|
373
|
-
color: string;
|
|
374
|
-
* Base unit: 4px
|
|
375
|
-
* 1 rem = 16px
|
|
376
|
-
*
|
|
377
|
-
* Mental model:
|
|
378
|
-
*
|
|
379
|
-
* If you need a spacing of 40px, divide it by 4.
|
|
380
|
-
* That'll give you 10. Then use it in your component.
|
|
381
|
-
*/
|
|
373
|
+
color: string;
|
|
382
374
|
boxShadow: (theme: Record<string, any>) => string;
|
|
383
375
|
};
|
|
384
376
|
':active, &.active': {
|
|
@@ -706,6 +698,7 @@ export declare const theme: {
|
|
|
706
698
|
':has(option[value=""]:checked)': {
|
|
707
699
|
color?: string | undefined;
|
|
708
700
|
};
|
|
701
|
+
':read-only': undefined;
|
|
709
702
|
WebkitAppearance: string;
|
|
710
703
|
MozAppearance: string;
|
|
711
704
|
fontWeight?: string | undefined;
|
|
@@ -723,7 +716,7 @@ export declare const theme: {
|
|
|
723
716
|
borderColor: string;
|
|
724
717
|
outline: string;
|
|
725
718
|
} | undefined;
|
|
726
|
-
':disabled
|
|
719
|
+
':disabled'?: {
|
|
727
720
|
borderColor: string;
|
|
728
721
|
color: string;
|
|
729
722
|
} | undefined;
|
|
@@ -844,7 +837,11 @@ export declare const theme: {
|
|
|
844
837
|
borderColor: string;
|
|
845
838
|
outline: string;
|
|
846
839
|
};
|
|
847
|
-
':disabled
|
|
840
|
+
':disabled': {
|
|
841
|
+
borderColor: string;
|
|
842
|
+
color: string;
|
|
843
|
+
};
|
|
844
|
+
':read-only': {
|
|
848
845
|
borderColor: string;
|
|
849
846
|
color: string;
|
|
850
847
|
};
|
|
@@ -2326,15 +2323,7 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
|
|
|
2326
2323
|
color: string;
|
|
2327
2324
|
boxShadow: (theme: Record<string, any>) => string;
|
|
2328
2325
|
':hover, &.hover': {
|
|
2329
|
-
color: string;
|
|
2330
|
-
* Base unit: 4px
|
|
2331
|
-
* 1 rem = 16px
|
|
2332
|
-
*
|
|
2333
|
-
* Mental model:
|
|
2334
|
-
*
|
|
2335
|
-
* If you need a spacing of 40px, divide it by 4.
|
|
2336
|
-
* That'll give you 10. Then use it in your component.
|
|
2337
|
-
*/
|
|
2326
|
+
color: string;
|
|
2338
2327
|
boxShadow: (theme: Record<string, any>) => string;
|
|
2339
2328
|
};
|
|
2340
2329
|
':active, &.active': {
|
|
@@ -2662,6 +2651,7 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
|
|
|
2662
2651
|
':has(option[value=""]:checked)': {
|
|
2663
2652
|
color?: string | undefined;
|
|
2664
2653
|
};
|
|
2654
|
+
':read-only': undefined;
|
|
2665
2655
|
WebkitAppearance: string;
|
|
2666
2656
|
MozAppearance: string;
|
|
2667
2657
|
fontWeight?: string | undefined;
|
|
@@ -2679,7 +2669,7 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
|
|
|
2679
2669
|
borderColor: string;
|
|
2680
2670
|
outline: string;
|
|
2681
2671
|
} | undefined;
|
|
2682
|
-
':disabled
|
|
2672
|
+
':disabled'?: {
|
|
2683
2673
|
borderColor: string;
|
|
2684
2674
|
color: string;
|
|
2685
2675
|
} | undefined;
|
|
@@ -2800,7 +2790,11 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
|
|
|
2800
2790
|
borderColor: string;
|
|
2801
2791
|
outline: string;
|
|
2802
2792
|
};
|
|
2803
|
-
':disabled
|
|
2793
|
+
':disabled': {
|
|
2794
|
+
borderColor: string;
|
|
2795
|
+
color: string;
|
|
2796
|
+
};
|
|
2797
|
+
':read-only': {
|
|
2804
2798
|
borderColor: string;
|
|
2805
2799
|
color: string;
|
|
2806
2800
|
};
|