@pingux/astro 1.39.0-alpha.0 → 1.39.0-alpha.2
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.
@@ -379,6 +379,7 @@ var Default = function Default() {
|
|
379
379
|
title: "Profile"
|
380
380
|
}, selectedItemId >= 0 && (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_index.IconButton, {
|
381
381
|
variant: "inverted",
|
382
|
+
"aria-label": "pencil icon button",
|
382
383
|
sx: sx.iconButton
|
383
384
|
}, (0, _react2.jsx)(_PencilIcon["default"], {
|
384
385
|
size: 20
|
@@ -445,9 +445,12 @@ var chipDeleteStandard = {
|
|
445
445
|
};
|
446
446
|
|
447
447
|
var chipDeleteButton = _objectSpread(_objectSpread({}, chipDeleteStandard), {}, {
|
448
|
-
'&.is-focused
|
448
|
+
'&.is-focused': _objectSpread({
|
449
449
|
bg: 'accent.40'
|
450
450
|
}, focusWithCroppedOutline),
|
451
|
+
'&.is-hovered': {
|
452
|
+
bg: 'accent.40'
|
453
|
+
},
|
451
454
|
'&.is-pressed': {
|
452
455
|
bg: 'accent.20',
|
453
456
|
borderColor: 'accent.20'
|
@@ -342,6 +342,7 @@ export var Default = function Default() {
|
|
342
342
|
title: "Profile"
|
343
343
|
}, selectedItemId >= 0 && ___EmotionJSX(React.Fragment, null, ___EmotionJSX(IconButton, {
|
344
344
|
variant: "inverted",
|
345
|
+
"aria-label": "pencil icon button",
|
345
346
|
sx: sx.iconButton
|
346
347
|
}, ___EmotionJSX(PencilIcon, {
|
347
348
|
size: 20
|
@@ -423,9 +423,12 @@ var chipDeleteStandard = {
|
|
423
423
|
};
|
424
424
|
|
425
425
|
var chipDeleteButton = _objectSpread(_objectSpread({}, chipDeleteStandard), {}, {
|
426
|
-
'&.is-focused
|
426
|
+
'&.is-focused': _objectSpread({
|
427
427
|
bg: 'accent.40'
|
428
428
|
}, focusWithCroppedOutline),
|
429
|
+
'&.is-hovered': {
|
430
|
+
bg: 'accent.40'
|
431
|
+
},
|
429
432
|
'&.is-pressed': {
|
430
433
|
bg: 'accent.20',
|
431
434
|
borderColor: 'accent.20'
|