@devopness/ui-react 2.152.0 → 2.153.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/src/components/Buttons/Button/Button.d.ts +4 -4
- package/dist/src/components/Buttons/Button/Button.styled.d.ts +6 -6
- package/dist/src/components/Primitives/Label/Label.styled.d.ts +1 -1
- package/dist/src/components/Templates/Tabs/Tabs.styled.d.ts +1 -1
- package/dist/src/icons/iconLoader.d.ts +76 -76
- package/dist/ui-react.cjs +61 -61
- package/dist/ui-react.js +462 -458
- package/package.json +18 -18
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.153.1",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -57,29 +57,29 @@
|
|
|
57
57
|
},
|
|
58
58
|
"homepage": "https://github.com/devopness/devopness#readme",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@mui/material": "^6.
|
|
61
|
-
"@mui/styled-engine-sc": "^6.
|
|
62
|
-
"
|
|
63
|
-
"framer-motion": "^11.16.4",
|
|
60
|
+
"@mui/material": "^6.4.0",
|
|
61
|
+
"@mui/styled-engine-sc": "^6.4.0",
|
|
62
|
+
"framer-motion": "^11.18.0",
|
|
64
63
|
"ldrs": "^1.0.2",
|
|
65
64
|
"lodash": "^4.17.21",
|
|
66
65
|
"material-ui-popup-state": "^5.3.3",
|
|
67
66
|
"path-browserify": "^1.0.1",
|
|
67
|
+
"react-icons": "^5.4.0",
|
|
68
68
|
"styled-components": "^6.1.14"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@emotion/styled": "^11.14.0",
|
|
72
72
|
"@eslint/js": "^9.18.0",
|
|
73
|
-
"@storybook/addon-essentials": "^8.
|
|
74
|
-
"@storybook/blocks": "^8.
|
|
75
|
-
"@storybook/manager-api": "^8.
|
|
76
|
-
"@storybook/react": "^8.
|
|
77
|
-
"@storybook/react-vite": "^8.
|
|
78
|
-
"@storybook/test": "^8.
|
|
79
|
-
"@storybook/theming": "^8.
|
|
80
|
-
"@testing-library/react": "^16.
|
|
73
|
+
"@storybook/addon-essentials": "^8.5.0",
|
|
74
|
+
"@storybook/blocks": "^8.5.0",
|
|
75
|
+
"@storybook/manager-api": "^8.5.0",
|
|
76
|
+
"@storybook/react": "^8.5.0",
|
|
77
|
+
"@storybook/react-vite": "^8.5.0",
|
|
78
|
+
"@storybook/test": "^8.5.0",
|
|
79
|
+
"@storybook/theming": "^8.5.0",
|
|
80
|
+
"@testing-library/react": "^16.2.0",
|
|
81
81
|
"@types/lodash": "^4.17.14",
|
|
82
|
-
"@types/node": "^22.10.
|
|
82
|
+
"@types/node": "^22.10.7",
|
|
83
83
|
"@types/path-browserify": "^1.0.3",
|
|
84
84
|
"@types/react": "^18.3.13",
|
|
85
85
|
"@types/react-dom": "^18.3.0",
|
|
@@ -88,9 +88,9 @@
|
|
|
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",
|
|
91
|
-
"eslint-plugin-react": "^7.37.
|
|
91
|
+
"eslint-plugin-react": "^7.37.4",
|
|
92
92
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
93
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
93
|
+
"eslint-plugin-react-refresh": "^0.4.18",
|
|
94
94
|
"eslint-plugin-storybook": "^0.11.2",
|
|
95
95
|
"globals": "^15.14.0",
|
|
96
96
|
"jsdom": "^26.0.0",
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
"prettier-plugin-multiline-arrays": "^4.0.2",
|
|
99
99
|
"react": "^18.3.1",
|
|
100
100
|
"react-dom": "^18.3.1",
|
|
101
|
-
"storybook": "^8.
|
|
101
|
+
"storybook": "^8.5.0",
|
|
102
102
|
"typescript": "^5.7.3",
|
|
103
|
-
"typescript-eslint": "~8.
|
|
103
|
+
"typescript-eslint": "~8.20.0",
|
|
104
104
|
"vite": "^6.0.7",
|
|
105
105
|
"vite-plugin-dts": "^4.5.0",
|
|
106
106
|
"vite-tsconfig-paths": "^5.1.4",
|