ui-mathilde-web 0.13.8 → 1.0.1
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/style.css +1 -1
- package/dist/ui-mathilde-web.d.ts +8 -8
- package/dist/ui-mathilde-web.js +20654 -21562
- package/dist/ui-mathilde-web.umd.cjs +93 -93
- package/package.json +24 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ui-mathilde-web",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -33,10 +33,24 @@
|
|
|
33
33
|
"build-storybook": "storybook build"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"
|
|
36
|
+
"chart.js": "^4.5.1",
|
|
37
|
+
"flowbite-react": "^0.12.17",
|
|
37
38
|
"react": "^18.2.0",
|
|
39
|
+
"react-dom": "^18.3.1",
|
|
38
40
|
"react-chartjs-2": "^5.3.0",
|
|
39
|
-
"react-pro-sidebar": "^1.1.0"
|
|
41
|
+
"react-pro-sidebar": "^1.1.0",
|
|
42
|
+
"tailwindcss": "^4.3.0"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"clsx": "^2.1.1",
|
|
46
|
+
"date-fns": "^4.1.0",
|
|
47
|
+
"formik": "^2.4.6",
|
|
48
|
+
"react-date-range": "^2.0.1",
|
|
49
|
+
"react-icons": "^5.6.0",
|
|
50
|
+
"sweetalert2": "^11.26.4",
|
|
51
|
+
"tailwind-merge": "^3.0.2",
|
|
52
|
+
"tailwind-variants": "^3.2.2",
|
|
53
|
+
"uuid": "^13.0.0"
|
|
40
54
|
},
|
|
41
55
|
"devDependencies": {
|
|
42
56
|
"@chromatic-com/storybook": "^3.2.6",
|
|
@@ -47,43 +61,33 @@
|
|
|
47
61
|
"@storybook/react": "^8.6.10",
|
|
48
62
|
"@storybook/react-vite": "^8.6.10",
|
|
49
63
|
"@storybook/test": "^8.6.10",
|
|
64
|
+
"@tailwindcss/vite": "^4.3.0",
|
|
50
65
|
"@types/node": "^22.13.13",
|
|
51
66
|
"@types/react": "^18.2.67",
|
|
52
67
|
"@types/react-dom": "^18.2.22",
|
|
68
|
+
"@types/uuid": "^10.0.0",
|
|
53
69
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
54
70
|
"@typescript-eslint/parser": "^7.3.1",
|
|
55
71
|
"@vitejs/plugin-react": "^4.2.1",
|
|
56
72
|
"autoprefixer": "^10.4.18",
|
|
73
|
+
"chart.js": "^4.5.1",
|
|
57
74
|
"eslint": "^8.57.0",
|
|
58
75
|
"eslint-config-prettier": "^9.1.0",
|
|
59
76
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
60
77
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
61
78
|
"eslint-plugin-storybook": "^0.12.0",
|
|
62
79
|
"eslint-plugin-tailwindcss": "^3.15.1",
|
|
63
|
-
"flowbite-react": "^0.
|
|
80
|
+
"flowbite-react": "^0.12.17",
|
|
64
81
|
"postcss": "^8.4.37",
|
|
65
|
-
"prettier-plugin-tailwindcss": "^0.
|
|
82
|
+
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
66
83
|
"react": "^18.2.0",
|
|
67
84
|
"react-chartjs-2": "^5.3.0",
|
|
85
|
+
"react-dom": "^18.3.1",
|
|
68
86
|
"react-pro-sidebar": "^1.1.0",
|
|
69
87
|
"storybook": "^8.6.10",
|
|
70
|
-
"tailwindcss": "^3.
|
|
88
|
+
"tailwindcss": "^4.3.0",
|
|
71
89
|
"typescript": "^5.4.2",
|
|
72
90
|
"vite": "^5.2.0",
|
|
73
91
|
"vite-plugin-dts": "^4.5.3"
|
|
74
|
-
},
|
|
75
|
-
"dependencies": {
|
|
76
|
-
"@types/uuid": "^10.0.0",
|
|
77
|
-
"chart.js": "^4.5.1",
|
|
78
|
-
"clsx": "^2.1.1",
|
|
79
|
-
"date-fns": "^4.1.0",
|
|
80
|
-
"formik": "^2.4.6",
|
|
81
|
-
"react-chartjs-2": "^5.3.0",
|
|
82
|
-
"react-date-range": "^2.0.1",
|
|
83
|
-
"react-dom": "^18.3.1",
|
|
84
|
-
"sweetalert2": "^11.26.4",
|
|
85
|
-
"tailwind-merge": "^3.0.2",
|
|
86
|
-
"tailwind-variants": "^3.2.2",
|
|
87
|
-
"uuid": "^13.0.0"
|
|
88
92
|
}
|
|
89
93
|
}
|