@brightspace-ui/core 3.85.2 → 3.86.0
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.
@@ -23,7 +23,7 @@ Empty state components are used to convey that there is no data available to be
|
|
23
23
|
<d2l-empty-state-simple description="There are no assignments to display.">
|
24
24
|
<d2l-empty-state-action-link text="Create an Assignment" href="#"></d2l-empty-state-action-link>
|
25
25
|
</d2l-empty-state-simple>
|
26
|
-
<d2l-empty-state-illustrated illustration-name="desert-road" title-text="No Learning Paths Yet" description="Get started by clicking below to create your first learning path
|
26
|
+
<d2l-empty-state-illustrated illustration-name="desert-road" title-text="No Learning Paths Yet" description="Get started by clicking below to create your first learning path">
|
27
27
|
<d2l-empty-state-action-link text="Create Learning Paths" href="#"></d2l-empty-state-action-link>
|
28
28
|
</d2l-empty-state-illustrated>
|
29
29
|
```
|
@@ -55,7 +55,7 @@ The `d2l-empty-state-simple` component is an empty state component that displays
|
|
55
55
|
import '@brightspace-ui/core/components/empty-state/empty-state-simple.js';
|
56
56
|
</script>
|
57
57
|
|
58
|
-
<d2l-empty-state-simple description="There are no assignments to display
|
58
|
+
<d2l-empty-state-simple description="There are no assignments to display"></d2l-empty-state-simple>
|
59
59
|
```
|
60
60
|
|
61
61
|
## Empty State Illustrated [d2l-empty-state-illustrated]
|
@@ -79,7 +79,7 @@ The `illustration-name` property can be set to use one of the preset illustratio
|
|
79
79
|
}
|
80
80
|
</style>
|
81
81
|
<!-- docs: end hidden content -->
|
82
|
-
<d2l-empty-state-illustrated illustration-name="desert-road" title-text="No Learning Paths Yet" description="Get started by clicking below to create your first learning path
|
82
|
+
<d2l-empty-state-illustrated illustration-name="desert-road" title-text="No Learning Paths Yet" description="Get started by clicking below to create your first learning path"></d2l-empty-state-illustrated>
|
83
83
|
```
|
84
84
|
|
85
85
|
## Empty State Action Button [d2l-empty-state-action-button]
|
@@ -112,7 +112,7 @@ The `primary` attribute can be set to render a primary button in place of the de
|
|
112
112
|
<d2l-empty-state-simple description="There are no assignments to display.">
|
113
113
|
<d2l-empty-state-action-button text="Create an Assignment"></d2l-empty-state-action-button>
|
114
114
|
</d2l-empty-state-simple>
|
115
|
-
<d2l-empty-state-illustrated illustration-name="desert-road" title-text="No Learning Paths Yet" description="Get started by clicking below to create your first learning path
|
115
|
+
<d2l-empty-state-illustrated illustration-name="desert-road" title-text="No Learning Paths Yet" description="Get started by clicking below to create your first learning path">
|
116
116
|
<d2l-empty-state-action-button text="Create Learning Paths"></d2l-empty-state-action-button>
|
117
117
|
</d2l-empty-state-illustrated>
|
118
118
|
```
|
@@ -145,7 +145,7 @@ To add the link, place a `d2l-empty-state-action-link` component inside of the d
|
|
145
145
|
<d2l-empty-state-simple description="There are no assignments to display.">
|
146
146
|
<d2l-empty-state-action-link text="Create an Assignment" href="#"></d2l-empty-state-action-link>
|
147
147
|
</d2l-empty-state-simple>
|
148
|
-
<d2l-empty-state-illustrated illustration-name="desert-road" title-text="No Learning Paths Yet" description="Get started by clicking below to create your first learning path
|
148
|
+
<d2l-empty-state-illustrated illustration-name="desert-road" title-text="No Learning Paths Yet" description="Get started by clicking below to create your first learning path">
|
149
149
|
<d2l-empty-state-action-link text="Create Learning Paths" href="#"></d2l-empty-state-action-link>
|
150
150
|
</d2l-empty-state-illustrated>
|
151
151
|
```
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.86.0",
|
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",
|