@npm_leadtech/legal-lib-components 7.12.15 → 7.12.17

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.
@@ -385,7 +385,7 @@ export const MenuItemsStyled = styled.div `
385
385
  }
386
386
 
387
387
  .--is-open .--is-mobile .navigation-pane {
388
- &__wrapper {
388
+ .navigation-pane__wrapper {
389
389
  width: 100%;
390
390
  margin-top: 3rem;
391
391
  left: 0;
@@ -386,7 +386,7 @@ export const MenuItemsStyled = styled.div`
386
386
  }
387
387
 
388
388
  .--is-open .--is-mobile .navigation-pane {
389
- &__wrapper {
389
+ .navigation-pane__wrapper {
390
390
  width: 100%;
391
391
  margin-top: 3rem;
392
392
  left: 0;
@@ -1 +1 @@
1
- export declare const NavMenuStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
1
+ export declare const NavMenuStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
@@ -1,6 +1,6 @@
1
1
  import { device, size } from '../../../globalStyles/breakpoints';
2
2
  import styled from 'styled-components';
3
- export const NavMenuStyled = styled.div `
3
+ export const NavMenuStyled = styled.nav `
4
4
  width: 100%;
5
5
  .navigation-pane {
6
6
  &__spacer {
@@ -366,7 +366,7 @@ export const NavMenuStyled = styled.div `
366
366
  }
367
367
 
368
368
  .--is-open .--is-mobile .navigation-pane {
369
- &__wrapper {
369
+ .navigation-pane__wrapper {
370
370
  width: 100%;
371
371
  margin-top: 3rem;
372
372
  left: 0;
@@ -1,7 +1,7 @@
1
1
  import { device, size } from '../../../globalStyles/breakpoints'
2
2
  import styled from 'styled-components'
3
3
 
4
- export const NavMenuStyled = styled.div`
4
+ export const NavMenuStyled = styled.nav`
5
5
  width: 100%;
6
6
  .navigation-pane {
7
7
  &__spacer {
@@ -367,7 +367,7 @@ export const NavMenuStyled = styled.div`
367
367
  }
368
368
 
369
369
  .--is-open .--is-mobile .navigation-pane {
370
- &__wrapper {
370
+ .navigation-pane__wrapper {
371
371
  width: 100%;
372
372
  margin-top: 3rem;
373
373
  left: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.12.15",
3
+ "version": "7.12.17",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",