@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.
- package/dist/components/field/index.d.ts +2 -2
- package/dist/components/modal/components/modal-close-button.d.ts +2 -2
- package/dist/components/modal/components/modal-footer.d.ts +2 -2
- package/dist/components/modal/components/modal-header.d.ts +2 -2
- package/dist/components/select/index.d.ts +4 -4
- package/dist/internal-ui.cjs.development.js +165 -164
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +3 -3
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +23 -22
- package/dist/internal-ui.esm.js.map +1 -1
- package/dist/provider/provider.d.ts +2 -1
- package/package.json +11 -11
@@ -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:
|
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
|
+
"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.
|
49
|
-
"@chakra-ui/icons": "^2.0.
|
50
|
-
"@chakra-ui/react": "^2.
|
51
|
-
"@chakra-ui/styled-system": "^2.
|
52
|
-
"@chakra-ui/system": "^2.
|
53
|
-
"@chakra-ui/theme-tools": "^2.0.
|
54
|
-
"@chakra-ui/utils": "^2.0.
|
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.
|
57
|
-
"@emotion/styled": "^11.
|
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": "
|
68
|
+
"gitHead": "d218472b650a0cbcee64921a55114112ae1d875f"
|
69
69
|
}
|