@brightspace-ui/core 2.112.3 → 2.112.4

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.
@@ -8,6 +8,7 @@ import { SkeletonMixin } from '../skeleton/skeleton-mixin.js';
8
8
  /**
9
9
  * A dot-separated list of object properties.
10
10
  * @slot - Items of the type d2l-object-property-list-item* to be added to the container
11
+ * @slot status - Slot for a single `d2l-status-indicator` to be rendered before the list
11
12
  */
12
13
  class ObjectPropertyList extends LocalizeCoreElement(SkeletonMixin(LitElement)) {
13
14
  static get properties() {
@@ -4,6 +4,7 @@ import { RtlMixin } from '../../mixins/rtl/rtl-mixin.js';
4
4
  export const offscreenStyles = css`
5
5
  .d2l-offscreen {
6
6
  height: 1px;
7
+ inset-inline-start: -10000px;
7
8
  left: -10000px;
8
9
  overflow: hidden;
9
10
  position: absolute !important;
@@ -25,6 +26,7 @@ class Offscreen extends RtlMixin(LitElement) {
25
26
  return css`
26
27
  :host {
27
28
  height: 1px;
29
+ inset-inline-start: -10000px;
28
30
  left: -10000px;
29
31
  overflow: hidden;
30
32
  position: absolute !important;
@@ -3,6 +3,7 @@
3
3
  $offset: -10000px;
4
4
 
5
5
  position: absolute !important;
6
+ inset-inline-start: $offset;
6
7
  left: $offset;
7
8
  overflow: hidden;
8
9
  width: 1px;
@@ -9962,6 +9962,10 @@
9962
9962
  {
9963
9963
  "name": "",
9964
9964
  "description": "Items of the type d2l-object-property-list-item* to be added to the container"
9965
+ },
9966
+ {
9967
+ "name": "status",
9968
+ "description": "Slot for a single `d2l-status-indicator` to be rendered before the list"
9965
9969
  }
9966
9970
  ]
9967
9971
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.112.3",
3
+ "version": "2.112.4",
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",