Skip to content

Commit

Permalink
Merge pull request #38 from dillingham/issue-28
Browse files Browse the repository at this point in the history
Navigate after triggering events
  • Loading branch information
Brian Dillingham authored Aug 18, 2019
2 parents 2f22dca + 649753a commit ffb0cd3
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 92 deletions.
30 changes: 15 additions & 15 deletions config/nova-button.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
*/

'defaults' => [
'style' => 'link-primary',
'style' => 'link-primary',
'loadingStyle' => 'link-grey',
'loadingText' => 'Loading',
'loadingText' => 'Loading',
'successStyle' => 'link-success',
'successText' => 'Success',
'errorStyle' => 'link-danger',
'errorText' => 'Failed',
'successText' => 'Success',
'errorStyle' => 'link-danger',
'errorText' => 'Failed',
],

/*
Expand All @@ -37,25 +37,25 @@
'success' => 'cursor-pointer btn btn-default bg-success text-white',
'primary' => 'cursor-pointer btn btn-default btn-primary',
'warning' => 'cursor-pointer btn btn-default bg-warning text-white',
'danger' => 'cursor-pointer btn btn-default bg-danger text-white',
'info' => 'cursor-pointer btn btn-default bg-info text-white',
'grey' => 'cursor-pointer btn btn-default bg-60 text-white',
'danger' => 'cursor-pointer btn btn-default bg-danger text-white',
'info' => 'cursor-pointer btn btn-default bg-info text-white',
'grey' => 'cursor-pointer btn btn-default bg-60 text-white',
// Outline
'success-outline' => 'cursor-pointer btn btn-default border border-success text-success',
'primary-outline' => 'cursor-pointer btn btn-default border border-primary text-primary',
'warning-outline' => 'cursor-pointer btn btn-default border border-warning text-warning ',
'danger-outline' => 'cursor-pointer btn btn-default border border-danger text-danger ',
'info-outline' => 'cursor-pointer btn btn-default border border-info text-info ',
'grey-outline' => 'cursor-pointer btn btn-default border border-60 text-80 ',
'danger-outline' => 'cursor-pointer btn btn-default border border-danger text-danger ',
'info-outline' => 'cursor-pointer btn btn-default border border-info text-info ',
'grey-outline' => 'cursor-pointer btn btn-default border border-60 text-80 ',
// Link
'success-link' => 'cursor-pointer dim inline-block text-success font-bold btn btn-link',
'primary-link' => 'cursor-pointer dim inline-block text-primary font-bold btn btn-link',
'warning-link' => 'cursor-pointer dim inline-block text-warning font-bold btn btn-link',
'danger-link' => 'cursor-pointer dim inline-block text-danger font-bold btn btn-link',
'info-link' => 'cursor-pointer dim inline-block text-info font-bold btn btn-link',
'grey-link' => 'cursor-pointer dim inline-block text-80 font-bold btn btn-link',
'danger-link' => 'cursor-pointer dim inline-block text-danger font-bold btn btn-link',
'info-link' => 'cursor-pointer dim inline-block text-info font-bold btn btn-link',
'grey-link' => 'cursor-pointer dim inline-block text-80 font-bold btn btn-link',
// Custom
'custom' => 'bg-orange',

],
];
Loading

0 comments on commit ffb0cd3

Please sign in to comment.