hds-web 1.23.3 → 1.23.4
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
@@ -6,7 +6,7 @@ import { Icon } from "../../common-components";
|
|
6
6
|
export default function StoryCardXL(props) {
|
7
7
|
return (
|
8
8
|
<>
|
9
|
-
<div className="flex flex-col-reverse px-6 py-10 tb-l:px-0 tb-l:py-0 tb-l:flex-row tb-l:gap-10 db:gap-32 tb-l:max-w-7xl min-h-[
|
9
|
+
<div className="flex flex-col-reverse px-6 py-10 tb-l:px-0 tb-l:py-0 tb-l:flex-row tb-l:gap-10 db:gap-32 tb-l:max-w-7xl min-h-[742px]">
|
10
10
|
|
11
11
|
<div className="flex flex-col tb-l:pl-20 tb-l:pt-14 tb-l:pb-14">
|
12
12
|
{
|
@@ -565,14 +565,14 @@ V3Header.defaultProps = {
|
|
565
565
|
description: '',
|
566
566
|
href: '/graphql/database',
|
567
567
|
icon: 'database01',
|
568
|
-
name: 'All
|
568
|
+
name: 'All Databases',
|
569
569
|
strokeClass: 'stroke-neutral-500'
|
570
570
|
},
|
571
571
|
{
|
572
572
|
description: '',
|
573
573
|
href: '/graphql/database?category=planned',
|
574
574
|
icon: 'checksquare',
|
575
|
-
name: 'Planned
|
575
|
+
name: 'Planned Databases',
|
576
576
|
strokeClass: 'stroke-neutral-500'
|
577
577
|
},
|
578
578
|
],
|