@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.
- package/data/docs/components/pickers/ComboboxTrigger.json +2 -2
- package/data/docs/components/products/DmarcSummaryBoxes.json +1 -1
- package/data/docs/components/products/SignalCardList.json +11 -0
- package/data/docs/components-index.json +2 -2
- package/data/docs/components.json +5953 -1336
- package/data/docs/llms-full.txt +27 -2
- package/data/docs/llms.txt +2 -2
- package/data/metadata.json +2 -2
- package/package.json +2 -2
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"category": "props"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
"name": "
|
|
61
|
-
"description": "Method used to customize the content of the
|
|
60
|
+
"name": "renderPillContent",
|
|
61
|
+
"description": "Method used to customize the content of the Pills.",
|
|
62
62
|
"type": "(value: string) => ReactNode",
|
|
63
63
|
"required": false,
|
|
64
64
|
"defaultValue": null,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "DmarcSummaryBoxes",
|
|
3
|
-
"description": "",
|
|
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.",
|
|
4
4
|
"package": "@redsift/products",
|
|
5
5
|
"filePath": "packages/products/src/components/signal-cards/cards/SignalCardDmarc/DmarcSummaryBoxes.tsx",
|
|
6
6
|
"props": [
|
|
@@ -203,6 +203,17 @@
|
|
|
203
203
|
"required": false,
|
|
204
204
|
"defaultValue": null,
|
|
205
205
|
"category": "props"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "showBranding",
|
|
209
|
+
"description": "Whether to show the \"Powered by OnDMARC\" branding in the header.",
|
|
210
|
+
"type": [
|
|
211
|
+
"false",
|
|
212
|
+
"true"
|
|
213
|
+
],
|
|
214
|
+
"required": false,
|
|
215
|
+
"defaultValue": "true",
|
|
216
|
+
"category": "props"
|
|
206
217
|
}
|
|
207
218
|
],
|
|
208
219
|
"examples": [],
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
{
|
|
1326
1326
|
"name": "DmarcSummaryBoxes",
|
|
1327
1327
|
"package": "@redsift/products",
|
|
1328
|
-
"description": "",
|
|
1328
|
+
"description": "DmarcSummaryBoxes renders two side-by-side summary boxes for the DMARC card.",
|
|
1329
1329
|
"propsCount": 4,
|
|
1330
1330
|
"hasExamples": false
|
|
1331
1331
|
},
|
|
@@ -1389,7 +1389,7 @@
|
|
|
1389
1389
|
"name": "SignalCardList",
|
|
1390
1390
|
"package": "@redsift/products",
|
|
1391
1391
|
"description": "",
|
|
1392
|
-
"propsCount":
|
|
1392
|
+
"propsCount": 23,
|
|
1393
1393
|
"hasExamples": false
|
|
1394
1394
|
},
|
|
1395
1395
|
{
|