Skip to content

Commit b286bfa

Browse files
PanchoDPpushpak1300ashleyhindle
authored
fix: prefer fluxui-pro guidelines over fluxui-free (#292)
* feat: exclude Fluxui-free guidelines if Fluxui-pro is installed. Update new components in core of Fluxui-pro. * fix typo 'pillbox' Signed-off-by: Pushpak Chhajed <[email protected]> * Update core.blade.php --------- Signed-off-by: Pushpak Chhajed <[email protected]> Co-authored-by: Pushpak Chhajed <[email protected]> Co-authored-by: Pushpak Chhajed <[email protected]> Co-authored-by: Ashley Hindle <[email protected]>
1 parent a40a5a4 commit b286bfa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ai/fluxui-pro/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
This is correct as of Boost installation, but there may be additional components within the codebase.
1717

1818
<available-flux-components>
19-
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
19+
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
2020
</available-flux-components>

src/Install/GuidelineComposer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public function __construct(protected Roster $roster, protected Herd $herd)
4848
{
4949
$this->packagePriorities = [
5050
Packages::PEST->value => [Packages::PHPUNIT->value],
51+
Packages::FLUXUI_PRO->value => [Packages::FLUXUI_FREE->value],
5152
];
5253
$this->config = new GuidelineConfig;
5354
$this->guidelineAssist = new GuidelineAssist($roster);

0 commit comments

Comments
 (0)