@asdp/ferryui 0.1.22-dev.9831 → 0.1.22-dev.9838
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.js +10 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9578,7 +9578,16 @@ var ModalFilterTicket = ({
|
|
|
9578
9578
|
children: mergedLabels.resetButton
|
|
9579
9579
|
}
|
|
9580
9580
|
),
|
|
9581
|
-
/* @__PURE__ */ jsx(
|
|
9581
|
+
/* @__PURE__ */ jsx(
|
|
9582
|
+
Button,
|
|
9583
|
+
{
|
|
9584
|
+
appearance: "primary",
|
|
9585
|
+
disabled: selectedServiceTypes.length === 0,
|
|
9586
|
+
onClick: onApply,
|
|
9587
|
+
shape: "circular",
|
|
9588
|
+
children: mergedLabels.applyButton
|
|
9589
|
+
}
|
|
9590
|
+
)
|
|
9582
9591
|
] })
|
|
9583
9592
|
] }) }) });
|
|
9584
9593
|
};
|