@pingux/astro 2.16.0-alpha.5 → 2.16.1-alpha.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.
@@ -130,9 +130,6 @@ var TextAreaField = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
130
130
  // DO NOT put paddingRight and overflow into sx object.
131
131
  /// It will cause issue with resizing in Safari browser.
132
132
  paddingRight: (slots === null || slots === void 0 ? void 0 : slots.inContainer) && 35,
133
- style: {
134
- overflow: !(slots !== null && slots !== void 0 && slots.inContainer) && 'hidden'
135
- },
136
133
  "aria-invalid": status === 'error' && true,
137
134
  "aria-describedby": helperText && helperTextId
138
135
  })), (slots === null || slots === void 0 ? void 0 : slots.inContainer) && (0, _react2.jsx)(_.Box, {
@@ -119,9 +119,6 @@ var TextAreaField = /*#__PURE__*/forwardRef(function (props, ref) {
119
119
  // DO NOT put paddingRight and overflow into sx object.
120
120
  /// It will cause issue with resizing in Safari browser.
121
121
  paddingRight: (slots === null || slots === void 0 ? void 0 : slots.inContainer) && 35,
122
- style: {
123
- overflow: !(slots !== null && slots !== void 0 && slots.inContainer) && 'hidden'
124
- },
125
122
  "aria-invalid": status === 'error' && true,
126
123
  "aria-describedby": helperText && helperTextId
127
124
  })), (slots === null || slots === void 0 ? void 0 : slots.inContainer) && ___EmotionJSX(Box, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.16.0-alpha.5",
3
+ "version": "2.16.1-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",