@brightspace-ui/core 2.107.3 → 2.107.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.
@@ -42,7 +42,7 @@ class FloatingButtons extends RtlMixin(LitElement) {
42
42
  position: -webkit-sticky;
43
43
  position: sticky;
44
44
  right: 0;
45
- z-index: 999;
45
+ z-index: 997;
46
46
  }
47
47
 
48
48
  :host([_floating][always-float]) {
@@ -18,7 +18,7 @@ export const dropdownContentStyles = css`
18
18
  text-align: left;
19
19
  top: calc(100% + var(--d2l-dropdown-verticaloffset, 16px));
20
20
  width: 100%;
21
- z-index: 1000; /* position on top of floating buttons */
21
+ z-index: 998; /* position on top of floating buttons */
22
22
  }
23
23
 
24
24
  :host([theme="dark"]) {
@@ -88,7 +88,7 @@ class ListItemDragImage extends LocalizeCoreElement(SkeletonMixin(RtlMixin(LitEl
88
88
  position: absolute;
89
89
  text-align: center;
90
90
  top: 30px;
91
- z-index: 1000; /* must be higher than the skeleton z-index (999) */
91
+ z-index: 998; /* must be higher than the skeleton z-index */
92
92
  }
93
93
  :host([dir="rtl"]) .count {
94
94
  left: 14px;
@@ -114,7 +114,7 @@ export const ListItemMixin = superclass => class extends composeMixins(
114
114
  }
115
115
  :host([_fullscreen-within]) {
116
116
  position: fixed; /* required for Safari */
117
- z-index: 1000; /* must be greater than floating workflow buttons */
117
+ z-index: 998; /* must be greater than floating workflow buttons */
118
118
  }
119
119
 
120
120
  :host([dragging]) d2l-list-item-generic-layout {
@@ -28,7 +28,7 @@ export const skeletonStyles = css`
28
28
  position: absolute;
29
29
  right: 0;
30
30
  top: 0;
31
- z-index: 999;
31
+ z-index: 997;
32
32
  }
33
33
  @media (prefers-reduced-motion: reduce) {
34
34
  :host([skeleton]) .d2l-skeletize::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.107.3",
3
+ "version": "2.107.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",