@ctlyst.id/internal-ui 1.0.2-canary.3 → 1.0.2-canary.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  import type { FC } from 'react';
2
+ import React from 'react';
2
3
  import type { ProviderContextObject, ProviderProps } from './types';
3
- export declare const ProviderContext: import("react").Context<ProviderContextObject>;
4
+ export declare const ProviderContext: React.Context<ProviderContextObject>;
4
5
  export declare const useInternalUI: () => ProviderContextObject;
5
6
  declare const Provider: FC<ProviderProps>;
6
7
  export default Provider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctlyst.id/internal-ui",
3
- "version": "1.0.2-canary.3",
3
+ "version": "1.0.2-canary.5",
4
4
  "description": "Voila Internal UI Component",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/internal-ui.esm.js",
@@ -45,16 +45,16 @@
45
45
  "devDependencies": {
46
46
  "@babel/core": "^7.15.0",
47
47
  "@babel/preset-typescript": "^7.18.6",
48
- "@chakra-ui/anatomy": "^2.1.1",
49
- "@chakra-ui/icons": "^2.0.18",
50
- "@chakra-ui/react": "^2.5.5",
51
- "@chakra-ui/styled-system": "^2.8.0",
52
- "@chakra-ui/system": "^2.5.5",
53
- "@chakra-ui/theme-tools": "^2.0.16",
54
- "@chakra-ui/utils": "^2.0.14",
48
+ "@chakra-ui/anatomy": "^2.0.7",
49
+ "@chakra-ui/icons": "^2.0.11",
50
+ "@chakra-ui/react": "^2.3.6",
51
+ "@chakra-ui/styled-system": "^2.3.4",
52
+ "@chakra-ui/system": "^2.3.0",
53
+ "@chakra-ui/theme-tools": "^2.0.12",
54
+ "@chakra-ui/utils": "^2.0.11",
55
55
  "@emotion/core": "^11.0.0",
56
- "@emotion/react": "^11.10.6",
57
- "@emotion/styled": "^11.10.6",
56
+ "@emotion/react": "^11.9.3",
57
+ "@emotion/styled": "^11.9.3",
58
58
  "@testing-library/jest-dom": "^5.14.1",
59
59
  "@testing-library/react": "^12.0.0",
60
60
  "@types/jest": "^26.0.24",
@@ -65,5 +65,5 @@
65
65
  "framer-motion": "^6.3.13",
66
66
  "jest": "^26.6.3"
67
67
  },
68
- "gitHead": "764e724587b3b997ffbd47cb7aaf295196b5e0fa"
68
+ "gitHead": "d218472b650a0cbcee64921a55114112ae1d875f"
69
69
  }