Skip to content

Commit

Permalink
fix: remove internal AutoField and FieldLabel components from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Nov 7, 2024
1 parent 51154e9 commit 5df1597
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export * from "./types/Props";
export * from "./types/Fields";

export * from "./components/ActionBar";
export * from "./components/AutoField";
export { AutoField, FieldLabel } from "./components/AutoField";

export * from "./components/Button";
export { Drawer } from "./components/Drawer";

Expand All @@ -23,5 +24,3 @@ export * from "./lib/migrate";
export * from "./lib/transform-props";
export * from "./lib/resolve-all-data";
export { usePuck } from "./lib/use-puck";

export { FieldLabel } from "./components/AutoField";

0 comments on commit 5df1597

Please sign in to comment.