@etrepum/lexical-builder-devtools-core 0.0.24-nightly.20240617.0 → 0.0.25-nightly.20240618.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export declare const BuilderGraphComponent: import('react').LazyExoticComponent<typeof import('./BuilderGraphComponent').BuilderGraphComponent>;
3
- export declare const BuilderGraphPlan: import('@etrepum/lexical-builder').LexicalPlan<{}, "@etrepum/lexical-builder-devtools-core/BuilderGraphPlan", {
3
+ export declare const BuilderGraphPlan: import('@etrepum/lexical-builder').LexicalPlan<import('@etrepum/lexical-builder').PlanConfigBase, "@etrepum/lexical-builder-devtools-core/BuilderGraphPlan", {
4
4
  Component: () => import("react/jsx-runtime").JSX.Element;
5
- }>;
5
+ }, unknown>;
6
6
  //# sourceMappingURL=BuilderGraphPlan.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BuilderGraphPlan.d.ts","sourceRoot":"","sources":["../src/BuilderGraphPlan.tsx"],"names":[],"mappings":";AASA,eAAO,MAAM,qBAAqB,qGAEjC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;EAkB3B,CAAC"}
1
+ {"version":3,"file":"BuilderGraphPlan.d.ts","sourceRoot":"","sources":["../src/BuilderGraphPlan.tsx"],"names":[],"mappings":";AASA,eAAO,MAAM,qBAAqB,qGAEjC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;WAiB3B,CAAC"}
package/dist/index.js CHANGED
@@ -86,7 +86,6 @@ const N = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
86
86
  ), L = P({
87
87
  name: "@etrepum/lexical-builder-devtools-core/BuilderGraphPlan",
88
88
  dependencies: [$],
89
- config: {},
90
89
  register(r) {
91
90
  const e = f.fromEditor(r);
92
91
  return h(
@@ -96,7 +95,7 @@ const N = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
96
95
  Component: () => /* @__PURE__ */ s(v, { children: /* @__PURE__ */ s(O, { editor: r }) })
97
96
  });
98
97
  }
99
- }), T = "0.0.24-nightly.20240617.0";
98
+ }), T = "0.0.25-nightly.20240618.0";
100
99
  export {
101
100
  u as BuilderGraphComponent,
102
101
  L as BuilderGraphPlan,
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "test": "vitest run",
16
16
  "test:watch": "vitest"
17
17
  },
18
- "version": "0.0.24-nightly.20240617.0",
18
+ "version": "0.0.25-nightly.20240618.0",
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",