@hexure/ui 1.14.2 → 1.14.3

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.
package/dist/cjs/index.js CHANGED
@@ -5163,7 +5163,7 @@ const StyledInput = styled.input `
5163
5163
  const StyledTextArea = styled.textarea `
5164
5164
  border: none !important;
5165
5165
  background: none !important;
5166
- overflow-y: scroll !important;
5166
+ overflow-y: auto !important;
5167
5167
  font-size: 14px;
5168
5168
  font-weight: 400;
5169
5169
  height: ${props => props.$height || 'auto'};
package/dist/esm/index.js CHANGED
@@ -5161,7 +5161,7 @@ const StyledInput = styled.input `
5161
5161
  const StyledTextArea = styled.textarea `
5162
5162
  border: none !important;
5163
5163
  background: none !important;
5164
- overflow-y: scroll !important;
5164
+ overflow-y: auto !important;
5165
5165
  font-size: 14px;
5166
5166
  font-weight: 400;
5167
5167
  height: ${props => props.$height || 'auto'};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexure/ui",
3
- "version": "1.14.2",
3
+ "version": "1.14.3",
4
4
  "description": "A library of shared UI components used within Hexure products.",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c rollup.config.mjs",