@idealyst/mcp-server 1.2.122 → 1.2.124

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/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  storageGuides,
8
8
  toolDefinitions,
9
9
  translateGuides
10
- } from "./chunk-RVMPULO4.js";
10
+ } from "./chunk-EALTHXKT.js";
11
11
 
12
12
  // src/index.ts
13
13
  import { Server } from "@modelcontextprotocol/sdk/server/index.js";
@@ -4441,7 +4441,9 @@ import { Button, Icon, List, Badge } from '@idealyst/components';
4441
4441
  <Icon
4442
4442
  name="home" // Icon name (required) \u2014 type: IconName
4443
4443
  size="xs|sm|md|lg|xl|number" // Icon size
4444
- color="primary|secondary|..." // Theme color
4444
+ color="primary|secondary|..." // Palette color (Color type)
4445
+ // OR textColor="primary|secondary|tertiary|inverse" \u2014 Text color type
4446
+ // NEVER use both color and textColor \u2014 they are mutually exclusive (discriminated union)
4445
4447
  />
4446
4448
  \`\`\`
4447
4449