Update dependencies and refine Filament configuration

- Upgraded @tailwindcss/vite and tailwindcss to version 4.1.17 in package.json.
- Modified Vite configuration to include a new input file for Filament theme.
- Added AdvancedFileUpload component to VisaMasterPaymentOrderForm.
- Removed unused SpatieMediaLibraryFileUpload from VisaMasterPaymentOrderInfolist.
- Enhanced VisaMasterPaymentOrderInfolist schema for better layout and organization.
- Set Vite theme path in WorkPanelProvider for improved styling.
This commit is contained in:
2025-12-08 21:47:06 +05:00
parent 183916a62a
commit 88fdc3aa7f
7 changed files with 2267 additions and 30 deletions

View File

@@ -85,6 +85,7 @@ class WorkPanelProvider extends PanelProvider
'primary' => Color::Indigo,
'success' => Color::Emerald,
'warning' => Color::Orange,
]);
])
->viteTheme('resources/css/filament/work/theme.css');
}
}