hds-web 1.7.8 → 1.8.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
@@ -483,54 +483,7 @@ V3Header.defaultProps = {
|
|
483
483
|
},
|
484
484
|
]
|
485
485
|
},
|
486
|
-
|
487
|
-
|
488
|
-
title: 'Pricing',
|
489
|
-
titleDropdown: [
|
490
|
-
{
|
491
|
-
name: 'Analytics',
|
492
|
-
description: 'Get a better understanding of where your traffic is coming from.',
|
493
|
-
href: '#',
|
494
|
-
icon: 'home03',
|
495
|
-
},
|
496
|
-
{
|
497
|
-
name: 'Engagement',
|
498
|
-
description: 'Speak directly to your customers in a more meaningful way.',
|
499
|
-
href: '#',
|
500
|
-
icon: 'home03',
|
501
|
-
},
|
502
|
-
{
|
503
|
-
name: 'Security',
|
504
|
-
description: 'Your customers’ data will be safe and secure.',
|
505
|
-
href: '#',
|
506
|
-
icon: 'home03'
|
507
|
-
},
|
508
|
-
]
|
509
|
-
},
|
510
|
-
{
|
511
|
-
|
512
|
-
title: 'Pricing',
|
513
|
-
titleDropdown: [
|
514
|
-
{
|
515
|
-
name: 'Analytics',
|
516
|
-
description: 'Get a better understanding of where your traffic is coming from.',
|
517
|
-
href: '#',
|
518
|
-
icon: 'home03',
|
519
|
-
},
|
520
|
-
{
|
521
|
-
name: 'Engagement',
|
522
|
-
description: 'Speak directly to your customers in a more meaningful way.',
|
523
|
-
href: '#',
|
524
|
-
icon: 'home03',
|
525
|
-
},
|
526
|
-
{
|
527
|
-
name: 'Security',
|
528
|
-
description: 'Your customers’ data will be safe and secure.',
|
529
|
-
href: '#',
|
530
|
-
icon: 'home03'
|
531
|
-
},
|
532
|
-
]
|
533
|
-
},
|
486
|
+
|
534
487
|
|
535
488
|
],
|
536
489
|
headerUrl: 'https://hasura.io/'
|
@@ -87,15 +87,13 @@ export default function HeroIntegration({ heroData}) {
|
|
87
87
|
const LinkCardsFn = (heroData) => {
|
88
88
|
return (
|
89
89
|
heroData.linkCards && (
|
90
|
-
<div className="flex px-8 tb:px-10 tb:justify-center db-s:px-0 overflow-auto scrollbar-hide flex-row gap-6 db-s:mt-[68px] tb:flex-row
|
90
|
+
<div className="flex px-8 tb:px-10 tb:justify-center db-s:px-0 overflow-auto scrollbar-hide flex-row gap-6 db-s:mt-[68px] tb:flex-row ">
|
91
91
|
{heroData.linkCards.map((card, index) => (
|
92
|
-
<div key={index} className={`${HDSColor(card.cardBorderClass)} border rounded-2xl w-full
|
92
|
+
<div key={index} className={`${HDSColor(card.cardBorderClass)} ${HDSColor(card.cardBgColor)} ${HDSColor(card.cardHoverBg)} transition-all ease-out duration-300 hover:shadow-2xl hover:border-opacity-0 border rounded-2xl w-full min-w-[11.5rem] max-w-[22.313rem]`}>
|
93
93
|
<LinkCard
|
94
94
|
titleTextColor={card.titleTextColor}
|
95
95
|
descTextColor={card.descTextColor}
|
96
96
|
linkUrl={card.linkUrl}
|
97
|
-
cardBgColor={card.cardBgColor}
|
98
|
-
cardHoverBg={card.cardHoverBg}
|
99
97
|
iconVariant={card.iconVariant}
|
100
98
|
iconStrokeClass={card.iconStrokeColor}
|
101
99
|
iconArrowVariant={card.iconArrowVariant}
|
package/src/styles/tailwind.css
CHANGED
@@ -8334,6 +8334,10 @@ select{
|
|
8334
8334
|
border-color: rgb(210 214 219 / var(--tw-border-opacity));
|
8335
8335
|
}
|
8336
8336
|
|
8337
|
+
.hover\:border-opacity-0:hover{
|
8338
|
+
--tw-border-opacity: 0;
|
8339
|
+
}
|
8340
|
+
|
8337
8341
|
.hover\:bg-amber-100:hover{
|
8338
8342
|
--tw-bg-opacity: 1;
|
8339
8343
|
background-color: rgb(255 243 212 / var(--tw-bg-opacity));
|
@@ -8847,6 +8851,12 @@ select{
|
|
8847
8851
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
8848
8852
|
}
|
8849
8853
|
|
8854
|
+
.hover\:shadow-2xl:hover{
|
8855
|
+
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
8856
|
+
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
|
8857
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
8858
|
+
}
|
8859
|
+
|
8850
8860
|
.hover\:transition:hover{
|
8851
8861
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
|
8852
8862
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
@@ -10365,6 +10375,10 @@ select{
|
|
10365
10375
|
row-gap: 0.5rem;
|
10366
10376
|
}
|
10367
10377
|
|
10378
|
+
.db\:overflow-visible{
|
10379
|
+
overflow: visible;
|
10380
|
+
}
|
10381
|
+
|
10368
10382
|
.db\:rounded-3xl{
|
10369
10383
|
border-radius: 1.5rem;
|
10370
10384
|
}
|