ag-common 0.0.306 → 0.0.307

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.
@@ -69,7 +69,7 @@ const Right = styled_components_1.default.div `
69
69
  display: flex;
70
70
  flex-flow: row;
71
71
  align-content: center;
72
- &[data-singleLine='false'] {
72
+ &[data-singleline='false'] {
73
73
  position: absolute;
74
74
  bottom: 0.5rem;
75
75
  right: 0.5rem;
@@ -162,7 +162,7 @@ exports.TextEdit = (0, react_1.forwardRef)((p, ref) => {
162
162
  onEscape();
163
163
  }
164
164
  } }),
165
- maxLength && (react_1.default.createElement(Right, { "data-singleLine": singleLine },
165
+ maxLength && (react_1.default.createElement(Right, { "data-singleline": singleLine },
166
166
  react_1.default.createElement(LengthBox_1.TextEditLengthBox, { min: value.length, max: maxLength }))),
167
167
  allowUndo && (react_1.default.createElement(Right, null,
168
168
  valueChange && (react_1.default.createElement(Icon, { style: common_1.iconLeft, onClick: () => valueChange && onSubmit(value, false) },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ag-common",
3
- "version": "0.0.306",
3
+ "version": "0.0.307",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Andrei Gec <@andreigec> (https://gec.dev/)",