@npm_leadtech/legal-lib-components 2.2.3 → 2.3.1
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/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +100 -98
- package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.d.ts +5 -0
- package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +6 -0
- package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/__stories__/TryOurFreeLegalBlogsSection.stories.d.ts +6 -0
- package/dist/cjs/src/components/sections/TryOurFreeLegalBlogsSection/index.d.ts +2 -0
- package/dist/cjs/src/components/sections/index.d.ts +2 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +100 -98
- package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.d.ts +5 -0
- package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSectionProps.types.d.ts +6 -0
- package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/__stories__/TryOurFreeLegalBlogsSection.stories.d.ts +6 -0
- package/dist/esm/src/components/sections/TryOurFreeLegalBlogsSection/index.d.ts +2 -0
- package/dist/esm/src/components/sections/index.d.ts +2 -1
- package/dist/index.d.ts +14 -6
- package/package.json +45 -45
|
@@ -543,11 +543,11 @@
|
|
|
543
543
|
|
|
544
544
|
.react-datepicker {
|
|
545
545
|
font-family: "Helvetica Neue", helvetica, arial, sans-serif;
|
|
546
|
-
font-size: 0.
|
|
546
|
+
font-size: 0.8em;
|
|
547
547
|
background-color: #fff;
|
|
548
548
|
color: #000;
|
|
549
549
|
border: 1px solid #aeaeae;
|
|
550
|
-
border-radius: 0.
|
|
550
|
+
border-radius: 0.3em;
|
|
551
551
|
display: inline-block;
|
|
552
552
|
position: relative;
|
|
553
553
|
}
|
|
@@ -560,8 +560,8 @@
|
|
|
560
560
|
}
|
|
561
561
|
.react-datepicker--time-only .react-datepicker__time,
|
|
562
562
|
.react-datepicker--time-only .react-datepicker__time-box {
|
|
563
|
-
border-bottom-left-radius: 0.
|
|
564
|
-
border-bottom-right-radius: 0.
|
|
563
|
+
border-bottom-left-radius: 0.3em;
|
|
564
|
+
border-bottom-right-radius: 0.3em;
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
.react-datepicker__triangle {
|
|
@@ -601,7 +601,7 @@
|
|
|
601
601
|
text-align: center;
|
|
602
602
|
background-color: #f0f0f0;
|
|
603
603
|
border-bottom: 1px solid #aeaeae;
|
|
604
|
-
border-top-left-radius: 0.
|
|
604
|
+
border-top-left-radius: 0.3em;
|
|
605
605
|
padding: 8px 0;
|
|
606
606
|
position: relative;
|
|
607
607
|
}
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
border-top-left-radius: 0;
|
|
615
615
|
}
|
|
616
616
|
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
|
|
617
|
-
border-top-right-radius: 0.
|
|
617
|
+
border-top-right-radius: 0.3em;
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
.react-datepicker__year-dropdown-container--select,
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
margin-top: 0;
|
|
634
634
|
color: #000;
|
|
635
635
|
font-weight: bold;
|
|
636
|
-
font-size: 0.
|
|
636
|
+
font-size: 0.944em;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
.react-datepicker-time__header {
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
}
|
|
712
712
|
|
|
713
713
|
.react-datepicker__year {
|
|
714
|
-
margin: 0.
|
|
714
|
+
margin: 0.4em;
|
|
715
715
|
text-align: center;
|
|
716
716
|
}
|
|
717
717
|
.react-datepicker__year-wrapper {
|
|
@@ -721,18 +721,18 @@
|
|
|
721
721
|
}
|
|
722
722
|
.react-datepicker__year .react-datepicker__year-text {
|
|
723
723
|
display: inline-block;
|
|
724
|
-
width:
|
|
724
|
+
width: 4em;
|
|
725
725
|
margin: 2px;
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
.react-datepicker__month {
|
|
729
|
-
margin: 0.
|
|
729
|
+
margin: 0.4em;
|
|
730
730
|
text-align: center;
|
|
731
731
|
}
|
|
732
732
|
.react-datepicker__month .react-datepicker__month-text,
|
|
733
733
|
.react-datepicker__month .react-datepicker__quarter-text {
|
|
734
734
|
display: inline-block;
|
|
735
|
-
width:
|
|
735
|
+
width: 4em;
|
|
736
736
|
margin: 2px;
|
|
737
737
|
}
|
|
738
738
|
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
.react-datepicker__time-container--with-today-button {
|
|
778
778
|
display: inline;
|
|
779
779
|
border: 1px solid #aeaeae;
|
|
780
|
-
border-radius: 0.
|
|
780
|
+
border-radius: 0.3em;
|
|
781
781
|
position: absolute;
|
|
782
782
|
right: -87px;
|
|
783
783
|
top: 0;
|
|
@@ -785,19 +785,19 @@
|
|
|
785
785
|
.react-datepicker__time-container .react-datepicker__time {
|
|
786
786
|
position: relative;
|
|
787
787
|
background: white;
|
|
788
|
-
border-bottom-right-radius: 0.
|
|
788
|
+
border-bottom-right-radius: 0.3em;
|
|
789
789
|
}
|
|
790
790
|
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
|
|
791
791
|
width: 85px;
|
|
792
792
|
overflow-x: hidden;
|
|
793
793
|
margin: 0 auto;
|
|
794
794
|
text-align: center;
|
|
795
|
-
border-bottom-right-radius: 0.
|
|
795
|
+
border-bottom-right-radius: 0.3em;
|
|
796
796
|
}
|
|
797
797
|
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
|
|
798
798
|
list-style: none;
|
|
799
799
|
margin: 0;
|
|
800
|
-
height: calc(195px + (1.
|
|
800
|
+
height: calc(195px + (1.7em / 2));
|
|
801
801
|
overflow-y: scroll;
|
|
802
802
|
padding-right: 0;
|
|
803
803
|
padding-left: 0;
|
|
@@ -832,16 +832,16 @@
|
|
|
832
832
|
.react-datepicker__week-number {
|
|
833
833
|
color: #ccc;
|
|
834
834
|
display: inline-block;
|
|
835
|
-
width: 1.
|
|
836
|
-
line-height: 1.
|
|
835
|
+
width: 1.7em;
|
|
836
|
+
line-height: 1.7em;
|
|
837
837
|
text-align: center;
|
|
838
|
-
margin: 0.
|
|
838
|
+
margin: 0.166em;
|
|
839
839
|
}
|
|
840
840
|
.react-datepicker__week-number.react-datepicker__week-number--clickable {
|
|
841
841
|
cursor: pointer;
|
|
842
842
|
}
|
|
843
843
|
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
|
|
844
|
-
border-radius: 0.
|
|
844
|
+
border-radius: 0.3em;
|
|
845
845
|
background-color: #f0f0f0;
|
|
846
846
|
}
|
|
847
847
|
|
|
@@ -859,35 +859,10 @@
|
|
|
859
859
|
.react-datepicker__time-name {
|
|
860
860
|
color: #000;
|
|
861
861
|
display: inline-block;
|
|
862
|
-
width: 1.
|
|
863
|
-
line-height: 1.
|
|
862
|
+
width: 1.7em;
|
|
863
|
+
line-height: 1.7em;
|
|
864
864
|
text-align: center;
|
|
865
|
-
margin: 0.
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
|
|
869
|
-
.react-datepicker__quarter--selected,
|
|
870
|
-
.react-datepicker__quarter--in-selecting-range,
|
|
871
|
-
.react-datepicker__quarter--in-range {
|
|
872
|
-
border-radius: 0.3rem;
|
|
873
|
-
background-color: #216ba5;
|
|
874
|
-
color: #fff;
|
|
875
|
-
}
|
|
876
|
-
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
|
|
877
|
-
.react-datepicker__quarter--selected:hover,
|
|
878
|
-
.react-datepicker__quarter--in-selecting-range:hover,
|
|
879
|
-
.react-datepicker__quarter--in-range:hover {
|
|
880
|
-
background-color: #1d5d90;
|
|
881
|
-
}
|
|
882
|
-
.react-datepicker__month--disabled,
|
|
883
|
-
.react-datepicker__quarter--disabled {
|
|
884
|
-
color: #ccc;
|
|
885
|
-
pointer-events: none;
|
|
886
|
-
}
|
|
887
|
-
.react-datepicker__month--disabled:hover,
|
|
888
|
-
.react-datepicker__quarter--disabled:hover {
|
|
889
|
-
cursor: default;
|
|
890
|
-
background-color: transparent;
|
|
865
|
+
margin: 0.166em;
|
|
891
866
|
}
|
|
892
867
|
|
|
893
868
|
.react-datepicker__day,
|
|
@@ -900,7 +875,7 @@
|
|
|
900
875
|
.react-datepicker__month-text:hover,
|
|
901
876
|
.react-datepicker__quarter-text:hover,
|
|
902
877
|
.react-datepicker__year-text:hover {
|
|
903
|
-
border-radius: 0.
|
|
878
|
+
border-radius: 0.3em;
|
|
904
879
|
background-color: #f0f0f0;
|
|
905
880
|
}
|
|
906
881
|
.react-datepicker__day--today,
|
|
@@ -913,7 +888,7 @@
|
|
|
913
888
|
.react-datepicker__month-text--highlighted,
|
|
914
889
|
.react-datepicker__quarter-text--highlighted,
|
|
915
890
|
.react-datepicker__year-text--highlighted {
|
|
916
|
-
border-radius: 0.
|
|
891
|
+
border-radius: 0.3em;
|
|
917
892
|
background-color: #3dcc4a;
|
|
918
893
|
color: #fff;
|
|
919
894
|
}
|
|
@@ -945,7 +920,7 @@
|
|
|
945
920
|
.react-datepicker__year-text--selected,
|
|
946
921
|
.react-datepicker__year-text--in-selecting-range,
|
|
947
922
|
.react-datepicker__year-text--in-range {
|
|
948
|
-
border-radius: 0.
|
|
923
|
+
border-radius: 0.3em;
|
|
949
924
|
background-color: #216ba5;
|
|
950
925
|
color: #fff;
|
|
951
926
|
}
|
|
@@ -965,7 +940,7 @@
|
|
|
965
940
|
.react-datepicker__month-text--keyboard-selected,
|
|
966
941
|
.react-datepicker__quarter-text--keyboard-selected,
|
|
967
942
|
.react-datepicker__year-text--keyboard-selected {
|
|
968
|
-
border-radius: 0.
|
|
943
|
+
border-radius: 0.3em;
|
|
969
944
|
background-color: #bad9f1;
|
|
970
945
|
color: rgb(0, 0, 0);
|
|
971
946
|
}
|
|
@@ -1026,18 +1001,6 @@
|
|
|
1026
1001
|
background-color: transparent;
|
|
1027
1002
|
}
|
|
1028
1003
|
|
|
1029
|
-
.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
|
|
1030
|
-
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
|
|
1031
|
-
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
|
|
1032
|
-
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
|
|
1033
|
-
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
|
|
1034
|
-
background-color: #216ba5;
|
|
1035
|
-
}
|
|
1036
|
-
.react-datepicker__month-text:hover,
|
|
1037
|
-
.react-datepicker__quarter-text:hover {
|
|
1038
|
-
background-color: #f0f0f0;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
1004
|
.react-datepicker__input-container {
|
|
1042
1005
|
position: relative;
|
|
1043
1006
|
display: inline-block;
|
|
@@ -1045,7 +1008,7 @@
|
|
|
1045
1008
|
}
|
|
1046
1009
|
.react-datepicker__input-container .react-datepicker__calendar-icon {
|
|
1047
1010
|
position: absolute;
|
|
1048
|
-
padding: 0.
|
|
1011
|
+
padding: 0.5em;
|
|
1049
1012
|
}
|
|
1050
1013
|
|
|
1051
1014
|
.react-datepicker__view-calendar-icon input {
|
|
@@ -1056,7 +1019,7 @@
|
|
|
1056
1019
|
.react-datepicker__month-read-view,
|
|
1057
1020
|
.react-datepicker__month-year-read-view {
|
|
1058
1021
|
border: 1px solid transparent;
|
|
1059
|
-
border-radius: 0.
|
|
1022
|
+
border-radius: 0.3em;
|
|
1060
1023
|
position: relative;
|
|
1061
1024
|
}
|
|
1062
1025
|
.react-datepicker__year-read-view:hover,
|
|
@@ -1090,7 +1053,7 @@
|
|
|
1090
1053
|
top: 30px;
|
|
1091
1054
|
z-index: 1;
|
|
1092
1055
|
text-align: center;
|
|
1093
|
-
border-radius: 0.
|
|
1056
|
+
border-radius: 0.3em;
|
|
1094
1057
|
border: 1px solid #aeaeae;
|
|
1095
1058
|
}
|
|
1096
1059
|
.react-datepicker__year-dropdown:hover,
|
|
@@ -1117,8 +1080,8 @@
|
|
|
1117
1080
|
.react-datepicker__year-option:first-of-type,
|
|
1118
1081
|
.react-datepicker__month-option:first-of-type,
|
|
1119
1082
|
.react-datepicker__month-year-option:first-of-type {
|
|
1120
|
-
border-top-left-radius: 0.
|
|
1121
|
-
border-top-right-radius: 0.
|
|
1083
|
+
border-top-left-radius: 0.3em;
|
|
1084
|
+
border-top-right-radius: 0.3em;
|
|
1122
1085
|
}
|
|
1123
1086
|
.react-datepicker__year-option:last-of-type,
|
|
1124
1087
|
.react-datepicker__month-option:last-of-type,
|
|
@@ -1127,8 +1090,8 @@
|
|
|
1127
1090
|
-moz-user-select: none;
|
|
1128
1091
|
-ms-user-select: none;
|
|
1129
1092
|
user-select: none;
|
|
1130
|
-
border-bottom-left-radius: 0.
|
|
1131
|
-
border-bottom-right-radius: 0.
|
|
1093
|
+
border-bottom-left-radius: 0.3em;
|
|
1094
|
+
border-bottom-right-radius: 0.3em;
|
|
1132
1095
|
}
|
|
1133
1096
|
.react-datepicker__year-option:hover,
|
|
1134
1097
|
.react-datepicker__month-option:hover,
|
|
@@ -1206,27 +1169,27 @@
|
|
|
1206
1169
|
.react-datepicker__portal .react-datepicker__day-name,
|
|
1207
1170
|
.react-datepicker__portal .react-datepicker__day,
|
|
1208
1171
|
.react-datepicker__portal .react-datepicker__time-name {
|
|
1209
|
-
width:
|
|
1210
|
-
line-height:
|
|
1172
|
+
width: 3em;
|
|
1173
|
+
line-height: 3em;
|
|
1211
1174
|
}
|
|
1212
1175
|
@media (max-width: 400px), (max-height: 550px) {
|
|
1213
1176
|
.react-datepicker__portal .react-datepicker__day-name,
|
|
1214
1177
|
.react-datepicker__portal .react-datepicker__day,
|
|
1215
1178
|
.react-datepicker__portal .react-datepicker__time-name {
|
|
1216
|
-
width:
|
|
1217
|
-
line-height:
|
|
1179
|
+
width: 2em;
|
|
1180
|
+
line-height: 2em;
|
|
1218
1181
|
}
|
|
1219
1182
|
}
|
|
1220
1183
|
.react-datepicker__portal .react-datepicker__current-month,
|
|
1221
1184
|
.react-datepicker__portal .react-datepicker-time__header {
|
|
1222
|
-
font-size: 1.
|
|
1185
|
+
font-size: 1.44em;
|
|
1223
1186
|
}
|
|
1224
1187
|
|
|
1225
1188
|
.react-datepicker__children-container {
|
|
1226
|
-
width: 13.
|
|
1227
|
-
margin: 0.
|
|
1228
|
-
padding-right: 0.
|
|
1229
|
-
padding-left: 0.
|
|
1189
|
+
width: 13.8em;
|
|
1190
|
+
margin: 0.4em;
|
|
1191
|
+
padding-right: 0.2em;
|
|
1192
|
+
padding-left: 0.2em;
|
|
1230
1193
|
height: auto;
|
|
1231
1194
|
}
|
|
1232
1195
|
|
|
@@ -3365,25 +3328,6 @@
|
|
|
3365
3328
|
width: 24px;
|
|
3366
3329
|
margin: 0; }
|
|
3367
3330
|
|
|
3368
|
-
.how-it-works-wrapper {
|
|
3369
|
-
background-color: #F8F9FA; }
|
|
3370
|
-
@media (min-width: 960px) {
|
|
3371
|
-
.how-it-works-wrapper {
|
|
3372
|
-
background-repeat: no-repeat;
|
|
3373
|
-
background-position: top right;
|
|
3374
|
-
background-size: 21rem; } }
|
|
3375
|
-
@media only screen and (max-width: 960px) {
|
|
3376
|
-
.how-it-works-wrapper {
|
|
3377
|
-
background-image: none !important; } }
|
|
3378
|
-
.how-it-works-wrapper .works-title {
|
|
3379
|
-
width: auto;
|
|
3380
|
-
font-family: "Lora", serif;
|
|
3381
|
-
text-align: center;
|
|
3382
|
-
padding-top: 4rem; }
|
|
3383
|
-
@media only screen and (max-width: 960px) {
|
|
3384
|
-
.how-it-works-wrapper .works-title {
|
|
3385
|
-
padding-top: 2.5rem; } }
|
|
3386
|
-
|
|
3387
3331
|
.blog {
|
|
3388
3332
|
text-align: center;
|
|
3389
3333
|
margin: 0 auto 3rem;
|
|
@@ -3408,6 +3352,64 @@
|
|
|
3408
3352
|
.blog .cta-button {
|
|
3409
3353
|
width: auto; } }
|
|
3410
3354
|
|
|
3355
|
+
.how-it-works-wrapper {
|
|
3356
|
+
background-color: #F8F9FA; }
|
|
3357
|
+
@media (min-width: 960px) {
|
|
3358
|
+
.how-it-works-wrapper {
|
|
3359
|
+
background-repeat: no-repeat;
|
|
3360
|
+
background-position: top right;
|
|
3361
|
+
background-size: 21rem; } }
|
|
3362
|
+
@media only screen and (max-width: 960px) {
|
|
3363
|
+
.how-it-works-wrapper {
|
|
3364
|
+
background-image: none !important; } }
|
|
3365
|
+
.how-it-works-wrapper .works-title {
|
|
3366
|
+
width: auto;
|
|
3367
|
+
font-family: "Lora", serif;
|
|
3368
|
+
text-align: center;
|
|
3369
|
+
padding-top: 4rem; }
|
|
3370
|
+
@media only screen and (max-width: 960px) {
|
|
3371
|
+
.how-it-works-wrapper .works-title {
|
|
3372
|
+
padding-top: 2.5rem; } }
|
|
3373
|
+
|
|
3374
|
+
.try-our-free-legal-blogs-section {
|
|
3375
|
+
display: flex;
|
|
3376
|
+
flex-direction: column; }
|
|
3377
|
+
@media (min-width: 720px) {
|
|
3378
|
+
.try-our-free-legal-blogs-section {
|
|
3379
|
+
flex-flow: row nowrap; } }
|
|
3380
|
+
.try-our-free-legal-blogs-section__texts {
|
|
3381
|
+
flex-basis: 50%;
|
|
3382
|
+
display: flex;
|
|
3383
|
+
flex-direction: column;
|
|
3384
|
+
justify-content: center;
|
|
3385
|
+
margin-bottom: 1rem;
|
|
3386
|
+
margin-right: 0;
|
|
3387
|
+
color: #3D4042;
|
|
3388
|
+
font-style: normal;
|
|
3389
|
+
font-weight: 400;
|
|
3390
|
+
letter-spacing: -0.3px; }
|
|
3391
|
+
@media (min-width: 720px) {
|
|
3392
|
+
.try-our-free-legal-blogs-section__texts {
|
|
3393
|
+
margin-right: 3rem;
|
|
3394
|
+
margin-bottom: 0; } }
|
|
3395
|
+
.try-our-free-legal-blogs-section__texts__title {
|
|
3396
|
+
font-family: "Lora", serif;
|
|
3397
|
+
font-size: 28px;
|
|
3398
|
+
line-height: 42px;
|
|
3399
|
+
margin-bottom: 2rem;
|
|
3400
|
+
text-align: center; }
|
|
3401
|
+
@media (min-width: 720px) {
|
|
3402
|
+
.try-our-free-legal-blogs-section__texts__title {
|
|
3403
|
+
text-align: left; } }
|
|
3404
|
+
.try-our-free-legal-blogs-section__texts__body {
|
|
3405
|
+
font-family: "Inter", sans-serif;
|
|
3406
|
+
font-size: 16px;
|
|
3407
|
+
line-height: 22px; }
|
|
3408
|
+
.try-our-free-legal-blogs-section__texts__body a {
|
|
3409
|
+
color: #078080; }
|
|
3410
|
+
.try-our-free-legal-blogs-section__image {
|
|
3411
|
+
flex-basis: 50%; }
|
|
3412
|
+
|
|
3411
3413
|
.about-us-content {
|
|
3412
3414
|
display: flex;
|
|
3413
3415
|
flex-flow: row wrap;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type FC } from 'react';
|
|
2
|
+
import { type TryOurFreeLegalBlogsSectionProps } from './TryOurFreeLegalBlogsSectionProps.types';
|
|
3
|
+
import './TryOurFreeLegalBlogsSection.scss';
|
|
4
|
+
declare const TryOurFreeLegalBlogsSection: FC<TryOurFreeLegalBlogsSectionProps>;
|
|
5
|
+
export default TryOurFreeLegalBlogsSection;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import TryOurFreeLegalBlogsSection from '../TryOurFreeLegalBlogsSection';
|
|
3
|
+
declare const meta: Meta<typeof TryOurFreeLegalBlogsSection>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof TryOurFreeLegalBlogsSection>;
|
|
6
|
+
export declare const Default: Story;
|