@redsift/ds-mcp-server 12.5.12-alpha.2 → 12.5.12-alpha.4
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.
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{
|
|
8
8
|
"name": "jmap",
|
|
9
9
|
"description": "",
|
|
10
|
-
"type": "{ extsecrep: { dmarc:
|
|
10
|
+
"type": "{ extsecrep: { dmarc: DmarcDomainData; originator?: Originator | undefined; }; }",
|
|
11
11
|
"required": true,
|
|
12
12
|
"defaultValue": null,
|
|
13
13
|
"category": "props"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"name": "Red Sift Design System",
|
|
4
|
-
"version": "12.5.
|
|
5
|
-
"generated": "2026-
|
|
4
|
+
"version": "12.5.12-alpha.3",
|
|
5
|
+
"generated": "2026-08-24T10:16:41.167Z",
|
|
6
6
|
"repository": "https://github.com/redsift/design-system",
|
|
7
7
|
"documentation": "https://design-system.redsift.io",
|
|
8
8
|
"packages": [
|
|
@@ -47289,7 +47289,7 @@
|
|
|
47289
47289
|
{
|
|
47290
47290
|
"name": "jmap",
|
|
47291
47291
|
"description": "",
|
|
47292
|
-
"type": "{ extsecrep: { dmarc:
|
|
47292
|
+
"type": "{ extsecrep: { dmarc: DmarcDomainData; originator?: Originator | undefined; }; }",
|
|
47293
47293
|
"required": true,
|
|
47294
47294
|
"defaultValue": null,
|
|
47295
47295
|
"category": "props"
|
package/data/docs/llms-full.txt
CHANGED
|
@@ -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-
|
|
6
|
+
Generated: 2026-08-24T10:16:41.159Z
|
|
7
7
|
Total Components: 164
|
|
8
8
|
|
|
9
9
|
---
|
|
@@ -5860,7 +5860,7 @@ authentication results, alignment checks, and policy information.
|
|
|
5860
5860
|
|
|
5861
5861
|
| Prop | Type | Required | Default | Description |
|
|
5862
5862
|
|------|------|----------|---------|-------------|
|
|
5863
|
-
| jmap | { extsecrep: { dmarc:
|
|
5863
|
+
| jmap | { extsecrep: { dmarc: DmarcDomainData; originator?: Originator \| undefined; }; } | Yes | - | |
|
|
5864
5864
|
| onHeightChange | () => void | No | - | Callback fired whenever the card reports a height change. |
|
|
5865
5865
|
| renderHeader | null \| () => ReactNode | No | - | Custom header renderer inserted after the card title, before sections. Pass `null` to suppress the default header. |
|
|
5866
5866
|
| promoHref | string | No | - | Override the promo banner button href (e.g. to add UTM parameters). Only used when renderHeader is not provided. |
|
package/data/metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redsift/ds-mcp-server",
|
|
3
|
-
"version": "12.5.12-alpha.
|
|
3
|
+
"version": "12.5.12-alpha.4",
|
|
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": "
|
|
40
|
+
"gitHead": "a9c51e22ef808d1bbc465f0a126b00dfa2265d71"
|
|
41
41
|
}
|