@brightspace-ui/core 2.70.0 → 2.70.2
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.
|
@@ -353,6 +353,7 @@ The `d2l-selection-summary` component may be placed inside the selection control
|
|
|
353
353
|
<!-- docs: demo live name:d2l-selection-summary display:block -->
|
|
354
354
|
```html
|
|
355
355
|
<script type="module">
|
|
356
|
+
import '@brightspace-ui/core/components/selection/selection-action.js';
|
|
356
357
|
import '@brightspace-ui/core/components/selection/selection-input.js';
|
|
357
358
|
import '@brightspace-ui/core/components/selection/selection-summary.js';
|
|
358
359
|
import '@brightspace-ui/core/components/selection/demo/demo-selection.js';
|
|
@@ -434,11 +435,12 @@ The `d2l-selection-header` provides a standardized wrapper to display selection
|
|
|
434
435
|
|
|
435
436
|
When using lists, use the list-specific `d2l-list-header` instead, which extends this component's behaviour.
|
|
436
437
|
|
|
437
|
-
<!-- docs: demo live name:d2l-selection-header
|
|
438
|
+
<!-- docs: demo live name:d2l-selection-header display:block -->
|
|
438
439
|
```html
|
|
439
440
|
<script type="module">
|
|
440
441
|
import '@brightspace-ui/core/components/selection/selection-action.js';
|
|
441
442
|
import '@brightspace-ui/core/components/selection/selection-header.js';
|
|
443
|
+
import '@brightspace-ui/core/components/selection/selection-input.js';
|
|
442
444
|
import '@brightspace-ui/core/components/selection/demo/demo-selection.js';
|
|
443
445
|
</script>
|
|
444
446
|
<!-- docs: start hidden content -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.70.
|
|
3
|
+
"version": "2.70.2",
|
|
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",
|