@dcodegroup-au/page-builder 0.0.9 → 0.1.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcodegroup-au/page-builder",
3
- "version": "0.0.9",
3
+ "version": "0.1.0",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/page-builder.es.js"
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="slide-edit">
3
- <div class="flex items-start gap-4 px-6 pt-4">
3
+ <div class="flex items-start gap-4 px-6 pt-4 h-full">
4
4
  <div class="flex flex-1 flex-col gap-4">
5
5
  <card title="Description">
6
6
  <div class="flex flex-col gap-8">
@@ -33,6 +33,7 @@
33
33
  :src="slide.featured_image"
34
34
  alt="Slide Image"
35
35
  class="rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover"/>
36
+ <img v-else class="rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover" src="@/assets/img/no_image_available.jpeg">
36
37
  </div>
37
38
  </Slide>
38
39
  </Carousel>