@fuentis/phoenix-ui 0.0.9-alpha.154 → 0.0.9-alpha.155

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.
@@ -5379,7 +5379,7 @@ class QuickPickSidePanelComponent {
5379
5379
  data = [];
5380
5380
  columns = [];
5381
5381
  tableConfiguration = {};
5382
- widthClass = 'w-9';
5382
+ widthClass = 'w-6';
5383
5383
  isFullScreen = false;
5384
5384
  _panelVisible = signal(false);
5385
5385
  set panelState(value) {