Results 4 issues of Cirdes

I'm using shadcn ui with esbuild but it does not support alias as shadcn ui uses: https://github.com/evanw/esbuild/issues/2191 ``` { "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./*"] } } }...

Stale

Why: Variables on shadcn are different from the current rbui variables. Some are missing and others has different values. You can check the default theme variables here: https://ui.shadcn.com/themes This PR...

Create a cron job to sync the website components with the gem

## Description We need to set up a new subdomain: next.rubyui.com. This subdomain should automatically deploy and stay in sync with the main branch of the RubyUI GitHub repository. Its...