Skip to content

Commit 25d024c

Browse files
committed
chore: update to rhds 4
1 parent 87abd05 commit 25d024c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/_data/importMap.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = async function() {
7373
await generator.install([
7474
'tslib',
7575
'@rhds/elements',
76-
'@rhds/elements/rh-footer/rh-global-footer.js',
76+
'@rhds/elements/rh-footer/rh-footer-universal.js',
7777
`prismjs@${PRISM_VERSION}`,
7878
'element-internals-polyfill',
7979
`fuse.js@${FUSE_VERSION}`,

docs/_includes/_foot.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% endif %}
55
{% endfor %}
66

7-
<rh-global-footer>
7+
<rh-footer-universal>
88
<h3 slot="links-primary" hidden>Community</h3>
99
<ul slot="links-primary">
1010
<li><a href="https://github.com/patternfly/patternfly-elements">GitHub</a></li>
@@ -23,4 +23,4 @@
2323
<a slot="tertiary" href="https://www.netlify.com">
2424
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt="Deploys by Netlify">
2525
</a>
26-
</rh-global-footer>
26+
</rh-footer-universal>

docs/home.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
--pf-cta--Color: #06c;
4545
}
4646

47-
#home-header a.cta.primary:hover,
47+
#home-header a.cta.primary:hover,
4848
#home-header a.cta.primary:focus {
4949
--pf-cta--BackgroundColor: transparent;
5050
}
@@ -114,7 +114,7 @@
114114
margin: 0 auto;
115115
}
116116

117-
rh-global-footer {
117+
rh-footer-universal {
118118
width: 100vw !important;
119119
translate: none !important;
120120
transform: none;

docs/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ dl.member dd {
11061106
}
11071107

11081108
@media (min-width: 820px) {
1109-
rh-global-footer {
1109+
rh-footer-universal {
11101110
width: calc(100vw - 17.5rem);
11111111
transform: translate(17.5rem);
11121112
}

docs/main.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import '@rhds/elements/rh-footer/rh-global-footer.js';
1+
import '@rhds/elements/rh-footer/rh-footer-universal.js';
22
import 'element-internals-polyfill';
33
import { PfIcon } from '@patternfly/elements/pf-icon/pf-icon.js';
44

0 commit comments

Comments
 (0)