Oleksandr Fediashov
Oleksandr Fediashov
- **docs: rework icons catalog** - **use tokens** - **try shorthands** ## Previous Behavior ## New Behavior ## Related Issue(s) - Fixes #
In I am trying to re-export functions in #20628: ```tsx // 🚨 breaks build export * as shorthands from './shorthands/index'; ``` But it's impossible, see #18906. I modified code to...
## Description The RFC proposes halting the pre-processing of styles in `@fluentui/react-components` to address CSS clashes observed when apps are bundled into multiple separate bundles. Two options are presented: -...
Hello there 👋 Recently in Fluent UI we noticed that there are complains about `peerDependencies` that we never noticed before (https://github.com/microsoft/fluentui/pull/23697, https://github.com/microsoft/fluentui/pull/23681, https://github.com/microsoft/fluentui/issues/23639). ------ I created a small reproduction case...
Sized & unsized icons for `@fluentui/react-icons` don't have the same scale: This happens while both icons the same computed box: #### unsized icon #### sized icon (32) Reproduction: - https://stackblitz.com/edit/vitejs-vite-braap8?file=src%2FApp.tsx
## Previous Behavior ## New Behavior ## Related Issue(s) - Fixes #
- **chore: move fixtures to "aot" folder** - **chore: add fixtures for CSS transform** - **chore: move fixtures to AOT** - **chore: flatten loaders**
see for context, https://github.com/microsoft/griffel/pull/450#discussion_r1560957583.
I ran generator for `@fluentui/babel-make-styles` and `@fluentui/jest-serializer-make-styles`. In both cases generator creates `.babelrc` which is non-sense: we currently have there plugins to improve perf (`@fluentui/babel-make-styles` itself) or to improve bundle...
I ran generator for `@fluentui/make-styles-webpack-loader` and get failures on CI:  This happens because generator removes config options from `jest.config.js`: 