ui-mathilde-web 0.11.9 → 0.11.11
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/ui-mathilde-web.js
CHANGED
|
@@ -10235,7 +10235,7 @@ const vS = "card-module__mth_card_indicator__lfgp3", Tb = {
|
|
|
10235
10235
|
maximumFractionDigits: 2,
|
|
10236
10236
|
minimumFractionDigits: 0
|
|
10237
10237
|
}).format(c);
|
|
10238
|
-
return /* @__PURE__ */ B("div", { className: `${Tb.mth_card_indicator} flex flex-col border bg-white
|
|
10238
|
+
return /* @__PURE__ */ B("div", { className: `${Tb.mth_card_indicator} flex flex-col border bg-white p-5`, children: [
|
|
10239
10239
|
/* @__PURE__ */ p("div", { className: "flex justify-end", children: /* @__PURE__ */ p(
|
|
10240
10240
|
$a,
|
|
10241
10241
|
{
|
|
@@ -32254,7 +32254,7 @@ const Sa = () => `${Date.now()}-${Math.random().toString(36).substr(2, 9)}`, LF
|
|
|
32254
32254
|
n ?? "accordion-categories"
|
|
32255
32255
|
) })
|
|
32256
32256
|
] });
|
|
32257
|
-
}, HF = ({ groupId: t, conditions: e, onRemoveCondition: n }) => /* @__PURE__ */ p("div", { className: "flex flex-col gap-2", children: e.map((r) => /* @__PURE__ */ p("div", { className: "flex items-center", children: /* @__PURE__ */ B("div", { className: "flex w-[
|
|
32257
|
+
}, HF = ({ groupId: t, conditions: e, onRemoveCondition: n }) => /* @__PURE__ */ p("div", { className: "flex flex-col gap-2", children: e.map((r) => /* @__PURE__ */ p("div", { className: "flex items-center", children: /* @__PURE__ */ B("div", { className: "flex w-[200px] items-start gap-1 rounded-[5px] border border-qb-border px-3 py-1.5 text-sm", children: [
|
|
32258
32258
|
/* @__PURE__ */ p(sc, { className: "mt-0.5 size-4 shrink-0 text-qb-primary" }),
|
|
32259
32259
|
/* @__PURE__ */ p("span", { className: "min-w-0 flex-1 break-words", children: r.label }),
|
|
32260
32260
|
/* @__PURE__ */ p(
|