Skip to content

Theme migration and Form deprecation#2

Open
cdvelop wants to merge 1 commit intomainfrom
feat/theme-migration-form-deprecation-6590359169453353721
Open

Theme migration and Form deprecation#2
cdvelop wants to merge 1 commit intomainfrom
feat/theme-migration-form-deprecation-6590359169453353721

Conversation

@cdvelop
Copy link
Copy Markdown
Contributor

@cdvelop cdvelop commented Apr 15, 2026

Executed the implementation plan for theme migration and form package deprecation.

  1. Theme Migration: All component CSS files now consume --color-* and --mag-* tokens from tinywasm/dom's theme.css. Hardcoded colors have been replaced with these variables and consistent fallbacks.
  2. Form Deprecation: The form/ sub-package was removed as it was a thin wrapper around dom.Form(). Users are now directed to use github.com/tinywasm/form.
  3. Cleanup: Removed palette.go (moved to dom) and registry.go (unused).
  4. Documentation: Updated all READMEs and guides to reflect the new state, including correct component lists and CSS guidelines.

Verified with go test ./... and manual review of CSS files.


PR created automatically by Jules for task 6590359169453353721 started by @cdvelop

- Updated card, modal, nav, table, and button CSS to use --color-* and --mag-* theme tokens from tinywasm/dom with fallback values.
- Removed deprecated components/form package, palette.go, and registry.go.
- Updated documentation (README.md, CATALOG.md, CREATION.md) to reflect theme integration and form package removal.
- Bumped Go version requirement to 1.25.2 in go.mod.

Co-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant