hds-web 1.31.4 → 1.31.5

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.31.4",
3
+ "version": "1.31.5",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -773,20 +773,20 @@ V3Header.defaultProps = {
773
773
  name: 'Work at Hasura',
774
774
  strokeClass: 'stroke-neutral-500'
775
775
  },
776
- {
777
- description: '',
778
- href: '/press/',
779
- icon: 'headingsquare',
780
- name: 'Newsroom',
781
- strokeClass: 'stroke-neutral-500'
782
- },
783
- {
784
- description: '',
785
- href: '/brand',
786
- icon: 'star06',
787
- name: 'Brand',
788
- strokeClass: 'stroke-neutral-500'
789
- },
776
+ // {
777
+ // description: '',
778
+ // href: '/press/',
779
+ // icon: 'headingsquare',
780
+ // name: 'Newsroom',
781
+ // strokeClass: 'stroke-neutral-500'
782
+ // },
783
+ // {
784
+ // description: '',
785
+ // href: '/brand',
786
+ // icon: 'star06',
787
+ // name: 'Brand',
788
+ // strokeClass: 'stroke-neutral-500'
789
+ // },
790
790
 
791
791
  ],
792
792
  label: 'Company'
package/src/index.css CHANGED
@@ -65,7 +65,7 @@
65
65
  }
66
66
  @media (min-width: 905px) {
67
67
  .hds-hidden-tbl {
68
- display: none;
68
+ display: none !important;
69
69
  }
70
70
  }
71
71
 
@@ -7897,7 +7897,7 @@ select{
7897
7897
 
7898
7898
  @media (min-width: 905px) {
7899
7899
  .hds-hidden-tbl {
7900
- display: none;
7900
+ display: none !important;
7901
7901
  }
7902
7902
  }
7903
7903