@pingux/astro 1.39.0-alpha.3 → 1.39.0-alpha.5

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.
@@ -172,7 +172,8 @@ var AccordionGridGroup = /*#__PURE__*/(0, _react.forwardRef)(function (props, re
172
172
  keyboardDelegate: keyboardDelegate
173
173
  }
174
174
  }, (0, _react2.jsx)(_Box["default"], (0, _extends2["default"])({}, (0, _utils.mergeProps)(gridProps, containerProps), {
175
- ref: accordionGridRef
175
+ ref: accordionGridRef,
176
+ role: "treegrid"
176
177
  }), (0, _map["default"])(_context2 = (0, _from["default"])(state.collection)).call(_context2, function (item) {
177
178
  return (0, _react2.jsx)(_AccordionGridItem["default"], (0, _extends2["default"])({
178
179
  key: item.key,
@@ -102,7 +102,6 @@ var AccordionGridItem = function AccordionGridItem(props) {
102
102
  delete rowProps.onClick;
103
103
  return (0, _react2.jsx)(_Box["default"], (0, _extends2["default"])({
104
104
  as: "div",
105
- role: "row",
106
105
  tabindex: "0"
107
106
  }, (0, _utils.mergeProps)(rowProps, others), {
108
107
  "aria-selected": isSelected,
@@ -130,7 +130,8 @@ var AccordionGridGroup = /*#__PURE__*/forwardRef(function (props, ref) {
130
130
  keyboardDelegate: keyboardDelegate
131
131
  }
132
132
  }, ___EmotionJSX(Box, _extends({}, mergeProps(gridProps, containerProps), {
133
- ref: accordionGridRef
133
+ ref: accordionGridRef,
134
+ role: "treegrid"
134
135
  }), _mapInstanceProperty(_context2 = _Array$from(state.collection)).call(_context2, function (item) {
135
136
  return ___EmotionJSX(AccordionGridItem, _extends({
136
137
  key: item.key,
@@ -65,7 +65,6 @@ var AccordionGridItem = function AccordionGridItem(props) {
65
65
  delete rowProps.onClick;
66
66
  return ___EmotionJSX(Box, _extends({
67
67
  as: "div",
68
- role: "row",
69
68
  tabindex: "0"
70
69
  }, mergeProps(rowProps, others), {
71
70
  "aria-selected": isSelected,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.39.0-alpha.3",
3
+ "version": "1.39.0-alpha.5",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",