Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions apps/public-docsite-v9-headless/just.config.ts

This file was deleted.

9 changes: 3 additions & 6 deletions apps/public-docsite-v9-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@
"scripts": {
"build-storybook": "storybook build -o ./dist/storybook --docs",
"build-storybook:docsite": "cross-env DEPLOY_PATH=/headless/ storybook build -o ./dist/storybook --docs",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"just": "just-scripts",
"type-check": "just-scripts type-check",
"postbuild-storybook": "yarn generate-llms-docs",
"generate-llms-docs": "yarn storybook-llms-extractor --distPath ./dist/storybook --summaryBaseUrl \"https://storybooks.fluentui.dev/headless/\" --summaryTitle \"Fluent UI React Headless Components\" --summaryDescription \"Fluent UI React headless components provide unstyled, accessible component primitives that can be styled with any CSS approach.\"",
"start": "yarn storybook:docs",
"storybook": "storybook dev --port 3000",
"storybook:docs": "yarn storybook --docs",
"test": "jest --passWithNoTests"
"storybook:docs": "yarn storybook --docs"
},
"dependencies": {
"@fluentui/react-headless-components-preview": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/public-docsite-v9-headless/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build-storybook": {
"dependsOn": [
{
"projects": ["react-storybook-addon", "react-storybook-addon-export-to-sandbox"],
"projects": ["react-storybook-addon", "react-storybook-addon-export-to-sandbox", "storybook-llms-extractor"],
"target": "build"
}
]
Expand Down
4 changes: 3 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,13 @@
"babel-preset-global-context",
"eslint-plugin-react-components",
"react-migration-v0-v9",
"react-migration-v0-v9-stories"
"react-migration-v0-v9-stories",
"public-docsite-v9-headless"
]
}
},
"include": [
"apps/public-docsite-v9-headless/**",
"apps/rit-tests-v9/*",
"apps/rit-tests-v8/*",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ describe('Accordion', () => {
</div>
<div
class="accordion-panel"
inert=""
tabindex="-1"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI in master fails after #35960, missing snapshot update

>
Item #2 Panel
</div>
Expand Down
Loading