@jetbrains/ring-ui 6.0.25 → 6.0.27

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.
@@ -386,7 +386,7 @@
386
386
 
387
387
  @keyframes progress {
388
388
  from {
389
- transform: translateX(calc(0 - loaderWidth));
389
+ transform: translateX(-64px); /* must be in Sync with loaderWidth, but CSS var doesn't work due to RG-2438 */
390
390
  }
391
391
 
392
392
  to {
@@ -24,7 +24,7 @@ export default class ErrorMessage extends Component {
24
24
  return (<div className={classes} data-test={dataTests('ring-error-message', dataTest)}>
25
25
  {icon && (<Icon className={styles.icon} glyph={icon} size={Size.Size64} suppressSizeWarning/>)}
26
26
  <div className={styles.content}>
27
- <div className={styles.title}>
27
+ <div className={styles.title} data-test="ring-error-message-title">
28
28
  {code && `${code}:`} {message}
29
29
  </div>
30
30
  {description && (<div className={styles.description}>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "6.0.25",
3
+ "version": "6.0.27",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -91,16 +91,14 @@
91
91
  "@storybook/addon-a11y": "8.0.10",
92
92
  "@storybook/addon-docs": "8.0.10",
93
93
  "@storybook/addon-essentials": "8.0.10",
94
- "@storybook/addon-storysource": "8.0.10",
95
94
  "@storybook/components": "8.0.10",
96
95
  "@storybook/manager-api": "8.0.10",
97
96
  "@storybook/preview-api": "8.0.10",
98
97
  "@storybook/react": "8.0.10",
99
98
  "@storybook/react-webpack5": "8.0.10",
100
- "@storybook/source-loader": "8.0.10",
101
- "@storybook/test-runner": "^0.17.0",
99
+ "@storybook/test-runner": "^0.18.0",
102
100
  "@storybook/theming": "8.0.10",
103
- "@testing-library/react": "^15.0.6",
101
+ "@testing-library/react": "^15.0.7",
104
102
  "@testing-library/user-event": "^14.5.2",
105
103
  "@types/chai": "^4.3.16",
106
104
  "@types/chai-as-promised": "^7.1.8",
@@ -118,8 +116,8 @@
118
116
  "acorn": "^8.11.3",
119
117
  "axe-playwright": "^2.0.1",
120
118
  "babel-plugin-require-context-hook": "^1.0.0",
121
- "caniuse-lite": "^1.0.30001616",
122
- "chai": "^5.1.0",
119
+ "caniuse-lite": "^1.0.30001617",
120
+ "chai": "^5.1.1",
123
121
  "chai-as-promised": "^7.1.1",
124
122
  "chai-dom": "^1.10.0",
125
123
  "chai-enzyme": "1.0.0-beta.1",
@@ -135,7 +133,7 @@
135
133
  "eslint-plugin-react": "^7.34.1",
136
134
  "eslint-plugin-storybook": "^0.8.0",
137
135
  "events": "^3.3.0",
138
- "glob": "^10.3.12",
136
+ "glob": "^10.3.14",
139
137
  "html-webpack-plugin": "^5.6.0",
140
138
  "http-server": "^14.1.1",
141
139
  "husky": "^9.0.11",
@@ -166,7 +164,7 @@
166
164
  "rollup": "^4.17.2",
167
165
  "rollup-plugin-clear": "^2.0.7",
168
166
  "rollup-plugin-styles": "^4.0.0",
169
- "sinon": "^17.0.1",
167
+ "sinon": "^17.0.2",
170
168
  "sinon-chai": "^3.7.0",
171
169
  "storage-mock": "^2.1.0",
172
170
  "storybook": "8.0.10",