@npm_leadtech/legal-lib-components 3.5.1 → 3.7.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.
@@ -2084,7 +2084,7 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
2084
2084
  display: block;
2085
2085
  background-color: var(--primary-main); }
2086
2086
 
2087
- .separator {
2087
+ .icon-text-info-section__separator {
2088
2088
  background-color: var(--neutral-neutral-3);
2089
2089
  border-bottom: 1px var(--neutral-neutral-3) solid;
2090
2090
  display: none;
@@ -2092,13 +2092,13 @@ html[data-theme='lawdistrict'] .document-status.--is-new {
2092
2092
  padding-bottom: 40px;
2093
2093
  width: 1px; }
2094
2094
  @media (min-width: 960px) {
2095
- .separator {
2095
+ .icon-text-info-section__separator {
2096
2096
  margin: 0 32px; } }
2097
2097
  @media (min-width: 575px) {
2098
- .separator {
2098
+ .icon-text-info-section__separator {
2099
2099
  display: flex; } }
2100
2100
  @media (max-width: 575px) {
2101
- .separator {
2101
+ .icon-text-info-section__separator {
2102
2102
  margin: 19.2px 32px; } }
2103
2103
 
2104
2104
  .icon-text-info-section.bottom-side {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "3.5.1",
3
+ "version": "3.7.0",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.4.6",
6
6
  "@tippyjs/react": "4.2.6",