@dcodegroup-au/page-builder 0.6.0 → 0.6.2
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 +10 -21
- package/dist/page-builder.es.js +240 -213
- package/dist/page-builder.umd.js +240 -213
- package/package.json +1 -1
- package/src/components/LinkCardEdit.vue +4 -4
- package/src/components/PageRender.vue +1 -0
- package/src/components/presenters/modules/HorizontalTabs.vue +6 -9
- package/src/components/presenters/modules/Paragraph.vue +5 -4
- package/src/components/presenters/modules/StandardHeader.vue +1 -1
- package/src/components/presenters/modules/TestimonialSlider.vue +22 -20
- package/src/components/presenters/modules/TwoColumnsImageContent.vue +16 -4
package/dist/page-builder.css
CHANGED
|
@@ -721,8 +721,8 @@ select {
|
|
|
721
721
|
.bottom-0 {
|
|
722
722
|
bottom: 0px;
|
|
723
723
|
}
|
|
724
|
-
.bottom
|
|
725
|
-
bottom:
|
|
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
|
}
|
|
@@ -1142,9 +1142,6 @@ select {
|
|
|
1142
1142
|
.w-\[28px\] {
|
|
1143
1143
|
width: 28px;
|
|
1144
1144
|
}
|
|
1145
|
-
.w-\[30rem\] {
|
|
1146
|
-
width: 30rem;
|
|
1147
|
-
}
|
|
1148
1145
|
.w-\[32px\] {
|
|
1149
1146
|
width: 32px;
|
|
1150
1147
|
}
|
|
@@ -1659,10 +1656,6 @@ select {
|
|
|
1659
1656
|
--tw-bg-opacity: 1;
|
|
1660
1657
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1661
1658
|
}
|
|
1662
|
-
.bg-navy-100 {
|
|
1663
|
-
--tw-bg-opacity: 1;
|
|
1664
|
-
background-color: rgb(169 184 198 / var(--tw-bg-opacity, 1));
|
|
1665
|
-
}
|
|
1666
1659
|
.bg-navy-25 {
|
|
1667
1660
|
--tw-bg-opacity: 1;
|
|
1668
1661
|
background-color: rgb(239 242 245 / var(--tw-bg-opacity, 1));
|
|
@@ -2137,10 +2130,6 @@ select {
|
|
|
2137
2130
|
--tw-text-opacity: 1;
|
|
2138
2131
|
color: rgb(223 229 236 / var(--tw-text-opacity, 1));
|
|
2139
2132
|
}
|
|
2140
|
-
.text-navy-600 {
|
|
2141
|
-
--tw-text-opacity: 1;
|
|
2142
|
-
color: rgb(62 95 126 / var(--tw-text-opacity, 1));
|
|
2143
|
-
}
|
|
2144
2133
|
.text-navy-700 {
|
|
2145
2134
|
--tw-text-opacity: 1;
|
|
2146
2135
|
color: rgb(40 77 112 / var(--tw-text-opacity, 1));
|
|
@@ -3482,11 +3471,11 @@ select {
|
|
|
3482
3471
|
text-align: center
|
|
3483
3472
|
}
|
|
3484
3473
|
|
|
3485
|
-
.fade-enter-active[data-v-
|
|
3486
|
-
.fade-leave-active[data-v-
|
|
3487
|
-
transition: opacity 0.
|
|
3474
|
+
.fade-enter-active[data-v-936f7e6f],
|
|
3475
|
+
.fade-leave-active[data-v-936f7e6f] {
|
|
3476
|
+
transition: opacity 0.1s ease;
|
|
3488
3477
|
}
|
|
3489
|
-
.fade-enter-from[data-v-
|
|
3490
|
-
.fade-leave-to[data-v-
|
|
3478
|
+
.fade-enter-from[data-v-936f7e6f],
|
|
3479
|
+
.fade-leave-to[data-v-936f7e6f] {
|
|
3491
3480
|
opacity: 0;
|
|
3492
3481
|
}
|