@kashifd/jwero-components 0.6.16 → 0.6.17
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.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -60050,7 +60050,7 @@ const bz = ({
|
|
|
60050
60050
|
}
|
|
60051
60051
|
), cV = ({
|
|
60052
60052
|
title: e,
|
|
60053
|
-
|
|
60053
|
+
note_text: t,
|
|
60054
60054
|
attachments: r,
|
|
60055
60055
|
onClose: a,
|
|
60056
60056
|
onSave: s,
|
|
@@ -60060,7 +60060,7 @@ const bz = ({
|
|
|
60060
60060
|
}) => {
|
|
60061
60061
|
const [m, v] = fn({
|
|
60062
60062
|
title: e,
|
|
60063
|
-
|
|
60063
|
+
note_text: t,
|
|
60064
60064
|
attachments: T(r)
|
|
60065
60065
|
}), A = jd(null);
|
|
60066
60066
|
function T(V) {
|
|
@@ -60135,8 +60135,8 @@ const bz = ({
|
|
|
60135
60135
|
{
|
|
60136
60136
|
variant: "standard",
|
|
60137
60137
|
placeholder: "Add note description...",
|
|
60138
|
-
value: m.
|
|
60139
|
-
onChange: (V) => E("
|
|
60138
|
+
value: m.note_text,
|
|
60139
|
+
onChange: (V) => E("note_text", V.target.value),
|
|
60140
60140
|
multiline: !0,
|
|
60141
60141
|
rows: 4,
|
|
60142
60142
|
fullWidth: !0,
|