Skip to content

Commit ee33892

Browse files
committed
Components: Fix incorrect types reference in components package
1 parent 2035719 commit ee33892

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/components/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
### Bug Fixes
77

8-
- Reexport all of the `build-types` folder from the `components` package entry point ([#72809](https://github.com/WordPress/gutenberg/pull/72809)).
98
- `TextareaControl`: Add `min-height` to the textarea element ([#72867](https://github.com/WordPress/gutenberg/pull/72867)).
109
- `Card`, `CardHeader`, `CardBody` and `CardFooter`: Add support for directional padding through object-based size prop, allowing independent control of padding for each side ([#72511](https://github.com/WordPress/gutenberg/pull/72511)).
1110

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"module": "build-module/index.js",
2727
"exports": {
2828
".": {
29-
"types": "./build-types",
29+
"types": "./build-types/index.d.ts",
3030
"import": "./build-module/index.js",
3131
"require": "./build/index.js"
3232
},

0 commit comments

Comments
 (0)