Skip to content

feat: resolve component dependencies and update storybook - #807

Merged
RanitManik merged 6 commits into
alphafrom
dev
Aug 5, 2026
Merged

feat: resolve component dependencies and update storybook#807
RanitManik merged 6 commits into
alphafrom
dev

Conversation

@RanitManik

Copy link
Copy Markdown
Member

Description

This pull request introduces several improvements and updates across the Ruma UI monorepo, focusing on design consistency, dependency updates, and repository maintenance. The most significant changes include the introduction of a .github/CODEOWNERS file, updates to Storybook and related dependencies, design system alignment for several UI components, and the addition of support and citation documentation.

Repository & Documentation Changes:

  • Added a .github/CODEOWNERS file to define ownership for different parts of the repository, improving code review and maintenance workflows.
  • Added .github/SUPPORT.md to provide clear guidelines for getting help, reporting bugs, and contributing to the project.
  • Added a CITATION.cff file to standardize how Ruma UI should be cited in academic and software projects.
  • Added an MIT LICENSE file for open source compliance.

Dependency Updates:

  • Updated Storybook and related packages (@storybook/addon-a11y, @storybook/addon-docs, @storybook/react-vite, eslint-plugin-storybook, storybook) from version 10.4.6 to 10.5.6 for better features and bug fixes. [1] [2] [3]
  • Upgraded Chromatic GitHub Action from v13 to v18 in the deployment workflow for improved Storybook publishing.

Design System & Component Consistency:

  • Standardized the default border radius (rounded) prop from "md" to "sm" for Alert, Button, Card, and Clipboard components for a more consistent look. [1] [2] [3] [4]
  • Updated Badge component to use design system color tokens (e.g., bg-success, bg-warning) instead of hardcoded Tailwind colors, improving theme consistency and maintainability.
  • Improved Checkbox and ContextMenu components by refining border radius options and allowing customizable rounding for context menus. [1] [2] [3] [4] [5] [6]
  • Enhanced Breadcrumb accessibility and focus styling by adding the rui-focus-ring class to breadcrumb items.
  • Improved Calendar's "today" cell styling for better visibility and consistency.
  • Refined Drawer component styles, including overlay, background, border, and animation classes, for a more polished and consistent appearance. [1] [2]

These changes collectively improve the developer experience, design consistency, and maintainability of the Ruma UI library.

RanitManik and others added 6 commits July 31, 2026 20:54
Bumps [chromaui/action](https://github.com/chromaui/action) from 13 to 18.
- [Release notes](https://github.com/chromaui/action/releases)
- [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md)
- [Commits](chromaui/action@v13...v18)

---
updated-dependencies:
- dependency-name: chromaui/action
  dependency-version: '18'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [chromaui/action](https://github.com/chromaui/action) from 13 to
18.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/chromaui/action/blob/main/CHANGELOG.md">chromaui/action's
changelog</a>.</em></p>
<blockquote>
<h1>v13.3.4 (Tue Nov 18 2025)</h1>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Fix passing signal to Execa <a
href="https://redirect.github.com/chromaui/chromatic-cli/pull/1220">#1220</a>
(<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Gert Hengeveld (<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<hr />
<h1>v13.3.3 (Fri Oct 31 2025)</h1>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Strip ' + N modules' when matching against untraced files <a
href="https://redirect.github.com/chromaui/chromatic-cli/pull/1217">#1217</a>
(<a
href="https://github.com/justin-thurman"><code>@​justin-thurman</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Justin Thurman (<a
href="https://github.com/justin-thurman"><code>@​justin-thurman</code></a>)</li>
</ul>
<hr />
<h1>v13.3.2 (Fri Oct 24 2025)</h1>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Fix Node 24 security warning <a
href="https://redirect.github.com/chromaui/chromatic-cli/pull/1215">#1215</a>
(<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li>
<li>Remove <code>corepack enable</code> from GitHub Actions <a
href="https://redirect.github.com/chromaui/chromatic-cli/pull/1218">#1218</a>
(<a
href="https://github.com/justin-thurman"><code>@​justin-thurman</code></a>)</li>
<li>Setup permissions for NPM trusted publishing <a
href="https://redirect.github.com/chromaui/chromatic-cli/pull/1216">#1216</a>
(<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li>
</ul>
<h4>Authors: 2</h4>
<ul>
<li>Cody Kaup (<a
href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li>
<li>Justin Thurman (<a
href="https://github.com/justin-thurman"><code>@​justin-thurman</code></a>)</li>
</ul>
<hr />
<h1>v13.3.1 (Tue Oct 21 2025)</h1>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Prevent log file from writes during metadata upload <a
href="https://redirect.github.com/chromaui/chromatic-cli/pull/1214">#1214</a>
(<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Cody Kaup (<a
href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li>
</ul>
<hr />
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chromaui/action/commit/14cfaef73576e69f95f47f60058063f46ca38719"><code>14cfaef</code></a>
v18.1.0</li>
<li><a
href="https://github.com/chromaui/action/commit/94713c544284a14195de3b50ef24301579f1877e"><code>94713c5</code></a>
v18.0.1</li>
<li><a
href="https://github.com/chromaui/action/commit/b5b575184e923495cfbd28d3c0df91b42379c94e"><code>b5b5751</code></a>
v18.0.0</li>
<li><a
href="https://github.com/chromaui/action/commit/98132da0fca2211fb41b3af7b49ce85176007851"><code>98132da</code></a>
v17.8.0</li>
<li><a
href="https://github.com/chromaui/action/commit/7ffa9343588f15ff3f4cde30e03cd23204ed6a9c"><code>7ffa934</code></a>
v17.7.2</li>
<li><a
href="https://github.com/chromaui/action/commit/c8eb1dde813a34d0e86b136d8c4faedd0a7351ab"><code>c8eb1dd</code></a>
v17.7.1</li>
<li><a
href="https://github.com/chromaui/action/commit/89aa0e0d5e256281f82c066583ff82c0dbc78727"><code>89aa0e0</code></a>
v17.7.0</li>
<li><a
href="https://github.com/chromaui/action/commit/c49581ed7e45543eef2b5d727cf97a688a83e7d8"><code>c49581e</code></a>
v17.6.0</li>
<li><a
href="https://github.com/chromaui/action/commit/7804f34e4e59c0d9b3c856848f46ad96d7897429"><code>7804f34</code></a>
v17.5.0</li>
<li><a
href="https://github.com/chromaui/action/commit/1db61b73b7919508ee8e62336f04bd0aed6da756"><code>1db61b7</code></a>
v17.4.1</li>
<li>Additional commits viewable in <a
href="https://github.com/chromaui/action/compare/v13...v18">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chromaui/action&package-manager=github_actions&previous-version=13&new-version=18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
@RanitManik RanitManik self-assigned this Aug 5, 2026
@RanitManik RanitManik added the enhancement New feature or request label Aug 5, 2026
@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ruma-ui Building Building Preview Aug 5, 2026 5:12pm
ruma-ui-storybook Ready Ready Preview Aug 5, 2026 5:12pm

@changeset-bot

changeset-bot Bot commented Aug 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 4a6e61c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 189141cd-bd34-4711-b4fc-f12f19c82c84

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@RanitManik RanitManik left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

safe

@RanitManik
RanitManik merged commit 5df99f1 into alpha Aug 5, 2026
8 of 17 checks passed
@vercel
vercel Bot temporarily deployed to Preview – ruma-ui August 5, 2026 17:14 Inactive
github-actions Bot pushed a commit that referenced this pull request Aug 5, 2026
## [1.0.0-alpha.5](v1.0.0-alpha.4...v1.0.0-alpha.5) (2026-08-05)

### 🚀 Features

* resolve component dependencies and update storybook ([#807](#807)) ([5df99f1](5df99f1)), closes [/#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L108-R110](https://github.com/ruma-ui///issues/diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L108-R110) [/#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L143-R143](https://github.com/ruma-ui///issues/diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L143-R143) [/#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L163-R163](https://github.com/ruma-ui///issues/diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L163-R163) [/#diff-3192c93fda2b1cc081b272d1cca4f1f4d838b85ce52878b18d09174ba9c2f976L185-R185](https://github.com/ruma-ui///issues/diff-3192c93fda2b1cc081b272d1cca4f1f4d838b85ce52878b18d09174ba9c2f976L185-R185) [/#diff-b82b9a4fed1606e7dc0f870758c8e00db99737c36bbb8150c69ebb47a4dd2598L98-R98](https://github.com/ruma-ui///issues/diff-b82b9a4fed1606e7dc0f870758c8e00db99737c36bbb8150c69ebb47a4dd2598L98-R98) [/#diff-94100c9fe2f9fca92d670ab1121f30d487588013d0cae75e171a28fac68d18ddL112-R112](https://github.com/ruma-ui///issues/diff-94100c9fe2f9fca92d670ab1121f30d487588013d0cae75e171a28fac68d18ddL112-R112) [/#diff-02e64f807c1bb0d74983133f56cffc763b7ddaedeab0628f2f51eb83d3abdb59L144-R144](https://github.com/ruma-ui///issues/diff-02e64f807c1bb0d74983133f56cffc763b7ddaedeab0628f2f51eb83d3abdb59L144-R144) [/#diff-1f2ad43a9795386fe5976eb2ca79c1393654e1eda744e70271ceb2f9e4cd5098L87-R90](https://github.com/ruma-ui///issues/diff-1f2ad43a9795386fe5976eb2ca79c1393654e1eda744e70271ceb2f9e4cd5098L87-R90) [/#diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL24-R37](https://github.com/ruma-ui///issues/diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL24-R37) [/#diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eR72-R76](https://github.com/ruma-ui///issues/diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eR72-R76) [/#diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL195-R209](https://github.com/ruma-ui///issues/diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL195-R209) [/#diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL248-R258](https://github.com/ruma-ui///issues/diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL248-R258) [/#diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL267-R283](https://github.com/ruma-ui///issues/diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL267-R283) [/#diff-721f2dfa740fa77dfee328f955f2d5cfdd78fa9ff5b0abde41e3d5ffa4b42711L93-R111](https://github.com/ruma-ui///issues/diff-721f2dfa740fa77dfee328f955f2d5cfdd78fa9ff5b0abde41e3d5ffa4b42711L93-R111) [/#diff-721f2dfa740fa77dfee328f955f2d5cfdd78fa9ff5b0abde41e3d5ffa4b42711L163-R176](https://github.com/ruma-ui///issues/diff-721f2dfa740fa77dfee328f955f2d5cfdd78fa9ff5b0abde41e3d5ffa4b42711L163-R176)

### 🐛 Bug Fixes

* **cli:** resolve component dependencies and missing tw helper exports ([#788](#788)) ([5948bb8](5948bb8))

### ♻️ Code Refactoring

* standardize border-radius and update focus ring implementation across UI components ([fdf8de7](fdf8de7))

### 👷 Continuous Integration

* **deps:** bump chromaui/action from 13 to 18 ([b5f25a2](b5f25a2))
* **deps:** bump chromaui/action from 13 to 18 ([#789](#789)) ([4a6e61c](4a6e61c))
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0-alpha.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

RanitManik pushed a commit that referenced this pull request Aug 5, 2026
## [1.0.0-alpha.5](v1.0.0-alpha.4...v1.0.0-alpha.5) (2026-08-05)

### 🚀 Features

* resolve component dependencies and update storybook ([#807](#807)) ([5df99f1](5df99f1)), closes [/#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L108-R110](https://github.com/ruma-ui///issues/diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L108-R110) [/#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L143-R143](https://github.com/ruma-ui///issues/diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L143-R143) [/#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L163-R163](https://github.com/ruma-ui///issues/diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L163-R163) [/#diff-3192c93fda2b1cc081b272d1cca4f1f4d838b85ce52878b18d09174ba9c2f976L185-R185](https://github.com/ruma-ui///issues/diff-3192c93fda2b1cc081b272d1cca4f1f4d838b85ce52878b18d09174ba9c2f976L185-R185) [/#diff-b82b9a4fed1606e7dc0f870758c8e00db99737c36bbb8150c69ebb47a4dd2598L98-R98](https://github.com/ruma-ui///issues/diff-b82b9a4fed1606e7dc0f870758c8e00db99737c36bbb8150c69ebb47a4dd2598L98-R98) [/#diff-94100c9fe2f9fca92d670ab1121f30d487588013d0cae75e171a28fac68d18ddL112-R112](https://github.com/ruma-ui///issues/diff-94100c9fe2f9fca92d670ab1121f30d487588013d0cae75e171a28fac68d18ddL112-R112) [/#diff-02e64f807c1bb0d74983133f56cffc763b7ddaedeab0628f2f51eb83d3abdb59L144-R144](https://github.com/ruma-ui///issues/diff-02e64f807c1bb0d74983133f56cffc763b7ddaedeab0628f2f51eb83d3abdb59L144-R144) [/#diff-1f2ad43a9795386fe5976eb2ca79c1393654e1eda744e70271ceb2f9e4cd5098L87-R90](https://github.com/ruma-ui///issues/diff-1f2ad43a9795386fe5976eb2ca79c1393654e1eda744e70271ceb2f9e4cd5098L87-R90) [/#diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL24-R37](https://github.com/ruma-ui///issues/diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL24-R37) [/#diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eR72-R76](https://github.com/ruma-ui///issues/diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eR72-R76) [/#diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL195-R209](https://github.com/ruma-ui///issues/diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL195-R209) [/#diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL248-R258](https://github.com/ruma-ui///issues/diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL248-R258) [/#diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL267-R283](https://github.com/ruma-ui///issues/diff-d5cd0048241489f96ef0905fdd88659c1ce3d0a9f1ecbd4ad17949cfda21148eL267-R283) [/#diff-721f2dfa740fa77dfee328f955f2d5cfdd78fa9ff5b0abde41e3d5ffa4b42711L93-R111](https://github.com/ruma-ui///issues/diff-721f2dfa740fa77dfee328f955f2d5cfdd78fa9ff5b0abde41e3d5ffa4b42711L93-R111) [/#diff-721f2dfa740fa77dfee328f955f2d5cfdd78fa9ff5b0abde41e3d5ffa4b42711L163-R176](https://github.com/ruma-ui///issues/diff-721f2dfa740fa77dfee328f955f2d5cfdd78fa9ff5b0abde41e3d5ffa4b42711L163-R176)

### 🐛 Bug Fixes

* **cli:** resolve component dependencies and missing tw helper exports ([#788](#788)) ([5948bb8](5948bb8))

### ♻️ Code Refactoring

* standardize border-radius and update focus ring implementation across UI components ([fdf8de7](fdf8de7))

### 👷 Continuous Integration

* **deps:** bump chromaui/action from 13 to 18 ([b5f25a2](b5f25a2))
* **deps:** bump chromaui/action from 13 to 18 ([#789](#789)) ([4a6e61c](4a6e61c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request released on @alpha

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant