@nulogy/components 7.0.0 → 7.0.1

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/main.js CHANGED
@@ -45241,6 +45241,7 @@
45241
45241
 
45242
45242
  var theme = _ref7.theme;
45243
45243
  return _ref8 = {
45244
+ listStyle: "none",
45244
45245
  margin: "0",
45245
45246
  padding: theme.space.x1 + " 0",
45246
45247
  zIndex: theme.zIndices.content,
@@ -45215,6 +45215,7 @@ var Menu$1 = styled.ul.withConfig({
45215
45215
 
45216
45216
  var theme = _ref7.theme;
45217
45217
  return _ref8 = {
45218
+ listStyle: "none",
45218
45219
  margin: "0",
45219
45220
  padding: theme.space.x1 + " 0",
45220
45221
  zIndex: theme.zIndices.content,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {