Skip to content

Commit

Permalink
Web Components V3 - Tabs, Tab, Tab-Panel package.json mappings (micro…
Browse files Browse the repository at this point in the history
…soft#27505)

* adding missing package.json mappings

* fixing package.json syntax

* Adding change file
  • Loading branch information
bearcat-msft authored and radium-v committed Apr 29, 2024
1 parent ab2d2ef commit da91de8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Adding Tabs, Tab and Tab-Panel",
"packageName": "@fluentui/web-components",
"email": "mibaraka@microsoft.com",
"dependentChangeType": "patch"
}
12 changes: 12 additions & 0 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@
"types": "./dist/esm/switch/define.d.ts",
"default": "./dist/esm/switch/define.js"
},
"./tabs": {
"types": "./dist/esm/tabs/define.d.ts",
"default": "./dist/esm/tabs/define.js"
},
"./tab": {
"types": "./dist/esm/tab/define.d.ts",
"default": "./dist/esm/tab/define.js"
},
"./tab-panel": {
"types": "./dist/esm/tab-panel/define.d.ts",
"default": "./dist/esm/tab-panel/define.js"
},
"./text": {
"types": "./dist/esm/text/define.d.ts",
"default": "./dist/esm/text/define.js"
Expand Down

0 comments on commit da91de8

Please sign in to comment.