@jetbrains/ring-ui 7.0.83 → 7.0.85

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.
@@ -164,6 +164,10 @@ export default class Popup extends PureComponent {
164
164
  directions: this.props.directions,
165
165
  offset: this.props.offset,
166
166
  });
167
+ const { direction } = this.position();
168
+ if (direction) {
169
+ this._updateDirection(direction);
170
+ }
167
171
  }
168
172
  else {
169
173
  popup.style.position = 'absolute';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "7.0.83",
3
+ "version": "7.0.85",
4
4
  "description": "JetBrains UI library",
5
5
  "author": {
6
6
  "name": "JetBrains"
@@ -95,8 +95,8 @@
95
95
  "@csstools/stylelint-no-at-nest-rule": "^4.0.0",
96
96
  "@eslint/compat": "^2.0.0",
97
97
  "@eslint/eslintrc": "^3.3.3",
98
- "@eslint/js": "^9.39.1",
99
- "@figma/code-connect": "^1.3.11",
98
+ "@eslint/js": "^9.39.2",
99
+ "@figma/code-connect": "^1.3.12",
100
100
  "@jetbrains/eslint-config": "^6.0.5",
101
101
  "@jetbrains/logos": "3.0.0-canary.734b213.0",
102
102
  "@jetbrains/rollup-css-plugin": "./packages/rollup-css-plugin",
@@ -106,14 +106,14 @@
106
106
  "@rollup/plugin-json": "^6.1.0",
107
107
  "@rollup/plugin-node-resolve": "^16.0.3",
108
108
  "@rollup/plugin-replace": "^6.0.3",
109
- "@storybook/addon-a11y": "10.1.4",
110
- "@storybook/addon-docs": "^10.1.4",
111
- "@storybook/addon-themes": "^10.1.4",
109
+ "@storybook/addon-a11y": "10.1.10",
110
+ "@storybook/addon-docs": "^10.1.10",
111
+ "@storybook/addon-themes": "^10.1.10",
112
112
  "@storybook/csf": "^0.1.13",
113
- "@storybook/react-webpack5": "10.1.4",
113
+ "@storybook/react-webpack5": "10.1.10",
114
114
  "@storybook/test-runner": "^0.24.2",
115
115
  "@testing-library/dom": "^10.4.1",
116
- "@testing-library/react": "^16.3.0",
116
+ "@testing-library/react": "^16.3.1",
117
117
  "@testing-library/user-event": "^14.6.1",
118
118
  "@types/chai-as-promised": "^8.0.2",
119
119
  "@types/chai-dom": "1.11.3",
@@ -122,17 +122,17 @@
122
122
  "@types/react-dom": "^19.2.3",
123
123
  "@types/webpack-env": "^1.18.8",
124
124
  "@vitejs/plugin-react": "^5.1.2",
125
- "@vitest/eslint-plugin": "^1.5.2",
125
+ "@vitest/eslint-plugin": "^1.6.1",
126
126
  "acorn": "^8.15.0",
127
127
  "babel-plugin-require-context-hook": "^1.0.0",
128
- "caniuse-lite": "^1.0.30001757",
128
+ "caniuse-lite": "^1.0.30001761",
129
129
  "chai-as-promised": "^8.0.2",
130
130
  "chai-dom": "^1.12.1",
131
131
  "cheerio": "^1.1.2",
132
132
  "core-js": "^3.47.0",
133
133
  "cpy-cli": "^6.0.0",
134
134
  "dotenv-cli": "^11.0.0",
135
- "eslint": "^9.39.1",
135
+ "eslint": "^9.39.2",
136
136
  "eslint-config-prettier": "^10.1.8",
137
137
  "eslint-import-resolver-exports": "^1.0.0-beta.5",
138
138
  "eslint-import-resolver-typescript": "^4.4.4",
@@ -142,7 +142,7 @@
142
142
  "eslint-plugin-prettier": "^5.5.4",
143
143
  "eslint-plugin-react": "^7.37.5",
144
144
  "eslint-plugin-react-hooks": "^7.0.1",
145
- "eslint-plugin-storybook": "^10.1.4",
145
+ "eslint-plugin-storybook": "^10.1.10",
146
146
  "eslint-plugin-unicorn": "^62.0.0",
147
147
  "events": "^3.3.0",
148
148
  "glob": "^13.0.0",
@@ -160,24 +160,24 @@
160
160
  "pinst": "^3.0.0",
161
161
  "prettier": "^3.7.4",
162
162
  "raw-loader": "^4.0.2",
163
- "react": "^19.2.1",
164
- "react-dom": "^19.2.1",
163
+ "react": "^19.2.3",
164
+ "react-dom": "^19.2.3",
165
165
  "regenerator-runtime": "^0.14.1",
166
166
  "rimraf": "^6.1.2",
167
- "rollup": "^4.53.3",
167
+ "rollup": "^4.54.0",
168
168
  "rollup-plugin-clear": "^2.0.7",
169
169
  "storage-mock": "^2.1.0",
170
- "storybook": "10.1.4",
170
+ "storybook": "10.1.10",
171
171
  "stylelint": "^16.26.1",
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
- "terser-webpack-plugin": "^5.3.15",
175
+ "terser-webpack-plugin": "^5.3.16",
176
176
  "typescript": "~5.9.3",
177
- "typescript-eslint": "^8.48.1",
178
- "vitest": "^4.0.15",
177
+ "typescript-eslint": "^8.50.0",
178
+ "vitest": "^4.0.16",
179
179
  "vitest-teamcity-reporter": "^0.4.1",
180
- "webpack": "^5.103.0",
180
+ "webpack": "^5.104.1",
181
181
  "webpack-cli": "^6.0.1"
182
182
  },
183
183
  "peerDependencies": {
@@ -223,7 +223,7 @@
223
223
  "element-resize-detector": "^1.2.4",
224
224
  "fastdom": "^1.0.12",
225
225
  "file-loader": "^6.2.0",
226
- "focus-trap": "^7.6.6",
226
+ "focus-trap": "^7.7.0",
227
227
  "highlight.js": "^10.7.2",
228
228
  "just-debounce-it": "^3.2.0",
229
229
  "memoize-one": "^6.0.0",