This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | @props([ | |
| 'id' => null, | |
| 'value' => null, | |
| 'text' => null, | |
| 'name' => null, | |
| 'default' => null, | |
| ]) | |
| <div | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| namespace App\Traits; | |
| use Spatie\Color\Hex; | |
| use Spatie\Color\Rgb; | |
| trait SetupColors | |
| { | |
| protected function darken(Hex $hex, float $intensity): Rgb | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div x-data="setupEditor(@entangle($attributes->wire('model')).defer)" x-init="() => init($refs.editor)" wire:ignore | |
| {{ $attributes->whereDoesntStartWith('wire:model')->merge(['class' => 'editor !w-full !max-w-full']) }}> | |
| <template x-if="editor"> | |
| <div class="flex space-x-4 items-center dark:text-neutral-100 fill-current py-2"> | |
| <button @click.prevent="Alpine.raw(editor).chain().toggleBold().focus().run()"> | |
| <x-icon-bold class="w-4 h-4" /> | |
| </button> | |
| <button @click.prevent="Alpine.raw(editor).chain().toggleItalic().focus().run()"> | |
| <x-icon-italic class="w-4 h-4" /> | |
| </button> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Dockerfile | |
| .dockerignore | |
| node_modules | |
| npm-debug.log | |
| README.md | |
| .git | |
| dist | 
OlderNewer