@everlywell/ui-kit 1.11.6 → 1.12.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.
@@ -1900,6 +1900,16 @@ export declare const theme: {
1900
1900
  maxWidth: string;
1901
1901
  };
1902
1902
  };
1903
+ '2xl': {
1904
+ dialog: {
1905
+ maxWidth: string;
1906
+ };
1907
+ };
1908
+ '3xl': {
1909
+ dialog: {
1910
+ maxWidth: string;
1911
+ };
1912
+ };
1903
1913
  full: {
1904
1914
  dialog: {
1905
1915
  maxWidth: string;
@@ -1909,7 +1919,7 @@ export declare const theme: {
1909
1919
  } | undefined;
1910
1920
  variants?: {} | undefined;
1911
1921
  defaultProps?: {
1912
- size?: "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
1922
+ size?: "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full" | "xs" | undefined;
1913
1923
  variant?: undefined;
1914
1924
  colorScheme?: string | undefined;
1915
1925
  } | undefined;
@@ -3872,6 +3882,16 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
3872
3882
  maxWidth: string;
3873
3883
  };
3874
3884
  };
3885
+ '2xl': {
3886
+ dialog: {
3887
+ maxWidth: string;
3888
+ };
3889
+ };
3890
+ '3xl': {
3891
+ dialog: {
3892
+ maxWidth: string;
3893
+ };
3894
+ };
3875
3895
  full: {
3876
3896
  dialog: {
3877
3897
  maxWidth: string;
@@ -3881,7 +3901,7 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
3881
3901
  } | undefined;
3882
3902
  variants?: {} | undefined;
3883
3903
  defaultProps?: {
3884
- size?: "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
3904
+ size?: "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full" | "xs" | undefined;
3885
3905
  variant?: undefined;
3886
3906
  colorScheme?: string | undefined;
3887
3907
  } | undefined;
@@ -88,6 +88,16 @@ declare const _default: {
88
88
  maxWidth: string;
89
89
  };
90
90
  };
91
+ '2xl': {
92
+ dialog: {
93
+ maxWidth: string;
94
+ };
95
+ };
96
+ '3xl': {
97
+ dialog: {
98
+ maxWidth: string;
99
+ };
100
+ };
91
101
  full: {
92
102
  dialog: {
93
103
  maxWidth: string;
@@ -97,7 +107,7 @@ declare const _default: {
97
107
  } | undefined;
98
108
  variants?: {} | undefined;
99
109
  defaultProps?: {
100
- size?: "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
110
+ size?: "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full" | "xs" | undefined;
101
111
  variant?: undefined;
102
112
  colorScheme?: string | undefined;
103
113
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everlywell/ui-kit",
3
- "version": "1.11.6",
3
+ "version": "1.12.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {