@synerise/ds-factors 0.15.0 → 0.15.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.15.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.0...@synerise/ds-factors@0.15.1) (2022-09-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **factors:** add autoresize option into input - autoResize prop ([44c35dd](https://github.com/Synerise/synerise-design/commit/44c35dd4523718a806867478d3dea78220c3e8e1))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.15.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.14.30...@synerise/ds-factors@0.15.0) (2022-09-21)
7
18
 
8
19
 
@@ -99,7 +99,12 @@ var TextInput = function TextInput(_ref) {
99
99
  value: localValue,
100
100
  onChange: handleChange,
101
101
  onBlur: onDeactivate,
102
- error: localError || error
102
+ error: localError || error,
103
+ style: {
104
+ minWidth: 144,
105
+ maxWidth: 450
106
+ },
107
+ autoResize: true
103
108
  })), /*#__PURE__*/React.createElement(TextModal, {
104
109
  visible: openExpanseEditor,
105
110
  onCancel: function onCancel() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-factors",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "Factors UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -56,5 +56,5 @@
56
56
  "@synerise/ds-core": "*",
57
57
  "react": ">=16.9.0 < 17.0.0"
58
58
  },
59
- "gitHead": "aef9ed09c6b307baccd74eb6a15d3134a6c7defe"
59
+ "gitHead": "1f88bb29b929f0e7108cecc31a7768a1a95af461"
60
60
  }