@jetbrains/ring-ui 6.0.48 → 6.0.49

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.
@@ -84,6 +84,7 @@ export default class Dialog extends PureComponent {
84
84
  const { show, modal } = this.props;
85
85
  if (this.nativeDialog.current != null) {
86
86
  if (show) {
87
+ this.nativeDialog.current.removeAttribute('open');
87
88
  modal ? this.nativeDialog.current.showModal() : this.nativeDialog.current.show();
88
89
  }
89
90
  else {
@@ -5,7 +5,7 @@
5
5
  @value timing-function: cubic-bezier(0.23, 1, 0.32, 1);
6
6
 
7
7
  .toggle {
8
- display: flex;
8
+ display: inline-flex;
9
9
  align-items: baseline;
10
10
 
11
11
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "6.0.48",
3
+ "version": "6.0.49",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -88,16 +88,16 @@
88
88
  "@rollup/plugin-json": "^6.1.0",
89
89
  "@rollup/plugin-node-resolve": "^15.2.3",
90
90
  "@rollup/plugin-replace": "^5.0.7",
91
- "@storybook/addon-a11y": "8.2.5",
92
- "@storybook/addon-docs": "8.2.5",
93
- "@storybook/addon-essentials": "8.2.5",
94
- "@storybook/components": "8.2.5",
95
- "@storybook/manager-api": "8.2.5",
96
- "@storybook/preview-api": "8.2.5",
97
- "@storybook/react": "8.2.5",
98
- "@storybook/react-webpack5": "8.2.5",
91
+ "@storybook/addon-a11y": "8.2.6",
92
+ "@storybook/addon-docs": "8.2.6",
93
+ "@storybook/addon-essentials": "8.2.6",
94
+ "@storybook/components": "8.2.6",
95
+ "@storybook/manager-api": "8.2.6",
96
+ "@storybook/preview-api": "8.2.6",
97
+ "@storybook/react": "8.2.6",
98
+ "@storybook/react-webpack5": "8.2.6",
99
99
  "@storybook/test-runner": "^0.19.1",
100
- "@storybook/theming": "8.2.5",
100
+ "@storybook/theming": "8.2.6",
101
101
  "@testing-library/dom": "^10.4.0",
102
102
  "@testing-library/react": "^16.0.0",
103
103
  "@testing-library/user-event": "^14.5.2",
@@ -106,7 +106,7 @@
106
106
  "@types/chai-dom": "0.0.10",
107
107
  "@types/chai-enzyme": "^0.6.13",
108
108
  "@types/enzyme": "^3.10.18",
109
- "@types/markdown-it": "^14.1.1",
109
+ "@types/markdown-it": "^14.1.2",
110
110
  "@types/react": "^18.3.3",
111
111
  "@types/react-dom": "^18.3.0",
112
112
  "@types/sinon": "^17.0.3",
@@ -162,7 +162,7 @@
162
162
  "sinon": "^18.0.0",
163
163
  "sinon-chai": "^3.7.0",
164
164
  "storage-mock": "^2.1.0",
165
- "storybook": "8.2.5",
165
+ "storybook": "8.2.6",
166
166
  "storybook-addon-themes": "^6.1.0",
167
167
  "stylelint": "^16.7.0",
168
168
  "svg-inline-loader": "^0.8.2",
@@ -226,7 +226,7 @@
226
226
  "highlight.js": "^10.7.2",
227
227
  "just-debounce-it": "^3.2.0",
228
228
  "memoize-one": "^6.0.0",
229
- "postcss": "^8.4.39",
229
+ "postcss": "^8.4.40",
230
230
  "postcss-calc": "^10.0.0",
231
231
  "postcss-flexbugs-fixes": "^5.0.2",
232
232
  "postcss-font-family-system-ui": "^5.0.0",