@ikatec/nebula-react 1.10.0-beta.4 → 1.10.0-beta.5

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
@@ -8284,6 +8284,7 @@ var TextArea = React25__namespace.forwardRef(
8284
8284
  ref: innerRef,
8285
8285
  ...props,
8286
8286
  disabled,
8287
+ maxLength,
8287
8288
  onChange: (e) => {
8288
8289
  if (showCount) {
8289
8290
  setCount(e.target.value.length);
package/dist/index.mjs CHANGED
@@ -8241,6 +8241,7 @@ var TextArea = React25.forwardRef(
8241
8241
  ref: innerRef,
8242
8242
  ...props,
8243
8243
  disabled,
8244
+ maxLength,
8244
8245
  onChange: (e) => {
8245
8246
  if (showCount) {
8246
8247
  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-beta.4",
3
+ "version": "1.10.0-beta.5",
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
  }