@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.
package/dist/page-builder.css
CHANGED
|
@@ -3882,13 +3882,20 @@ select {
|
|
|
3882
3882
|
}
|
|
3883
3883
|
|
|
3884
3884
|
|
|
3885
|
-
.carousel[data-v-
|
|
3886
|
-
|
|
3887
|
-
|
|
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-
|
|
3891
|
-
|
|
3896
|
+
[data-v-d127b2e7] .carousel__slide {
|
|
3897
|
+
|
|
3898
|
+
flex-direction: column
|
|
3892
3899
|
}
|
|
3893
3900
|
}
|
|
3894
3901
|
|
package/dist/page-builder.es.js
CHANGED
|
@@ -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-
|
|
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",
|
package/dist/page-builder.umd.js
CHANGED
|
@@ -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-
|
|
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
|
@@ -64,11 +64,10 @@ const slides = componentData.value.data.filter((o) => o.public);
|
|
|
64
64
|
|
|
65
65
|
<style scoped>
|
|
66
66
|
.carousel {
|
|
67
|
-
|
|
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>
|