hds-web 1.11.8 → 1.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.11.8",
3
+ "version": "1.12.0",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -18,7 +18,7 @@ export default function DataSourcesCard(props) {
18
18
  && (<div className="flex flex-col gap-4">
19
19
  <Typography textStyle='h3' className='text-neutral-1000 db:block hidden'>{props.title}</Typography>
20
20
  <Typography textStyle='sub2' className='text-neutral-600 db:mt-0 mt-4 '>{props.description}</Typography>
21
- </div>)}https://pr-3736---main-site-nextjs-5kcgrtdh3a-wl.a.run.app
21
+ </div>)}
22
22
  {props.CTA &&
23
23
  <div className="mt-4 tb:mt-6 flex">
24
24
  <a href={props.CTA['url']}>