hds-web 1.38.4 → 1.38.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.38.4",
3
+ "version": "1.38.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -212,16 +212,12 @@ V3Footer.defaultProps = {
212
212
  title: "Platform",
213
213
  links: [
214
214
  {
215
- linkText: "Hasura CE Edition",
216
- linkUrl: "https://hasura.io/opensource/",
215
+ linkText: "Hasura DDN",
216
+ linkUrl: "https://hasura.io/products/",
217
217
  },
218
218
  {
219
- linkText: "Hasura EE",
220
- linkUrl: "https://hasura.io/enterprise/",
221
- },
222
- {
223
- linkText: "Hasura Cloud",
224
- linkUrl: "https://hasura.io/cloud/",
219
+ linkText: "Connectors",
220
+ linkUrl: "https://hasura.io/graphql/database",
225
221
  },
226
222
  {
227
223
  linkText: "Pricing",
@@ -229,35 +225,6 @@ V3Footer.defaultProps = {
229
225
  },
230
226
  ],
231
227
  },
232
- {
233
- title: "Capabilities",
234
- links: [
235
- {
236
- linkText: "Instant API",
237
- linkUrl: "https://hasura.io/product/instant-api",
238
- },
239
- {
240
- linkText: "Authorization",
241
- linkUrl: "https://hasura.io/product/authorization",
242
- },
243
- {
244
- linkText: "Performance",
245
- linkUrl: "https://hasura.io/product/performance",
246
- },
247
- {
248
- linkText: "Federation",
249
- linkUrl: "https://hasura.io/products/federation",
250
- },
251
- {
252
- linkText: "API Security",
253
- linkUrl: "https://hasura.io/product/api-security",
254
- },
255
- {
256
- linkText: "Observability",
257
- linkUrl: "https://hasura.io/product/observability",
258
- },
259
- ],
260
- },
261
228
  {
262
229
  title: "Build",
263
230
  links: [
@@ -266,16 +233,12 @@ V3Footer.defaultProps = {
266
233
  linkUrl: "https://hasura.io/docs/latest/index/",
267
234
  },
268
235
  {
269
- linkText: "Hasura Hub",
270
- linkUrl: "https://hasura.io/hub/",
271
- },
272
- {
273
- linkText: "Changelog",
274
- linkUrl: "https://github.com/hasura/graphql-engine/releases/",
236
+ linkText: "Tutorials",
237
+ linkUrl: "https://hasura.io/learn/",
275
238
  },
276
239
  {
277
- linkText: "GraphiQL",
278
- linkUrl: "https://cloud.hasura.io/public/graphiql",
240
+ linkText: "GitHub",
241
+ linkUrl: "https://github.com/hasura",
279
242
  },
280
243
  ],
281
244
  },
@@ -286,17 +249,17 @@ V3Footer.defaultProps = {
286
249
  linkText: "Blog",
287
250
  linkUrl: "https://hasura.io/blog",
288
251
  },
289
- {
290
- linkText: "Tutorials",
291
- linkUrl: "https://hasura.io/learn/",
292
- },
293
252
  {
294
253
  linkText: "Events",
295
254
  linkUrl: "https://hasura.io/events",
296
255
  },
297
256
  {
298
257
  linkText: "Supergraph.io",
299
- linkUrl: "https://supergraph.io",
258
+ linkUrl: "https://supergraph.io/",
259
+ },
260
+ {
261
+ linkText: "GraphQL Hub",
262
+ linkUrl: "https://hasura.io/graphql/",
300
263
  },
301
264
  ],
302
265
  },
@@ -336,26 +299,21 @@ V3Footer.defaultProps = {
336
299
  linkText: "Discord",
337
300
  linkUrl: "https://discord.com/invite/hasura",
338
301
  },
339
- ],
340
- },
341
- {
342
- title: "Community",
343
- links: [
344
302
  {
345
- linkText: "Docs",
346
- linkUrl: "https://hasura.io/docs/latest/index/",
303
+ linkText: "Forum",
304
+ linkUrl: "",
347
305
  },
348
306
  {
349
- linkText: "Help",
350
- linkUrl: "https://hasura.io/help/",
307
+ linkText: "Meetups",
308
+ linkUrl: "",
351
309
  },
352
310
  {
353
- linkText: "GitHub",
354
- linkUrl: "https://github.com/hasura",
311
+ linkText: "Monthly call",
312
+ linkUrl: "https://hasura.io/events/community-call/latest",
355
313
  },
356
314
  {
357
- linkText: "Swag Store",
358
- linkUrl: "https://store.hasura.io/",
315
+ linkText: "Support",
316
+ linkUrl: "https://hasura.io/support/",
359
317
  },
360
318
  {
361
319
  linkText: "Contact Us",
@@ -363,5 +321,30 @@ V3Footer.defaultProps = {
363
321
  },
364
322
  ],
365
323
  },
324
+ // {
325
+ // title: "Community",
326
+ // links: [
327
+ // {
328
+ // linkText: "Docs",
329
+ // linkUrl: "https://hasura.io/docs/latest/index/",
330
+ // },
331
+ // {
332
+ // linkText: "Help",
333
+ // linkUrl: "https://hasura.io/help/",
334
+ // },
335
+ // {
336
+ // linkText: "GitHub",
337
+ // linkUrl: "https://github.com/hasura",
338
+ // },
339
+ // {
340
+ // linkText: "Swag Store",
341
+ // linkUrl: "https://store.hasura.io/",
342
+ // },
343
+ // {
344
+ // linkText: "Contact Us",
345
+ // linkUrl: "https://hasura.io/contact-us",
346
+ // },
347
+ // ],
348
+ // },
366
349
  ],
367
350
  };
@@ -810,18 +810,10 @@ V3Header.defaultProps = {
810
810
  name: "Meetups",
811
811
  strokeClass: "",
812
812
  },
813
- {
814
- description: "",
815
- href: "/support/",
816
- icon: "hand",
817
- name: "Support",
818
- strokeClass: "stroke-neutral-500",
819
- },
820
813
  ],
821
814
  label: "Connect",
822
815
  },
823
816
  ],
824
-
825
817
  tertiaryCard: [
826
818
  {
827
819
  title: "HasuraCon 2023 is here!",