@npm_leadtech/legal-lib-components 7.65.2 → 7.67.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.
@@ -33,7 +33,7 @@ export const AccordionItemStyled = styled.div `
33
33
  letter-spacing: -0.3px;
34
34
 
35
35
  &.--success {
36
- background: #eff7f5;
36
+ background: var(--primary-main-light-6);
37
37
  }
38
38
 
39
39
  &.--locked {
@@ -55,6 +55,10 @@ export const AccordionItemStyled = styled.div `
55
55
 
56
56
  &.--locked {
57
57
  color: var(--neutral-neutral-2);
58
+
59
+ html[data-theme='legalfinity'] & {
60
+ color: var(--primary-main-dark-1);
61
+ }
58
62
  }
59
63
  }
60
64
 
@@ -64,5 +68,6 @@ export const AccordionItemStyled = styled.div `
64
68
  border-right: 1px solid var(--neutral-neutral-4);
65
69
  border-left: 1px solid var(--neutral-neutral-4);
66
70
  border-bottom: none;
71
+ color: black;
67
72
  }
68
73
  `;
@@ -34,7 +34,7 @@ export const AccordionItemStyled = styled.div`
34
34
  letter-spacing: -0.3px;
35
35
 
36
36
  &.--success {
37
- background: #eff7f5;
37
+ background: var(--primary-main-light-6);
38
38
  }
39
39
 
40
40
  &.--locked {
@@ -56,6 +56,10 @@ export const AccordionItemStyled = styled.div`
56
56
 
57
57
  &.--locked {
58
58
  color: var(--neutral-neutral-2);
59
+
60
+ html[data-theme='legalfinity'] & {
61
+ color: var(--primary-main-dark-1);
62
+ }
59
63
  }
60
64
  }
61
65
 
@@ -65,5 +69,6 @@ export const AccordionItemStyled = styled.div`
65
69
  border-right: 1px solid var(--neutral-neutral-4);
66
70
  border-left: 1px solid var(--neutral-neutral-4);
67
71
  border-bottom: none;
72
+ color: black;
68
73
  }
69
74
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.65.2",
3
+ "version": "7.67.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",