@redsift/ds-mcp-server 12.5.3 → 12.5.4-muiv8-alpha.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "DmarcSummaryBoxes",
3
- "description": "DmarcSummaryBoxes renders two side-by-side summary boxes for the DMARC card.\n\n- Box 1 (\"Email: Compliance\") summarises whether the specific email passed DMARC.\n Hidden in domain-analyzer mode (no email to evaluate) and when result is an error.\n- Box 2 (\"Domain: Policy\") summarises the domain's DMARC policy strength. Always shown.\n\nOn smaller viewports (≤765px) the boxes stack vertically.",
3
+ "description": "",
4
4
  "package": "@redsift/products",
5
5
  "filePath": "packages/products/src/components/signal-cards/cards/SignalCardDmarc/DmarcSummaryBoxes.tsx",
6
6
  "props": [
@@ -1,4 +1,4 @@
1
1
  {
2
- "generatedAt": "2026-05-19T07:19:17.679Z",
3
- "commitSha": "06c293087b38eed12e13fccefba0e3a21ebfcb0e"
2
+ "generatedAt": "2026-05-19T10:08:12.088Z",
3
+ "commitSha": "1ddf17be25881f741b501fe50ac7cf000cceab04"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redsift/ds-mcp-server",
3
- "version": "12.5.3",
3
+ "version": "12.5.4-muiv8-alpha.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "MCP server for the Red Sift Design System — provides component lookup, prop documentation, and code generation tools for AI assistants.",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "06c293087b38eed12e13fccefba0e3a21ebfcb0e"
40
+ "gitHead": "1ddf17be25881f741b501fe50ac7cf000cceab04"
41
41
  }