hds-web 1.18.2 → 1.18.3

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.18.2",
3
+ "version": "1.18.3",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -142,7 +142,7 @@ export default function V3Header(props) {
142
142
  {renderDropdownContainer(headerList, 0)}
143
143
  {renderDropdownContainer(headerList, 1)}
144
144
  {renderDropdownContainer(headerList, 3)}
145
- {<a href='https://hasura.io/case-studies/'>
145
+ {<a href='/case-studies/'>
146
146
 
147
147
  <Typography
148
148
  className="hover:text-blue-600 cursor-pointer"
@@ -152,7 +152,7 @@ export default function V3Header(props) {
152
152
  </Typography>
153
153
  </a>
154
154
  }
155
- {<a href='https://hasura.io/pricing'>
155
+ {<a href='/pricing'>
156
156
 
157
157
  <Typography
158
158
  className="hover:text-blue-600 cursor-pointer"
@@ -312,7 +312,7 @@ export default function V3Header(props) {
312
312
 
313
313
  <AlgoliaSearch {...props} />
314
314
 
315
- <a href='https://hasura.io/contact-us?type=hasuraenterprise' className='hds-hidden db:flex'>
315
+ <a href='/contact-us?type=hasuraenterprise' className='hds-hidden db:flex'>
316
316
  <Typography textStyle='body3c-medium' className='text-neutral-800'>
317
317
  Contact Sales
318
318
  </Typography>
@@ -496,10 +496,10 @@ V3Header.defaultProps = {
496
496
  iconVariant: 'layersthree01',
497
497
  mainDescription: 'Choose from our open source community edition, fully managed cloud edition or custom enterprise',
498
498
  primaryBtnLabel: 'Hasura Platform',
499
- primaryBtnCTA:'https://hasura.io/products',
499
+ primaryBtnCTA:'/products',
500
500
  strokeClass: 'stroke-neutral-800',
501
501
  secondaryBtn: [
502
- { cta_leftVariantIcon: 'checksquarebroken', cta_leftVariantIconColor: '#6C737F', cta_text: 'Compare plans', cta_link:'https://hasura.io/pricing' }
502
+ { cta_leftVariantIcon: 'checksquarebroken', cta_leftVariantIconColor: '#6C737F', cta_text: 'Compare plans', cta_link:'/pricing' }
503
503
  ],
504
504
  },
505
505
  secondaryCardArr:
@@ -509,42 +509,42 @@ V3Header.defaultProps = {
509
509
  childArray: [
510
510
  {
511
511
  description: '',
512
- href: 'https://hasura.io/products/instant-api',
512
+ href: '/products/instant-api',
513
513
  icon: "lightning01",
514
514
  name: 'Instant API',
515
515
  strokeClass: 'stroke-neutral-500'
516
516
  },
517
517
  {
518
518
  description: '',
519
- href: 'https://hasura.io/products/federation',
519
+ href: '/products/federation',
520
520
  icon: 'data',
521
521
  name: 'Federation',
522
522
  strokeClass: 'stroke-neutral-500'
523
523
  },
524
524
  {
525
525
  description: '',
526
- href: 'https://hasura.io/products/authorization',
526
+ href: '/products/authorization',
527
527
  icon: 'eye',
528
528
  name: 'Authorization',
529
529
  strokeClass: 'stroke-neutral-500'
530
530
  },
531
531
  {
532
532
  description: '',
533
- href: 'https://hasura.io/products/api-security',
533
+ href: '/products/api-security',
534
534
  icon: 'shieldtick',
535
535
  name: 'API Security',
536
536
  strokeClass: 'stroke-neutral-500'
537
537
  },
538
538
  {
539
539
  description: '',
540
- href: 'https://hasura.io/products/performance',
540
+ href: '/products/performance',
541
541
  icon: 'speedometer03',
542
542
  name: 'Performance',
543
543
  strokeClass: 'stroke-neutral-500'
544
544
  },
545
545
  {
546
546
  description: '',
547
- href: 'https://hasura.io/products/observability',
547
+ href: '/products/observability',
548
548
  icon: "piechart01",
549
549
  name: 'Observability',
550
550
  strokeClass: 'stroke-neutral-500'
@@ -556,14 +556,14 @@ V3Header.defaultProps = {
556
556
  childArray: [
557
557
  {
558
558
  description: '',
559
- href: 'https://hasura.io/graphql/database',
559
+ href: '/graphql/database',
560
560
  icon: 'database01',
561
561
  name: 'All DBs',
562
562
  strokeClass: 'stroke-neutral-500'
563
563
  },
564
564
  {
565
565
  description: '',
566
- href: 'https://hasura.io/graphql/database',
566
+ href: '/graphql/database?category=planned',
567
567
  icon: 'checksquare',
568
568
  name: 'Planned DBs',
569
569
  strokeClass: 'stroke-neutral-500'
@@ -581,28 +581,28 @@ V3Header.defaultProps = {
581
581
  childArray: [
582
582
  {
583
583
  description: '',
584
- href: 'https://hasura.io/docs/latest/index/',
584
+ href: '/docs/latest/index/',
585
585
  icon: "file02",
586
586
  name: 'Documentation',
587
587
  strokeClass: 'stroke-neutral-500'
588
588
  },
589
589
  {
590
590
  description: '',
591
- href: 'https://hasura.io/hub',
591
+ href: '/hub',
592
592
  icon: 'hasura',
593
593
  name: 'Hasura Hub',
594
594
  strokeClass: 'stroke-neutral-500'
595
595
  },
596
596
  {
597
597
  description: '',
598
- href: 'https://hasura.io/sample-apps/',
598
+ href: '/reference-app/',
599
599
  icon: 'route',
600
600
  name: 'Guides',
601
601
  strokeClass: 'stroke-neutral-500'
602
602
  },
603
603
  {
604
604
  description: '',
605
- href: 'https://hasura.io/graphql/',
605
+ href: '/graphql/',
606
606
  icon: 'asterisk02',
607
607
  name: 'GraphQL Hub',
608
608
  strokeClass: 'stroke-neutral-500'
@@ -616,7 +616,7 @@ V3Header.defaultProps = {
616
616
  },
617
617
  {
618
618
  description: '',
619
- href: 'https://hasura.io/changelog',
619
+ href: '/changelog',
620
620
  icon: 'gitpullrequest',
621
621
  name: 'Changelog',
622
622
  strokeClass: 'stroke-neutral-500'
@@ -629,28 +629,28 @@ V3Header.defaultProps = {
629
629
  childArray: [
630
630
  {
631
631
  description: '',
632
- href: 'https://hasura.io/blog',
632
+ href: '/blog',
633
633
  icon: 'bookopen01',
634
634
  name: 'Blog',
635
635
  strokeClass: 'stroke-neutral-500'
636
636
  },
637
637
  {
638
638
  description: '',
639
- href: 'https://hasura.io/learn/',
639
+ href: '/learn/',
640
640
  icon: 'graduationhat02',
641
641
  name: 'Tutorials',
642
642
  strokeClass: 'stroke-neutral-500'
643
643
  },
644
644
  {
645
645
  description: '',
646
- href: 'https://hasura.io/events',
646
+ href: '/events',
647
647
  icon: 'calendarplus02',
648
648
  name: 'Events',
649
649
  strokeClass: 'stroke-neutral-500'
650
650
  },
651
651
  {
652
652
  description: '',
653
- href: 'https://hasura.io/help/',
653
+ href: '/sample-apps/',
654
654
  icon: 'box',
655
655
  name: 'Resources',
656
656
  strokeClass: 'stroke-neutral-500'
@@ -664,7 +664,7 @@ V3Header.defaultProps = {
664
664
  childArray: [
665
665
  {
666
666
  description: '',
667
- href: 'https://hasura.io/community/',
667
+ href: '/community/',
668
668
  icon: 'users01',
669
669
  name: 'Community',
670
670
  strokeClass: 'stroke-neutral-500'
@@ -692,7 +692,7 @@ V3Header.defaultProps = {
692
692
  },
693
693
  {
694
694
  description: '',
695
- href: 'https://hasura.io/support/',
695
+ href: '/support/',
696
696
  icon: 'hand',
697
697
  name: 'Support',
698
698
  strokeClass: 'stroke-neutral-500'
@@ -739,35 +739,35 @@ V3Header.defaultProps = {
739
739
  childArray: [
740
740
  {
741
741
  description: '',
742
- href: 'https://hasura.io/about/',
742
+ href: '/about/',
743
743
  icon: "pentool02",
744
744
  name: 'Our Story',
745
745
  strokeClass: 'stroke-neutral-500'
746
746
  },
747
747
  {
748
748
  description: '',
749
- href: 'https://hasura.io/partners',
749
+ href: '/partners',
750
750
  icon: 'intersectcircle',
751
751
  name: 'Partners',
752
752
  strokeClass: 'stroke-neutral-500'
753
753
  },
754
754
  {
755
755
  description: '',
756
- href: 'https://hasura.io/careers/',
756
+ href: '/careers/',
757
757
  icon: 'hearthand',
758
758
  name: 'Work at Hasura',
759
759
  strokeClass: 'stroke-neutral-500'
760
760
  },
761
761
  {
762
762
  description: '',
763
- href: 'https://hasura.io/press/',
763
+ href: '/press/',
764
764
  icon: 'headingsquare',
765
765
  name: 'Newsroom',
766
766
  strokeClass: 'stroke-neutral-500'
767
767
  },
768
768
  {
769
769
  description: '',
770
- href: 'https://hasura.io/brand',
770
+ href: '/brand',
771
771
  icon: 'star06',
772
772
  name: 'Brand',
773
773
  strokeClass: 'stroke-neutral-500'
@@ -809,5 +809,5 @@ V3Header.defaultProps = {
809
809
 
810
810
 
811
811
  ],
812
- headerUrl: 'https://hasura.io/'
812
+ headerUrl: '/'
813
813
  }