hds-web 1.35.6 → 1.35.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.35.6",
3
+ "version": "1.35.8",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -34,28 +34,22 @@ export default function FlyoutD(props) {
34
34
  >
35
35
  {props.btnLabel}
36
36
  </Typography>
37
-
38
- <div className="flex group-hover/icon:translate-x-1 transform transition-all duration-200 ease-in-out invisible group-hover/icon:visible ">
39
- <Icon
40
- height={"h-4 w-4 stroke-2 transition-all ease-in-out "}
41
- variant={"chevronright"}
42
- strokeClass={"stroke-blue-500"}
43
- />
44
- </div>
45
37
  </div>
46
38
  )}
47
39
  {props.description && (
48
- <Typography
49
- textStyle="body3c"
50
- className="text-neutral-600 line-clamp-5"
51
- >
52
- {props.description}
53
- </Typography>
40
+ <div>
41
+ <Typography
42
+ textStyle="body3c"
43
+ className="text-neutral-600 line-clamp-5"
44
+ >
45
+ {props.description}
46
+ </Typography>
47
+ </div>
54
48
  )}
55
49
  </div>
56
50
  </a>
57
51
  <a
58
- href={`https://hasura.io/connectors`}
52
+ href={`https://hasura.io/blog/announcing-hasura-data-delivery-network-beta`}
59
53
  className="w-full mt-4 inline-block pr-6 ml-3"
60
54
  >
61
55
  <div className="flex group/icon py-2 pr-3 rounded-lg flex-row w-full justify-between tb:min-w-[150px] items-center hover:bg-neutral-100 pl-3">
@@ -65,7 +59,7 @@ export default function FlyoutD(props) {
65
59
  height={
66
60
  "h-5 w-5 stroke-2 " + "group-hover/icon:stroke-blue-500 "
67
61
  }
68
- variant={`route`}
62
+ variant={`bookopen01`}
69
63
  strokeClass={`stroke-neutral-500`}
70
64
  />
71
65
  </div>
@@ -73,7 +67,7 @@ export default function FlyoutD(props) {
73
67
  textStyle="body3c-medium"
74
68
  className="text-neutral-1000 group-hover/icon:text-blue-600 hover:transition-all hover:duration-300 hover:ease-in-out whitespace-nowrap overflow-clip"
75
69
  >
76
- Connectors
70
+ Read announcement
77
71
  </Typography>
78
72
  </div>
79
73
  <div className="flex group-hover/icon:translate-x-1 transform transition-all duration-200 ease-in-out ">
@@ -287,6 +287,10 @@ V3Footer.defaultProps = {
287
287
  linkText: "Events",
288
288
  linkUrl: "https://hasura.io/events/",
289
289
  },
290
+ {
291
+ linkText: "Supergraph Manifesto",
292
+ linkUrl: "https://supergraph.io/",
293
+ },
290
294
  ],
291
295
  },
292
296
  {
@@ -656,9 +656,9 @@ V3Header.defaultProps = {
656
656
  flyoutD: {
657
657
  link: "https://hasura.io/ddn",
658
658
  IconVariant: "aibot",
659
- btnLabel: "Hasura DDN Beta",
659
+ btnLabel: "The future of data delivery",
660
660
  description:
661
- "Enable your backend team to deliver an incredible unified API on all your data effortlessly.",
661
+ "Introducing Hasura Data Delivery Network a new way to ship amazing APIs on all data!",
662
662
  childArray: [
663
663
  {
664
664
  description: "",
@@ -6727,6 +6727,10 @@ select{
6727
6727
  padding-right: 12rem;
6728
6728
  }
6729
6729
 
6730
+ .pr-6{
6731
+ padding-right: 1.5rem;
6732
+ }
6733
+
6730
6734
  .pr-7{
6731
6735
  padding-right: 1.75rem;
6732
6736
  }
@@ -6795,10 +6799,6 @@ select{
6795
6799
  padding-top: 81px;
6796
6800
  }
6797
6801
 
6798
- .pr-6{
6799
- padding-right: 1.5rem;
6800
- }
6801
-
6802
6802
  .text-left{
6803
6803
  text-align: left;
6804
6804
  }