이채준 - CJ Lee
이채준 - CJ Lee
fixes #15419 ### Description As mentioned in the issue, when parsing `srcset`, the `,` inside base64 value was getting split and joined again, breaking the base64 encoding. The comment of...
When resizing the [Themes](https://ui.shadcn.com/themes), the grid falls apart. It is due to the fact that `1fr` of `grid-cols-[260px_1fr]` needs to be `minmax(0,1fr)`. And there was a typo in the className...
### Description - fixes https://github.com/radix-ui/primitives/issues/602 - ref https://github.com/radix-ui/primitives/discussions/560#discussioncomment-3115606 Reading the comments from the discussion, I made the `date-state` more explicit by adding the name of the radix component. This feature...
### Description - fixes: https://github.com/vitejs/vite/issues/15915 Previously, css code were concatenated into one string and then passed to `finalizeCss()` which made it hard to track where the error came from. So,...
### Description - fixes #16570 When the log is more than 5000 characters, it gets truncated and shows that it is truncated. ### TD;LR AS-IS ```bash ... Transforming const to...
#### Fixes #6780 #### Checklist - [ ] Includes tests - [ ] Update documentation #### Changes proposed in this pull request: Previously in this PR https://github.com/palantir/blueprint/pull/6269, `menu-header` (or `menu-divider`)...