@@ -118,10 +118,10 @@ This provides the best user experience across all devices without requiring manu
118118 <p class="maz-text-sm maz-mb-2">
119119 This combines adaptive behavior with keep-open-on-hover for menus.
120120 </p>
121- <button class="maz-block maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-rounded">
121+ <button class="maz-block maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-rounded">
122122 Menu Item 1
123123 </button>
124- <button class="maz-block maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-rounded">
124+ <button class="maz-block maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-rounded">
125125 Menu Item 2
126126 </button>
127127 </div>
@@ -161,10 +161,10 @@ This provides the best user experience across all devices without requiring manu
161161 <p class="maz-text-sm maz-mb-2">
162162 Perfect for dropdown menus that work on all devices
163163 </p>
164- <button class="maz-block maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-rounded">
164+ <button class="maz-block maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-rounded">
165165 Menu Item 1
166166 </button>
167- <button class="maz-block maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-rounded">
167+ <button class="maz-block maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-rounded">
168168 Menu Item 2
169169 </button>
170170 </div>
@@ -852,16 +852,16 @@ const isOpen = ref(false)
852852 <MazPopover position="bottom-start">
853853 <template #trigger>
854854 <MazBtn>
855- <MazIcon name="cog-6-tooth" class="maz-mr -2" />
855+ <MazIcon name="cog-6-tooth" class="maz-me -2" />
856856 Settings
857- <MazIcon name="chevron-down" class="maz-ml -2" />
857+ <MazIcon name="chevron-down" class="maz-ms -2" />
858858 </MazBtn>
859859 </template>
860860 <div class="maz-py-1 maz-min-w-48">
861861 <button
862862 v-for="item in menuItems"
863863 :key="item.label"
864- class="maz-w-full maz-px-4 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-flex maz-items-center maz-gap-2"
864+ class="maz-w-full maz-px-4 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-flex maz-items-center maz-gap-2"
865865 @click="handleMenuClick(item.action)"
866866 >
867867 <MazIcon :name="item.icon" class="maz-w-4 maz-h-4" />
@@ -874,14 +874,14 @@ const isOpen = ref(false)
874874 <MazBtn color="transparent" fab :icon="MazEllipsisVertical" />
875875 </template>
876876 <div class="maz-py-1 maz-min-w-32">
877- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
877+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
878878 Edit
879879 </button>
880- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
880+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
881881 Share
882882 </button>
883883 <hr class="maz-my-1 maz-border-divider">
884- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-text-destructive">
884+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-text-destructive">
885885 Delete
886886 </button>
887887 </div>
@@ -907,16 +907,16 @@ function handleMenuClick(action) {
907907 <MazPopover position="bottom-start">
908908 <template #trigger>
909909 <MazBtn>
910- <MazIcon name="cog-6-tooth" class="maz-mr -2" />
910+ <MazIcon name="cog-6-tooth" class="maz-me -2" />
911911 Settings
912- <MazIcon name="chevron-down" class="maz-ml -2" />
912+ <MazIcon name="chevron-down" class="maz-ms -2" />
913913 </MazBtn>
914914 </template>
915915 <div class="maz-py-1 maz-min-w-48">
916916 <button
917917 v-for="item in menuItems"
918918 :key="item.label"
919- class="maz-w-full maz-px-4 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-flex maz-items-center maz-gap-2"
919+ class="maz-w-full maz-px-4 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-flex maz-items-center maz-gap-2"
920920 @click="handleMenuClick(item.action)"
921921 >
922922 <MazIcon :name="item.icon" class="maz-w-4 maz-h-4" />
@@ -932,14 +932,14 @@ function handleMenuClick(action) {
932932 </MazBtn>
933933 </template>
934934 <div class="maz-py-1 maz-min-w-32">
935- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
935+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
936936 Edit
937937 </button>
938- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
938+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
939939 Share
940940 </button>
941941 <hr class="maz-my-1 maz-border-divider">
942- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-text-destructive">
942+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-text-destructive">
943943 Delete
944944 </button>
945945 </div>
@@ -962,14 +962,14 @@ function handleMenuClick(action) {
962962 </MazBtn>
963963 </template>
964964 <div class="maz-py-1 maz-min-w-32">
965- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
965+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
966966 Edit
967967 </button>
968- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
968+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
969969 Share
970970 </button>
971971 <hr class="maz-my-1 maz-border-divider">
972- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-text-destructive">
972+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-text-destructive">
973973 Delete
974974 </button>
975975 </div>
@@ -986,14 +986,14 @@ function handleMenuClick(action) {
986986 </MazBtn>
987987 </template>
988988 <div class="maz-py-1 maz-min-w-32">
989- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
989+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
990990 Edit
991991 </button>
992- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
992+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400">
993993 Share
994994 </button>
995995 <hr class="maz-my-1 maz-border-divider">
996- <button class="maz-w-full maz-px-3 maz-py-2 maz-text-left maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-text-destructive">
996+ <button class="maz-w-full maz-px-3 maz-py-2 maz-text-start maz-text-sm hover:maz-bg-surface-600 dark:hover:maz-bg-surface-400 maz-text-destructive">
997997 Delete
998998 </button>
999999 </div>
@@ -1011,7 +1011,7 @@ function handleMenuClick(action) {
10111011 <MazPopover position="bottom-start" :close-on-click-outside="false" :close-on-escape="false">
10121012 <template #trigger>
10131013 <MazBtn block>
1014- <MazIcon name="plus" class="maz-mr -2" />
1014+ <MazIcon name="plus" class="maz-me -2" />
10151015 Add Item
10161016 </MazBtn>
10171017 </template>
@@ -1067,7 +1067,7 @@ function resetForm() {
10671067 <MazPopover position="bottom-start" :close-on-click-outside="false">
10681068 <template #trigger>
10691069 <MazBtn block>
1070- <MazIcon name="plus" class="maz-mr -2" />
1070+ <MazIcon name="plus" class="maz-me -2" />
10711071 Add Item
10721072 </MazBtn>
10731073 </template>
@@ -1267,7 +1267,7 @@ function resetForm() {
12671267 </div>
12681268 <div v-for="(event, index) in events" :key="index" class="maz-mb-1">
12691269 <span class="maz-font-mono maz-text-primary">{{ event.type }}</span>
1270- <span class="maz-text-muted maz-ml -2">{{ event.time }}</span>
1270+ <span class="maz-text-muted maz-ms -2">{{ event.time }}</span>
12711271 </div>
12721272 </div>
12731273 </div >
0 commit comments