@devopness/ui-react 2.184.0 → 2.184.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.
Files changed (23) hide show
  1. package/dist/src/components/Buttons/Button/Button.d.ts +2 -0
  2. package/dist/src/components/Forms/Alert/Alert.d.ts +1 -1
  3. package/dist/src/components/Forms/Alert/Alert.styled.d.ts +5 -4
  4. package/dist/src/components/Forms/Container/Container.styled.d.ts +4 -1
  5. package/dist/src/components/Forms/FormText/FormText.styled.d.ts +2 -2
  6. package/dist/src/components/Forms/Input/Input.d.ts +7 -5
  7. package/dist/src/components/Forms/Input/Input.styled.d.ts +17 -16
  8. package/dist/src/components/Forms/TextArea/TextArea.d.ts +1 -1
  9. package/dist/src/components/Forms/TextArea/TextArea.styled.d.ts +4 -4
  10. package/dist/src/components/Primitives/Cover/Cover.styled.d.ts +1 -1
  11. package/dist/src/components/Primitives/EmptyData/EmptyData.styled.d.ts +2 -2
  12. package/dist/src/components/Primitives/FlexContainer/FlexContainer.d.ts +2 -2
  13. package/dist/src/components/Primitives/FlexContainer/FlexContainer.styled.d.ts +8 -2
  14. package/dist/src/components/Primitives/LoadStarship/LoadStarship.styled.d.ts +1 -1
  15. package/dist/src/components/Primitives/Loader/Loader.styled.d.ts +4 -4
  16. package/dist/src/components/Primitives/Pagination/Pagination.styled.d.ts +1 -1
  17. package/dist/src/components/Primitives/Popover/Popover.styled.d.ts +3 -3
  18. package/dist/src/components/Primitives/Review/Review.d.ts +1 -1
  19. package/dist/src/components/Primitives/Review/Review.styled.d.ts +8 -8
  20. package/dist/src/components/Primitives/Skeleton/Skeleton.styled.d.ts +7 -7
  21. package/dist/ui-react.cjs +220 -288
  22. package/dist/ui-react.js +2810 -2821
  23. package/package.json +21 -22
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.184.0",
5
+ "version": "2.184.1",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
@@ -60,7 +60,7 @@
60
60
  "dependencies": {
61
61
  "@mui/material": "^6.5.0",
62
62
  "@mui/styled-engine-sc": "^6.4.9",
63
- "ldrs": "^1.1.7",
63
+ "ldrs": "^1.1.9",
64
64
  "lodash": "^4.17.21",
65
65
  "material-ui-popup-state": "^5.3.6",
66
66
  "path-browserify": "^1.0.1",
@@ -71,39 +71,38 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@emotion/styled": "^11.14.1",
74
- "@eslint/js": "^9.37.0",
75
- "@storybook/addon-a11y": "^9.1.10",
76
- "@storybook/addon-docs": "9.1.10",
77
- "@storybook/csf": "^0.1.13",
78
- "@storybook/react-vite": "9.1.10",
79
- "@testing-library/react": "^16.3.0",
80
- "@types/lodash": "^4.17.20",
81
- "@types/node": "^24.6.2",
74
+ "@eslint/js": "^9.39.1",
75
+ "@storybook/addon-a11y": "^10.0.8",
76
+ "@storybook/addon-docs": "10.0.8",
77
+ "@storybook/react-vite": "10.0.8",
78
+ "@testing-library/react": "^16.3.1",
79
+ "@types/lodash": "^4.17.21",
80
+ "@types/node": "^24.10.1",
82
81
  "@types/path-browserify": "^1.0.3",
83
82
  "@types/react": "^18.3.13",
84
83
  "@types/react-dom": "^18.3.0",
85
- "@vitejs/plugin-react-swc": "^4.1.0",
86
- "eslint": "^9.37.0",
84
+ "@vitejs/plugin-react-swc": "^4.2.2",
85
+ "eslint": "^9.39.1",
87
86
  "eslint-plugin-import": "^2.32.0",
88
87
  "eslint-plugin-import-helpers": "^2.0.1",
89
88
  "eslint-plugin-prefer-arrow": "^1.2.3",
90
89
  "eslint-plugin-react": "^7.37.5",
91
- "eslint-plugin-react-hooks": "^6.1.1",
92
- "eslint-plugin-react-refresh": "^0.4.23",
93
- "eslint-plugin-storybook": "^9.1.10",
94
- "globals": "^16.4.0",
95
- "jsdom": "^27.0.0",
90
+ "eslint-plugin-react-hooks": "^7.0.1",
91
+ "eslint-plugin-react-refresh": "^0.4.24",
92
+ "eslint-plugin-storybook": "^10.0.8",
93
+ "globals": "^16.5.0",
94
+ "jsdom": "^27.2.0",
96
95
  "prettier": "^3.6.1",
97
- "prettier-plugin-multiline-arrays": "^4.0.3",
96
+ "prettier-plugin-multiline-arrays": "^4.1.3",
98
97
  "react": "^18.3.1",
99
98
  "react-dom": "^18.3.1",
100
- "storybook": "9.1.10",
99
+ "storybook": "10.1.10",
101
100
  "typescript": "^5.9.3",
102
- "typescript-eslint": "~8.45.0",
103
- "vite": "^7.1.9",
101
+ "typescript-eslint": "~8.50.1",
102
+ "vite": "^7.3.0",
104
103
  "vite-plugin-dts": "^4.5.4",
105
104
  "vite-tsconfig-paths": "^5.1.4",
106
- "vitest": "^3.2.4"
105
+ "vitest": "^4.0.16"
107
106
  },
108
107
  "peerDependencies": {
109
108
  "react": "^18.3.1",