@ecl/video 5.0.0-alpha.7 → 5.0.0-alpha.8

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/package.json +2 -2
  2. package/video.html.twig +1 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ecl/video",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "5.0.0-alpha.7",
5
+ "version": "5.0.0-alpha.8",
6
6
  "description": "ECL Video",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -22,5 +22,5 @@
22
22
  "design-system",
23
23
  "twig"
24
24
  ],
25
- "gitHead": "caa7533a945f33c4337889c31109082b8b39b076"
25
+ "gitHead": "765d0f9f94ff5aebe563f8693bb682647cc4f8a8"
26
26
  }
package/video.html.twig CHANGED
@@ -26,7 +26,7 @@
26
26
  - "sr_video_label" (string) (default: ''): additional label for the video item; for screen readers
27
27
  - "sr_video_player" (string) (default: ''): additional label for the video player; for screen readers
28
28
  - "zoom" (boolean) (default: false): Should the poster picture have a zoom animation?
29
- - "extra_classes" (optional) (string) (default: ''): Extra css classes, added to the root picture tag
29
+ - "extra_classes" (string) (default: ''): Extra css classes, added to the root picture tag
30
30
  - "extra_attributes" (optional) (array) (default: [])
31
31
  - "name" (string) Attribute name, eg. 'data-test'
32
32
  - "value" (optional) (string) Attribute value, eg: 'data-test-1'