@everlywell/ui-kit 1.37.0 → 1.37.1
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 +3 -3
- package/index.mjs +349 -349
- package/lib/theme/index.d.ts +2 -2
- package/lib/theme/overlay/Drawer/Drawer.config.d.ts +1 -1
- package/package.json +1 -1
package/lib/theme/index.d.ts
CHANGED
|
@@ -500,7 +500,7 @@ export declare const theme: {
|
|
|
500
500
|
baseStyle?: {
|
|
501
501
|
overlay: {
|
|
502
502
|
zIndex: string;
|
|
503
|
-
bg: (
|
|
503
|
+
bg: () => string;
|
|
504
504
|
};
|
|
505
505
|
dialogContainer: {
|
|
506
506
|
zIndex: string;
|
|
@@ -2482,7 +2482,7 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
|
|
|
2482
2482
|
baseStyle?: {
|
|
2483
2483
|
overlay: {
|
|
2484
2484
|
zIndex: string;
|
|
2485
|
-
bg: (
|
|
2485
|
+
bg: () => string;
|
|
2486
2486
|
};
|
|
2487
2487
|
dialogContainer: {
|
|
2488
2488
|
zIndex: string;
|