Skip to content

Commit

Permalink
1172 Wet Update (#1185)
Browse files Browse the repository at this point in the history
* Updating WET to v4.0.81

* Fixing tests

* Update TestFileGenerator Regex

Co-authored-by: plup2 <pierre.lupien@hrsdc-rhdcc.gc.ca>

---------

Co-authored-by: plup2 <pierre.lupien@hrsdc-rhdcc.gc.ca>
  • Loading branch information
ahmad-shahid and plup2 authored Jun 14, 2024
1 parent 8a11d80 commit 9b3ed7a
Show file tree
Hide file tree
Showing 108 changed files with 639 additions and 444 deletions.
2 changes: 1 addition & 1 deletion TestFileGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function validateBuilderFunctions(content, theme, version) {
}
}

if (htmlContent.match(/\/\/(?<!:\/\/)(?<!"\/\/)/gm) || htmlContent.includes('/*')) {
if (htmlContent.match(/\/\/(?<!:\/\/)(?<!"\/\/)(?<!"sha512-\S{0,88})/gm) || htmlContent.includes('/*')) {
console.error(`${functionName}: HTML content should not contain stray '//' or '/*' strings. HTML content: [${htmlContent}]`);
throw new Error('Encountered invalid HTML content, aborting.');
}
Expand Down
12 changes: 0 additions & 12 deletions public/wet/wet-boew/assets/gc-follow-us/twitter.svg

This file was deleted.

Binary file modified public/wet/wet-boew/assets/sprites_share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/wet/wet-boew/css/messages-ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
* v15.0.0 - 2024-05-01
* v15.2.0 - 2024-05-29
*
*/
.splash .sp-bx img {
Expand Down
2 changes: 1 addition & 1 deletion public/wet/wet-boew/css/messages-ie.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
* v15.0.0 - 2024-05-01
* v15.2.0 - 2024-05-29
*
*/
.splash .sp-bx img{height:20px;width:214px}@media (min-width:992px){.splash .sp-bx img{height:100%;width:100%}}.splash .sp-bx .btn{min-width:75px}@media (min-width:992px){.splash .sp-bx .btn{min-width:100px}}.splash .sp-bx-bt img{height:20px;width:82px}@media (min-width:992px){.splash .sp-bx-bt img{height:100%;width:100%}}
2 changes: 1 addition & 1 deletion public/wet/wet-boew/css/messages.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
* v15.0.0 - 2024-05-01
* v15.2.0 - 2024-05-29
*
*/
/*
Expand Down
2 changes: 1 addition & 1 deletion public/wet/wet-boew/css/messages.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/wet/wet-boew/css/noscript.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
* v4.0.79 - 2024-05-01
* v4.0.81 - 2024-05-29
*
*/
/*
Expand Down
2 changes: 1 addition & 1 deletion public/wet/wet-boew/css/noscript.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 45 additions & 2 deletions public/wet/wet-boew/css/theme-srv.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* @title Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* @license wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
* v15.0.0 - 2024-05-01
* v15.2.0 - 2024-05-29
*
*/
/*!
Expand Down Expand Up @@ -14877,12 +14877,18 @@ ol.linenums {
width: 32px;
height: 32px; }

.shr-pg .yahoomail:before {
.shr-pg .x:before {
background-image: url(../../wet-boew/assets/sprites_share.png);
background-position: -32px -96px;
width: 32px;
height: 32px; }

.shr-pg .yahoomail:before {
background-image: url(../../wet-boew/assets/sprites_share.png);
background-position: -64px -96px;
width: 32px;
height: 32px; }

.shr-pg .shr-dscl {
padding-bottom: 0; }

Expand Down Expand Up @@ -16294,6 +16300,43 @@ ol-geolocate button {
.wb-paginate-pager li.active:nth-last-child(2) a {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; }
.wb-paginate-pager li.active:nth-last-child(2) button {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; }
.wb-paginate-pager .pagination > li.active > button {
cursor: default;
outline-offset: -2px; }
.wb-paginate-pager .pagination > li > button {
background-color: #eaebed;
border: 1px solid #dcdee1;
color: #335075;
margin-bottom: .5em;
margin-left: -1px;
padding: 10px 16px;
position: relative; }
.wb-paginate-pager .pagination > li > button:hover, .wb-paginate-pager .pagination > li > button:focus {
background-color: #d4d6da;
border-color: #bbbfc5;
z-index: 2; }
.wb-paginate-pager .pagination > li > button:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
.wb-paginate-pager .pagination > li.disabled + li > button {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px; }
.wb-paginate-pager .pagination > li:first-child > button {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
margin-left: 0; }
.wb-paginate-pager .pagination > li:last-child > button {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; }
.wb-paginate-pager .pagination > .active > button, .wb-paginate-pager .pagination > .active > button:focus, .wb-paginate-pager .pagination > .active > button:hover {
background-color: #2572b4;
border-color: #2572b4;
color: #fff;
cursor: default;
z-index: 3; }

html:not(.wb-disable) .wb-pgfltr-out {
display: none !important; }
Expand Down
4 changes: 2 additions & 2 deletions public/wet/wet-boew/css/theme-srv.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 9b3ed7a

Please sign in to comment.