@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.
@@ -3165,10 +3165,6 @@ select {
3165
3165
 
3166
3166
  @media (min-width: 768px) {
3167
3167
 
3168
- .md\:-right-28 {
3169
- right: -7rem;
3170
- }
3171
-
3172
3168
  .md\:right-\[120px\] {
3173
3169
  right: 120px;
3174
3170
  }
@@ -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 md:-right-28 lg:right-4 flex gap-4" };
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"
@@ -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 md:-right-28 lg:right-4 flex gap-4" };
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcodegroup-au/page-builder",
3
- "version": "0.7.8",
3
+ "version": "0.7.9",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/page-builder.es.js"
@@ -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 md:-right-28 lg:right-4 flex gap-4">
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"