Skip to content

Commit

Permalink
🚀 v5
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <[email protected]>
  • Loading branch information
bnomei committed Dec 3, 2024
1 parent 594dbaf commit fba6047
Show file tree
Hide file tree
Showing 14 changed files with 1,727 additions and 3,743 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"test": "./vendor/bin/pest --profile",
"dist": [
"npm run format",
"npm run build",
"composer fix",
"composer install --no-dev --optimize-autoloader",
"git rm -rf --cached .; git add .;"
Expand Down
532 changes: 267 additions & 265 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.janitor{background-color:var(--color-text);color:#fff;border-radius:3px;padding:.5rem 1rem;line-height:1.25rem;text-align:left}.janitor:hover{background-color:#222}.janitor .k-button-text{opacity:1}.janitor.is-running{background-color:var(--color-border)!important;color:#fff;cursor:wait}.janitor[aria-disabled=true]{background-color:var(--color-border)!important}.visually-hidden{position:absolute;width:1px;height:1px;border:0;padding:0;margin:0;clip-path:inset(50%);overflow:hidden;white-space:nowrap}
.janitor.is-running{cursor:wait}.janitor[aria-disabled=true]{cursor:not-allowed}.visually-hidden{position:absolute;width:1px;height:1px;border:0;padding:0;margin:0;clip-path:inset(50%);overflow:hidden;white-space:nowrap}
2 changes: 1 addition & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'autosave' => function ($doAutosave = false) {
return Janitor::isTrue($doAutosave);
},
'backgroundColor' => function ($style = 'var(--color-text)') {
'backgroundColor' => function ($style = '') {
return Janitor::query($style, $this->model());
},
'clipboard' => function ($clipboard = null) {
Expand Down Expand Up @@ -96,7 +96,7 @@

return Janitor::query($confirm, $this->model());
},
'color' => function ($style = 'white') {
'color' => function ($style = '') {
return Janitor::query($style, $this->model());
},
'cooldown' => function ($cooldownMilliseconds = null) {
Expand Down
Loading

0 comments on commit fba6047

Please sign in to comment.