@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.
- package/dist/{BlockNoteEditor-JWE5R6TH.js → BlockNoteEditor-6NV6WSQH.js} +9 -9
- package/dist/{BlockNoteEditor-JWE5R6TH.js.map → BlockNoteEditor-6NV6WSQH.js.map} +1 -1
- package/dist/{BlockNoteEditor-4UBKHQHZ.mjs → BlockNoteEditor-FMTBHYZB.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-NHTN4LWQ.js → chunk-63FZJ7UK.js} +4 -2
- package/dist/chunk-63FZJ7UK.js.map +1 -0
- package/dist/{chunk-WDWU5VJ5.mjs → chunk-J2ACFNKE.mjs} +4 -2
- package/dist/{chunk-WDWU5VJ5.mjs.map → chunk-J2ACFNKE.mjs.map} +1 -1
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/dist/features/help/index.js +30 -30
- package/dist/features/help/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/tables/ContentTableSearch.tsx +2 -0
- package/dist/chunk-NHTN4LWQ.js.map +0 -1
- /package/dist/{BlockNoteEditor-4UBKHQHZ.mjs.map → BlockNoteEditor-FMTBHYZB.mjs.map} +0 -0
|
@@ -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-
|
|
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-
|
|
23150
|
+
//# sourceMappingURL=chunk-J2ACFNKE.mjs.map
|