@puckeditor/plugin-heading-analyzer 0.23.0 → 0.24.0-canary.668cfb79

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.d.mts CHANGED
@@ -698,12 +698,12 @@ type Overrides<UserConfig extends Config = Config> = OverridesGeneric<{
698
698
  }>;
699
699
  type FieldRenderFunctions<UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>, UserField extends {
700
700
  type: string;
701
- } = Field | G["UserField"]> = Omit<{
701
+ } = Field | G["UserField"]> = {
702
702
  [Type in UserField["type"]]: React.FunctionComponent<FieldProps<ExtractField<UserField, Type>, any> & {
703
703
  children: ReactNode;
704
704
  name: string;
705
- }>;
706
- }, "custom">;
705
+ }> | null;
706
+ };
707
707
 
708
708
  type DragAxis = "dynamic" | "y" | "x";
709
709
 
package/dist/index.d.ts CHANGED
@@ -698,12 +698,12 @@ type Overrides<UserConfig extends Config = Config> = OverridesGeneric<{
698
698
  }>;
699
699
  type FieldRenderFunctions<UserConfig extends Config = Config, G extends UserGenerics<UserConfig> = UserGenerics<UserConfig>, UserField extends {
700
700
  type: string;
701
- } = Field | G["UserField"]> = Omit<{
701
+ } = Field | G["UserField"]> = {
702
702
  [Type in UserField["type"]]: React.FunctionComponent<FieldProps<ExtractField<UserField, Type>, any> & {
703
703
  children: ReactNode;
704
704
  name: string;
705
- }>;
706
- }, "custom">;
705
+ }> | null;
706
+ };
707
707
 
708
708
  type DragAxis = "dynamic" | "y" | "x";
709
709
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puckeditor/plugin-heading-analyzer",
3
- "version": "0.23.0",
3
+ "version": "0.24.0-canary.668cfb79",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "puckeditor/puck",
6
6
  "bugs": "https://github.com/puckeditor/puck/issues",
@@ -25,7 +25,7 @@
25
25
  "dist"
26
26
  ],
27
27
  "devDependencies": {
28
- "@puckeditor/core": "^0.23.0",
28
+ "@puckeditor/core": "^0.24.0-canary.668cfb79",
29
29
  "@types/minimatch": "3.0.5",
30
30
  "@types/react": "^19.0.1",
31
31
  "@types/react-dom": "^19.0.2",