@pingux/astro 2.45.0-alpha.2 → 2.45.0

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.
@@ -100,7 +100,7 @@ var tableHeadCell = _objectSpread(_objectSpread({}, _Text.text.tableHeader), {},
100
100
  outline: '1px',
101
101
  outlineStyle: 'solid',
102
102
  outlineColor: '#D033FF !important',
103
- outlineOffset: '-1px'
103
+ outlineOffset: '-2px'
104
104
  },
105
105
  '&.is-column-sortable': {
106
106
  cursor: 'pointer',
@@ -20,7 +20,12 @@ var DataTableMenu = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
20
20
  ref: ref,
21
21
  variant: "dataTable.tableMenu"
22
22
  }, (0, _react2.jsx)(_index.OverlayProvider, null, (0, _react2.jsx)(_index.PopoverMenu, null, (0, _react2.jsx)(_index.IconButton, {
23
- "aria-label": "row menu"
23
+ "aria-label": "row menu",
24
+ sx: {
25
+ '&.is-focused': {
26
+ outlineOffset: '-1px'
27
+ }
28
+ }
24
29
  }, (0, _react2.jsx)(_index.Icon, {
25
30
  size: 25,
26
31
  icon: _DotsVerticalIcon["default"],
@@ -93,7 +93,7 @@ var tableHeadCell = _objectSpread(_objectSpread({}, text.tableHeader), {}, {
93
93
  outline: '1px',
94
94
  outlineStyle: 'solid',
95
95
  outlineColor: '#D033FF !important',
96
- outlineOffset: '-1px'
96
+ outlineOffset: '-2px'
97
97
  },
98
98
  '&.is-column-sortable': {
99
99
  cursor: 'pointer',
@@ -7,7 +7,12 @@ var DataTableMenu = /*#__PURE__*/forwardRef(function (props, ref) {
7
7
  ref: ref,
8
8
  variant: "dataTable.tableMenu"
9
9
  }, ___EmotionJSX(OverlayProvider, null, ___EmotionJSX(PopoverMenu, null, ___EmotionJSX(IconButton, {
10
- "aria-label": "row menu"
10
+ "aria-label": "row menu",
11
+ sx: {
12
+ '&.is-focused': {
13
+ outlineOffset: '-1px'
14
+ }
15
+ }
11
16
  }, ___EmotionJSX(Icon, {
12
17
  size: 25,
13
18
  icon: DotsVerticalIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.45.0-alpha.2",
3
+ "version": "2.45.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",