@everlywell/ui-kit 1.0.0 → 1.1.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.
@@ -4,7 +4,7 @@ interface RadioProps extends UseRadioProps {
4
4
  children?: ReactNode;
5
5
  removeCircle?: boolean;
6
6
  }
7
- declare const Radio: import("@chakra-ui/system/dist/system.types").ComponentWithAs<"input", RadioProps>;
7
+ declare const Radio: import("@chakra-ui/react").ComponentWithAs<"input", RadioProps>;
8
8
  export default Radio;
9
9
  export { RadioGroup, useRadio, useRadioGroup };
10
10
  export type { RadioProps, UseRadioProps, RadioGroupProps };
@@ -1662,8 +1662,8 @@ export declare const theme: {
1662
1662
  } | undefined;
1663
1663
  };
1664
1664
  };
1665
- styles: import("@chakra-ui/theme-tools/dist/component").Styles;
1666
- config: import("@chakra-ui/theme/dist/theme.types").ThemeConfig;
1665
+ styles: import("@chakra-ui/theme-tools").Styles;
1666
+ config: import("@chakra-ui/react").ThemeConfig;
1667
1667
  borders: {
1668
1668
  none: number;
1669
1669
  "1px": string;
@@ -3381,8 +3381,8 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
3381
3381
  } | undefined;
3382
3382
  };
3383
3383
  };
3384
- styles: import("@chakra-ui/theme-tools/dist/component").Styles;
3385
- config: import("@chakra-ui/theme/dist/theme.types").ThemeConfig;
3384
+ styles: import("@chakra-ui/theme-tools").Styles;
3385
+ config: import("@chakra-ui/react").ThemeConfig;
3386
3386
  borders: {
3387
3387
  none: number;
3388
3388
  "1px": string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { BoxProps } from '../Box/Box';
3
3
  export type GridItemProps = BoxProps;
4
- declare const GridItem: React.ForwardRefExoticComponent<import("@chakra-ui/layout/dist/box").BoxProps & React.RefAttributes<unknown>>;
4
+ declare const GridItem: React.ForwardRefExoticComponent<import("@chakra-ui/layout").BoxProps & React.RefAttributes<unknown>>;
5
5
  export default GridItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everlywell/ui-kit",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {