@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.js
CHANGED
|
@@ -15121,22 +15121,6 @@ var TextFilter = ({ filterValue, onFilterValueChange }) => {
|
|
|
15121
15121
|
className: "min-w-64"
|
|
15122
15122
|
}
|
|
15123
15123
|
),
|
|
15124
|
-
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: "flex-row-2 items-center gap-2", children: [
|
|
15125
|
-
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
15126
|
-
Checkbox,
|
|
15127
|
-
{
|
|
15128
|
-
id,
|
|
15129
|
-
value: parameter.isCaseSensitive ?? false,
|
|
15130
|
-
onValueChange: (isCaseSensitive) => {
|
|
15131
|
-
onFilterValueChange({
|
|
15132
|
-
operator,
|
|
15133
|
-
parameter: { ...parameter, isCaseSensitive }
|
|
15134
|
-
});
|
|
15135
|
-
}
|
|
15136
|
-
}
|
|
15137
|
-
),
|
|
15138
|
-
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("label", { htmlFor: id, children: translation("caseSensitive") })
|
|
15139
|
-
] }),
|
|
15140
15124
|
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: "flex-row-2 items-center gap-2", children: [
|
|
15141
15125
|
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
15142
15126
|
Checkbox,
|