@workday/canvas-kit-mcp 16.0.13 → 16.0.15

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/README.md CHANGED
@@ -55,8 +55,10 @@ Parameters:
55
55
 
56
56
  - `component` (optional) -- Canvas Kit component/story slug, such as `checkbox`, `table`, or
57
57
  `modal`.
58
- - `scenario` (optional) -- Accessibility scenario slug, such as `forms`, `tables`, `popups`, or
59
- `page-structure`.
58
+ - `scenario` (optional) -- Accessibility scenario slug, such as `forms`, `tables`,
59
+ `nested-rows`, `popups`, or `page-structure`. Requesting `tables` also returns the table
60
+ pattern pages (expandable/nested/selectable rows, filterable/sortable headers, and tables
61
+ with form fields).
60
62
 
61
63
  At least one of `component` or `scenario` is required.
62
64
 
@@ -70,6 +72,10 @@ Examples:
70
72
  {"component": "table"}
71
73
  ```
72
74
 
75
+ ```json
76
+ {"scenario": "nested-rows"}
77
+ ```
78
+
73
79
  ```json
74
80
  {"component": "checkbox", "scenario": "forms"}
75
81
  ```
@@ -102,7 +108,8 @@ Design token migration guides, color palette, roles, contrast, and scale documen
102
108
  ### `docs://accessibility/*`
103
109
 
104
110
  Accessibility guidance documentation for Canvas Kit scenarios, including overview, forms, page
105
- structure, tables, popups, ARIA live regions, headers, side panels, Windows High Contrast themes, and
111
+ structure, tables (including expandable rows, nested rows, selectable rows, and filterable/sortable
112
+ column headers), popups, ARIA live regions, headers, side panels, Windows High Contrast themes, and
106
113
  color contrast.
107
114
 
108
115
  ### `docs://examples/{slug}`