@npm_leadtech/legal-lib-components 2.21.6 → 2.22.0
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/README.md +11 -4
- package/dist/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +145 -84
- package/dist/cjs/src/components/molecules/BottomOverlay/BottomOverlayProps.types.d.ts +2 -1
- package/dist/cjs/src/figma/index.d.ts +1 -0
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +145 -84
- package/dist/esm/src/components/molecules/BottomOverlay/BottomOverlayProps.types.d.ts +2 -1
- package/dist/esm/src/figma/index.d.ts +1 -0
- package/dist/index.d.ts +2 -2
- package/package.json +74 -65
|
@@ -232,7 +232,7 @@ html[data-theme='lawdistrictonline'] {
|
|
|
232
232
|
.e-addButton {
|
|
233
233
|
display: inline-block; }
|
|
234
234
|
.e-addButton .tooltip {
|
|
235
|
-
margin-top: .5rem; }
|
|
235
|
+
margin-top: 0.5rem; }
|
|
236
236
|
.e-addButton label:first-child {
|
|
237
237
|
font-weight: bold; }
|
|
238
238
|
.e-addButton__inner {
|
|
@@ -240,7 +240,7 @@ html[data-theme='lawdistrictonline'] {
|
|
|
240
240
|
margin-top: 1rem;
|
|
241
241
|
color: var(--primary-main);
|
|
242
242
|
border-radius: 4px;
|
|
243
|
-
transition: all .3s ease;
|
|
243
|
+
transition: all 0.3s ease;
|
|
244
244
|
font-weight: bold; }
|
|
245
245
|
.e-addButton__inner label:hover {
|
|
246
246
|
background-color: var(--primary-main-light-4); }
|
|
@@ -252,7 +252,7 @@ html[data-theme='lawdistrictonline'] {
|
|
|
252
252
|
border: 1px solid var(--primary-main);
|
|
253
253
|
border-radius: 4px;
|
|
254
254
|
cursor: pointer;
|
|
255
|
-
padding: .75rem 1rem;
|
|
255
|
+
padding: 0.75rem 1rem;
|
|
256
256
|
margin-right: 1rem; }
|
|
257
257
|
.e-addButton input {
|
|
258
258
|
position: absolute;
|
|
@@ -324,7 +324,8 @@ html[data-theme='lawdistrictonline'] {
|
|
|
324
324
|
align-items: center; }
|
|
325
325
|
.inline-list .chevron-right24px > g > g {
|
|
326
326
|
fill: var(--primary-main-light-1); }
|
|
327
|
-
.inline-list a,
|
|
327
|
+
.inline-list a,
|
|
328
|
+
.inline-list span {
|
|
328
329
|
color: var(--primary-main-light-1);
|
|
329
330
|
font-weight: 700;
|
|
330
331
|
font-size: 12px;
|
|
@@ -522,7 +523,7 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
522
523
|
border: 1px solid var(--neutral-neutral-4);
|
|
523
524
|
display: inline-flex;
|
|
524
525
|
padding: 0.1875rem;
|
|
525
|
-
transition: all .3s ease;
|
|
526
|
+
transition: all 0.3s ease;
|
|
526
527
|
position: relative;
|
|
527
528
|
cursor: pointer; }
|
|
528
529
|
.button-icon--disabled {
|
|
@@ -545,7 +546,7 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
545
546
|
opacity: 0;
|
|
546
547
|
visibility: hidden;
|
|
547
548
|
transform: translate(-50%, 1rem);
|
|
548
|
-
transition: all .3s ease; }
|
|
549
|
+
transition: all 0.3s ease; }
|
|
549
550
|
|
|
550
551
|
.bottom-overlay-menu {
|
|
551
552
|
display: flex;
|
|
@@ -662,7 +663,7 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
662
663
|
justify-content: flex-end;
|
|
663
664
|
position: relative;
|
|
664
665
|
font-size: 1rem;
|
|
665
|
-
margin-bottom: .5rem; }
|
|
666
|
+
margin-bottom: 0.5rem; }
|
|
666
667
|
.e-checkbox-wrapper {
|
|
667
668
|
display: flex;
|
|
668
669
|
flex-flow: row nowrap; }
|
|
@@ -682,10 +683,10 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
682
683
|
margin-right: 1.5rem; }
|
|
683
684
|
.e-checkbox input:not(:checked) + label span,
|
|
684
685
|
.e-checkbox input:checked + label span {
|
|
685
|
-
margin-left: .5rem; }
|
|
686
|
+
margin-left: 0.5rem; }
|
|
686
687
|
.e-checkbox input:not(:checked) + label:before,
|
|
687
688
|
.e-checkbox input:checked + label:before {
|
|
688
|
-
content:
|
|
689
|
+
content: '';
|
|
689
690
|
background-color: var(--others-white);
|
|
690
691
|
border: 1px solid var(--neutral-main);
|
|
691
692
|
left: 1px;
|
|
@@ -697,7 +698,7 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
697
698
|
.e-checkbox input:not(:checked) + label:after,
|
|
698
699
|
.e-checkbox input:checked + label:after {
|
|
699
700
|
background-color: currentColor;
|
|
700
|
-
content:
|
|
701
|
+
content: '';
|
|
701
702
|
padding: 0 0.5em;
|
|
702
703
|
margin: 0 0.125rem;
|
|
703
704
|
-webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22%3F%3E%3Csvg width%3D%2216px%22 height%3D%2216px%22 viewBox%3D%220 0 16 16%22 version%3D%221.1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E %3C!-- Generator%3A sketchtool 60 (101010) - https%3A%2F%2Fsketch.com --%3E %3Ctitle%3EA726BA30-305F-468D-ADB2-E35785BB1EB9_outlined%3C%2Ftitle%3E %3Cdesc%3ECreated with sketchtool.%3C%2Fdesc%3E %3Cdefs%3E %3Cpolygon id%3D%22path-1%22 points%3D%225.86666678 10.5999999 3.06666672 7.80000001 2.13333337 8.73333331 5.86666678 12.4666665 13.866667 4.46666677 12.9333336 3.53333346%22%3E%3C%2Fpolygon%3E %3C%2Fdefs%3E %3Cg id%3D%22Asset-Artboard-Page%22 stroke%3D%22none%22 stroke-width%3D%221%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E %3Cg id%3D%22icon%2Fdone_24px%22%3E %3Cmask id%3D%22mask-2%22 fill%3D%22white%22%3E %3Cuse xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E %3C%2Fmask%3E %3Cg id%3D%22icon%2Faction%2Fdone_24px%22 fill-rule%3D%22nonzero%22%3E%3C%2Fg%3E %3Cg id%3D%22%E2%86%B3-Color-Color-%2F-Icons-%2F-Neutrals-%2F-White%22 mask%3D%22url(%23mask-2)%22 fill%3D%22%2305646E%22%3E %3Crect id%3D%22Rectangle%22 x%3D%220%22 y%3D%220%22 width%3D%2216%22 height%3D%2216%22%3E%3C%2Frect%3E %3C%2Fg%3E %3C%2Fg%3E %3C%2Fg%3E%3C%2Fsvg%3E");
|
|
@@ -717,7 +718,7 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
717
718
|
opacity: 0;
|
|
718
719
|
transform: scale(0);
|
|
719
720
|
top: 3px;
|
|
720
|
-
left: .25rem; }
|
|
721
|
+
left: 0.25rem; }
|
|
721
722
|
.e-checkbox input:not(:checked) + label:hover:before {
|
|
722
723
|
background-color: var(--primary-main-light-5); }
|
|
723
724
|
.e-checkbox input:checked + label:after {
|
|
@@ -1064,7 +1065,7 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
1064
1065
|
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
|
|
1065
1066
|
list-style: none;
|
|
1066
1067
|
margin: 0;
|
|
1067
|
-
height: calc(195px +
|
|
1068
|
+
height: calc(195px + 1.7rem / 2);
|
|
1068
1069
|
overflow-y: scroll;
|
|
1069
1070
|
padding-right: 0;
|
|
1070
1071
|
padding-left: 0;
|
|
@@ -1107,20 +1108,37 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
1107
1108
|
.react-datepicker__week-number.react-datepicker__week-number--clickable {
|
|
1108
1109
|
cursor: pointer;
|
|
1109
1110
|
}
|
|
1110
|
-
.react-datepicker__week-number.react-datepicker__week-number--clickable:
|
|
1111
|
+
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
|
|
1112
|
+
.react-datepicker__week-number--keyboard-selected):hover {
|
|
1111
1113
|
border-radius: 0.3rem;
|
|
1112
1114
|
background-color: #f0f0f0;
|
|
1113
1115
|
}
|
|
1114
|
-
|
|
1115
|
-
.
|
|
1116
|
-
|
|
1117
|
-
|
|
1116
|
+
.react-datepicker__week-number--selected {
|
|
1117
|
+
border-radius: 0.3rem;
|
|
1118
|
+
background-color: #216ba5;
|
|
1119
|
+
color: #fff;
|
|
1120
|
+
}
|
|
1121
|
+
.react-datepicker__week-number--selected:hover {
|
|
1122
|
+
background-color: #1d5d90;
|
|
1123
|
+
}
|
|
1124
|
+
.react-datepicker__week-number--keyboard-selected {
|
|
1125
|
+
border-radius: 0.3rem;
|
|
1126
|
+
background-color: #2a87d0;
|
|
1127
|
+
color: #fff;
|
|
1128
|
+
}
|
|
1129
|
+
.react-datepicker__week-number--keyboard-selected:hover {
|
|
1130
|
+
background-color: #1d5d90;
|
|
1118
1131
|
}
|
|
1119
1132
|
|
|
1120
1133
|
.react-datepicker__day-names {
|
|
1134
|
+
white-space: nowrap;
|
|
1121
1135
|
margin-bottom: -8px;
|
|
1122
1136
|
}
|
|
1123
1137
|
|
|
1138
|
+
.react-datepicker__week {
|
|
1139
|
+
white-space: nowrap;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1124
1142
|
.react-datepicker__day-name,
|
|
1125
1143
|
.react-datepicker__day,
|
|
1126
1144
|
.react-datepicker__time-name {
|
|
@@ -1177,6 +1195,45 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
1177
1195
|
.react-datepicker__year-text--highlighted-custom-2 {
|
|
1178
1196
|
color: green;
|
|
1179
1197
|
}
|
|
1198
|
+
.react-datepicker__day--holidays,
|
|
1199
|
+
.react-datepicker__month-text--holidays,
|
|
1200
|
+
.react-datepicker__quarter-text--holidays,
|
|
1201
|
+
.react-datepicker__year-text--holidays {
|
|
1202
|
+
position: relative;
|
|
1203
|
+
border-radius: 0.3rem;
|
|
1204
|
+
background-color: #ff6803;
|
|
1205
|
+
color: #fff;
|
|
1206
|
+
}
|
|
1207
|
+
.react-datepicker__day--holidays .holiday-overlay,
|
|
1208
|
+
.react-datepicker__month-text--holidays .holiday-overlay,
|
|
1209
|
+
.react-datepicker__quarter-text--holidays .holiday-overlay,
|
|
1210
|
+
.react-datepicker__year-text--holidays .holiday-overlay {
|
|
1211
|
+
position: absolute;
|
|
1212
|
+
bottom: 100%;
|
|
1213
|
+
left: 50%;
|
|
1214
|
+
transform: translateX(-50%);
|
|
1215
|
+
background-color: #333;
|
|
1216
|
+
color: #fff;
|
|
1217
|
+
padding: 4px;
|
|
1218
|
+
border-radius: 4px;
|
|
1219
|
+
white-space: nowrap;
|
|
1220
|
+
visibility: hidden;
|
|
1221
|
+
opacity: 0;
|
|
1222
|
+
transition: visibility 0s, opacity 0.3s ease-in-out;
|
|
1223
|
+
}
|
|
1224
|
+
.react-datepicker__day--holidays:hover,
|
|
1225
|
+
.react-datepicker__month-text--holidays:hover,
|
|
1226
|
+
.react-datepicker__quarter-text--holidays:hover,
|
|
1227
|
+
.react-datepicker__year-text--holidays:hover {
|
|
1228
|
+
background-color: #cf5300;
|
|
1229
|
+
}
|
|
1230
|
+
.react-datepicker__day--holidays:hover .holiday-overlay,
|
|
1231
|
+
.react-datepicker__month-text--holidays:hover .holiday-overlay,
|
|
1232
|
+
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
|
|
1233
|
+
.react-datepicker__year-text--holidays:hover .holiday-overlay {
|
|
1234
|
+
visibility: visible;
|
|
1235
|
+
opacity: 1;
|
|
1236
|
+
}
|
|
1180
1237
|
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
|
|
1181
1238
|
.react-datepicker__month-text--selected,
|
|
1182
1239
|
.react-datepicker__month-text--in-selecting-range,
|
|
@@ -1291,6 +1348,7 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
1291
1348
|
.react-datepicker__input-container .react-datepicker__calendar-icon {
|
|
1292
1349
|
position: absolute;
|
|
1293
1350
|
padding: 0.5rem;
|
|
1351
|
+
box-sizing: content-box;
|
|
1294
1352
|
}
|
|
1295
1353
|
|
|
1296
1354
|
.react-datepicker__view-calendar-icon input {
|
|
@@ -1516,13 +1574,13 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
1516
1574
|
background-color: var(--neutral-neutral-4);
|
|
1517
1575
|
height: 40px;
|
|
1518
1576
|
width: 100%;
|
|
1519
|
-
padding: .75rem 0 .75rem .75rem;
|
|
1577
|
+
padding: 0.75rem 0 0.75rem 0.75rem;
|
|
1520
1578
|
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48IS0tR2VuZXJhdG9yOiBza2V0Y2h0b29sIDYwICgxMDEwMTApIC0gaHR0cHM6Ly9za2V0Y2guY29tLS0+PHRpdGxlPjNEODAzNjU0LUI3NjEtNEZEQy05MThDLTc1QzUwMjdEODcyMDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPjxkZWZzPjxwYXRoIGQ9Ik0yMiwzIEwxOSwzIEwxOSwxIEwxNywxIEwxNywzIEw3LDMgTDcsMSBMNSwxIEw1LDMgTDIsMyBMMiwyMyBMMjIsMjMgTDIyLDMgWiBNMjAsMjEgTDQsMjEgTDQsOCBMMjAsOCBMMjAsMjEgWiIgaWQ9InBhdGgtMSIvPjwvZGVmcz48ZyBpZD0iQXNzZXQtQXJ0Ym9hcmQtUGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9Imljb24vbmF2aWdhdGlvbi9leHBhbmRfbW9yZV8yNHB4LWljb24vYWN0aW9uL2NhbGVuZGFyX3RvZGF5XzI0cHgiPjxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj48dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiLz48L21hc2s+PGcgaWQ9Imljb24vYWN0aW9uL2NhbGVuZGFyX3RvZGF5XzI0cHgiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxnIGlkPSLihrMtQ29sb3ItY29sb3ItLy1JY29ucy0vLUJsYWNrLS8tSW5hY3RpdmUiIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzQzNDM0MyI+PHJlY3QgaWQ9IlJlY3RhbmdsZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
|
|
1521
1579
|
background-position: 95% 50%;
|
|
1522
1580
|
background-repeat: no-repeat;
|
|
1523
|
-
transition: box-shadow .3s ease;
|
|
1581
|
+
transition: box-shadow 0.3s ease;
|
|
1524
1582
|
box-shadow: 0 0 0 0 var(--primary-main-light-4);
|
|
1525
|
-
margin: .0005em;
|
|
1583
|
+
margin: 0.0005em;
|
|
1526
1584
|
border: none; }
|
|
1527
1585
|
.e-datepicker .react-datepicker__input-container input:focus {
|
|
1528
1586
|
outline: none;
|
|
@@ -1537,7 +1595,7 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
1537
1595
|
vertical-align: middle;
|
|
1538
1596
|
display: table-cell;
|
|
1539
1597
|
line-height: 1.7rem; }
|
|
1540
|
-
.e-datepicker .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
|
|
1598
|
+
.e-datepicker .react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::after {
|
|
1541
1599
|
border-bottom-color: var(--others-white); }
|
|
1542
1600
|
.e-datepicker .react-datepicker__day--selected {
|
|
1543
1601
|
background-color: var(--primary-main-light-2);
|
|
@@ -1694,8 +1752,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1694
1752
|
flex-flow: row wrap;
|
|
1695
1753
|
align-items: center;
|
|
1696
1754
|
align-self: center;
|
|
1697
|
-
padding: 0.125rem .5rem 0.125rem .25rem;
|
|
1698
|
-
margin-right: .5rem;
|
|
1755
|
+
padding: 0.125rem 0.5rem 0.125rem 0.25rem;
|
|
1756
|
+
margin-right: 0.5rem;
|
|
1699
1757
|
width: 7.36rem; }
|
|
1700
1758
|
@media (min-width: 960px) {
|
|
1701
1759
|
.document-status {
|
|
@@ -1706,7 +1764,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1706
1764
|
.document-status span {
|
|
1707
1765
|
font-weight: bold; }
|
|
1708
1766
|
.document-status .icon {
|
|
1709
|
-
margin-right: .25rem; }
|
|
1767
|
+
margin-right: 0.25rem; }
|
|
1710
1768
|
.document-status.--is-completed {
|
|
1711
1769
|
background-color: var(--primary-main-light-5);
|
|
1712
1770
|
border-color: var(--primary-main-light-3);
|
|
@@ -1777,10 +1835,10 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1777
1835
|
position: relative;
|
|
1778
1836
|
cursor: default; }
|
|
1779
1837
|
.form-faq::before {
|
|
1780
|
-
content:
|
|
1838
|
+
content: '\2022';
|
|
1781
1839
|
color: var(--secondary-main-dark-2);
|
|
1782
|
-
margin-right: .25rem;
|
|
1783
|
-
margin-top: .2rem; }
|
|
1840
|
+
margin-right: 0.25rem;
|
|
1841
|
+
margin-top: 0.2rem; }
|
|
1784
1842
|
.form-faq__container {
|
|
1785
1843
|
padding-top: 0.25rem; }
|
|
1786
1844
|
@media (hover: hover) {
|
|
@@ -1970,12 +2028,12 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
1970
2028
|
width: 100%;
|
|
1971
2029
|
top: 5.25rem;
|
|
1972
2030
|
left: 0;
|
|
1973
|
-
height: .25rem; }
|
|
2031
|
+
height: 0.25rem; }
|
|
1974
2032
|
|
|
1975
2033
|
.progressbar {
|
|
1976
2034
|
height: 100%;
|
|
1977
2035
|
background: var(--primary-main);
|
|
1978
|
-
transition: width .3s ease;
|
|
2036
|
+
transition: width 0.3s ease;
|
|
1979
2037
|
will-change: width; }
|
|
1980
2038
|
|
|
1981
2039
|
.progressbar__remain {
|
|
@@ -2001,7 +2059,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2001
2059
|
margin-top: 2rem;
|
|
2002
2060
|
margin-bottom: 1rem; }
|
|
2003
2061
|
.e-radio.--regular .e-radio__inner label {
|
|
2004
|
-
margin-bottom: .25rem;
|
|
2062
|
+
margin-bottom: 0.25rem;
|
|
2005
2063
|
flex-basis: 100%;
|
|
2006
2064
|
display: flex;
|
|
2007
2065
|
align-items: center;
|
|
@@ -2021,7 +2079,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2021
2079
|
color: var(--primary-main);
|
|
2022
2080
|
text-shadow: -0.02ex 0 var(--primary-main), 0.02ex 0 var(--primary-main); }
|
|
2023
2081
|
.e-radio.--regular input:checked + label:before {
|
|
2024
|
-
content:
|
|
2082
|
+
content: '';
|
|
2025
2083
|
position: absolute;
|
|
2026
2084
|
top: 2px;
|
|
2027
2085
|
left: -23px;
|
|
@@ -2032,24 +2090,24 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2032
2090
|
border-radius: 50%;
|
|
2033
2091
|
box-sizing: border-box; }
|
|
2034
2092
|
.e-radio.--regular input:checked + label:after {
|
|
2035
|
-
content:
|
|
2093
|
+
content: '';
|
|
2036
2094
|
position: absolute;
|
|
2037
|
-
top: .5rem;
|
|
2095
|
+
top: 0.5rem;
|
|
2038
2096
|
left: -17px;
|
|
2039
2097
|
display: block;
|
|
2040
|
-
height: .5rem;
|
|
2041
|
-
width: .5rem;
|
|
2098
|
+
height: 0.5rem;
|
|
2099
|
+
width: 0.5rem;
|
|
2042
2100
|
background: currentColor;
|
|
2043
2101
|
border-radius: 50%;
|
|
2044
2102
|
opacity: 1;
|
|
2045
2103
|
transform: scale(1);
|
|
2046
2104
|
color: #fff;
|
|
2047
|
-
transition: all .1s; }
|
|
2105
|
+
transition: all 0.1s; }
|
|
2048
2106
|
.e-radio.--regular input + label {
|
|
2049
2107
|
cursor: pointer;
|
|
2050
2108
|
font-size: 16px; }
|
|
2051
2109
|
.e-radio.--regular input + label:before {
|
|
2052
|
-
content:
|
|
2110
|
+
content: '';
|
|
2053
2111
|
position: absolute;
|
|
2054
2112
|
left: -23px;
|
|
2055
2113
|
top: 2px;
|
|
@@ -2061,17 +2119,17 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2061
2119
|
box-sizing: border-box; }
|
|
2062
2120
|
.e-radio.--regular input + label:after {
|
|
2063
2121
|
position: absolute;
|
|
2064
|
-
top: .5rem;
|
|
2122
|
+
top: 0.5rem;
|
|
2065
2123
|
left: -17px;
|
|
2066
2124
|
display: block;
|
|
2067
|
-
height: .5rem;
|
|
2068
|
-
width: .5rem;
|
|
2125
|
+
height: 0.5rem;
|
|
2126
|
+
width: 0.5rem;
|
|
2069
2127
|
opacity: 0;
|
|
2070
2128
|
transform: scale(0);
|
|
2071
2129
|
color: var(--others-white);
|
|
2072
|
-
transition: all .1s;
|
|
2073
|
-
content:
|
|
2074
|
-
bottom: .5rem;
|
|
2130
|
+
transition: all 0.1s;
|
|
2131
|
+
content: '';
|
|
2132
|
+
bottom: 0.5rem;
|
|
2075
2133
|
border-radius: 50%; } }
|
|
2076
2134
|
|
|
2077
2135
|
@media (min-width: 575px) {
|
|
@@ -2083,7 +2141,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2083
2141
|
margin-top: 2rem;
|
|
2084
2142
|
margin-bottom: 1rem; }
|
|
2085
2143
|
.e-radio.--regular:not(.--icons) .e-radio__inner label {
|
|
2086
|
-
margin-bottom: .25rem;
|
|
2144
|
+
margin-bottom: 0.25rem;
|
|
2087
2145
|
flex-basis: 100%;
|
|
2088
2146
|
display: flex;
|
|
2089
2147
|
align-items: center;
|
|
@@ -2103,7 +2161,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2103
2161
|
color: var(--primary-main);
|
|
2104
2162
|
text-shadow: -0.02ex 0 var(--primary-main), 0.02ex 0 var(--primary-main); }
|
|
2105
2163
|
.e-radio.--regular:not(.--icons) input:checked + label:before {
|
|
2106
|
-
content:
|
|
2164
|
+
content: '';
|
|
2107
2165
|
position: absolute;
|
|
2108
2166
|
top: 2px;
|
|
2109
2167
|
left: -23px;
|
|
@@ -2114,24 +2172,24 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2114
2172
|
border-radius: 50%;
|
|
2115
2173
|
box-sizing: border-box; }
|
|
2116
2174
|
.e-radio.--regular:not(.--icons) input:checked + label:after {
|
|
2117
|
-
content:
|
|
2175
|
+
content: '';
|
|
2118
2176
|
position: absolute;
|
|
2119
|
-
top: .5rem;
|
|
2177
|
+
top: 0.5rem;
|
|
2120
2178
|
left: -17px;
|
|
2121
2179
|
display: block;
|
|
2122
|
-
height: .5rem;
|
|
2123
|
-
width: .5rem;
|
|
2180
|
+
height: 0.5rem;
|
|
2181
|
+
width: 0.5rem;
|
|
2124
2182
|
background: currentColor;
|
|
2125
2183
|
border-radius: 50%;
|
|
2126
2184
|
opacity: 1;
|
|
2127
2185
|
transform: scale(1);
|
|
2128
2186
|
color: #fff;
|
|
2129
|
-
transition: all .1s; }
|
|
2187
|
+
transition: all 0.1s; }
|
|
2130
2188
|
.e-radio.--regular:not(.--icons) input + label {
|
|
2131
2189
|
cursor: pointer;
|
|
2132
2190
|
font-size: 16px; }
|
|
2133
2191
|
.e-radio.--regular:not(.--icons) input + label:before {
|
|
2134
|
-
content:
|
|
2192
|
+
content: '';
|
|
2135
2193
|
position: absolute;
|
|
2136
2194
|
left: -23px;
|
|
2137
2195
|
top: 2px;
|
|
@@ -2143,17 +2201,17 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2143
2201
|
box-sizing: border-box; }
|
|
2144
2202
|
.e-radio.--regular:not(.--icons) input + label:after {
|
|
2145
2203
|
position: absolute;
|
|
2146
|
-
top: .5rem;
|
|
2204
|
+
top: 0.5rem;
|
|
2147
2205
|
left: -17px;
|
|
2148
2206
|
display: block;
|
|
2149
|
-
height: .5rem;
|
|
2150
|
-
width: .5rem;
|
|
2207
|
+
height: 0.5rem;
|
|
2208
|
+
width: 0.5rem;
|
|
2151
2209
|
opacity: 0;
|
|
2152
2210
|
transform: scale(0);
|
|
2153
2211
|
color: var(--others-white);
|
|
2154
|
-
transition: all .1s;
|
|
2155
|
-
content:
|
|
2156
|
-
bottom: .5rem;
|
|
2212
|
+
transition: all 0.1s;
|
|
2213
|
+
content: '';
|
|
2214
|
+
bottom: 0.5rem;
|
|
2157
2215
|
border-radius: 50%; } }
|
|
2158
2216
|
|
|
2159
2217
|
@media (max-width: 575px) {
|
|
@@ -2166,7 +2224,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2166
2224
|
border: 1px solid var(--neutral-neutral-3);
|
|
2167
2225
|
background: var(--neutral-neutral-6);
|
|
2168
2226
|
border-radius: 4px;
|
|
2169
|
-
transition: all .3s ease; }
|
|
2227
|
+
transition: all 0.3s ease; }
|
|
2170
2228
|
.e-radio.--tabs .e-radio__inner .e-radio-label {
|
|
2171
2229
|
width: 100%;
|
|
2172
2230
|
display: flex;
|
|
@@ -2181,7 +2239,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2181
2239
|
.e-radio.--tabs input + label {
|
|
2182
2240
|
cursor: pointer;
|
|
2183
2241
|
font-size: 14px;
|
|
2184
|
-
transition: all .3s ease; }
|
|
2242
|
+
transition: all 0.3s ease; }
|
|
2185
2243
|
.e-radio.--tabs input + label:hover {
|
|
2186
2244
|
background: var(--neutral-neutral-4); }
|
|
2187
2245
|
.e-radio.--tabs input:checked + label {
|
|
@@ -2189,7 +2247,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2189
2247
|
color: var(--others-white);
|
|
2190
2248
|
width: 100%;
|
|
2191
2249
|
cursor: pointer;
|
|
2192
|
-
transition: all .3s ease;
|
|
2250
|
+
transition: all 0.3s ease;
|
|
2193
2251
|
background-color: var(--primary-main);
|
|
2194
2252
|
text-align: center;
|
|
2195
2253
|
padding: 10px; }
|
|
@@ -2214,7 +2272,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2214
2272
|
border: 1px solid var(--neutral-neutral-3);
|
|
2215
2273
|
background: var(--neutral-neutral-6);
|
|
2216
2274
|
border-radius: 4px;
|
|
2217
|
-
transition: all .3s ease; }
|
|
2275
|
+
transition: all 0.3s ease; }
|
|
2218
2276
|
.e-radio.--tabs:not(.--icons) .e-radio__inner .e-radio-label {
|
|
2219
2277
|
width: 100%;
|
|
2220
2278
|
display: flex;
|
|
@@ -2229,7 +2287,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2229
2287
|
.e-radio.--tabs:not(.--icons) input + label {
|
|
2230
2288
|
cursor: pointer;
|
|
2231
2289
|
font-size: 14px;
|
|
2232
|
-
transition: all .3s ease; }
|
|
2290
|
+
transition: all 0.3s ease; }
|
|
2233
2291
|
.e-radio.--tabs:not(.--icons) input + label:hover {
|
|
2234
2292
|
background: var(--neutral-neutral-4); }
|
|
2235
2293
|
.e-radio.--tabs:not(.--icons) input:checked + label {
|
|
@@ -2237,7 +2295,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2237
2295
|
color: var(--others-white);
|
|
2238
2296
|
width: 100%;
|
|
2239
2297
|
cursor: pointer;
|
|
2240
|
-
transition: all .3s ease;
|
|
2298
|
+
transition: all 0.3s ease;
|
|
2241
2299
|
background-color: var(--primary-main);
|
|
2242
2300
|
text-align: center;
|
|
2243
2301
|
padding: 10px; }
|
|
@@ -2270,7 +2328,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2270
2328
|
border-radius: 4px;
|
|
2271
2329
|
border-color: var(--neutral-neutral-4);
|
|
2272
2330
|
cursor: pointer; }
|
|
2273
|
-
.e-radio.--icons .radio-item-container:not(:nth-child(2n+0)) {
|
|
2331
|
+
.e-radio.--icons .radio-item-container:not(:nth-child(2n + 0)) {
|
|
2274
2332
|
margin-right: 0.5rem; }
|
|
2275
2333
|
.e-radio.--icons .radio-item-input {
|
|
2276
2334
|
position: absolute;
|
|
@@ -2305,7 +2363,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2305
2363
|
|
|
2306
2364
|
.e-radio.radio--small.--tabs input + label {
|
|
2307
2365
|
font-size: 0.875rem;
|
|
2308
|
-
padding: .75rem; }
|
|
2366
|
+
padding: 0.75rem; }
|
|
2309
2367
|
|
|
2310
2368
|
.e-radio.radio--small.--tabs .e-radio__inner {
|
|
2311
2369
|
margin-top: 0;
|
|
@@ -2323,7 +2381,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2323
2381
|
.e-radio.--regular.radio--regular--bare .e-radio-label,
|
|
2324
2382
|
.e-radio.--regular.radio--regular--bare .e-radio-label__label {
|
|
2325
2383
|
display: block;
|
|
2326
|
-
margin-bottom: .75rem; }
|
|
2384
|
+
margin-bottom: 0.75rem; }
|
|
2327
2385
|
|
|
2328
2386
|
.e-removeButton {
|
|
2329
2387
|
display: inline-block; }
|
|
@@ -2332,7 +2390,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2332
2390
|
margin-top: 1rem;
|
|
2333
2391
|
color: var(--error-main);
|
|
2334
2392
|
border-radius: 4px;
|
|
2335
|
-
transition: all .3s ease; }
|
|
2393
|
+
transition: all 0.3s ease; }
|
|
2336
2394
|
.e-removeButton__inner label {
|
|
2337
2395
|
display: flex;
|
|
2338
2396
|
flex-basis: 100%;
|
|
@@ -2341,7 +2399,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2341
2399
|
border: 1px solid var(--error-main);
|
|
2342
2400
|
border-radius: 4px;
|
|
2343
2401
|
cursor: pointer;
|
|
2344
|
-
padding: .75rem 1rem; }
|
|
2402
|
+
padding: 0.75rem 1rem; }
|
|
2345
2403
|
.e-removeButton__inner:hover {
|
|
2346
2404
|
background-color: var(--error-error-3); }
|
|
2347
2405
|
.e-removeButton input {
|
|
@@ -2539,7 +2597,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2539
2597
|
font-size: 12px;
|
|
2540
2598
|
box-shadow: none; }
|
|
2541
2599
|
.tippy-box--inverted .tippy-content {
|
|
2542
|
-
padding: .75rem;
|
|
2600
|
+
padding: 0.75rem;
|
|
2543
2601
|
white-space: pre-line; }
|
|
2544
2602
|
.tippy-box--inverted .tippy-arrow {
|
|
2545
2603
|
color: var(--neutral-neutral-1); }
|
|
@@ -2643,14 +2701,14 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2643
2701
|
color: var(--neutral-neutral-2);
|
|
2644
2702
|
background-color: var(--neutral-neutral-6);
|
|
2645
2703
|
border-radius: 4px;
|
|
2646
|
-
padding: .75rem 0 .75rem .75rem;
|
|
2647
|
-
font-size: .875rem;
|
|
2704
|
+
padding: 0.75rem 0 0.75rem 0.75rem;
|
|
2705
|
+
font-size: 0.875rem;
|
|
2648
2706
|
height: 10rem;
|
|
2649
2707
|
border: none;
|
|
2650
2708
|
text-overflow: ellipsis;
|
|
2651
|
-
transition: box-shadow .3s ease;
|
|
2709
|
+
transition: box-shadow 0.3s ease;
|
|
2652
2710
|
box-shadow: 0 0 0 1px var(--neutral-neutral-3);
|
|
2653
|
-
margin: .0005em;
|
|
2711
|
+
margin: 0.0005em;
|
|
2654
2712
|
outline: none;
|
|
2655
2713
|
resize: vertical; }
|
|
2656
2714
|
.e-textarea textarea::placeholder {
|
|
@@ -2675,11 +2733,11 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2675
2733
|
display: flex;
|
|
2676
2734
|
align-content: center;
|
|
2677
2735
|
bottom: -1.5rem;
|
|
2678
|
-
margin-top: .5rem;
|
|
2736
|
+
margin-top: 0.5rem;
|
|
2679
2737
|
color: var(--error-main); }
|
|
2680
2738
|
.e-textarea.--is-invalid .e-text--error img {
|
|
2681
2739
|
max-width: 20px;
|
|
2682
|
-
margin-right: .25rem; }
|
|
2740
|
+
margin-right: 0.25rem; }
|
|
2683
2741
|
.e-textarea.--is-invalid textarea {
|
|
2684
2742
|
box-shadow: 0 0 0 2px var(--error-main);
|
|
2685
2743
|
background-color: var(--error-error-3); }
|
|
@@ -2770,7 +2828,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2770
2828
|
@media (max-width: 575px) {
|
|
2771
2829
|
.top-bar-wrapper .top-bar-content {
|
|
2772
2830
|
margin: 0; } }
|
|
2773
|
-
.top-bar-wrapper .top-bar-content svg,
|
|
2831
|
+
.top-bar-wrapper .top-bar-content svg,
|
|
2832
|
+
.top-bar-wrapper .top-bar-content img {
|
|
2774
2833
|
vertical-align: middle; }
|
|
2775
2834
|
.top-bar-wrapper .top-bar-content img {
|
|
2776
2835
|
margin-right: 8px;
|
|
@@ -2918,7 +2977,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2918
2977
|
.article .information .title {
|
|
2919
2978
|
font-weight: bold; }
|
|
2920
2979
|
.article .information .summary {
|
|
2921
|
-
color: #
|
|
2980
|
+
color: #6d7275;
|
|
2922
2981
|
margin: 0.5rem 0;
|
|
2923
2982
|
display: -webkit-box;
|
|
2924
2983
|
-webkit-line-clamp: 5;
|
|
@@ -3789,21 +3848,21 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3789
3848
|
border: 1px solid var(--neutral-neutral-4);
|
|
3790
3849
|
display: flex;
|
|
3791
3850
|
padding: 0.1875rem;
|
|
3792
|
-
margin-right: .5rem;
|
|
3793
|
-
transition: all .3s ease;
|
|
3851
|
+
margin-right: 0.5rem;
|
|
3852
|
+
transition: all 0.3s ease;
|
|
3794
3853
|
position: relative;
|
|
3795
3854
|
cursor: pointer; }
|
|
3796
3855
|
.tooltip-menu__item span {
|
|
3797
3856
|
position: absolute;
|
|
3798
3857
|
color: var(--neutral-neutral-2);
|
|
3799
3858
|
bottom: -1.25rem;
|
|
3800
|
-
left:
|
|
3859
|
+
left: -0.25rem;
|
|
3801
3860
|
right: 0;
|
|
3802
3861
|
margin: 0 auto;
|
|
3803
3862
|
opacity: 0;
|
|
3804
3863
|
visibility: hidden;
|
|
3805
3864
|
transform: translateY(1rem);
|
|
3806
|
-
transition: all .3s ease; }
|
|
3865
|
+
transition: all 0.3s ease; }
|
|
3807
3866
|
.tooltip-menu__item.--is-open {
|
|
3808
3867
|
background-color: var(--primary-main-light-5); }
|
|
3809
3868
|
.tooltip-menu__item:hover {
|
|
@@ -3875,7 +3934,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3875
3934
|
@media (min-width: 720px) {
|
|
3876
3935
|
.free-doc-modal-content .right-container .info-box__button-box .button {
|
|
3877
3936
|
width: auto; } }
|
|
3878
|
-
.free-doc-modal-content .right-container .info-box__button-box button,
|
|
3937
|
+
.free-doc-modal-content .right-container .info-box__button-box button,
|
|
3938
|
+
.free-doc-modal-content .right-container .info-box__button-box a {
|
|
3879
3939
|
min-height: 2.5rem;
|
|
3880
3940
|
width: 100%;
|
|
3881
3941
|
display: block; }
|
|
@@ -3980,7 +4040,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3980
4040
|
display: flex; }
|
|
3981
4041
|
.mobile-bottom-bar .e-button {
|
|
3982
4042
|
max-height: 2.8rem;
|
|
3983
|
-
margin: 0 0.
|
|
4043
|
+
margin: 0 0.5rem;
|
|
3984
4044
|
width: 2.75rem;
|
|
3985
4045
|
min-width: 2.75rem;
|
|
3986
4046
|
padding: 0;
|
|
@@ -4040,7 +4100,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4040
4100
|
.as-see-in-content__text {
|
|
4041
4101
|
justify-content: center;
|
|
4042
4102
|
text-align: center; }
|
|
4043
|
-
.as-see-in-content__text #articles,
|
|
4103
|
+
.as-see-in-content__text #articles,
|
|
4104
|
+
.as-see-in-content__text #legal-documents {
|
|
4044
4105
|
color: var(--primary-main-light-1);
|
|
4045
4106
|
font-weight: 400; }
|
|
4046
4107
|
.as-see-in-content__text a {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -506,7 +506,7 @@ interface BottomOverlayProps {
|
|
|
506
506
|
givenClass?: string;
|
|
507
507
|
header?: any;
|
|
508
508
|
body?: any;
|
|
509
|
-
footer?:
|
|
509
|
+
footer?: React.ReactNode;
|
|
510
510
|
open?: boolean;
|
|
511
511
|
onClose?: () => void;
|
|
512
512
|
}
|
|
@@ -884,4 +884,4 @@ interface UseIsMobileOrTablePropsReturn {
|
|
|
884
884
|
}
|
|
885
885
|
declare const useIsMobileOrTable: () => UseIsMobileOrTablePropsReturn;
|
|
886
886
|
|
|
887
|
-
export { AboutUsContent, AboutUsContentProps, AboutUsSection, AboutUsSectionProps, AddButton, AddButtonProps, Article, ArticleProps, ArticlesList, ArticlesListProps, AsSeeInContent, AsSeeInContentProps, AsSeeInSection, AsSeeInSectionProps, BaseBox, BaseBoxList, BaseBoxListProps, BaseBoxProps, BillCard, BillCardProps, BlogSection, BlogSectionProps, BottomFixedBar, BottomFixedBarProps, BottomOverlay, BottomOverlayMenu, BottomOverlayMenuProps, BottomOverlayProps, BoxForm, BoxFormProps, BreadcrumItem, BreadcrumItemProps, Breadcrumb, BreadcrumbProps, Button, ButtonIcon, ButtonIconProps, ButtonProps, CardPane, CardPaneInfoProps, CardPaneProps, Checkbox, CheckboxProps, ContactBox, ContactBoxProps, ContinueEditingBanner, ContinueEditingBannerProps, CountDownMessage, CountDownMessageProps, DatePickerCustom, DatePickerCustomProps, DialogMenuIcon, DialogMenuIconProps, Disclaimer, DisclaimerProps, Divider, DividerProps, DocumentStatus, DocumentStatusProps, ExpertCard, ExpertCardList, ExpertCardListProps, ExpertCardProps, ExpertsSection, ExpertsSectionProps, Feedback, FeedbackProps, FormFaq, FormFaqProps, FreeDocModalContent, FreeDocModalContentProps, GoogleButton, GoogleButtonProps, GuidelinesContent, GuidelinesContentProps, GuidelinesSection, GuidelinesSectionProps, HowGetYourFormsSection, HowGetYourFormsSectionProps, IconImage, IconImageProps, IconSvgURLWithThemeColor, IconSvgURLWithThemeColorProps, ImageStructure, InfoBox, InfoBoxProps, LatestApplication, ListStepsGetForm, ListStepsGetFormProps, Logo, LogoProps, LogoText, LogoTextProps, MenuItemProps, MenuItems, MenuItemsSection, MenuItemsSectionProps, MenuPlacement, Message, MessageInformation, MessageInformationProps, MessageProps, MobileBottomBar, MobileBottomBarProps, NavBarDropDown, NavBarDropDownProps, Pagination, PaginationProps, PaypalButton, PaypalButtonProps, PeopleSayAboutUsSection, PeopleSayAboutUsSectionProps, PricingCard, PricingCardProps, ProgressBar, ProgressBarProps, Radio, RadioProps, RemoveButton, RemoveButtonProps, RichTextInner, RichTextInnerProps, RichTextMedia, RichTextStrapi, RichTextStrapiProps, SearchSelect, SearchSelectProps, SideMenuTabProps, SidemenuTab, Snackbar, SnackbarProps, Spinner, SpinnerProps, StepGetForm, StepGetFormProps, TextArea, TextAreaProps, TextInput, TextInputProps, Toggle, ToggleProps, Tooltip, TooltipMenu, TooltipMenuProps, TooltipProps, TopBar, TopBarMobile, TopBarProps, Trustpilot as TrustPilot, TrustPilotProps, TrustworthyWebsites, TrustworthyWebsitesProps, TryOurFreeLegalBlogsContent, TryOurFreeLegalBlogsContentProps, TryOurFreeLegalBlogsSection, TryOurFreeLegalBlogsSectionProps, WhyLawDistrictItem, WhyLawDistrictItems, WhyLawDistrictItemsProps, WhyLawDistrictSection, WhyLawDistrictSectionProps, WideInfoBar, useIntersectionObserver, useIsMobileOrTable };
|
|
887
|
+
export { AboutUsContent, type AboutUsContentProps, AboutUsSection, type AboutUsSectionProps, AddButton, type AddButtonProps, Article, type ArticleProps, ArticlesList, type ArticlesListProps, AsSeeInContent, type AsSeeInContentProps, AsSeeInSection, type AsSeeInSectionProps, BaseBox, BaseBoxList, type BaseBoxListProps, type BaseBoxProps, BillCard, type BillCardProps, BlogSection, type BlogSectionProps, BottomFixedBar, type BottomFixedBarProps, BottomOverlay, BottomOverlayMenu, type BottomOverlayMenuProps, type BottomOverlayProps, BoxForm, type BoxFormProps, BreadcrumItem, type BreadcrumItemProps, Breadcrumb, type BreadcrumbProps, Button, ButtonIcon, type ButtonIconProps, type ButtonProps, CardPane, type CardPaneInfoProps, type CardPaneProps, Checkbox, type CheckboxProps, ContactBox, type ContactBoxProps, ContinueEditingBanner, type ContinueEditingBannerProps, CountDownMessage, type CountDownMessageProps, DatePickerCustom, type DatePickerCustomProps, DialogMenuIcon, type DialogMenuIconProps, Disclaimer, type DisclaimerProps, Divider, type DividerProps, DocumentStatus, type DocumentStatusProps, ExpertCard, ExpertCardList, type ExpertCardListProps, type ExpertCardProps, ExpertsSection, type ExpertsSectionProps, Feedback, type FeedbackProps, FormFaq, type FormFaqProps, FreeDocModalContent, type FreeDocModalContentProps, GoogleButton, type GoogleButtonProps, GuidelinesContent, type GuidelinesContentProps, GuidelinesSection, type GuidelinesSectionProps, HowGetYourFormsSection, type HowGetYourFormsSectionProps, IconImage, type IconImageProps, IconSvgURLWithThemeColor, type IconSvgURLWithThemeColorProps, type ImageStructure, InfoBox, type InfoBoxProps, type LatestApplication, ListStepsGetForm, type ListStepsGetFormProps, Logo, type LogoProps, LogoText, type LogoTextProps, type MenuItemProps, MenuItems, MenuItemsSection, type MenuItemsSectionProps, MenuPlacement, Message, MessageInformation, type MessageInformationProps, type MessageProps, MobileBottomBar, type MobileBottomBarProps, NavBarDropDown, type NavBarDropDownProps, Pagination, type PaginationProps, PaypalButton, type PaypalButtonProps, PeopleSayAboutUsSection, type PeopleSayAboutUsSectionProps, PricingCard, type PricingCardProps, ProgressBar, type ProgressBarProps, Radio, type RadioProps, RemoveButton, type RemoveButtonProps, RichTextInner, type RichTextInnerProps, type RichTextMedia, RichTextStrapi, type RichTextStrapiProps, SearchSelect, type SearchSelectProps, type SideMenuTabProps, SidemenuTab, Snackbar, type SnackbarProps, Spinner, type SpinnerProps, StepGetForm, type StepGetFormProps, TextArea, type TextAreaProps, TextInput, type TextInputProps, Toggle, type ToggleProps, Tooltip, TooltipMenu, type TooltipMenuProps, type TooltipProps, TopBar, TopBarMobile, type TopBarProps, Trustpilot as TrustPilot, type TrustPilotProps, TrustworthyWebsites, type TrustworthyWebsitesProps, TryOurFreeLegalBlogsContent, type TryOurFreeLegalBlogsContentProps, TryOurFreeLegalBlogsSection, type TryOurFreeLegalBlogsSectionProps, type WhyLawDistrictItem, WhyLawDistrictItems, type WhyLawDistrictItemsProps, WhyLawDistrictSection, type WhyLawDistrictSectionProps, WideInfoBar, useIntersectionObserver, useIsMobileOrTable };
|