@nnc-digital/nnc-design-system 0.4.37 → 0.4.38
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/build/index.esm.js +1 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -23680,6 +23680,7 @@ const AccessibleList = styled.ul`
|
|
|
23680
23680
|
// Styling for the li
|
|
23681
23681
|
const AccessibleListItem = styled.li`
|
|
23682
23682
|
margin-bottom: 10px;
|
|
23683
|
+
left: unset;
|
|
23683
23684
|
`;
|
|
23684
23685
|
|
|
23685
23686
|
const AccessibleLinks = styled.a`
|