Skip to content

Commit f6cba5f

Browse files
author
Marc Geurts
committed
TallstackUI : Bump version to 3.0.0
1 parent e6198ac commit f6cba5f

File tree

84 files changed

+1087
-621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1087
-621
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This <b>TallStack</b> application is build using :
2828
<li><a href="https://livewire.laravel.com/" target="_blank">Livewire</a> 4</li>
2929
<li><a href="https://alpinejs.dev/" target="_blank">Alpine.js</a> 3</li>
3030
<li><a href="https://tailwindcss.com/" target="_blank">Tailwind CSS</a> 4</li>
31-
<li><a href="https://tallstackui.com//" target="_blank">TallStackUI</a> 2 (featuring <a href="https://tabler.io/icons" target="_blank">Tabler Icons</a>)</li>
31+
<li><a href="https://tallstackui.com//" target="_blank">TallStackUI</a> 3 (featuring <a href="https://tabler.io/icons" target="_blank">Tabler Icons</a>)</li>
3232
<li><a href="https://filamentphp.com//" target="_blank">Laravel Filament</a> 5 (only <a href="https://filamentphp.com/docs/5.x/tables/overview" target="_blank">Table Builder</a>)</li>
3333
</ul>
3434

app/Providers/AppServiceProvider.php

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ public function register(): void
3939
*/
4040
public function boot(): void
4141
{
42-
Blaze::optimize()->in(resource_path('views/components'));
42+
// ------------------------------------------------------------------------------
43+
// Configure Livewire Blaze settings, enable debugging and optimize components in the specified directory.
44+
// ------------------------------------------------------------------------------
45+
// Blaze::optimize()->in(resource_path('views/components'))->in(resource_path('../vendor/tallstackui/tallstackui/src/View/Components'));
46+
// if (app()->isLocal()) {
47+
// Blaze::debug();
48+
// }
4349

4450
// ------------------------------------------------------------------------------
4551
// Configure application settings and services
@@ -145,7 +151,7 @@ private function configureLogViewer(): void
145151
*/
146152
private function configureTallStackUiPersonalization(): void
147153
{
148-
$ui = TallStackUi::personalize();
154+
$ui = TallStackUi::customize();
149155

150156
$ui->alert()->block('wrapper')->replace('rounded-lg', 'rounded-sm');
151157

@@ -189,7 +195,7 @@ private function configureTallStackUiPersonalization(): void
189195
->block('wrapper.first')->replace('bg-gray-400/75', 'bg-gray-400/10')
190196
->block('wrapper.fourth')->replace([
191197
'dark:bg-dark-700' => 'dark:bg-gray-900',
192-
'rounded-xl' => 'rounded-sm',
198+
'rounded-t-xl' => 'rounded-t-sm',
193199
]);
194200

195201
$ui->slide()

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"spatie/laravel-medialibrary": "^11.21",
5151
"stefangabos/world_countries": "^3.3",
5252
"stevebauman/location": "^7.6",
53-
"tallstackui/tallstackui": "^2.15"
53+
"tallstackui/tallstackui": "^3.0"
5454
},
5555
"require-dev": {
5656
"alisalehi/laravel-lang-files-translator": "^1.0",

composer.lock

Lines changed: 27 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)