@devopness/ui-react 2.150.1 → 2.152.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 +107 -0
- package/dist/src/components/Forms/Input/Input.styled.d.ts +14 -0
- package/dist/src/components/Forms/Input/index.d.ts +1 -0
- package/dist/src/components/Forms/index.d.ts +1 -0
- package/dist/src/components/Primitives/ArrowHead/ArrowHead.d.ts +24 -0
- package/dist/src/components/Primitives/ArrowHead/ArrowHead.styled.d.ts +9 -0
- package/dist/src/components/Primitives/ArrowHead/index.d.ts +1 -0
- package/dist/src/components/Primitives/Label/Label.d.ts +31 -0
- package/dist/src/components/Primitives/Label/Label.styled.d.ts +4 -0
- package/dist/src/components/Primitives/Label/index.d.ts +1 -0
- package/dist/src/components/Primitives/index.d.ts +2 -0
- package/dist/src/components/styles.d.ts +13 -0
- package/dist/ui-react.cjs +229 -133
- package/dist/ui-react.js +2779 -2623
- package/package.json +12 -12
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.152.0",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -57,19 +57,19 @@
|
|
|
57
57
|
},
|
|
58
58
|
"homepage": "https://github.com/devopness/devopness#readme",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@mui/material": "^6.3.
|
|
61
|
-
"@mui/styled-engine-sc": "^6.3.
|
|
60
|
+
"@mui/material": "^6.3.1",
|
|
61
|
+
"@mui/styled-engine-sc": "^6.3.1",
|
|
62
62
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.2.1/react-icons-all-files-5.2.1.tgz",
|
|
63
|
-
"framer-motion": "^11.
|
|
63
|
+
"framer-motion": "^11.16.4",
|
|
64
64
|
"ldrs": "^1.0.2",
|
|
65
65
|
"lodash": "^4.17.21",
|
|
66
66
|
"material-ui-popup-state": "^5.3.3",
|
|
67
67
|
"path-browserify": "^1.0.1",
|
|
68
|
-
"styled-components": "^6.1.
|
|
68
|
+
"styled-components": "^6.1.14"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@emotion/styled": "^11.14.0",
|
|
72
|
-
"@eslint/js": "^9.
|
|
72
|
+
"@eslint/js": "^9.18.0",
|
|
73
73
|
"@storybook/addon-essentials": "^8.4.7",
|
|
74
74
|
"@storybook/blocks": "^8.4.7",
|
|
75
75
|
"@storybook/manager-api": "^8.4.7",
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
"@storybook/test": "^8.4.7",
|
|
79
79
|
"@storybook/theming": "^8.4.7",
|
|
80
80
|
"@testing-library/react": "^16.1.0",
|
|
81
|
-
"@types/lodash": "^4.17.
|
|
81
|
+
"@types/lodash": "^4.17.14",
|
|
82
82
|
"@types/node": "^22.10.5",
|
|
83
83
|
"@types/path-browserify": "^1.0.3",
|
|
84
84
|
"@types/react": "^18.3.13",
|
|
85
85
|
"@types/react-dom": "^18.3.0",
|
|
86
86
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
87
|
-
"eslint": "^9.
|
|
87
|
+
"eslint": "^9.18.0",
|
|
88
88
|
"eslint-plugin-import": "^2.31.0",
|
|
89
89
|
"eslint-plugin-import-helpers": "^2.0.1",
|
|
90
90
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
@@ -93,16 +93,16 @@
|
|
|
93
93
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
94
94
|
"eslint-plugin-storybook": "^0.11.2",
|
|
95
95
|
"globals": "^15.14.0",
|
|
96
|
-
"jsdom": "^
|
|
96
|
+
"jsdom": "^26.0.0",
|
|
97
97
|
"prettier": "^3.4.2",
|
|
98
98
|
"prettier-plugin-multiline-arrays": "^4.0.2",
|
|
99
99
|
"react": "^18.3.1",
|
|
100
100
|
"react-dom": "^18.3.1",
|
|
101
101
|
"storybook": "^8.4.7",
|
|
102
|
-
"typescript": "^5.7.
|
|
103
|
-
"typescript-eslint": "~8.19.
|
|
102
|
+
"typescript": "^5.7.3",
|
|
103
|
+
"typescript-eslint": "~8.19.1",
|
|
104
104
|
"vite": "^6.0.7",
|
|
105
|
-
"vite-plugin-dts": "^4.
|
|
105
|
+
"vite-plugin-dts": "^4.5.0",
|
|
106
106
|
"vite-tsconfig-paths": "^5.1.4",
|
|
107
107
|
"vitest": "^2.1.8"
|
|
108
108
|
},
|