@alextheman/components 6.11.0 → 6.12.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/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +25 -30
- package/dist/index.d.ts +28 -33
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +47 -46
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alextheman/components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.12.0",
|
|
4
4
|
"description": "A package containing common React components used across my projects.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,52 +20,53 @@
|
|
|
20
20
|
"dist"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@alextheman/utility": "
|
|
24
|
-
"common-tags": "
|
|
25
|
-
"react-icons": "
|
|
26
|
-
"react-live": "
|
|
27
|
-
"zod": "
|
|
23
|
+
"@alextheman/utility": "5.11.0",
|
|
24
|
+
"common-tags": "1.8.2",
|
|
25
|
+
"react-icons": "5.6.0",
|
|
26
|
+
"react-live": "4.1.8",
|
|
27
|
+
"zod": "4.3.6"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@alextheman/eslint-plugin": "
|
|
31
|
-
"@emotion/react": "
|
|
32
|
-
"@emotion/styled": "
|
|
33
|
-
"@mui/material": "
|
|
34
|
-
"@playwright/test": "
|
|
35
|
-
"@storybook/addon-
|
|
36
|
-
"@storybook/addon-
|
|
37
|
-
"@storybook/
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@types/
|
|
41
|
-
"@types/
|
|
42
|
-
"@types/react
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@vitest/
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"eslint
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"react
|
|
58
|
-
"react-
|
|
59
|
-
"react-
|
|
60
|
-
"react-
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"typescript
|
|
67
|
-
"
|
|
68
|
-
"
|
|
30
|
+
"@alextheman/eslint-plugin": "5.12.0",
|
|
31
|
+
"@emotion/react": "11.14.0",
|
|
32
|
+
"@emotion/styled": "11.14.1",
|
|
33
|
+
"@mui/material": "9.0.0",
|
|
34
|
+
"@playwright/test": "1.59.1",
|
|
35
|
+
"@storybook/addon-a11y": "10.3.5",
|
|
36
|
+
"@storybook/addon-docs": "10.3.5",
|
|
37
|
+
"@storybook/addon-vitest": "10.3.5",
|
|
38
|
+
"@storybook/react-vite": "10.3.5",
|
|
39
|
+
"@tanstack/react-form": "1.29.0",
|
|
40
|
+
"@types/common-tags": "1.8.4",
|
|
41
|
+
"@types/node": "25.6.0",
|
|
42
|
+
"@types/react": "19.2.14",
|
|
43
|
+
"@types/react-dom": "19.2.3",
|
|
44
|
+
"@typescript-eslint/types": "8.58.1",
|
|
45
|
+
"@vitest/browser-playwright": "4.1.4",
|
|
46
|
+
"@vitest/coverage-v8": "4.1.4",
|
|
47
|
+
"alex-c-line": "2.6.1",
|
|
48
|
+
"dotenv-cli": "11.0.0",
|
|
49
|
+
"esbuild": "0.28.0",
|
|
50
|
+
"eslint": "10.2.0",
|
|
51
|
+
"eslint-plugin-storybook": "10.3.5",
|
|
52
|
+
"execa": "9.6.1",
|
|
53
|
+
"globals": "17.4.0",
|
|
54
|
+
"husky": "9.1.7",
|
|
55
|
+
"playwright": "1.59.1",
|
|
56
|
+
"prettier": "3.8.2",
|
|
57
|
+
"react": "19.2.5",
|
|
58
|
+
"react-docgen-typescript": "2.4.0",
|
|
59
|
+
"react-dom": "19.2.5",
|
|
60
|
+
"react-hook-form": "7.72.1",
|
|
61
|
+
"react-router-dom": "7.14.0",
|
|
62
|
+
"storybook": "10.3.5",
|
|
63
|
+
"styled-components": "6.4.0",
|
|
64
|
+
"tempy": "3.2.0",
|
|
65
|
+
"tsdown": "0.21.7",
|
|
66
|
+
"typescript": "6.0.2",
|
|
67
|
+
"typescript-eslint": "8.58.1",
|
|
68
|
+
"vitest": "4.1.4",
|
|
69
|
+
"wouter": "3.9.0"
|
|
69
70
|
},
|
|
70
71
|
"peerDependencies": {
|
|
71
72
|
"@emotion/react": ">=11.0.0",
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
"react-dom": ">=19.0.0",
|
|
77
78
|
"react-hook-form": ">=7.66.0",
|
|
78
79
|
"react-router-dom": ">=7.0.0",
|
|
79
|
-
"wouter": "
|
|
80
|
+
"wouter": ">=3.9.0"
|
|
80
81
|
},
|
|
81
82
|
"engines": {
|
|
82
83
|
"node": ">=22.0.0"
|