Skip to content

Commit

Permalink
Update docs-assets app
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Dec 17, 2024
1 parent fc61d64 commit a5f9321
Show file tree
Hide file tree
Showing 12 changed files with 837 additions and 755 deletions.
1,103 changes: 589 additions & 514 deletions docs-assets/app/composer.lock

Large diffs are not rendered by default.

323 changes: 162 additions & 161 deletions docs-assets/app/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs-assets/app/public/css/filament/filament/app.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-assets/app/public/css/filament/forms/forms.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs-assets/app/public/js/filament/filament/echo.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

112 changes: 59 additions & 53 deletions docs-assets/app/public/js/filament/forms/components/rich-editor.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs-assets/app/public/js/filament/support/support.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class="grid grid-cols-[repeat(7,minmax(theme(spacing.7),1fr))] gap-1"
</template>

<template
x-for="day in daysInFocusedMonth"
x-for="day in focusedDate.daysInMonth()"
x-bind:key="day"
>
<div
Expand Down

0 comments on commit a5f9321

Please sign in to comment.