diff --git a/app/Enums/Examples/Ai.php b/app/Enums/Examples/Ai.php index 62541c8f..fec22098 100644 --- a/app/Enums/Examples/Ai.php +++ b/app/Enums/Examples/Ai.php @@ -33,29 +33,4 @@ class Ai } } HTML; - - public const string CURSOR_PROJECT = <<<'HTML' - { - "mcpServers": { - "tallstackui": { - "type": "http", - "url": "https://tallstackui.com/mcp/tallstackui" - } - } - } - HTML; - - public const string GEMINI_CLI = <<<'HTML' - gemini mcp add --transport http tallstackui https://tallstackui.com/mcp/tallstackui - HTML; - - public const string GEMINI_SETTINGS = <<<'HTML' - { - "mcpServers": { - "tallstackui": { - "httpUrl": "https://tallstackui.com/mcp/tallstackui" - } - } - } - HTML; } diff --git a/app/Enums/Examples/Form/Checkbox.php b/app/Enums/Examples/Form/Checkbox.php index afdedb92..4bde4c58 100644 --- a/app/Enums/Examples/Form/Checkbox.php +++ b/app/Enums/Examples/Form/Checkbox.php @@ -98,10 +98,6 @@ class Checkbox ]" /> HTML; - public const string GROUP_PROPERTY = <<<'PHP' - public array $features = []; - PHP; - public const string GROUP_VARIATIONS = <<<'HTML' diff --git a/app/Enums/Examples/Form/Date.php b/app/Enums/Examples/Form/Date.php index 55dc5b9a..3d104151 100644 --- a/app/Enums/Examples/Form/Date.php +++ b/app/Enums/Examples/Form/Date.php @@ -36,13 +36,25 @@ class Date $date; // 2024-02-20 HTML; + public const string TYPEABLE = <<<'HTML' + + HTML; + + public const string TYPEABLE_FORMAT = <<<'HTML' + + HTML; + + public const string TYPEABLE_MIN_DATE = <<<'HTML' + + + + HTML; + public const string HELPERS = <<<'HTML' HTML; public const string MIN_MAX_DATES = <<<'HTML' - - HTML; diff --git a/app/Enums/Examples/Form/Range.php b/app/Enums/Examples/Form/Range.php index 93444683..43d8be2d 100644 --- a/app/Enums/Examples/Form/Range.php +++ b/app/Enums/Examples/Form/Range.php @@ -14,6 +14,14 @@ class Range HTML; + public const string DUAL = <<<'HTML' + + HTML; + + public const string DUAL_TOOLTIP = <<<'HTML' + + HTML; + public const string READONLY_DISABLED = <<<'HTML' diff --git a/app/Enums/Examples/Ui/Badge.php b/app/Enums/Examples/Ui/Badge.php index 6a30d70c..809289b2 100644 --- a/app/Enums/Examples/Ui/Badge.php +++ b/app/Enums/Examples/Ui/Badge.php @@ -56,6 +56,13 @@ class Badge HTML; + public const string SIZES_CONFIG = <<<'HTML' + + + + + HTML; + public const string COLORS = <<<'HTML' diff --git a/app/Enums/Examples/Ui/Button.php b/app/Enums/Examples/Ui/Button.php index 6f1b315b..56d57daa 100644 --- a/app/Enums/Examples/Ui/Button.php +++ b/app/Enums/Examples/Ui/Button.php @@ -412,11 +412,95 @@ class Button HTML; + public const string SUBTLE = <<<'HTML' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + HTML; + + public const string SUBTLE_TINTED = <<<'HTML' + + + + + + HTML; + public const string UNFOCUS = <<<'HTML' HTML; + public const string UNFOCUS_CONFIG = <<<'HTML' + + + + + HTML; + + public const string CIRCLE_SUBTLE = <<<'HTML' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + HTML; + + public const string CIRCLE_SUBTLE_TINTED = <<<'HTML' + + + HTML; + public const string CIRCLE_UNFOCUS = <<<'HTML' @@ -450,6 +534,14 @@ class Button ->block('block', 'classes'); HTML; + public const string GROUP_SHADOWLESS = <<<'HTML' + + + + + + HTML; + public const string CUSTOMIZATION_GROUP = <<<'HTML' TallStackUi::customize() ->button('group') diff --git a/app/Enums/Examples/Ui/Carousel.php b/app/Enums/Examples/Ui/Carousel.php index 25315881..850cff2b 100644 --- a/app/Enums/Examples/Ui/Carousel.php +++ b/app/Enums/Examples/Ui/Carousel.php @@ -30,8 +30,6 @@ class Carousel ]" round /> + + HTML; + public const string HEIGHTS = <<<'HTML' HTML; @@ -82,14 +87,6 @@ class Editor HTML; - public const string NATIVE = <<<'HTML' -
- @csrf - - - - HTML; - public const string UPLOAD_BLADE = <<<'HTML' HTML; @@ -121,11 +118,6 @@ public function storeImage(): string x-on:editor:fullscreen-toggled="console.log($event.detail.on)" /> HTML; - public const string LIVEWIRE = <<<'HTML' - - - HTML; - public const string SCOPES = <<<'PHP' // The two dialogs are instances under a fixed scope TallStackUi::customize('modal', scope: 'editor.modal.link') diff --git a/app/Enums/Examples/Ui/Gallery.php b/app/Enums/Examples/Ui/Gallery.php index 3c4bf5ed..6c2c0963 100644 --- a/app/Enums/Examples/Ui/Gallery.php +++ b/app/Enums/Examples/Ui/Gallery.php @@ -98,12 +98,6 @@ class="max-w-md" /> x-on:previous="console.log($event.detail.current)" /> HTML; - public const string PERFORMANCE = <<<'HTML' - TallStackUi::customize() - ->gallery() - ->block('tile.performance', ''); - HTML; - public const string CUSTOMIZATION = <<<'HTML' TallStackUi::customize() ->gallery() diff --git a/app/Enums/Examples/Ui/Layout.php b/app/Enums/Examples/Ui/Layout.php index 6afb14e0..24852ff1 100644 --- a/app/Enums/Examples/Ui/Layout.php +++ b/app/Enums/Examples/Ui/Layout.php @@ -91,6 +91,12 @@ class Layout HTML; + public const string HEADER_COLLAPSE_ICON = <<<'HTML' + + + + HTML; + public const string JAVASCRIPT = <<<'HTML'