@socotra/ec-react-components 2.14.2-next.0 → 2.14.2-next.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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -20428,7 +20428,7 @@ f2.merge(
|
|
|
20428
20428
|
n.object({
|
|
20429
20429
|
deadlineTime: Ce,
|
|
20430
20430
|
references: n.array(Kf),
|
|
20431
|
-
assignedTo: mt
|
|
20431
|
+
assignedTo: mt.optional()
|
|
20432
20432
|
})
|
|
20433
20433
|
);
|
|
20434
20434
|
p2.merge(
|
|
@@ -36445,7 +36445,7 @@ fP.merge(
|
|
|
36445
36445
|
a.object({
|
|
36446
36446
|
deadlineTime: xe,
|
|
36447
36447
|
references: a.array(bp),
|
|
36448
|
-
assignedTo: ht
|
|
36448
|
+
assignedTo: ht.optional()
|
|
36449
36449
|
})
|
|
36450
36450
|
);
|
|
36451
36451
|
pP.merge(
|