@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.
@@ -500,7 +500,7 @@ export declare const theme: {
500
500
  baseStyle?: {
501
501
  overlay: {
502
502
  zIndex: string;
503
- bg: (theme: Record<string, any>) => string;
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: (theme: Record<string, any>) => string;
2485
+ bg: () => string;
2486
2486
  };
2487
2487
  dialogContainer: {
2488
2488
  zIndex: string;
@@ -2,7 +2,7 @@ declare const _default: {
2
2
  baseStyle?: {
3
3
  overlay: {
4
4
  zIndex: string;
5
- bg: (theme: Record<string, any>) => string;
5
+ bg: () => string;
6
6
  };
7
7
  dialogContainer: {
8
8
  zIndex: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everlywell/ui-kit",
3
- "version": "1.37.0",
3
+ "version": "1.37.1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {