Closed enzonotario closed 3 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
vitepress-openapi | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 2, 2024 11:03pm |
The pull request introduces changes to two main files. In src/components/ui/tabs/index.ts
, the tabsTriggerVariants
constant is updated to simplify the default variant string for the TabsTrigger
component. In src/json.css
, several CSS modifications are made to enhance the styling of a JSON viewer and editor, including the introduction of CSS variables for light and dark themes, updates to various element styles, and new rules for specific classes to ensure visual consistency across themes.
File | Change Summary |
---|---|
src/components/ui/tabs/index.ts | Modified tabsTriggerVariants constant; updated default variant string for TabsTrigger . |
src/json.css | Introduced CSS variables for themes; updated styles for JSON viewer/editor elements; added new style rule for .oa-jse .jse-main and modified .oa-jse .jse-modal-bg . |
src/components/ui/tabs/index.ts
file, specifically adding a new variant schemaTabs
to the tabsTriggerVariants
, which is directly related to the changes made in the main PR that also modifies the tabsTriggerVariants
constant in the same file.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?
Description
Related issues/external references
Types of changes