unifyedx-storybook-new 0.2.40 → 0.2.41

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.
@@ -4212,6 +4212,7 @@ function ys({ item: t, data: a, updateHandler: s, validationErrors: o = {} }) {
4212
4212
  },
4213
4213
  required: r.required,
4214
4214
  disabled: r.disabled ? r.disabled : !1,
4215
+ readOnly: r.readonly ? r.readonly : !1,
4215
4216
  className: `w-full ${o[l.key]?.[r.key] ? "border-red-500" : ""}`
4216
4217
  }
4217
4218
  ),
@@ -4232,6 +4233,7 @@ function ys({ item: t, data: a, updateHandler: s, validationErrors: o = {} }) {
4232
4233
  rows: 3,
4233
4234
  required: r.required,
4234
4235
  disabled: r.disabled ? r.disabled : !1,
4236
+ readOnly: r.readonly ? r.readonly : !1,
4235
4237
  className: `w-full ${o[l.key]?.[r.key] ? "border-red-500" : ""}`
4236
4238
  }
4237
4239
  ),
@@ -5736,7 +5738,8 @@ const Ql = ({
5736
5738
  default: a,
5737
5739
  value: a,
5738
5740
  readonly: !0,
5739
- placeholder: a
5741
+ placeholder: a,
5742
+ disabled: !1
5740
5743
  }, h.some((v) => v.key === "displayname")) {
5741
5744
  const v = h.findIndex((y) => y.key === "displayname"), b = h[v] || {};
5742
5745
  h[v] = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unifyedx-storybook-new",
3
3
  "private": false,
4
- "version": "0.2.40",
4
+ "version": "0.2.41",
5
5
  "type": "module",
6
6
  "main": "dist/unifyedx-storybook-new.es.js",
7
7
  "module": "dist/unifyedx-storybook-new.es.js",