@npm_leadtech/legal-lib-components 5.82.0 → 5.83.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.
@@ -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 {
@@ -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.83.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",