Skip to content

Commit

Permalink
Merge pull request #69 from lara-zeus/update-all
Browse files Browse the repository at this point in the history
update composer and assets
  • Loading branch information
atmonshi authored Oct 6, 2023
2 parents f0a6924 + 4df6256 commit 7558235
Show file tree
Hide file tree
Showing 9 changed files with 369 additions and 363 deletions.
705 changes: 353 additions & 352 deletions composer.lock

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions resources/css/_checkbox-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,24 @@
}

.checkbox-tile {
@apply border border-primary-600 dark:border-primary-800 shadow-lg bg-white dark:bg-black;
@apply rounded-lg border border-primary-600 dark:border-primary-800 shadow-lg bg-white dark:bg-black;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 7rem;
border-radius: 0.5rem;
transition: 0.15s ease;
cursor: pointer;
position: relative;
}

.checkbox-tile:before {
@apply border border-primary-500 dark:border-primary-800;
@apply border border-primary-500 dark:border-primary-800 bg-white;
content: "";
position: absolute;
display: block;
width: 1.25rem;
height: 1.25rem;
background-color: #fff;
border-radius: 50%;
top: 0.25rem;
left: 0.25rem;
Expand Down
4 changes: 2 additions & 2 deletions resources/css/filament.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@tailwind components;
@tailwind utilities;
@import '../../vendor/filament/filament/resources/css/theme.css';
@import '_checkbox-cards.css';

/* debug tool 😜 */
.bord {
Expand Down
2 changes: 1 addition & 1 deletion resources/dist/filament-tail.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/frontend.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/dist/lara-zeus.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/dist/frontend.css": "/dist/frontend.css?id=8a3f4409f49c6028122858272d106632",
"/dist/filament-tail.css": "/dist/filament-tail.css?id=3047e373f768628d26ffa8323ad07467"
"/dist/frontend.css": "/dist/frontend.css?id=ed3f78e46ebcda0981e727e7d6788e92",
"/dist/filament-tail.css": "/dist/filament-tail.css?id=564ae46362fcc52c7389016edb4e45a7"
}
5 changes: 5 additions & 0 deletions tailwind-filament.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ module.exports = {
'../rhea/resources/views/**/*.blade.php',
// Bolt
'../bolt/resources/views/filament/**/*.blade.php',
// Bolt0pro
'../bolt-pro/resources/views/filament/**/*.blade.php',
// Thunder
'../thunder/resources/views/**/*.blade.php',
'../thunder/src/Models/TicketsStatus.php',
Expand All @@ -36,5 +38,8 @@ module.exports = {
},
plugins: [
require('tailwindcss-debug-screens'),
require('@tailwindcss/typography'),
require('@tailwindcss/forms'),
require('tailwindcss-debug-screens'),
],
};
2 changes: 2 additions & 0 deletions tailwind-frontend.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import colors from 'tailwindcss/colors'
import preset from './vendor/filament/filament/tailwind.config.preset'

module.exports = {
presets: [preset],
darkMode: 'class',
content: [
// Core
Expand Down

0 comments on commit 7558235

Please sign in to comment.