@ws-ui/shared 1.5.6 → 1.5.7
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.js.map +1 -1
- package/dist/index.es.js +8 -5
- package/dist/index.es.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1517,13 +1517,16 @@ const Qa = (e) => {
|
|
|
1517
1517
|
" :"
|
|
1518
1518
|
] })
|
|
1519
1519
|
] }),
|
|
1520
|
-
/* @__PURE__ */ W(
|
|
1521
|
-
"
|
|
1520
|
+
/* @__PURE__ */ W(
|
|
1521
|
+
"ul",
|
|
1522
1522
|
{
|
|
1523
|
-
"
|
|
1524
|
-
|
|
1523
|
+
className: pt("list-disc", {
|
|
1524
|
+
"px-12": f.title,
|
|
1525
|
+
"px-6": !f.title
|
|
1526
|
+
}),
|
|
1527
|
+
children: f.messages.map((d) => /* @__PURE__ */ W("li", { children: a ? /* @__PURE__ */ W(Qa, { children: d }) : /* @__PURE__ */ W(dr, { children: d }) }))
|
|
1525
1528
|
}
|
|
1526
|
-
)
|
|
1529
|
+
)
|
|
1527
1530
|
] })) }),
|
|
1528
1531
|
l({
|
|
1529
1532
|
className: "absolute top-1 right-1"
|