Oleksandr Fediashov

Results 77 issues of Oleksandr Fediashov

_Comes from #178._ Griffel handles classes & pseudo classes selectors properly, for example: ```ts makeStyles({ root: { '&.foo': { color: 'red' } }, }); ``` Produces correct result ✅ ```css...

🐞 bug

Currently our https://griffel.js.org/try-it-out/ is powered by hash based based on snippets collected in `Playground` component: https://github.com/microsoft/griffel/blob/62cf39c860782a69ea9c89d797cdda094a3605a6/apps/website/src/components/Playground/index.tsx#L9 Ideally we should have: - a real page for every example i.e. `/try-it-out/margin` -...

📃 documentation
🛟 help wanted

## New Behavior ## Related Issue(s) - Fixes #26579

Component: Tooltip

### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added I would like to be able to render Fluent UI React v9 components inside...

Type: Feature
Fluent UI react-components (v9)

### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added We have a CI step that currently does not produce meaningful results and sometimes...

Area: Build System
Type: Feature

### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added - `DialogTrigger` manages focus handling (restoration) when a `Dialog` gets closed - `Dialog` can...

Area: Documentation
Component: Dialog
Fluent UI react-components (v9)

Recently we had various discussions around triggers and reached the agreement on how it should work: - No magic handling of props in triggers, props should be applied always. I.e...

Area: Build System
Area: Testing
Fluent UI react-components (v9)
Resolution: Soft Close

## Previous Behavior ## New Behavior ## Related Issue(s) - Fixes #

### Describe the bug Hello folks 👋 I am working on Linaria with @Anber, recently we an issue about the problem in dev mode, https://github.com/callstack/linaria/issues/1246. To provide context, Linaria performs...

pending triage

### Versions `[email protected]` ### Problem Stylis does minification and it works great: ```css .foo { color: red; } .bar { color: blue; background: orange; } /* ⬇️⬇️⬇️ */ .foo{color:red;}.bar{color:blue;background:orange;} ```...