Skip to content

Commit

Permalink
Merge https://github.com/microsoft/fluentui into users/robarb/accordi…
Browse files Browse the repository at this point in the history
…on-z-index
  • Loading branch information
Rob Barber committed Dec 9, 2021
2 parents c7d4246 + 3360b45 commit e62ff96
Show file tree
Hide file tree
Showing 1,573 changed files with 34,780 additions and 16,358 deletions.
5 changes: 3 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
packages/a11y-rules/ @kolaps33 @assuncaocharles @layershifter @miroslavstastny @pompomon @jurokapsiar @ling1726
packages/a11y-testing/ @kolaps33 @assuncaocharles @layershifter @miroslavstastny @pompomon @jurokapsiar @ling1726
packages/fluentui/ @assuncaocharles @layershifter @miroslavstastny @pompomon @jurokapsiar @ling1726
packages/fluentui/react-northstar/src/components/Chat/ @assuncaocharles @layershifter @miroslavstastny @pompomon @jurokapsiar @ling1726 @Hirse
packages/fluentui/react-northstar/src/themes/teams/components/Chat/ @assuncaocharles @layershifter @miroslavstastny @pompomon @jurokapsiar @ling1726 @Hirse

#### Web Components
packages/web-components @chrisdholt @EisenbergEffect @nicholasrice
Expand All @@ -71,7 +73,6 @@ public-docsite/ @ecraig12345 @micahgodbolt
public-docsite-resources/ @ecraig12345 @micahgodbolt
perf-test/ @microsoft/fluentui-react-build
# ssr-tests/
# todo-app/

#### Packages
packages/azure-themes/ @hyoshis @Jacqueline-ms @wsmd
Expand Down Expand Up @@ -125,7 +126,7 @@ common/_common.scss @microsoft/cxe-red @phkuo
## Component packages
packages/react-accordion/ @microsoft/teams-prg
packages/react-avatar/ @microsoft/cxe-red @behowell @khmakoto
packages/react-badge/ @ling1726 @layershifter @assuncaocharles @behowell
packages/react-badge/ @microsoft/teams-prg @microsoft/cxe-red @behowell
packages/react-button/ @microsoft/cxe-red @dzearing @khmakoto
packages/react-card/ @microsoft/cxe-prg
packages/react-checkbox/ @microsoft/cxe-red @khmakoto
Expand Down
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'Type: RFC': 'rfcs/**/*.md'
15 changes: 15 additions & 0 deletions .github/workflows/pr-housekeeping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Pull request houskeeping 🧹
on:
- pull_request_target

permissions:
contents: read
pull-requests: write

jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
39 changes: 0 additions & 39 deletions .storybook/babel.plugin.js

This file was deleted.

15 changes: 15 additions & 0 deletions .storybook/preview-head-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@
color: #000000;
}

#docs-root .sbdocs-h3:before {
content: '';
display: block;
height: 60px;
margin: -60px 0 0;
}

#docs-root .sbdocs-li {
font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue',
sans-serif;
Expand Down Expand Up @@ -150,6 +157,14 @@
border-bottom: 1px solid #edebe9;
}

#docs-root .docblock-argstable-body > tr > td:nth-child(4) {
display: none;
}

#docs-root .docblock-argstable-head > tr > th:nth-child(4) {
display: none;
}

#docs-root .docblock-argstable tbody tr {
border: none;
}
Expand Down
8 changes: 0 additions & 8 deletions apps/a11y-tests/.eslintrc.json

This file was deleted.

Loading

0 comments on commit e62ff96

Please sign in to comment.