Skip to content

Commit 21ca84a

Browse files
committed
first commit 🔥
1 parent 8f2fee2 commit 21ca84a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "laravilt/forms",
33
"description": "Complete form builder system with 30+ field types, validation, and Blade/Inertia.js integration. Build complex forms with text inputs, selects, date pickers, file uploads, rich editors, repeaters, and more with real-time reactivity.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"type": "library",
66
"license": "MIT",
77
"keywords": [

resources/js/components/ui/dialog/DialogHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const props = defineProps<{
1010
<template>
1111
<div
1212
data-slot="dialog-header"
13-
:class="cn('flex flex-col gap-2 text-center sm:text-left', props.class)"
13+
:class="cn('flex flex-col gap-2 text-center sm:text-start', props.class)"
1414
>
1515
<slot />
1616
</div>

0 commit comments

Comments
 (0)