@ikatec/nebula-react 1.10.0 → 1.10.1-beta.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/dist/index.js CHANGED
@@ -8286,6 +8286,7 @@ var TextArea = React25__namespace.forwardRef(
8286
8286
  ref: innerRef,
8287
8287
  ...props,
8288
8288
  disabled,
8289
+ maxLength,
8289
8290
  onChange: (e) => {
8290
8291
  if (showCount) {
8291
8292
  setCount(e.target.value.length);
package/dist/index.mjs CHANGED
@@ -8243,6 +8243,7 @@ var TextArea = React25.forwardRef(
8243
8243
  ref: innerRef,
8244
8244
  ...props,
8245
8245
  disabled,
8246
+ maxLength,
8246
8247
  onChange: (e) => {
8247
8248
  if (showCount) {
8248
8249
  setCount(e.target.value.length);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikatec/nebula-react",
3
- "version": "1.10.0",
3
+ "version": "1.10.1-beta.1",
4
4
  "description": "React components for Nebula Design System",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -71,7 +71,7 @@
71
71
  "peerDependencies": {
72
72
  "@react-input/mask": "^2.0.4",
73
73
  "date-fns": "^4.1.0",
74
- "lucide-react": "^0.454.0",
74
+ "lucide-react": "0.554.0",
75
75
  "react": "^18.3.1",
76
76
  "react-dom": "18.3.1"
77
77
  }
Binary file