@brightspace-ui/core 1.235.0 → 1.235.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.
|
@@ -33,10 +33,10 @@ Alerts communicate critical information relating to the state of the system and
|
|
|
33
33
|
|
|
34
34
|
<d2l-button id="open" style="align-self:center;display:none;">Show Alerts</d2l-button>
|
|
35
35
|
<d2l-alert id="alert" type="default" button-text="Undo" has-close-button>
|
|
36
|
-
|
|
36
|
+
An inline alert message.
|
|
37
37
|
</d2l-alert>
|
|
38
38
|
<d2l-alert-toast id="alert-toast" type="success" open no-auto-close>
|
|
39
|
-
A message.
|
|
39
|
+
A toast alert message.
|
|
40
40
|
</d2l-alert-toast>
|
|
41
41
|
```
|
|
42
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "1.235.
|
|
3
|
+
"version": "1.235.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",
|