@lanaco/lnc-react-ui 2.1.9 → 2.1.10

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/lib/index.esm.js CHANGED
@@ -23447,7 +23447,6 @@ var TextArea = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
23447
23447
  size: size,
23448
23448
  color: color,
23449
23449
  onChange: handleOnChange,
23450
- onPaste: handleOnChange,
23451
23450
  className: className,
23452
23451
  disabled: disabled,
23453
23452
  value: val,
@@ -23472,7 +23471,6 @@ TextArea.defaultProps = {
23472
23471
  theme: theme,
23473
23472
  disabled: false,
23474
23473
  onChange: function onChange() {},
23475
- onPaste: function onPaste() {},
23476
23474
  className: "",
23477
23475
  preventDefault: true,
23478
23476
  size: "small",
@@ -23484,7 +23482,6 @@ TextArea.propTypes = {
23484
23482
  id: PropTypes.string,
23485
23483
  disabled: PropTypes.bool,
23486
23484
  onChange: PropTypes.func,
23487
- onPaste: PropTypes.func,
23488
23485
  className: PropTypes.string,
23489
23486
  preventDefault: PropTypes.bool,
23490
23487
  value: PropTypes.string,
package/lib/index.js CHANGED
@@ -23488,7 +23488,6 @@ var TextArea = /*#__PURE__*/React__default['default'].forwardRef(function (props
23488
23488
  size: size,
23489
23489
  color: color,
23490
23490
  onChange: handleOnChange,
23491
- onPaste: handleOnChange,
23492
23491
  className: className,
23493
23492
  disabled: disabled,
23494
23493
  value: val,
@@ -23513,7 +23512,6 @@ TextArea.defaultProps = {
23513
23512
  theme: theme,
23514
23513
  disabled: false,
23515
23514
  onChange: function onChange() {},
23516
- onPaste: function onPaste() {},
23517
23515
  className: "",
23518
23516
  preventDefault: true,
23519
23517
  size: "small",
@@ -23525,7 +23523,6 @@ TextArea.propTypes = {
23525
23523
  id: PropTypes__default['default'].string,
23526
23524
  disabled: PropTypes__default['default'].bool,
23527
23525
  onChange: PropTypes__default['default'].func,
23528
- onPaste: PropTypes__default['default'].func,
23529
23526
  className: PropTypes__default['default'].string,
23530
23527
  preventDefault: PropTypes__default['default'].bool,
23531
23528
  value: PropTypes__default['default'].string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanaco/lnc-react-ui",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "description": "component library",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",