@brightspace-ui/core 2.67.0 → 2.67.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.
@@ -326,11 +326,11 @@
326
326
 
327
327
  <d2l-demo-snippet id="grid-button-demo">
328
328
  <template>
329
- <d2l-list-header slot="header">
330
- <d2l-selection-action icon="tier1:bookmark-hollow" text="Bookmark" requires-selection></d2l-selection-action>
331
- <d2l-selection-action icon="tier1:gear" text="Settings"></d2l-selection-action>
332
- </d2l-list-header>
333
329
  <d2l-list grid>
330
+ <d2l-list-header slot="header">
331
+ <d2l-selection-action icon="tier1:bookmark-hollow" text="Bookmark" requires-selection></d2l-selection-action>
332
+ <d2l-selection-action icon="tier1:gear" text="Settings"></d2l-selection-action>
333
+ </d2l-list-header>
334
334
  <d2l-list-item-button selectable key="1" label="Introductory Earth Sciences">
335
335
  <d2l-list-item-content>Introductory Earth Sciences</d2l-list-item-content>
336
336
  <div slot="actions">
@@ -111,11 +111,11 @@ class List extends PageableMixin(SelectionMixin(LitElement)) {
111
111
  render() {
112
112
  const role = !this.grid ? 'list' : 'application';
113
113
  return html`
114
- <div role="${role}" class="d2l-list-container">
115
- <slot name="header"></slot>
114
+ <slot name="header"></slot>
115
+ <div role="${role}">
116
116
  <slot @keydown="${this._handleKeyDown}" @slotchange="${this._handleSlotChange}"></slot>
117
- ${this._renderPagerContainer()}
118
117
  </div>
118
+ ${this._renderPagerContainer()}
119
119
  `;
120
120
  }
121
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.67.0",
3
+ "version": "2.67.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",