@brightspace-ui/core 3.262.1 → 3.262.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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object property lists are simple dot-separated lists of text, displayed sequentially on a single line. They are used to convey additional information or metadata about an object.
|
|
4
4
|
|
|
5
|
-
<!-- docs: demo -->
|
|
5
|
+
<!-- docs: demo align:start autoSize:false size:small -->
|
|
6
6
|
```html
|
|
7
7
|
<script type="module">
|
|
8
8
|
import '@brightspace-ui/core/components/object-property-list/object-property-list.js';
|
|
@@ -40,7 +40,7 @@ Object property lists are simple dot-separated lists of text, displayed sequenti
|
|
|
40
40
|
|
|
41
41
|
An object property list can be defined using `d2l-object-property-list` and a combination of items (e.g., `d2l-object-property-list-item`, `d2l-object-property-list-item-link`).
|
|
42
42
|
|
|
43
|
-
<!-- docs: demo code properties name:d2l-object-property-list sandboxTitle:'Object Property List' -->
|
|
43
|
+
<!-- docs: demo code properties name:d2l-object-property-list sandboxTitle:'Object Property List' align:start autoSize:false size:small -->
|
|
44
44
|
```html
|
|
45
45
|
<script type="module">
|
|
46
46
|
import '@brightspace-ui/core/components/object-property-list/object-property-list.js';
|
|
@@ -142,7 +142,7 @@ The `d2l-object-property-list-item-link` component is a link item for the object
|
|
|
142
142
|
|
|
143
143
|
The `d2l-object-property-list-item-tooltip-help` component is an item for the object property list which is used to also display additional information for users. It displays text as a help tooltip, with an optional leading icon.
|
|
144
144
|
|
|
145
|
-
<!-- docs: demo code properties name:d2l-object-property-list-item-tooltip-help sandboxTitle:'Object Property List Help Tooltip Item' -->
|
|
145
|
+
<!-- docs: demo code properties name:d2l-object-property-list-item-tooltip-help sandboxTitle:'Object Property List Help Tooltip Item' align:start autoSize:false size:small -->
|
|
146
146
|
```html
|
|
147
147
|
<script type="module">
|
|
148
148
|
import '@brightspace-ui/core/components/object-property-list/object-property-list.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "3.262.
|
|
3
|
+
"version": "3.262.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",
|