hds-web 1.19.4 → 1.19.6
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/dist/index.css +1 -1
- package/dist/index.es.css +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/HDS/components/Cards/Menu/flyoutA.js +1 -1
- package/src/HDS/components/Cards/Menu/flyoutB.js +3 -3
- package/src/HDS/components/Headers/v3Header.js +2 -2
- package/src/styles/tailwind.css +10 -14
package/package.json
CHANGED
@@ -41,7 +41,7 @@ export default function FlyoutA(props) {
|
|
41
41
|
</div>
|
42
42
|
<Typography
|
43
43
|
textStyle='body3c-medium'
|
44
|
-
className='text-neutral-
|
44
|
+
className='text-neutral-1000 group-hover/icon:text-blue-600 hover:transition-all hover:duration-300 hover:ease-in-out whitespace-nowrap overflow-clip'>
|
45
45
|
{item.name}
|
46
46
|
</Typography>
|
47
47
|
</div>
|
@@ -37,7 +37,7 @@ export default function FlyoutB(props) {
|
|
37
37
|
<div className="flex relative group/card cursor-pointer pt-4 items-center z-[2]">
|
38
38
|
<Typography
|
39
39
|
textStyle='body3c-medium'
|
40
|
-
className='text-neutral-
|
40
|
+
className='text-neutral-1000 group-hover/card:text-blue-600 hover:transition-all hover:duration-300 hover:ease-in-out whitespace-nowrap overflow-clip'>
|
41
41
|
{props.primaryBtnLabel}
|
42
42
|
</Typography>
|
43
43
|
|
@@ -70,7 +70,7 @@ export default function FlyoutB(props) {
|
|
70
70
|
|
71
71
|
<Typography
|
72
72
|
textStyle='body3c-medium'
|
73
|
-
className='text-neutral-
|
73
|
+
className='text-neutral-1000 group-hover/btn:text-blue-600 hover:transition-all hover:duration-300 hover:ease-in-out whitespace-nowrap overflow-clip'>
|
74
74
|
{btn.cta_text}
|
75
75
|
</Typography>
|
76
76
|
</div>
|
@@ -104,7 +104,7 @@ export default function FlyoutB(props) {
|
|
104
104
|
|
105
105
|
<Typography
|
106
106
|
textStyle='body3c-medium'
|
107
|
-
className='text-neutral-
|
107
|
+
className='text-neutral-1000 group-hover/btn:text-blue-600 hover:transition-all hover:duration-300 hover:ease-in-out whitespace-nowrap overflow-clip'>
|
108
108
|
{t.cta_text}
|
109
109
|
</Typography>
|
110
110
|
</div>
|
@@ -297,7 +297,7 @@ export default function V3Header(props) {
|
|
297
297
|
{/* <AlgoliaSearch {...props} /> */}
|
298
298
|
|
299
299
|
<a href='/contact-us?type=hasuraenterprise' className='hds-hidden db:flex'>
|
300
|
-
<Typography textStyle='body3c-medium' className='text-neutral-800'>
|
300
|
+
<Typography textStyle='body3c-medium' className='text-neutral-800 hover:text-blue-600'>
|
301
301
|
Contact Sales
|
302
302
|
</Typography>
|
303
303
|
</a>
|
@@ -414,7 +414,7 @@ export default function V3Header(props) {
|
|
414
414
|
className="flex justify-between items-center p-4 cursor-pointer group"
|
415
415
|
>
|
416
416
|
<div className="flex items-center justify-center gap-2">
|
417
|
-
<Icon height="h-5 w-5" variant="home03" strokeColor="#3970FD" />
|
417
|
+
{/* <Icon height="h-5 w-5" variant="home03" strokeColor="#3970FD" /> */}
|
418
418
|
<Typography textStyle="body3c-medium" className="text-neutral-700 hover:text-neutral-1000 transition-all duration-300 ease-in-out">
|
419
419
|
{`${item['title']}`}
|
420
420
|
</Typography>
|
package/src/styles/tailwind.css
CHANGED
@@ -1670,8 +1670,8 @@ select{
|
|
1670
1670
|
max-height: 26.25;
|
1671
1671
|
}
|
1672
1672
|
|
1673
|
-
.max-h-\[
|
1674
|
-
max-height:
|
1673
|
+
.max-h-\[32px\]{
|
1674
|
+
max-height: 32px;
|
1675
1675
|
}
|
1676
1676
|
|
1677
1677
|
.max-h-\[530px\]{
|
@@ -1686,10 +1686,6 @@ select{
|
|
1686
1686
|
max-height: 100vh;
|
1687
1687
|
}
|
1688
1688
|
|
1689
|
-
.max-h-\[32px\]{
|
1690
|
-
max-height: 32px;
|
1691
|
-
}
|
1692
|
-
|
1693
1689
|
.min-h-\[12px\]{
|
1694
1690
|
min-height: 12px;
|
1695
1691
|
}
|
@@ -10328,6 +10324,10 @@ select{
|
|
10328
10324
|
margin-left: 3.5rem;
|
10329
10325
|
}
|
10330
10326
|
|
10327
|
+
.tb\:mr-2{
|
10328
|
+
margin-right: 0.5rem;
|
10329
|
+
}
|
10330
|
+
|
10331
10331
|
.tb\:mr-4{
|
10332
10332
|
margin-right: 1rem;
|
10333
10333
|
}
|
@@ -10360,10 +10360,6 @@ select{
|
|
10360
10360
|
margin-top: -4px;
|
10361
10361
|
}
|
10362
10362
|
|
10363
|
-
.tb\:mr-2{
|
10364
|
-
margin-right: 0.5rem;
|
10365
|
-
}
|
10366
|
-
|
10367
10363
|
.tb\:block{
|
10368
10364
|
display: block;
|
10369
10365
|
}
|
@@ -10708,6 +10704,10 @@ select{
|
|
10708
10704
|
padding-right: 0px;
|
10709
10705
|
}
|
10710
10706
|
|
10707
|
+
.tb\:pr-2{
|
10708
|
+
padding-right: 0.5rem;
|
10709
|
+
}
|
10710
|
+
|
10711
10711
|
.tb\:pr-4{
|
10712
10712
|
padding-right: 1rem;
|
10713
10713
|
}
|
@@ -10740,10 +10740,6 @@ select{
|
|
10740
10740
|
padding-top: 2.875rem;
|
10741
10741
|
}
|
10742
10742
|
|
10743
|
-
.tb\:pr-2{
|
10744
|
-
padding-right: 0.5rem;
|
10745
|
-
}
|
10746
|
-
|
10747
10743
|
.tb\:text-left{
|
10748
10744
|
text-align: left;
|
10749
10745
|
}
|