@pushengineering/umg-web-components 3.0.25 → 3.0.27

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.
@@ -341,7 +341,7 @@ CaptionCard.styles = mergeStyles([
341
341
  flex: 1;
342
342
  z-index: 20;
343
343
  }
344
- .caption umg-vertical-stack ::slotted(:last-child) {
344
+ .caption umg-vertical-stack ::slotted(umg-button) {
345
345
  margin-top: auto;
346
346
  }
347
347
 
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../src/components/media-modal/styles/modal.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,yBAsDjB,CAAA"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../src/components/media-modal/styles/modal.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,yBA6DjB,CAAA"}
@@ -15,6 +15,13 @@ const modal = css `
15
15
  background-size: cover;
16
16
  background-repeat: no-repeat;
17
17
  }
18
+ .modal::after {
19
+ content: '';
20
+ position: absolute;
21
+ inset: 0;
22
+ z-index: -1;
23
+ background-color: rgb(from var(--umg-color-modal-background) r g b / calc(alpha * var(--umg-opacity-modal-background, 1)));
24
+ }
18
25
 
19
26
  @supports (color: rgb(from white r g b)) {
20
27
  .modal {
@@ -1 +1 @@
1
- {"version":3,"file":"modal.js","sources":["../../../../src/components/media-modal/styles/modal.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,MAAM,KAAK,GAAG,GAAG,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"modal.js","sources":["../../../../src/components/media-modal/styles/modal.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,MAAM,KAAK,GAAG,GAAG,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushengineering/umg-web-components",
3
- "version": "3.0.25",
3
+ "version": "3.0.27",
4
4
  "type": "module",
5
5
  "module": "dist/components/index.js",
6
6
  "types": "dist/components/index.d.ts",