@socotra/ec-react-components 2.8.0-next.0 → 2.8.0-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 +38 -40
- 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
|
@@ -17868,19 +17868,22 @@ const zae = u.object({
|
|
|
17868
17868
|
data: u.record(ci).optional()
|
|
17869
17869
|
});
|
|
17870
17870
|
u.record(zae);
|
|
17871
|
-
const Dx = u.
|
|
17872
|
-
|
|
17873
|
-
|
|
17874
|
-
|
|
17875
|
-
|
|
17876
|
-
|
|
17877
|
-
|
|
17878
|
-
|
|
17879
|
-
|
|
17880
|
-
|
|
17881
|
-
|
|
17882
|
-
|
|
17883
|
-
|
|
17871
|
+
const Dx = u.union([
|
|
17872
|
+
u.enum([
|
|
17873
|
+
"draft",
|
|
17874
|
+
"validated",
|
|
17875
|
+
"earlyUnderwritten",
|
|
17876
|
+
"priced",
|
|
17877
|
+
"underwritten",
|
|
17878
|
+
"accepted",
|
|
17879
|
+
"issued",
|
|
17880
|
+
"underwrittenBlocked",
|
|
17881
|
+
"declined",
|
|
17882
|
+
"rejected",
|
|
17883
|
+
"refused",
|
|
17884
|
+
"discarded"
|
|
17885
|
+
]),
|
|
17886
|
+
u.string()
|
|
17884
17887
|
]), Mx = dv, Uae = u.enum(["accept", "issue"]), Xae = uv;
|
|
17885
17888
|
u.record(
|
|
17886
17889
|
u.string().ulid(),
|
|
@@ -18365,13 +18368,9 @@ u.object({
|
|
|
18365
18368
|
}).optional(),
|
|
18366
18369
|
triggerBillingChange: u.boolean().optional()
|
|
18367
18370
|
});
|
|
18368
|
-
const lie = u.
|
|
18369
|
-
"premium",
|
|
18370
|
-
|
|
18371
|
-
"fee",
|
|
18372
|
-
"credit",
|
|
18373
|
-
"nonFinancial",
|
|
18374
|
-
"surcharge"
|
|
18371
|
+
const lie = u.union([
|
|
18372
|
+
u.enum(["premium", "tax", "fee", "credit", "nonFinancial", "surcharge"]),
|
|
18373
|
+
u.string()
|
|
18375
18374
|
]), die = u.object({
|
|
18376
18375
|
locator: u.string(),
|
|
18377
18376
|
elementLocator: u.string(),
|
|
@@ -20977,19 +20976,22 @@ const poe = u.object({
|
|
|
20977
20976
|
data: u.record(di).optional()
|
|
20978
20977
|
});
|
|
20979
20978
|
u.record(poe);
|
|
20980
|
-
const zx = u.
|
|
20981
|
-
|
|
20982
|
-
|
|
20983
|
-
|
|
20984
|
-
|
|
20985
|
-
|
|
20986
|
-
|
|
20987
|
-
|
|
20988
|
-
|
|
20989
|
-
|
|
20990
|
-
|
|
20991
|
-
|
|
20992
|
-
|
|
20979
|
+
const zx = u.union([
|
|
20980
|
+
u.enum([
|
|
20981
|
+
"draft",
|
|
20982
|
+
"validated",
|
|
20983
|
+
"earlyUnderwritten",
|
|
20984
|
+
"priced",
|
|
20985
|
+
"underwritten",
|
|
20986
|
+
"accepted",
|
|
20987
|
+
"issued",
|
|
20988
|
+
"underwrittenBlocked",
|
|
20989
|
+
"declined",
|
|
20990
|
+
"rejected",
|
|
20991
|
+
"refused",
|
|
20992
|
+
"discarded"
|
|
20993
|
+
]),
|
|
20994
|
+
u.string()
|
|
20993
20995
|
]), wl = yv, hoe = u.enum(["accept", "issue"]), moe = gv;
|
|
20994
20996
|
u.record(
|
|
20995
20997
|
u.string().ulid(),
|
|
@@ -21475,13 +21477,9 @@ u.object({
|
|
|
21475
21477
|
}).optional(),
|
|
21476
21478
|
triggerBillingChange: u.boolean().optional()
|
|
21477
21479
|
});
|
|
21478
|
-
const Poe = u.
|
|
21479
|
-
"premium",
|
|
21480
|
-
|
|
21481
|
-
"fee",
|
|
21482
|
-
"credit",
|
|
21483
|
-
"nonFinancial",
|
|
21484
|
-
"surcharge"
|
|
21480
|
+
const Poe = u.union([
|
|
21481
|
+
u.enum(["premium", "tax", "fee", "credit", "nonFinancial", "surcharge"]),
|
|
21482
|
+
u.string()
|
|
21485
21483
|
]), Ooe = u.object({
|
|
21486
21484
|
locator: u.string(),
|
|
21487
21485
|
elementLocator: u.string(),
|