You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(mcp): add chart series colors tool, resources, and guidance
Add first-class coverage for Ignite UI chart series/brush colors,
previously entirely absent from the theming MCP server.
Explicitly excludes sparkline (singular, non-palette color tokens) and
selection/highlight colors (no Sass theme equivalent) — both enforced
with tests, not just comments.
feat(navdrawer): add size and size--mini schema tokens (#590)
Expose full and mini drawer widths as theme tokens so Angular and
Web Components can consume --ig-nav-drawer-size / --ig-nav-drawer-size--mini
from the theming package instead of redeclaring separate names.
Refs IgniteUI/igniteui-webcomponents#2240