Skip to content

Commit

Permalink
internal only
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Oct 11, 2023
1 parent 0f807b5 commit fa682b6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion resources/views/documentation/internal/error.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<x-layout :torchlight="false">
<x-slot:title>
Error Component (Interal Only)
Error Component
</x-slot:title>
<x-slot:description>
The generic error component used in form components.
Expand Down
2 changes: 1 addition & 1 deletion resources/views/documentation/internal/hint.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<x-layout :torchlight="false">
<x-slot:title>
Hint Component (Interal Only)
Hint Component
</x-slot:title>
<x-slot:description>
The generic error component used in form components.
Expand Down
2 changes: 1 addition & 1 deletion resources/views/documentation/internal/label.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<x-layout :torchlight="false">
<x-slot:title>
Label Component (Interal Only)
Label Component
</x-slot:title>
<x-slot:description>
The generic error component used in form components.
Expand Down
2 changes: 1 addition & 1 deletion resources/views/documentation/internal/wrapper.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<x-layout :torchlight="false">
<x-slot:title>
Wrapper Component (Interal Only)
Wrapper Component
</x-slot:title>
<x-slot:description>
The generic error component used in form components.
Expand Down
3 changes: 0 additions & 3 deletions resources/views/documentation/ui/icon.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<x-slot:description>
Native support to all <a href="https://heroicons.com" class="underline" target="_blank">Heroicons.</a>
</x-slot:description>
<x-slot:personalization>
<livewire:documentation.personalization component="icon" />
</x-slot:personalization>
<x-section>
<x-preview title="Basic Usage"
language="blade"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function content(string $block, string $class): void
This content is part of <a href="{{ route('documentation.personalization.concept') }}" class="underline">TallStackUi personalization.</a>
</x-warning>
<x-slot:title>
<div class="flex items-center gap-2">
<div class="flex justify-start items-center gap-2">
{{ $name }}, Personalization Blocks
<x-tooltip text="Click on the block to check the original class."
position="bottom"
Expand All @@ -68,7 +68,7 @@ public function content(string $block, string $class): void
</div>
<div class="mt-2 space-y-2">
@if ($original !== null)
<p>Name: <x-badge :text="$original['block']" color="pink" outline /></p>
<p>Block Name: <x-badge :text="$original['block']" color="pink" outline /></p>
<p>Original Content:</p>
<div class="text-[#C3E88D] overflow-auto custom-scrollbar rounded-lg bg-[#292D3E] p-4 my-2">
{{ $original['class'] }}
Expand Down

0 comments on commit fa682b6

Please sign in to comment.