@devopness/ui-react 2.154.0 → 2.156.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/src/components/Forms/Input/Input.d.ts +11 -4
- package/dist/src/icons/iconLoader.d.ts +20 -4
- package/dist/ui-react.cjs +163 -163
- package/dist/ui-react.js +4601 -4503
- package/package.json +30 -31
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@devopness/ui-react",
|
|
5
|
-
"version": "2.
|
|
5
|
+
"version": "2.156.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -57,54 +57,53 @@
|
|
|
57
57
|
},
|
|
58
58
|
"homepage": "https://github.com/devopness/devopness#readme",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@mui/material": "^6.4.
|
|
61
|
-
"@mui/styled-engine-sc": "^6.4.
|
|
62
|
-
"
|
|
63
|
-
"ldrs": "^1.0.2",
|
|
60
|
+
"@mui/material": "^6.4.8",
|
|
61
|
+
"@mui/styled-engine-sc": "^6.4.6",
|
|
62
|
+
"ldrs": "^1.1.2",
|
|
64
63
|
"lodash": "^4.17.21",
|
|
65
64
|
"material-ui-popup-state": "^5.3.3",
|
|
66
65
|
"path-browserify": "^1.0.1",
|
|
67
|
-
"react-icons": "^5.
|
|
68
|
-
"styled-components": "^6.1.
|
|
66
|
+
"react-icons": "^5.5.0",
|
|
67
|
+
"styled-components": "^6.1.16"
|
|
69
68
|
},
|
|
70
69
|
"devDependencies": {
|
|
71
70
|
"@emotion/styled": "^11.14.0",
|
|
72
|
-
"@eslint/js": "^9.
|
|
73
|
-
"@storybook/addon-essentials": "^8.
|
|
74
|
-
"@storybook/blocks": "^8.
|
|
75
|
-
"@storybook/manager-api": "^8.5.
|
|
76
|
-
"@storybook/react": "^8.
|
|
77
|
-
"@storybook/react-vite": "^8.
|
|
78
|
-
"@storybook/test": "^8.
|
|
79
|
-
"@storybook/theming": "^8.
|
|
71
|
+
"@eslint/js": "^9.22.0",
|
|
72
|
+
"@storybook/addon-essentials": "^8.6.9",
|
|
73
|
+
"@storybook/blocks": "^8.6.9",
|
|
74
|
+
"@storybook/manager-api": "^8.5.1",
|
|
75
|
+
"@storybook/react": "^8.6.4",
|
|
76
|
+
"@storybook/react-vite": "^8.6.9",
|
|
77
|
+
"@storybook/test": "^8.6.7",
|
|
78
|
+
"@storybook/theming": "^8.6.9",
|
|
80
79
|
"@testing-library/react": "^16.2.0",
|
|
81
|
-
"@types/lodash": "^4.17.
|
|
82
|
-
"@types/node": "^22.
|
|
80
|
+
"@types/lodash": "^4.17.16",
|
|
81
|
+
"@types/node": "^22.13.13",
|
|
83
82
|
"@types/path-browserify": "^1.0.3",
|
|
84
83
|
"@types/react": "^18.3.13",
|
|
85
84
|
"@types/react-dom": "^18.3.0",
|
|
86
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
87
|
-
"eslint": "^9.
|
|
85
|
+
"@vitejs/plugin-react-swc": "^3.8.1",
|
|
86
|
+
"eslint": "^9.23.0",
|
|
88
87
|
"eslint-plugin-import": "^2.31.0",
|
|
89
88
|
"eslint-plugin-import-helpers": "^2.0.1",
|
|
90
89
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
91
90
|
"eslint-plugin-react": "^7.37.4",
|
|
92
|
-
"eslint-plugin-react-hooks": "^5.
|
|
93
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
94
|
-
"eslint-plugin-storybook": "^0.11.
|
|
95
|
-
"globals": "^
|
|
91
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
92
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
93
|
+
"eslint-plugin-storybook": "^0.11.6",
|
|
94
|
+
"globals": "^16.0.0",
|
|
96
95
|
"jsdom": "^26.0.0",
|
|
97
|
-
"prettier": "^3.
|
|
98
|
-
"prettier-plugin-multiline-arrays": "^4.0.
|
|
96
|
+
"prettier": "^3.5.3",
|
|
97
|
+
"prettier-plugin-multiline-arrays": "^4.0.3",
|
|
99
98
|
"react": "^18.3.1",
|
|
100
99
|
"react-dom": "^18.3.1",
|
|
101
|
-
"storybook": "^8.
|
|
102
|
-
"typescript": "^5.
|
|
103
|
-
"typescript-eslint": "~8.
|
|
104
|
-
"vite": "^6.
|
|
105
|
-
"vite-plugin-dts": "^4.5.
|
|
100
|
+
"storybook": "^8.6.9",
|
|
101
|
+
"typescript": "^5.8.2",
|
|
102
|
+
"typescript-eslint": "~8.27.0",
|
|
103
|
+
"vite": "^6.2.3",
|
|
104
|
+
"vite-plugin-dts": "^4.5.3",
|
|
106
105
|
"vite-tsconfig-paths": "^5.1.4",
|
|
107
|
-
"vitest": "^3.0.
|
|
106
|
+
"vitest": "^3.0.9"
|
|
108
107
|
},
|
|
109
108
|
"peerDependencies": {
|
|
110
109
|
"react": "^18.3.1",
|