Skip to content

Commit 3838f7b

Browse files
committed
Deploying to gh-pages from @ 8de1026 🚀
1 parent c774d52 commit 3838f7b

11 files changed

Lines changed: 13 additions & 13 deletions

latest/docs/Calendar.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

latest/docs/v11_6/Calendar.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

latest/docs/v11_6/markdown-and-sources-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

latest/docs/v11_7/Calendar.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

latest/docs/v11_7/markdown-and-sources-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

latest/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@
137137

138138
#### AI Components
139139

140-
- [DataPermissionLevels](https://instructure.design/markdowns/DataPermissionLevels.md): Displays AI-related data permissions in Instructure products. Shows hierarchical permission levels with titles and descriptions. Includes a modal interface with close functionality and supports highlighting specific levels for emphasis.
141140
- [AiInformation](https://instructure.design/markdowns/AiInformation.md): Displays AI-related data in Instructure products. Composed from NutritionFacts and DataPermissionLevels components with prefixed APIs. Supports fullscreen modals for mobile viewports with comprehensive data structure for AI feature information.
141+
- [DataPermissionLevels](https://instructure.design/markdowns/DataPermissionLevels.md): Displays AI-related data permissions in Instructure products. Shows hierarchical permission levels with titles and descriptions. Includes a modal interface with close functionality and supports highlighting specific levels for emphasis.
142142
- [NutritionFacts](https://instructure.design/markdowns/NutritionFacts.md): A specialized modal component for displaying AI-related data in structured blocks. Includes model info, privacy/compliance details, and output metrics. Features a trigger button and modal presentation.

latest/main.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

latest/markdown-and-sources-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

latest/markdowns/Calendar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ The `renderNextMonthButton` and `renderPrevMonthButton` can be supplied using th
269269
| Calendar | onRequestRenderNextMonth | `( e: React.MouseEvent, requestedMonth: string ) => void` | No | - | Callback fired when the next month button is clicked in the navigation header, requesting to render the next month. |
270270
| Calendar | onRequestRenderPrevMonth | `( e: React.MouseEvent, requestedMonth: string ) => void` | No | - | Callback fired when the previous month button is clicked in the navigation header, requesting to render the previous month. |
271271
| Calendar | renderNavigationLabel | `Renderable` | No | - | Content to render in the navigation header. The recommendation is to include the name of the current rendered month along with the year. |
272-
| Calendar | renderNextMonthButton | `Renderable` | No | - | A button to render in the navigation header. The recommendation is to compose it with the [IconButton](IconButton) component by setting the `size` prop to `small`, `withBorder` and `withBackground` to `false`, and setting `renderIcon` to [IconArrowOpenEnd](icons). |
273-
| Calendar | renderPrevMonthButton | `Renderable` | No | - | A button to render in the navigation header. The recommendation is to compose it with the [IconButton](Button) component by setting the `size` prop to `small`, `withBorder` and `withBackground` to `false`, and setting `renderIcon` to [IconArrowOpenStart](icons). |
272+
| Calendar | renderNextMonthButton | `Renderable<{ targetMonthSrLabel: string }>` | No | - | A button to render in the navigation header. When passed as a function, receives `{ targetMonthSrLabel }` — a pre-formatted screen reader label for the target month (e.g. "November 2023"). The recommendation is to compose it with the [IconButton](Button) component by setting the `size` prop to `small`, `withBorder` and `withBackground` to `false`, and setting `renderIcon` to [IconArrowOpenStart](icons). |
273+
| Calendar | renderPrevMonthButton | `Renderable<{ targetMonthSrLabel: string }>` | No | - | A button to render in the navigation header. When passed as a function, receives `{ targetMonthSrLabel }` — a pre-formatted screen reader label for the target month (e.g. "November 2023"). The recommendation is to compose it with the [IconButton](Button) component by setting the `size` prop to `small`, `withBorder` and `withBackground` to `false`, and setting `renderIcon` to [IconArrowOpenStart](icons). |
274274
| Calendar | renderWeekdayLabels | `Renderable[]` | No | - | An array of labels containing the name of each day of the week. The visible portion of the label should be abbreviated (no longer than three characters). Note that screen readers will read this content preceding each date as the `<Calendar />` is navigated. Consider using [AccessibleContent](AccessibleContent) with the `alt` prop containing the full day name for assistive technologies and the children containing the abbreviation. ex. `[<AccessibleContent alt="Sunday">Sun</AccessibleContent>, ...]` |
275275
| Calendar | role | `'table' \| 'listbox'` | No | `'table'` | The role of the underlying table. This can be set to 'listbox' when assistive technologies need to read the `<Calendar.Day />` children as a list. |
276276
| Calendar | selectedDate | `string` | No | - | ISO date string for the selected date. It needs onDateSelected to be specified too. |

latest/markdowns/documentation.zip

86 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)