hmrc-frontend 6.28.0 → 6.30.0
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/hmrc/VERSION.txt +1 -1
- package/hmrc/{accessible-autocomplete-6.28.0.css → accessible-autocomplete-6.30.0.css} +1 -1
- package/hmrc/components/account-menu/_account-menu.scss +27 -3
- package/hmrc/components/notification-badge/_notification-badge.scss +25 -2
- package/hmrc/{hmrc-frontend-6.28.0.min.css → hmrc-frontend-6.30.0.min.css} +2 -2
- package/hmrc/{hmrc-frontend-6.28.0.min.js → hmrc-frontend-6.30.0.min.js} +1 -1
- package/hmrc/maps/{accessible-autocomplete-6.28.0.css.map → accessible-autocomplete-6.30.0.css.map} +1 -1
- package/hmrc/maps/hmrc-frontend-6.30.0.min.css.map +1 -0
- package/hmrc/maps/{hmrc-frontend-6.28.0.min.js.map → hmrc-frontend-6.30.0.min.js.map} +1 -1
- package/package.json +1 -1
- package/hmrc/maps/hmrc-frontend-6.28.0.min.css.map +0 -1
- /package/hmrc/{accessible-autocomplete-6.28.0.js → accessible-autocomplete-6.30.0.js} +0 -0
package/hmrc/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.
|
|
1
|
+
6.30.0
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
.autocomplete__wrapper{position:relative}.autocomplete__hint,.autocomplete__input{-webkit-appearance:none;border:2px solid #0b0c0c;border-radius:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin-bottom:0;width:100%}.autocomplete__input{background-color:rgba(0,0,0,0);position:relative}.autocomplete__hint{color:#b1b4b6;position:absolute}.autocomplete__input--default{padding:5px}.autocomplete__input--focused{outline:3px solid #fd0;outline-offset:0;-webkit-box-shadow:inset 0 0 0 2px;box-shadow:inset 0 0 0 2px}.autocomplete__input--show-all-values{padding:5px 34px 5px 5px;cursor:pointer}.autocomplete__dropdown-arrow-down{z-index:-1;display:inline-block;position:absolute;right:8px;width:24px;height:24px;top:10px}.autocomplete__menu{background-color:#fff;border:2px solid #0b0c0c;border-top:0;color:#0b0c0c;margin:0;max-height:342px;overflow-x:hidden;padding:0;width:100%;width:calc(100% - 4px)}.autocomplete__menu--visible{display:block}.autocomplete__menu--hidden{display:none}.autocomplete__menu--overlay{-webkit-box-shadow:rgba(0,0,0,.256863) 0 2px 6px;box-shadow:0 2px 6px rgba(0,0,0,.256863);left:0;position:absolute;top:100%;z-index:100}.autocomplete__menu--inline{position:relative}.autocomplete__option{border-left-width:0;border-bottom:1px solid #b1b4b6;border-right-width:0;border-top-width:1px;cursor:pointer;display:block;position:relative}.autocomplete__option>*{pointer-events:none}.autocomplete__option:first-of-type{border-top-width:0}.autocomplete__option:last-of-type{border-bottom-width:0}.autocomplete__option--odd{background-color:#fafafa}.autocomplete__option--focused,.autocomplete__option:hover{background-color:#1d70b8;border-color:#1d70b8;color:#fff;outline:0}@media (-ms-high-contrast:active),(forced-colors:active){.autocomplete__menu{border-color:FieldText}.autocomplete__option{background-color:Field;color:FieldText}.autocomplete__option--focused,.autocomplete__option:hover{forced-color-adjust:none;background-color:SelectedItem;border-color:SelectedItem;color:SelectedItemText;outline-color:SelectedItemText}}.autocomplete__option--no-results{background-color:#fafafa;color:#646b6f;cursor:not-allowed}.autocomplete__hint,.autocomplete__input,.autocomplete__option{font-size:16px;line-height:1.25}.autocomplete__hint,.autocomplete__option{padding:5px}@media (min-width:641px){.autocomplete__hint,.autocomplete__input,.autocomplete__option{font-size:19px;line-height:1.31579}}.autocomplete__hint,.autocomplete__input,.autocomplete__option,.autocomplete__wrapper{font-family:GDS Transport,arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;font-size:1rem;line-height:1.25}@media print{.autocomplete__hint,.autocomplete__input,.autocomplete__option,.autocomplete__wrapper{font-family:sans-serif}}@media (min-width:40.0625em){.autocomplete__hint,.autocomplete__input,.autocomplete__option,.autocomplete__wrapper{font-size:1.1875rem;line-height:1.31579}}@media print{.autocomplete__hint,.autocomplete__input,.autocomplete__option,.autocomplete__wrapper{font-size:14pt;line-height:1.15}}
|
|
2
|
-
/*# sourceMappingURL=maps/accessible-autocomplete-6.
|
|
2
|
+
/*# sourceMappingURL=maps/accessible-autocomplete-6.30.0.css.map */
|
|
@@ -327,12 +327,36 @@ $hmrc-banner-blue: #005ea5;
|
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
.hmrc-full-width-banner__close {
|
|
330
|
-
|
|
331
|
-
|
|
330
|
+
font-family: "GDS Transport", arial, sans-serif;
|
|
331
|
+
-webkit-font-smoothing: antialiased;
|
|
332
|
+
-moz-osx-font-smoothing: grayscale;
|
|
333
|
+
font-weight: 400;
|
|
334
|
+
font-size: 0.75rem;
|
|
335
|
+
line-height: 1.25;
|
|
332
336
|
position: absolute;
|
|
333
337
|
top: 20px;
|
|
334
338
|
right: 15px;
|
|
335
|
-
color:
|
|
339
|
+
color: #fff;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
@media print {
|
|
343
|
+
.hmrc-full-width-banner__close {
|
|
344
|
+
font-family: sans-serif;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
@media (min-width: 40.0625em) {
|
|
349
|
+
.hmrc-full-width-banner__close {
|
|
350
|
+
font-size: 0.875rem;
|
|
351
|
+
line-height: 1.42857;
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
@media print {
|
|
356
|
+
.hmrc-full-width-banner__close {
|
|
357
|
+
font-size: 12pt;
|
|
358
|
+
line-height: 1.2;
|
|
359
|
+
}
|
|
336
360
|
}
|
|
337
361
|
|
|
338
362
|
@include mq(tablet) {
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
.hmrc-notification-badge {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
font-family: "GDS Transport", arial, sans-serif;
|
|
3
|
+
-webkit-font-smoothing: antialiased;
|
|
4
|
+
-moz-osx-font-smoothing: grayscale;
|
|
5
|
+
font-size: 0.75rem;
|
|
6
|
+
line-height: 1.25;
|
|
4
7
|
display: inline-block;
|
|
5
8
|
min-width: 10px;
|
|
6
9
|
padding: 1px 4px 0 4px;
|
|
@@ -11,3 +14,23 @@
|
|
|
11
14
|
text-align: center;
|
|
12
15
|
white-space: nowrap;
|
|
13
16
|
}
|
|
17
|
+
|
|
18
|
+
@media print {
|
|
19
|
+
.hmrc-notification-badge {
|
|
20
|
+
font-family: sans-serif;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media (min-width: 40.0625em) {
|
|
25
|
+
.hmrc-notification-badge {
|
|
26
|
+
font-size: 0.875rem;
|
|
27
|
+
line-height: 1.42857;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@media print {
|
|
32
|
+
.hmrc-notification-badge {
|
|
33
|
+
font-size: 12pt;
|
|
34
|
+
line-height: 1.2;
|
|
35
|
+
}
|
|
36
|
+
}
|