@jetbrains/ring-ui 6.0.30 → 6.0.31

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.
@@ -89,7 +89,8 @@
89
89
  }
90
90
 
91
91
  &[disabled],
92
- &[disabled].withIcon {
92
+ &[disabled].withIcon,
93
+ &[disabled]:hover {
93
94
  color: var(--ring-disabled-color);
94
95
  }
95
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "6.0.30",
3
+ "version": "6.0.31",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -77,7 +77,7 @@
77
77
  "readmeFilename": "README.md",
78
78
  "devDependencies": {
79
79
  "@babel/cli": "^7.24.6",
80
- "@babel/eslint-parser": "^7.24.5",
80
+ "@babel/eslint-parser": "^7.24.6",
81
81
  "@csstools/css-parser-algorithms": "^2.6.1",
82
82
  "@csstools/stylelint-no-at-nest-rule": "^2.0.0",
83
83
  "@jetbrains/eslint-config": "^5.4.2",
@@ -87,16 +87,16 @@
87
87
  "@rollup/plugin-json": "^6.1.0",
88
88
  "@rollup/plugin-node-resolve": "^15.2.3",
89
89
  "@rollup/plugin-replace": "^5.0.5",
90
- "@storybook/addon-a11y": "8.1.3",
91
- "@storybook/addon-docs": "8.1.3",
92
- "@storybook/addon-essentials": "8.1.3",
93
- "@storybook/components": "8.1.3",
94
- "@storybook/manager-api": "8.1.3",
95
- "@storybook/preview-api": "8.1.3",
96
- "@storybook/react": "8.1.3",
97
- "@storybook/react-webpack5": "8.1.3",
90
+ "@storybook/addon-a11y": "8.1.4",
91
+ "@storybook/addon-docs": "8.1.4",
92
+ "@storybook/addon-essentials": "8.1.4",
93
+ "@storybook/components": "8.1.4",
94
+ "@storybook/manager-api": "8.1.4",
95
+ "@storybook/preview-api": "8.1.4",
96
+ "@storybook/react": "8.1.4",
97
+ "@storybook/react-webpack5": "8.1.4",
98
98
  "@storybook/test-runner": "^0.18.1",
99
- "@storybook/theming": "8.1.3",
99
+ "@storybook/theming": "8.1.4",
100
100
  "@testing-library/react": "^15.0.7",
101
101
  "@testing-library/user-event": "^14.5.2",
102
102
  "@types/chai": "^4.3.16",
@@ -109,14 +109,14 @@
109
109
  "@types/react-dom": "^18.3.0",
110
110
  "@types/sinon": "^17.0.3",
111
111
  "@types/sinon-chai": "^3.2.12",
112
- "@typescript-eslint/eslint-plugin": "^7.10.0",
113
- "@typescript-eslint/parser": "^7.10.0",
112
+ "@typescript-eslint/eslint-plugin": "^7.11.0",
113
+ "@typescript-eslint/parser": "^7.11.0",
114
114
  "@vitejs/plugin-react": "^4.3.0",
115
115
  "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
116
116
  "acorn": "^8.11.3",
117
117
  "axe-playwright": "^2.0.1",
118
118
  "babel-plugin-require-context-hook": "^1.0.0",
119
- "caniuse-lite": "^1.0.30001621",
119
+ "caniuse-lite": "^1.0.30001624",
120
120
  "chai": "^5.1.1",
121
121
  "chai-as-promised": "^7.1.2",
122
122
  "chai-dom": "^1.10.0",
@@ -130,7 +130,7 @@
130
130
  "eslint-plugin-bdd": "^2.1.1",
131
131
  "eslint-plugin-import": "^2.29.1",
132
132
  "eslint-plugin-jsx-a11y": "^6.8.0",
133
- "eslint-plugin-react": "^7.34.1",
133
+ "eslint-plugin-react": "^7.34.2",
134
134
  "eslint-plugin-storybook": "^0.8.0",
135
135
  "events": "^3.3.0",
136
136
  "glob": "^10.4.1",
@@ -141,7 +141,7 @@
141
141
  "jest": "~29.7.0",
142
142
  "jest-environment-jsdom": "^29.7.0",
143
143
  "jest-teamcity": "^1.10.0",
144
- "lint-staged": "^15.2.4",
144
+ "lint-staged": "^15.2.5",
145
145
  "markdown-it": "^14.1.0",
146
146
  "merge-options": "^3.0.4",
147
147
  "pinst": "^3.0.0",
@@ -158,9 +158,9 @@
158
158
  "sinon": "^18.0.0",
159
159
  "sinon-chai": "^3.7.0",
160
160
  "storage-mock": "^2.1.0",
161
- "storybook": "8.1.3",
161
+ "storybook": "8.1.4",
162
162
  "storybook-addon-themes": "^6.1.0",
163
- "stylelint": "^16.5.0",
163
+ "stylelint": "^16.6.0",
164
164
  "svg-inline-loader": "^0.8.2",
165
165
  "teamcity-service-messages": "^0.1.14",
166
166
  "terser-webpack-plugin": "^5.3.10",
@@ -193,7 +193,7 @@
193
193
  },
194
194
  "dependencies": {
195
195
  "@babel/core": "^7.24.6",
196
- "@babel/preset-typescript": "^7.24.1",
196
+ "@babel/preset-typescript": "^7.24.6",
197
197
  "@jetbrains/babel-preset-jetbrains": "^2.3.2",
198
198
  "@jetbrains/icons": "^4.2.0",
199
199
  "@jetbrains/logos": "^3.0.0-canary.734b213.0",