@isettingkit/business-rules 1.0.10 → 1.0.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/index.es.d.ts +1 -0
- package/dist/index.es.js +4 -2
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -667,7 +667,7 @@ const Qe = {
|
|
|
667
667
|
);
|
|
668
668
|
}, At = (e) => {
|
|
669
669
|
const { appliedFilters: t, onClear: n, onClick: a, titleClearFilter: r, titleFilter: o } = e, p = !t || t.length === 0;
|
|
670
|
-
return /* @__PURE__ */ i(ye, { borderRadius: "8px", children: /* @__PURE__ */ h(le, { gap: "12px", templateColumns: "1fr auto auto", children: [
|
|
670
|
+
return /* @__PURE__ */ i(ye, { borderRadius: "8px", width: "100%", children: /* @__PURE__ */ h(le, { gap: "12px", templateColumns: "1fr auto auto", children: [
|
|
671
671
|
/* @__PURE__ */ i(
|
|
672
672
|
ge,
|
|
673
673
|
{
|
|
@@ -683,8 +683,10 @@ const Qe = {
|
|
|
683
683
|
{
|
|
684
684
|
appearance: "primary",
|
|
685
685
|
displayIcon: !0,
|
|
686
|
+
removable: !0,
|
|
686
687
|
icon: c.icon,
|
|
687
|
-
label: c.label
|
|
688
|
+
label: c.label,
|
|
689
|
+
onClose: c.onClose
|
|
688
690
|
},
|
|
689
691
|
c.label
|
|
690
692
|
))
|