ui-mathilde-web 0.8.0 → 0.9.0
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/LICENSE +21 -21
- package/README.md +5 -5
- package/dist/assets/images/click.svg +7 -7
- package/dist/assets/images/conversiones.svg +8 -8
- package/dist/assets/images/file.svg +9 -9
- package/dist/assets/images/fileSVG.svg +17 -17
- package/dist/assets/images/impresiones.svg +5 -5
- package/dist/assets/images/porcentaje.svg +5 -5
- package/dist/assets/images/robot.svg +18 -18
- package/dist/assets/images/spinner.svg +32 -32
- package/dist/assets/images/vistas.svg +5 -5
- package/dist/assets/images/window.svg +16 -16
- package/dist/style.css +1 -1
- package/dist/ui-mathilde-web.d.ts +72 -10
- package/dist/ui-mathilde-web.js +6770 -6616
- package/dist/ui-mathilde-web.umd.cjs +73 -73
- package/package.json +77 -77
package/package.json
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ui-mathilde-web",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist"
|
|
7
|
-
],
|
|
8
|
-
"main": "./dist/ui-mathilde-web.umd.cjs",
|
|
9
|
-
"module": "./dist/ui-mathilde-web.js",
|
|
10
|
-
"exports": {
|
|
11
|
-
".": {
|
|
12
|
-
"import": "./dist/ui-mathilde-web.js",
|
|
13
|
-
"require": "./dist/ui-mathilde-web.umd.cjs"
|
|
14
|
-
},
|
|
15
|
-
"./dist/style.css": "./dist/style.css"
|
|
16
|
-
},
|
|
17
|
-
"scripts": {
|
|
18
|
-
"dev": "vite",
|
|
19
|
-
"build": "tsc && vite build",
|
|
20
|
-
"preview": "vite preview",
|
|
21
|
-
"format": "prettier . --write",
|
|
22
|
-
"format:check": "prettier . --check",
|
|
23
|
-
"lint": "eslint .",
|
|
24
|
-
"lint:fix": "eslint . --fix",
|
|
25
|
-
"typecheck": "tsc --noEmit",
|
|
26
|
-
"storybook": "storybook dev -p 6006",
|
|
27
|
-
"build-storybook": "storybook build"
|
|
28
|
-
},
|
|
29
|
-
"peerDependencies": {
|
|
30
|
-
"flowbite-react": "^0.8.0",
|
|
31
|
-
"react": "^18.2.0",
|
|
32
|
-
"react-chartjs-2": "^5.3.0",
|
|
33
|
-
"react-pro-sidebar": "^1.1.0"
|
|
34
|
-
},
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"@chromatic-com/storybook": "^3.2.6",
|
|
37
|
-
"@storybook/addon-essentials": "^8.6.10",
|
|
38
|
-
"@storybook/addon-interactions": "^8.6.10",
|
|
39
|
-
"@storybook/addon-onboarding": "^8.6.10",
|
|
40
|
-
"@storybook/blocks": "^8.6.10",
|
|
41
|
-
"@storybook/react": "^8.6.10",
|
|
42
|
-
"@storybook/react-vite": "^8.6.10",
|
|
43
|
-
"@storybook/test": "^8.6.10",
|
|
44
|
-
"@types/node": "^22.13.13",
|
|
45
|
-
"@types/react": "^18.2.67",
|
|
46
|
-
"@types/react-dom": "^18.2.22",
|
|
47
|
-
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
48
|
-
"@typescript-eslint/parser": "^7.3.1",
|
|
49
|
-
"@vitejs/plugin-react": "^4.2.1",
|
|
50
|
-
"autoprefixer": "^10.4.18",
|
|
51
|
-
"eslint": "^8.57.0",
|
|
52
|
-
"eslint-config-prettier": "^9.1.0",
|
|
53
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
54
|
-
"eslint-plugin-react-refresh": "^0.4.6",
|
|
55
|
-
"eslint-plugin-storybook": "^0.12.0",
|
|
56
|
-
"eslint-plugin-tailwindcss": "^3.15.1",
|
|
57
|
-
"flowbite-react": "^0.8.0",
|
|
58
|
-
"postcss": "^8.4.37",
|
|
59
|
-
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
60
|
-
"react": "^18.2.0",
|
|
61
|
-
"react-chartjs-2": "^5.3.0",
|
|
62
|
-
"react-pro-sidebar": "^1.1.0",
|
|
63
|
-
"storybook": "^8.6.10",
|
|
64
|
-
"tailwindcss": "^3.4.1",
|
|
65
|
-
"typescript": "^5.4.2",
|
|
66
|
-
"vite": "^5.2.0",
|
|
67
|
-
"vite-plugin-dts": "^4.5.3"
|
|
68
|
-
},
|
|
69
|
-
"dependencies": {
|
|
70
|
-
"clsx": "^2.1.1",
|
|
71
|
-
"date-fns": "^4.1.0",
|
|
72
|
-
"formik": "^2.4.6",
|
|
73
|
-
"react-date-range": "^2.0.1",
|
|
74
|
-
"sweetalert2": "^11.26.4",
|
|
75
|
-
"tailwind-merge": "^3.0.2"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "ui-mathilde-web",
|
|
3
|
+
"version": "0.9.0",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"main": "./dist/ui-mathilde-web.umd.cjs",
|
|
9
|
+
"module": "./dist/ui-mathilde-web.js",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/ui-mathilde-web.js",
|
|
13
|
+
"require": "./dist/ui-mathilde-web.umd.cjs"
|
|
14
|
+
},
|
|
15
|
+
"./dist/style.css": "./dist/style.css"
|
|
16
|
+
},
|
|
17
|
+
"scripts": {
|
|
18
|
+
"dev": "vite",
|
|
19
|
+
"build": "tsc && vite build",
|
|
20
|
+
"preview": "vite preview",
|
|
21
|
+
"format": "prettier . --write",
|
|
22
|
+
"format:check": "prettier . --check",
|
|
23
|
+
"lint": "eslint .",
|
|
24
|
+
"lint:fix": "eslint . --fix",
|
|
25
|
+
"typecheck": "tsc --noEmit",
|
|
26
|
+
"storybook": "storybook dev -p 6006",
|
|
27
|
+
"build-storybook": "storybook build"
|
|
28
|
+
},
|
|
29
|
+
"peerDependencies": {
|
|
30
|
+
"flowbite-react": "^0.8.0",
|
|
31
|
+
"react": "^18.2.0",
|
|
32
|
+
"react-chartjs-2": "^5.3.0",
|
|
33
|
+
"react-pro-sidebar": "^1.1.0"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@chromatic-com/storybook": "^3.2.6",
|
|
37
|
+
"@storybook/addon-essentials": "^8.6.10",
|
|
38
|
+
"@storybook/addon-interactions": "^8.6.10",
|
|
39
|
+
"@storybook/addon-onboarding": "^8.6.10",
|
|
40
|
+
"@storybook/blocks": "^8.6.10",
|
|
41
|
+
"@storybook/react": "^8.6.10",
|
|
42
|
+
"@storybook/react-vite": "^8.6.10",
|
|
43
|
+
"@storybook/test": "^8.6.10",
|
|
44
|
+
"@types/node": "^22.13.13",
|
|
45
|
+
"@types/react": "^18.2.67",
|
|
46
|
+
"@types/react-dom": "^18.2.22",
|
|
47
|
+
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
48
|
+
"@typescript-eslint/parser": "^7.3.1",
|
|
49
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
50
|
+
"autoprefixer": "^10.4.18",
|
|
51
|
+
"eslint": "^8.57.0",
|
|
52
|
+
"eslint-config-prettier": "^9.1.0",
|
|
53
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
54
|
+
"eslint-plugin-react-refresh": "^0.4.6",
|
|
55
|
+
"eslint-plugin-storybook": "^0.12.0",
|
|
56
|
+
"eslint-plugin-tailwindcss": "^3.15.1",
|
|
57
|
+
"flowbite-react": "^0.8.0",
|
|
58
|
+
"postcss": "^8.4.37",
|
|
59
|
+
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
60
|
+
"react": "^18.2.0",
|
|
61
|
+
"react-chartjs-2": "^5.3.0",
|
|
62
|
+
"react-pro-sidebar": "^1.1.0",
|
|
63
|
+
"storybook": "^8.6.10",
|
|
64
|
+
"tailwindcss": "^3.4.1",
|
|
65
|
+
"typescript": "^5.4.2",
|
|
66
|
+
"vite": "^5.2.0",
|
|
67
|
+
"vite-plugin-dts": "^4.5.3"
|
|
68
|
+
},
|
|
69
|
+
"dependencies": {
|
|
70
|
+
"clsx": "^2.1.1",
|
|
71
|
+
"date-fns": "^4.1.0",
|
|
72
|
+
"formik": "^2.4.6",
|
|
73
|
+
"react-date-range": "^2.0.1",
|
|
74
|
+
"sweetalert2": "^11.26.4",
|
|
75
|
+
"tailwind-merge": "^3.0.2"
|
|
76
|
+
}
|
|
77
|
+
}
|