@npm_leadtech/legal-lib-components 5.82.0 → 5.84.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.
@@ -1770,7 +1770,7 @@ h2.react-datepicker__current-month {
1770
1770
  .e-radio .label {
1771
1771
  color: var(--neutral-neutral-1);
1772
1772
  display: block;
1773
- margin-bottom: 1rem;
1773
+ margin: 1rem 0;
1774
1774
  }
1775
1775
  .e-radio.default .e-radio__inner {
1776
1776
  display: flex;
@@ -1839,7 +1839,7 @@ h2.react-datepicker__current-month {
1839
1839
  padding: 16px 15px;
1840
1840
  }
1841
1841
  }
1842
- .e-radio.tabs .e-radio.tabs {
1842
+ .e-radio.tabs {
1843
1843
  margin-top: 1rem;
1844
1844
  }
1845
1845
  .e-radio.tabs .e-radio__inner {
@@ -29,9 +29,6 @@
29
29
  }
30
30
 
31
31
  @mixin tabsStyles {
32
- .e-radio.tabs {
33
- margin-top: 1rem;
34
- }
35
32
  .e-radio__inner {
36
33
  display: flex;
37
34
  .radio-item-container {
@@ -246,7 +243,7 @@
246
243
  .label {
247
244
  color: var(--neutral-neutral-1);
248
245
  display: block;
249
- margin-bottom: 1rem;
246
+ margin: 1rem 0;
250
247
  }
251
248
 
252
249
  &.default {
@@ -258,6 +255,7 @@
258
255
  }
259
256
 
260
257
  &.tabs {
258
+ margin-top: 1rem;
261
259
  @include tabsStyles;
262
260
  }
263
261
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.82.0",
3
+ "version": "5.84.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",