@leapdevuk/component-toolbox 0.0.135 → 0.1.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/CHANGELOG.md +13 -0
- package/dist/components/accordionsummary/AccordionSummary.d.ts +1 -3
- package/dist/components/accordiontable/AccordionTable.d.ts +2 -3
- package/dist/components/datagrid/DataGrid.d.ts +21 -19
- package/dist/components/datagridtree/DataGridTree.d.ts +3 -5
- package/dist/components/grid/Grid.d.ts +2 -2
- package/dist/components/listitem/ListItem.d.ts +1 -1
- package/dist/index.cjs.js +50 -57
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6446 -6544
- package/dist/index.es.js.map +1 -1
- package/package.json +29 -29
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@leapdevuk/component-toolbox",
|
|
3
3
|
"author": "LEAP Dev UK",
|
|
4
4
|
"description": "LEAP Dev UK Component Toolbox",
|
|
5
|
-
"version": "0.0
|
|
5
|
+
"version": "0.1.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
8
8
|
"module": "dist/index.es.js",
|
|
@@ -23,39 +23,39 @@
|
|
|
23
23
|
"toolbox"
|
|
24
24
|
],
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@mui/types": "7.
|
|
27
|
-
"@testing-library/jest-dom": "6.
|
|
28
|
-
"@testing-library/react": "16.
|
|
29
|
-
"@types/node": "
|
|
30
|
-
"@types/react": "
|
|
31
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
32
|
-
"@typescript-eslint/parser": "8.
|
|
33
|
-
"eslint": "9.
|
|
34
|
-
"eslint-config-prettier": "10.
|
|
35
|
-
"eslint-plugin-prettier": "5.
|
|
36
|
-
"eslint-plugin-react": "7.37.
|
|
37
|
-
"eslint-plugin-react-hooks": "
|
|
38
|
-
"jsdom": "
|
|
39
|
-
"prettier": "3.4
|
|
40
|
-
"typescript": "5.
|
|
41
|
-
"vite": "6.
|
|
42
|
-
"vite-plugin-dts": "4.5.
|
|
43
|
-
"vitest": "
|
|
26
|
+
"@mui/types": "7.4.9",
|
|
27
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
28
|
+
"@testing-library/react": "16.3.0",
|
|
29
|
+
"@types/node": "24.10.2",
|
|
30
|
+
"@types/react": "19.2.7",
|
|
31
|
+
"@typescript-eslint/eslint-plugin": "8.49.0",
|
|
32
|
+
"@typescript-eslint/parser": "8.49.0",
|
|
33
|
+
"eslint": "9.39.1",
|
|
34
|
+
"eslint-config-prettier": "10.1.8",
|
|
35
|
+
"eslint-plugin-prettier": "5.5.4",
|
|
36
|
+
"eslint-plugin-react": "7.37.5",
|
|
37
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
38
|
+
"jsdom": "27.0.1",
|
|
39
|
+
"prettier": "3.7.4",
|
|
40
|
+
"typescript": "5.9.3",
|
|
41
|
+
"vite": "6.4.1",
|
|
42
|
+
"vite-plugin-dts": "4.5.4",
|
|
43
|
+
"vitest": "4.0.15"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@emotion/react": "11.14.0",
|
|
47
|
-
"@emotion/styled": "11.14.
|
|
48
|
-
"@mui/icons-material": "
|
|
49
|
-
"@mui/material": "
|
|
50
|
-
"@mui/x-date-pickers-pro": "
|
|
51
|
-
"@mui/x-data-grid-pro": "
|
|
52
|
-
"@mui/x-license": "
|
|
53
|
-
"@leapdev/leap-host": "3.
|
|
47
|
+
"@emotion/styled": "11.14.1",
|
|
48
|
+
"@mui/icons-material": "7.3.6",
|
|
49
|
+
"@mui/material": "7.3.6",
|
|
50
|
+
"@mui/x-date-pickers-pro": "8.21.0",
|
|
51
|
+
"@mui/x-data-grid-pro": "8.21.0",
|
|
52
|
+
"@mui/x-license": "8.21.0",
|
|
53
|
+
"@leapdev/leap-host": "3.5.3",
|
|
54
54
|
"date-fns": "4.1.0",
|
|
55
55
|
"date-fns-tz": "3.2.0",
|
|
56
|
-
"react": "
|
|
57
|
-
"react-dom": "
|
|
58
|
-
"react-number-format": "5.4.
|
|
56
|
+
"react": "19.2.1",
|
|
57
|
+
"react-dom": "19.2.1",
|
|
58
|
+
"react-number-format": "5.4.4"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
|
61
61
|
"node": ">=20.10.0"
|