Skip to content

Commit

Permalink
Text updates (more variants, better process on typography theming) (#…
Browse files Browse the repository at this point in the history
…5941)

* text-updates.

* More updates.

* updates

* Fixing snapshot.

* fix

* Fixes
  • Loading branch information
dzearing committed Aug 23, 2018
1 parent b37ca62 commit f0d8c90
Show file tree
Hide file tree
Showing 20 changed files with 650 additions and 498 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"request": "launch",
"program": "${workspaceRoot}/scripts/build.js",
"stopOnEntry": false,
"args": ["webpack", "--", "--production"],
"cwd": "${workspaceRoot}/apps/fabric-website",
"args": ["tslint"],
"cwd": "${workspaceRoot}/packages/styling",
"runtimeExecutable": null,
"runtimeArgs": ["--nolazy", "--debug"],
"env": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/experiments",
"comment": "Text: now defaults to the default variant, added support for more styling options, adjusted how color is pulled, updated example.",
"type": "minor"
}
],
"packageName": "@uifabric/experiments",
"email": "dzearing@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/styling",
"comment": "Adjustments to the internal typography interfaces.",
"type": "minor"
}
],
"packageName": "@uifabric/styling",
"email": "dzearing@microsoft.com"
}
Loading

0 comments on commit f0d8c90

Please sign in to comment.