@alextheman/components 6.11.1 → 6.13.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/components",
3
- "version": "6.11.1",
3
+ "version": "6.13.0",
4
4
  "description": "A package containing common React components used across my projects.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,58 +14,64 @@
14
14
  "types": "./dist/index.d.ts",
15
15
  "import": "./dist/index.js",
16
16
  "require": "./dist/index.cjs"
17
+ },
18
+ "./v7": {
19
+ "types": "./dist/v7/index.d.ts",
20
+ "import": "./dist/v7/index.js",
21
+ "require": "./dist/v7/index.cjs"
17
22
  }
18
23
  },
19
24
  "files": [
20
25
  "dist"
21
26
  ],
22
27
  "dependencies": {
23
- "@alextheman/utility": "^5.8.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
+ "@alextheman/utility": "5.11.2",
29
+ "common-tags": "1.8.2",
30
+ "react-icons": "5.6.0",
31
+ "react-live": "4.1.8",
32
+ "zod": "4.3.6"
28
33
  },
29
34
  "devDependencies": {
30
- "@alextheman/eslint-plugin": "^5.10.4",
31
- "@emotion/react": "^11.14.0",
32
- "@emotion/styled": "^11.14.1",
33
- "@mui/material": "^7.3.9",
34
- "@playwright/test": "^1.58.2",
35
- "@storybook/addon-docs": "^10.3.3",
36
- "@storybook/addon-vitest": "^10.3.3",
37
- "@storybook/react-vite": "^10.3.3",
38
- "@tanstack/react-form": "^1.28.5",
39
- "@types/common-tags": "^1.8.4",
40
- "@types/node": "^25.5.0",
41
- "@types/react": "^19.2.14",
42
- "@types/react-dom": "^19.2.3",
43
- "@typescript-eslint/types": "^8.57.2",
44
- "@vitest/browser-playwright": "^4.1.2",
45
- "@vitest/coverage-v8": "^4.1.2",
46
- "alex-c-line": "^2.4.0",
47
- "dotenv-cli": "^11.0.0",
48
- "esbuild": "^0.27.4",
49
- "eslint": "^10.1.0",
50
- "eslint-plugin-storybook": "^10.3.3",
51
- "execa": "^9.6.1",
52
- "globals": "^17.4.0",
53
- "husky": "^9.1.7",
54
- "playwright": "^1.58.2",
55
- "prettier": "^3.8.1",
56
- "react": "^19.2.4",
57
- "react-docgen-typescript": "^2.4.0",
58
- "react-dom": "^19.2.4",
59
- "react-hook-form": "^7.72.0",
60
- "react-router-dom": "^7.13.2",
61
- "storybook": "^10.3.3",
62
- "styled-components": "^6.3.12",
63
- "tempy": "^3.2.0",
64
- "tsdown": "^0.21.6",
65
- "typescript": "^6.0.2",
66
- "typescript-eslint": "^8.57.2",
67
- "vitest": "^4.1.2",
68
- "wouter": "^3.9.0"
35
+ "@alextheman/eslint-plugin": "5.13.0",
36
+ "@emotion/react": "11.14.0",
37
+ "@emotion/styled": "11.14.1",
38
+ "@mui/material": "9.0.0",
39
+ "@playwright/test": "1.59.1",
40
+ "@storybook/addon-a11y": "10.3.5",
41
+ "@storybook/addon-docs": "10.3.5",
42
+ "@storybook/addon-vitest": "10.3.5",
43
+ "@storybook/react-vite": "10.3.5",
44
+ "@tanstack/react-form": "1.29.0",
45
+ "@types/common-tags": "1.8.4",
46
+ "@types/node": "25.6.0",
47
+ "@types/react": "19.2.14",
48
+ "@types/react-dom": "19.2.3",
49
+ "@typescript-eslint/types": "8.58.2",
50
+ "@vitest/browser-playwright": "4.1.4",
51
+ "@vitest/coverage-v8": "4.1.4",
52
+ "alex-c-line": "2.7.0",
53
+ "dotenv-cli": "11.0.0",
54
+ "esbuild": "0.28.0",
55
+ "eslint": "10.2.1",
56
+ "eslint-plugin-storybook": "10.3.5",
57
+ "execa": "9.6.1",
58
+ "globals": "17.5.0",
59
+ "husky": "9.1.7",
60
+ "playwright": "1.59.1",
61
+ "prettier": "3.8.3",
62
+ "react": "19.2.5",
63
+ "react-docgen-typescript": "2.4.0",
64
+ "react-dom": "19.2.5",
65
+ "react-hook-form": "7.72.1",
66
+ "react-router-dom": "7.14.1",
67
+ "storybook": "10.3.5",
68
+ "styled-components": "6.4.0",
69
+ "tempy": "3.2.0",
70
+ "tsdown": "0.21.9",
71
+ "typescript": "6.0.3",
72
+ "typescript-eslint": "8.58.2",
73
+ "vitest": "4.1.4",
74
+ "wouter": "3.9.0"
69
75
  },
70
76
  "peerDependencies": {
71
77
  "@emotion/react": ">=11.0.0",
@@ -76,7 +82,7 @@
76
82
  "react-dom": ">=19.0.0",
77
83
  "react-hook-form": ">=7.66.0",
78
84
  "react-router-dom": ">=7.0.0",
79
- "wouter": "^3.9.0"
85
+ "wouter": ">=3.9.0"
80
86
  },
81
87
  "engines": {
82
88
  "node": ">=22.0.0"