@redsift/ds-mcp-server 12.5.3-alpha.0 → 12.5.3-alpha.1

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.
@@ -3,7 +3,7 @@
3
3
  This file contains comprehensive documentation for all components in the Red Sift Design System.
4
4
  It is optimized for LLM consumption and includes props, types, defaults, and usage examples.
5
5
 
6
- Generated: 2026-04-10T18:15:31.360Z
6
+ Generated: 2026-04-23T14:28:21.541Z
7
7
  Total Components: 228
8
8
 
9
9
  ---
@@ -3777,7 +3777,7 @@ The ComboboxTrigger component.
3777
3777
  | hideExpandButton | false \| true | No | - | Whether or not the expand/collapse icon button should be displayed or not. |
3778
3778
  | openOnFocus | false \| true | No | - | Whether the popover should open on focus. |
3779
3779
  | pillProps | Omit<PillProps, "children" \| "ref"> | No | - | Props to forward to the Pills. |
3780
- | render | (value: string) => ReactNode | No | - | Method used to customize the content of the Button. |
3780
+ | renderPillContent | (value: string) => ReactNode | No | - | Method used to customize the content of the Pills. |
3781
3781
 
3782
3782
  #### Layout Props (14 props)
3783
3783
 
@@ -6788,6 +6788,14 @@ 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
+
6791
6799
  **Package:** @redsift/products
6792
6800
  **File:** packages/products/src/components/signal-cards/cards/SignalCardDmarc/DmarcSummaryBoxes.tsx
6793
6801
 
@@ -7490,6 +7498,7 @@ Shows authentication (SPF, DKIM, DMARC), alignment, FCrDNS, TLS, and one-click u
7490
7498
  | onExpandSignalCard | (signalType: string) => void | No | - | Callback when user clicks "See more details" on a status card. The consumer uses this to scroll to and expand the corresponding signal card. |
7491
7499
  | onCheckAnotherEmail | () => void | No | - | Callback for the "Check another email" button in the header. When provided, renders a styled button with a sync icon and translated label. Only rendered when a checked email is found in the signal data. |
7492
7500
  | renderHeaderAction | () => ReactNode | No | - | Render prop for custom action area in the header. Overrides the default "Check another email" button when provided. Only rendered when a checked email is found in the signal data. |
7501
+ | showBranding | false \| true | No | true | Whether to show the "Powered by OnDMARC" branding in the header. |
7493
7502
 
7494
7503
  ---
7495
7504
 
@@ -8917,6 +8926,10 @@ export default () => (
8917
8926
  >
8918
8927
  <PieChart
8919
8928
  title="Items"
8929
+ aria-label="Items distribution"
8930
+ descriptionForAssistiveTechnology="Pie chart showing the number of items by product. Click a slice or press Enter to filter the grid by that item."
8931
+ interactionExplanation="Click a slice or press Enter to filter the grid by that item."
8932
+ mode="interactive"
8920
8933
  size="medium"
8921
8934
  legendVariant="externalLabelValue"
8922
8935
  colorTheme={{
@@ -8941,6 +8954,10 @@ export default () => (
8941
8954
  >
8942
8955
  <BarChart
8943
8956
  title="Tags"
8957
+ aria-label="Tags distribution"
8958
+ descriptionForAssistiveTechnology="Bar chart showing the number of items by tag. Click a bar or press Enter to filter the grid by that tag."
8959
+ interactionExplanation="Click a bar or press Enter to filter the grid by that tag."
8960
+ mode="interactive"
8944
8961
  orientation="vertical"
8945
8962
  size="medium"
8946
8963
  colorTheme={{
@@ -9483,6 +9500,10 @@ export default () => {
9483
9500
  <Flexbox gap="16px" flexWrap="wrap">
9484
9501
  <PieChart
9485
9502
  title="Items"
9503
+ aria-label="Items distribution"
9504
+ descriptionForAssistiveTechnology="Pie chart showing the number of items by product. Click a slice or press Enter to filter the grid by that item."
9505
+ interactionExplanation="Click a slice or press Enter to filter the grid by that item."
9506
+ mode="interactive"
9486
9507
  size="medium"
9487
9508
  legendVariant="externalLabelValue"
9488
9509
  colorTheme={{
@@ -9514,6 +9535,10 @@ export default () => {
9514
9535
 
9515
9536
  <BarChart
9516
9537
  title="Tags"
9538
+ aria-label="Tags distribution"
9539
+ descriptionForAssistiveTechnology="Bar chart showing the number of items by tag. Click a bar or press Enter to filter the grid by that tag."
9540
+ interactionExplanation="Click a bar or press Enter to filter the grid by that tag."
9541
+ mode="interactive"
9517
9542
  orientation="vertical"
9518
9543
  size="medium"
9519
9544
  colorTheme={{
@@ -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)
223
+ - **DmarcSummaryBoxes** (4 props): DmarcSummaryBoxes renders two side-by-side summary boxes for the DMARC card.
224
224
  - **ExpandableDescription** (10 props): ExpandableDescription - Isolated description component with its own state
225
225
  - **ExtractedCategoryContent** (0 props)
226
226
  - **ExtractedItem** (7 props)
@@ -252,7 +252,7 @@ The Red Sift Design System provides reusable UI components including forms, navi
252
252
  - **SignalCardFcrdns** (11 props): SignalCardFcrdns Component
253
253
  - **SignalCardGoogleYahooCompliance** (12 props): SignalCardGoogleYahooCompliance Component
254
254
  - **SignalCardInfoBox** (0 props)
255
- - **SignalCardList** (22 props)
255
+ - **SignalCardList** (23 props)
256
256
  - **SignalCardMtaSts** (11 props): SignalCardMtaSts displays MTA-STS validation results including TLS-RPT records,
257
257
  - **SignalCardNormal** (37 props): SignalCardNormal is the base component for all signal cards in the Investigate tool.
258
258
  - **SignalCardSection** (0 props)
@@ -1,4 +1,4 @@
1
1
  {
2
- "generatedAt": "2026-04-23T14:01:14.199Z",
3
- "commitSha": "bdd3b9e98e107e4c3bb309506942cfdb378974f0"
2
+ "generatedAt": "2026-04-28T10:21:55.094Z",
3
+ "commitSha": "718509e57d7a4e696a6735bce3db7539f74854a4"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redsift/ds-mcp-server",
3
- "version": "12.5.3-alpha.0",
3
+ "version": "12.5.3-alpha.1",
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": "bdd3b9e98e107e4c3bb309506942cfdb378974f0"
38
+ "gitHead": "718509e57d7a4e696a6735bce3db7539f74854a4"
39
39
  }