Skip to content

Commit

Permalink
Merge pull request #1 from microsoft/master
Browse files Browse the repository at this point in the history
Updating my fork with changes
  • Loading branch information
eljefe223 authored Sep 17, 2020
2 parents 9fc6345 + 4993219 commit 8912d32
Show file tree
Hide file tree
Showing 247 changed files with 19,551 additions and 1,694 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ packages/react-next/src/components/Toggle/ @xugao
packages/react-toggle/ @xugao
packages/office-ui-fabric-react/src/components/Tooltip/ @micahgodbolt
packages/experiments/src/components/Toggle/ @khmakoto
packages/react-spinbutton/ @dzearing @ecraig12345
6 changes: 3 additions & 3 deletions apps/a11y-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"update-snapshots": "just-scripts jest -u"
},
"dependencies": {
"@uifabric/fabric-website-resources": "^7.8.10",
"@uifabric/fabric-website-resources": "^7.8.12",
"axe-core": "^3.2.2",
"axe-puppeteer": "^1.0.0",
"axe-sarif-converter": "^2.0.1",
"glob": "^7.1.2",
"mkdirp": "^0.5.1",
"office-ui-fabric-react": "^7.137.3",
"office-ui-fabric-react": "^7.137.5",
"puppeteer": "^1.13.0",
"tslib": "^1.10.0",
"react": "16.8.6",
Expand All @@ -36,6 +36,6 @@
"@types/react-dom": "16.8.4",
"@types/sarif": "^2.1.1",
"@uifabric/build": "^7.0.0",
"@uifabric/icons": "^7.5.2"
"@uifabric/icons": "^7.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ exports[`a11y test checks accessibility of ActivityItem (ActivityItem.Basic.Exam

exports[`a11y test checks accessibility of ActivityItem (ActivityItem.Compact.Example) 1`] = `Array []`;

exports[`a11y test checks accessibility of ActivityItem (ActivityItem.Persona.Example) 1`] = `Array []`;

exports[`a11y test checks accessibility of ActivityItem (ActivityItem.Persona.Example) 2`] = `Array []`;
exports[`a11y test checks accessibility of ActivityItem (ActivityItem.Compact.Example) 2`] = `Array []`;

exports[`a11y test checks accessibility of ActivityItem (ActivityItem.Persona.Example) 3`] = `Array []`;
exports[`a11y test checks accessibility of ActivityItem (ActivityItem.Persona.Example) 1`] = `Array []`;

exports[`a11y test checks accessibility of Announced (Announced.BulkOperations.Example) 1`] = `Array []`;

Expand Down Expand Up @@ -232,7 +230,7 @@ Array [
},
"region": Object {
"snippet": Object {
"text": "<button class=\\"ms-DatePicker-day-button ms-DatePicker-day--today undefined\\" aria-label=\\"January 6, 2017\\" id=\\"DatePickerDay-active0\\" aria-readonly=\\"true\\" aria-selected=\\"true\\" data-is-focusable=\\"true\\" aria-disabled=\\"false\\" type=\\"button\\"><span aria-hidden=\\"true\\">6</span></button>",
"text": "<button class=\\"ms-DatePicker-day-button ms-DatePicker-day--today undefined\\" aria-label=\\"January 6, 2017\\" id=\\"DatePickerDay-active0\\" aria-readonly=\\"true\\" aria-current=\\"date\\" aria-selected=\\"true\\" data-is-focusable=\\"true\\" aria-disabled=\\"false\\" type=\\"button\\"><span aria-hidden=\\"true\\">6</span></button>",
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions apps/codesandbox-react-next-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/react-next": "^8.0.0-alpha.108",
"@uifabric/theme-samples": "^7.1.14",
"@fluentui/react-next": "^8.0.0-alpha.110",
"@uifabric/theme-samples": "^7.1.16",
"react": "16.8.6",
"react-dom": "16.8.6",
"tslib": "^1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/codesandbox-react-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@uifabric/set-version": "^7.0.23",
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/react": "^7.137.3",
"@fluentui/react": "^7.137.5",
"react": "16.8.6",
"react-dom": "16.8.6",
"tslib": "^1.10.0"
Expand Down
4 changes: 2 additions & 2 deletions apps/dom-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@types/react": "16.8.25",
"@types/webpack-env": "1.15.1",
"@uifabric/build": "^7.0.0",
"@uifabric/example-app-base": "^7.15.10",
"@uifabric/example-app-base": "^7.15.12",
"expect-puppeteer": "4.1.0",
"jest-environment-node": "~24.9.0",
"jest-environment-puppeteer": "^4.1.0",
"jest-puppeteer": "^4.0.0",
"office-ui-fabric-react": "^7.137.3",
"office-ui-fabric-react": "^7.137.5",
"puppeteer": "^1.13.0",
"react-dom": "16.8.6",
"react": "16.8.6",
Expand Down
28 changes: 14 additions & 14 deletions apps/fabric-website-resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uifabric/fabric-website-resources",
"version": "7.8.10",
"version": "7.8.12",
"description": "Fluent UI React local demo app",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -37,22 +37,22 @@
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/api-docs": "^7.5.10",
"@uifabric/azure-themes": "^7.5.10",
"@uifabric/example-app-base": "^7.15.10",
"@uifabric/fluent-theme": "^7.3.9",
"@uifabric/icons": "^7.5.2",
"@uifabric/mdl2-theme": "^0.3.9",
"@uifabric/api-docs": "^7.5.12",
"@uifabric/azure-themes": "^7.5.12",
"@uifabric/example-app-base": "^7.15.12",
"@uifabric/fluent-theme": "^7.3.11",
"@uifabric/icons": "^7.5.4",
"@uifabric/mdl2-theme": "^0.3.11",
"@uifabric/merge-styles": "^7.19.1",
"@uifabric/react-cards": "^0.112.10",
"@uifabric/react-cards": "^0.112.12",
"@uifabric/set-version": "^7.0.23",
"@uifabric/styling": "^7.16.2",
"@uifabric/theme-samples": "^7.1.14",
"@uifabric/tsx-editor": "^0.13.10",
"@uifabric/utilities": "^7.32.0",
"@uifabric/variants": "^7.2.14",
"@uifabric/styling": "^7.16.4",
"@uifabric/theme-samples": "^7.1.16",
"@uifabric/tsx-editor": "^0.13.12",
"@uifabric/utilities": "^7.32.1",
"@uifabric/variants": "^7.2.16",
"office-ui-fabric-core": "^11.0.0",
"office-ui-fabric-react": "^7.137.3",
"office-ui-fabric-react": "^7.137.5",
"tslib": "^1.10.0"
},
"peerDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions apps/fabric-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uifabric/fabric-website",
"version": "7.15.10",
"version": "7.15.12",
"description": "The official website for the Fluent UI project.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -33,27 +33,27 @@
"@types/react-dom": "16.8.4",
"@types/webpack-env": "1.15.1",
"@uifabric/build": "^7.0.0",
"@uifabric/tsx-editor": "^0.13.10",
"@uifabric/tsx-editor": "^0.13.12",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
"write-file-webpack-plugin": "^4.1.0"
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/api-docs": "^7.5.10",
"@uifabric/example-app-base": "^7.15.10",
"@uifabric/experiments": "^7.32.11",
"@uifabric/fabric-website-resources": "^7.8.10",
"@uifabric/file-type-icons": "^7.6.3",
"@uifabric/fluent-theme": "^7.3.9",
"@uifabric/icons": "^7.5.2",
"@uifabric/react-cards": "^0.112.10",
"@uifabric/api-docs": "^7.5.12",
"@uifabric/example-app-base": "^7.15.12",
"@uifabric/experiments": "^7.32.13",
"@uifabric/fabric-website-resources": "^7.8.12",
"@uifabric/file-type-icons": "^7.6.5",
"@uifabric/fluent-theme": "^7.3.11",
"@uifabric/icons": "^7.5.4",
"@uifabric/react-cards": "^0.112.12",
"@uifabric/set-version": "^7.0.23",
"@uifabric/theme-samples": "^7.1.14",
"@uifabric/theme-samples": "^7.1.16",
"json-loader": "^0.5.7",
"office-ui-fabric-core": "^11.0.0",
"office-ui-fabric-react": "^7.137.3",
"office-ui-fabric-react": "^7.137.5",
"tslib": "^1.10.0",
"whatwg-fetch": "2.0.4"
},
Expand Down
10 changes: 5 additions & 5 deletions apps/perf-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"lodash": "^4.17.15"
},
"dependencies": {
"@fluentui/react-button": "^0.12.6",
"@fluentui/react-next": "^8.0.0-alpha.108",
"@fluentui/react-button": "^0.13.1",
"@fluentui/react-next": "^8.0.0-alpha.110",
"@uifabric/set-version": "^7.0.23",
"@uifabric/example-app-base": "^7.15.10",
"@uifabric/experiments": "^7.32.11",
"@uifabric/example-app-base": "^7.15.12",
"@uifabric/experiments": "^7.32.13",
"@microsoft/load-themed-styles": "^1.10.26",
"office-ui-fabric-react": "^7.137.3",
"office-ui-fabric-react": "^7.137.5",
"querystring": "^0.2.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
Expand Down
7 changes: 7 additions & 0 deletions apps/perf-test/src/scenarios/Breadcrumb.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import * as React from 'react';
import { Breadcrumb } from 'office-ui-fabric-react';

const items = [{ text: 'test', key: 'f1' }];
const Scenario = () => <Breadcrumb items={items} />;

export default Scenario;
7 changes: 7 additions & 0 deletions apps/perf-test/src/scenarios/BreadcrumbNext.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import * as React from 'react';
import { Breadcrumb } from '@fluentui/react-next';

const items = [{ text: 'test', key: 'f1' }];
const Scenario = () => <Breadcrumb items={items} />;

export default Scenario;
4 changes: 2 additions & 2 deletions apps/server-rendered-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/icons": "^7.5.2",
"@uifabric/icons": "^7.5.4",
"@uifabric/merge-styles": "^7.19.1",
"@uifabric/set-version": "^7.0.23",
"office-ui-fabric-react": "^7.137.3",
"office-ui-fabric-react": "^7.137.5",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand Down
4 changes: 2 additions & 2 deletions apps/ssr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@types/mocha": "^7.0.2",
"@types/webpack-env": "1.15.1",
"@uifabric/build": "^7.0.0",
"@uifabric/fabric-website-resources": "^7.8.10",
"@uifabric/fabric-website-resources": "^7.8.12",
"just-scripts-utils": "^0.8.3",
"mocha": "^3.3.0",
"office-ui-fabric-react": "^7.137.3",
"office-ui-fabric-react": "^7.137.5",
"raw-loader": "^0.5.1",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
Expand Down
12 changes: 6 additions & 6 deletions apps/test-bundles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
},
"dependencies": {
"@fluentui/keyboard-key": "^0.2.12",
"@fluentui/react-button": "^0.12.6",
"@fluentui/react-compose": "^0.19.1",
"@fluentui/react-next": "^8.0.0-alpha.108",
"@uifabric/experiments": "^7.32.11",
"@fluentui/react-button": "^0.13.1",
"@fluentui/react-compose": "^0.19.2",
"@fluentui/react-next": "^8.0.0-alpha.110",
"@uifabric/experiments": "^7.32.13",
"@uifabric/set-version": "^7.0.23",
"@uifabric/styling": "^7.16.2",
"office-ui-fabric-react": "^7.137.3",
"@uifabric/styling": "^7.16.4",
"office-ui-fabric-react": "^7.137.5",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand Down
10 changes: 5 additions & 5 deletions apps/theming-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@uifabric/build": "^7.0.0"
},
"dependencies": {
"@uifabric/react-cards": "^0.112.10",
"@uifabric/react-cards": "^0.112.12",
"@uifabric/merge-styles": "^7.19.1",
"@uifabric/example-app-base": "^7.15.10",
"@uifabric/variants": "^7.2.14",
"@uifabric/example-app-base": "^7.15.12",
"@uifabric/variants": "^7.2.16",
"@uifabric/set-version": "^7.0.23",
"@uifabric/icons": "^7.5.2",
"@uifabric/icons": "^7.5.4",
"@microsoft/load-themed-styles": "^1.10.26",
"office-ui-fabric-react": "^7.137.3",
"office-ui-fabric-react": "^7.137.5",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@microsoft/load-themed-styles": "^1.10.26",
"es6-promise": "^4.1.0",
"immutability-helper": "~2.8.1",
"office-ui-fabric-react": "^7.137.3",
"office-ui-fabric-react": "^7.137.5",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand Down
20 changes: 10 additions & 10 deletions apps/vr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"test": "just-scripts test"
},
"dependencies": {
"@fluentui/react-button": "^0.12.6",
"@fluentui/react-icons": "^0.3.2",
"@fluentui/react-next": "^8.0.0-alpha.108",
"@fluentui/react-theme-provider": "^0.12.1",
"@fluentui/storybook": "^0.4.13",
"@fluentui/react-button": "^0.13.1",
"@fluentui/react-icons": "^0.3.3",
"@fluentui/react-next": "^8.0.0-alpha.110",
"@fluentui/react-theme-provider": "^0.13.1",
"@fluentui/storybook": "^0.4.15",
"@uifabric/example-data": "^7.1.4",
"@uifabric/experiments": "^7.32.11",
"@uifabric/react-cards": "^0.112.10",
"@uifabric/react-hooks": "^7.13.2",
"@uifabric/experiments": "^7.32.13",
"@uifabric/react-cards": "^0.112.12",
"@uifabric/react-hooks": "^7.13.3",
"@uifabric/set-version": "^7.0.23",
"office-ui-fabric-react": "^7.137.3",
"office-ui-fabric-react": "^7.137.5",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand All @@ -42,7 +42,7 @@
"@types/react-dom": "16.8.4",
"@types/webpack-env": "1.15.1",
"@uifabric/build": "^7.0.0",
"@uifabric/date-time": "^7.17.8",
"@uifabric/date-time": "^7.17.10",
"awesome-typescript-loader": "^3.2.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.5.3",
Expand Down
Loading

0 comments on commit 8912d32

Please sign in to comment.