@dcodegroup-au/page-builder 0.7.8 → 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.
package/dist/page-builder.css
CHANGED
package/dist/page-builder.es.js
CHANGED
|
@@ -48454,7 +48454,7 @@ const _hoisted_10$a = {
|
|
|
48454
48454
|
const _hoisted_11$9 = ["innerHTML"];
|
|
48455
48455
|
const _hoisted_12$7 = { class: "border-t border-gray-200 mt-4 pt-[17px] flex justify-between items-center" };
|
|
48456
48456
|
const _hoisted_13$7 = ["href"];
|
|
48457
|
-
const _hoisted_14$6 = { class: "absolute max-sm:bottom-0 sm:top-[-65px] right-0
|
|
48457
|
+
const _hoisted_14$6 = { class: "absolute max-sm:bottom-0 sm:top-[-65px] right-0 lg:right-4 flex gap-4" };
|
|
48458
48458
|
const _hoisted_15$4 = {
|
|
48459
48459
|
key: 0,
|
|
48460
48460
|
class: "flex sm:justify-center mb-6 lg:mb-10"
|
package/dist/page-builder.umd.js
CHANGED
|
@@ -48457,7 +48457,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48457
48457
|
const _hoisted_11$9 = ["innerHTML"];
|
|
48458
48458
|
const _hoisted_12$7 = { class: "border-t border-gray-200 mt-4 pt-[17px] flex justify-between items-center" };
|
|
48459
48459
|
const _hoisted_13$7 = ["href"];
|
|
48460
|
-
const _hoisted_14$6 = { class: "absolute max-sm:bottom-0 sm:top-[-65px] right-0
|
|
48460
|
+
const _hoisted_14$6 = { class: "absolute max-sm:bottom-0 sm:top-[-65px] right-0 lg:right-4 flex gap-4" };
|
|
48461
48461
|
const _hoisted_15$4 = {
|
|
48462
48462
|
key: 0,
|
|
48463
48463
|
class: "flex sm:justify-center mb-6 lg:mb-10"
|
package/package.json
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
</div>
|
|
65
65
|
|
|
66
66
|
<!-- Control Buttons -->
|
|
67
|
-
<div class="absolute max-sm:bottom-0 sm:top-[-65px] right-0
|
|
67
|
+
<div class="absolute max-sm:bottom-0 sm:top-[-65px] right-0 lg:right-4 flex gap-4">
|
|
68
68
|
<button
|
|
69
69
|
@click="prevSlide"
|
|
70
70
|
class="p-2.5 bg-white text-navy-800 rounded-full opacity-100"
|