From 81217a6c4bd8d604d4fd734716cbf4cc0fd76a46 Mon Sep 17 00:00:00 2001 From: Francisco Date: Thu, 9 Oct 2025 20:51:33 -0300 Subject: [PATCH 1/3] feat: exclude Fluxui-free guidelines if Fluxui-pro is installed. Update new components in core of Fluxui-pro. --- .ai/fluxui-pro/core.blade.php | 2 +- src/Install/GuidelineComposer.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ai/fluxui-pro/core.blade.php b/.ai/fluxui-pro/core.blade.php index b66c0585..35dac8da 100644 --- a/.ai/fluxui-pro/core.blade.php +++ b/.ai/fluxui-pro/core.blade.php @@ -16,5 +16,5 @@ This is correct as of Boost installation, but there may be additional components within the codebase. -accordion, autocomplete, avatar, badge, brand, breadcrumbs, button, calendar, callout, card, chart, checkbox, command, context, date-picker, dropdown, editor, field, heading, icon, input, modal, navbar, pagination, popover, profile, radio, select, separator, switch, table, tabs, text, textarea, toast, tooltip +accordion, autocomplete, avatar, badge, brand, breadcrumbs, button, calendar, callout, card, chart, checkbox, command, context, date-picker, dropdown, editor, field, heading, file upload icon, input, modal, navbar, pagination, pillow, popover, profile, radio, select, separator, switch, table, tabs, text, textarea, toast, tooltip diff --git a/src/Install/GuidelineComposer.php b/src/Install/GuidelineComposer.php index ff59c572..2b654841 100644 --- a/src/Install/GuidelineComposer.php +++ b/src/Install/GuidelineComposer.php @@ -48,6 +48,7 @@ public function __construct(protected Roster $roster, protected Herd $herd) { $this->packagePriorities = [ Packages::PEST->value => [Packages::PHPUNIT->value], + Packages::FLUXUI_PRO->value => [Packages::FLUXUI_FREE->value], ]; $this->config = new GuidelineConfig; $this->guidelineAssist = new GuidelineAssist($roster); From 1c9420c6126e25b4e9a6ce6ff1800196c63f2590 Mon Sep 17 00:00:00 2001 From: Pushpak Chhajed Date: Fri, 10 Oct 2025 10:27:38 +0530 Subject: [PATCH 2/3] fix typo 'pillbox' Signed-off-by: Pushpak Chhajed --- .ai/fluxui-pro/core.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ai/fluxui-pro/core.blade.php b/.ai/fluxui-pro/core.blade.php index 35dac8da..9bc41f17 100644 --- a/.ai/fluxui-pro/core.blade.php +++ b/.ai/fluxui-pro/core.blade.php @@ -16,5 +16,5 @@ This is correct as of Boost installation, but there may be additional components within the codebase. -accordion, autocomplete, avatar, badge, brand, breadcrumbs, button, calendar, callout, card, chart, checkbox, command, context, date-picker, dropdown, editor, field, heading, file upload icon, input, modal, navbar, pagination, pillow, popover, profile, radio, select, separator, switch, table, tabs, text, textarea, toast, tooltip +accordion, autocomplete, avatar, badge, brand, breadcrumbs, button, calendar, callout, card, chart, checkbox, command, context, date-picker, dropdown, editor, field, heading, file upload icon, input, modal, navbar, pagination, pillbox, popover, profile, radio, select, separator, switch, table, tabs, text, textarea, toast, tooltip From ea85081ef897839a221f8d590998241baae6caac Mon Sep 17 00:00:00 2001 From: Ashley Hindle Date: Mon, 13 Oct 2025 11:14:11 +0100 Subject: [PATCH 3/3] Update core.blade.php --- .ai/fluxui-pro/core.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ai/fluxui-pro/core.blade.php b/.ai/fluxui-pro/core.blade.php index 9bc41f17..9895ecba 100644 --- a/.ai/fluxui-pro/core.blade.php +++ b/.ai/fluxui-pro/core.blade.php @@ -16,5 +16,5 @@ This is correct as of Boost installation, but there may be additional components within the codebase. -accordion, autocomplete, avatar, badge, brand, breadcrumbs, button, calendar, callout, card, chart, checkbox, command, context, date-picker, dropdown, editor, field, heading, file upload icon, input, modal, navbar, pagination, pillbox, popover, profile, radio, select, separator, switch, table, tabs, text, textarea, toast, tooltip +accordion, autocomplete, avatar, badge, brand, breadcrumbs, button, calendar, callout, card, chart, checkbox, command, context, date-picker, dropdown, editor, field, heading, file upload, icon, input, modal, navbar, pagination, pillbox, popover, profile, radio, select, separator, switch, table, tabs, text, textarea, toast, tooltip