@measured/puck-plugin-heading-analyzer 0.18.2-canary.daff71e → 0.18.2-canary.de48691

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
@@ -207,7 +207,7 @@ type Overrides = OverridesGeneric<{
207
207
  puck: RenderFunc;
208
208
  }>;
209
209
  type FieldRenderFunctions = Omit<{
210
- [Type in Field["type"]]: React.FunctionComponent<FieldProps<any, Extract<Field, {
210
+ [Type in Field["type"]]: React.FunctionComponent<FieldProps<Extract<Field, {
211
211
  type: Type;
212
212
  }>> & {
213
213
  children: ReactNode;
package/dist/index.d.ts CHANGED
@@ -207,7 +207,7 @@ type Overrides = OverridesGeneric<{
207
207
  puck: RenderFunc;
208
208
  }>;
209
209
  type FieldRenderFunctions = Omit<{
210
- [Type in Field["type"]]: React.FunctionComponent<FieldProps<any, Extract<Field, {
210
+ [Type in Field["type"]]: React.FunctionComponent<FieldProps<Extract<Field, {
211
211
  type: Type;
212
212
  }>> & {
213
213
  children: ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.18.2-canary.daff71e",
3
+ "version": "0.18.2-canary.de48691",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -25,7 +25,7 @@
25
25
  "dist"
26
26
  ],
27
27
  "devDependencies": {
28
- "@measured/puck": "^0.18.2-canary.daff71e",
28
+ "@measured/puck": "^0.18.2-canary.de48691",
29
29
  "@types/react": "^19.0.1",
30
30
  "@types/react-dom": "^19.0.2",
31
31
  "eslint": "^7.32.0",