Skip to content

Commit

Permalink
update the type defs destination
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwinter07 committed Jun 14, 2024
1 parent 58cdc0d commit ff04b35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export * from "./ErrorPage"
export * from "./FieldGroup"
export * from "./FieldMessage"
export * from "./Filter"
// export * from "./GuidanceBlock"
export * from "./GuidanceBlock"
export * from "./Heading"
export * from "./Icon"
export * from "./Illustration"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/v2/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"main": "../../dist/cjs/overlaysV2.cjs",
"module": "../../dist/esm/overlaysV2.mjs",
"types": "../../dist/types/__overlays__/v2/index.d.ts"
"types": "../../dist/types/__overlays__/v2.d.ts"
}
2 changes: 1 addition & 1 deletion packages/components/v3/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"main": "../../dist/cjs/overlaysV3.cjs",
"module": "../../dist/esm/overlaysV3.mjs",
"types": "../../dist/types/__overlays__/v3/index.d.ts"
"types": "../../dist/types/__overlays__/v3.d.ts"
}

0 comments on commit ff04b35

Please sign in to comment.