@pingux/astro 1.36.3-alpha.0 → 1.36.3-alpha.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/lib/cjs/components/NavBar/NavBar.js +1 -2
- package/lib/cjs/styles/themeOverrides/uiLibraryOverride.js +2 -1
- package/lib/cjs/styles/variants/buttons.js +3 -0
- package/lib/components/NavBar/NavBar.js +1 -2
- package/lib/styles/themeOverrides/uiLibraryOverride.js +2 -1
- package/lib/styles/variants/buttons.js +3 -0
- package/package.json +1 -1
@@ -95,8 +95,7 @@ var NavBar = function NavBar(props) {
|
|
95
95
|
role: "navigation",
|
96
96
|
as: "nav"
|
97
97
|
}, items.length ? (0, _react2.jsx)(_focus.FocusScope, {
|
98
|
-
restoreFocus: true
|
99
|
-
autoFocus: true
|
98
|
+
restoreFocus: true
|
100
99
|
}, (0, _map["default"])(items).call(items, function (_ref) {
|
101
100
|
var item = _ref.item,
|
102
101
|
key = _ref.key;
|
@@ -76,7 +76,8 @@ var buttons = {
|
|
76
76
|
},
|
77
77
|
environmentBreadcrumb: {
|
78
78
|
current: {
|
79
|
-
'&:hover:not(.disabled)': _objectSpread({}, _theme["default"].buttons.environmentBreadcrumb.current)
|
79
|
+
'&:hover:not(.disabled)': _objectSpread({}, _theme["default"].buttons.environmentBreadcrumb.current),
|
80
|
+
'&:focus': _objectSpread({}, _theme["default"].buttons.environmentBreadcrumb.current)
|
80
81
|
}
|
81
82
|
},
|
82
83
|
rocker: _objectSpread(_objectSpread({}, _theme["default"].buttons.rocker), {}, {
|
@@ -62,8 +62,7 @@ var NavBar = function NavBar(props) {
|
|
62
62
|
role: "navigation",
|
63
63
|
as: "nav"
|
64
64
|
}, items.length ? ___EmotionJSX(FocusScope, {
|
65
|
-
restoreFocus: true
|
66
|
-
autoFocus: true
|
65
|
+
restoreFocus: true
|
67
66
|
}, _mapInstanceProperty(items).call(items, function (_ref) {
|
68
67
|
var item = _ref.item,
|
69
68
|
key = _ref.key;
|
@@ -57,7 +57,8 @@ var buttons = {
|
|
57
57
|
},
|
58
58
|
environmentBreadcrumb: {
|
59
59
|
current: {
|
60
|
-
'&:hover:not(.disabled)': _objectSpread({}, theme.buttons.environmentBreadcrumb.current)
|
60
|
+
'&:hover:not(.disabled)': _objectSpread({}, theme.buttons.environmentBreadcrumb.current),
|
61
|
+
'&:focus': _objectSpread({}, theme.buttons.environmentBreadcrumb.current)
|
61
62
|
}
|
62
63
|
},
|
63
64
|
rocker: _objectSpread(_objectSpread({}, theme.buttons.rocker), {}, {
|