Skip to content

Commit

Permalink
sync changes (#17)
Browse files Browse the repository at this point in the history
* Update Link.stories.tsx

* Update Link.stories.tsx

* update

* chore(babel-preset-global-context): migrate to new package structure (microsoft#25340)

* chore(react-aria): migrate to new package structure (microsoft#25199)

* feat: re-export react-table logic hooks (microsoft#25386)

* applying package updates

* Website: fix focus border on UHF footer links (microsoft#25389)

* use not uhf link to increase specificity instead of body tag

* improve comment

* fix(docsite): codesandbox exports now working properly for newly migrated v9 packages (microsoft#25388)

* chore(react-divider): migrate to new package structure (microsoft#25360)

* chore(react-select): migrate to new package structure (microsoft#25359)

* feat: Add support for the wbtx whiteboard file extension (microsoft#25346)

* revert some changes

* update storywright version

* rename

* rename

* updatE

* update

* update

* update

* update

* not needed

* update

* update

Co-authored-by: Tristan Watanabe <[email protected]>
Co-authored-by: Bernardo Sunderhus <[email protected]>
Co-authored-by: Fluent UI Build <[email protected]>
Co-authored-by: Micah Godbolt <[email protected]>
Co-authored-by: jieleiwang <[email protected]>
  • Loading branch information
6 people authored Oct 27, 2022
1 parent e938790 commit 001885b
Show file tree
Hide file tree
Showing 142 changed files with 531 additions and 5,040 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Update 'VARIANT' to pick a Node version: 16, 14, 12.
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local arm64/Apple Silicon.
"args": { "VARIANT": "16" }
"args": { "VARIANT": "14" }
},
// Set *default* container specific settings.json values on container create.
"settings": {},
Expand Down
5 changes: 3 additions & 2 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const path = require('path');
const path = require('path');
const fs = require('fs');
const { TsconfigPathsPlugin } = require('tsconfig-paths-webpack-plugin');
const exportToCodesandboxAddon = require('storybook-addon-export-to-codesandbox');
Expand Down Expand Up @@ -71,7 +71,8 @@ module.exports = /** @type {Omit<StorybookConfig,'typescript'|'babel'>} */ ({
*/
enforce: 'post',
test: /\.stories\.tsx$/,
include: /src/,
//TODO: simplify once all v9 packages have been migrated to new package structure. Tracking work: https://github.com/microsoft/fluentui/issues/24129
include: /stories|src/,
exclude: /node_modules/,
use: {
loader: 'babel-loader',
Expand Down
2 changes: 1 addition & 1 deletion apps/perf-test/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Performance testing with flamegraphs is a feature that runs on all PRs opened against Fluent UI and was introduced with [PR #9550](https://github.com/microsoft/fluentui/pull/9550). This page provides an overview of this feature.

## Sample Performance Test Results Table
a

Linked from [#9516](https://github.com/microsoft/fluentui/pull/9516#issuecomment-503795745), which made perf improvements to "New" Button components in `packages/react-experiments`, is a sample perf test comment:

Component Perf Analysis:
Expand Down
2 changes: 1 addition & 1 deletion apps/public-docsite-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@fluentui/react-icons-northstar": "^0.64.0",
"@fluentui/scripts": "^1.0.0",
"@fluentui/storybook": "^1.0.0",
"@fluentui/react-components": "^9.6.0",
"@fluentui/react-components": "^9.6.1",
"@fluentui/react-storybook-addon": "^9.0.0-rc.1",
"@fluentui/react-theme": "^9.1.1",
"@griffel/react": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/public-docsite/src/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
// Remove dotted outline added by MWF's main.css
body [contentEditable=true]:focus,
body [tabindex]:focus,
body a[href]:focus,
a[href]:not(.c-uhff-link):focus, // Remove link focus outline from all links but the UHF ones
body area[href]:focus,
body button:focus,
body iframe:focus,
Expand Down
2 changes: 1 addition & 1 deletion apps/ssr-tests-v9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type-check": "tsc -b tsconfig.json"
},
"dependencies": {
"@fluentui/react-components": "^9.6.0"
"@fluentui/react-components": "^9.6.1"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/stress-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@fluentui/react": "^8.98.8",
"@fluentui/react-components": "^9.6.0",
"@fluentui/react-components": "^9.6.1",
"@fluentui/react-icons": "^2.0.175",
"@fluentui/web-components": "^2.5.8",
"@microsoft/fast-element": "^1.10.4",
Expand Down
161 changes: 0 additions & 161 deletions apps/tmp/Accordion.stories.tsx

This file was deleted.

Loading

0 comments on commit 001885b

Please sign in to comment.