Closed vio closed 1 week ago
[!CAUTION]
Review failed
The pull request is closed.
The changes involve modifications to several CSS files and Storybook stories related to UI components. The variables.css
file sees an update to the shadow color variable, while dialog.module.css
adjusts the maximum widths of dialog variations. The dialog.stories.tsx
introduces a new argument type for controlling dialog width. The hover card's padding is simplified in hover-card.module.css
, and a new tooltip class is added in tooltip.stories.module.css
. Lastly, tooltip.stories.tsx
undergoes significant restructuring for improved type safety and clarity in story definitions.
File Path | Change Summary |
---|---|
packages/ui/src/css/variables.css |
Updated --color-shadow from rgba(0, 0, 0, 0.2) to rgba(0, 0, 0, 0.25) . |
packages/ui/src/ui/dialog/dialog.module.css |
.width--narrow max-width updated from 360px to 480px ; .width--wide max-width updated from 1024px to 960px . |
packages/ui/src/ui/dialog/dialog.stories.tsx |
Added width to argTypes ; refactored Default story to use DialogComponent with storyArgs . |
packages/ui/src/ui/hover-card/hover-card.module.css |
Updated .hoverCard padding from var(--space-xsmall) var(--space-small) to var(--space-small) . |
packages/ui/src/ui/tooltip/tooltip.stories.module.css |
Added new class .customTooltip with specified styles. |
packages/ui/src/ui/tooltip/tooltip.stories.tsx |
Updated default export to typed constant meta ; redefined stories for type safety; added CustomTooltip story. |
In a world of shadows, oh so bright,
The dialogs widen, a lovely sight.
With padding refined and tooltips anew,
Our UI dances in colors so true.
A rabbit's cheer for changes made,
In this vibrant world, let joy cascade! πβ¨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
58683a2(current) vs db71423 master#11640(baseline)
[!WARNING] Bundle contains 2 duplicate packages β View duplicate packages
Bundle metrics
2 changes
1 improvement
ββββββββββ | ββββββCurrent #11641 |
βββββBaseline #11640 |
---|---|---|
Initial JS | 334.13KiB |
334.13KiB |
Initial CSS | 46.89KiB (-0.04% ) |
46.91KiB |
Cache Invalidation | 12.31% |
0% |
Chunks | 3 |
3 |
Assets | 4 |
4 |
Modules | 699 |
699 |
Duplicate Modules | 0 |
0 |
Duplicate Code | 0% |
0% |
Packages | 39 |
39 |
Duplicate Packages | 1 |
1 |
1 change
1 improvement
Bundle analysis reportβBranch improve-overlaysβProject dashboard
Generated by RelativeCIβDocumentationβReport issue
Summary by CodeRabbit
Release Notes
New Features
.customTooltip
CSS class for enhanced tooltip styling.Dialog
component, allowing users to select from various sizes.Improvements
Bug Fixes