Conversation
- Add optional fontVariables parameter to ChaiPageStyles component (defaults to false) - Update getChaiThemeCssVariables to accept object with theme and fontVariables flag - Add fontsInTheme feature flag to ChaiBuilderEditorProps - Conditionally render Typography section in ThemeConfigPanel based on fontsInTheme flag - Use dangerouslySetInnerHTML consistently for style tags - Update type imports to use ChaiTheme instead of ChaiBuilderThemeValues
… modules - Add explicit ChaiBlockConfig type annotation to FormConfig - Reorder imports to follow consistent grouping (SDK types, external libs, internal) - Fix font-helpers import path to use SDK runtime instead of relative path - Add type assertion for tailwindcss to resolve type compatibility
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
refactor: add fontVariables flag to control font CSS variable generation
refactor: improve type safety and organize imports in form and styles modules
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
sdk | d577de4 | Feb 05 2026, 05:00 AM |
…comprehensive tests Co-authored-by: surajair <9153560+surajair@users.noreply.github.com>
Check for text selection before copying/cutting blocks to allow normal text copying Co-authored-by: surajair <9153560+surajair@users.noreply.github.com>
fix: prevent undefined/false literals in CSS output from getChaiThemeCssVariables
refactor: remove Next.js form blocks and registration from framework package
…orrect-variables-code
…-not-generating-correct-variables-code fix: getChaiThemeCssVariables not generating correct variables code
feat: add change password functionality to user info panel
refactor: defaultChaiLibrary export from @chaibuilder/next
Fix copy/cut shortcuts to respect text selection
…mic routing support
…aft mode is set earlier
…g-in-live-mode feat: pass dynamic segments from page types to getPageBySlug for dynamic routing support
…g-in-live-mode refactor: move getChaiPageTypes import from local runtime to @Chaibui…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Included PRs (dev → main)