@ecl/gallery 5.0.0-alpha.13 → 5.0.0-alpha.15

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.
Files changed (2) hide show
  1. package/gallery.scss +6 -2
  2. package/package.json +9 -9
package/gallery.scss CHANGED
@@ -53,7 +53,11 @@ $_description-height-desktop: 108px;
53
53
  .ecl-gallery__item-icon-wrapper {
54
54
  background: var(--cm-on-surface-dark, var(--c-d));
55
55
  box-shadow: 0 0 15px 6px
56
- color-mix(in srgb, var(--cm-surface-dark, var(--c-d-80)) 55%, transparent);
56
+ color-mix(
57
+ in srgb,
58
+ var(--cm-on-surface-neutral-highest, var(--c-d-80)) 55%,
59
+ transparent
60
+ );
57
61
  display: inline-block;
58
62
  position: absolute;
59
63
  left: 50%;
@@ -178,7 +182,7 @@ $_description-height-desktop: 108px;
178
182
  display: flex;
179
183
  flex-direction: column;
180
184
  margin: 0 auto;
181
- max-width: 1140px;
185
+ max-width: map.get($theme, 'container', 'xxl');
182
186
  padding-top: var(--s-xs);
183
187
  }
184
188
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ecl/gallery",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "5.0.0-alpha.13",
5
+ "version": "5.0.0-alpha.15",
6
6
  "description": "ECL Gallery",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -11,13 +11,13 @@
11
11
  "module": "gallery.js",
12
12
  "style": "gallery.scss",
13
13
  "dependencies": {
14
- "@ecl/button": "5.0.0-alpha.13",
15
- "@ecl/dom-utils": "5.0.0-alpha.13",
16
- "@ecl/icon": "5.0.0-alpha.13",
17
- "@ecl/link": "5.0.0-alpha.13",
18
- "@ecl/picture": "5.0.0-alpha.13",
19
- "@ecl/video": "5.0.0-alpha.13",
20
- "focus-trap": "7.6.4"
14
+ "@ecl/button": "5.0.0-alpha.15",
15
+ "@ecl/dom-utils": "5.0.0-alpha.15",
16
+ "@ecl/icon": "5.0.0-alpha.15",
17
+ "@ecl/link": "5.0.0-alpha.15",
18
+ "@ecl/picture": "5.0.0-alpha.15",
19
+ "@ecl/video": "5.0.0-alpha.15",
20
+ "focus-trap": "7.6.5"
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",
@@ -33,5 +33,5 @@
33
33
  "design-system",
34
34
  "twig"
35
35
  ],
36
- "gitHead": "3aa7e362a490464a941b8ebbb52c4533590bced1"
36
+ "gitHead": "6004e147f949c0fbb2278650d59a1b8c249653c5"
37
37
  }