@codacy/ui-components 0.66.59 → 0.66.60

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.
@@ -99,8 +99,6 @@ const ModalBody = ({
99
99
  const {
100
100
  atTop,
101
101
  atBottom,
102
- scroll,
103
- height,
104
102
  ...divProps
105
103
  } = useScrollContainer();
106
104
  return /*#__PURE__*/React.createElement(ModalBodyBox, _extends({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codacy/ui-components",
3
- "version": "0.66.59",
3
+ "version": "0.66.60",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -58,12 +58,8 @@
58
58
  "@eslint/js": "^9.39.2",
59
59
  "@mdx-js/react": "^2.0.0",
60
60
  "@popperjs/core": "^2.5.4",
61
- "@storybook/addon-docs": "^7.6.4",
62
- "@storybook/addon-essentials": "^7.6.4",
63
- "@storybook/addons": "^7.6.4",
64
- "@storybook/mdx2-csf": "^1.1.0",
65
- "@storybook/react": "^7.6.4",
66
- "@storybook/react-webpack5": "^7.6.4",
61
+ "@storybook/addon-docs": "9.1.17",
62
+ "@storybook/react-vite": "9.1.17",
67
63
  "@testing-library/dom": "^8.16.0",
68
64
  "@testing-library/jest-dom": "^5.11.6",
69
65
  "@testing-library/react": "^13.3.0",
@@ -96,6 +92,7 @@
96
92
  "eslint-plugin-prettier": "^5.0.1",
97
93
  "eslint-plugin-react": "^7.21.5",
98
94
  "eslint-plugin-react-hooks": "^5.2.0",
95
+ "eslint-plugin-storybook": "9.1.17",
99
96
  "fontsource-inter": "^4.0.0",
100
97
  "husky": "^4.3.0",
101
98
  "jsdom": "^26.1.0",
@@ -111,7 +108,7 @@
111
108
  "react-toastify": "8.0.2",
112
109
  "reakit": "^1.3.11",
113
110
  "rimraf": "^3.0.2",
114
- "storybook": "^8.1.9",
111
+ "storybook": "9.1.17",
115
112
  "styled-system": "^5.1.5",
116
113
  "typescript": "^4.5.4",
117
114
  "vite": "^7.0.6",