@brightspace-ui/core 2.137.0 → 2.137.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.
|
@@ -102,6 +102,7 @@ class ListItemGenericLayout extends RtlMixin(LitElement) {
|
|
|
102
102
|
|
|
103
103
|
::slotted([slot="control"]) {
|
|
104
104
|
grid-column: control-start / control-end;
|
|
105
|
+
pointer-events: none;
|
|
105
106
|
width: 2.2rem;
|
|
106
107
|
}
|
|
107
108
|
|
|
@@ -109,11 +110,6 @@ class ListItemGenericLayout extends RtlMixin(LitElement) {
|
|
|
109
110
|
grid-column: content-start / content-end;
|
|
110
111
|
}
|
|
111
112
|
|
|
112
|
-
::slotted([slot="control"]),
|
|
113
|
-
::slotted([slot="outside-control"]) {
|
|
114
|
-
pointer-events: none;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
113
|
::slotted([slot="control-action"]) ~ ::slotted([slot="content"]),
|
|
118
114
|
::slotted([slot="outside-control-action"]) ~ ::slotted([slot="content"]) {
|
|
119
115
|
pointer-events: unset;
|
|
@@ -200,8 +196,8 @@ class ListItemGenericLayout extends RtlMixin(LitElement) {
|
|
|
200
196
|
<slot name="outside-control-container"></slot>
|
|
201
197
|
|
|
202
198
|
<slot name="content-action" class="d2l-cell" data-cell-num="6"></slot>
|
|
203
|
-
<slot name="outside-control-action" class="d2l-cell" data-cell-num="1"></slot>
|
|
204
199
|
<slot name="outside-control" class="d2l-cell" data-cell-num="2"></slot>
|
|
200
|
+
<slot name="outside-control-action" class="d2l-cell" data-cell-num="1"></slot>
|
|
205
201
|
<slot name="expand-collapse" class="d2l-cell" data-cell-num="4"></slot>
|
|
206
202
|
<slot name="content" class="d2l-cell" data-cell-num="8" @focus="${!this.noPrimaryAction ? this._preventFocus : null}"></slot>
|
|
207
203
|
<slot name="control-action" class="d2l-cell" data-cell-num="3"></slot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.137.
|
|
3
|
+
"version": "2.137.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",
|