@jetbrains/ring-ui 7.0.25 → 7.0.26
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/components/list/list.css
CHANGED
package/components/list/list.js
CHANGED
|
@@ -442,7 +442,8 @@ export default class List extends Component {
|
|
|
442
442
|
// ensure rerendering
|
|
443
443
|
noop: () => { }, scrollToIndex: !this.props.disableScrollToActive && this.state.needScrollToActive && this.state.activeIndex != null
|
|
444
444
|
? this.state.activeIndex + 1
|
|
445
|
-
: undefined, scrollToAlignment: "center", deferredMeasurementCache: this._cache, onRowsRendered: this.checkOverflow
|
|
445
|
+
: undefined, scrollToAlignment: "center", deferredMeasurementCache: this._cache, onRowsRendered: this.checkOverflow, containerRole: "none" // row role is set by rowRenderer
|
|
446
|
+
}) })) }));
|
|
446
447
|
}
|
|
447
448
|
renderVirtualized(maxHeight, rowCount) {
|
|
448
449
|
if (maxHeight) {
|
|
@@ -7,12 +7,12 @@ const macSymbolsMap = {
|
|
|
7
7
|
alt: '⌥',
|
|
8
8
|
ctrl: '⌃',
|
|
9
9
|
backspace: '⌫',
|
|
10
|
-
esc: '
|
|
11
|
-
tab: '
|
|
12
|
-
del: '
|
|
13
|
-
home: '
|
|
14
|
-
end: '
|
|
15
|
-
space: '
|
|
10
|
+
esc: '⎋',
|
|
11
|
+
tab: '⇥',
|
|
12
|
+
del: '⌦',
|
|
13
|
+
home: '⇱',
|
|
14
|
+
end: '⇲',
|
|
15
|
+
space: '␣',
|
|
16
16
|
ins: 'Insert',
|
|
17
17
|
left: '←',
|
|
18
18
|
up: '↑',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.26",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "JetBrains"
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"@csstools/stylelint-no-at-nest-rule": "^4.0.0",
|
|
93
93
|
"@eslint/compat": "^1.2.5",
|
|
94
94
|
"@eslint/eslintrc": "^3.2.0",
|
|
95
|
-
"@eslint/js": "^9.
|
|
95
|
+
"@eslint/js": "^9.19.0",
|
|
96
96
|
"@figma/code-connect": "^1.2.4",
|
|
97
97
|
"@jetbrains/eslint-config": "^6.0.4",
|
|
98
98
|
"@jetbrains/logos": "3.0.0-canary.734b213.0",
|
|
@@ -103,18 +103,18 @@
|
|
|
103
103
|
"@rollup/plugin-json": "^6.1.0",
|
|
104
104
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
105
105
|
"@rollup/plugin-replace": "^6.0.2",
|
|
106
|
-
"@storybook/addon-a11y": "8.
|
|
107
|
-
"@storybook/addon-docs": "8.
|
|
108
|
-
"@storybook/addon-essentials": "8.
|
|
109
|
-
"@storybook/addon-themes": "^8.
|
|
110
|
-
"@storybook/components": "8.
|
|
106
|
+
"@storybook/addon-a11y": "8.5.2",
|
|
107
|
+
"@storybook/addon-docs": "8.5.2",
|
|
108
|
+
"@storybook/addon-essentials": "8.5.2",
|
|
109
|
+
"@storybook/addon-themes": "^8.5.2",
|
|
110
|
+
"@storybook/components": "8.5.2",
|
|
111
111
|
"@storybook/csf": "^0.1.13",
|
|
112
|
-
"@storybook/manager-api": "8.
|
|
113
|
-
"@storybook/preview-api": "8.
|
|
114
|
-
"@storybook/react": "8.
|
|
115
|
-
"@storybook/react-webpack5": "8.
|
|
112
|
+
"@storybook/manager-api": "8.5.2",
|
|
113
|
+
"@storybook/preview-api": "8.5.2",
|
|
114
|
+
"@storybook/react": "8.5.2",
|
|
115
|
+
"@storybook/react-webpack5": "8.5.2",
|
|
116
116
|
"@storybook/test-runner": "^0.21.0",
|
|
117
|
-
"@storybook/theming": "8.
|
|
117
|
+
"@storybook/theming": "8.5.2",
|
|
118
118
|
"@testing-library/dom": "^10.4.0",
|
|
119
119
|
"@testing-library/react": "^16.2.0",
|
|
120
120
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -129,14 +129,14 @@
|
|
|
129
129
|
"@types/react-dom": "^18.3.1",
|
|
130
130
|
"@types/sinon": "^17.0.3",
|
|
131
131
|
"@types/sinon-chai": "^4.0.0",
|
|
132
|
-
"@types/webpack-env": "^1.18.
|
|
132
|
+
"@types/webpack-env": "^1.18.8",
|
|
133
133
|
"@vitejs/plugin-react": "^4.3.4",
|
|
134
134
|
"@vitest/eslint-plugin": "^1.1.25",
|
|
135
135
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
|
136
136
|
"acorn": "^8.14.0",
|
|
137
137
|
"axe-playwright": "^2.0.3",
|
|
138
138
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
139
|
-
"caniuse-lite": "^1.0.
|
|
139
|
+
"caniuse-lite": "^1.0.30001696",
|
|
140
140
|
"chai": "^5.1.2",
|
|
141
141
|
"chai-as-promised": "^8.0.1",
|
|
142
142
|
"chai-dom": "^1.10.0",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"cpy-cli": "^5.0.0",
|
|
148
148
|
"dotenv-cli": "^8.0.0",
|
|
149
149
|
"enzyme": "^3.11.0",
|
|
150
|
-
"eslint": "^9.
|
|
150
|
+
"eslint": "^9.19.0",
|
|
151
151
|
"eslint-config-prettier": "^10.0.1",
|
|
152
152
|
"eslint-formatter-jslint-xml": "^8.40.0",
|
|
153
153
|
"eslint-import-resolver-webpack": "^0.13.10",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"jest": "~29.7.0",
|
|
168
168
|
"jest-environment-jsdom": "^29.7.0",
|
|
169
169
|
"jest-teamcity": "^1.12.0",
|
|
170
|
-
"lint-staged": "^15.4.
|
|
170
|
+
"lint-staged": "^15.4.3",
|
|
171
171
|
"markdown-it": "^14.1.0",
|
|
172
172
|
"merge-options": "^3.0.4",
|
|
173
173
|
"pinst": "^3.0.0",
|
|
@@ -178,18 +178,18 @@
|
|
|
178
178
|
"react-test-renderer": "^19.0.0",
|
|
179
179
|
"regenerator-runtime": "^0.14.1",
|
|
180
180
|
"rimraf": "^6.0.1",
|
|
181
|
-
"rollup": "^4.32.
|
|
181
|
+
"rollup": "^4.32.1",
|
|
182
182
|
"rollup-plugin-clear": "^2.0.7",
|
|
183
183
|
"sinon": "^19.0.2",
|
|
184
184
|
"sinon-chai": "^4.0.0",
|
|
185
185
|
"storage-mock": "^2.1.0",
|
|
186
|
-
"storybook": "8.
|
|
187
|
-
"stylelint": "^16.
|
|
186
|
+
"storybook": "8.5.2",
|
|
187
|
+
"stylelint": "^16.14.1",
|
|
188
188
|
"svg-inline-loader": "^0.8.2",
|
|
189
189
|
"teamcity-service-messages": "^0.1.14",
|
|
190
190
|
"terser-webpack-plugin": "^5.3.11",
|
|
191
191
|
"typescript": "~5.7.3",
|
|
192
|
-
"typescript-eslint": "^8.
|
|
192
|
+
"typescript-eslint": "^8.22.0",
|
|
193
193
|
"vitest": "^3.0.4",
|
|
194
194
|
"vitest-teamcity-reporter": "^0.3.1",
|
|
195
195
|
"wallaby-webpack": "^3.9.16",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
219
|
"dependencies": {
|
|
220
|
-
"@babel/core": "^7.26.
|
|
220
|
+
"@babel/core": "^7.26.7",
|
|
221
221
|
"@babel/preset-typescript": "^7.26.0",
|
|
222
222
|
"@jetbrains/babel-preset-jetbrains": "^2.4.0",
|
|
223
223
|
"@jetbrains/icons": "^5.4.0",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"postcss-modules-values-replace": "^4.2.0",
|
|
253
253
|
"postcss-preset-env": "^10.1.3",
|
|
254
254
|
"react-movable": "^3.4.0",
|
|
255
|
-
"react-virtualized": "^9.22.
|
|
255
|
+
"react-virtualized": "^9.22.6",
|
|
256
256
|
"react-waypoint": "^10.3.0",
|
|
257
257
|
"scrollbar-width": "^3.1.1",
|
|
258
258
|
"simply-uuid": "^1.0.1",
|