@brightspace-ui/core 3.208.5 → 3.208.6
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.
|
@@ -301,7 +301,7 @@ Use the Add button when users need to quickly insert new items at specific locat
|
|
|
301
301
|
<script type="module">
|
|
302
302
|
import '@brightspace-ui/core/components/button/button-add.js';
|
|
303
303
|
</script>
|
|
304
|
-
<d2l-button-add
|
|
304
|
+
<d2l-button-add></d2l-button-add>
|
|
305
305
|
```
|
|
306
306
|
|
|
307
307
|
<!-- docs: start hidden content -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "3.208.
|
|
3
|
+
"version": "3.208.6",
|
|
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",
|