@equinor/amplify-component-lib 8.18.1 → 8.18.2
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.
|
@@ -2,10 +2,12 @@ import{Link as t}from"react-router-dom";import{tokens as e}from"../../node_modul
|
|
|
2
2
|
&:hover {
|
|
3
3
|
background: ${s.interactive.primary__hover_alt.rgba};
|
|
4
4
|
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
${({$active:t})=>t?"":n`
|
|
6
|
+
&:focus:not(:hover) {
|
|
7
|
+
outline: 2px dashed ${s.interactive.focus.rgba};
|
|
8
|
+
outline-offset: -4px;
|
|
9
|
+
}
|
|
10
|
+
`}
|
|
9
11
|
position: relative;
|
|
10
12
|
display: grid;
|
|
11
13
|
grid-template-columns: auto 1fr;
|
|
@@ -111,7 +113,6 @@ import{Link as t}from"react-router-dom";import{tokens as e}from"../../node_modul
|
|
|
111
113
|
`}}}
|
|
112
114
|
`,u=a.div`
|
|
113
115
|
display: flex;
|
|
114
|
-
flex-direction:;
|
|
115
116
|
position: relative;
|
|
116
117
|
&:after {
|
|
117
118
|
position: absolute;
|
|
@@ -170,8 +171,7 @@ import{Link as t}from"react-router-dom";import{tokens as e}from"../../node_modul
|
|
|
170
171
|
background: ${s.ui.background__medium.rgba};
|
|
171
172
|
}
|
|
172
173
|
`}}}
|
|
173
|
-
|
|
174
|
-
`,b=a(r.div)`
|
|
174
|
+
`,$=a(r.div)`
|
|
175
175
|
display: flex;
|
|
176
176
|
flex-direction: column;
|
|
177
177
|
${({$shouldShowChildren:t})=>t?null:n`
|
|
@@ -187,4 +187,4 @@ import{Link as t}from"react-router-dom";import{tokens as e}from"../../node_modul
|
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
${({$variant:t})=>"buttons"===t&&`gap:${i.x_small};`}
|
|
190
|
-
`;export{f as BorderItemsContainer,u as BorderItemsHorizontalContainer,d as Button
|
|
190
|
+
`;export{f as BorderItemsContainer,u as BorderItemsHorizontalContainer,d as Button,$ as ChildContainer,c as Link,g as TableOfContentsContainer,p as TableOfContentsItemContainer};
|