@everlywell/ui-kit 1.39.5 → 1.40.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.
@@ -547,6 +547,11 @@ export declare const theme: {
547
547
  maxW: number;
548
548
  };
549
549
  };
550
+ xl: {
551
+ dialog: {
552
+ maxH: string;
553
+ };
554
+ };
550
555
  full: {
551
556
  dialog: {
552
557
  maxW: string;
@@ -561,7 +566,7 @@ export declare const theme: {
561
566
  }>;
562
567
  } | undefined;
563
568
  defaultProps?: {
564
- size?: "full" | "partial" | undefined;
569
+ size?: "xl" | "full" | "partial" | undefined;
565
570
  variant?: string | number | undefined;
566
571
  colorScheme?: string | undefined;
567
572
  } | undefined;
@@ -2569,6 +2574,11 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
2569
2574
  maxW: number;
2570
2575
  };
2571
2576
  };
2577
+ xl: {
2578
+ dialog: {
2579
+ maxH: string;
2580
+ };
2581
+ };
2572
2582
  full: {
2573
2583
  dialog: {
2574
2584
  maxW: string;
@@ -2583,7 +2593,7 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
2583
2593
  }>;
2584
2594
  } | undefined;
2585
2595
  defaultProps?: {
2586
- size?: "full" | "partial" | undefined;
2596
+ size?: "xl" | "full" | "partial" | undefined;
2587
2597
  variant?: string | number | undefined;
2588
2598
  colorScheme?: string | undefined;
2589
2599
  } | undefined;
@@ -49,6 +49,11 @@ declare const _default: {
49
49
  maxW: number;
50
50
  };
51
51
  };
52
+ xl: {
53
+ dialog: {
54
+ maxH: string;
55
+ };
56
+ };
52
57
  full: {
53
58
  dialog: {
54
59
  maxW: string;
@@ -63,7 +68,7 @@ declare const _default: {
63
68
  }>;
64
69
  } | undefined;
65
70
  defaultProps?: {
66
- size?: "full" | "partial" | undefined;
71
+ size?: "xl" | "full" | "partial" | undefined;
67
72
  variant?: string | number | undefined;
68
73
  colorScheme?: string | undefined;
69
74
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everlywell/ui-kit",
3
- "version": "1.39.5",
3
+ "version": "1.40.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "peerDependencies": {
13
13
  "@phosphor-icons/react": "2.1.7",
14
- "react": "^18.0.0 || ^19.0.0",
15
- "react-dom": "^18.0.0 || ^19.0.0"
14
+ "react": "18.x",
15
+ "react-dom": "18.x"
16
16
  },
17
17
  "dependencies": {
18
18
  "@chakra-ui/react": "^2.8.1",