igniteui-theming 27.2.1 → 27.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/json/components/bootstrap.json +1 -1
- package/dist/json/components/fluent.json +1 -1
- package/dist/json/components/indigo.json +1 -1
- package/dist/json/components/material.json +1 -1
- package/dist/json/components/themes.json +5 -0
- package/dist/mcp/index.js +1 -1
- package/dist/mcp/theming/dist/json/components/themes.js +1 -1
- package/dist/tailwind/utilities/bootstrap.css +1 -1
- package/dist/tailwind/utilities/fluent.css +1 -1
- package/dist/tailwind/utilities/indigo.css +1 -1
- package/dist/tailwind/utilities/material.css +1 -1
- package/package.json +1 -1
- package/sass/themes/components/grid/_grid-theme.scss +9 -0
- package/sass/themes/schemas/components/dark/_grid.scss +16 -0
- package/sass/themes/schemas/components/light/_grid.scss +24 -0
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ npm run preview:palette -- --palette=material --variant=light
|
|
|
124
124
|
|
|
125
125
|
## MCP Server (AI-Assisted Theming)
|
|
126
126
|
|
|
127
|
-
The Ignite UI Theming package includes a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that enables AI assistants to generate production-ready theming code for your Ignite UI applications.
|
|
127
|
+
The Ignite UI Theming package includes a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that enables AI assistants to generate production-ready theming code for your Ignite UI applications. This MCP server is part of the larger [AI-assisted development toolchain](https://www.infragistics.com/ai-assisted-app-development) for Ignite UI.
|
|
128
128
|
|
|
129
129
|
### What is MCP?
|
|
130
130
|
|