@npm_leadtech/legal-lib-components 3.5.0 → 3.5.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.
@@ -3933,47 +3933,39 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
3933
3933
  flex-direction: row; } }
3934
3934
 
3935
3935
  .faqItem {
3936
- display: flex;
3937
- padding: 1rem;
3938
- flex-direction: column;
3939
- align-items: flex-start;
3940
3936
  border-radius: 4px;
3941
3937
  background: var(--others-white);
3942
- box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25);
3943
- position: relative; }
3938
+ box-shadow: 0 0.125rem 0.375rem 0 rgba(var(--primary-main-dark-1-rgb), 0.25); }
3944
3939
  .faqItem .fakeAnchor {
3945
3940
  position: absolute;
3946
3941
  left: 0;
3947
3942
  top: -135px; }
3943
+ .faqItem summary {
3944
+ list-style: none; }
3948
3945
  .faqItem .content {
3949
- margin: 0;
3950
- width: 100%; }
3951
- .faqItem .content.open {
3952
- display: flex;
3953
- flex-direction: column;
3954
- gap: 1rem; }
3955
- .faqItem .content.open .question svg {
3956
- transition: all 0.35s;
3957
- transform: rotate(90deg); }
3946
+ width: 100%;
3947
+ margin: 0; }
3958
3948
  .faqItem .content .question {
3959
3949
  display: flex;
3950
+ flex-flow: row nowrap;
3960
3951
  align-items: center;
3961
3952
  gap: 1rem;
3962
3953
  justify-content: space-between;
3954
+ padding: 1rem;
3963
3955
  cursor: pointer; }
3964
3956
  .faqItem .content .question .title {
3965
- flex: 1 0 0;
3966
3957
  color: var(--neutral-neutral-1);
3967
- font-size: 16px;
3968
- line-height: 22px;
3969
- letter-spacing: -0.3px; }
3958
+ font-size: 1rem;
3959
+ line-height: 1.5rem; }
3960
+ .faqItem .content .question svg {
3961
+ transition: all 0.35s; }
3970
3962
  .faqItem .content .answer {
3971
- display: none; }
3972
- .faqItem .content .answer.open {
3973
- display: block;
3974
- color: var(--neutral-neutral-1);
3975
- line-height: 22px;
3976
- letter-spacing: -0.3px; }
3963
+ color: var(--neutral-neutral-1);
3964
+ line-height: 22px;
3965
+ letter-spacing: -0.3px;
3966
+ padding: 0 1rem 1rem; }
3967
+ .faqItem.open .question svg {
3968
+ transform: rotate(90deg); }
3977
3969
 
3978
3970
  .feature-ratafia-card-list {
3979
3971
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.4.6",
6
6
  "@tippyjs/react": "4.2.6",