@redsift/ds-mcp-server 12.5.1 → 12.5.2-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.
@@ -6788,14 +6788,6 @@ Text uses CSS variables (--sc-font-body, --sc-text-color) which adapt based on t
6788
6788
 
6789
6789
  ### DmarcSummaryBoxes
6790
6790
 
6791
- DmarcSummaryBoxes renders two side-by-side summary boxes for the DMARC card.
6792
-
6793
- - Box 1 ("Email: Compliance") summarises whether the specific email passed DMARC.
6794
- Hidden in domain-analyzer mode (no email to evaluate) and when result is an error.
6795
- - Box 2 ("Domain: Policy") summarises the domain's DMARC policy strength. Always shown.
6796
-
6797
- On smaller viewports (≤765px) the boxes stack vertically.
6798
-
6799
6791
  **Package:** @redsift/products
6800
6792
  **File:** packages/products/src/components/signal-cards/cards/SignalCardDmarc/DmarcSummaryBoxes.tsx
6801
6793
 
@@ -220,7 +220,7 @@ The Red Sift Design System provides reusable UI components including forms, navi
220
220
  - **Dialog** (10 props): RadarDialog displays Radar AI interactions in a branded modal dialog.
221
221
  - **Dialog** (9 props)
222
222
  - **DmarcPromoBanner** (4 props): Promotional banner for OnDMARC displayed at the top of the DMARC signal card.
223
- - **DmarcSummaryBoxes** (4 props): DmarcSummaryBoxes renders two side-by-side summary boxes for the DMARC card.
223
+ - **DmarcSummaryBoxes** (4 props)
224
224
  - **ExpandableDescription** (10 props): ExpandableDescription - Isolated description component with its own state
225
225
  - **ExtractedCategoryContent** (0 props)
226
226
  - **ExtractedItem** (7 props)
@@ -1,4 +1,4 @@
1
1
  {
2
- "generatedAt": "2026-04-15T10:45:49.943Z",
3
- "commitSha": "2518281c09ae0fd46d1ba6a642fd8093a12b3991"
2
+ "generatedAt": "2026-04-22T08:06:35.064Z",
3
+ "commitSha": "11ccc72b4ed9841302758e38d480bb6acebfc656"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redsift/ds-mcp-server",
3
- "version": "12.5.1",
3
+ "version": "12.5.2-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.",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "restricted"
37
37
  },
38
- "gitHead": "2518281c09ae0fd46d1ba6a642fd8093a12b3991"
38
+ "gitHead": "11ccc72b4ed9841302758e38d480bb6acebfc656"
39
39
  }