adminforth 2.17.0-next.78 → 2.17.0-next.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,9 +23,9 @@
23
23
  <div class="ms-3 text-sm font-normal max-w-xs pr-2" v-else>
24
24
  {{toast.message}}
25
25
  </div>
26
- <div v-if="toast.buttons" class="flex mt-2 gap-2 w-full ml-6">
26
+ <div v-if="toast.buttons" class="flex mt-2 gap-2 w-full ml-3">
27
27
  <div v-for="button in toast.buttons" class="af-toast-button rounded-md bg-lightButtonsBackground hover:bg-lightButtonsHover text-lightButtonsText dark:bg-darkPrimary dark:hover:bg-darkButtonsBackground dark:text-darkButtonsText">
28
- <button @click="onButtonClick(button.value)" class="px-2 py-1 rounded hover:bg-black/5 dark:hover:bg-white/10">
28
+ <button @click="onButtonClick(button.value)" class="px-2 py-1 rounded hover:bg-black/5 dark:hover:bg-white/10 text-sm">
29
29
  {{ button.label }}
30
30
  </button>
31
31
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.17.0-next.78",
3
+ "version": "2.17.0-next.79",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",