@canaia/ui-kit 0.0.11-alpha.74 → 0.0.11-alpha.77

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.
@@ -0,0 +1,6 @@
1
+ declare const InformesIcon: React.FC<{
2
+ width?: number;
3
+ height?: number;
4
+ color?: string;
5
+ }>;
6
+ export default InformesIcon;
package/package.json CHANGED
@@ -1,79 +1,80 @@
1
- {
2
- "name": "@canaia/ui-kit",
3
- "version": "0.0.11-alpha.74",
4
- "main": "dist/canaia-ui-kit.umd.js",
5
- "module": "dist/canaia-ui-kit.es.js",
6
- "type": "module",
7
- "types": "dist/index.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "scripts": {
12
- "dev": "vite",
13
- "build": "tsc && vite build",
14
- "lint": "eslint .",
15
- "preview": "vite preview",
16
- "storybook": "storybook dev -p 6006",
17
- "build-storybook": "storybook build"
18
- },
19
- "peerDependencies": {
20
- "@chakra-ui/react": "^2.0.0",
21
- "@emotion/react": "^11.0.0",
22
- "@emotion/styled": "^11.0.0"
23
- },
24
- "dependencies": {
25
- "@chakra-ui/icons": "^2.2.4",
26
- "@chakra-ui/react": "^2.0.0",
27
- "@emotion/react": "^11.0.0",
28
- "@emotion/styled": "^11.0.0",
29
- "@fortawesome/free-solid-svg-icons": "^6.7.2",
30
- "@fortawesome/react-fontawesome": "^0.2.6",
31
- "@microsoft/fetch-event-source": "^2.0.1",
32
- "chart.js": "^4.5.0",
33
- "framer-motion": "^11.18.2",
34
- "lodash.mergewith": "^4.6.2",
35
- "markdown-it": "^14.1.0",
36
- "path": "^0.12.7",
37
- "react-dropzone": "^14.3.5",
38
- "react-icons": "^5.3.0",
39
- "react-markdown": "^10.0.0",
40
- "react-phone-input-2": "^2.15.1",
41
- "react-router-dom": "^7.0.0",
42
- "remark-gfm": "^4.0.1"
43
- },
44
- "devDependencies": {
45
- "@chakra-ui/storybook-addon": "^5.2.5",
46
- "@chromatic-com/storybook": "^3.2.2",
47
- "@eslint/js": "^9.13.0",
48
- "@storybook/addon-essentials": "^8.4.5",
49
- "@storybook/addon-interactions": "^8.4.5",
50
- "@storybook/addon-links": "^8.4.5",
51
- "@storybook/addon-onboarding": "^8.4.5",
52
- "@storybook/addon-themes": "^8.4.5",
53
- "@storybook/blocks": "^8.4.5",
54
- "@storybook/react": "^8.4.5",
55
- "@storybook/react-vite": "^8.4.5",
56
- "@storybook/test": "^8.4.5",
57
- "@types/node": "^22.9.1",
58
- "@types/react": "^18.3.12",
59
- "@types/react-dom": "^18.3.1",
60
- "@vitejs/plugin-react": "^4.3.3",
61
- "eslint": "^9.13.0",
62
- "eslint-plugin-react-hooks": "^5.0.0",
63
- "eslint-plugin-react-refresh": "^0.4.14",
64
- "eslint-plugin-storybook": "^0.11.1",
65
- "globals": "^15.11.0",
66
- "react": "^18.3.1",
67
- "react-dom": "^18.3.1",
68
- "storybook": "^8.4.5",
69
- "typescript": "^5.6.3",
70
- "typescript-eslint": "^8.11.0",
71
- "vite": "^5.4.10",
72
- "vite-plugin-dts": "^4.3.0"
73
- },
74
- "eslintConfig": {
75
- "extends": [
76
- "plugin:storybook/recommended"
77
- ]
78
- }
79
- }
1
+ {
2
+ "name": "@canaia/ui-kit",
3
+ "version": "0.0.11-alpha.77",
4
+ "main": "dist/canaia-ui-kit.umd.js",
5
+ "module": "dist/canaia-ui-kit.es.js",
6
+ "type": "module",
7
+ "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "scripts": {
12
+ "dev": "vite",
13
+ "build": "tsc && vite build",
14
+ "lint": "eslint .",
15
+ "preview": "vite preview",
16
+ "storybook": "storybook dev -p 6006",
17
+ "build-storybook": "storybook build"
18
+ },
19
+ "peerDependencies": {
20
+ "@chakra-ui/react": "^2.0.0",
21
+ "@emotion/react": "^11.0.0",
22
+ "@emotion/styled": "^11.0.0"
23
+ },
24
+ "dependencies": {
25
+ "@chakra-ui/icons": "^2.2.4",
26
+ "@chakra-ui/react": "^2.0.0",
27
+ "@emotion/react": "^11.0.0",
28
+ "@emotion/styled": "^11.0.0",
29
+ "@fortawesome/free-solid-svg-icons": "^6.7.2",
30
+ "@fortawesome/react-fontawesome": "^0.2.2",
31
+ "@microsoft/fetch-event-source": "^2.0.1",
32
+ "chart.js": "^4.4.9",
33
+ "framer-motion": "^11.18.2",
34
+ "lodash.mergewith": "^4.6.2",
35
+ "lucide-react": "^0.544.0",
36
+ "markdown-it": "^14.1.0",
37
+ "path": "^0.12.7",
38
+ "react-dropzone": "^14.3.5",
39
+ "react-icons": "^5.3.0",
40
+ "react-markdown": "^10.0.0",
41
+ "react-phone-input-2": "^2.15.1",
42
+ "react-router-dom": "^7.0.0",
43
+ "remark-gfm": "^4.0.1"
44
+ },
45
+ "devDependencies": {
46
+ "@chakra-ui/storybook-addon": "^5.2.5",
47
+ "@chromatic-com/storybook": "^4.1.1",
48
+ "@eslint/js": "^9.13.0",
49
+ "@storybook/addon-essentials": "^8.4.5",
50
+ "@storybook/addon-interactions": "^8.4.5",
51
+ "@storybook/addon-links": "^9.1.6",
52
+ "@storybook/addon-onboarding": "^9.1.6",
53
+ "@storybook/addon-themes": "^9.1.6",
54
+ "@storybook/blocks": "^8.4.5",
55
+ "@storybook/react": "^9.1.6",
56
+ "@storybook/react-vite": "^9.1.6",
57
+ "@storybook/test": "^8.4.5",
58
+ "@types/node": "^22.9.1",
59
+ "@types/react": "^18.3.12",
60
+ "@types/react-dom": "^18.3.1",
61
+ "@vitejs/plugin-react": "^4.3.3",
62
+ "eslint": "^9.13.0",
63
+ "eslint-plugin-react-hooks": "^5.0.0",
64
+ "eslint-plugin-react-refresh": "^0.4.14",
65
+ "eslint-plugin-storybook": "^9.1.6",
66
+ "globals": "^15.11.0",
67
+ "react": "^18.3.1",
68
+ "react-dom": "^18.3.1",
69
+ "storybook": "^9.1.6",
70
+ "typescript": "^5.6.3",
71
+ "typescript-eslint": "^8.11.0",
72
+ "vite": "^5.4.10",
73
+ "vite-plugin-dts": "^4.3.0"
74
+ },
75
+ "eslintConfig": {
76
+ "extends": [
77
+ "plugin:storybook/recommended"
78
+ ]
79
+ }
80
+ }