@brightspace-ui/core 1.224.3 → 1.225.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.
|
@@ -10,7 +10,7 @@ import { getUniqueId } from '../../helpers/uniqueId.js';
|
|
|
10
10
|
import { LocalizeCoreElement } from '../../lang/localize-core-element.js';
|
|
11
11
|
import { styleMap } from 'lit-html/directives/style-map.js';
|
|
12
12
|
|
|
13
|
-
const mediaQueryList = window.matchMedia('(max-width: 615px)');
|
|
13
|
+
const mediaQueryList = window.matchMedia('(max-width: 615px), (max-height: 420px) and (max-width: 900px)');
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* A generic fullscreen dialog that provides a slot for arbitrary content and a "footer" slot for workflow buttons. Apply the "data-dialog-action" attribute to workflow buttons to automatically close the dialog with the action value.
|
|
@@ -132,7 +132,7 @@ class DialogFullscreen extends LocalizeCoreElement(AsyncContainerMixin(DialogMix
|
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
@media (max-width: 615px) {
|
|
135
|
+
@media (max-width: 615px), (max-height: 420px) and (max-width: 900px) {
|
|
136
136
|
|
|
137
137
|
.d2l-dialog-header {
|
|
138
138
|
padding-bottom: 15px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.225.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",
|