@jetbrains/ring-ui 6.0.25 → 6.0.26
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.
|
@@ -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.
|
|
3
|
+
"version": "6.0.26",
|
|
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/
|
|
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.
|
|
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.
|
|
122
|
-
"chai": "^5.1.
|
|
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",
|
|
@@ -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.
|
|
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",
|