@brightspace-ui/core 2.18.0 → 2.18.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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Tag lists are used to present a list of compact, discrete pieces of information.
|
|
5
5
|
|
|
6
|
-
<!-- docs: demo display:block -->
|
|
6
|
+
<!-- docs: demo autoSize:false display:block size:small -->
|
|
7
7
|
```html
|
|
8
8
|
<script type="module">
|
|
9
9
|
import '@brightspace-ui/core/components/tag-list/tag-list.js';
|
|
@@ -12,7 +12,7 @@ Tag lists are used to present a list of compact, discrete pieces of information.
|
|
|
12
12
|
|
|
13
13
|
<d2l-tag-list description="Example Tags">
|
|
14
14
|
<d2l-tag-list-item text="Lorem ipsum dolor"></d2l-tag-list-item>
|
|
15
|
-
<d2l-tag-list-item text="Reprehenderit in voluptate velit esse"></d2l-tag-list-item>
|
|
15
|
+
<d2l-tag-list-item text="Reprehenderit in voluptate velit esse lorem ipsum dolor"></d2l-tag-list-item>
|
|
16
16
|
<d2l-tag-list-item text="Sit amet"></d2l-tag-list-item>
|
|
17
17
|
<d2l-tag-list-item text="Duis aute irure"></d2l-tag-list-item>
|
|
18
18
|
<d2l-tag-list-item text="Excepteur sint"></d2l-tag-list-item>
|
|
@@ -26,7 +26,7 @@ Tag lists are used to present a list of compact, discrete pieces of information.
|
|
|
26
26
|
|
|
27
27
|
The `d2l-tag-list` element can take a combination of any type of `d2l-tag-list-item` and adds the appropriate keyboard navigation, list semantics, clearing behaviour and responsive behaviour.
|
|
28
28
|
|
|
29
|
-
<!-- docs: demo live name:d2l-tag-list display:block -->
|
|
29
|
+
<!-- docs: demo live name:d2l-tag-list autoSize:false display:block size:small -->
|
|
30
30
|
```html
|
|
31
31
|
<script type="module">
|
|
32
32
|
import '@brightspace-ui/core/components/tag-list/tag-list.js';
|
|
@@ -39,7 +39,7 @@ The `d2l-tag-list` element can take a combination of any type of `d2l-tag-list-i
|
|
|
39
39
|
</script>
|
|
40
40
|
<d2l-tag-list description="Example Tags">
|
|
41
41
|
<d2l-tag-list-item text="Lorem ipsum dolor"></d2l-tag-list-item>
|
|
42
|
-
<d2l-tag-list-item text="Reprehenderit in voluptate velit esse"></d2l-tag-list-item>
|
|
42
|
+
<d2l-tag-list-item text="Reprehenderit in voluptate velit esse lorem ipsum dolor"></d2l-tag-list-item>
|
|
43
43
|
<d2l-tag-list-item text="Sit amet"></d2l-tag-list-item>
|
|
44
44
|
<d2l-tag-list-item text="Duis aute irure"></d2l-tag-list-item>
|
|
45
45
|
</d2l-tag-list>
|
|
@@ -48,7 +48,7 @@ The `d2l-tag-list` element can take a combination of any type of `d2l-tag-list-i
|
|
|
48
48
|
## Tag List Item [d2l-tag-list-item]
|
|
49
49
|
The `d2l-tag-list-item` provides the appropriate `listitem` semantics and styling for children within a tag list. Tag List items do not work outside of a Tag List and should not be used on their own.
|
|
50
50
|
|
|
51
|
-
<!-- docs: demo live name:d2l-tag-list-item display:block -->
|
|
51
|
+
<!-- docs: demo live name:d2l-tag-list-item autoSize:false display:block size:small -->
|
|
52
52
|
```html
|
|
53
53
|
<script type="module">
|
|
54
54
|
import '@brightspace-ui/core/components/tag-list/tag-list.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.18.
|
|
3
|
+
"version": "2.18.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",
|