@pingux/astro 1.15.0-alpha.3 → 1.15.0-alpha.4

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.
@@ -133,9 +133,9 @@ var Button = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
133
133
  alignItems: 'center'
134
134
  },
135
135
  variant: variant
136
- }, others, (0, _utils.mergeProps)(hoverProps, focusProps, _objectSpread(_objectSpread({}, buttonProps), {}, {
136
+ }, others, (0, _utils.mergeProps)(_objectSpread(_objectSpread({}, buttonProps), {}, {
137
137
  tabIndex: tabIndex
138
- }))), isLoading ? (0, _react2.jsx)("span", {
138
+ }), hoverProps, focusProps)), isLoading ? (0, _react2.jsx)("span", {
139
139
  style: {
140
140
  visibility: 'hidden'
141
141
  }
@@ -127,7 +127,7 @@ var IconButton = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
127
127
  fill: chipBg
128
128
  }
129
129
  }
130
- }, (0, _utils.mergeProps)(hoverProps, focusProps, buttonProps, others)), children);
130
+ }, (0, _utils.mergeProps)(buttonProps, others, hoverProps, focusProps)), children);
131
131
 
132
132
  if (title) {
133
133
  return (0, _react2.jsx)(_TooltipTrigger["default"], {
@@ -615,7 +615,7 @@ var realtySVG = function realtySVG(props) {
615
615
  }))));
616
616
  };
617
617
 
618
- var Buttons = [{
618
+ var buttons = [{
619
619
  name: 'Retail',
620
620
  icon: retailSVG
621
621
  }, {
@@ -666,7 +666,7 @@ var Default = function Default() {
666
666
  }, "To further customize your experience, choose an industry that most resembles your own."), (0, _react2.jsx)(_index.Box, {
667
667
  isRow: true,
668
668
  sx: gridContainerStyles
669
- }, (0, _map["default"])(Buttons).call(Buttons, function (button) {
669
+ }, (0, _map["default"])(buttons).call(buttons, function (button) {
670
670
  return (0, _react2.jsx)(_index.Button, {
671
671
  sx: buttonStyle,
672
672
  key: button.name
@@ -95,9 +95,9 @@ var Button = /*#__PURE__*/forwardRef(function (props, ref) {
95
95
  alignItems: 'center'
96
96
  },
97
97
  variant: variant
98
- }, others, mergeProps(hoverProps, focusProps, _objectSpread(_objectSpread({}, buttonProps), {}, {
98
+ }, others, mergeProps(_objectSpread(_objectSpread({}, buttonProps), {}, {
99
99
  tabIndex: tabIndex
100
- }))), isLoading ? ___EmotionJSX("span", {
100
+ }), hoverProps, focusProps)), isLoading ? ___EmotionJSX("span", {
101
101
  style: {
102
102
  visibility: 'hidden'
103
103
  }
@@ -90,7 +90,7 @@ var IconButton = /*#__PURE__*/forwardRef(function (props, ref) {
90
90
  fill: chipBg
91
91
  }
92
92
  }
93
- }, mergeProps(hoverProps, focusProps, buttonProps, others)), children);
93
+ }, mergeProps(buttonProps, others, hoverProps, focusProps)), children);
94
94
 
95
95
  if (title) {
96
96
  return ___EmotionJSX(TooltipTrigger, {
@@ -597,7 +597,7 @@ var realtySVG = function realtySVG(props) {
597
597
  }))));
598
598
  };
599
599
 
600
- var Buttons = [{
600
+ var buttons = [{
601
601
  name: 'Retail',
602
602
  icon: retailSVG
603
603
  }, {
@@ -647,7 +647,7 @@ export var Default = function Default() {
647
647
  }, "To further customize your experience, choose an industry that most resembles your own."), ___EmotionJSX(Box, {
648
648
  isRow: true,
649
649
  sx: gridContainerStyles
650
- }, _mapInstanceProperty(Buttons).call(Buttons, function (button) {
650
+ }, _mapInstanceProperty(buttons).call(buttons, function (button) {
651
651
  return ___EmotionJSX(Button, {
652
652
  sx: buttonStyle,
653
653
  key: button.name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.15.0-alpha.3",
3
+ "version": "1.15.0-alpha.4",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",