@ecl/preset-eu 5.0.0-alpha.2 → 5.0.0-alpha.4
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.
- package/dist/scripts/ecl-esm-eu.js +3 -3
- package/dist/scripts/ecl-eu.js +20 -20
- package/dist/styles/ecl-eu-print.css +1 -1
- package/dist/styles/ecl-eu.css +1 -1
- package/dist/styles/optional/ecl-eu-default-print.css +1 -1
- package/dist/styles/optional/ecl-eu-default.css +1 -1
- package/dist/styles/optional/ecl-eu-easy-to-read.css +1 -1
- package/dist/styles/optional/ecl-eu-utilities.css +1 -1
- package/dist/styles/optional/ecl-reset.css +1 -1
- package/dist/styles/optional/ecl-rtl.css +1 -1
- package/package.json +89 -89
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! @ecl/preset-eu - 5.0.0-alpha.
|
|
1
|
+
/*! @ecl/preset-eu - 5.0.0-alpha.4 Built on 2025-02-05T11:02:24.904Z */
|
|
2
2
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body{margin:0;overflow-x:hidden}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! @ecl/preset-eu - 5.0.0-alpha.
|
|
1
|
+
/*! @ecl/preset-eu - 5.0.0-alpha.4 Built on 2025-02-05T11:02:24.904Z */html{direction:rtl}.ecl-accordion__item:first-child:before{left:auto;right:1.25rem}.ecl-banner--full-width{left:auto;right:50%}.ecl-banner__credit,.ecl-carousel__next{left:0;right:auto}.ecl-carousel__prev{left:auto;right:0}.ecl-carousel__slide:before{left:auto;right:-.25rem}.ecl-carousel--full-width{left:auto;right:50%}.ecl-category-filter__item--current:before,.ecl-category-filter__list-item:hover:before,.ecl-category-filter__list-item[aria-expanded=true]:before{left:auto;right:0}.ecl-datepicker__icon{left:0;right:auto}.ecl-description-list__definition--taxonomy .ecl-description-list__definition-item:before{left:auto;right:-2px}.ecl-file__footer{-webkit-padding-end:var(--s-l);padding-inline-end:var(--s-l);-webkit-margin-end:0;margin-inline-end:0}.ecl-gallery__image-icon{left:0;right:auto}.ecl-icon--rotate-90{transform:rotate(270deg)}.ecl-icon--rotate-270{transform:rotate(90deg)}.ecl-media-container--full-width{left:auto;right:50%}.ecl-menu__link-icon{transform:rotate(-90deg)}.ecl-menu__back .ecl-icon{transform:rotate(90deg)}.ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-previous{border-radius:0;left:auto;right:0}.ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-previous:after{left:-1px;right:auto}.ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-next{border-radius:0;left:0;right:auto}.ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-next:before{left:auto;right:-1px}.ecl-modal__content{left:auto;right:50%;transform:translateX(50%)}.ecl-select__icon{left:0;right:auto}.ecl-skip-link:active,.ecl-skip-link:focus{left:auto;right:1.25rem}.ecl-table__arrow{left:auto;right:.25rem}.ecl-table__icon{left:auto;right:0}.ecl-tabs__dropdown,.ecl-tabs__next,.ecl-tabs__toggle{left:0;right:auto}.ecl-tabs__prev{left:auto;right:0}.ecl-timeline,.ecl-timeline__content,.ecl-timeline__label,.ecl-timeline__title,.ecl-timeline__toggle{transform:scaleX(-1)}.ecl-timeline__item,.ecl-timeline__item--toggle,.ecl-timeline__tooltip{-webkit-padding-end:1.25rem;padding-inline-end:1.25rem}.ecl-timeline__item--toggle{display:flex;justify-content:end}.ecl-timeline__label{text-align:start}.ecl-timeline__tooltip:before{left:1.25rem}.ecl-popover--left .ecl-popover__container .ecl-popover__scrollable .ecl-popover__content{direction:rtl}
|
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": "5.0.0-alpha.
|
|
5
|
+
"version": "5.0.0-alpha.4",
|
|
6
6
|
"description": "ECL EU preset",
|
|
7
7
|
"main": "dist/scripts/ecl-eu.js",
|
|
8
8
|
"module": "dist/scripts/ecl-esm-eu.js",
|
|
@@ -21,97 +21,97 @@
|
|
|
21
21
|
"prepublish": "npm run clean && npm run build && npm run dist"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@ecl/accordion": "5.0.0-alpha.
|
|
25
|
-
"@ecl/banner": "5.0.0-alpha.
|
|
26
|
-
"@ecl/blockquote": "5.0.0-alpha.
|
|
27
|
-
"@ecl/breadcrumb": "5.0.0-alpha.
|
|
28
|
-
"@ecl/button": "5.0.0-alpha.
|
|
29
|
-
"@ecl/card": "5.0.0-alpha.
|
|
30
|
-
"@ecl/carousel": "5.0.0-alpha.
|
|
31
|
-
"@ecl/category-filter": "5.0.0-alpha.
|
|
32
|
-
"@ecl/checkbox": "5.0.0-alpha.
|
|
33
|
-
"@ecl/content-block": "5.0.0-alpha.
|
|
34
|
-
"@ecl/content-item": "5.0.0-alpha.
|
|
35
|
-
"@ecl/date-block": "5.0.0-alpha.
|
|
36
|
-
"@ecl/datepicker": "5.0.0-alpha.
|
|
37
|
-
"@ecl/description-list": "5.0.0-alpha.
|
|
38
|
-
"@ecl/dom-utils": "5.0.0-alpha.
|
|
39
|
-
"@ecl/expandable": "5.0.0-alpha.
|
|
40
|
-
"@ecl/fact-figures": "5.0.0-alpha.
|
|
41
|
-
"@ecl/featured-item": "5.0.0-alpha.
|
|
42
|
-
"@ecl/file": "5.0.0-alpha.
|
|
43
|
-
"@ecl/file-upload": "5.0.0-alpha.
|
|
44
|
-
"@ecl/form-group": "5.0.0-alpha.
|
|
45
|
-
"@ecl/gallery": "5.0.0-alpha.
|
|
46
|
-
"@ecl/grid": "5.0.0-alpha.
|
|
47
|
-
"@ecl/icon": "5.0.0-alpha.
|
|
48
|
-
"@ecl/indicator": "5.0.0-alpha.
|
|
49
|
-
"@ecl/inpage-navigation": "5.0.0-alpha.
|
|
50
|
-
"@ecl/label": "5.0.0-alpha.
|
|
51
|
-
"@ecl/layout-form": "5.0.0-alpha.
|
|
52
|
-
"@ecl/link": "5.0.0-alpha.
|
|
53
|
-
"@ecl/list-illustration": "5.0.0-alpha.
|
|
54
|
-
"@ecl/media-container": "5.0.0-alpha.
|
|
55
|
-
"@ecl/mega-menu": "5.0.0-alpha.
|
|
56
|
-
"@ecl/menu": "5.0.0-alpha.
|
|
57
|
-
"@ecl/modal": "5.0.0-alpha.
|
|
58
|
-
"@ecl/navigation-list": "5.0.0-alpha.
|
|
59
|
-
"@ecl/news-ticker": "5.0.0-alpha.
|
|
60
|
-
"@ecl/notification": "5.0.0-alpha.
|
|
61
|
-
"@ecl/ordered-list": "5.0.0-alpha.
|
|
62
|
-
"@ecl/page-header": "5.0.0-alpha.
|
|
63
|
-
"@ecl/pagination": "5.0.0-alpha.
|
|
64
|
-
"@ecl/picture": "5.0.0-alpha.
|
|
65
|
-
"@ecl/popover": "5.0.0-alpha.
|
|
66
|
-
"@ecl/radio": "5.0.0-alpha.
|
|
67
|
-
"@ecl/range": "5.0.0-alpha.
|
|
68
|
-
"@ecl/rating-field": "5.0.0-alpha.
|
|
69
|
-
"@ecl/search-form": "5.0.0-alpha.
|
|
70
|
-
"@ecl/select": "5.0.0-alpha.
|
|
71
|
-
"@ecl/separator": "5.0.0-alpha.
|
|
72
|
-
"@ecl/site-footer": "5.0.0-alpha.
|
|
73
|
-
"@ecl/site-header": "5.0.0-alpha.
|
|
74
|
-
"@ecl/skip-link": "5.0.0-alpha.
|
|
75
|
-
"@ecl/social-media-follow": "5.0.0-alpha.
|
|
76
|
-
"@ecl/social-media-share": "5.0.0-alpha.
|
|
77
|
-
"@ecl/spinner": "5.0.0-alpha.
|
|
78
|
-
"@ecl/splash-page": "5.0.0-alpha.
|
|
79
|
-
"@ecl/table": "5.0.0-alpha.
|
|
80
|
-
"@ecl/tabs": "5.0.0-alpha.
|
|
81
|
-
"@ecl/tag": "5.0.0-alpha.
|
|
82
|
-
"@ecl/text-area": "5.0.0-alpha.
|
|
83
|
-
"@ecl/text-input": "5.0.0-alpha.
|
|
84
|
-
"@ecl/theme-ec": "5.0.0-alpha.
|
|
85
|
-
"@ecl/timeline": "5.0.0-alpha.
|
|
86
|
-
"@ecl/unordered-list": "5.0.0-alpha.
|
|
87
|
-
"@ecl/utility-background": "5.0.0-alpha.
|
|
88
|
-
"@ecl/utility-border": "5.0.0-alpha.
|
|
89
|
-
"@ecl/utility-clearfix": "5.0.0-alpha.
|
|
90
|
-
"@ecl/utility-dimension": "5.0.0-alpha.
|
|
91
|
-
"@ecl/utility-disablescroll": "5.0.0-alpha.
|
|
92
|
-
"@ecl/utility-display": "5.0.0-alpha.
|
|
93
|
-
"@ecl/utility-flex": "5.0.0-alpha.
|
|
94
|
-
"@ecl/utility-float": "5.0.0-alpha.
|
|
95
|
-
"@ecl/utility-media": "5.0.0-alpha.
|
|
96
|
-
"@ecl/utility-print": "5.0.0-alpha.
|
|
97
|
-
"@ecl/utility-screen-reader": "5.0.0-alpha.
|
|
98
|
-
"@ecl/utility-shadow": "5.0.0-alpha.
|
|
99
|
-
"@ecl/utility-spacing": "5.0.0-alpha.
|
|
100
|
-
"@ecl/utility-typography": "5.0.0-alpha.
|
|
101
|
-
"@ecl/utility-z-index": "5.0.0-alpha.
|
|
102
|
-
"@ecl/video": "5.0.0-alpha.
|
|
24
|
+
"@ecl/accordion": "5.0.0-alpha.4",
|
|
25
|
+
"@ecl/banner": "5.0.0-alpha.4",
|
|
26
|
+
"@ecl/blockquote": "5.0.0-alpha.4",
|
|
27
|
+
"@ecl/breadcrumb": "5.0.0-alpha.4",
|
|
28
|
+
"@ecl/button": "5.0.0-alpha.4",
|
|
29
|
+
"@ecl/card": "5.0.0-alpha.4",
|
|
30
|
+
"@ecl/carousel": "5.0.0-alpha.4",
|
|
31
|
+
"@ecl/category-filter": "5.0.0-alpha.4",
|
|
32
|
+
"@ecl/checkbox": "5.0.0-alpha.4",
|
|
33
|
+
"@ecl/content-block": "5.0.0-alpha.4",
|
|
34
|
+
"@ecl/content-item": "5.0.0-alpha.4",
|
|
35
|
+
"@ecl/date-block": "5.0.0-alpha.4",
|
|
36
|
+
"@ecl/datepicker": "5.0.0-alpha.4",
|
|
37
|
+
"@ecl/description-list": "5.0.0-alpha.4",
|
|
38
|
+
"@ecl/dom-utils": "5.0.0-alpha.4",
|
|
39
|
+
"@ecl/expandable": "5.0.0-alpha.4",
|
|
40
|
+
"@ecl/fact-figures": "5.0.0-alpha.4",
|
|
41
|
+
"@ecl/featured-item": "5.0.0-alpha.4",
|
|
42
|
+
"@ecl/file": "5.0.0-alpha.4",
|
|
43
|
+
"@ecl/file-upload": "5.0.0-alpha.4",
|
|
44
|
+
"@ecl/form-group": "5.0.0-alpha.4",
|
|
45
|
+
"@ecl/gallery": "5.0.0-alpha.4",
|
|
46
|
+
"@ecl/grid": "5.0.0-alpha.4",
|
|
47
|
+
"@ecl/icon": "5.0.0-alpha.4",
|
|
48
|
+
"@ecl/indicator": "5.0.0-alpha.4",
|
|
49
|
+
"@ecl/inpage-navigation": "5.0.0-alpha.4",
|
|
50
|
+
"@ecl/label": "5.0.0-alpha.4",
|
|
51
|
+
"@ecl/layout-form": "5.0.0-alpha.4",
|
|
52
|
+
"@ecl/link": "5.0.0-alpha.4",
|
|
53
|
+
"@ecl/list-illustration": "5.0.0-alpha.4",
|
|
54
|
+
"@ecl/media-container": "5.0.0-alpha.4",
|
|
55
|
+
"@ecl/mega-menu": "5.0.0-alpha.4",
|
|
56
|
+
"@ecl/menu": "5.0.0-alpha.4",
|
|
57
|
+
"@ecl/modal": "5.0.0-alpha.4",
|
|
58
|
+
"@ecl/navigation-list": "5.0.0-alpha.4",
|
|
59
|
+
"@ecl/news-ticker": "5.0.0-alpha.4",
|
|
60
|
+
"@ecl/notification": "5.0.0-alpha.4",
|
|
61
|
+
"@ecl/ordered-list": "5.0.0-alpha.4",
|
|
62
|
+
"@ecl/page-header": "5.0.0-alpha.4",
|
|
63
|
+
"@ecl/pagination": "5.0.0-alpha.4",
|
|
64
|
+
"@ecl/picture": "5.0.0-alpha.4",
|
|
65
|
+
"@ecl/popover": "5.0.0-alpha.4",
|
|
66
|
+
"@ecl/radio": "5.0.0-alpha.4",
|
|
67
|
+
"@ecl/range": "5.0.0-alpha.4",
|
|
68
|
+
"@ecl/rating-field": "5.0.0-alpha.4",
|
|
69
|
+
"@ecl/search-form": "5.0.0-alpha.4",
|
|
70
|
+
"@ecl/select": "5.0.0-alpha.4",
|
|
71
|
+
"@ecl/separator": "5.0.0-alpha.4",
|
|
72
|
+
"@ecl/site-footer": "5.0.0-alpha.4",
|
|
73
|
+
"@ecl/site-header": "5.0.0-alpha.4",
|
|
74
|
+
"@ecl/skip-link": "5.0.0-alpha.4",
|
|
75
|
+
"@ecl/social-media-follow": "5.0.0-alpha.4",
|
|
76
|
+
"@ecl/social-media-share": "5.0.0-alpha.4",
|
|
77
|
+
"@ecl/spinner": "5.0.0-alpha.4",
|
|
78
|
+
"@ecl/splash-page": "5.0.0-alpha.4",
|
|
79
|
+
"@ecl/table": "5.0.0-alpha.4",
|
|
80
|
+
"@ecl/tabs": "5.0.0-alpha.4",
|
|
81
|
+
"@ecl/tag": "5.0.0-alpha.4",
|
|
82
|
+
"@ecl/text-area": "5.0.0-alpha.4",
|
|
83
|
+
"@ecl/text-input": "5.0.0-alpha.4",
|
|
84
|
+
"@ecl/theme-ec": "5.0.0-alpha.4",
|
|
85
|
+
"@ecl/timeline": "5.0.0-alpha.4",
|
|
86
|
+
"@ecl/unordered-list": "5.0.0-alpha.4",
|
|
87
|
+
"@ecl/utility-background": "5.0.0-alpha.4",
|
|
88
|
+
"@ecl/utility-border": "5.0.0-alpha.4",
|
|
89
|
+
"@ecl/utility-clearfix": "5.0.0-alpha.4",
|
|
90
|
+
"@ecl/utility-dimension": "5.0.0-alpha.4",
|
|
91
|
+
"@ecl/utility-disablescroll": "5.0.0-alpha.4",
|
|
92
|
+
"@ecl/utility-display": "5.0.0-alpha.4",
|
|
93
|
+
"@ecl/utility-flex": "5.0.0-alpha.4",
|
|
94
|
+
"@ecl/utility-float": "5.0.0-alpha.4",
|
|
95
|
+
"@ecl/utility-media": "5.0.0-alpha.4",
|
|
96
|
+
"@ecl/utility-print": "5.0.0-alpha.4",
|
|
97
|
+
"@ecl/utility-screen-reader": "5.0.0-alpha.4",
|
|
98
|
+
"@ecl/utility-shadow": "5.0.0-alpha.4",
|
|
99
|
+
"@ecl/utility-spacing": "5.0.0-alpha.4",
|
|
100
|
+
"@ecl/utility-typography": "5.0.0-alpha.4",
|
|
101
|
+
"@ecl/utility-z-index": "5.0.0-alpha.4",
|
|
102
|
+
"@ecl/video": "5.0.0-alpha.4",
|
|
103
103
|
"normalize.css": "8.0.1",
|
|
104
104
|
"pikaday": "1.8.2"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@ecl/builder": "5.0.0-alpha.
|
|
108
|
-
"@ecl/preset-reset": "5.0.0-alpha.
|
|
109
|
-
"@ecl/preset-rtl": "5.0.0-alpha.
|
|
110
|
-
"@ecl/resources-eu-logo": "5.0.0-alpha.
|
|
111
|
-
"@ecl/resources-flag-icons": "5.0.0-alpha.
|
|
112
|
-
"@ecl/resources-icons": "5.0.0-alpha.
|
|
113
|
-
"@ecl/resources-social-media-icons": "5.0.0-alpha.
|
|
114
|
-
"@ecl/theme-eu": "5.0.0-alpha.
|
|
107
|
+
"@ecl/builder": "5.0.0-alpha.4",
|
|
108
|
+
"@ecl/preset-reset": "5.0.0-alpha.4",
|
|
109
|
+
"@ecl/preset-rtl": "5.0.0-alpha.4",
|
|
110
|
+
"@ecl/resources-eu-logo": "5.0.0-alpha.4",
|
|
111
|
+
"@ecl/resources-flag-icons": "5.0.0-alpha.4",
|
|
112
|
+
"@ecl/resources-icons": "5.0.0-alpha.4",
|
|
113
|
+
"@ecl/resources-social-media-icons": "5.0.0-alpha.4",
|
|
114
|
+
"@ecl/theme-eu": "5.0.0-alpha.4",
|
|
115
115
|
"cross-env": "7.0.3",
|
|
116
116
|
"npm-run-all": "4.1.5",
|
|
117
117
|
"rimraf": "6.0.1"
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"bugs": {
|
|
126
126
|
"url": "https://github.com/ec-europa/europa-component-library/issues"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "d0f4af0122c47a1332d9b73dd3c17ae26c933e7c"
|
|
129
129
|
}
|