hds-web 1.39.5 → 1.39.7

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.39.5",
3
+ "version": "1.39.7",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -215,7 +215,7 @@ V3Footer.defaultProps = {
215
215
  links: [
216
216
  {
217
217
  linkText: "Hasura DDN",
218
- linkUrl: "https://hasura.io/products/",
218
+ linkUrl: "https://hasura.io/products",
219
219
  },
220
220
  {
221
221
  linkText: "Connectors",
@@ -777,7 +777,7 @@ V3Header.defaultProps = {
777
777
  },
778
778
  ],
779
779
  flyoutD: {
780
- link: "https://hasura.io/ddn",
780
+ link: "https://console.hasura.io/",
781
781
  cardImg: `https://res.cloudinary.com/dh8fp23nd/image/upload/v1721205269/Frame_2610016_1_jluh5u.png`,
782
782
  cardImgAlt: "Hasura DDN",
783
783
  },
@@ -886,7 +886,7 @@ V3Header.defaultProps = {
886
886
  },
887
887
  {
888
888
  description: "",
889
- href: "/",
889
+ href: "/resources",
890
890
  icon: "file05",
891
891
  name: "Whitepapers",
892
892
  strokeClass: "stroke-blue-500",
@@ -5975,10 +5975,6 @@ select{
5975
5975
  fill: #3970FD;
5976
5976
  }
5977
5977
 
5978
- .fill-neutral-500{
5979
- fill: #6C737F;
5980
- }
5981
-
5982
5978
  .stroke-amber-100{
5983
5979
  stroke: #FFF3D4;
5984
5980
  }
@@ -10690,18 +10686,6 @@ select{
10690
10686
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
10691
10687
  }
10692
10688
 
10693
- .group\/icon:hover .group-hover\/icon\:fill-base-10000{
10694
- fill: #000000;
10695
- }
10696
-
10697
- .group\/icon:hover .group-hover\/icon\:fill-discord{
10698
- fill: #5865F2;
10699
- }
10700
-
10701
- .group\/icon:hover .group-hover\/icon\:fill-pink-meetup{
10702
- fill: #F64060;
10703
- }
10704
-
10705
10689
  .group\/icon:hover .group-hover\/icon\:fill-blue-500{
10706
10690
  fill: #3970FD;
10707
10691
  }
@@ -10714,10 +10698,6 @@ select{
10714
10698
  stroke: #3970FD;
10715
10699
  }
10716
10700
 
10717
- .group\/icon:hover .group-hover\/icon\:stroke-blue-500{
10718
- stroke: #3970FD;
10719
- }
10720
-
10721
10701
  .group:hover .group-hover\:stroke-blue-500{
10722
10702
  stroke: #3970FD;
10723
10703
  }