@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.
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.js +1 -1
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.ts +1 -1
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.d.ts +1 -1
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.js +2 -2
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.ts +2 -2
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const NavMenuStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<
|
|
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.
|
|
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
|
-
|
|
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.
|
|
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
|
-
|
|
370
|
+
.navigation-pane__wrapper {
|
|
371
371
|
width: 100%;
|
|
372
372
|
margin-top: 3rem;
|
|
373
373
|
left: 0;
|