@helpwave/hightide 0.6.15 → 0.6.16
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 +0 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -16
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14881,22 +14881,6 @@ var TextFilter = ({ filterValue, onFilterValueChange }) => {
|
|
|
14881
14881
|
className: "min-w-64"
|
|
14882
14882
|
}
|
|
14883
14883
|
),
|
|
14884
|
-
/* @__PURE__ */ jsxs38("div", { className: "flex-row-2 items-center gap-2", children: [
|
|
14885
|
-
/* @__PURE__ */ jsx67(
|
|
14886
|
-
Checkbox,
|
|
14887
|
-
{
|
|
14888
|
-
id,
|
|
14889
|
-
value: parameter.isCaseSensitive ?? false,
|
|
14890
|
-
onValueChange: (isCaseSensitive) => {
|
|
14891
|
-
onFilterValueChange({
|
|
14892
|
-
operator,
|
|
14893
|
-
parameter: { ...parameter, isCaseSensitive }
|
|
14894
|
-
});
|
|
14895
|
-
}
|
|
14896
|
-
}
|
|
14897
|
-
),
|
|
14898
|
-
/* @__PURE__ */ jsx67("label", { htmlFor: id, children: translation("caseSensitive") })
|
|
14899
|
-
] }),
|
|
14900
14884
|
/* @__PURE__ */ jsxs38("div", { className: "flex-row-2 items-center gap-2", children: [
|
|
14901
14885
|
/* @__PURE__ */ jsx67(
|
|
14902
14886
|
Checkbox,
|