williamalmeida/mary-v1-community
<x-color-palette> — Full Tailwind color palette picker (22 color families x shades 50-950).
Supports wire:model, x-model, inline label, clearable, and the standard error/hint props.
Requires the maryColorPalette Alpine store (see JS helpers below).You can now import the library helpers directly from vendor in your app.js instead of loading them via <script> CDN tags:
import { registerColorPalette } from '../../vendor/williamalmeida/mary-v1-community/libs/color-palette';
import { registerDialog } from '../../vendor/williamalmeida/mary-v1-community/libs/dialog';
import { registerToast } from '../../vendor/williamalmeida/mary-v1-community/libs/toast';
import '../../vendor/williamalmeida/mary-v1-community/libs/currency'; // exposes window.Currency
document.addEventListener('alpine:init', () => registerColorPalette(Alpine));
registerDialog();
registerToast();
libs/color-palette.js — new ESM module that registers $store.maryColorPalette on Alpine.libs/dialog.js — now uses window.Livewire instead of a fragile relative import.libs/toast.js — now uses window.Livewire instead of a fragile relative import.illuminate/support requirement to include Laravel 13.x (^13.0).README.md with a full app.js example.tailwind.config.js content entry reminder (covers both vendor install and local path repository).Full Changelog: https://github.com/WilliamAlmeida/mary-v1-community/compare/1.49.3...1.50.0
live and blur modifiers in money input.noProgress property.noProgress to true for ToastException and Toast trait methods.This release brings bug fixes, enhancements, and documentation improvements.
See the full changelog in the repository for more details.
Full Changelog: https://github.com/WilliamAlmeida/mary-v1-community/compare/1.49.2...1.49.3
wire:model and x-model bindings.readonly property for Ace Editor integration, allowing read-only mode.This release is based on maryui v1.48.1 and brings new components, improvements, bug fixes, and usability enhancements.
See the full changelog in the repository for more details.
How can I help you explore Laravel packages today?