Skip to content

Commit

Permalink
add explicit exports for tokens and add package export for theme utils (
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt authored and radium-v committed May 2, 2024
1 parent 0455265 commit 74415db
Show file tree
Hide file tree
Showing 3 changed files with 397 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "feat(web-components): add explicit named exports for design tokens and package export path for theme utils",
"packageName": "@fluentui/web-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
4 changes: 4 additions & 0 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
"./toggle-button.js": {
"types": "./dist/esm/toggle-button/define.d.ts",
"default": "./dist/esm/toggle-button/define.js"
},
"./theme.js": {
"types": "./dist/esm/theme/index.d.ts",
"default": "./dist/esm/theme/index.js"
}
},
"sideEffects": [
Expand Down
Loading

0 comments on commit 74415db

Please sign in to comment.