@ecl/utility-media 5.0.0-RC2 → 5.0.0-RC3

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/index.story.js +1 -0
  2. package/package.json +6 -6
package/index.story.js CHANGED
@@ -298,6 +298,7 @@ export default {
298
298
  parameters: {
299
299
  a11y: { disable: true },
300
300
  EclNotes: { disable: true },
301
+ chromatic: { disable: true },
301
302
  },
302
303
  };
303
304
 
package/package.json CHANGED
@@ -2,15 +2,15 @@
2
2
  "name": "@ecl/utility-media",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "5.0.0-RC2",
5
+ "version": "5.0.0-RC3",
6
6
  "description": "ECL Utility Media",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
7
10
  "style": "media.scss",
8
11
  "sass": "media.scss",
9
12
  "dependencies": {
10
- "@ecl/grid": "5.0.0-RC2"
11
- },
12
- "publishConfig": {
13
- "access": "public"
13
+ "@ecl/grid": "5.0.0-RC3"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -25,5 +25,5 @@
25
25
  "europa-component-library",
26
26
  "design-system"
27
27
  ],
28
- "gitHead": "c6fea2445f9757307ca8d1de1a0f3de098a38abe"
28
+ "gitHead": "83f271fac12538193d99ae7444c5cbd3ab2c40a5"
29
29
  }