Skip to content

Commit

Permalink
chore: add widget-exports file to export map (#3173)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored Jan 9, 2025
1 parent 1c32dd6 commit 30e34c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-tools/tasks/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function getComponentsExports() {
'./contexts/form-field': './contexts/form-field.js',
// Public internal components
'./internal/tooltip-do-not-use': './internal/tooltip-do-not-use/index.js',
'./internal/widget-exports': './internal/widget-exports.js',
'./test-utils/dom/internal/tooltip': './test-utils/dom/internal/tooltip.js',
'./test-utils/selectors/internal/tooltip': './test-utils/selectors/internal/tooltip.js',
};
Expand Down

0 comments on commit 30e34c4

Please sign in to comment.