@pingux/astro 2.28.0-alpha.8 → 2.28.0-alpha.9

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.
@@ -125,6 +125,7 @@ var ComboBoxInput = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
125
125
  tabIndex: -1
126
126
  }), (0, _react2.jsx)(_.Icon, {
127
127
  icon: _MenuDownIcon["default"],
128
+ size: "md",
128
129
  sx: isOpen ? {
129
130
  transform: 'rotate(180deg)'
130
131
  } : null,
@@ -98,6 +98,7 @@ var SelectFieldBase = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
98
98
  title: {
99
99
  name: 'Menu down'
100
100
  },
101
+ size: "md",
101
102
  sx: state.isOpen ? {
102
103
  transform: 'rotate(180deg)'
103
104
  } : null
@@ -114,6 +114,7 @@ var ComboBoxInput = /*#__PURE__*/forwardRef(function (props, ref) {
114
114
  tabIndex: -1
115
115
  }), ___EmotionJSX(Icon, {
116
116
  icon: MenuDown,
117
+ size: "md",
117
118
  sx: isOpen ? {
118
119
  transform: 'rotate(180deg)'
119
120
  } : null,
@@ -88,6 +88,7 @@ var SelectFieldBase = /*#__PURE__*/forwardRef(function (_ref, ref) {
88
88
  title: {
89
89
  name: 'Menu down'
90
90
  },
91
+ size: "md",
91
92
  sx: state.isOpen ? {
92
93
  transform: 'rotate(180deg)'
93
94
  } : null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.28.0-alpha.8",
3
+ "version": "2.28.0-alpha.9",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",