@fuentis/phoenix-ui 0.0.9-alpha.280 → 0.0.9-alpha.281

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.
@@ -306,7 +306,7 @@ class SidebarComponent {
306
306
  width: '50px',
307
307
  })),
308
308
  state('hovered', style({
309
- width: '190px',
309
+ width: '220px',
310
310
  })),
311
311
  transition('default <=> hovered', animate('200ms ease-in-out')),
312
312
  ]),
@@ -326,7 +326,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
326
326
  width: '50px',
327
327
  })),
328
328
  state('hovered', style({
329
- width: '190px',
329
+ width: '220px',
330
330
  })),
331
331
  transition('default <=> hovered', animate('200ms ease-in-out')),
332
332
  ]),