@jetbrains/ring-ui 7.0.50-beta.0 → 7.0.50
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/tabs/tabs.css +2 -0
- package/package.json +22 -22
package/components/tabs/tabs.css
CHANGED
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
.hiddenBold {
|
|
118
118
|
display: flex;
|
|
119
119
|
visibility: hidden;
|
|
120
|
+
overflow: hidden;
|
|
120
121
|
|
|
121
122
|
height: 0;
|
|
122
123
|
|
|
@@ -126,6 +127,7 @@
|
|
|
126
127
|
.hiddenRegular {
|
|
127
128
|
display: flex;
|
|
128
129
|
visibility: hidden;
|
|
130
|
+
overflow: hidden;
|
|
129
131
|
|
|
130
132
|
height: 0;
|
|
131
133
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "7.0.50
|
|
3
|
+
"version": "7.0.50",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "JetBrains"
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@babel/eslint-parser": "^7.27.5",
|
|
102
102
|
"@csstools/css-parser-algorithms": "^3.0.4",
|
|
103
103
|
"@csstools/stylelint-no-at-nest-rule": "^4.0.0",
|
|
104
|
-
"@eslint/compat": "^1.
|
|
104
|
+
"@eslint/compat": "^1.3.0",
|
|
105
105
|
"@eslint/eslintrc": "^3.2.0",
|
|
106
106
|
"@eslint/js": "^9.28.0",
|
|
107
107
|
"@figma/code-connect": "^1.3.3",
|
|
@@ -114,12 +114,12 @@
|
|
|
114
114
|
"@rollup/plugin-json": "^6.1.0",
|
|
115
115
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
116
116
|
"@rollup/plugin-replace": "^6.0.2",
|
|
117
|
-
"@storybook/addon-a11y": "9.0.
|
|
118
|
-
"@storybook/addon-docs": "^9.0.
|
|
119
|
-
"@storybook/addon-themes": "^9.0.
|
|
117
|
+
"@storybook/addon-a11y": "9.0.6",
|
|
118
|
+
"@storybook/addon-docs": "^9.0.6",
|
|
119
|
+
"@storybook/addon-themes": "^9.0.6",
|
|
120
120
|
"@storybook/csf": "^0.1.13",
|
|
121
|
-
"@storybook/react-webpack5": "9.0.
|
|
122
|
-
"@storybook/test-runner": "^0.22.
|
|
121
|
+
"@storybook/react-webpack5": "9.0.6",
|
|
122
|
+
"@storybook/test-runner": "^0.22.1",
|
|
123
123
|
"@testing-library/dom": "^10.4.0",
|
|
124
124
|
"@testing-library/react": "^16.3.0",
|
|
125
125
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -128,21 +128,21 @@
|
|
|
128
128
|
"@types/chai-dom": "1.11.3",
|
|
129
129
|
"@types/eslint__js": "^8.42.3",
|
|
130
130
|
"@types/markdown-it": "^14.1.2",
|
|
131
|
-
"@types/react": "^19.1.
|
|
131
|
+
"@types/react": "^19.1.8",
|
|
132
132
|
"@types/react-dom": "^19.1.6",
|
|
133
133
|
"@types/webpack-env": "^1.18.8",
|
|
134
|
-
"@vitejs/plugin-react": "^4.5.
|
|
135
|
-
"@vitest/eslint-plugin": "^1.2.
|
|
136
|
-
"acorn": "^8.
|
|
134
|
+
"@vitejs/plugin-react": "^4.5.2",
|
|
135
|
+
"@vitest/eslint-plugin": "^1.2.2",
|
|
136
|
+
"acorn": "^8.15.0",
|
|
137
137
|
"axe-playwright": "^2.1.0",
|
|
138
138
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
139
139
|
"caniuse-lite": "^1.0.30001720",
|
|
140
140
|
"chai": "^5.2.0",
|
|
141
141
|
"chai-as-promised": "^8.0.1",
|
|
142
142
|
"chai-dom": "^1.12.1",
|
|
143
|
-
"cheerio": "^1.
|
|
144
|
-
"chromatic": "^12.
|
|
145
|
-
"core-js": "^3.
|
|
143
|
+
"cheerio": "^1.1.0",
|
|
144
|
+
"chromatic": "^12.2.0",
|
|
145
|
+
"core-js": "^3.43.0",
|
|
146
146
|
"cpy-cli": "^5.0.0",
|
|
147
147
|
"dotenv-cli": "^8.0.0",
|
|
148
148
|
"eslint": "^9.28.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"eslint-plugin-prettier": "^5.4.1",
|
|
156
156
|
"eslint-plugin-react": "^7.37.5",
|
|
157
157
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
158
|
-
"eslint-plugin-storybook": "^9.0.
|
|
158
|
+
"eslint-plugin-storybook": "^9.0.8",
|
|
159
159
|
"events": "^3.3.0",
|
|
160
160
|
"glob": "^11.0.2",
|
|
161
161
|
"globals": "^16.2.0",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"husky": "^9.1.7",
|
|
165
165
|
"identity-obj-proxy": "^3.0.0",
|
|
166
166
|
"jest": "~29.7.0",
|
|
167
|
-
"jest-environment-jsdom": "^
|
|
167
|
+
"jest-environment-jsdom": "^30.0.0",
|
|
168
168
|
"jest-teamcity": "^1.12.0",
|
|
169
169
|
"lint-staged": "^16.1.0",
|
|
170
170
|
"markdown-it": "^14.1.0",
|
|
@@ -176,17 +176,17 @@
|
|
|
176
176
|
"react-dom": "^19.1.0",
|
|
177
177
|
"regenerator-runtime": "^0.14.1",
|
|
178
178
|
"rimraf": "^6.0.1",
|
|
179
|
-
"rollup": "^4.
|
|
179
|
+
"rollup": "^4.43.0",
|
|
180
180
|
"rollup-plugin-clear": "^2.0.7",
|
|
181
181
|
"storage-mock": "^2.1.0",
|
|
182
|
-
"storybook": "9.0.
|
|
182
|
+
"storybook": "9.0.6",
|
|
183
183
|
"stylelint": "^16.20.0",
|
|
184
184
|
"svg-inline-loader": "^0.8.2",
|
|
185
185
|
"teamcity-service-messages": "^0.1.14",
|
|
186
186
|
"terser-webpack-plugin": "^5.3.14",
|
|
187
187
|
"typescript": "~5.8.3",
|
|
188
|
-
"typescript-eslint": "^8.
|
|
189
|
-
"vitest": "^3.2.
|
|
188
|
+
"typescript-eslint": "^8.34.0",
|
|
189
|
+
"vitest": "^3.2.3",
|
|
190
190
|
"vitest-teamcity-reporter": "^0.3.1",
|
|
191
191
|
"wallaby-webpack": "^3.9.16",
|
|
192
192
|
"webpack": "^5.99.9",
|
|
@@ -240,13 +240,13 @@
|
|
|
240
240
|
"highlight.js": "^10.7.2",
|
|
241
241
|
"just-debounce-it": "^3.2.0",
|
|
242
242
|
"memoize-one": "^6.0.0",
|
|
243
|
-
"postcss": "^8.5.
|
|
243
|
+
"postcss": "^8.5.5",
|
|
244
244
|
"postcss-calc": "^10.1.1",
|
|
245
245
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
246
246
|
"postcss-font-family-system-ui": "^5.0.0",
|
|
247
247
|
"postcss-loader": "^8.1.1",
|
|
248
248
|
"postcss-modules-values-replace": "^4.2.2",
|
|
249
|
-
"postcss-preset-env": "^10.2.
|
|
249
|
+
"postcss-preset-env": "^10.2.3",
|
|
250
250
|
"react-movable": "^3.4.1",
|
|
251
251
|
"react-virtualized": "^9.22.6",
|
|
252
252
|
"react-waypoint": "^10.3.0",
|