@lendi/navbar 7.14.6 → 7.14.7
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/navbar.cjs.dev.js +1 -1
- package/dist/navbar.cjs.prod.js +1 -1
- package/dist/navbar.esm.js +1 -1
- package/package.json +1 -1
package/dist/navbar.cjs.dev.js
CHANGED
|
@@ -2121,7 +2121,7 @@ var _excluded$7 = ["children", "isOpen", "onClick"],
|
|
|
2121
2121
|
var StyledNavButton = styled__default["default"].button.withConfig({
|
|
2122
2122
|
displayName: "NavButtons__StyledNavButton",
|
|
2123
2123
|
componentId: "lui__sc-1rf7mpw-0"
|
|
2124
|
-
})(["", ";color:", ";background-color:", ";font-family:", ";font-weight:", "
|
|
2124
|
+
})(["", ";color:", ";background-color:", ";font-family:", ";font-weight:", ";font-size:", ";line-height:1.5;padding:", " ", ";display:flex;align-items:center;justify-content:space-between;&:hover{color:", ";}", " ", ""], buttonReset, _ref => {
|
|
2125
2125
|
var {
|
|
2126
2126
|
theme
|
|
2127
2127
|
} = _ref;
|
package/dist/navbar.cjs.prod.js
CHANGED
|
@@ -1365,7 +1365,7 @@ var _templateObject$3, _templateObject2$1, _templateObject$2, _templateObject$1,
|
|
|
1365
1365
|
})([ "", ";" ], utils$1.srOnly), _excluded$7 = [ "children", "isOpen", "onClick" ], _excluded2$1 = [ "children", "href", "onClick", "isActive" ], StyledNavButton = styled__default.default.button.withConfig({
|
|
1366
1366
|
displayName: "NavButtons__StyledNavButton",
|
|
1367
1367
|
componentId: "lui__sc-1rf7mpw-0"
|
|
1368
|
-
})([ "", ";color:", ";background-color:", ";font-family:", ";font-weight:", "
|
|
1368
|
+
})([ "", ";color:", ";background-color:", ";font-family:", ";font-weight:", ";font-size:", ";line-height:1.5;padding:", " ", ";display:flex;align-items:center;justify-content:space-between;&:hover{color:", ";}", " ", "" ], buttonReset, (_ref => {
|
|
1369
1369
|
var {theme: theme} = _ref;
|
|
1370
1370
|
return theme.color.text.inverse;
|
|
1371
1371
|
}), (_ref2 => {
|
package/dist/navbar.esm.js
CHANGED
|
@@ -2094,7 +2094,7 @@ var _excluded$7 = ["children", "isOpen", "onClick"],
|
|
|
2094
2094
|
var StyledNavButton = styled.button.withConfig({
|
|
2095
2095
|
displayName: "NavButtons__StyledNavButton",
|
|
2096
2096
|
componentId: "lui__sc-1rf7mpw-0"
|
|
2097
|
-
})(["", ";color:", ";background-color:", ";font-family:", ";font-weight:", "
|
|
2097
|
+
})(["", ";color:", ";background-color:", ";font-family:", ";font-weight:", ";font-size:", ";line-height:1.5;padding:", " ", ";display:flex;align-items:center;justify-content:space-between;&:hover{color:", ";}", " ", ""], buttonReset, _ref => {
|
|
2098
2098
|
var {
|
|
2099
2099
|
theme
|
|
2100
2100
|
} = _ref;
|