@socotra/ec-react-components 2.4.0-next.1 → 2.4.0
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 +3 -3
- 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 +4 -4
package/dist/index.es.js
CHANGED
|
@@ -20883,7 +20883,7 @@ const Fie = g.enum([
|
|
|
20883
20883
|
g.object({
|
|
20884
20884
|
locator: g.string().ulid(),
|
|
20885
20885
|
type: g.string(),
|
|
20886
|
-
|
|
20886
|
+
accountState: Fie,
|
|
20887
20887
|
data: g.record(g.any()).optional(),
|
|
20888
20888
|
autoRenewalPlanName: g.string().optional(),
|
|
20889
20889
|
delinquencyPlanName: g.string().optional(),
|
|
@@ -21035,7 +21035,7 @@ g.object({
|
|
|
21035
21035
|
g.object({
|
|
21036
21036
|
locator: g.string(),
|
|
21037
21037
|
referenceLocator: g.string(),
|
|
21038
|
-
|
|
21038
|
+
documentInstanceState: eg,
|
|
21039
21039
|
createdAt: g.string(),
|
|
21040
21040
|
referenceType: Qm.optional(),
|
|
21041
21041
|
metadata: g.record(g.any()).optional(),
|
|
@@ -21244,7 +21244,7 @@ const Ws = (e) => {
|
|
|
21244
21244
|
}
|
|
21245
21245
|
let R = "";
|
|
21246
21246
|
if (s) {
|
|
21247
|
-
const j = (s == null ? void 0 : s.
|
|
21247
|
+
const j = (s == null ? void 0 : s.accountState) === "validated" ? m.charAt(0).toLowerCase() + m.slice(1) : m;
|
|
21248
21248
|
R = (W = s == null ? void 0 : s.data) != null && W[j] ? (Y = s == null ? void 0 : s.data) == null ? void 0 : Y[j] : C === "boolean" ? !!v.defaultValue : v.defaultValue;
|
|
21249
21249
|
}
|
|
21250
21250
|
return u && (R = (z = (X = u.element) == null ? void 0 : X.data) != null && z[m] ? (ae = (Q = u.element) == null ? void 0 : Q.data) == null ? void 0 : ae[m] : C === "boolean" ? !!v.defaultValue : v.defaultValue), l && (R = (ee = l == null ? void 0 : l.data) != null && ee[m] ? (ge = l == null ? void 0 : l.data) == null ? void 0 : ge[m] : C === "boolean" ? !!v.defaultValue : v.defaultValue), J ? [
|