@dcodegroup-au/page-builder 0.8.5 → 0.8.6

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.
@@ -3882,13 +3882,20 @@ select {
3882
3882
  }
3883
3883
 
3884
3884
 
3885
- .carousel[data-v-37e27419] {
3886
- margin: 1rem 0;
3887
- flex-direction: column;
3885
+ .carousel[data-v-d127b2e7] {
3886
+
3887
+ display: flex;
3888
+
3889
+ flex-direction: column;
3890
+
3891
+ padding-top: 1rem;
3892
+
3893
+ padding-bottom: 1rem
3888
3894
  }
3889
3895
  @media not all and (min-width: 1024px) {
3890
- [data-v-37e27419] .carousel__slide {
3891
- flex-direction: column;
3896
+ [data-v-d127b2e7] .carousel__slide {
3897
+
3898
+ flex-direction: column
3892
3899
  }
3893
3900
  }
3894
3901
 
@@ -47950,7 +47950,7 @@ const _sfc_main$s = {
47950
47950
  };
47951
47951
  }
47952
47952
  };
47953
- const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-37e27419"]]);
47953
+ const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-d127b2e7"]]);
47954
47954
  const _hoisted_1$L = ["target", "href"];
47955
47955
  const _sfc_main$r = {
47956
47956
  __name: "LinkPresenter",
@@ -47953,7 +47953,7 @@ ${escapeText(this.code(index, length))}
47953
47953
  };
47954
47954
  }
47955
47955
  };
47956
- const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-37e27419"]]);
47956
+ const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-d127b2e7"]]);
47957
47957
  const _hoisted_1$L = ["target", "href"];
47958
47958
  const _sfc_main$r = {
47959
47959
  __name: "LinkPresenter",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcodegroup-au/page-builder",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/page-builder.es.js"
@@ -64,11 +64,10 @@ const slides = componentData.value.data.filter((o) => o.public);
64
64
 
65
65
  <style scoped>
66
66
  .carousel {
67
- margin: 1rem 0;
68
- flex-direction: column;
67
+ @apply py-4 flex flex-col;
69
68
  }
70
69
 
71
70
  :deep(.carousel__slide) {
72
71
  @apply max-lg:flex-col;
73
72
  }
74
- </style>
73
+ </style>