@brightspace-ui/core 2.179.0 → 2.179.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.
@@ -253,7 +253,7 @@ To make your usage of `d2l-dropdown-more` accessible, use the following property
|
|
253
253
|
* `async resize()`: Call if the size of the content changes due to a change in a nested component. The nested component may choose to fire a custom event, which the component containing the `d2l-dropdown-content` can catch and call this method. |
|
254
254
|
|
255
255
|
## Content: Menu [d2l-dropdown-menu]
|
256
|
-
`d2l-dropdown-menu` is a container for a [d2l-menu](
|
256
|
+
`d2l-dropdown-menu` is a container for a [d2l-menu](https://github.com/BrightspaceUI/core/tree/main/components/menu) component. It provides additional support on top of `d2l-dropdown-content` for closing the menu when menu items are selected, resetting to the root of nested menus when reopening and automatic resizing when the menu resizes.
|
257
257
|
|
258
258
|
<!-- docs: demo code properties name:d2l-dropdown-menu align:flex-start autoSize:false size:medium -->
|
259
259
|
```html
|
@@ -292,7 +292,7 @@ To make your usage of `d2l-dropdown-more` accessible, use the following property
|
|
292
292
|
```
|
293
293
|
|
294
294
|
## Content: Tabs [d2l-dropdown-tabs]
|
295
|
-
`d2l-dropdown-tabs` is a container for a [d2l-tabs](https://github.com/BrightspaceUI/tabs) component. It provides additional support on top of `d2l-dropdown-content` for automatic resizing when the tab changes.
|
295
|
+
`d2l-dropdown-tabs` is a container for a [d2l-tabs](https://github.com/BrightspaceUI/core/tree/main/components/tabs) component. It provides additional support on top of `d2l-dropdown-content` for automatic resizing when the tab changes.
|
296
296
|
|
297
297
|
<!-- docs: demo code properties name:d2l-dropdown-tabs autoOpen:true autoSize:false align:flex-start size:large -->
|
298
298
|
```html
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "2.179.
|
3
|
+
"version": "2.179.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",
|