@theia/messages 1.27.0-next.49 → 1.27.0-next.52

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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@theia/messages",
3
- "version": "1.27.0-next.49+cf5cdf0984b",
3
+ "version": "1.27.0-next.52+ce012845316",
4
4
  "description": "Theia - Messages Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.27.0-next.49+cf5cdf0984b",
6
+ "@theia/core": "1.27.0-next.52+ce012845316",
7
7
  "react-perfect-scrollbar": "^1.5.3",
8
8
  "ts-md5": "^1.2.2"
9
9
  },
@@ -45,5 +45,5 @@
45
45
  "nyc": {
46
46
  "extends": "../../configs/nyc.json"
47
47
  },
48
- "gitHead": "cf5cdf0984bddd1deb806c23c172c8edb49e3c00"
48
+ "gitHead": "ce0128453165d9a9493a7a958fcfaa4b0a2c6e9e"
49
49
  }
@@ -242,24 +242,10 @@
242
242
  }
243
243
 
244
244
  .theia-notification-item-progressbar.indeterminate {
245
+ /* `progress-animation` is defined in `packages/core/src/browser/style/progress-bar.css` */
245
246
  animation: progress-animation 1.3s 0s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
246
247
  }
247
248
 
248
- @keyframes progress-animation {
249
- 0% {
250
- margin-left: 0%;
251
- width: 3%;
252
- }
253
- 60% {
254
- margin-left: 45%;
255
- width: 20%;
256
- }
257
- 100% {
258
- margin-left: 99%;
259
- width: 1%;
260
- }
261
- }
262
-
263
249
  /* Perfect scrollbar */
264
250
 
265
251
  .theia-notification-list-scroll-container .ps__rail-y {