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

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 (81) hide show
  1. package/consumer-instructions/redsift-design-system.instructions.md +82 -1
  2. package/data/docs/components/charts/Axis.json +6 -1
  3. package/data/docs/components/charts/BarChart.json +7 -1
  4. package/data/docs/components/charts/ChartContainerTitle.json +5 -1
  5. package/data/docs/components/charts/Legend.json +6 -1
  6. package/data/docs/components/charts/LineChart.json +7 -1
  7. package/data/docs/components/charts/PieChart.json +6 -1
  8. package/data/docs/components/charts/ScatterPlot.json +6 -1
  9. package/data/docs/components/dashboard/ChartEmptyState.json +8 -1
  10. package/data/docs/components/dashboard/Dashboard.json +6 -1
  11. package/data/docs/components/dashboard/DataCard.json +12 -0
  12. package/data/docs/components/dashboard/DataCardBody.json +4 -0
  13. package/data/docs/components/dashboard/DataCardHeader.json +4 -0
  14. package/data/docs/components/dashboard/DataCardListbox.json +5 -0
  15. package/data/docs/components/dashboard/DataRow.json +7 -1
  16. package/data/docs/components/dashboard/PdfExportButton.json +6 -1
  17. package/data/docs/components/dashboard/TimeSeriesBarChart.json +6 -1
  18. package/data/docs/components/dashboard/WithFilters.json +5 -1
  19. package/data/docs/components/design-system/Alert.json +8 -1
  20. package/data/docs/components/design-system/AppBar.json +6 -1
  21. package/data/docs/components/design-system/AppContent.json +4 -0
  22. package/data/docs/components/design-system/AppSidePanel.json +5 -0
  23. package/data/docs/components/design-system/Badge.json +6 -1
  24. package/data/docs/components/design-system/Breadcrumbs.json +4 -0
  25. package/data/docs/components/design-system/Button.json +5 -0
  26. package/data/docs/components/design-system/Card.json +9 -0
  27. package/data/docs/components/design-system/CardActions.json +4 -0
  28. package/data/docs/components/design-system/CardBody.json +3 -0
  29. package/data/docs/components/design-system/CardHeader.json +4 -0
  30. package/data/docs/components/design-system/DetailedCard.json +6 -0
  31. package/data/docs/components/design-system/Flexbox.json +14 -1
  32. package/data/docs/components/design-system/Grid.json +6 -1
  33. package/data/docs/components/design-system/Heading.json +11 -0
  34. package/data/docs/components/design-system/Icon.json +6 -1
  35. package/data/docs/components/design-system/IconButton.json +9 -0
  36. package/data/docs/components/design-system/Pill.json +10 -0
  37. package/data/docs/components/design-system/Skeleton.json +10 -1
  38. package/data/docs/components/design-system/SkeletonCircle.json +6 -1
  39. package/data/docs/components/design-system/SkeletonText.json +6 -1
  40. package/data/docs/components/design-system/Tab.json +4 -0
  41. package/data/docs/components/design-system/TabPanel.json +4 -0
  42. package/data/docs/components/design-system/Tabs.json +6 -0
  43. package/data/docs/components/design-system/Text.json +9 -0
  44. package/data/docs/components/design-system/TextField.json +6 -1
  45. package/data/docs/components/pickers/Combobox.json +6 -0
  46. package/data/docs/components/pickers/MenuButton.json +5 -0
  47. package/data/docs/components/pickers/Select.json +5 -0
  48. package/data/docs/components/popovers/Dialog.json +6 -0
  49. package/data/docs/components/popovers/Toggletip.json +5 -0
  50. package/data/docs/components/popovers/Tooltip.json +4 -0
  51. package/data/docs/components/table/DataGrid.json +9 -1
  52. package/data/docs/components/table/StatefulDataGrid.json +6 -1
  53. package/data/docs/components-index.json +341 -51
  54. package/data/docs/components.json +2 -2
  55. package/data/docs/llms-full.txt +248 -1
  56. package/data/docs/llms.txt +50 -0
  57. package/data/docs/patterns-catalog.md +191 -0
  58. package/data/docs/patterns.json +365 -27
  59. package/data/metadata.json +2 -2
  60. package/data/prompts/ds-advisor.md +103 -0
  61. package/dist/data-store.d.ts +21 -1
  62. package/dist/data-store.d.ts.map +1 -1
  63. package/dist/data-store.js +65 -15
  64. package/dist/data-store.js.map +1 -1
  65. package/dist/pattern-store.d.ts +18 -1
  66. package/dist/pattern-store.d.ts.map +1 -1
  67. package/dist/pattern-store.js +64 -22
  68. package/dist/pattern-store.js.map +1 -1
  69. package/dist/prompts.d.ts.map +1 -1
  70. package/dist/prompts.js +56 -27
  71. package/dist/prompts.js.map +1 -1
  72. package/dist/resources.d.ts.map +1 -1
  73. package/dist/resources.js +26 -0
  74. package/dist/resources.js.map +1 -1
  75. package/dist/tools.d.ts.map +1 -1
  76. package/dist/tools.js +12 -0
  77. package/dist/tools.js.map +1 -1
  78. package/dist/types.d.ts +11 -0
  79. package/dist/types.d.ts.map +1 -1
  80. package/dist/types.js.map +1 -1
  81. package/package.json +4 -2
@@ -359,5 +359,11 @@
359
359
  "Accepts <Tab> and <TabPanel> children. Tabs must have a `value` prop that matches a TabPanel `value`.",
360
360
  "For navigation tabs, use the `as` prop on Tab (e.g. as=\"a\" href=\"/path\") instead of onClick.",
361
361
  "Supports controlled (`value`/`onChange`) and uncontrolled (`defaultValue`) modes."
362
+ ],
363
+ "keywords": [
364
+ "tab bar",
365
+ "segmented control",
366
+ "tab navigation",
367
+ "tab group"
362
368
  ]
363
369
  }
@@ -418,5 +418,14 @@
418
418
  "usageRules": [
419
419
  "The `theme` prop is optional — inherited from context. Do NOT pass `theme` to every component.",
420
420
  "The `slot` prop is NOT supported. Do not pass slot=\"heading\" or similar — use Heading component or compound sub-component API instead."
421
+ ],
422
+ "antiPatterns": [
423
+ "❌ color=\"#22c55e\" or color=\"var(--rs-color-green-500)\" → ✅ color=\"success\" — use semantic color values from NeutralColorPalette / NotificationsColorPalette."
424
+ ],
425
+ "keywords": [
426
+ "paragraph",
427
+ "body text",
428
+ "caption",
429
+ "label text"
421
430
  ]
422
431
  }
@@ -535,5 +535,10 @@
535
535
  }
536
536
  ],
537
537
  "examples": [],
538
- "tags": {}
538
+ "tags": {},
539
+ "keywords": [
540
+ "text input",
541
+ "input field",
542
+ "form input"
543
+ ]
539
544
  }
@@ -321,5 +321,11 @@
321
321
  "Must use compound sub-components: <Combobox.Trigger> and <Combobox.Content>.",
322
322
  "Combobox.Trigger requires a TextField or TextArea as its child. Custom inputs must forward refs correctly or focus management will break.",
323
323
  "Combobox.Content accepts ComboboxContent.Header, .Listbox, and .Footer as children."
324
+ ],
325
+ "keywords": [
326
+ "autocomplete",
327
+ "searchable select",
328
+ "typeahead",
329
+ "search input"
324
330
  ]
325
331
  }
@@ -240,5 +240,10 @@
240
240
  "usageRules": [
241
241
  "Must use compound sub-components: <MenuButton.Trigger> and <MenuButton.Content>.",
242
242
  "MenuButton.Content accepts MenuButtonContent.Header, .Menu, and .Footer or plain Menu items."
243
+ ],
244
+ "keywords": [
245
+ "dropdown menu",
246
+ "action menu",
247
+ "context menu"
243
248
  ]
244
249
  }
@@ -259,5 +259,10 @@
259
259
  "Must use compound sub-components: <Select.Trigger> and <Select.Content>.",
260
260
  "Select.Content accepts <Item> components as children for options.",
261
261
  "For searchable/filterable lists, use Combobox instead of Select."
262
+ ],
263
+ "keywords": [
264
+ "dropdown",
265
+ "select menu",
266
+ "picker"
262
267
  ]
263
268
  }
@@ -113,5 +113,11 @@
113
113
  "tags": {},
114
114
  "usageRules": [
115
115
  "Must use compound sub-components: <Dialog.Trigger>, <Dialog.Content>, <Dialog.Title>, etc. Do not pass content as a string prop."
116
+ ],
117
+ "keywords": [
118
+ "modal",
119
+ "popup",
120
+ "dialog box",
121
+ "confirmation dialog"
116
122
  ]
117
123
  }
@@ -185,5 +185,10 @@
185
185
  "Must use compound sub-components: <Toggletip.Trigger> and <Toggletip.Content>.",
186
186
  "Trigger and Content sub-components must not be used outside <Toggletip> — they throw if ToggletipContext is missing.",
187
187
  "Use Toggletip instead of Tooltip when content should be triggered by click (not hover) for touch/keyboard accessibility."
188
+ ],
189
+ "keywords": [
190
+ "click tooltip",
191
+ "info popover",
192
+ "toggleable tip"
188
193
  ]
189
194
  }
@@ -121,5 +121,9 @@
121
121
  "usageRules": [
122
122
  "Must use compound sub-components: <Tooltip.Trigger> and <Tooltip.Content>. Do not pass content as a string prop.",
123
123
  "Trigger and Content sub-components must not be used outside <Tooltip> — they throw if TooltipContext is missing."
124
+ ],
125
+ "keywords": [
126
+ "hover tip",
127
+ "info tooltip"
124
128
  ]
125
129
  }
@@ -89,5 +89,13 @@
89
89
  }
90
90
  ],
91
91
  "examples": [],
92
- "tags": {}
92
+ "tags": {},
93
+ "keywords": [
94
+ "data grid",
95
+ "data table",
96
+ "table",
97
+ "grid view",
98
+ "list view",
99
+ "spreadsheet"
100
+ ]
93
101
  }
@@ -113,5 +113,10 @@
113
113
  }
114
114
  ],
115
115
  "examples": [],
116
- "tags": {}
116
+ "tags": {},
117
+ "keywords": [
118
+ "stateful table",
119
+ "managed grid",
120
+ "server grid"
121
+ ]
117
122
  }