@pingux/astro 1.23.0-alpha.0 → 1.23.0-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.
@@ -104,7 +104,8 @@ var RockerButtonGroup = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref
104
104
  variant: "rockerbutton.rockerContainerInner",
105
105
  isRow: true
106
106
  }, tabListProps, raTabListProps, {
107
- ref: buttonGroupRef
107
+ ref: buttonGroupRef,
108
+ role: "toolbar"
108
109
  }), (0, _map["default"])(_context = (0, _from["default"])(state.collection)).call(_context, function (item) {
109
110
  return (0, _react2.jsx)(_RockerButton.CollectionRockerButton, {
110
111
  key: item.key,
@@ -64,7 +64,8 @@ var RockerButtonGroup = /*#__PURE__*/forwardRef(function (props, ref) {
64
64
  variant: "rockerbutton.rockerContainerInner",
65
65
  isRow: true
66
66
  }, tabListProps, raTabListProps, {
67
- ref: buttonGroupRef
67
+ ref: buttonGroupRef,
68
+ role: "toolbar"
68
69
  }), _mapInstanceProperty(_context = _Array$from(state.collection)).call(_context, function (item) {
69
70
  return ___EmotionJSX(CollectionRockerButton, {
70
71
  key: item.key,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.23.0-alpha.0",
3
+ "version": "1.23.0-alpha.1",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",