hds-web 1.23.8 → 1.23.9
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
@@ -153,10 +153,6 @@ V3Footer.defaultProps = {
|
|
153
153
|
{
|
154
154
|
title: 'Capabilities',
|
155
155
|
links: [
|
156
|
-
{
|
157
|
-
linkText: 'Performance',
|
158
|
-
linkUrl: 'https://hasura.io/product/performance/',
|
159
|
-
},
|
160
156
|
{
|
161
157
|
linkText: 'Instant API',
|
162
158
|
linkUrl: 'https://hasura.io/product/instant-api/',
|
@@ -166,12 +162,16 @@ V3Footer.defaultProps = {
|
|
166
162
|
linkUrl: 'https://hasura.io/product/authorization/',
|
167
163
|
},
|
168
164
|
{
|
169
|
-
linkText: '
|
170
|
-
linkUrl: 'https://hasura.io/product/
|
165
|
+
linkText: 'Performance',
|
166
|
+
linkUrl: 'https://hasura.io/product/performance/',
|
171
167
|
},
|
172
168
|
{
|
173
169
|
linkText: 'Federation',
|
174
|
-
linkUrl: 'https://hasura.io/
|
170
|
+
linkUrl: 'https://hasura.io/products/federation',
|
171
|
+
},
|
172
|
+
{
|
173
|
+
linkText: 'API Security',
|
174
|
+
linkUrl: 'https://hasura.io/product/api-security/',
|
175
175
|
},
|
176
176
|
{
|
177
177
|
linkText: 'Observability',
|
@@ -512,7 +512,6 @@ V3Header.defaultProps = {
|
|
512
512
|
secondaryCardArr:
|
513
513
|
[
|
514
514
|
{
|
515
|
-
|
516
515
|
childArray: [
|
517
516
|
{
|
518
517
|
description: '',
|
@@ -523,30 +522,30 @@ V3Header.defaultProps = {
|
|
523
522
|
},
|
524
523
|
{
|
525
524
|
description: '',
|
526
|
-
href: '/products/
|
527
|
-
icon: '
|
528
|
-
name: '
|
525
|
+
href: '/products/authorization',
|
526
|
+
icon: 'eye',
|
527
|
+
name: 'Authorization',
|
529
528
|
strokeClass: 'stroke-neutral-500'
|
530
529
|
},
|
531
530
|
{
|
532
531
|
description: '',
|
533
|
-
href: '/products/
|
534
|
-
icon: '
|
535
|
-
name: '
|
532
|
+
href: '/products/performance',
|
533
|
+
icon: 'speedometer03',
|
534
|
+
name: 'Performance',
|
536
535
|
strokeClass: 'stroke-neutral-500'
|
537
536
|
},
|
538
537
|
{
|
539
538
|
description: '',
|
540
|
-
href: '/products/
|
541
|
-
icon: '
|
542
|
-
name: '
|
539
|
+
href: '/products/federation',
|
540
|
+
icon: 'data',
|
541
|
+
name: 'Federation',
|
543
542
|
strokeClass: 'stroke-neutral-500'
|
544
543
|
},
|
545
544
|
{
|
546
545
|
description: '',
|
547
|
-
href: '/products/
|
548
|
-
icon: '
|
549
|
-
name: '
|
546
|
+
href: '/products/api-security',
|
547
|
+
icon: 'shieldtick',
|
548
|
+
name: 'API Security',
|
550
549
|
strokeClass: 'stroke-neutral-500'
|
551
550
|
},
|
552
551
|
{
|