@brightspace-ui/core 3.103.0 → 3.103.1
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.
@@ -145,7 +145,7 @@ Promise.resolve(tabs.hideTab((tab))).then(() => {
|
|
145
145
|
|
146
146
|
The `TabMixin` can be used to create custom tabs. It is IMPORTANT to call the `dispatchContentChangeEvent` function in `TabMixin` when content changes in the consumer in order to properly trigger calculations. Ensure that there is only one element in any custom tab to focus on, else the focus and keyboard navigation behaviors become confusing for users. Note that the parent `d2l-tabs` element handles `tabindex` focus management, and so consumers should not be rendering focusable elements within custom tabs.
|
147
147
|
|
148
|
-
<!-- docs: demo code sandboxTitle:'TabMixin' display:block
|
148
|
+
<!-- docs: demo code sandboxTitle:'TabMixin' display:block-->
|
149
149
|
```html
|
150
150
|
<script type="module">
|
151
151
|
import { css, html, LitElement, unsafeCSS } from 'lit';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.103.
|
3
|
+
"version": "3.103.1",
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|