Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Nov 8, 2022
1 parent 2003742 commit e9abba8
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions config/tallkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@
'navbar' => [
'container' => [
'data-tallkit-assets' => 'alpine',
'x-cloak' => '',
'x-data' => 'window.tallkit.component(\'navbar\')',
'@click.away' => 'close',
'@click.outside' => 'close',
Expand Down Expand Up @@ -1231,7 +1232,6 @@
'progressbar' => [
'container' => [
'data-tallkit-assets' => 'alpine',
'wire:ignore' => '',
'x-cloak' => '',
'x-data' => 'window.tallkit.component(\'progressbar\')',
],
Expand Down Expand Up @@ -1331,29 +1331,33 @@

'sizes' => [
'default' => [
'class' => 'h-4 text-sm leading-4',
'class' => 'h-6 text-base leading-6',
],

'sm' => [
'xs' => [
'class' => 'h-2 text-xs leading-2',
],

'md' => [
'sm' => [
'class' => 'h-4 text-sm leading-4',
],

'lg' => [
'md' => [
'class' => 'h-6 text-base leading-6',
],

'xl' => [
'lg' => [
'class' => 'h-8 text-lg leading-8',
],

'2xl' => [
'xl' => [
'class' => 'h-10 text-xl leading-10',
],

'2xl' => [
'class' => 'h-12 text-2xl leading-12',
],

'none' => [],
],

Expand Down Expand Up @@ -2319,20 +2323,10 @@
/**
* Datetimes.
*/
'full-calendar' => [
'container' => [
'data-tallkit-assets' => 'alpine,full-calendar',
'wire:ignore' => '',
'x-cloak' => '',
'x-data' => 'window.tallkit.component(\'full-calendar\')',
],
],

'carbon' => [
'container' => [
'data-tallkit-assets' => 'alpine,moment,moment-timezone',
'wire:ignore' => '',
'x-cloak' => '',
'x-data' => 'window.tallkit.component(\'carbon\')',
],
],
Expand All @@ -2341,7 +2335,6 @@
'container' => [
'data-tallkit-assets' => 'alpine',
'wire:ignore' => '',
'x-cloak' => '',
'x-data' => 'window.tallkit.component(\'countdown\')',
],

Expand All @@ -2362,6 +2355,15 @@
],
],

'full-calendar' => [
'container' => [
'data-tallkit-assets' => 'alpine,full-calendar',
'wire:ignore' => '',
'x-cloak' => '',
'x-data' => 'window.tallkit.component(\'full-calendar\')',
],
],

/**
* Editors.
*/
Expand Down Expand Up @@ -2652,6 +2654,7 @@
'container' => [
'data-tallkit-assets' => 'alpine',
'x-data' => 'window.tallkit.component(\'form\')',
'x-ref' => 'form',
'@submit' => 'prepareSubmit',
],
],
Expand Down Expand Up @@ -3059,7 +3062,7 @@
'data-turbo-cache' => 'false',
'data-turbolinks-cache' => 'false',
'x-ref' => 'output',
'class' => 'm-4 cursor-pointer',
'class' => 'm-4 cursor-pointer max-w-sm max-h-80',
],

'actions' => [
Expand Down Expand Up @@ -4965,7 +4968,6 @@
'highlight' => [
'container' => [
'data-tallkit-assets' => 'alpine,highlight',
'wire:ignore' => '',
'x-cloak' => '',
'x-data' => 'window.tallkit.component(\'highlight\')',
'x-init' => 'setup',
Expand Down Expand Up @@ -5020,7 +5022,6 @@
'pretty-print-json' => [
'container' => [
'data-tallkit-assets' => 'alpine,pretty-print-json',
'wire:ignore' => '',
'x-cloak' => '',
'x-data' => 'window.tallkit.component(\'pretty-print-json\')',
],
Expand Down

0 comments on commit e9abba8

Please sign in to comment.