igniteui-theming 25.1.0-beta.1 → 25.1.0-beta.2

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/dist/mcp/index.js CHANGED
@@ -33,7 +33,7 @@ import { z } from "zod";
33
33
  function createServer() {
34
34
  const server = new McpServer({
35
35
  name: "igniteui-theming",
36
- version: "v25.1.0-beta.1",
36
+ version: "v25.1.0-beta.2",
37
37
  description: "Generate Sass theming code for Ignite UI components - create palettes, typography, elevations, and complete themes"
38
38
  });
39
39
  registerTools(server);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-theming",
3
- "version": "25.1.0-beta.1",
3
+ "version": "25.1.0-beta.2",
4
4
  "description": "A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",