Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support focus rect in shadow dom #2

Open
wants to merge 199 commits into
base: shadow-dom
Choose a base branch
from

Conversation

brwai
Copy link

@brwai brwai commented Aug 14, 2023

Previous Behavior

Focus rect styles are not applied to Fluent components within shadow doms

New Behavior

Added FocusRectProvider within MergeStylesShadowRootProvider.

Screen.Recording.2023-08-14.at.15.22.56.mov

Related Issue(s)

microsoft#28061

brwai and others added 2 commits August 14, 2023 16:46
…ntation (microsoft#28906)

* feat: update mergeStyles to support shadow DOM

NOTE: this is stil a work in progress.

- Refactors Stylesheet.ts to support shadow DOM
- Adds React context and hooks for opting in to
  shadow DOM
- Adds an API for projecting styles to child windows.

* refactor and docs

- Refactors stylesheet shadow DOM implementation a bit.
- Adds a new docs page.

* refactor to clean up types

- Fixes various Typescript errors
- Adds APIs to better encapsulate shadow DOM features

* change files

* add pipeline trigger

* update test

* fix typescript error

* improve 'ShadowConfig' check

* export ShadowConfig type

* add constant for '__global__'

* add default ShadowConfig

* remove commented out line

* better change file messages

* remove IStyleSheetKey type

* clean up

* fix import path

* add null checks before inserting styles

* remove commented out code

* refactor IStyleOptions to optionally include shadowConfig

Adds an optional `shadowConfig` object to IStyleOptions. This
allows us to pass the shadow DOM configuration object through to
all the places we need it without modifying APIs to add a parameter
for "shadowConfig".

Aligns naming. Previously we had a type `ShadowConfig` and mostly referred
to objects as "shadowConfig" but there were some instances of "shadowDom".
Everything is now referred to by "shadowConfig/ShadowConfig".

* update styleToClassName tests

* update customizable tests

* update component types for shadow DOM

- remove "shadowDom" prop
- update syles types to include "__shadowConfig__" key

* remove unused variable

* fix types in shadow dom example

* add guard to calling requestAnimationFrame in Stylesheet

This fix is for ssr-tests.
@brwai brwai changed the base branch from constructible-stylesheets/merge-styles to shadow-dom August 31, 2023 17:49
emmayjiang and others added 10 commits August 31, 2023 11:12
* add Announce context

* changefile

* Update packages/react-components/react-shared-contexts/src/AnnounceContext/AnnounceContext.ts

Co-authored-by: Sarah Higley <smhigley@users.noreply.github.com>

* options fixes

* updated api

* Update packages/react-components/react-shared-contexts/src/AnnounceContext/AnnounceContext.ts

Co-authored-by: ling1726 <lingfangao@hotmail.com>

* remove generic type

---------

Co-authored-by: Sarah Higley <smhigley@users.noreply.github.com>
Co-authored-by: ling1726 <lingfangao@hotmail.com>
* feat(FluentProvider): emit errors on duplicate IDs

* rework to properly work in SSR

* Update apps/public-docsite-v9/src/Concepts/AdvancedConfiguration.stories.mdx

Co-authored-by: ling1726 <lingfangao@hotmail.com>

---------

Co-authored-by: ling1726 <lingfangao@hotmail.com>
* Fixing re-render issue for area chart

* Area chart re-render fix

* Fixing re-rendering for GVBC, HBC, Donut and HeatMap

* Fixing the re-render issue for other charts

* Change file

* Updating snapshots

* Resolving build error

* Updating the charts to reduce re-renders

* Fixing build errors

* Merging master and updating snapshots

* Updating snapshots

* Update test

* Fixing build and test errors

* Fixing build and test errors

* Fixing build errors

* Fixing test error

* Removing the test causing error

* Resolving sankey chart test error

* Fixing Sankey chart test failures

* Fixing errors in line chart tests

* Fixing errors

* Fixing test errors

* Removing 2 tests

* Resolving donut test issue

* Removing tests using act in donut chart

* Resetting ids for donut test fix

* Deleting tests causing test errors in PR build

* Updating the charts for empty scenario

* Removing tests that are failing the tests

* Resolving PR comments

* Heatmap test update

* Sparkline test update
…#28698)

* Revert "fix(react-menu): use outline for menuItem focus ring (microsoft#28685)"

This reverts commit 9250428.

* chg
* Adding component test plans for stacked bar chart

* Change file

* Adding few more tests
marcosmoura and others added 2 commits August 31, 2023 11:12
…ntation (microsoft#28906)

* feat: update mergeStyles to support shadow DOM

NOTE: this is stil a work in progress.

- Refactors Stylesheet.ts to support shadow DOM
- Adds React context and hooks for opting in to
  shadow DOM
- Adds an API for projecting styles to child windows.

* refactor and docs

- Refactors stylesheet shadow DOM implementation a bit.
- Adds a new docs page.

* refactor to clean up types

- Fixes various Typescript errors
- Adds APIs to better encapsulate shadow DOM features

* change files

* add pipeline trigger

* update test

* fix typescript error

* improve 'ShadowConfig' check

* export ShadowConfig type

* add constant for '__global__'

* add default ShadowConfig

* remove commented out line

* better change file messages

* remove IStyleSheetKey type

* clean up

* fix import path

* add null checks before inserting styles

* remove commented out code

* refactor IStyleOptions to optionally include shadowConfig

Adds an optional `shadowConfig` object to IStyleOptions. This
allows us to pass the shadow DOM configuration object through to
all the places we need it without modifying APIs to add a parameter
for "shadowConfig".

Aligns naming. Previously we had a type `ShadowConfig` and mostly referred
to objects as "shadowConfig" but there were some instances of "shadowDom".
Everything is now referred to by "shadowConfig/ShadowConfig".

* update styleToClassName tests

* update customizable tests

* update component types for shadow DOM

- remove "shadowDom" prop
- update syles types to include "__shadowConfig__" key

* remove unused variable

* fix types in shadow dom example

* add guard to calling requestAnimationFrame in Stylesheet

This fix is for ssr-tests.
@spmonahan spmonahan force-pushed the shadow-dom branch 4 times, most recently from 2890dcd to 08dcdbe Compare October 12, 2023 18:50
@spmonahan spmonahan force-pushed the shadow-dom branch 2 times, most recently from baebd76 to 2cb8e6e Compare January 5, 2024 20:41
@spmonahan spmonahan force-pushed the shadow-dom branch 2 times, most recently from fd86df2 to a69b410 Compare February 22, 2024 23:35
@spmonahan spmonahan force-pushed the shadow-dom branch 3 times, most recently from 268bd0a to 3a804d8 Compare February 28, 2024 01:02
@spmonahan spmonahan force-pushed the shadow-dom branch 2 times, most recently from 6d48e20 to 7386d73 Compare March 8, 2024 19:28
@spmonahan spmonahan force-pushed the shadow-dom branch 2 times, most recently from bada8e6 to a994c4e Compare March 29, 2024 19:25
@spmonahan spmonahan force-pushed the shadow-dom branch 2 times, most recently from a854381 to 802ffdd Compare April 18, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet