@redsift/ds-mcp-server 12.5.3-alpha.4 → 12.5.3-alpha.6

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.
Files changed (54) hide show
  1. package/consumer-instructions/.cursorrules +14 -0
  2. package/consumer-instructions/.windsurfrules +18 -4
  3. package/consumer-instructions/CLAUDE.md +25 -11
  4. package/consumer-instructions/redsift-design-system.instructions.md +25 -11
  5. package/data/docs/components/charts/BaseBarChart.json +1 -1
  6. package/data/docs/components/charts/LineChart.json +1 -1
  7. package/data/docs/components/dashboard/DataCard.json +6 -1
  8. package/data/docs/components/dashboard/DataCardBody.json +5 -1
  9. package/data/docs/components/dashboard/DataCardHeader.json +4 -1
  10. package/data/docs/components/dashboard/DataCardListbox.json +5 -1
  11. package/data/docs/components/design-system/AppContent.json +4 -1
  12. package/data/docs/components/design-system/AppSidePanel.json +4 -1
  13. package/data/docs/components/design-system/Breadcrumbs.json +6 -1
  14. package/data/docs/components/design-system/Button.json +5 -1
  15. package/data/docs/components/design-system/Card.json +6 -1
  16. package/data/docs/components/design-system/CardActions.json +4 -1
  17. package/data/docs/components/design-system/CardBody.json +4 -1
  18. package/data/docs/components/design-system/CardHeader.json +4 -1
  19. package/data/docs/components/design-system/DetailedCard.json +6 -1
  20. package/data/docs/components/design-system/DetailedCardHeader.json +4 -1
  21. package/data/docs/components/design-system/DetailedCardSection.json +4 -1
  22. package/data/docs/components/design-system/Heading.json +5 -1
  23. package/data/docs/components/design-system/IconButton.json +5 -1
  24. package/data/docs/components/design-system/Pill.json +5 -1
  25. package/data/docs/components/design-system/Tab.json +5 -1
  26. package/data/docs/components/design-system/TabPanel.json +6 -1
  27. package/data/docs/components/design-system/Tabs.json +6 -1
  28. package/data/docs/components/design-system/Text.json +5 -1
  29. package/data/docs/components/pickers/Combobox.json +6 -1
  30. package/data/docs/components/pickers/ComboboxContent.json +6 -1
  31. package/data/docs/components/pickers/MenuButton.json +5 -1
  32. package/data/docs/components/pickers/MenuButtonContent.json +5 -1
  33. package/data/docs/components/pickers/Select.json +6 -1
  34. package/data/docs/components/popovers/Dialog.json +4 -1
  35. package/data/docs/components/popovers/Toggletip.json +6 -1
  36. package/data/docs/components/popovers/Tooltip.json +5 -1
  37. package/data/docs/components-index.json +0 -504
  38. package/data/docs/components.json +7945 -24342
  39. package/data/docs/llms-full.txt +657 -2571
  40. package/data/docs/llms.txt +5 -77
  41. package/data/metadata.json +2 -2
  42. package/data/patterns/drilldowned-datagrid-server-side.mdx +19 -0
  43. package/dist/data-store.d.ts +2 -0
  44. package/dist/data-store.d.ts.map +1 -1
  45. package/dist/data-store.js +4 -0
  46. package/dist/data-store.js.map +1 -1
  47. package/dist/pattern-store.d.ts +5 -0
  48. package/dist/pattern-store.d.ts.map +1 -1
  49. package/dist/pattern-store.js +30 -0
  50. package/dist/pattern-store.js.map +1 -1
  51. package/dist/resources.d.ts.map +1 -1
  52. package/dist/resources.js +34 -6
  53. package/dist/resources.js.map +1 -1
  54. package/package.json +2 -2
@@ -13,13 +13,6 @@
13
13
  "propsCount": 6,
14
14
  "hasExamples": false
15
15
  },
16
- {
17
- "name": "AppContainer",
18
- "package": "@redsift/design-system",
19
- "description": "The AppContainer component.",
20
- "propsCount": 5,
21
- "hasExamples": false
22
- },
23
16
  {
24
17
  "name": "AppContent",
25
18
  "package": "@redsift/design-system",
@@ -125,13 +118,6 @@
125
118
  "propsCount": 46,
126
119
  "hasExamples": false
127
120
  },
128
- {
129
- "name": "ConditionalWrapper",
130
- "package": "@redsift/design-system",
131
- "description": "ConditionalWrapper conditionally wraps children in a wrapper component.",
132
- "propsCount": 3,
133
- "hasExamples": false
134
- },
135
121
  {
136
122
  "name": "DetailedCardCollapsibleSectionItems",
137
123
  "package": "@redsift/design-system",
@@ -580,48 +566,6 @@
580
566
  "propsCount": 31,
581
567
  "hasExamples": false
582
568
  },
583
- {
584
- "name": "ButtonLink",
585
- "package": "@redsift/popovers",
586
- "description": "",
587
- "propsCount": 42,
588
- "hasExamples": false
589
- },
590
- {
591
- "name": "Button",
592
- "package": "@redsift/popovers",
593
- "description": "",
594
- "propsCount": 43,
595
- "hasExamples": false
596
- },
597
- {
598
- "name": "IconButtonLink",
599
- "package": "@redsift/popovers",
600
- "description": "",
601
- "propsCount": 44,
602
- "hasExamples": false
603
- },
604
- {
605
- "name": "IconButton",
606
- "package": "@redsift/popovers",
607
- "description": "",
608
- "propsCount": 40,
609
- "hasExamples": false
610
- },
611
- {
612
- "name": "LinkButton",
613
- "package": "@redsift/popovers",
614
- "description": "",
615
- "propsCount": 41,
616
- "hasExamples": false
617
- },
618
- {
619
- "name": "Link",
620
- "package": "@redsift/popovers",
621
- "description": "",
622
- "propsCount": 39,
623
- "hasExamples": false
624
- },
625
569
  {
626
570
  "name": "BaseTooltip",
627
571
  "package": "@redsift/popovers",
@@ -825,62 +769,6 @@
825
769
  "propsCount": 88,
826
770
  "hasExamples": false
827
771
  },
828
- {
829
- "name": "BarChartBars",
830
- "package": "@redsift/charts",
831
- "description": "",
832
- "propsCount": 1,
833
- "hasExamples": false
834
- },
835
- {
836
- "name": "BarChartGroupedTooltip",
837
- "package": "@redsift/charts",
838
- "description": "",
839
- "propsCount": 0,
840
- "hasExamples": false
841
- },
842
- {
843
- "name": "BarChartOverlay",
844
- "package": "@redsift/charts",
845
- "description": "",
846
- "propsCount": 3,
847
- "hasExamples": false
848
- },
849
- {
850
- "name": "BarChartSection",
851
- "package": "@redsift/charts",
852
- "description": "",
853
- "propsCount": 9,
854
- "hasExamples": false
855
- },
856
- {
857
- "name": "EmptyBarChart",
858
- "package": "@redsift/charts",
859
- "description": "",
860
- "propsCount": 88,
861
- "hasExamples": false
862
- },
863
- {
864
- "name": "LoadingBarChart",
865
- "package": "@redsift/charts",
866
- "description": "",
867
- "propsCount": 88,
868
- "hasExamples": false
869
- },
870
- {
871
- "name": "RenderedLinearBarChart",
872
- "package": "@redsift/charts",
873
- "description": "",
874
- "propsCount": 85,
875
- "hasExamples": false
876
- },
877
- {
878
- "name": "RenderedOrdinalBarChart",
879
- "package": "@redsift/charts",
880
- "description": "",
881
- "propsCount": 88,
882
- "hasExamples": false
883
- },
884
772
  {
885
773
  "name": "ChartContainerTitle",
886
774
  "package": "@redsift/charts",
@@ -909,13 +797,6 @@
909
797
  "propsCount": 52,
910
798
  "hasExamples": false
911
799
  },
912
- {
913
- "name": "LegendItem",
914
- "package": "@redsift/charts",
915
- "description": "",
916
- "propsCount": 13,
917
- "hasExamples": false
918
- },
919
800
  {
920
801
  "name": "Line",
921
802
  "package": "@redsift/charts",
@@ -923,13 +804,6 @@
923
804
  "propsCount": 6,
924
805
  "hasExamples": false
925
806
  },
926
- {
927
- "name": "EmptyLineChart",
928
- "package": "@redsift/charts",
929
- "description": "",
930
- "propsCount": 78,
931
- "hasExamples": false
932
- },
933
807
  {
934
808
  "name": "LineChart",
935
809
  "package": "@redsift/charts",
@@ -937,34 +811,6 @@
937
811
  "propsCount": 78,
938
812
  "hasExamples": false
939
813
  },
940
- {
941
- "name": "LoadingLineChart",
942
- "package": "@redsift/charts",
943
- "description": "",
944
- "propsCount": 78,
945
- "hasExamples": false
946
- },
947
- {
948
- "name": "RenderedLineChart",
949
- "package": "@redsift/charts",
950
- "description": "",
951
- "propsCount": 78,
952
- "hasExamples": false
953
- },
954
- {
955
- "name": "EmptyPieChart",
956
- "package": "@redsift/charts",
957
- "description": "",
958
- "propsCount": 84,
959
- "hasExamples": false
960
- },
961
- {
962
- "name": "LoadingPieChart",
963
- "package": "@redsift/charts",
964
- "description": "",
965
- "propsCount": 84,
966
- "hasExamples": false
967
- },
968
814
  {
969
815
  "name": "PieChart",
970
816
  "package": "@redsift/charts",
@@ -972,34 +818,6 @@
972
818
  "propsCount": 84,
973
819
  "hasExamples": false
974
820
  },
975
- {
976
- "name": "RenderedPieChart",
977
- "package": "@redsift/charts",
978
- "description": "",
979
- "propsCount": 84,
980
- "hasExamples": false
981
- },
982
- {
983
- "name": "EmptyScatterPlot",
984
- "package": "@redsift/charts",
985
- "description": "",
986
- "propsCount": 83,
987
- "hasExamples": false
988
- },
989
- {
990
- "name": "LoadingScatterPlot",
991
- "package": "@redsift/charts",
992
- "description": "",
993
- "propsCount": 83,
994
- "hasExamples": false
995
- },
996
- {
997
- "name": "RenderedScatterPlot",
998
- "package": "@redsift/charts",
999
- "description": "",
1000
- "propsCount": 83,
1001
- "hasExamples": false
1002
- },
1003
821
  {
1004
822
  "name": "ScatterPlot",
1005
823
  "package": "@redsift/charts",
@@ -1070,13 +888,6 @@
1070
888
  "propsCount": 4,
1071
889
  "hasExamples": false
1072
890
  },
1073
- {
1074
- "name": "CrossfilteredDashboard.Card",
1075
- "package": "@redsift/dashboard",
1076
- "description": "CrossfilteredDashboard with attached sub-components.",
1077
- "propsCount": 2,
1078
- "hasExamples": false
1079
- },
1080
891
  {
1081
892
  "name": "Dashboard",
1082
893
  "package": "@redsift/dashboard",
@@ -1119,20 +930,6 @@
1119
930
  "propsCount": 44,
1120
931
  "hasExamples": false
1121
932
  },
1122
- {
1123
- "name": "DrilldownDashboard.Card",
1124
- "package": "@redsift/dashboard",
1125
- "description": "DrilldownDashboard with attached sub-components.",
1126
- "propsCount": 3,
1127
- "hasExamples": false
1128
- },
1129
- {
1130
- "name": "PdfDocument",
1131
- "package": "@redsift/dashboard",
1132
- "description": "",
1133
- "propsCount": 6,
1134
- "hasExamples": false
1135
- },
1136
933
  {
1137
934
  "name": "PdfExportButton",
1138
935
  "package": "@redsift/dashboard",
@@ -1147,41 +944,6 @@
1147
944
  "propsCount": 17,
1148
945
  "hasExamples": false
1149
946
  },
1150
- {
1151
- "name": "FilterableBarChart",
1152
- "package": "@redsift/dashboard",
1153
- "description": "",
1154
- "propsCount": 10,
1155
- "hasExamples": false
1156
- },
1157
- {
1158
- "name": "FilterableDataCard",
1159
- "package": "@redsift/dashboard",
1160
- "description": "",
1161
- "propsCount": 10,
1162
- "hasExamples": false
1163
- },
1164
- {
1165
- "name": "FilterableDataGrid",
1166
- "package": "@redsift/dashboard",
1167
- "description": "",
1168
- "propsCount": 10,
1169
- "hasExamples": false
1170
- },
1171
- {
1172
- "name": "FilterablePieChart",
1173
- "package": "@redsift/dashboard",
1174
- "description": "",
1175
- "propsCount": 10,
1176
- "hasExamples": false
1177
- },
1178
- {
1179
- "name": "FilterableScatterPlot",
1180
- "package": "@redsift/dashboard",
1181
- "description": "",
1182
- "propsCount": 10,
1183
- "hasExamples": false
1184
- },
1185
947
  {
1186
948
  "name": "WithFilters",
1187
949
  "package": "@redsift/dashboard",
@@ -1196,27 +958,6 @@
1196
958
  "propsCount": 43,
1197
959
  "hasExamples": false
1198
960
  },
1199
- {
1200
- "name": "PulsedRadarImage",
1201
- "package": "@redsift/products",
1202
- "description": "",
1203
- "propsCount": 0,
1204
- "hasExamples": false
1205
- },
1206
- {
1207
- "name": "Dialog",
1208
- "package": "@redsift/products",
1209
- "description": "RadarDialog displays Radar AI interactions in a branded modal dialog.",
1210
- "propsCount": 10,
1211
- "hasExamples": false
1212
- },
1213
- {
1214
- "name": "Dialog",
1215
- "package": "@redsift/products",
1216
- "description": "",
1217
- "propsCount": 9,
1218
- "hasExamples": false
1219
- },
1220
961
  {
1221
962
  "name": "RadarItem",
1222
963
  "package": "@redsift/products",
@@ -1224,69 +965,6 @@
1224
965
  "propsCount": 57,
1225
966
  "hasExamples": false
1226
967
  },
1227
- {
1228
- "name": "MenuButton",
1229
- "package": "@redsift/products",
1230
- "description": "The RadarMenuButton component.",
1231
- "propsCount": 22,
1232
- "hasExamples": false
1233
- },
1234
- {
1235
- "name": "MenuButton",
1236
- "package": "@redsift/products",
1237
- "description": "The RadarSimpleMenuButton component.",
1238
- "propsCount": 21,
1239
- "hasExamples": false
1240
- },
1241
- {
1242
- "name": "SignalCardButton",
1243
- "package": "@redsift/products",
1244
- "description": "",
1245
- "propsCount": 0,
1246
- "hasExamples": false
1247
- },
1248
- {
1249
- "name": "DeliverabilityDescriptionContainer",
1250
- "package": "@redsift/products",
1251
- "description": "",
1252
- "propsCount": 0,
1253
- "hasExamples": false
1254
- },
1255
- {
1256
- "name": "InfoItemContainer",
1257
- "package": "@redsift/products",
1258
- "description": "",
1259
- "propsCount": 0,
1260
- "hasExamples": false
1261
- },
1262
- {
1263
- "name": "ExtractionBox",
1264
- "package": "@redsift/products",
1265
- "description": "",
1266
- "propsCount": 0,
1267
- "hasExamples": false
1268
- },
1269
- {
1270
- "name": "SignalCardInfoBox",
1271
- "package": "@redsift/products",
1272
- "description": "",
1273
- "propsCount": 0,
1274
- "hasExamples": false
1275
- },
1276
- {
1277
- "name": "SignalCardSection",
1278
- "package": "@redsift/products",
1279
- "description": "",
1280
- "propsCount": 0,
1281
- "hasExamples": false
1282
- },
1283
- {
1284
- "name": "SignalCard",
1285
- "package": "@redsift/products",
1286
- "description": "SignalCard is the visual wrapper component for signal cards.",
1287
- "propsCount": 8,
1288
- "hasExamples": false
1289
- },
1290
968
  {
1291
969
  "name": "SignalCardAmp",
1292
970
  "package": "@redsift/products",
@@ -1315,20 +993,6 @@
1315
993
  "propsCount": 10,
1316
994
  "hasExamples": false
1317
995
  },
1318
- {
1319
- "name": "DmarcPromoBanner",
1320
- "package": "@redsift/products",
1321
- "description": "Promotional banner for OnDMARC displayed at the top of the DMARC signal card.",
1322
- "propsCount": 4,
1323
- "hasExamples": false
1324
- },
1325
- {
1326
- "name": "DmarcSummaryBoxes",
1327
- "package": "@redsift/products",
1328
- "description": "DmarcSummaryBoxes renders two side-by-side summary boxes for the DMARC card.",
1329
- "propsCount": 4,
1330
- "hasExamples": false
1331
- },
1332
996
  {
1333
997
  "name": "SignalCardDmarc",
1334
998
  "package": "@redsift/products",
@@ -1350,13 +1014,6 @@
1350
1014
  "propsCount": 11,
1351
1015
  "hasExamples": false
1352
1016
  },
1353
- {
1354
- "name": "MemoizedSankeyChart",
1355
- "package": "@redsift/products",
1356
- "description": "",
1357
- "propsCount": 9,
1358
- "hasExamples": false
1359
- },
1360
1017
  {
1361
1018
  "name": "SignalCardFcrdns",
1362
1019
  "package": "@redsift/products",
@@ -1371,20 +1028,6 @@
1371
1028
  "propsCount": 12,
1372
1029
  "hasExamples": false
1373
1030
  },
1374
- {
1375
- "name": "StatusType",
1376
- "package": "@redsift/products",
1377
- "description": "Status values matching signal-logic's CardStatus union.",
1378
- "propsCount": 0,
1379
- "hasExamples": false
1380
- },
1381
- {
1382
- "name": "RecommendationsSummary",
1383
- "package": "@redsift/products",
1384
- "description": "",
1385
- "propsCount": 4,
1386
- "hasExamples": false
1387
- },
1388
1031
  {
1389
1032
  "name": "SignalCardList",
1390
1033
  "package": "@redsift/products",
@@ -1399,48 +1042,6 @@
1399
1042
  "propsCount": 11,
1400
1043
  "hasExamples": false
1401
1044
  },
1402
- {
1403
- "name": "ChecklistRenderer",
1404
- "package": "@redsift/products",
1405
- "description": "ChecklistRenderer - Renders categorized checklists within DetailedCard sections",
1406
- "propsCount": 4,
1407
- "hasExamples": false
1408
- },
1409
- {
1410
- "name": "ExpandableDescription",
1411
- "package": "@redsift/products",
1412
- "description": "ExpandableDescription - Isolated description component with its own state",
1413
- "propsCount": 10,
1414
- "hasExamples": false
1415
- },
1416
- {
1417
- "name": "ExtractedItem",
1418
- "package": "@redsift/products",
1419
- "description": "",
1420
- "propsCount": 7,
1421
- "hasExamples": false
1422
- },
1423
- {
1424
- "name": "ExtractedCategoryContent",
1425
- "package": "@redsift/products",
1426
- "description": "",
1427
- "propsCount": 0,
1428
- "hasExamples": false
1429
- },
1430
- {
1431
- "name": "SignalCardExtractedItems",
1432
- "package": "@redsift/products",
1433
- "description": "",
1434
- "propsCount": 5,
1435
- "hasExamples": false
1436
- },
1437
- {
1438
- "name": "SignalCardNormal",
1439
- "package": "@redsift/products",
1440
- "description": "SignalCardNormal is the base component for all signal cards in the Investigate tool.",
1441
- "propsCount": 37,
1442
- "hasExamples": false
1443
- },
1444
1045
  {
1445
1046
  "name": "SignalCardSpf",
1446
1047
  "package": "@redsift/products",
@@ -1483,116 +1084,11 @@
1483
1084
  "propsCount": 10,
1484
1085
  "hasExamples": false
1485
1086
  },
1486
- {
1487
- "name": "SignalCardTlsProps",
1488
- "package": "@redsift/products",
1489
- "description": "Component props.",
1490
- "propsCount": 0,
1491
- "hasExamples": false
1492
- },
1493
1087
  {
1494
1088
  "name": "SignalCardUrls",
1495
1089
  "package": "@redsift/products",
1496
1090
  "description": "SignalCardUrls Component",
1497
1091
  "propsCount": 10,
1498
1092
  "hasExamples": false
1499
- },
1500
- {
1501
- "name": "ChartSankey",
1502
- "package": "@redsift/products",
1503
- "description": "Wrapper component that provides a React-friendly unique ID via useId()",
1504
- "propsCount": 0,
1505
- "hasExamples": false
1506
- },
1507
- {
1508
- "name": "LazyChartSankey",
1509
- "package": "@redsift/products",
1510
- "description": "Lazy-loaded Sankey chart that defers D3 bundle loading until render.",
1511
- "propsCount": 3,
1512
- "hasExamples": false
1513
- },
1514
- {
1515
- "name": "SignalCardErrorBoundary",
1516
- "package": "@redsift/products",
1517
- "description": "Error boundary component for Signal Cards.",
1518
- "propsCount": 5,
1519
- "hasExamples": false
1520
- },
1521
- {
1522
- "name": "CheckBox",
1523
- "package": "@redsift/products",
1524
- "description": "",
1525
- "propsCount": 0,
1526
- "hasExamples": false
1527
- },
1528
- {
1529
- "name": "ChecklistContainer",
1530
- "package": "@redsift/products",
1531
- "description": "",
1532
- "propsCount": 0,
1533
- "hasExamples": false
1534
- },
1535
- {
1536
- "name": "GlossaryTag",
1537
- "package": "@redsift/products",
1538
- "description": "",
1539
- "propsCount": 0,
1540
- "hasExamples": false
1541
- },
1542
- {
1543
- "name": "IconContainer",
1544
- "package": "@redsift/products",
1545
- "description": "",
1546
- "propsCount": 0,
1547
- "hasExamples": false
1548
- },
1549
- {
1550
- "name": "OpenInNewTabIcon",
1551
- "package": "@redsift/products",
1552
- "description": "",
1553
- "propsCount": 0,
1554
- "hasExamples": false
1555
- },
1556
- {
1557
- "name": "Portal",
1558
- "package": "@redsift/products",
1559
- "description": "",
1560
- "propsCount": 2,
1561
- "hasExamples": false
1562
- },
1563
- {
1564
- "name": "SVGLogo",
1565
- "package": "@redsift/products",
1566
- "description": "",
1567
- "propsCount": 1,
1568
- "hasExamples": false
1569
- },
1570
- {
1571
- "name": "Tooltip",
1572
- "package": "@redsift/products",
1573
- "description": "",
1574
- "propsCount": 6,
1575
- "hasExamples": false
1576
- },
1577
- {
1578
- "name": "TooltipInPortalWrapper",
1579
- "package": "@redsift/products",
1580
- "description": "Wraps children in a container that will show the tooltip on mouse enter and hide it on mouse leave",
1581
- "propsCount": 6,
1582
- "hasExamples": false
1583
- },
1584
- {
1585
- "name": "TooltipInPortal",
1586
- "package": "@redsift/products",
1587
- "description": "",
1588
- "propsCount": 7,
1589
- "hasExamples": false
1590
- },
1591
- {
1592
- "name": "WordHighlighter",
1593
- "package": "@redsift/products",
1594
- "description": "",
1595
- "propsCount": 5,
1596
- "hasExamples": false
1597
1093
  }
1598
1094
  ]