@bluemarble/bm-components 1.20.0 → 2.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/index.d.mts +17 -18
- package/dist/index.d.ts +17 -18
- package/dist/index.js +614 -375
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +755 -516
- package/dist/index.mjs.map +1 -1
- package/package.json +36 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bluemarble/bm-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "BM components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -20,51 +20,51 @@
|
|
|
20
20
|
"author": "",
|
|
21
21
|
"license": "ISC",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"cookie": "^
|
|
24
|
-
"imask": "^6.
|
|
25
|
-
"jsonwebtoken": "^9.0.
|
|
26
|
-
"moment": "^2.
|
|
27
|
-
"react": "^
|
|
28
|
-
"react-dom": "^
|
|
29
|
-
"react-icons": "^
|
|
30
|
-
"react-imask": "^6.
|
|
23
|
+
"cookie": "^1.1.1",
|
|
24
|
+
"imask": "^7.6.1",
|
|
25
|
+
"jsonwebtoken": "^9.0.3",
|
|
26
|
+
"moment": "^2.30.1",
|
|
27
|
+
"react": "^19.2.3",
|
|
28
|
+
"react-dom": "^19.2.3",
|
|
29
|
+
"react-icons": "^5.5.0",
|
|
30
|
+
"react-imask": "^7.6.1",
|
|
31
31
|
"sort-by": "^1.2.0",
|
|
32
|
-
"uuid": "^
|
|
32
|
+
"uuid": "^13.0.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@emotion/react": "^11.10.8",
|
|
36
36
|
"@emotion/styled": "^11.10.8",
|
|
37
|
-
"@mui/material": "^
|
|
37
|
+
"@mui/material": "^7.3.7",
|
|
38
38
|
"axios": "^1.6.2",
|
|
39
39
|
"formik": "^2.2.9",
|
|
40
|
-
"next": "^
|
|
40
|
+
"next": "^16.1.4",
|
|
41
41
|
"nookies": "^2.5.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@biomejs/biome": "
|
|
45
|
-
"@chromatic-com/storybook": "^
|
|
46
|
-
"@storybook/addon-a11y": "^
|
|
47
|
-
"@storybook/addon-docs": "^
|
|
48
|
-
"@storybook/addon-onboarding": "^
|
|
49
|
-
"@storybook/addon-vitest": "^
|
|
50
|
-
"@storybook/react-vite": "^
|
|
51
|
-
"@types/cookie": "^0.
|
|
52
|
-
"@types/node": "^
|
|
53
|
-
"@types/react": "^
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
55
|
-
"@typescript-eslint/parser": "^
|
|
56
|
-
"@vitest/browser": "^
|
|
57
|
-
"@vitest/coverage-v8": "^
|
|
58
|
-
"eslint": "^
|
|
59
|
-
"eslint-plugin-react": "^7.
|
|
60
|
-
"eslint-plugin-storybook": "^
|
|
61
|
-
"playwright": "^1.
|
|
62
|
-
"prettier": "^
|
|
63
|
-
"storybook": "^
|
|
64
|
-
"tsup": "^8.
|
|
65
|
-
"typescript": "^
|
|
66
|
-
"vitest": "^
|
|
67
|
-
"zod": "^3.
|
|
44
|
+
"@biomejs/biome": "2.3.13",
|
|
45
|
+
"@chromatic-com/storybook": "^5.0.0",
|
|
46
|
+
"@storybook/addon-a11y": "^10.2.0",
|
|
47
|
+
"@storybook/addon-docs": "^10.2.0",
|
|
48
|
+
"@storybook/addon-onboarding": "^10.2.0",
|
|
49
|
+
"@storybook/addon-vitest": "^10.2.0",
|
|
50
|
+
"@storybook/react-vite": "^10.2.0",
|
|
51
|
+
"@types/cookie": "^1.0.0",
|
|
52
|
+
"@types/node": "^25.0.10",
|
|
53
|
+
"@types/react": "^19.2.9",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.53.1",
|
|
55
|
+
"@typescript-eslint/parser": "^8.53.1",
|
|
56
|
+
"@vitest/browser": "^4.0.18",
|
|
57
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
58
|
+
"eslint": "^9.39.2",
|
|
59
|
+
"eslint-plugin-react": "^7.37.5",
|
|
60
|
+
"eslint-plugin-storybook": "^10.2.0",
|
|
61
|
+
"playwright": "^1.58.0",
|
|
62
|
+
"prettier": "^3.8.1",
|
|
63
|
+
"storybook": "^10.2.0",
|
|
64
|
+
"tsup": "^8.5.1",
|
|
65
|
+
"typescript": "^5.9.3",
|
|
66
|
+
"vitest": "^4.0.18",
|
|
67
|
+
"zod": "^4.3.6"
|
|
68
68
|
},
|
|
69
69
|
"eslintConfig": {
|
|
70
70
|
"extends": [
|