@ecl/preset-eu 3.13.0 → 4.0.0-beta-2

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 (40) hide show
  1. package/dist/images/icons/lists/all.json +1 -1
  2. package/dist/images/icons/sprites/icons.svg +1 -1
  3. package/dist/images/icons/svg/all/chain.svg +1 -0
  4. package/dist/images/icons/svg/all/clock-filled.svg +1 -0
  5. package/dist/images/icons/svg/all/clock.svg +1 -0
  6. package/dist/images/icons/svg/all/close-outline.svg +1 -0
  7. package/dist/images/icons/svg/all/document.svg +1 -0
  8. package/dist/images/icons/svg/all/folder.svg +1 -0
  9. package/dist/images/icons/svg/all/play-outline.svg +1 -0
  10. package/dist/images/icons/svg/all/play.svg +1 -1
  11. package/dist/images/icons-social-media/lists/all.json +1 -1
  12. package/dist/images/icons-social-media/lists/social-media.json +1 -1
  13. package/dist/images/icons-social-media/sprites/icons-social-media.svg +1 -1
  14. package/dist/images/icons-social-media/svg/social-media/chain-color.svg +1 -0
  15. package/dist/images/icons-social-media/svg/social-media/chain-negative.svg +1 -0
  16. package/dist/images/icons-social-media/svg/social-media/chain.svg +1 -0
  17. package/dist/scripts/ecl-eu.js +2 -2
  18. package/dist/styles/ecl-eu-print.css +1 -1
  19. package/dist/styles/ecl-eu-print.css.map +1 -1
  20. package/dist/styles/ecl-eu.css +2 -2
  21. package/dist/styles/ecl-eu.css.map +1 -1
  22. package/dist/styles/optional/ecl-eu-default-print.css +1 -1
  23. package/dist/styles/optional/ecl-eu-default.css +1 -1
  24. package/dist/styles/optional/ecl-eu-utilities.css +2 -0
  25. package/dist/styles/optional/ecl-eu-utilities.css.map +1 -0
  26. package/dist/styles/optional/ecl-reset.css +2 -2
  27. package/dist/styles/optional/ecl-rtl.css +1 -1
  28. package/package.json +83 -12
  29. package/dist/images/icons/svg/all/generic-lang.svg +0 -1
  30. package/dist/images/icons/svg/all/language.svg +0 -1
  31. package/dist/images/icons/svg/all/video.svg +0 -1
  32. package/dist/images/icons-social-media/svg/social-media/bluesky-color.svg +0 -1
  33. package/dist/images/icons-social-media/svg/social-media/bluesky-negative.svg +0 -1
  34. package/dist/images/icons-social-media/svg/social-media/bluesky.svg +0 -1
  35. package/dist/images/icons-social-media/svg/social-media/share-color.svg +0 -1
  36. package/dist/images/icons-social-media/svg/social-media/share-negative.svg +0 -1
  37. package/dist/images/icons-social-media/svg/social-media/share.svg +0 -1
  38. /package/dist/images/icons/svg/all/{back.svg → arrow-left.svg} +0 -0
  39. /package/dist/images/icons/svg/all/{gear.svg → settings.svg} +0 -0
  40. /package/dist/images/icons/svg/all/{basket.svg → shopping-bag.svg} +0 -0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ecl/preset-eu",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "3.13.0",
5
+ "version": "4.0.0-beta-2",
6
6
  "description": "ECL EU preset",
7
7
  "main": "dist/scripts/ecl-eu.js",
8
8
  "style": "dist/styles/ecl-eu.css",
@@ -19,17 +19,88 @@
19
19
  "watch": "cross-env ECL_SYSTEM=eu ecl-builder watch",
20
20
  "prepublish": "npm run clean && npm run build && npm run dist"
21
21
  },
22
+ "dependencies": {
23
+ "@ecl/dom-utils": "4.0.0-beta-2",
24
+ "@ecl/vanilla-component-accordion": "4.0.0-beta-2",
25
+ "@ecl/vanilla-component-banner": "4.0.0-beta-2",
26
+ "@ecl/vanilla-component-blockquote": "4.0.0-beta-2",
27
+ "@ecl/vanilla-component-breadcrumb": "4.0.0-beta-2",
28
+ "@ecl/vanilla-component-button": "4.0.0-beta-2",
29
+ "@ecl/vanilla-component-card": "4.0.0-beta-2",
30
+ "@ecl/vanilla-component-carousel": "4.0.0-beta-2",
31
+ "@ecl/vanilla-component-category-filter": "4.0.0-beta-2",
32
+ "@ecl/vanilla-component-checkbox": "4.0.0-beta-2",
33
+ "@ecl/vanilla-component-content-block": "4.0.0-beta-2",
34
+ "@ecl/vanilla-component-content-item": "4.0.0-beta-2",
35
+ "@ecl/vanilla-component-date-block": "4.0.0-beta-2",
36
+ "@ecl/vanilla-component-datepicker": "4.0.0-beta-2",
37
+ "@ecl/vanilla-component-description-list": "4.0.0-beta-2",
38
+ "@ecl/vanilla-component-expandable": "4.0.0-beta-2",
39
+ "@ecl/vanilla-component-fact-figures": "4.0.0-beta-2",
40
+ "@ecl/vanilla-component-featured-item": "4.0.0-beta-2",
41
+ "@ecl/vanilla-component-file": "4.0.0-beta-2",
42
+ "@ecl/vanilla-component-file-upload": "4.0.0-beta-2",
43
+ "@ecl/vanilla-component-form-group": "4.0.0-beta-2",
44
+ "@ecl/vanilla-component-gallery": "4.0.0-beta-2",
45
+ "@ecl/vanilla-component-icon": "4.0.0-beta-2",
46
+ "@ecl/vanilla-component-inpage-navigation": "4.0.0-beta-2",
47
+ "@ecl/vanilla-component-label": "4.0.0-beta-2",
48
+ "@ecl/vanilla-component-link": "4.0.0-beta-2",
49
+ "@ecl/vanilla-component-list-illustration": "4.0.0-beta-2",
50
+ "@ecl/vanilla-component-media-container": "4.0.0-beta-2",
51
+ "@ecl/vanilla-component-menu": "4.0.0-beta-2",
52
+ "@ecl/vanilla-component-modal": "4.0.0-beta-2",
53
+ "@ecl/vanilla-component-navigation-list": "4.0.0-beta-2",
54
+ "@ecl/vanilla-component-news-ticker": "4.0.0-beta-2",
55
+ "@ecl/vanilla-component-notification": "4.0.0-beta-2",
56
+ "@ecl/vanilla-component-ordered-list": "4.0.0-beta-2",
57
+ "@ecl/vanilla-component-page-header": "4.0.0-beta-2",
58
+ "@ecl/vanilla-component-pagination": "4.0.0-beta-2",
59
+ "@ecl/vanilla-component-popover": "4.0.0-beta-2",
60
+ "@ecl/vanilla-component-radio": "4.0.0-beta-2",
61
+ "@ecl/vanilla-component-range": "4.0.0-beta-2",
62
+ "@ecl/vanilla-component-rating-field": "4.0.0-beta-2",
63
+ "@ecl/vanilla-component-search-form": "4.0.0-beta-2",
64
+ "@ecl/vanilla-component-select": "4.0.0-beta-2",
65
+ "@ecl/vanilla-component-site-footer": "4.0.0-beta-2",
66
+ "@ecl/vanilla-component-site-header": "4.0.0-beta-2",
67
+ "@ecl/vanilla-component-skip-link": "4.0.0-beta-2",
68
+ "@ecl/vanilla-component-social-media-follow": "4.0.0-beta-2",
69
+ "@ecl/vanilla-component-social-media-share": "4.0.0-beta-2",
70
+ "@ecl/vanilla-component-spinner": "4.0.0-beta-2",
71
+ "@ecl/vanilla-component-splash-page": "4.0.0-beta-2",
72
+ "@ecl/vanilla-component-table": "4.0.0-beta-2",
73
+ "@ecl/vanilla-component-tabs": "4.0.0-beta-2",
74
+ "@ecl/vanilla-component-tag": "4.0.0-beta-2",
75
+ "@ecl/vanilla-component-text-area": "4.0.0-beta-2",
76
+ "@ecl/vanilla-component-text-input": "4.0.0-beta-2",
77
+ "@ecl/vanilla-component-timeline": "4.0.0-beta-2",
78
+ "@ecl/vanilla-component-unordered-list": "4.0.0-beta-2",
79
+ "@ecl/vanilla-utility-background": "4.0.0-beta-2",
80
+ "@ecl/vanilla-utility-border": "4.0.0-beta-2",
81
+ "@ecl/vanilla-utility-clearfix": "4.0.0-beta-2",
82
+ "@ecl/vanilla-utility-dimension": "4.0.0-beta-2",
83
+ "@ecl/vanilla-utility-disablescroll": "4.0.0-beta-2",
84
+ "@ecl/vanilla-utility-display": "4.0.0-beta-2",
85
+ "@ecl/vanilla-utility-flex": "4.0.0-beta-2",
86
+ "@ecl/vanilla-utility-float": "4.0.0-beta-2",
87
+ "@ecl/vanilla-utility-media": "4.0.0-beta-2",
88
+ "@ecl/vanilla-utility-print": "4.0.0-beta-2",
89
+ "@ecl/vanilla-utility-screen-reader": "4.0.0-beta-2",
90
+ "@ecl/vanilla-utility-shadow": "4.0.0-beta-2",
91
+ "@ecl/vanilla-utility-spacing": "4.0.0-beta-2",
92
+ "@ecl/vanilla-utility-typography": "4.0.0-beta-2",
93
+ "@ecl/vanilla-utility-z-index": "4.0.0-beta-2"
94
+ },
22
95
  "devDependencies": {
23
- "@ecl/builder": "3.13.0",
24
- "@ecl/preset-dev": "3.13.0",
25
- "@ecl/preset-reset": "3.13.0",
26
- "@ecl/preset-rtl": "3.13.0",
27
- "@ecl/resources-eu-icons": "3.13.0",
28
- "@ecl/resources-eu-logo": "3.13.0",
29
- "@ecl/resources-flag-icons": "3.13.0",
30
- "@ecl/resources-social-media-icons": "3.13.0",
31
- "@ecl/theme-dev": "3.13.0",
32
- "@ecl/theme-eu": "3.13.0",
96
+ "@ecl/builder": "4.0.0-beta-2",
97
+ "@ecl/preset-reset": "4.0.0-beta-2",
98
+ "@ecl/preset-rtl": "4.0.0-beta-2",
99
+ "@ecl/resources-eu-icons": "4.0.0-beta-2",
100
+ "@ecl/resources-eu-logo": "4.0.0-beta-2",
101
+ "@ecl/resources-flag-icons": "4.0.0-beta-2",
102
+ "@ecl/resources-social-media-icons": "4.0.0-beta-2",
103
+ "@ecl/theme-eu": "4.0.0-beta-2",
33
104
  "cross-env": "7.0.3",
34
105
  "npm-run-all": "4.1.5",
35
106
  "rimraf": "5.0.5"
@@ -43,5 +114,5 @@
43
114
  "bugs": {
44
115
  "url": "https://github.com/ec-europa/europa-component-library/issues"
45
116
  },
46
- "gitHead": "d8f2f7cd036e66134b8d0be9449ed97c3e1908ee"
117
+ "gitHead": "3eb45346760765236308b91bc276e895f67229c1"
47
118
  }
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path d="M18.2 13.5h-2.8v-.1c.1-.4.1-1 .1-1.6s-.1-1.2-.1-1.6v-.1h2.8c.1.6.2 1.1.2 1.6 0 .7 0 1.3-.2 1.8m-.6 1.6c-.8 1.3-2 2.4-3.5 2.9H14l.1-.1c.5-.9.8-1.8 1.1-2.8zm-3.7-1.5h-3.8c-.1-.6-.1-1.1-.1-1.7 0-.5 0-1 .1-1.6h3.8c.1.6.1 1.1.1 1.6 0 .6 0 1.1-.1 1.7m-.3 1.5c-.3 1.1-.9 2.2-1.5 3.2v.1-.1c-.7-1-1.2-2-1.5-3.2V15zM9.9 18c-1.5-.5-2.7-1.5-3.5-2.9V15h2.5c.2 1.1.6 2.1 1 3h.1zm-4.1-4.5c-.1-.6-.2-1.1-.2-1.6s.1-1 .2-1.6h2.8v.1c-.1.4-.1 1-.1 1.6s.1 1.2.1 1.6v.1zm.6-4.8c.8-1.3 2-2.4 3.5-2.9h.1v.1c-.5.9-.9 1.8-1.1 2.8zm4 0c.3-1.1.9-2.2 1.5-3.2v-.1.1c.7 1 1.2 2 1.5 3.2v.1zm3.7-2.9c1.5.5 2.7 1.5 3.5 2.9v.1h-2.5c-.2-1.1-.6-2-1-3H14zM20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v13c0 1.1.9 2 2 2h5l3 3 3-3h5c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M19.5 19.99h-15a2.5 2.5 0 0 1-2.5-2.5V6.5A2.5 2.5 0 0 1 4.5 4h15A2.5 2.5 0 0 1 22 6.5v10.99a2.5 2.5 0 0 1-2.5 2.5M4.5 6c-.28 0-.5.22-.5.5v10.99c0 .28.22.5.5.5h15c.28 0 .5-.22.5-.5V6.5c0-.28-.22-.5-.5-.5z"/><path d="m10.3 15.89 4.67-3.5c.27-.2.27-.6 0-.8l-4.67-3.5a.5.5 0 0 0-.8.4v6.99c0 .41.47.65.8.4Z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48"><path fill="#308FEF" d="M12.1 8.473c4.818 3.59 9.99 10.865 11.893 14.78v10.324c0-.216-.082.027-.273.57-1 2.899-4.872 14.198-13.727 5.161-4.667-4.755-2.504-9.51 5.994-10.947-4.858.827-10.318-.542-11.824-5.852C3.725 20.978 3 11.549 3 10.275c0-6.395 5.625-4.403 9.1-1.802m23.8 0c-4.818 3.59-9.99 10.865-11.893 14.78v10.324c0-.216.082.027.273.57 1 2.899 4.872 14.198 13.727 5.161 4.666-4.755 2.504-9.51-5.994-10.947 4.858.827 10.318-.542 11.824-5.852C44.275 20.978 45 11.549 45 10.275c0-6.395-5.625-4.403-9.1-1.802"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48"><path fill="#fff" d="M12.1 8.473c4.818 3.59 9.99 10.865 11.893 14.78v10.324c0-.216-.082.027-.273.57-1 2.899-4.872 14.198-13.727 5.161-4.667-4.755-2.504-9.51 5.994-10.947-4.858.827-10.318-.542-11.824-5.852C3.725 20.978 3 11.549 3 10.275c0-6.395 5.625-4.403 9.1-1.802m23.8 0c-4.818 3.59-9.99 10.865-11.893 14.78v10.324c0-.216.082.027.273.57 1 2.899 4.872 14.198 13.727 5.161 4.666-4.755 2.504-9.51-5.994-10.947 4.858.827 10.318-.542 11.824-5.852C44.275 20.978 45 11.549 45 10.275c0-6.395-5.625-4.403-9.1-1.802"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M12.1 8.473c4.818 3.59 9.99 10.865 11.893 14.78v10.324c0-.216-.082.027-.273.57-1 2.899-4.872 14.198-13.727 5.161-4.667-4.755-2.504-9.51 5.994-10.947-4.858.827-10.318-.542-11.824-5.852C3.725 20.978 3 11.549 3 10.275c0-6.395 5.625-4.403 9.1-1.802m23.8 0c-4.818 3.59-9.99 10.865-11.893 14.78v10.324c0-.216.082.027.273.57 1 2.899 4.872 14.198 13.727 5.161 4.666-4.755 2.504-9.51-5.994-10.947 4.858.827 10.318-.542 11.824-5.852C44.275 20.978 45 11.549 45 10.275c0-6.395-5.625-4.403-9.1-1.802"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M0 0h48v48H0z" fill="none"/><path d="M36 32c-1.32 0-2.53.44-3.52 1.16l-14.55-8.4c.03-.25.08-.5.08-.76s-.04-.51-.08-.76l14.55-8.4c.99.72 2.2 1.16 3.52 1.16 3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6c0 .53.09 1.03.22 1.52l-14.09 8.14C15.05 18.64 13.61 18 12.01 18c-3.31 0-6 2.69-6 6s2.69 6 6 6c1.6 0 3.05-.64 4.12-1.66l14.09 8.14c-.13.49-.22.99-.22 1.52 0 3.31 2.69 6 6 6s6-2.69 6-6-2.69-6-6-6" fill="#0e47cb"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M0 0h48v48H0z" fill="none"/><path d="M36 32c-1.32 0-2.53.44-3.52 1.16l-14.55-8.4c.03-.25.08-.5.08-.76s-.04-.51-.08-.76l14.55-8.4c.99.72 2.2 1.16 3.52 1.16 3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6c0 .53.09 1.03.22 1.52l-14.09 8.14C15.05 18.64 13.61 18 12.01 18c-3.31 0-6 2.69-6 6s2.69 6 6 6c1.6 0 3.05-.64 4.12-1.66l14.09 8.14c-.13.49-.22.99-.22 1.52 0 3.31 2.69 6 6 6s6-2.69 6-6-2.69-6-6-6" fill="#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M0 0h48v48H0z" fill="none"/><path d="M36 32c-1.32 0-2.53.44-3.52 1.16l-14.55-8.4c.03-.25.08-.5.08-.76s-.04-.51-.08-.76l14.55-8.4c.99.72 2.2 1.16 3.52 1.16 3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6c0 .53.09 1.03.22 1.52l-14.09 8.14C15.05 18.64 13.61 18 12.01 18c-3.31 0-6 2.69-6 6s2.69 6 6 6c1.6 0 3.05-.64 4.12-1.66l14.09 8.14c-.13.49-.22.99-.22 1.52 0 3.31 2.69 6 6 6s6-2.69 6-6-2.69-6-6-6" fill="#231f20"/></svg>