From 9cc513607de0a5b878c1a06c50a0203df338d106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zain=F0=9F=8D=95?= Date: Sun, 19 Oct 2025 03:29:54 +0800 Subject: [PATCH 1/2] Refactors FAB component naming and adds strict types Renames the component's file to `FabTemp.php`. Updates the class name from `FAB` to `Fab` for consistent casing. Introduces strict type declarations to enhance code reliability. --- src/Components/{FAB.php => FabTemp.php} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename src/Components/{FAB.php => FabTemp.php} (97%) diff --git a/src/Components/FAB.php b/src/Components/FabTemp.php similarity index 97% rename from src/Components/FAB.php rename to src/Components/FabTemp.php index aa7282b..79bc2d7 100644 --- a/src/Components/FAB.php +++ b/src/Components/FabTemp.php @@ -1,5 +1,7 @@ Date: Sun, 19 Oct 2025 03:30:27 +0800 Subject: [PATCH 2/2] Finalizes Fab component naming Removes the 'Temp' suffix from the component's file name, indicating it is no longer a temporary or work-in-progress component. Improves clarity and reflects its finalized status. --- src/Components/{FabTemp.php => Fab.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/Components/{FabTemp.php => Fab.php} (100%) diff --git a/src/Components/FabTemp.php b/src/Components/Fab.php similarity index 100% rename from src/Components/FabTemp.php rename to src/Components/Fab.php