hds-web 1.18.1 → 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.1",
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,35 +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: '#',
640
- icon: 'videorecorder',
641
- name: 'Tech talks',
642
- strokeClass: 'stroke-neutral-500'
643
- },
644
- {
645
- description: '',
646
- href: 'https://hasura.io/learn/',
639
+ href: '/learn/',
647
640
  icon: 'graduationhat02',
648
641
  name: 'Tutorials',
649
642
  strokeClass: 'stroke-neutral-500'
650
643
  },
651
644
  {
652
645
  description: '',
653
- href: 'https://hasura.io/events',
646
+ href: '/events',
654
647
  icon: 'calendarplus02',
655
648
  name: 'Events',
656
649
  strokeClass: 'stroke-neutral-500'
657
650
  },
658
651
  {
659
652
  description: '',
660
- href: 'https://hasura.io/help/',
653
+ href: '/sample-apps/',
661
654
  icon: 'box',
662
655
  name: 'Resources',
663
656
  strokeClass: 'stroke-neutral-500'
@@ -671,7 +664,7 @@ V3Header.defaultProps = {
671
664
  childArray: [
672
665
  {
673
666
  description: '',
674
- href: 'https://hasura.io/community/',
667
+ href: '/community/',
675
668
  icon: 'users01',
676
669
  name: 'Community',
677
670
  strokeClass: 'stroke-neutral-500'
@@ -699,7 +692,7 @@ V3Header.defaultProps = {
699
692
  },
700
693
  {
701
694
  description: '',
702
- href: 'https://hasura.io/support/',
695
+ href: '/support/',
703
696
  icon: 'hand',
704
697
  name: 'Support',
705
698
  strokeClass: 'stroke-neutral-500'
@@ -746,35 +739,35 @@ V3Header.defaultProps = {
746
739
  childArray: [
747
740
  {
748
741
  description: '',
749
- href: 'https://hasura.io/about/',
742
+ href: '/about/',
750
743
  icon: "pentool02",
751
744
  name: 'Our Story',
752
745
  strokeClass: 'stroke-neutral-500'
753
746
  },
754
747
  {
755
748
  description: '',
756
- href: 'https://hasura.io/partners',
749
+ href: '/partners',
757
750
  icon: 'intersectcircle',
758
751
  name: 'Partners',
759
752
  strokeClass: 'stroke-neutral-500'
760
753
  },
761
754
  {
762
755
  description: '',
763
- href: 'https://hasura.io/careers/',
756
+ href: '/careers/',
764
757
  icon: 'hearthand',
765
758
  name: 'Work at Hasura',
766
759
  strokeClass: 'stroke-neutral-500'
767
760
  },
768
761
  {
769
762
  description: '',
770
- href: 'https://hasura.io/press/',
763
+ href: '/press/',
771
764
  icon: 'headingsquare',
772
765
  name: 'Newsroom',
773
766
  strokeClass: 'stroke-neutral-500'
774
767
  },
775
768
  {
776
769
  description: '',
777
- href: 'https://hasura.io/brand',
770
+ href: '/brand',
778
771
  icon: 'star06',
779
772
  name: 'Brand',
780
773
  strokeClass: 'stroke-neutral-500'
@@ -816,5 +809,5 @@ V3Header.defaultProps = {
816
809
 
817
810
 
818
811
  ],
819
- headerUrl: 'https://hasura.io/'
812
+ headerUrl: '/'
820
813
  }