@npm_leadtech/legal-lib-components 7.12.28 → 7.12.30
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/images/svg/arrow-down.svg +2 -20
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.js +5 -1
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.ts +5 -1
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.js +5 -1
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.ts +5 -1
- package/package.json +1 -1
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<
|
|
3
|
-
<g id="🖥️📱 E-sign access - Menu & footer">
|
|
4
|
-
<path d="M-444 -147C-444 -160.255 -433.255 -171 -420 -171H4983C4996.25 -171 5007 -160.255 5007 -147V3203C5007 3216.25 4996.25 3227 4983 3227H-420C-433.255 3227 -444 3216.25 -444 3203V-147Z" fill="#DBE1E5"/>
|
|
5
|
-
<g id="DesktopHD">
|
|
6
|
-
<rect width="1440" height="1018" transform="translate(-343 -71)" fill="white"/>
|
|
7
|
-
<g id="NavBar">
|
|
8
|
-
<rect width="1440" height="76" transform="translate(-343 -35)" fill="white"/>
|
|
9
|
-
<g id="Logo + Links">
|
|
10
|
-
<g id="NavLinks">
|
|
11
|
-
<g id="NavLink">
|
|
12
|
-
<g id="Icon/Chevron/expand_more_24px">
|
|
13
|
-
<path id="path" d="M9.41208 0.499709C9.08769 0.175315 8.56183 0.175028 8.23708 0.499068L4.9999 3.7292L1.76272 0.499068C1.43797 0.175028 0.912115 0.175315 0.587721 0.499709C0.263077 0.824353 0.263077 1.35071 0.587722 1.67535L4.41065 5.49827C4.73608 5.82371 5.26372 5.82371 5.58916 5.49827L9.41208 1.67535C9.73672 1.35071 9.73672 0.824353 9.41208 0.499709Z" fill="#1E2021"/>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.4121 7.49971C14.0877 7.17531 13.5618 7.17503 13.2371 7.49907L9.9999 10.7292L6.76272 7.49907C6.43797 7.17503 5.91212 7.17531 5.58772 7.49971C5.26308 7.82435 5.26308 8.35071 5.58772 8.67535L9.41065 12.4983C9.73608 12.8237 10.2637 12.8237 10.5892 12.4983L14.4121 8.67535C14.7367 8.35071 14.7367 7.82435 14.4121 7.49971Z" fill="#1E2021"/>
|
|
21
3
|
</svg>
|
|
@@ -333,7 +333,11 @@ export const MenuItemsStyled = styled.div `
|
|
|
333
333
|
.navigation-pane__user-menu {
|
|
334
334
|
display: flex;
|
|
335
335
|
align-items: center;
|
|
336
|
-
min-width:
|
|
336
|
+
min-width: 18rem;
|
|
337
|
+
|
|
338
|
+
@media (min-width: ${size.sm}) and (max-width: ${size.lg}) {
|
|
339
|
+
min-width: 12rem;
|
|
340
|
+
}
|
|
337
341
|
|
|
338
342
|
.log-in {
|
|
339
343
|
margin-right: 0.5rem;
|
|
@@ -334,7 +334,11 @@ export const MenuItemsStyled = styled.div`
|
|
|
334
334
|
.navigation-pane__user-menu {
|
|
335
335
|
display: flex;
|
|
336
336
|
align-items: center;
|
|
337
|
-
min-width:
|
|
337
|
+
min-width: 18rem;
|
|
338
|
+
|
|
339
|
+
@media (min-width: ${size.sm}) and (max-width: ${size.lg}) {
|
|
340
|
+
min-width: 12rem;
|
|
341
|
+
}
|
|
338
342
|
|
|
339
343
|
.log-in {
|
|
340
344
|
margin-right: 0.5rem;
|
|
@@ -296,7 +296,11 @@ export const NavMenuStyled = styled.nav `
|
|
|
296
296
|
.navigation-pane__user-menu {
|
|
297
297
|
display: flex;
|
|
298
298
|
align-items: center;
|
|
299
|
-
min-width:
|
|
299
|
+
min-width: 18rem;
|
|
300
|
+
|
|
301
|
+
@media (min-width: ${size.sm}) and (max-width: ${size.lg}) {
|
|
302
|
+
min-width: 12rem;
|
|
303
|
+
}
|
|
300
304
|
|
|
301
305
|
.log-in {
|
|
302
306
|
margin-right: 0.5rem;
|
|
@@ -297,7 +297,11 @@ export const NavMenuStyled = styled.nav`
|
|
|
297
297
|
.navigation-pane__user-menu {
|
|
298
298
|
display: flex;
|
|
299
299
|
align-items: center;
|
|
300
|
-
min-width:
|
|
300
|
+
min-width: 18rem;
|
|
301
|
+
|
|
302
|
+
@media (min-width: ${size.sm}) and (max-width: ${size.lg}) {
|
|
303
|
+
min-width: 12rem;
|
|
304
|
+
}
|
|
301
305
|
|
|
302
306
|
.log-in {
|
|
303
307
|
margin-right: 0.5rem;
|