@carlonicora/nextjs-jsonapi 1.123.1 → 1.123.2

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.
@@ -9838,7 +9838,7 @@ import { useRef as useRef15 } from "react";
9838
9838
  import dynamic from "next/dynamic";
9839
9839
  import React17 from "react";
9840
9840
  import { jsx as jsx77 } from "react/jsx-runtime";
9841
- var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-4UBKHQHZ.mjs"), {
9841
+ var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-FMTBHYZB.mjs"), {
9842
9842
  ssr: false
9843
9843
  });
9844
9844
  var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
@@ -15985,6 +15985,7 @@ function ContentTableSearch({ data }) {
15985
15985
  /* @__PURE__ */ jsx170(
15986
15986
  Search,
15987
15987
  {
15988
+ "data-testid": "content-table-search-trigger",
15988
15989
  className: `absolute top-1 left-1 h-4 w-4 transition-colors ${isExpanded ? "text-muted-foreground" : "text-muted-foreground hover:text-foreground cursor-pointer"}`,
15989
15990
  onClick: handleSearchIconClick
15990
15991
  }
@@ -15992,6 +15993,7 @@ function ContentTableSearch({ data }) {
15992
15993
  isExpanded && /* @__PURE__ */ jsx170(
15993
15994
  Input,
15994
15995
  {
15996
+ "data-testid": "content-table-search-input",
15995
15997
  ref: inputRef,
15996
15998
  onKeyDown: (e) => {
15997
15999
  if (e.key === "Escape") {
@@ -23145,4 +23147,4 @@ export {
23145
23147
  useOAuthClients,
23146
23148
  useOAuthClient
23147
23149
  };
23148
- //# sourceMappingURL=chunk-WDWU5VJ5.mjs.map
23150
+ //# sourceMappingURL=chunk-J2ACFNKE.mjs.map