@canaia/ui-kit 0.0.11-alpha.79 → 0.0.11-alpha.80
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.
- package/dist/canaia-ui-kit.es.js +4755 -4758
- package/dist/canaia-ui-kit.umd.js +65 -65
- package/package.json +77 -77
package/package.json
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@canaia/ui-kit",
|
|
3
|
-
"version": "0.0.11-alpha.
|
|
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
|
-
"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
|
-
"@eslint/js": "^9.13.0",
|
|
47
|
-
"@storybook/addon-essentials": "8.6.9",
|
|
48
|
-
"@storybook/addon-interactions": "8.6.9",
|
|
49
|
-
"@storybook/addon-links": "8.6.9",
|
|
50
|
-
"@storybook/addon-onboarding": "8.6.9",
|
|
51
|
-
"@storybook/addon-themes": "8.6.9",
|
|
52
|
-
"@storybook/blocks": "8.6.9",
|
|
53
|
-
"@storybook/react": "8.6.9",
|
|
54
|
-
"@storybook/react-vite": "8.6.9",
|
|
55
|
-
"@storybook/test": "8.6.9",
|
|
56
|
-
"@types/node": "^22.9.1",
|
|
57
|
-
"@types/react": "^18.3.12",
|
|
58
|
-
"@types/react-dom": "^18.3.1",
|
|
59
|
-
"@vitejs/plugin-react": "^4.3.3",
|
|
60
|
-
"eslint": "^9.13.0",
|
|
61
|
-
"eslint-plugin-react-hooks": "^5.0.0",
|
|
62
|
-
"eslint-plugin-react-refresh": "^0.4.14",
|
|
63
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
64
|
-
"globals": "^15.11.0",
|
|
65
|
-
"react": "^18.3.1",
|
|
66
|
-
"react-dom": "^18.3.1",
|
|
67
|
-
"typescript": "^5.6.3",
|
|
68
|
-
"typescript-eslint": "^8.11.0",
|
|
69
|
-
"vite": "^5.4.10",
|
|
70
|
-
"vite-plugin-dts": "^4.3.0"
|
|
71
|
-
},
|
|
72
|
-
"eslintConfig": {
|
|
73
|
-
"extends": [
|
|
74
|
-
"plugin:storybook/recommended"
|
|
75
|
-
]
|
|
76
|
-
}
|
|
77
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@canaia/ui-kit",
|
|
3
|
+
"version": "0.0.11-alpha.80",
|
|
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
|
+
"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
|
+
"@eslint/js": "^9.13.0",
|
|
47
|
+
"@storybook/addon-essentials": "8.6.9",
|
|
48
|
+
"@storybook/addon-interactions": "8.6.9",
|
|
49
|
+
"@storybook/addon-links": "8.6.9",
|
|
50
|
+
"@storybook/addon-onboarding": "8.6.9",
|
|
51
|
+
"@storybook/addon-themes": "8.6.9",
|
|
52
|
+
"@storybook/blocks": "8.6.9",
|
|
53
|
+
"@storybook/react": "8.6.9",
|
|
54
|
+
"@storybook/react-vite": "8.6.9",
|
|
55
|
+
"@storybook/test": "8.6.9",
|
|
56
|
+
"@types/node": "^22.9.1",
|
|
57
|
+
"@types/react": "^18.3.12",
|
|
58
|
+
"@types/react-dom": "^18.3.1",
|
|
59
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
60
|
+
"eslint": "^9.13.0",
|
|
61
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
62
|
+
"eslint-plugin-react-refresh": "^0.4.14",
|
|
63
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
64
|
+
"globals": "^15.11.0",
|
|
65
|
+
"react": "^18.3.1",
|
|
66
|
+
"react-dom": "^18.3.1",
|
|
67
|
+
"typescript": "^5.6.3",
|
|
68
|
+
"typescript-eslint": "^8.11.0",
|
|
69
|
+
"vite": "^5.4.10",
|
|
70
|
+
"vite-plugin-dts": "^4.3.0"
|
|
71
|
+
},
|
|
72
|
+
"eslintConfig": {
|
|
73
|
+
"extends": [
|
|
74
|
+
"plugin:storybook/recommended"
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
}
|