@npm_leadtech/legal-lib-components 2.40.3 → 2.41.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/dist/cjs/index.js +3 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +11 -65
- package/dist/cjs/src/components/molecules/index.d.ts +0 -1
- package/dist/cjs/src/components/organisms/index.d.ts +0 -1
- package/dist/esm/index.js +2 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +11 -65
- package/dist/esm/src/components/molecules/index.d.ts +0 -1
- package/dist/esm/src/components/organisms/index.d.ts +0 -1
- package/dist/index.d.ts +1 -64
- package/package.json +1 -1
- package/dist/cjs/src/components/molecules/AccordionItem/AccordionItem.d.ts +0 -4
- package/dist/cjs/src/components/molecules/AccordionItem/AccordionItemProps.types.d.ts +0 -10
- package/dist/cjs/src/components/molecules/AccordionItem/index.d.ts +0 -1
- package/dist/cjs/src/components/organisms/Accordion/Accordion.context.d.ts +0 -43
- package/dist/cjs/src/components/organisms/Accordion/Accordion.d.ts +0 -4
- package/dist/cjs/src/components/organisms/Accordion/AccordionProps.types.d.ts +0 -13
- package/dist/cjs/src/components/organisms/Accordion/index.d.ts +0 -2
- package/dist/esm/src/components/molecules/AccordionItem/AccordionItem.d.ts +0 -4
- package/dist/esm/src/components/molecules/AccordionItem/AccordionItemProps.types.d.ts +0 -10
- package/dist/esm/src/components/molecules/AccordionItem/index.d.ts +0 -1
- package/dist/esm/src/components/organisms/Accordion/Accordion.context.d.ts +0 -43
- package/dist/esm/src/components/organisms/Accordion/Accordion.d.ts +0 -4
- package/dist/esm/src/components/organisms/Accordion/AccordionProps.types.d.ts +0 -13
- package/dist/esm/src/components/organisms/Accordion/index.d.ts +0 -2
|
@@ -2734,10 +2734,11 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2734
2734
|
|
|
2735
2735
|
.e-spinner {
|
|
2736
2736
|
animation: rotate 2s linear infinite;
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2737
|
+
margin: -16px -16px 0 -25px;
|
|
2738
|
+
width: 50px;
|
|
2739
|
+
height: 50px; }
|
|
2740
|
+
.e-spinner .path {
|
|
2741
|
+
stroke: var(--others-white);
|
|
2741
2742
|
stroke-linecap: round;
|
|
2742
2743
|
stroke-dasharray: 15, 150;
|
|
2743
2744
|
animation: dash 1.5s ease-in-out infinite; }
|
|
@@ -2746,11 +2747,8 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
2746
2747
|
width: 70px;
|
|
2747
2748
|
height: 70px; }
|
|
2748
2749
|
|
|
2749
|
-
.spinner--
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
.spinner--primary path {
|
|
2753
|
-
fill: var(--primary-main); }
|
|
2750
|
+
.spinner--primary .path {
|
|
2751
|
+
stroke: var(--primary-main); }
|
|
2754
2752
|
|
|
2755
2753
|
.tagline {
|
|
2756
2754
|
margin-bottom: 1rem; }
|
|
@@ -3026,56 +3024,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
3026
3024
|
.message-information__text__time.regular {
|
|
3027
3025
|
font-weight: 400; }
|
|
3028
3026
|
|
|
3029
|
-
.accordion__container {
|
|
3030
|
-
overflow: hidden;
|
|
3031
|
-
border-bottom: 1px solid var(--neutral-neutral-4); }
|
|
3032
|
-
.accordion__container:first-child {
|
|
3033
|
-
border-top: 1px solid var(--neutral-neutral-4); }
|
|
3034
|
-
.accordion__container:last-child {
|
|
3035
|
-
border-bottom-left-radius: 4px;
|
|
3036
|
-
border-bottom-right-radius: 4px; }
|
|
3037
|
-
.accordion__container .accordion__button {
|
|
3038
|
-
border-right: 1px solid var(--neutral-neutral-4);
|
|
3039
|
-
border-left: 1px solid var(--neutral-neutral-4);
|
|
3040
|
-
width: 100%;
|
|
3041
|
-
text-align: left;
|
|
3042
|
-
padding: 1rem 1.5rem;
|
|
3043
|
-
display: flex;
|
|
3044
|
-
align-items: center;
|
|
3045
|
-
justify-content: space-between;
|
|
3046
|
-
background: var(--neutral-neutral-6);
|
|
3047
|
-
border-bottom: none;
|
|
3048
|
-
border-top: none;
|
|
3049
|
-
cursor: pointer;
|
|
3050
|
-
font-family: Inter;
|
|
3051
|
-
font-size: 16px;
|
|
3052
|
-
font-style: normal;
|
|
3053
|
-
font-weight: 400;
|
|
3054
|
-
line-height: 22px;
|
|
3055
|
-
letter-spacing: -0.3px; }
|
|
3056
|
-
.accordion__container .accordion__button.--success {
|
|
3057
|
-
background: #eff7f5; }
|
|
3058
|
-
.accordion__container .accordion__button.--locked {
|
|
3059
|
-
cursor: not-allowed; }
|
|
3060
|
-
.accordion__container .accordion__button:not(.--locked):hover {
|
|
3061
|
-
background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.04), transparent); }
|
|
3062
|
-
.accordion__container .accordion__title {
|
|
3063
|
-
color: var(--primary-main-dark-1);
|
|
3064
|
-
font-family: Inter;
|
|
3065
|
-
font-size: 18px;
|
|
3066
|
-
font-style: normal;
|
|
3067
|
-
font-weight: 700;
|
|
3068
|
-
line-height: 24px;
|
|
3069
|
-
letter-spacing: -0.3px; }
|
|
3070
|
-
.accordion__container .accordion__title.--locked {
|
|
3071
|
-
color: var(--neutral-neutral-2); }
|
|
3072
|
-
.accordion__container .accordion__content {
|
|
3073
|
-
padding: 0 1.5rem;
|
|
3074
|
-
transition: height 0.7s ease-in-out;
|
|
3075
|
-
border-right: 1px solid var(--neutral-neutral-4);
|
|
3076
|
-
border-left: 1px solid var(--neutral-neutral-4);
|
|
3077
|
-
border-bottom: none; }
|
|
3078
|
-
|
|
3079
3027
|
.also-known-as {
|
|
3080
3028
|
display: flex;
|
|
3081
3029
|
align-items: center;
|
|
@@ -4192,9 +4140,11 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4192
4140
|
.e-text--is-invalid .e-text__error {
|
|
4193
4141
|
display: flex;
|
|
4194
4142
|
align-content: center;
|
|
4143
|
+
position: absolute;
|
|
4195
4144
|
bottom: -5.5rem;
|
|
4196
4145
|
margin-top: 0.5rem;
|
|
4197
|
-
color: var(--error-main);
|
|
4146
|
+
color: var(--error-main);
|
|
4147
|
+
height: 5rem; }
|
|
4198
4148
|
.e-text--is-invalid .e-text__error-icon {
|
|
4199
4149
|
display: flex; }
|
|
4200
4150
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
@@ -4210,7 +4160,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4210
4160
|
.e-text--is-invalid .e-text__error img {
|
|
4211
4161
|
max-width: 20px;
|
|
4212
4162
|
margin-right: 0.25rem;
|
|
4213
|
-
|
|
4163
|
+
height: 25%; }
|
|
4214
4164
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
4215
4165
|
.e-text--is-invalid .e-text__error img {
|
|
4216
4166
|
height: 20px; } }
|
|
@@ -4315,10 +4265,6 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
|
|
|
4315
4265
|
.about-us-content__image img {
|
|
4316
4266
|
width: 100%; }
|
|
4317
4267
|
|
|
4318
|
-
.accordion {
|
|
4319
|
-
width: 100%;
|
|
4320
|
-
padding-bottom: 2rem; }
|
|
4321
|
-
|
|
4322
4268
|
.articles_wrapper {
|
|
4323
4269
|
display: flex;
|
|
4324
4270
|
flex-direction: column;
|