@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 +1 -0
- package/dist/main.module.js +1 -0
- package/package.json +1 -1
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,
|
package/dist/main.module.js
CHANGED
|
@@ -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,
|