@nationalarchives/frontend 0.2.17 → 0.2.18
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/README.md +1 -1
- package/nationalarchives/all.css +1 -1
- package/nationalarchives/all.css.map +1 -1
- package/nationalarchives/components/breadcrumbs/template.njk +1 -1
- package/nationalarchives/components/button/fixtures.json +1 -1
- package/nationalarchives/components/button/template.njk +1 -1
- package/nationalarchives/components/card/card.css +1 -1
- package/nationalarchives/components/card/card.css.map +1 -1
- package/nationalarchives/components/card/card.scss +1 -1
- package/nationalarchives/components/card/fixtures.json +1 -1
- package/nationalarchives/components/card/template.njk +1 -1
- package/nationalarchives/components/footer/fixtures.json +2 -2
- package/nationalarchives/components/footer/template.njk +2 -2
- package/nationalarchives/components/global-header/template.njk +2 -2
- package/nationalarchives/components/header/header.css +1 -1
- package/nationalarchives/components/header/header.css.map +1 -1
- package/nationalarchives/components/header/header.scss +1 -5
- package/nationalarchives/components/header/template.njk +2 -2
- package/nationalarchives/components/hero/fixtures.json +1 -1
- package/nationalarchives/components/hero/macro-options.json +6 -0
- package/nationalarchives/components/pagination/fixtures.json +6 -9
- package/nationalarchives/components/pagination/macro-options.json +0 -6
- package/nationalarchives/components/pagination/template.njk +2 -4
- package/nationalarchives/components/quick-filters/template.njk +1 -1
- package/nationalarchives/prototype-kit.css +1 -1
- package/nationalarchives/prototype-kit.css.map +1 -1
- package/nationalarchives/utilities/_imports.scss +4 -4
- package/package.json +1 -1
@@ -53,8 +53,8 @@
|
|
53
53
|
" ",
|
54
54
|
"+"
|
55
55
|
);
|
56
|
-
@warn "Remember to import the Google Fonts CSS into your application";
|
57
|
-
@debug '<link rel="preconnect" href="https://fonts.googleapis.com">';
|
58
|
-
@debug '<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>';
|
59
|
-
@debug '<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=#{$main-font-family-name}:wght@#{typography.$main-font-weight}..#{typography.$main-font-weight-bold}&family=#{$detail-font-family-name}:wght@#{typography.$detail-font-weight}..#{typography.$detail-font-weight-bold}&display=swap">'; /* stylelint-disable-line */
|
56
|
+
// @warn "Remember to import the Google Fonts CSS into your application";
|
57
|
+
// @debug '<link rel="preconnect" href="https://fonts.googleapis.com">';
|
58
|
+
// @debug '<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>';
|
59
|
+
// @debug '<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=#{$main-font-family-name}:wght@#{typography.$main-font-weight}..#{typography.$main-font-weight-bold}&family=#{$detail-font-family-name}:wght@#{typography.$detail-font-weight}..#{typography.$detail-font-weight-bold}&display=swap">'; /* stylelint-disable-line */
|
60
60
|
}
|