@dcodegroup-au/page-builder 0.7.5 → 0.7.7

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.
@@ -733,9 +733,6 @@ select {
733
733
  .left-1\/2 {
734
734
  left: 50%;
735
735
  }
736
- .left-5 {
737
- left: 1.25rem;
738
- }
739
736
  .left-\[70\%\] {
740
737
  left: 70%;
741
738
  }
@@ -778,9 +775,6 @@ select {
778
775
  .z-10 {
779
776
  z-index: 10;
780
777
  }
781
- .z-20 {
782
- z-index: 20;
783
- }
784
778
  .z-50 {
785
779
  z-index: 50;
786
780
  }
@@ -831,8 +825,8 @@ select {
831
825
  .-mb-\[140px\] {
832
826
  margin-bottom: -140px;
833
827
  }
834
- .-mt-12 {
835
- margin-top: -3rem;
828
+ .-mt-6 {
829
+ margin-top: -1.5rem;
836
830
  }
837
831
  .mb-1 {
838
832
  margin-bottom: 0.25rem;
@@ -909,9 +903,6 @@ select {
909
903
  .mt-8 {
910
904
  margin-top: 2rem;
911
905
  }
912
- .mt-\[100px\] {
913
- margin-top: 100px;
914
- }
915
906
  .mt-\[3px\] {
916
907
  margin-top: 3px;
917
908
  }
@@ -930,6 +921,12 @@ select {
930
921
  -webkit-box-orient: vertical;
931
922
  -webkit-line-clamp: 4;
932
923
  }
924
+ .line-clamp-6 {
925
+ overflow: hidden;
926
+ display: -webkit-box;
927
+ -webkit-box-orient: vertical;
928
+ -webkit-line-clamp: 6;
929
+ }
933
930
  .\!block {
934
931
  display: block !important;
935
932
  }
@@ -981,9 +978,6 @@ select {
981
978
  .h-8 {
982
979
  height: 2rem;
983
980
  }
984
- .h-9 {
985
- height: 2.25rem;
986
- }
987
981
  .h-\[100vh\] {
988
982
  height: 100vh;
989
983
  }
@@ -1035,12 +1029,12 @@ select {
1035
1029
  .h-\[56px\] {
1036
1030
  height: 56px;
1037
1031
  }
1032
+ .h-\[614px\] {
1033
+ height: 614px;
1034
+ }
1038
1035
  .h-\[674px\] {
1039
1036
  height: 674px;
1040
1037
  }
1041
- .h-\[708px\] {
1042
- height: 708px;
1043
- }
1044
1038
  .h-\[96px\] {
1045
1039
  height: 96px;
1046
1040
  }
@@ -1057,18 +1051,12 @@ select {
1057
1051
  .max-h-\[196px\] {
1058
1052
  max-height: 196px;
1059
1053
  }
1060
- .max-h-\[200px\] {
1061
- max-height: 200px;
1062
- }
1063
1054
  .max-h-\[48px\] {
1064
1055
  max-height: 48px;
1065
1056
  }
1066
1057
  .max-h-screen {
1067
1058
  max-height: 100vh;
1068
1059
  }
1069
- .min-h-\[136px\] {
1070
- min-height: 136px;
1071
- }
1072
1060
  .min-h-\[260px\] {
1073
1061
  min-height: 260px;
1074
1062
  }
@@ -1388,13 +1376,6 @@ select {
1388
1376
  -moz-column-gap: 100px;
1389
1377
  column-gap: 100px;
1390
1378
  }
1391
- .gap-x-\[60px\] {
1392
- -moz-column-gap: 60px;
1393
- column-gap: 60px;
1394
- }
1395
- .gap-y-2 {
1396
- row-gap: 0.5rem;
1397
- }
1398
1379
  .divide-y > :not([hidden]) ~ :not([hidden]) {
1399
1380
  --tw-divide-y-reverse: 0;
1400
1381
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
@@ -1499,9 +1480,6 @@ select {
1499
1480
  .border-b {
1500
1481
  border-bottom-width: 1px;
1501
1482
  }
1502
- .border-l-4 {
1503
- border-left-width: 4px;
1504
- }
1505
1483
  .border-t {
1506
1484
  border-top-width: 1px;
1507
1485
  }
@@ -1562,6 +1540,10 @@ select {
1562
1540
  --tw-border-opacity: 1;
1563
1541
  border-color: rgb(148 166 184 / var(--tw-border-opacity, 1));
1564
1542
  }
1543
+ .border-navy-25 {
1544
+ --tw-border-opacity: 1;
1545
+ border-color: rgb(239 242 245 / var(--tw-border-opacity, 1));
1546
+ }
1565
1547
  .border-orange-200 {
1566
1548
  --tw-border-opacity: 1;
1567
1549
  border-color: rgb(249 219 175 / var(--tw-border-opacity, 1));
@@ -1705,9 +1687,6 @@ select {
1705
1687
  .p-1\.5 {
1706
1688
  padding: 0.375rem;
1707
1689
  }
1708
- .p-16 {
1709
- padding: 4rem;
1710
- }
1711
1690
  .p-2 {
1712
1691
  padding: 0.5rem;
1713
1692
  }
@@ -1876,9 +1855,6 @@ select {
1876
1855
  .pl-3 {
1877
1856
  padding-left: 0.75rem;
1878
1857
  }
1879
- .pl-4 {
1880
- padding-left: 1rem;
1881
- }
1882
1858
  .pl-6 {
1883
1859
  padding-left: 1.5rem;
1884
1860
  }
@@ -1888,15 +1864,12 @@ select {
1888
1864
  .pr-5 {
1889
1865
  padding-right: 1.25rem;
1890
1866
  }
1891
- .pr-8 {
1892
- padding-right: 2rem;
1867
+ .pt-12 {
1868
+ padding-top: 3rem;
1893
1869
  }
1894
1870
  .pt-16 {
1895
1871
  padding-top: 4rem;
1896
1872
  }
1897
- .pt-20 {
1898
- padding-top: 5rem;
1899
- }
1900
1873
  .pt-4 {
1901
1874
  padding-top: 1rem;
1902
1875
  }
@@ -1955,12 +1928,6 @@ select {
1955
1928
  .text-\[32px\] {
1956
1929
  font-size: 32px;
1957
1930
  }
1958
- .text-\[36px\] {
1959
- font-size: 36px;
1960
- }
1961
- .text-\[40px\] {
1962
- font-size: 40px;
1963
- }
1964
1931
  .text-base {
1965
1932
  font-size: 1rem;
1966
1933
  line-height: 1.5rem;
@@ -2827,6 +2794,14 @@ select {
2827
2794
 
2828
2795
  @media (min-width: 768px) {
2829
2796
 
2797
+ .pb-container {
2798
+ padding-left: 4rem;
2799
+ padding-right: 4rem;
2800
+ }
2801
+ }
2802
+
2803
+ @media (min-width: 1024px) {
2804
+
2830
2805
  .pb-container {
2831
2806
  padding-left: 120px;
2832
2807
  padding-right: 120px;
@@ -3012,9 +2987,25 @@ select {
3012
2987
 
3013
2988
  @media not all and (min-width: 1024px) {
3014
2989
 
2990
+ .max-lg\:hidden {
2991
+ display: none;
2992
+ }
2993
+
3015
2994
  .max-lg\:flex-col {
3016
2995
  flex-direction: column;
3017
2996
  }
2997
+
2998
+ .max-lg\:flex-col-reverse {
2999
+ flex-direction: column-reverse;
3000
+ }
3001
+
3002
+ .max-lg\:\!pb-0 {
3003
+ padding-bottom: 0px !important;
3004
+ }
3005
+
3006
+ .max-lg\:pb-6 {
3007
+ padding-bottom: 1.5rem;
3008
+ }
3018
3009
  }
3019
3010
 
3020
3011
  @media not all and (min-width: 768px) {
@@ -3028,6 +3019,10 @@ select {
3028
3019
  width: 100%;
3029
3020
  }
3030
3021
 
3022
+ .max-md\:flex-1 {
3023
+ flex: 1 1 0%;
3024
+ }
3025
+
3031
3026
  .max-md\:flex-col {
3032
3027
  flex-direction: column;
3033
3028
  }
@@ -3037,21 +3032,85 @@ select {
3037
3032
  padding-right: 1rem;
3038
3033
  }
3039
3034
 
3040
- .max-md\:\!pb-0 {
3041
- padding-bottom: 0px !important;
3042
- }
3043
-
3044
3035
  .max-md\:\!pt-4 {
3045
3036
  padding-top: 1rem !important;
3046
3037
  }
3038
+ }
3039
+
3040
+ @media not all and (min-width: 640px) {
3041
+
3042
+ .max-sm\:hidden {
3043
+ display: none;
3044
+ }
3045
+
3046
+ .max-sm\:min-h-\[84px\] {
3047
+ min-height: 84px;
3048
+ }
3049
+
3050
+ .max-sm\:grid-cols-2 {
3051
+ grid-template-columns: repeat(2, minmax(0, 1fr));
3052
+ }
3053
+
3054
+ .max-sm\:grid-cols-\[auto_20px\] {
3055
+ grid-template-columns: auto 20px;
3056
+ }
3057
+
3058
+ .max-sm\:flex-col {
3059
+ flex-direction: column;
3060
+ }
3061
+
3062
+ .max-sm\:rounded-lg {
3063
+ border-radius: 0.5rem;
3064
+ }
3047
3065
 
3048
- .max-md\:pb-4 {
3066
+ .max-sm\:bg-white {
3067
+ --tw-bg-opacity: 1;
3068
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
3069
+ }
3070
+
3071
+ .max-sm\:p-3 {
3072
+ padding: 0.75rem;
3073
+ }
3074
+
3075
+ .max-sm\:pb-4 {
3049
3076
  padding-bottom: 1rem;
3050
3077
  }
3078
+
3079
+ .max-sm\:text-gray-900 {
3080
+ --tw-text-opacity: 1;
3081
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
3082
+ }
3051
3083
  }
3052
3084
 
3053
3085
  @media (min-width: 640px) {
3054
3086
 
3087
+ .sm\:mb-2 {
3088
+ margin-bottom: 0.5rem;
3089
+ }
3090
+
3091
+ .sm\:mt-14 {
3092
+ margin-top: 3.5rem;
3093
+ }
3094
+
3095
+ .sm\:line-clamp-3 {
3096
+ overflow: hidden;
3097
+ display: -webkit-box;
3098
+ -webkit-box-orient: vertical;
3099
+ -webkit-line-clamp: 3;
3100
+ }
3101
+
3102
+ .sm\:hidden {
3103
+ display: none;
3104
+ }
3105
+
3106
+ .sm\:h-\[240px\] {
3107
+ height: 240px;
3108
+ }
3109
+
3110
+ .sm\:h-\[550px\] {
3111
+ height: 550px;
3112
+ }
3113
+
3055
3114
  .sm\:min-h-\[320px\] {
3056
3115
  min-height: 320px;
3057
3116
  }
@@ -3060,6 +3119,14 @@ select {
3060
3119
  grid-template-columns: repeat(2, minmax(0, 1fr));
3061
3120
  }
3062
3121
 
3122
+ .sm\:grid-cols-\[auto_240px\] {
3123
+ grid-template-columns: auto 240px;
3124
+ }
3125
+
3126
+ .sm\:border-l-4 {
3127
+ border-left-width: 4px;
3128
+ }
3129
+
3063
3130
  .sm\:p-0 {
3064
3131
  padding: 0px;
3065
3132
  }
@@ -3073,6 +3140,34 @@ select {
3073
3140
  padding-left: 1rem;
3074
3141
  padding-right: 1rem;
3075
3142
  }
3143
+
3144
+ .sm\:py-4 {
3145
+ padding-top: 1rem;
3146
+ padding-bottom: 1rem;
3147
+ }
3148
+
3149
+ .sm\:pl-4 {
3150
+ padding-left: 1rem;
3151
+ }
3152
+
3153
+ .sm\:pt-10 {
3154
+ padding-top: 2.5rem;
3155
+ }
3156
+
3157
+ .sm\:text-3xl {
3158
+ font-size: 1.875rem;
3159
+ line-height: 2.25rem;
3160
+ }
3161
+
3162
+ .sm\:text-base {
3163
+ font-size: 1rem;
3164
+ line-height: 1.5rem;
3165
+ }
3166
+
3167
+ .sm\:text-lg {
3168
+ font-size: 1.125rem;
3169
+ line-height: 1.75rem;
3170
+ }
3076
3171
  }
3077
3172
 
3078
3173
  @media (min-width: 768px) {
@@ -3081,16 +3176,20 @@ select {
3081
3176
  right: 120px;
3082
3177
  }
3083
3178
 
3179
+ .md\:mt-8 {
3180
+ margin-top: 2rem;
3181
+ }
3182
+
3084
3183
  .md\:h-5 {
3085
3184
  height: 1.25rem;
3086
3185
  }
3087
3186
 
3088
- .md\:max-h-\[387px\] {
3089
- max-height: 387px;
3187
+ .md\:h-\[480px\] {
3188
+ height: 480px;
3090
3189
  }
3091
3190
 
3092
- .md\:w-1\/2 {
3093
- width: 50%;
3191
+ .md\:h-\[806px\] {
3192
+ height: 806px;
3094
3193
  }
3095
3194
 
3096
3195
  .md\:w-3\/4 {
@@ -3141,11 +3240,6 @@ select {
3141
3240
  border-radius: 60px;
3142
3241
  }
3143
3242
 
3144
- .md\:rounded-b-\[48px\] {
3145
- border-bottom-right-radius: 48px;
3146
- border-bottom-left-radius: 48px;
3147
- }
3148
-
3149
3243
  .md\:\!p-8 {
3150
3244
  padding: 2rem !important;
3151
3245
  }
@@ -3218,8 +3312,8 @@ select {
3218
3312
 
3219
3313
  @media (min-width: 1024px) {
3220
3314
 
3221
- .lg\:relative {
3222
- position: relative;
3315
+ .lg\:-mt-12 {
3316
+ margin-top: -3rem;
3223
3317
  }
3224
3318
 
3225
3319
  .lg\:mt-\[218px\] {
@@ -3242,10 +3336,22 @@ select {
3242
3336
  height: 480px;
3243
3337
  }
3244
3338
 
3339
+ .lg\:h-\[674px\] {
3340
+ height: 674px;
3341
+ }
3342
+
3245
3343
  .lg\:h-\[872px\] {
3246
3344
  height: 872px;
3247
3345
  }
3248
3346
 
3347
+ .lg\:max-h-\[387px\] {
3348
+ max-height: 387px;
3349
+ }
3350
+
3351
+ .lg\:min-h-\[136px\] {
3352
+ min-height: 136px;
3353
+ }
3354
+
3249
3355
  .lg\:w-1\/2 {
3250
3356
  width: 50%;
3251
3357
  }
@@ -3266,6 +3372,10 @@ select {
3266
3372
  max-width: 33.3%;
3267
3373
  }
3268
3374
 
3375
+ .lg\:max-w-\[882px\] {
3376
+ max-width: 882px;
3377
+ }
3378
+
3269
3379
  .lg\:grid-cols-2 {
3270
3380
  grid-template-columns: repeat(2, minmax(0, 1fr));
3271
3381
  }
@@ -3294,6 +3404,28 @@ select {
3294
3404
  gap: 2rem;
3295
3405
  }
3296
3406
 
3407
+ .lg\:gap-x-\[60px\] {
3408
+ -moz-column-gap: 60px;
3409
+ column-gap: 60px;
3410
+ }
3411
+
3412
+ .lg\:gap-y-2 {
3413
+ row-gap: 0.5rem;
3414
+ }
3415
+
3416
+ .lg\:rounded-\[48px\] {
3417
+ border-radius: 48px;
3418
+ }
3419
+
3420
+ .lg\:rounded-b-\[48px\] {
3421
+ border-bottom-right-radius: 48px;
3422
+ border-bottom-left-radius: 48px;
3423
+ }
3424
+
3425
+ .lg\:p-16 {
3426
+ padding: 4rem;
3427
+ }
3428
+
3297
3429
  .lg\:p-8 {
3298
3430
  padding: 2rem;
3299
3431
  }
@@ -3324,10 +3456,25 @@ select {
3324
3456
  padding-top: 164px;
3325
3457
  }
3326
3458
 
3459
+ .lg\:text-4xl {
3460
+ font-size: 2.25rem;
3461
+ line-height: 2.5rem;
3462
+ }
3463
+
3327
3464
  .lg\:text-\[48px\] {
3328
3465
  font-size: 48px;
3329
3466
  }
3330
3467
 
3468
+ .lg\:text-lg {
3469
+ font-size: 1.125rem;
3470
+ line-height: 1.75rem;
3471
+ }
3472
+
3473
+ .lg\:text-xl {
3474
+ font-size: 1.25rem;
3475
+ line-height: 1.75rem;
3476
+ }
3477
+
3331
3478
  .lg\:leading-\[60px\] {
3332
3479
  line-height: 60px;
3333
3480
  }
@@ -3710,16 +3857,22 @@ select {
3710
3857
  }
3711
3858
 
3712
3859
 
3713
- .carousel[data-v-15563c74] {
3860
+ .carousel[data-v-29ca6047] {
3714
3861
  margin: 1rem 0;
3862
+ flex-direction: column;
3863
+ }
3864
+ @media not all and (min-width: 1024px) {
3865
+ [data-v-29ca6047] .carousel__slide {
3866
+ flex-direction: column;
3867
+ }
3715
3868
  }
3716
3869
 
3717
- .fade-enter-active[data-v-ef885607], .fade-leave-active[data-v-ef885607] {
3870
+ .fade-enter-active[data-v-85226fd9], .fade-leave-active[data-v-85226fd9] {
3718
3871
  transition-property: opacity;
3719
3872
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3720
3873
  transition-duration: 300ms
3721
3874
  }
3722
- .fade-enter-from[data-v-ef885607], .fade-leave-to[data-v-ef885607] {
3875
+ .fade-enter-from[data-v-85226fd9], .fade-leave-to[data-v-85226fd9] {
3723
3876
  opacity: 0
3724
3877
  }
3725
3878
 
@@ -3739,58 +3892,58 @@ select {
3739
3892
  }
3740
3893
 
3741
3894
  @media (min-width: 640px) {
3742
- .link-card__columns--2[data-v-a7422ac9] {
3895
+ .link-card__columns--2[data-v-af7a1782] {
3743
3896
  grid-template-columns: repeat(2, minmax(0, 1fr))
3744
3897
  }
3745
3898
  }
3746
3899
  @media (min-width: 768px) {
3747
- .link-card__columns--3[data-v-a7422ac9] {
3900
+ .link-card__columns--3[data-v-af7a1782] {
3748
3901
  grid-template-columns: repeat(3, minmax(0, 1fr))
3749
3902
  }
3750
3903
  }
3751
3904
  @media (min-width: 640px) {
3752
- .link-card__columns--4[data-v-a7422ac9] {
3905
+ .link-card__columns--4[data-v-af7a1782] {
3753
3906
  grid-template-columns: repeat(2, minmax(0, 1fr))
3754
3907
  }
3755
3908
  }
3756
3909
  @media (min-width: 1024px) {
3757
- .link-card__columns--4[data-v-a7422ac9] {
3910
+ .link-card__columns--4[data-v-af7a1782] {
3758
3911
  grid-template-columns: repeat(4, minmax(0, 1fr))
3759
3912
  }
3760
3913
  }
3761
- .link-card__columns--with-featured-image[data-v-a7422ac9] {
3914
+ .link-card__columns--with-featured-image[data-v-af7a1782] {
3762
3915
  height: -moz-fit-content;
3763
3916
  height: fit-content
3764
3917
  }
3765
- .link-card__columns--with-featured-image[data-v-a7422ac9] {
3918
+ .link-card__columns--with-featured-image[data-v-af7a1782] {
3766
3919
  flex-direction: column
3767
3920
  }
3768
- .link-card__columns--with-featured-image.link-card__columns--2[data-v-a7422ac9] {
3921
+ .link-card__columns--with-featured-image.link-card__columns--2[data-v-af7a1782] {
3769
3922
  grid-template-columns: repeat(1, minmax(0, 1fr))
3770
3923
  }
3771
3924
  @media (min-width: 1024px) {
3772
- .link-card__columns--with-featured-image.link-card__columns--2[data-v-a7422ac9] {
3925
+ .link-card__columns--with-featured-image.link-card__columns--2[data-v-af7a1782] {
3773
3926
  grid-template-columns: repeat(2, minmax(0, 1fr))
3774
3927
  }
3775
3928
  }
3776
- .link-card__columns--with-featured-image.link-card__columns--3[data-v-a7422ac9] {
3929
+ .link-card__columns--with-featured-image.link-card__columns--3[data-v-af7a1782] {
3777
3930
  grid-template-columns: repeat(1, minmax(0, 1fr))
3778
3931
  }
3779
3932
  @media (min-width: 1280px) {
3780
- .link-card__columns--with-featured-image.link-card__columns--3[data-v-a7422ac9] {
3933
+ .link-card__columns--with-featured-image.link-card__columns--3[data-v-af7a1782] {
3781
3934
  grid-template-columns: repeat(3, minmax(0, 1fr))
3782
3935
  }
3783
3936
  }
3784
- .link-card__columns--with-featured-image.link-card__columns--4[data-v-a7422ac9] {
3937
+ .link-card__columns--with-featured-image.link-card__columns--4[data-v-af7a1782] {
3785
3938
  grid-template-columns: repeat(1, minmax(0, 1fr))
3786
3939
  }
3787
3940
  @media (min-width: 1024px) {
3788
- .link-card__columns--with-featured-image.link-card__columns--4[data-v-a7422ac9] {
3941
+ .link-card__columns--with-featured-image.link-card__columns--4[data-v-af7a1782] {
3789
3942
  grid-template-columns: repeat(2, minmax(0, 1fr))
3790
3943
  }
3791
3944
  }
3792
3945
  @media (min-width: 1280px) {
3793
- .link-card__columns--with-featured-image.link-card__columns--4[data-v-a7422ac9] {
3946
+ .link-card__columns--with-featured-image.link-card__columns--4[data-v-af7a1782] {
3794
3947
  grid-template-columns: repeat(4, minmax(0, 1fr))
3795
3948
  }
3796
3949
  }