@dcodegroup-au/page-builder 0.6.1 → 0.6.3

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.
@@ -721,8 +721,8 @@ select {
721
721
  .bottom-0 {
722
722
  bottom: 0px;
723
723
  }
724
- .bottom-10 {
725
- bottom: 2.5rem;
724
+ .bottom-\[40px\] {
725
+ bottom: 40px;
726
726
  }
727
727
  .left-0 {
728
728
  left: 0px;
@@ -730,12 +730,12 @@ select {
730
730
  .left-1\/2 {
731
731
  left: 50%;
732
732
  }
733
- .left-20 {
734
- left: 5rem;
735
- }
736
733
  .left-5 {
737
734
  left: 1.25rem;
738
735
  }
736
+ .left-\[120px\] {
737
+ left: 120px;
738
+ }
739
739
  .left-\[70\%\] {
740
740
  left: 70%;
741
741
  }
@@ -922,6 +922,12 @@ select {
922
922
  .mt-\[40px\] {
923
923
  margin-top: 40px;
924
924
  }
925
+ .line-clamp-6 {
926
+ overflow: hidden;
927
+ display: -webkit-box;
928
+ -webkit-box-orient: vertical;
929
+ -webkit-line-clamp: 6;
930
+ }
925
931
  .\!block {
926
932
  display: block !important;
927
933
  }
@@ -1142,9 +1148,6 @@ select {
1142
1148
  .w-\[28px\] {
1143
1149
  width: 28px;
1144
1150
  }
1145
- .w-\[30rem\] {
1146
- width: 30rem;
1147
- }
1148
1151
  .w-\[32px\] {
1149
1152
  width: 32px;
1150
1153
  }
@@ -1659,10 +1662,6 @@ select {
1659
1662
  --tw-bg-opacity: 1;
1660
1663
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1661
1664
  }
1662
- .bg-navy-100 {
1663
- --tw-bg-opacity: 1;
1664
- background-color: rgb(169 184 198 / var(--tw-bg-opacity, 1));
1665
- }
1666
1665
  .bg-navy-25 {
1667
1666
  --tw-bg-opacity: 1;
1668
1667
  background-color: rgb(239 242 245 / var(--tw-bg-opacity, 1));
@@ -1745,6 +1744,10 @@ select {
1745
1744
  padding-left: 1.5rem !important;
1746
1745
  padding-right: 1.5rem !important;
1747
1746
  }
1747
+ .\!py-8 {
1748
+ padding-top: 2rem !important;
1749
+ padding-bottom: 2rem !important;
1750
+ }
1748
1751
  .px-0 {
1749
1752
  padding-left: 0px;
1750
1753
  padding-right: 0px;
@@ -2031,9 +2034,6 @@ select {
2031
2034
  .leading-8 {
2032
2035
  line-height: 2rem;
2033
2036
  }
2034
- .leading-9 {
2035
- line-height: 2.25rem;
2036
- }
2037
2037
  .leading-\[24px\] {
2038
2038
  line-height: 24px;
2039
2039
  }
@@ -2137,10 +2137,6 @@ select {
2137
2137
  --tw-text-opacity: 1;
2138
2138
  color: rgb(223 229 236 / var(--tw-text-opacity, 1));
2139
2139
  }
2140
- .text-navy-600 {
2141
- --tw-text-opacity: 1;
2142
- color: rgb(62 95 126 / var(--tw-text-opacity, 1));
2143
- }
2144
2140
  .text-navy-700 {
2145
2141
  --tw-text-opacity: 1;
2146
2142
  color: rgb(40 77 112 / var(--tw-text-opacity, 1));
@@ -2837,6 +2833,10 @@ select {
2837
2833
  font-weight: 400;
2838
2834
  }
2839
2835
 
2836
+ .page-builder .ql-editor, .page-render .ql-editor, .item-edit .ql-editor {
2837
+ padding: 0px;
2838
+ }
2839
+
2840
2840
  .checked\:bg-brand-600:checked {
2841
2841
  --tw-bg-opacity: 1;
2842
2842
  background-color: rgb(158 51 113 / var(--tw-bg-opacity, 1));
@@ -3467,7 +3467,6 @@ select {
3467
3467
  }
3468
3468
 
3469
3469
  .multiline-ellipsis {
3470
- height: 100%;
3471
3470
  display: -webkit-box; /* Use a flex-like box model */
3472
3471
  -webkit-box-orient: vertical; /* Set the box orientation to vertical */
3473
3472
  overflow: hidden; /* Hide overflowing content */
@@ -3482,11 +3481,11 @@ select {
3482
3481
  text-align: center
3483
3482
  }
3484
3483
 
3485
- .fade-enter-active[data-v-25ca07bb],
3486
- .fade-leave-active[data-v-25ca07bb] {
3487
- transition: opacity 0.4s ease;
3484
+ .fade-enter-active[data-v-936f7e6f],
3485
+ .fade-leave-active[data-v-936f7e6f] {
3486
+ transition: opacity 0.1s ease;
3488
3487
  }
3489
- .fade-enter-from[data-v-25ca07bb],
3490
- .fade-leave-to[data-v-25ca07bb] {
3488
+ .fade-enter-from[data-v-936f7e6f],
3489
+ .fade-leave-to[data-v-936f7e6f] {
3491
3490
  opacity: 0;
3492
3491
  }