@pingux/astro 1.15.0-alpha.6 → 1.15.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.
@@ -123,7 +123,7 @@ var AccordionItem = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
123
123
  },
124
124
  variant: "accordionHeader",
125
125
  className: buttonClasses
126
- }, (0, _utils.mergeProps)(hoverProps, focusProps, accordionButtonProps, raButtonProps, buttonProps)), (0, _react2.jsx)(_index.Text, {
126
+ }, (0, _utils.mergeProps)(hoverProps, accordionButtonProps, raButtonProps, buttonProps, focusProps)), (0, _react2.jsx)(_index.Text, {
127
127
  className: buttonClasses,
128
128
  variant: "accordion.accordionTitle"
129
129
  }, item.props.label), (0, _react2.jsx)(_index.Box, {
@@ -86,7 +86,7 @@ var Link = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
86
86
  className: classNames,
87
87
  ref: linkRef,
88
88
  role: "link"
89
- }, others, (0, _utils.mergeProps)(hoverProps, focusProps, pressProps, linkProps)));
89
+ }, others, (0, _utils.mergeProps)(hoverProps, pressProps, linkProps, focusProps)));
90
90
  });
91
91
  Link.propTypes = {
92
92
  /** Whether the link is disabled. */
@@ -86,7 +86,7 @@ var AccordionItem = /*#__PURE__*/forwardRef(function (props, ref) {
86
86
  },
87
87
  variant: "accordionHeader",
88
88
  className: buttonClasses
89
- }, mergeProps(hoverProps, focusProps, accordionButtonProps, raButtonProps, buttonProps)), ___EmotionJSX(Text, {
89
+ }, mergeProps(hoverProps, accordionButtonProps, raButtonProps, buttonProps, focusProps)), ___EmotionJSX(Text, {
90
90
  className: buttonClasses,
91
91
  variant: "accordion.accordionTitle"
92
92
  }, item.props.label), ___EmotionJSX(Box, {
@@ -53,7 +53,7 @@ var Link = /*#__PURE__*/forwardRef(function (props, ref) {
53
53
  className: classNames,
54
54
  ref: linkRef,
55
55
  role: "link"
56
- }, others, mergeProps(hoverProps, focusProps, pressProps, linkProps)));
56
+ }, others, mergeProps(hoverProps, pressProps, linkProps, focusProps)));
57
57
  });
58
58
  Link.propTypes = {
59
59
  /** Whether the link is disabled. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.15.0-alpha.6",
3
+ "version": "1.15.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",