hds-web 1.19.4 → 1.19.5

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.19.4",
3
+ "version": "1.19.5",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -41,7 +41,7 @@ export default function FlyoutA(props) {
41
41
  </div>
42
42
  <Typography
43
43
  textStyle='body3c-medium'
44
- className='text-neutral-700 group-hover/icon:text-blue-600 hover:transition-all hover:duration-300 hover:ease-in-out whitespace-nowrap overflow-clip'>
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-900 group-hover/card:text-blue-600 hover:transition-all hover:duration-300 hover:ease-in-out whitespace-nowrap overflow-clip'>
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-900 group-hover/btn:text-blue-600 hover:transition-all hover:duration-300 hover:ease-in-out whitespace-nowrap overflow-clip'>
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-900 group-hover/btn:text-blue-600 hover:transition-all hover:duration-300 hover:ease-in-out whitespace-nowrap overflow-clip'>
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>