Adds working support for shouldBeShown methods now
Updated to almost match the master branch, excluding the updated view that uses Alpine 3.x, defaulted to using 2.x version still.
Anyone using this branch already will want to update their config to include this under include_css..
/*
|--------------------------------------------------------------------------
| Include JS
|--------------------------------------------------------------------------
|
| Spotlight will inject the required Javascript in your blade template.
| If you want to bundle the required Javascript you can set this to false
| run `npm install --save fuse.js` and add `require('vendor/livewire-ui/spotlight/resources/js/spotlight');`
| to your script bundler like webpack.
|
*/
'include_js' => true,
Notes
shouldBeShown
methods nowinclude_css
..