@brightspace-ui/core 2.44.0 → 2.44.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.
|
@@ -77,9 +77,11 @@ The `d2l-tag-list-item` provides the appropriate `listitem` semantics and stylin
|
|
|
77
77
|
</d2l-tag-list>
|
|
78
78
|
```
|
|
79
79
|
|
|
80
|
+
<!-- docs: start hidden content -->
|
|
80
81
|
### `d2l-tag-list-item` properties
|
|
81
82
|
|
|
82
83
|
| Property | Type | Description |
|
|
83
84
|
|--|--|--|
|
|
84
85
|
| `text` | String, required | Text displayed on the tag item. Will truncate automatically if text exceeds a certain width and will display full `text` value in a tooltip. |
|
|
85
86
|
| `description` | String, optional | Additional text to display in tag item tooltip. Setting this property will make tooltip available at all times when hovering. |
|
|
87
|
+
<!-- docs: end hidden content -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.44.
|
|
3
|
+
"version": "2.44.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",
|