Skip to content

Commit

Permalink
Heroicons v2 update (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclaudio authored Aug 4, 2023
1 parent 1467a16 commit 2249a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
],
"require": {
"php": "^8.0|^8.1",
"rapidez/core": "~0.57"
"rapidez/core": "~0.57",
"blade-ui-kit/blade-heroicons": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/productbundles.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class="object-contain h-40 w-full"
</div>
<x-rapidez::button type="submit" class="flex items-center mx-auto mt-3">
<x-heroicon-o-shopping-cart class="h-5 w-5 mr-2" v-if="!adding && !added" />
<x-heroicon-o-refresh class="h-5 w-5 mr-2 animate-spin" v-if="adding" />
<x-heroicon-o-arrow-path class="h-5 w-5 mr-2 animate-spin" v-if="adding" />
<x-heroicon-o-check class="h-5 w-5 mr-2" v-if="added" />
<span v-if="!adding && !added">@lang('Add bundle')</span>
<span v-if="adding">@lang('Adding')...</span>
Expand Down

0 comments on commit 2249a18

Please sign in to comment.