hds-web 1.38.3 → 1.38.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
@@ -35,7 +35,7 @@ export default function FlyoutB(props) {
|
|
35
35
|
PLATFORM
|
36
36
|
</Typography>
|
37
37
|
<div className="flex items-start lg:pt-2">
|
38
|
-
<div className=" flex items-center relative justify-center p-2.5 h-14 w-14 z-[2] group-hover/card:bg-blue-200 bg-
|
38
|
+
<div className=" flex items-center relative justify-center p-2.5 h-14 w-14 z-[2] group-hover/card:bg-blue-200 bg-blue-200 rounded-2xl min-w-[56px] mr-6">
|
39
39
|
<Icon
|
40
40
|
height="h-6 w-6 stroke-2 group-hover/card:stroke-blue-500"
|
41
41
|
variant={iconVariant}
|
@@ -77,7 +77,7 @@ export default function FlyoutB(props) {
|
|
77
77
|
"h-5 w-5 group-hover/btn:stroke-blue-500 stroke-2 "
|
78
78
|
}
|
79
79
|
variant={btn.cta_leftVariantIcon}
|
80
|
-
strokeClass="stroke-
|
80
|
+
strokeClass="stroke-blue-500"
|
81
81
|
/>
|
82
82
|
)}
|
83
83
|
<Typography
|
@@ -116,7 +116,7 @@ export default function FlyoutB(props) {
|
|
116
116
|
"h-5 w-5 group-hover/btn:stroke-blue-500 stroke-2 "
|
117
117
|
}
|
118
118
|
variant={t.cta_leftVariantIcon}
|
119
|
-
strokeClass="stroke-
|
119
|
+
strokeClass="stroke-blue-500"
|
120
120
|
/>
|
121
121
|
)}
|
122
122
|
|
@@ -617,7 +617,7 @@ V3Header.defaultProps = {
|
|
617
617
|
mainDescription: `Enable your backend team to deliver an incredible unified API on all your data effortlessly.`,
|
618
618
|
primaryBtnLabel: "What is Hasura?",
|
619
619
|
primaryBtnCTA: "/products",
|
620
|
-
strokeClass: "stroke-
|
620
|
+
strokeClass: "stroke-blue-500",
|
621
621
|
secondaryBtn: [
|
622
622
|
{
|
623
623
|
cta_leftVariantIcon: "checksquarebroken",
|
@@ -645,49 +645,49 @@ V3Header.defaultProps = {
|
|
645
645
|
href: "/graphql/database/postgresql",
|
646
646
|
icon: "database01",
|
647
647
|
name: "PostgreSQL",
|
648
|
-
strokeClass: "stroke-
|
648
|
+
strokeClass: "stroke-blue-500",
|
649
649
|
},
|
650
650
|
{
|
651
651
|
description: "",
|
652
652
|
href: "/graphql/database/mongodb",
|
653
653
|
icon: "database01",
|
654
654
|
name: "MongoDB",
|
655
|
-
strokeClass: "stroke-
|
655
|
+
strokeClass: "stroke-blue-500",
|
656
656
|
},
|
657
657
|
{
|
658
658
|
description: "",
|
659
659
|
href: "/graphql/database/mysql",
|
660
660
|
icon: "database01",
|
661
661
|
name: "MySQL",
|
662
|
-
strokeClass: "stroke-
|
662
|
+
strokeClass: "stroke-blue-500",
|
663
663
|
},
|
664
664
|
{
|
665
665
|
description: "",
|
666
666
|
href: "/graphql/database/snowflake",
|
667
667
|
icon: "database01",
|
668
668
|
name: "Snowflake",
|
669
|
-
strokeClass: "stroke-
|
669
|
+
strokeClass: "stroke-blue-500",
|
670
670
|
},
|
671
671
|
{
|
672
672
|
description: "",
|
673
673
|
href: "/graphql/database/oracle",
|
674
674
|
icon: "database01",
|
675
675
|
name: "Oracle",
|
676
|
-
strokeClass: "stroke-
|
676
|
+
strokeClass: "stroke-blue-500",
|
677
677
|
},
|
678
678
|
{
|
679
679
|
description: "",
|
680
680
|
href: "/graphql/database/sql-server",
|
681
681
|
icon: "database01",
|
682
682
|
name: "SQL Server",
|
683
|
-
strokeClass: "stroke-
|
683
|
+
strokeClass: "stroke-blue-500",
|
684
684
|
},
|
685
685
|
{
|
686
686
|
description: "",
|
687
687
|
href: "/graphql/database",
|
688
688
|
icon: "database01",
|
689
689
|
name: "See all",
|
690
|
-
strokeClass: "stroke-
|
690
|
+
strokeClass: "stroke-blue-500",
|
691
691
|
},
|
692
692
|
],
|
693
693
|
},
|
package/src/styles/tailwind.css
CHANGED
@@ -10181,6 +10181,11 @@ select{
|
|
10181
10181
|
padding-left: 9px;
|
10182
10182
|
}
|
10183
10183
|
|
10184
|
+
.hover\:text-blue-400:hover{
|
10185
|
+
--tw-text-opacity: 1;
|
10186
|
+
color: rgb(128 163 255 / var(--tw-text-opacity));
|
10187
|
+
}
|
10188
|
+
|
10184
10189
|
.hover\:text-blue-500:hover{
|
10185
10190
|
--tw-text-opacity: 1;
|
10186
10191
|
color: rgb(57 112 253 / var(--tw-text-opacity));
|
@@ -10206,16 +10211,6 @@ select{
|
|
10206
10211
|
color: rgb(0 6 21 / var(--tw-text-opacity));
|
10207
10212
|
}
|
10208
10213
|
|
10209
|
-
.hover\:text-neutral-600:hover{
|
10210
|
-
--tw-text-opacity: 1;
|
10211
|
-
color: rgb(77 87 97 / var(--tw-text-opacity));
|
10212
|
-
}
|
10213
|
-
|
10214
|
-
.hover\:text-blue-400:hover{
|
10215
|
-
--tw-text-opacity: 1;
|
10216
|
-
color: rgb(128 163 255 / var(--tw-text-opacity));
|
10217
|
-
}
|
10218
|
-
|
10219
10214
|
.hover\:shadow:hover{
|
10220
10215
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
10221
10216
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|