@brightspace-ui/core 2.147.1 → 2.148.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.
|
@@ -236,6 +236,7 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
|
|
|
236
236
|
|
|
237
237
|
const dropdownContent = singleDimension ? html`
|
|
238
238
|
<d2l-dropdown-content
|
|
239
|
+
class="vdiff-target"
|
|
239
240
|
min-width="285"
|
|
240
241
|
max-width="420"
|
|
241
242
|
mobile-tray="right"
|
|
@@ -249,6 +250,7 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
|
|
|
249
250
|
</d2l-dropdown-content>`
|
|
250
251
|
: html`
|
|
251
252
|
<d2l-dropdown-menu
|
|
253
|
+
class="vdiff-target"
|
|
252
254
|
min-width="285"
|
|
253
255
|
max-width="420"
|
|
254
256
|
mobile-tray="right"
|
|
@@ -265,6 +267,7 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
|
|
|
265
267
|
|
|
266
268
|
return html`
|
|
267
269
|
<d2l-dropdown-button-subtle
|
|
270
|
+
class="vdiff-target"
|
|
268
271
|
@d2l-dropdown-close="${this._handleDropdownClose}"
|
|
269
272
|
@d2l-dropdown-open="${this._handleDropdownOpen}"
|
|
270
273
|
@d2l-dropdown-position="${this._stopPropagation}"
|
|
@@ -466,6 +466,7 @@ export const ListItemMixin = superclass => class extends composeMixins(
|
|
|
466
466
|
const oldValue = this._color;
|
|
467
467
|
this._color = getValidHexColor(value, true);
|
|
468
468
|
this.requestUpdate('value', oldValue);
|
|
469
|
+
/** @ignore */
|
|
469
470
|
this.dispatchEvent(new CustomEvent('d2l-list-item-property-change', { bubbles: true, composed: true, detail: { name: 'color', value: this._color } }));
|
|
470
471
|
}
|
|
471
472
|
|
package/custom-elements.json
CHANGED
|
@@ -8124,9 +8124,6 @@
|
|
|
8124
8124
|
}
|
|
8125
8125
|
],
|
|
8126
8126
|
"events": [
|
|
8127
|
-
{
|
|
8128
|
-
"name": "d2l-list-item-property-change"
|
|
8129
|
-
},
|
|
8130
8127
|
{
|
|
8131
8128
|
"name": "d2l-list-item-selected",
|
|
8132
8129
|
"description": "Dispatched when the component item is selected"
|
|
@@ -8492,9 +8489,6 @@
|
|
|
8492
8489
|
"name": "d2l-list-item-button-click",
|
|
8493
8490
|
"description": "Dispatched when the item's primary button action is clicked"
|
|
8494
8491
|
},
|
|
8495
|
-
{
|
|
8496
|
-
"name": "d2l-list-item-property-change"
|
|
8497
|
-
},
|
|
8498
8492
|
{
|
|
8499
8493
|
"name": "d2l-list-item-selected",
|
|
8500
8494
|
"description": "Dispatched when the component item is selected"
|
|
@@ -8983,9 +8977,6 @@
|
|
|
8983
8977
|
"name": "d2l-list-item-link-click",
|
|
8984
8978
|
"description": "Dispatched when the item's primary link action is clicked"
|
|
8985
8979
|
},
|
|
8986
|
-
{
|
|
8987
|
-
"name": "d2l-list-item-property-change"
|
|
8988
|
-
},
|
|
8989
8980
|
{
|
|
8990
8981
|
"name": "d2l-list-item-selected",
|
|
8991
8982
|
"description": "Dispatched when the component item is selected"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.148.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",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@babel/eslint-parser": "^7",
|
|
48
48
|
"@brightspace-ui/stylelint-config": "^0.8",
|
|
49
|
-
"@brightspace-ui/testing": "^0.
|
|
49
|
+
"@brightspace-ui/testing": "^0.35",
|
|
50
50
|
"@open-wc/semantic-dom-diff": "^0.20",
|
|
51
51
|
"@rollup/plugin-dynamic-import-vars": "^2",
|
|
52
52
|
"@rollup/plugin-node-resolve": "^15",
|