Skip to content

fix: decouple modern-normalize from the SDK#3180

Open
arnautov-anton wants to merge 2 commits intomasterfrom
fix/decouple-css-normalization
Open

fix: decouple modern-normalize from the SDK#3180
arnautov-anton wants to merge 2 commits intomasterfrom
fix/decouple-css-normalization

Conversation

@arnautov-anton
Copy link
Copy Markdown
Contributor

@arnautov-anton arnautov-anton commented May 8, 2026

🎯 Goal

Decouple modern-normalize from the SDK and provide a minimal normalization rules. This change will require a documentation changes suggesting integrators to consider using modern-normalize within their projects.

Continuation of the issue #3134.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

Size Change: +64 B (+0.01%)

Total Size: 679 kB

📦 View Changed
Filename Size Change
dist/css/index.css 39.7 kB +64 B (+0.16%)
ℹ️ View Unchanged
Filename Size
dist/cjs/audioProcessing.js 1.32 kB
dist/cjs/emojis.js 3.01 kB
dist/cjs/index.js 270 kB
dist/cjs/mp3-encoder.js 1.27 kB
dist/cjs/useNotificationApi.js 45.4 kB
dist/css/emoji-picker.css 178 B
dist/css/emoji-replacement.css 456 B
dist/es/audioProcessing.mjs 1.31 kB
dist/es/emojis.mjs 2.52 kB
dist/es/index.mjs 268 kB
dist/es/mp3-encoder.mjs 756 B
dist/es/useNotificationApi.mjs 45.2 kB

compressed-size-action

Comment thread src/styling/index.scss
@use '../components/VideoPlayer/styling' as VideoPlayer;

// Layers have to be kept the last
@import 'modern-normalize' layer(css-reset);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should we still keep a dependency on modern-normalize in our package.json?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants