File tree Expand file tree Collapse file tree 7 files changed +1
-62
lines changed
Expand file tree Collapse file tree 7 files changed +1
-62
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 @class ([
66 ' fi-footer my-3 flex flex-wrap items-center justify-center text-sm text-gray-500 dark:text-gray-400' ,
77 ' border-t border-gray-200 dark:border-gray-700 text-center p-2' => $footerPosition === ' sidebar' || $footerPosition === ' sidebar.footer' || $borderTopEnabled === true ,
8- ' fi-sidebar gap-2' => $footerPosition === ' sidebar' || $footerPosition === ' sidebar.footer' ,
8+ ' fi-sidebar gap-2 h-auto ' => $footerPosition === ' sidebar' || $footerPosition === ' sidebar.footer' ,
99 ' gap-4' => $footerPosition !== ' sidebar' && $footerPosition !== ' sidebar.footer' ,
1010 ' mx-auto w-full px-4 md:px-6 lg:px-8' => $footerPosition === ' footer' ,
1111 match ($maxContentWidth ??= (filament ()-> getMaxContentWidth () ?? Width:: SevenExtraLarge )) {
Original file line number Diff line number Diff line change @@ -60,11 +60,6 @@ public function packageBooted(): void
6060
6161 Livewire::component ('devonab.filament-easy-footer.github-version ' , GitHubVersion::class);
6262
63- FilamentAsset::register (
64- $ this ->getAssets (),
65- $ this ->getAssetPackageName ()
66- );
67-
6863 FilamentAsset::registerScriptData (
6964 $ this ->getScriptData (),
7065 $ this ->getAssetPackageName ()
@@ -86,18 +81,6 @@ protected function getAssetPackageName(): ?string
8681 return 'devonab/filament-easy-footer ' ;
8782 }
8883
89- /**
90- * @return array<Asset>
91- */
92- protected function getAssets (): array
93- {
94- return [
95- // AlpineComponent::make('filament-easy-footer', __DIR__ . '/../resources/dist/components/filament-easy-footer.js'),
96- Css::make ('filament-easy-footer-styles ' , __DIR__ . '/../resources/dist/filament-easy-footer.css ' ),
97- Js::make ('filament-easy-footer-scripts ' , __DIR__ . '/../resources/dist/filament-easy-footer.js ' ),
98- ];
99- }
100-
10184 /**
10285 * @return array<string, mixed>
10386 */
You can’t perform that action at this time.
0 commit comments