@kingsimba/nc-ui 0.1.16 → 0.1.18
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -833,7 +833,9 @@ function Dn({
|
|
|
833
833
|
onKeyDown: ce,
|
|
834
834
|
onFocus: Se,
|
|
835
835
|
onBlur: Ce,
|
|
836
|
-
|
|
836
|
+
readOnly: l,
|
|
837
|
+
"aria-disabled": l,
|
|
838
|
+
tabIndex: l ? -1 : void 0,
|
|
837
839
|
rows: m,
|
|
838
840
|
style: {
|
|
839
841
|
width: "100%",
|
|
@@ -852,7 +854,9 @@ function Dn({
|
|
|
852
854
|
onKeyDown: ce,
|
|
853
855
|
onFocus: Se,
|
|
854
856
|
onBlur: Ce,
|
|
855
|
-
|
|
857
|
+
readOnly: l,
|
|
858
|
+
"aria-disabled": l,
|
|
859
|
+
tabIndex: l ? -1 : void 0,
|
|
856
860
|
style: {
|
|
857
861
|
width: "100%",
|
|
858
862
|
paddingRight: K
|