@comicrelief/component-library 8.47.0 → 8.47.1

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.
@@ -219,7 +219,7 @@ const CtaTextUnderline = exports.CtaTextUnderline = _styledComponents.default.im
219
219
  const HeroBannerLink = exports.HeroBannerLink = _styledComponents.default.a.withConfig({
220
220
  displayName: "HeroBannerstyle__HeroBannerLink",
221
221
  componentId: "sc-2ch4eo-10"
222
- })(["text-decoration:none;@media ", "{", " width:", ";> div{width:100%;}&:hover{img.cta-text-underline{opacity:1;}}}"], _ref27 => {
222
+ })(["text-decoration:none;width:100%;@media ", "{", " width:", ";> div{width:100%;}&:hover{img.cta-text-underline{opacity:1;}}}"], _ref27 => {
223
223
  let {
224
224
  theme
225
225
  } = _ref27;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comicrelief/component-library",
3
3
  "author": "Comic Relief Engineering Team",
4
- "version": "8.47.0",
4
+ "version": "8.47.1",
5
5
  "main": "dist/index.js",
6
6
  "license": "ISC",
7
7
  "jest": {
@@ -211,6 +211,7 @@ const CtaTextUnderline = styled.img`
211
211
 
212
212
  const HeroBannerLink = styled.a`
213
213
  text-decoration: none;
214
+ width: 100%;
214
215
 
215
216
  @media ${({ theme }) => theme.breakpoints2026('L')} {
216
217