@helpwave/hightide 0.6.14 → 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.mjs CHANGED
@@ -12525,6 +12525,7 @@ var Tooltip = ({
12525
12525
  onPointerEnter: openWithDelay,
12526
12526
  onPointerLeave: close3,
12527
12527
  onPointerCancel: close3,
12528
+ onClick: close3,
12528
12529
  onFocus: openWithDelay,
12529
12530
  onBlur: close3,
12530
12531
  children: [
@@ -14880,22 +14881,6 @@ var TextFilter = ({ filterValue, onFilterValueChange }) => {
14880
14881
  className: "min-w-64"
14881
14882
  }
14882
14883
  ),
14883
- /* @__PURE__ */ jsxs38("div", { className: "flex-row-2 items-center gap-2", children: [
14884
- /* @__PURE__ */ jsx67(
14885
- Checkbox,
14886
- {
14887
- id,
14888
- value: parameter.isCaseSensitive ?? false,
14889
- onValueChange: (isCaseSensitive) => {
14890
- onFilterValueChange({
14891
- operator,
14892
- parameter: { ...parameter, isCaseSensitive }
14893
- });
14894
- }
14895
- }
14896
- ),
14897
- /* @__PURE__ */ jsx67("label", { htmlFor: id, children: translation("caseSensitive") })
14898
- ] }),
14899
14884
  /* @__PURE__ */ jsxs38("div", { className: "flex-row-2 items-center gap-2", children: [
14900
14885
  /* @__PURE__ */ jsx67(
14901
14886
  Checkbox,