@jetbrains/ring-ui 6.0.26 → 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "6.0.26",
3
+ "version": "6.0.27",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -133,7 +133,7 @@
133
133
  "eslint-plugin-react": "^7.34.1",
134
134
  "eslint-plugin-storybook": "^0.8.0",
135
135
  "events": "^3.3.0",
136
- "glob": "^10.3.12",
136
+ "glob": "^10.3.14",
137
137
  "html-webpack-plugin": "^5.6.0",
138
138
  "http-server": "^14.1.1",
139
139
  "husky": "^9.0.11",