@devopness/ui-react 2.162.0 → 2.164.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/colors/getColor.d.ts +2 -0
- package/dist/src/components/Forms/Input/Input.d.ts +10 -10
- package/dist/src/components/Primitives/Dropdown/Dropdown.d.ts +3 -3
- package/dist/src/components/Primitives/ErrorMessage/ErrorMessage.d.ts +6 -2
- package/dist/src/components/Primitives/Label/Label.d.ts +3 -1
- package/dist/src/icons/iconLoader.d.ts +8 -0
- package/dist/ui-react.cjs +182 -198
- package/dist/ui-react.js +5074 -5182
- package/package.json +28 -30
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.164.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"build": "rm -Rf dist && tsc -b && vite build",
|
|
25
25
|
"build-storybook": "NODE_ENV=production storybook build -c .storybook -o ./storybook-static",
|
|
26
26
|
"lint": "eslint --max-warnings=0 . && prettier --check .",
|
|
27
|
+
"format": "eslint --fix . && prettier --write .",
|
|
27
28
|
"prepublishOnly": "npm run lint && npm test && npm run build",
|
|
28
29
|
"storybook": "storybook dev -p 6006",
|
|
29
30
|
"test": "vitest"
|
|
@@ -57,53 +58,50 @@
|
|
|
57
58
|
},
|
|
58
59
|
"homepage": "https://github.com/devopness/devopness#readme",
|
|
59
60
|
"dependencies": {
|
|
60
|
-
"@mui/material": "^6.4.
|
|
61
|
+
"@mui/material": "^6.4.12",
|
|
61
62
|
"@mui/styled-engine-sc": "^6.4.9",
|
|
62
|
-
"ldrs": "^1.1.
|
|
63
|
+
"ldrs": "^1.1.7",
|
|
63
64
|
"lodash": "^4.17.21",
|
|
64
|
-
"material-ui-popup-state": "^5.3.
|
|
65
|
+
"material-ui-popup-state": "^5.3.6",
|
|
65
66
|
"path-browserify": "^1.0.1",
|
|
66
67
|
"react-icons": "^5.5.0",
|
|
67
|
-
"styled-components": "^6.1.
|
|
68
|
+
"styled-components": "^6.1.19"
|
|
68
69
|
},
|
|
69
70
|
"devDependencies": {
|
|
70
|
-
"@emotion/styled": "^11.14.
|
|
71
|
-
"@eslint/js": "^9.
|
|
72
|
-
"@storybook/addon-
|
|
73
|
-
"@storybook/
|
|
74
|
-
"@storybook/
|
|
75
|
-
"@storybook/react": "
|
|
76
|
-
"@storybook/react-vite": "8.6.12",
|
|
77
|
-
"@storybook/test": "8.6.12",
|
|
78
|
-
"@storybook/theming": "8.6.12",
|
|
71
|
+
"@emotion/styled": "^11.14.1",
|
|
72
|
+
"@eslint/js": "^9.30.0",
|
|
73
|
+
"@storybook/addon-a11y": "^9.0.15",
|
|
74
|
+
"@storybook/addon-docs": "9.0.15",
|
|
75
|
+
"@storybook/csf": "^0.1.13",
|
|
76
|
+
"@storybook/react-vite": "9.0.15",
|
|
79
77
|
"@testing-library/react": "^16.3.0",
|
|
80
|
-
"@types/lodash": "^4.17.
|
|
81
|
-
"@types/node": "^22.
|
|
78
|
+
"@types/lodash": "^4.17.20",
|
|
79
|
+
"@types/node": "^22.15.30",
|
|
82
80
|
"@types/path-browserify": "^1.0.3",
|
|
83
81
|
"@types/react": "^18.3.13",
|
|
84
82
|
"@types/react-dom": "^18.3.0",
|
|
85
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
86
|
-
"eslint": "^9.
|
|
87
|
-
"eslint-plugin-import": "^2.
|
|
83
|
+
"@vitejs/plugin-react-swc": "^3.10.2",
|
|
84
|
+
"eslint": "^9.30.1",
|
|
85
|
+
"eslint-plugin-import": "^2.32.0",
|
|
88
86
|
"eslint-plugin-import-helpers": "^2.0.1",
|
|
89
87
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
90
88
|
"eslint-plugin-react": "^7.37.5",
|
|
91
89
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
92
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
93
|
-
"eslint-plugin-storybook": "^0.
|
|
94
|
-
"globals": "^16.
|
|
95
|
-
"jsdom": "^26.
|
|
96
|
-
"prettier": "^3.
|
|
90
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
91
|
+
"eslint-plugin-storybook": "^9.0.15",
|
|
92
|
+
"globals": "^16.3.0",
|
|
93
|
+
"jsdom": "^26.1.0",
|
|
94
|
+
"prettier": "^3.6.1",
|
|
97
95
|
"prettier-plugin-multiline-arrays": "^4.0.3",
|
|
98
96
|
"react": "^18.3.1",
|
|
99
97
|
"react-dom": "^18.3.1",
|
|
100
|
-
"storybook": "
|
|
101
|
-
"typescript": "^5.8.
|
|
102
|
-
"typescript-eslint": "~8.
|
|
103
|
-
"vite": "^
|
|
104
|
-
"vite-plugin-dts": "^4.5.
|
|
98
|
+
"storybook": "9.0.15",
|
|
99
|
+
"typescript": "^5.8.3",
|
|
100
|
+
"typescript-eslint": "~8.35.1",
|
|
101
|
+
"vite": "^7.0.2",
|
|
102
|
+
"vite-plugin-dts": "^4.5.4",
|
|
105
103
|
"vite-tsconfig-paths": "^5.1.4",
|
|
106
|
-
"vitest": "^3.
|
|
104
|
+
"vitest": "^3.2.4"
|
|
107
105
|
},
|
|
108
106
|
"peerDependencies": {
|
|
109
107
|
"react": "^18.3.1",
|