@record-evolution/widget-overlay 1.0.7 → 1.0.9
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.
- package/dist/widget-overlay.js +1247 -339
- package/dist/widget-overlay.js.map +1 -1
- package/package.json +1 -1
- package/src/widget-overlay.ts +2 -1
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent widget-overlay following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-overlay",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.9",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/widget-overlay.js",
|
|
9
9
|
"types": "dist/src/widget-overlay.d.ts",
|
package/src/widget-overlay.ts
CHANGED
|
@@ -319,6 +319,7 @@ export class WidgetImage extends LitElement {
|
|
|
319
319
|
font-family: sans-serif;
|
|
320
320
|
box-sizing: border-box;
|
|
321
321
|
margin: auto;
|
|
322
|
+
container-type: size;
|
|
322
323
|
}
|
|
323
324
|
|
|
324
325
|
.paging:not([active]) {
|
|
@@ -330,7 +331,7 @@ export class WidgetImage extends LitElement {
|
|
|
330
331
|
flex-direction: column;
|
|
331
332
|
height: 100%;
|
|
332
333
|
width: 100%;
|
|
333
|
-
padding:
|
|
334
|
+
padding: 2cqh 2cqw;
|
|
334
335
|
box-sizing: border-box;
|
|
335
336
|
}
|
|
336
337
|
|