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

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