@jetbrains/ring-ui 6.0.24 → 6.0.25
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/popup/popup.js +1 -1
- package/package.json +20 -20
|
@@ -31,7 +31,7 @@ const isPossibleClientSideNavigation = (event) => {
|
|
|
31
31
|
!event.metaKey && // Not open in new tab by user
|
|
32
32
|
!event.ctrlKey && // Not open in new tab by user
|
|
33
33
|
!event.shiftKey && // Not open in new window by user
|
|
34
|
-
event.defaultPrevented;
|
|
34
|
+
!event.defaultPrevented;
|
|
35
35
|
};
|
|
36
36
|
const stop = (event) => {
|
|
37
37
|
if (!isPossibleClientSideNavigation(event)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.25",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": "JetBrains",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -88,26 +88,26 @@
|
|
|
88
88
|
"@rollup/plugin-json": "^6.1.0",
|
|
89
89
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
90
90
|
"@rollup/plugin-replace": "^5.0.5",
|
|
91
|
-
"@storybook/addon-a11y": "8.0.
|
|
92
|
-
"@storybook/addon-docs": "8.0.
|
|
93
|
-
"@storybook/addon-essentials": "8.0.
|
|
94
|
-
"@storybook/addon-storysource": "8.0.
|
|
95
|
-
"@storybook/components": "8.0.
|
|
96
|
-
"@storybook/manager-api": "8.0.
|
|
97
|
-
"@storybook/preview-api": "8.0.
|
|
98
|
-
"@storybook/react": "8.0.
|
|
99
|
-
"@storybook/react-webpack5": "8.0.
|
|
100
|
-
"@storybook/source-loader": "8.0.
|
|
91
|
+
"@storybook/addon-a11y": "8.0.10",
|
|
92
|
+
"@storybook/addon-docs": "8.0.10",
|
|
93
|
+
"@storybook/addon-essentials": "8.0.10",
|
|
94
|
+
"@storybook/addon-storysource": "8.0.10",
|
|
95
|
+
"@storybook/components": "8.0.10",
|
|
96
|
+
"@storybook/manager-api": "8.0.10",
|
|
97
|
+
"@storybook/preview-api": "8.0.10",
|
|
98
|
+
"@storybook/react": "8.0.10",
|
|
99
|
+
"@storybook/react-webpack5": "8.0.10",
|
|
100
|
+
"@storybook/source-loader": "8.0.10",
|
|
101
101
|
"@storybook/test-runner": "^0.17.0",
|
|
102
|
-
"@storybook/theming": "8.0.
|
|
103
|
-
"@testing-library/react": "^15.0.
|
|
102
|
+
"@storybook/theming": "8.0.10",
|
|
103
|
+
"@testing-library/react": "^15.0.6",
|
|
104
104
|
"@testing-library/user-event": "^14.5.2",
|
|
105
|
-
"@types/chai": "^4.3.
|
|
105
|
+
"@types/chai": "^4.3.16",
|
|
106
106
|
"@types/chai-as-promised": "^7.1.8",
|
|
107
107
|
"@types/chai-dom": "0.0.10",
|
|
108
108
|
"@types/chai-enzyme": "^0.6.13",
|
|
109
109
|
"@types/enzyme": "^3.10.18",
|
|
110
|
-
"@types/markdown-it": "^14.
|
|
110
|
+
"@types/markdown-it": "^14.1.1",
|
|
111
111
|
"@types/react": "^18.3.1",
|
|
112
112
|
"@types/react-dom": "^18.3.0",
|
|
113
113
|
"@types/sinon": "^17.0.3",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"acorn": "^8.11.3",
|
|
119
119
|
"axe-playwright": "^2.0.1",
|
|
120
120
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
121
|
-
"caniuse-lite": "^1.0.
|
|
121
|
+
"caniuse-lite": "^1.0.30001616",
|
|
122
122
|
"chai": "^5.1.0",
|
|
123
123
|
"chai-as-promised": "^7.1.1",
|
|
124
124
|
"chai-dom": "^1.10.0",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"mocha": "^10.4.0",
|
|
157
157
|
"pinst": "^3.0.0",
|
|
158
158
|
"prettier": "^3.2.5",
|
|
159
|
-
"puppeteer": "^22.
|
|
159
|
+
"puppeteer": "^22.8.0",
|
|
160
160
|
"raw-loader": "^4.0.2",
|
|
161
161
|
"react": "^18.3.1",
|
|
162
162
|
"react-dom": "^18.3.1",
|
|
@@ -169,9 +169,9 @@
|
|
|
169
169
|
"sinon": "^17.0.1",
|
|
170
170
|
"sinon-chai": "^3.7.0",
|
|
171
171
|
"storage-mock": "^2.1.0",
|
|
172
|
-
"storybook": "8.0.
|
|
172
|
+
"storybook": "8.0.10",
|
|
173
173
|
"storybook-addon-themes": "^6.1.0",
|
|
174
|
-
"stylelint": "^16.
|
|
174
|
+
"stylelint": "^16.5.0",
|
|
175
175
|
"svg-inline-loader": "^0.8.2",
|
|
176
176
|
"teamcity-service-messages": "^0.1.14",
|
|
177
177
|
"terser-webpack-plugin": "^5.3.10",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"postcss-font-family-system-ui": "^5.0.0",
|
|
240
240
|
"postcss-loader": "^8.1.1",
|
|
241
241
|
"postcss-modules-values-replace": "^4.2.0",
|
|
242
|
-
"postcss-preset-env": "^9.5.
|
|
242
|
+
"postcss-preset-env": "^9.5.11",
|
|
243
243
|
"prop-types": "^15.8.1",
|
|
244
244
|
"react-movable": "^3.2.0",
|
|
245
245
|
"react-virtualized": "^9.22.5",
|