@brightspace-ui/core 1.234.3 → 1.234.4
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.
|
@@ -152,7 +152,7 @@ The `d2l-selection-action` is an optional component that provides a button for a
|
|
|
152
152
|
|
|
153
153
|
The `d2l-selection-action-dropdown` is an optional component that provides a button opener for dropdown content associated with the selection component (ex. bulk actions). The `requires-selection` attribute may be specified to indicate that the opener should be non-interactive if nothing is selected.
|
|
154
154
|
|
|
155
|
-
<!-- docs: demo live name:d2l-selection-action-dropdown -->
|
|
155
|
+
<!-- docs: demo live name:d2l-selection-action-dropdown autoSize:false size:medium align:baseline -->
|
|
156
156
|
```html
|
|
157
157
|
<script type="module">
|
|
158
158
|
import '@brightspace-ui/core/components/dropdown/dropdown-menu.js';
|
|
@@ -184,7 +184,7 @@ The `d2l-selection-action-dropdown` is an optional component that provides a but
|
|
|
184
184
|
|
|
185
185
|
The `d2l-selection-action-menu-item` is an optional component that is a menu item for actions associated with the selection component (ex. bulk actions). The `requires-selection` attribute may be specified to indicate that the menu item should be non-interactive if nothing is selected. This component enables the app to define an opener that is enabled regardless of the selection state, while having a menu containing one or more menu items that `requires-selection`.
|
|
186
186
|
|
|
187
|
-
<!-- docs: demo live name:d2l-selection-action-menu-item -->
|
|
187
|
+
<!-- docs: demo live name:d2l-selection-action-menu-item autoSize:false size:medium align:baseline -->
|
|
188
188
|
```html
|
|
189
189
|
<script type="module">
|
|
190
190
|
import '@brightspace-ui/core/components/dropdown/dropdown-button-subtle.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "1.234.
|
|
3
|
+
"version": "1.234.4",
|
|
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",
|