Skip to content

Commit

Permalink
feat: add text as new component (microsoft#26090)
Browse files Browse the repository at this point in the history
* add text as a new component

* update main.js to .cjs format for esm due to require syntax

* update style rules to align with FUI react v9, export text options, update stories to leverage object.keys of options

* export text, update node resolution to 16 and fix object.keys for size to object.values

* prettier style files, may need to revert if it does not play nice with selectors

* update display for host to ensure we can layout the element properly margin, etc...

* update latest FAST packages

* leverage ValuesOf type helper
  • Loading branch information
chrisdholt authored and Hotell committed Feb 9, 2023
1 parent bc5d4db commit 80b7fbe
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "add text as a new component",
"packageName": "@fluentui/web-components",
"email": "chhol@microsoft.com",
"dependentChangeType": "patch"
}

0 comments on commit 80b7fbe

Please sign in to comment.