@brightspace-ui/core 1.203.0 → 1.203.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.
|
@@ -38,7 +38,7 @@ The `d2l-button` element can be used just like the native button element, but al
|
|
|
38
38
|

|
|
39
39
|
<!-- docs: end hidden content -->
|
|
40
40
|
|
|
41
|
-
<!-- docs: demo live name:
|
|
41
|
+
<!-- docs: demo live name:d2l-button -->
|
|
42
42
|
```html
|
|
43
43
|
<script type="module">
|
|
44
44
|
import '@brightspace-ui/core/components/button/button.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "1.203.
|
|
3
|
+
"version": "1.203.1",
|
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
|
5
5
|
"repository": "https://github.com/BrightspaceUI/core.git",
|
|
6
6
|
"publishConfig": {
|