@jetbrains/ring-ui 7.0.90 → 7.0.91

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.
@@ -311,7 +311,7 @@ export default class List extends Component {
311
311
  return this.props.data.find(item => item.rgItemType === Type.ITEM || item.rgItemType === Type.CUSTOM);
312
312
  }
313
313
  getSelected() {
314
- return this.state.activeIndex ? this.props.data[this.state.activeIndex] : null;
314
+ return this.state.activeIndex !== null ? this.props.data[this.state.activeIndex] : null;
315
315
  }
316
316
  defaultItemHeight() {
317
317
  return this.props.compact ? Dimension.COMPACT_ITEM_HEIGHT : Dimension.ITEM_HEIGHT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "7.0.90",
3
+ "version": "7.0.91",
4
4
  "description": "JetBrains UI library",
5
5
  "author": {
6
6
  "name": "JetBrains"
@@ -89,10 +89,10 @@
89
89
  },
90
90
  "readmeFilename": "README.md",
91
91
  "devDependencies": {
92
- "@babel/cli": "^7.28.3",
93
- "@babel/eslint-parser": "^7.28.5",
94
- "@csstools/css-parser-algorithms": "^3.0.4",
95
- "@csstools/stylelint-no-at-nest-rule": "^4.0.0",
92
+ "@babel/cli": "^7.28.6",
93
+ "@babel/eslint-parser": "^7.28.6",
94
+ "@csstools/css-parser-algorithms": "^4.0.0",
95
+ "@csstools/stylelint-no-at-nest-rule": "^5.0.0",
96
96
  "@eslint/compat": "^2.0.1",
97
97
  "@eslint/eslintrc": "^3.3.3",
98
98
  "@eslint/js": "^9.39.2",
@@ -101,7 +101,7 @@
101
101
  "@jetbrains/logos": "3.0.0-canary.734b213.0",
102
102
  "@jetbrains/rollup-css-plugin": "./packages/rollup-css-plugin",
103
103
  "@jetbrains/stylelint-config": "^4.0.2",
104
- "@primer/octicons": "^19.21.1",
104
+ "@primer/octicons": "^19.21.2",
105
105
  "@rollup/plugin-babel": "^6.1.0",
106
106
  "@rollup/plugin-json": "^6.1.0",
107
107
  "@rollup/plugin-node-resolve": "^16.0.3",
@@ -125,7 +125,7 @@
125
125
  "@vitest/eslint-plugin": "^1.6.6",
126
126
  "acorn": "^8.15.0",
127
127
  "babel-plugin-require-context-hook": "^1.0.0",
128
- "caniuse-lite": "^1.0.30001763",
128
+ "caniuse-lite": "^1.0.30001764",
129
129
  "chai-as-promised": "^8.0.2",
130
130
  "chai-dom": "^1.12.1",
131
131
  "cheerio": "^1.1.2",
@@ -139,7 +139,7 @@
139
139
  "eslint-import-resolver-webpack": "^0.13.10",
140
140
  "eslint-plugin-import": "^2.32.0",
141
141
  "eslint-plugin-jsx-a11y": "^6.10.2",
142
- "eslint-plugin-prettier": "^5.5.4",
142
+ "eslint-plugin-prettier": "^5.5.5",
143
143
  "eslint-plugin-react": "^7.37.5",
144
144
  "eslint-plugin-react-hooks": "^7.0.1",
145
145
  "eslint-plugin-storybook": "^10.1.11",
@@ -147,7 +147,7 @@
147
147
  "events": "^3.3.0",
148
148
  "glob": "^13.0.0",
149
149
  "globals": "^17.0.0",
150
- "html-webpack-plugin": "^5.6.5",
150
+ "html-webpack-plugin": "^5.6.6",
151
151
  "http-server": "^14.1.1",
152
152
  "husky": "^9.1.7",
153
153
  "identity-obj-proxy": "^3.0.0",
@@ -158,7 +158,7 @@
158
158
  "markdown-it": "^14.1.0",
159
159
  "merge-options": "^3.0.4",
160
160
  "pinst": "^3.0.0",
161
- "prettier": "^3.7.4",
161
+ "prettier": "^3.8.0",
162
162
  "raw-loader": "^4.0.2",
163
163
  "react": "^19.2.3",
164
164
  "react-dom": "^19.2.3",
@@ -168,14 +168,14 @@
168
168
  "rollup-plugin-clear": "^2.0.7",
169
169
  "storage-mock": "^2.1.0",
170
170
  "storybook": "10.1.11",
171
- "stylelint": "^16.26.1",
171
+ "stylelint": "^17.0.0",
172
172
  "stylelint-config-sass-guidelines": "^12.1.0",
173
173
  "svg-inline-loader": "^0.8.2",
174
174
  "teamcity-service-messages": "^0.1.14",
175
175
  "terser-webpack-plugin": "^5.3.16",
176
176
  "typescript": "~5.9.3",
177
- "typescript-eslint": "^8.52.0",
178
- "vitest": "^4.0.16",
177
+ "typescript-eslint": "^8.53.0",
178
+ "vitest": "^4.0.18",
179
179
  "vitest-teamcity-reporter": "^0.4.1",
180
180
  "webpack": "^5.104.1",
181
181
  "webpack-cli": "^6.0.1"
@@ -200,7 +200,7 @@
200
200
  }
201
201
  },
202
202
  "dependencies": {
203
- "@babel/core": "^7.28.5",
203
+ "@babel/core": "^7.28.6",
204
204
  "@babel/preset-typescript": "^7.28.5",
205
205
  "@jetbrains/babel-preset-jetbrains": "^2.4.0",
206
206
  "@jetbrains/icons": "^5.15.0",
@@ -233,7 +233,7 @@
233
233
  "postcss-font-family-system-ui": "^5.0.0",
234
234
  "postcss-loader": "^8.2.0",
235
235
  "postcss-modules-values-replace": "^4.2.2",
236
- "postcss-preset-env": "^10.6.1",
236
+ "postcss-preset-env": "^11.1.1",
237
237
  "react-compiler-runtime": "^1.0.0",
238
238
  "react-movable": "^3.4.1",
239
239
  "react-virtualized": "^9.22.6",