@brightspace-ui/core 2.35.2 → 2.35.3
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.
|
@@ -22,8 +22,8 @@ class FilterTags extends RtlMixin(LocalizeCoreElement(LitElement)) {
|
|
|
22
22
|
*/
|
|
23
23
|
filterIds: { type: String, attribute: 'filter-ids' },
|
|
24
24
|
/**
|
|
25
|
-
* The text displayed in this component's label
|
|
26
|
-
* @default "
|
|
25
|
+
* The text displayed in this component's label (hidden when default is used)
|
|
26
|
+
* @default "Active Filters:"
|
|
27
27
|
* @type {string}
|
|
28
28
|
*/
|
|
29
29
|
label: { type: String }
|
package/custom-elements.json
CHANGED
|
@@ -3415,9 +3415,9 @@
|
|
|
3415
3415
|
},
|
|
3416
3416
|
{
|
|
3417
3417
|
"name": "label",
|
|
3418
|
-
"description": "The text displayed in this component's label",
|
|
3418
|
+
"description": "The text displayed in this component's label (hidden when default is used)",
|
|
3419
3419
|
"type": "string",
|
|
3420
|
-
"default": "\"\\\"
|
|
3420
|
+
"default": "\"\\\"Active Filters:\\\"\""
|
|
3421
3421
|
}
|
|
3422
3422
|
],
|
|
3423
3423
|
"properties": [
|
|
@@ -3430,9 +3430,9 @@
|
|
|
3430
3430
|
{
|
|
3431
3431
|
"name": "label",
|
|
3432
3432
|
"attribute": "label",
|
|
3433
|
-
"description": "The text displayed in this component's label",
|
|
3433
|
+
"description": "The text displayed in this component's label (hidden when default is used)",
|
|
3434
3434
|
"type": "string",
|
|
3435
|
-
"default": "\"\\\"
|
|
3435
|
+
"default": "\"\\\"Active Filters:\\\"\""
|
|
3436
3436
|
}
|
|
3437
3437
|
]
|
|
3438
3438
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.35.
|
|
3
|
+
"version": "2.35.3",
|
|
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",
|