@fy-/fws-vue 0.7.7 → 0.7.9

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.
@@ -339,6 +339,7 @@ onUnmounted(() => {
339
339
  'custom-grid': mode == 'custom',
340
340
  }"
341
341
  >
342
+ <slot name="thumbnail" />
342
343
  <template v-for="i in images.length" :key="`g_${id}_${i}`">
343
344
  <template v-if="mode == 'mason'">
344
345
  <div
@@ -103,20 +103,14 @@ onUnmounted(() => {
103
103
  class="flex-shrink-0 w-6 h-6"
104
104
  v-else
105
105
  />
106
- <h3
107
- class="text-lg font-medium"
108
- v-text="currentNotif.title"
109
- :class="{
110
- 'mb-4': !currentNotif.content,
111
- }"
112
- />
106
+ <h3 class="text-lg font-medium" v-text="currentNotif.title" />
113
107
  </div>
114
108
  <div
115
- class="mt-2 mb-4 text-sm"
109
+ class="mt-2text-sm"
116
110
  v-text="currentNotif.content"
117
111
  v-if="currentNotif.content"
118
112
  />
119
- <div class="flex justify-end gap-2">
113
+ <div class="flex justify-end gap-2 pt-3">
120
114
  <button
121
115
  type="button"
122
116
  class="btn neutral small"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "0.7.7",
3
+ "version": "0.7.9",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {