asma-core-ui 1.6.5 → 1.6.6
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/asma-core-ui.es.js +2 -1
- package/package.json +1 -1
package/dist/asma-core-ui.es.js
CHANGED
|
@@ -37437,7 +37437,8 @@ const VF = le((e) => /* @__PURE__ */ S(ig, { variant: e.variant || "contained",
|
|
|
37437
37437
|
/* @__PURE__ */ S(HF, { id: `${l.id}-label`, ...t, children: o }),
|
|
37438
37438
|
/* @__PURE__ */ S(mg, { "aria-labelledby": `${l.id}-label`, ...l, size: r })
|
|
37439
37439
|
] }))``, YL = le(({ onCloseText: e, children: t, onClose: o, showCloseIcon: r = !0, ...l }) => /* @__PURE__ */ Pe(gg, { ...l, onClose: o, style: {
|
|
37440
|
-
zIndex: 999
|
|
37440
|
+
zIndex: 999,
|
|
37441
|
+
...l.style
|
|
37441
37442
|
}, children: [
|
|
37442
37443
|
r && /* @__PURE__ */ S("div", { className: "mr-2 mt-2 flex justify-end", children: /* @__PURE__ */ S(VF, { variant: "text", endIcon: /* @__PURE__ */ S(_F, { icon: "ic:baseline-close", className: "text-2xl" }), onClick: (i) => {
|
|
37443
37444
|
o && o(i, "escapeKeyDown");
|